Searched refs:mixed (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D15-case.t24 mixed => \@mixed_case_args
29 mixed => \%mixed_case_spec
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcstrcase.c423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, local
461 mixed, sizeof(mixed)/U_SIZEOF_UCHAR,
480 mixed, sizeof(mixed)/U_SIZEOF_UCHAR,
496 uprv_memcpy(buffer, mixed, sizeof(mixed));
497 buffer[sizeof(mixed)/U_SIZEOF_UCHAR]=0;
516 uprv_memcpy(buffer, mixed, sizeof(mixed));
627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1024 \ 'abs(': 'mixed number | number',
1051 \ 'apc_fetch(': 'string key | mixed',
1054 \ 'apc_store(': 'string key, mixed var [, int ttl] | bool',
1078 \ 'array_fill(': 'int start_index, int num, mixed value | array',
1081 \ 'array(': '[mixed ...] | array',
1087 \ 'array_key_exists(': 'mixed key, array search | bool',
1088 \ 'array_keys(': 'array input [, mixed search_value [, bool strict]] | array',
1092 \ 'array_multisort(': 'array ar1 [, mixed arg [, mixed ... [, array ...]]] | bool',
1093 \ 'array_pad(': 'array input, int pad_size, mixed pad_valu
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_6/Array/
H A Dregress-290592.js175 var mixed = [0, '0', 0]; variable
476 actual = mixed.every(isString);
482 reportCompare(expect, actual, 'mixed: every element is a string');
514 actual = mixed.every(obj.isString, obj);
520 reportCompare(expect, actual, 'mixed: every element is a string, via object callback');
577 actual = mixed.some(isString);
583 reportCompare(expect, actual, 'mixed: some element is a string');
614 actual = mixed.some(obj.isString, obj);
620 reportCompare(expect, actual, 'mixed: some element is a string, via object callback');
652 actual = mixed
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestipp.c208 ipp_uchar_t mixed[] = /* Mixed value buffer */ variable
556 * Read the mixed data and confirm we converted everything to rangeOfInteger
564 data.wused = sizeof(mixed);
565 data.wsize = sizeof(mixed);
566 data.wbuffer = mixed;
580 else if (data.rpos != sizeof(mixed))
583 (int)sizeof(mixed));
587 else if (length != (sizeof(mixed) + 4))
590 length, (int)sizeof(mixed) + 4);
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dxsd.vim18 \ {'name' : [], 'id' : [], 'abstract' : [], 'final' : [], 'block' : [], 'mixed' : []} ],
21 \ {'mixed' : [], 'id' : [] } ],
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dparen.el52 `mixed' (meaning show the matching paren if it is visible, and the expression
54 :type '(choice (const parenthesis) (const expression) (const mixed))
233 (and (eq show-paren-style 'mixed)
238 (and (eq show-paren-style 'mixed)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/mime/
H A Dsmtp.tcl140 # specified with various -header options. mixedL is the mixed-case version
164 set mixed [lindex $value 0]
165 set lower [string tolower $mixed]
177 lappend mixedL $mixed
226 foreach mixed {From Sender To cc Dcc Bcc Date Message-ID} {
227 set lower [string tolower $mixed]
231 set ${lower}M $prefixM$mixed
406 foreach lower $lowerL mixed $mixedL {
408 ::mime::setheader $part $mixed $value -mode append
H A Dmime.tcl74 # mixedL: list of header keys, mixed-case
457 set lower [string tolower [set mixed [lindex $value 0]]]
459 error "the $mixed parameter may be specified at most once"
481 set lower [string tolower [set mixed [lindex $value 0]]]
494 lappend state(mixedL) $mixed
719 [set mixed \
727 switch -- [set lower [string tolower $mixed]] {
759 lappend state(mixedL) $mixed
1368 foreach lower $state(lowerL) mixed $state(mixedL) {
1369 lappend result $mixed
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drnc.vim43 syn keyword rncKeyword include inherit list mixed name namespace
H A Dacedb.vim121 " The structure of the model.wrm file is sensitive to mixed tab and space
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DConstants.pm26 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locate or use XML::Parser. There are several reasons you might choose to do this. If the package will never be made available, there is no reason to perform the test. Setting this parameter is less time-consuming than the test for the package would be. Also, the XML::Parser code links against the Expat libraries for the C language. In some environments, this could cause a problem when mixed with other applications that may be linked against a different version of the same libraries. This was once the case with certain combinations of Apache, mod_perl and XML::Parser.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DJavaMap.pm130 Let's say you've in a mixed Java/Perl enviroment and you've
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DJavaMap.pm130 Let's say you've in a mixed Java/Perl enviroment and you've
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D02_main.t794 mixed => [ map { bless {} => "Foo$_" } qw(1..3) ],
810 null( Params::Util::_SET($set{mixed}, 'Foo'), '...::_SET(mixed ARRAY) returns undef' );
830 null( _SET($set{mixed}, 'Foo'), '_SET(mixed ARRAY) returns undef');
851 null( Params::Util::_SET0($set{mixed}, 'Foo'), '...::_SET0(mixed ARRAY) returns undef' );
870 null( _SET0($set{mixed}, 'Foo'), '_SET0(mixed ARRAY) returns undef' );
H A D12_main.t794 mixed => [ map { bless {} => "Foo$_" } qw(1..3) ],
810 null( Params::Util::_SET($set{mixed}, 'Foo'), '...::_SET(mixed ARRAY) returns undef' );
830 null( _SET($set{mixed}, 'Foo'), '_SET(mixed ARRAY) returns undef');
851 null( Params::Util::_SET0($set{mixed}, 'Foo'), '...::_SET0(mixed ARRAY) returns undef' );
870 null( _SET0($set{mixed}, 'Foo'), '_SET0(mixed ARRAY) returns undef' );
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dustrtest.cpp388 mixed(TRUE, _mixed, -1),
396 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT);
397 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) {
398 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result);
400 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
402 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result);
404 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
405 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) {
406 errln("error: mixed.caseCompare(other, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=0 instead of !=0\n");
410 result=mixed
[all...]
/macosx-10.9.5/zsh-60/zsh/Test/
H A DA01grammar.ztst474 0:`case' with mixed ;& and ;|
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DConstants.pm148 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locate or use XML::Parser. There are several reasons you might choose to do this. If the package will never be made available, there is no reason to perform the test. Setting this parameter is less time-consuming than the test for the package would be. Also, the XML::Parser code links against the Expat libraries for the C language. In some environments, this could cause a problem when mixed with other applications that may be linked against a different version of the same libraries. This was once the case with certain combinations of Apache, mod_perl and XML::Parser.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DConstants.pm149 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locate or use XML::Parser. There are several reasons you might choose to do this. If the package will never be made available, there is no reason to perform the test. Setting this parameter is less time-consuming than the test for the package would be. Also, the XML::Parser code links against the Expat libraries for the C language. In some environments, this could cause a problem when mixed with other applications that may be linked against a different version of the same libraries. This was once the case with certain combinations of Apache, mod_perl and XML::Parser.
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp225 bool Mixed; // a mixed region contains both set and unset bits
257 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
464 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
503 bool mixed)
504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
1381 bool mixed) {
1641 // Then regions of mixed bits (both known and unitialized bit values allowed).
502 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed) argument
/macosx-10.9.5/CPANInternal-140/XML-Writer/t/
H A D01_main.t816 $w->startTag('mixed');
819 $w->emptyTag('mixed');
820 ok(!$w->getDataMode(), 'Should be in mixed mode');
828 $w->endTag('mixed');
839 <mixed>This is <mixed /> <x>content</x>.</mixed>
942 # Expect to break on mixed content in data mode
953 # Break with mixed content with emptyTag as well
964 # Break with mixed conten
[all...]
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupstestppd.c22 * check_basics() - Check for CR LF, mixed line endings, and blank
1672 * 'check_basics()' - Check for CR LF, mixed line endings, and blank lines.
1684 int mixed; /* Mixed line endings? */ local
1693 mixed = 0;
1705 mixed = 1;
1716 mixed = 1;
1721 mixed = 1;
1742 if (mixed)
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dpprint.c2235 Bool mixed = no; local
2242 mixed = yes;
2252 mixed = no;
2255 else if (mixed)
2261 if ( !mixed && node->content )
2267 if ( !mixed && node->content )
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_validation_rng.rb403 <mixed>
405 </mixed>

Completed in 318 milliseconds

12