Searched refs:texts (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.9.5/rsync-42/rsync/lib/
H A Dwildmatch.h5 int wildmatch_array(const char *pattern, const char*const *texts, int where);
6 int litmatch_array(const char *string, const char*const *texts, int where);
H A Dwildmatch.c312 * of all the pointers in array "texts" (which has a NULL pointer at the
314 * the trailing N slash-separated filename components of "texts"), or < 0
315 * (match the "pattern" at the start or after any slash in "texts"). */
316 int wildmatch_array(const char *pattern, const char*const *texts, int where) argument
319 const uchar*const *a = (const uchar*const*)texts;
351 * of all the pointers in array "texts" (which has a NULL pointer at the
353 * only the trailing N slash-separated filename components of "texts"). */
354 int litmatch_array(const char *string, const char*const *texts, int where) argument
357 const uchar*const *a = (const uchar* const*)texts;
/macosx-10.9.5/rsync-42/rsync/
H A Dwildtest.c66 char buf[MAXPATHLEN*2], *texts[MAXPATHLEN]; local
70 texts[ndx++] = "";
73 texts[ndx] = buf + ndx * (explode_mod + 1);
74 strlcpy(texts[ndx++], text + pos, explode_mod + 1);
79 texts[ndx++] = "";
82 texts[ndx++] = "";
83 texts[ndx] = NULL;
84 matched = wildmatch_array(pattern, (const char**)texts, 0);
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Draw.rb55 # Appends +texts+ onto this Paragraph
57 def push *texts
58 self.parts.concat texts
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtlimits.cpp64 static char *texts[3] = { local
75 p1(r1) = texts[i % 3];
78 A(p1(v1[i]) == (c4_String)texts[i % 3]);
82 A(p1(v1[j]) == (c4_String)texts[j % 3]);
88 A(p1(v1[k]) == (c4_String)texts[k % 3]);
188 static char *texts[3] = { local
201 p2(r1) = texts[i % 3];
202 p3(r1) = texts[i % 3];
205 A(p2(v1[i]) == (c4_String)texts[i % 3]);
210 A(p2(v1[j]) == (c4_String)texts[
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_preceding_sibling.rb26 arr << cell.texts.join
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dlog-edit.el637 (let (texts)
640 (push entry texts)
643 (cons (current-buffer) texts))))))))
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dmkhelp.pl148 texts by NOT passing -c to the mkhelp.pl tool. */
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm76 There is no guessing, no generating of illegal JSON texts by default,
251 The main use for this flag is to produce JSON texts that can be
252 transmitted over a 7-bit channel, as the encoded JSON texts will not
344 This setting has no effect when decoding JSON texts.
356 This setting has no effect when decoding JSON texts. You will also
375 This setting has no effect when decoding JSON texts.
388 JSON texts as if they were valid!>. I suggest only to use this option to
393 valid JSON texts.
402 can be annoying if you write JSON texts manually and want to be able to
444 This setting has no effect when decoding JSON texts
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm76 There is no guessing, no generating of illegal JSON texts by default,
251 The main use for this flag is to produce JSON texts that can be
252 transmitted over a 7-bit channel, as the encoded JSON texts will not
344 This setting has no effect when decoding JSON texts.
356 This setting has no effect when decoding JSON texts. You will also
375 This setting has no effect when decoding JSON texts.
388 JSON texts as if they were valid!>. I suggest only to use this option to
393 valid JSON texts.
402 can be annoying if you write JSON texts manually and want to be able to
444 This setting has no effect when decoding JSON texts
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcweb.vim53 " The contents of "control texts" is not treated as TeX material, because in
H A Dlout.vim22 " Synchronization, I know it is a huge number, but normal texts can be
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb62 This can save the list of memo texts to another file. It may useful to
64 This may not support multibyte characters (multibyte texts are broken on
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm680 There is no guessing, no generating of illegal JSON texts by default,
921 This setting has no effect when decoding JSON texts.
939 This setting has no effect when decoding JSON texts.
960 This setting has no effect when decoding JSON texts.
976 JSON texts as if they were valid!>. I suggest only to use this option to
981 valid JSON texts.
990 can be annoying if you write JSON texts manually and want to be able to
1035 This setting has no effect when decoding JSON texts.
1049 passed an arrayref or hashref, as JSON texts must either be an object
1233 memory when your JSON texts ar
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm723 There is no guessing, no generating of illegal JSON texts by default,
1049 This setting has no effect when decoding JSON texts.
1067 This setting has no effect when decoding JSON texts.
1088 This setting has no effect when decoding JSON texts.
1104 JSON texts as if they were valid!>. I suggest only to use this option to
1109 valid JSON texts.
1118 can be annoying if you write JSON texts manually and want to be able to
1163 This setting has no effect when decoding JSON texts.
1177 passed an arrayref or hashref, as JSON texts must either be an object
1361 memory when your JSON texts ar
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dmsfmrgts.cpp830 UnicodeString texts[] = { local
839 //Object[] objs = mf.parse(texts[i], pp);
841 Formattable *objs = mf->parse(texts[i], pp, count);
842 log(" text for parsing: \"" + texts[i] + "\"");
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm1674 There is no guessing, no generating of illegal JSON texts by default,
1929 This setting has no effect when decoding JSON texts.
1949 This setting has no effect when decoding JSON texts.
1964 JSON texts as if they were valid!>. I suggest only to use this option to
1969 valid JSON texts.
1978 can be annoying if you write JSON texts manually and want to be able to
2022 This setting has no effect when decoding JSON texts.
2039 passed an arrayref or hashref, as JSON texts must either be an object
2283 In some cases, there is the need for incremental parsing of JSON texts.
2332 case. Note that in this case, any previously-parsed JSON texts wil
[all...]
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dindex.py1083 texts = ctxt.xpathEval("//pre//text()")
1084 for text in texts:
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dindex.py1071 texts = ctxt.xpathEval("//pre//text()")
1072 for text in texts:
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_ru_ru.koi8-r.vim273 " Dialog texts
H A Dmenu_ru_ru.vim273 " Dialog texts
H A Dmenu_sr_rs.iso_8859-5.vim248 " dialog texts
H A Dmenu_sr_rs.utf-8.vim248 " dialog texts
H A Dmenu_uk_ua.cp1251.vim239 " dialog texts
H A Dmenu_uk_ua.koi8-u.vim239 " dialog texts

Completed in 181 milliseconds

123