Home
last modified time | relevance | path

Searched refs:Detect (Results 1 – 25 of 115) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/t/
H A D80_all_env.t3 BEGIN {use_ok('I18N::LangTags::Detect', 1.01);}
5 note("Using I18N::LangTags::Detect v$I18N::LangTags::Detect::VERSION");
28 my $what = "I18N::LangTags::Detect::detect() for \$ENV{$test_var} = 'Eu-MT'";
30 is(scalar I18N::LangTags::Detect::detect(), "eu-mt",
32 is_deeply([I18N::LangTags::Detect::detect()], ["eu-mt"], $what);
45 my $what = "I18N::LangTags::Detect::detect() for \$ENV{HTTP_ACCEPT_LANGUAGE} = '$val'";
48 is(scalar I18N::LangTags::Detect::detect(), $expect[0], "scalar $what");
49 is_deeply([I18N::LangTags::Detect::detect()], \@expect, $what);
H A D10_http.t3 use I18N::LangTags::Detect;
84 my @out = I18N::LangTags::Detect->http_accept_langs(@args);
H A D55_supers_strict.t2 #sub I18N::LangTags::Detect::DEBUG () {10}
H A D01_about_verbose.t10 use_ok('I18N::LangTags::Detect');
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.cpp28 Detect(); in Init()
136 void VarBypassDetector::Detect() { in Detect() function in VarBypassDetector
142 Detect(from, ToScopes[LS]); in Detect()
146 Detect(from, ToScopes[SC]); in Detect()
155 void VarBypassDetector::Detect(unsigned From, unsigned To) { in Detect() function in VarBypassDetector
H A DVarBypassDetector.h64 void Detect();
65 void Detect(unsigned From, unsigned To);
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DDetect.pm5 package I18N::LangTags::Detect;
/openbsd-src/usr.bin/file/magdir/
H A Dsql41 # number in the database. Detect this and distinguish those files.
/openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/
H A DChangeLog49 I18N::LangTags::Detect's various internal functions would be
69 New module: I18N::LangTags::Detect.
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pm6 use I18N::LangTags::Detect ();
470 return I18N::LangTags::Detect::detect();
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dencguess134 L<Encode::Guess>, L<Encode::Detect>
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake10 # 1. Detect which CRT is already selected, and reflect this in
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc25 // Detect if a or b is zero, denormal, infinity, or NaN.
H A Dfp_add_impl.inc23 // Detect if a or b is zero, infinity, or NaN.
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/
H A DCompTestUtils.pm773 Auto Detect Gzip OS Code..
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A DCompTestUtils.pm775 Auto Detect Gzip OS Code..
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/
H A DCompTestUtils.pm814 Auto Detect Gzip OS Code..
/openbsd-src/usr.sbin/nsd/
H A Dacx_nlnetlabs.m4564 dnl Detect if u_char type is defined, otherwise define it.
574 dnl Detect if rlim_t type is defined, otherwise define it.
584 dnl Detect if socklen_t type is defined, otherwise define it.
598 dnl Detect if in_addr_t type is defined, otherwise define it.
610 dnl Detect if in_port_t type is defined, otherwise define it.
/openbsd-src/usr.sbin/unbound/
H A Dacx_nlnetlabs.m4564 dnl Detect if u_char type is defined, otherwise define it.
574 dnl Detect if rlim_t type is defined, otherwise define it.
584 dnl Detect if socklen_t type is defined, otherwise define it.
598 dnl Detect if in_addr_t type is defined, otherwise define it.
610 dnl Detect if in_port_t type is defined, otherwise define it.
/openbsd-src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/
H A D01_Module_Load_Conditional.t229 ok( !$bool, q[Detect out of date module] );
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat117 Encode::Detect
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/
H A DChangeLog198 I18N::LangTags::Detect.
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D105oneshot-zip-only.t166 title "Detect encrypted zip file";
/openbsd-src/lib/libexpat/
H A DChanges711 #434 Windows: CMake: Detect unsupported Visual Studio at
763 #360 CMake: Detect and deny unsupported build combinations
973 #188 Autotools: Detect and deny SGML docbook2man as ours is XML
1174 [MOX-002] CVE-2016-9063 -- Detect integer overflow; commit
1185 [MOX-002] Detect overflow from len=INT_MAX call to XML_Parse; commits
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dbuild_llvm_release.bat85 :: Detect Visual Studio

12345