Searched refs:prefixes (Results 51 - 69 of 69) sorted by relevance

123

/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxslt.c1058 * from excluded output prefixes currently in scope. Initialize the
1545 * @template: the "extension-element-prefixes" prefix
1550 * an extension-element-prefixes attribute on:
1552 * 2) an xsl:extension-element-prefixes attribute on a
1559 xmlChar *prefixes; local
1567 prefixes = xmlGetNsProp(cur,
1568 (const xmlChar *)"extension-element-prefixes", NULL);
1571 prefixes = xmlGetNsProp(cur,
1572 (const xmlChar *)"extension-element-prefixes", XSLT_NAMESPACE);
1574 if (prefixes
1697 xmlChar *prefixes; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationdatabuilder.cpp790 // Flatten prefixes and nested suffixes (contractions)
808 UCharsTrie::Iterator prefixes(p + 2, 0, errorCode);
809 while(prefixes.next(errorCode)) {
810 context = prefixes.getString();
813 ce32 = (uint32_t)prefixes.getValue();
1436 // No non-empty prefixes, only contractions.
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dvasnprintf.c271 int prefixes[2]; local
593 prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int;
599 prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int;
629 prefixes[0], arg, &count); \
633 prefixes[0], prefixes[1], arg, \
647 count = sprintf (tmp, buf, prefixes[0], arg); \
650 count = sprintf (tmp, buf, prefixes[0], prefixes[1],\
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregc_lex.c73 prefixes(v); /* may turn on new type bits etc. */
93 - prefixes - implement various special prefixes
94 ^ static VOID prefixes(struct vars *);
97 prefixes(
123 return; /* and there can be no more prefixes */
95 prefixes( function
H A Dregcomp.c77 static void prefixes(struct vars *);
357 lexstart(v); /* also handles prefixes */
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_lex.c72 prefixes(v); /* may turn on new type bits etc. */
91 - prefixes - implement various special prefixes
92 ^ static VOID prefixes(struct vars *);
95 prefixes(v) function
114 return; /* and there can be no more prefixes */
H A Dregcomp.c79 static VOID prefixes _ANSI_ARGS_((struct vars *));
365 lexstart(v); /* also handles prefixes */
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_core.rb832 prefixes = doc.root.prefixes.sort
834 assert_equal correct, prefixes
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain2.tcl211 -prefixes 0
2045 -prefixes 0]
2421 -prefixes 0]
2590 -prefixes 0]
3438 # FIRST, get the explicit names, skipping prefixes.
3683 # FIRST, get the explicit names, skipping prefixes.
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t355 prefixes for a `structsp', which means they could match a
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_file_exhaustive.rb808 prefixes = ["", "/", ".", "/.", "bar/.", "/bar/."]
815 prefixes.each do |prefix|
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm19 # try removing namespace prefixes in the xml
829 the two DTDs and getting rid of the namespace prefixes. Then you can
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm489 uses the relevant prefixes and modification times to return a unified
/macosx-10.10/vim-55/runtime/syntax/
H A Dmasm.vim188 " Instruction prefixes
H A Dora.vim453 HiLink oraKeywordPref oraKeywordGroup "keywords which act as prefixes
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c4996 CFArrayRef prefixes; local
5002 prefixes
5027 if (prefixes != NULL) {
5028 if (count != CFArrayGetCount(prefixes)) {
5035 prefix_cf = CFArrayGetValueAtIndex(prefixes, 0);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm5267 =item Disable use of explicit namespace prefixes
5270 namespace prefixes on anything but SOAP elements themselves. For example, the
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim6007 " if no command name is known. The "Vim" prefixes cannot be faked.
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim5934 " priority prefixes need to be removed, but not directories that happen to

Completed in 268 milliseconds

123