Searched refs:different (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dtest1022.pl48 my $different = $version ne $curlconfigversion;
49 if ($different || !$version) {
H A Dtest1013.pl44 my $different = $curlproto ne $curlconfigproto;
45 if ($different) {
50 exit $different;
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/scripts/
H A Dparameter.xotcl36 ### be specified on a different object. The custom setter/getter
64 Object different
65 different set setter myset
66 different set getter myget
67 different proc myset {o var value} { $o set $var $value }
68 different proc myget {o var} { $o set $var }
110 set x different
119 {i -default 1002 -access different}
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dx386-alloca.s8 ;;They're different because Xenix/386 has a different assembler. SCO
10 ;;called "masm". MASM's assembler syntax is quite different from AT&T's
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dnamespace.test26 test namespace-1.1 {same class name can be used in different namespaces} {
58 test namespace-1.2 {classes in different namespaces are different} {
/macosx-10.9.5/man-16/man/src/
H A DMakefile.in35 man-iconv.o to_cat.o different.o gripes.o glob.o util.o msg.o
53 different.o man.o: different.h
55 different.o gripes.o man-config.o man-getopt.o man.o manfile.o manpath.o util.o: gripes.h gripedefs.h
56 different.o man-config.o man-getopt.o man.o manpath.o: man-config.h
63 different.o man-config.o man-getopt.o man.o manpath.o util.o: util.h
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dswitched.tcl42 # initial value different from default value so force
50 if {[catch {string compare $($this,$option) $value} different]} {
53 if {$different} {
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DExtra.pm47 proves to get messy as different people write different additions and
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/
H A Dsoapmark.pl35 This test should be used only for comparison different Perl server
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/
H A Dsoapmark.pl35 This test should be used only for comparison different Perl server
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/
H A Dsoapmark.pl35 This test should be used only for comparison different Perl server
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dsecure-webclient.xotcl9 It needs to be adopted with different https URLs for testing...
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DSynchronized.pm157 important to specify different keys for them, as otherwise every
181 To control access to different appender instances, it often makes sense
182 to define different keys for different synchronizing appenders. In this
209 serialization of output written to different files.
214 a different way than with the default settings provided by
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dldifsort.pl23 different attributes for different entries.
/macosx-10.9.5/libiconv-41/libiconv/tests/
H A Duniq-u.c142 different (const char *old, const char *new, size_t oldlen, size_t newlen) function
217 match = !different (thisfield, prevfield, thislen, prevlen);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/unix/
H A Dmetakit.spec23 is quite different from each of them.
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcstrcase.c630 different[]= { 0x41, 0x62, 0x131, 0x3c3, 0x73, 0x53, 0x46, 0x66, 0x49, 0xd93f, 0xdffd, 0 }; local
643 lenDifferent=u_strlen(different);
670 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
672 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
674 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
676 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
680 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
682 log_err("error: u_strncasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
684 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
686 log_err("error: u_strCaseCompare(mixed, 4, different,
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSynchronized.pm157 important to specify different keys for them, as otherwise every
181 To control access to different appender instances, it often makes sense
182 to define different keys for different synchronizing appenders. In this
209 serialization of output written to different files.
214 a different way than with the default settings provided by
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
67 raise (Error "redefinition of function with different # args");
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DACCESS.pm20 #possibility that another insert to a different table overwrites it for this resultsource
78 Information about support for different version of MS Access is welcome.
84 id for different tables, the insert() function stores the inserted id on a per table basis.
/macosx-10.9.5/CPANInternal-140/Data-UUID/
H A DUUID.pm82 bits long, and is guaranteed to be different from all other UUIDs/GUIDs
87 Currently many different technologies rely on UUIDs to provide unique identity
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DUUID.pm51 bits long, and is guaranteed to be different from all other UUIDs/GUIDs
56 Currently many different technologies rely on UUIDs to provide unique identity
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dtests_from_zdump34 Note, if your version of the zoneinfo data is different from that used
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DBoolean.pm136 Log4perl tries a different approach.
159 different appenders by name using AND (&& or &), OR (|| or |) and NOT (!) as

Completed in 200 milliseconds

1234567891011>>