Home
last modified time | relevance | path

Searched refs:delimiters (Results 1 - 25 of 41) sorted by relevance

12

/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dapply.js58 delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [],
157 delimiters.splice(_toPos, 1);
161 delimiters.splice(_toPos, 0, delimiter);
179 delimiters.pop();
183 delimiters.push('\n');
187 lines[_k] = lines[_k] + delimiters[_k];
H A Dparse.js16 delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [],
123 hunk.linedelimiters.push(delimiters[i] || '\n');
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm229 =item B<delimiters =E<gt> 0 | 1>
248 # delimiters => 1 if outer delimiters should be added
258 $subopts{delimiters} = 1;
271 $product = $opts{delimiters} ? '[]' : '';
276 $delim_l = ($opts{delimiters} ? '[' : '').$nlindent2;
277 $delim_r = $nlindent1.($opts{delimiters} ? ']' : '');
283 $product = $opts{delimiters} ? '{}' : '';
288 $delim_l = ($opts{delimiters} ? '{' : '').$nlindent2;
289 $delim_r = $nlindent1.($opts{delimiters}
[all...]
H A DTemplate.pm27 The template perl code delimiters (given with the C<DELIMITER> option)
/third_party/openssl/util/perl/OpenSSL/
H A DUtil.pm229 =item B<delimiters =E<gt> 0 | 1>
248 # delimiters => 1 if outer delimiters should be added
258 $subopts{delimiters} = 1;
271 $product = $opts{delimiters} ? '[]' : '';
276 $delim_l = ($opts{delimiters} ? '[' : '').$nlindent2;
277 $delim_r = $nlindent1.($opts{delimiters} ? ']' : '');
283 $product = $opts{delimiters} ? '{}' : '';
288 $delim_l = ($opts{delimiters} ? '{' : '').$nlindent2;
289 $delim_r = $nlindent1.($opts{delimiters}
[all...]
H A DTemplate.pm27 The template perl code delimiters (given with the C<DELIMITER> option)
/third_party/python/Lib/
H A Dcsv.py175 def sniff(self, sample, delimiters=None):
181 self._guess_quote_and_delimiter(sample, delimiters)
184 delimiters)
204 def _guess_quote_and_delimiter(self, data, delimiters):
243 if key and (delimiters is None or key in delimiters):
264 # if we see an extra quote between delimiters, we've got a
280 def _guess_delimiter(self, data, delimiters):
336 # build a list of possible delimiters
347 (delimiters i
[all...]
H A Dconfigparser.py18 delimiters=('=', ':'), comment_prefixes=('#', ';'),
31 When `delimiters` is given, it will be used as the set of substrings
138 `space_around_delimiters` is True (the default), delimiters
583 # allowed delimiters,
592 # delimiters, followed by any
612 allow_no_value=False, *, delimiters=('=', ':'),
624 self._delimiters = tuple(delimiters)
625 if delimiters == ('=', ':'):
628 d = "|".join(re.escape(d) for d in delimiters)
924 If `space_around_delimiters` is True (the default), delimiters
[all...]
/third_party/python/Lib/test/
H A Dtest_configparser.py39 delimiters = ('=', ':') variable in CfgParserTestCaseClass
52 delimiters=self.delimiters,
327 """.format(self.delimiters, self.comment_prefixes)
341 """.format(self.delimiters)))
348 """.format(self.delimiters)))
354 """.format(self.delimiters)))
361 """.format(self.delimiters)))
470 self.delimiters[0]))
476 "nekey{}nevalue\n".format(self.delimiters[
1062 delimiters = (':=', '$') global() variable in ConfigParserTestCaseNonStandardDelimiters
1152 delimiters = (':=', '$') global() variable in RawConfigParserTestCaseNonStandardDelimiters
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtranslate_math.js17 const delimiters = [
24 for( var delim of delimiters ) {
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dfuzzer.cc60 const std::vector<std::string> delimiters{";"}; in LLVMFuzzerCustomMutator()
64 delimiters[generator.GetUInt32(static_cast<uint32_t>(delimiters.size()))]; in LLVMFuzzerCustomMutator()
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.h112 char *pa_split(const char *c, const char *delimiters, const char **state);
113 const char *pa_split_in_place(const char *c, const char *delimiters, size_t *n, const char **state);
238 bool pa_str_in_list(const char *haystack, const char *delimiters, const char *needle);
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
H A Dauto-render.min.js1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),a=function(e,t,r){for(var n=r,o=0,a=e.length;n<t.length;){var i=t[n];if(o<=0&&t.slice(n,n+a)===e)return n;"\\"===i?n++:"{"===i?o++:"}"===i&&o--,n++}return-1},i=function(e,t,r,n){for(var o=[],i=0;i<e.length;i++)if("text"===e[i].type){var l=e[i].data,d=!0,s=0,f=void 0;for(-1!==(f=l.indexOf(t))&&(s=f,o.push({type:"text",data:l.slice(0,s)}),d=!1);;){if(d){if(-1===(f=l.indexOf(t,s)))break;o.push({type:"text",data:l.slice(s,f)}),s=f}else{if(-1===(f=a(r,l,s+t.length)))break;o.push({type:"math",data:l.slice(s+t.length,f),rawData:l.slice(s,f+r.length),display:n}),s=f+r.length}d=!d}o.push({type:"text",data:l.slice(s)})}else o.push(e[i]);return o},l=function(e,t){for(var r=function(e,t){for(var r=[{type:"text",data:e}],n=0;n<t.length;n++){var o=t[n];r=i(r,o.left,o.right,o.display||!1)}return r}(e,t.delimiters),n=document.createDocumentFragment(),a=0;a<r.length;a++)if("text"===r[a].type)n.appendChild(document.createTextNode(r[a].data));else{var l=document.createElement("span"),d=r[a].data;t.displayMode=r[a].display;try{t.preProcess&&(d=t.preProcess(d)),o.a.render(d,l,t)}catch(e){if(!(e instanceof o.a.ParseError))throw e;t.errorCallback("KaTeX auto-render: Failed to parse `"+r[a].data+"` with ",e),n.appendChild(document.createTextNode(r[a].rawData));continue}n.appendChild(l)}return n};t.default=function(e,t){if(!e)throw new Error("No element provided to render");var r={};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);r.delimiters=r.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\[",right:"\\]",di (…)
/third_party/skia/include/core/
H A DSkString.h295 // Split str on any characters in delimiters into out. (Think, strtok with a sane API.)
296 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode,
298 inline void SkStrSplit(const char* str, const char* delimiters, SkTArray<SkString>* out) { in SkStrSplit() argument
299 SkStrSplit(str, delimiters, kCoalesce_SkStrSplitMode, out); in SkStrSplit()
/third_party/rust/crates/clap/tests/builder/
H A Dmain.rs17 mod delimiters; modules
/third_party/skia/src/core/
H A DSkString.cpp624 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode, in SkStrSplit() argument
627 // Skip any delimiters. in SkStrSplit()
628 str += strspn(str, delimiters); in SkStrSplit()
636 const size_t len = strcspn(str, delimiters); in SkStrSplit()
646 // Skip any delimiters. in SkStrSplit()
647 str += strspn(str, delimiters); in SkStrSplit()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp40 const std::string &delimiters, in SplitString()
53 auto end = input.find_first_of(delimiters, start); in SplitString()
39 SplitString(const std::string &input, const std::string &delimiters, WhitespaceHandling whitespace, SplitResult resultType) SplitString() argument
H A Dstring_utils.h36 const std::string &delimiters,
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js655 delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [],
762 hunk.linedelimiters.push(delimiters[i] || '\n');
868 delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [],
950 delimiters.splice(_toPos, 1);
954 delimiters.splice(_toPos, 0, delimiter);
972 delimiters.pop();
976 delimiters.push('\n');
980 lines[_k] = lines[_k] + delimiters[_k];
/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h581 static inline void *thread_safe_strtok(char *str, const char *delimiters, char **context) { in thread_safe_strtok() argument
582 return strtok_s(str, delimiters, context); in thread_safe_strtok()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.h116 FT_Bool delimiters );
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c141 char delimiters[] = ";"; in headers_read() local
161 while ((token = pa_split(c->transport, delimiters, &token_state))) { in headers_read()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm66 my $alt_delim = _param('delimiters', %a);
297 my $delims = _param('delimiters', %fi_a);
660 # Note that this is *faster* than using the default delimiters
797 I<not> done when you specify alternative delimiters with the
1404 any delimiters you set when you created the template object with
1593 delimiters makes you suffer suffer suffer. Starting in version 1.20,
1594 you can change the choice of delimiters to something other than curly
1598 an alternative set of delimiters with the C<DELIMITERS> option. For
1604 Note that these delimiters are I<literal strings>, not regexes. (I
1607 backslash, so if you want to include the delimiters i
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm66 my $alt_delim = _param('delimiters', %a);
297 my $delims = _param('delimiters', %fi_a);
660 # Note that this is *faster* than using the default delimiters
797 I<not> done when you specify alternative delimiters with the
1404 any delimiters you set when you created the template object with
1593 delimiters makes you suffer suffer suffer. Starting in version 1.20,
1594 you can change the choice of delimiters to something other than curly
1598 an alternative set of delimiters with the C<DELIMITERS> option. For
1604 Note that these delimiters are I<literal strings>, not regexes. (I
1607 backslash, so if you want to include the delimiters i
[all...]
/third_party/cups-filters/filter/
H A Drastertopdf.cpp203 * 'split_strings()' - Split a string to a vector of strings given some delimiters
206 * I - string containing delimiters
209 split_strings(std::string const &str, std::string delimiters = ",") in split_strings()
224 if (delimiters.find(str[i]) != std::string::npos) in split_strings()

Completed in 20 milliseconds

12