Home
last modified time | relevance | path

Searched refs:expansion (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/third_party/node/deps/minimatch/src/node_modules/brace-expansion/
DREADME.md1 # brace-expansion
3 [Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html),
6 …s://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brac…
7 …ownloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-
8 [![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expansion.svg)](https://gree…
10 …ttps://ci.testling.com/juliangruber/brace-expansion.png)](https://ci.testling.com/juliangruber/bra…
15 var expand = require('brace-expansion');
51 var expand = require('brace-expansion');
86 For compatibility reasons, the string `${` is not eligible for brace expansion.
93 npm install brace-expansion
Dindex.js109 var expansion = pre+ '{' + m.body + '}' + post[k];
110 expansions.push(expansion);
194 var expansion = pre + N[j] + post[k];
195 if (!isTop || isSequence || expansion)
196 expansions.push(expansion);
/third_party/rust/crates/nom/doc/archive/
DFAQ.md79 note: in expansion of if let expansion
80 src/stream.rs:74:5: 78:6 note: expansion site
86 note: in expansion of if let expansion
87 src/stream.rs:74:5: 78:6 note: expansion site
91 note: in expansion of if let expansion
92 src/stream.rs:74:5: 78:6 note: expansion site
98 note: in expansion of if let expansion
99 src/stream.rs:74:5: 78:6 note: expansion site
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py260 def record_algorithm_subtype(self, name: str, expansion: str) -> None:
273 elif re.search(r'0x020000[0-9A-Fa-f]{2}', expansion):
275 elif re.search(r'0x03[0-9A-Fa-f]{6}', expansion):
277 elif re.search(r'0x05[0-9A-Fa-f]{6}', expansion):
279 elif re.search(r'0x09[0-9A-Fa-f]{2}0000', expansion):
281 elif re.search(r'0x08[0-9A-Fa-f]{6}', expansion):
302 name, parameter, expansion = m.groups()
303 expansion = re.sub(r'/\*.*?\*/|//.*', r' ', expansion)
306 if re.match(self._deprecated_definition_re, expansion):
333 self.record_algorithm_subtype(name, expansion)
/third_party/python/Doc/library/
Dxml.rst68 external entity expansion Safe (5) Safe (2) Safe (3) Safe (5) …
86 billion laughs / exponential entity expansion
87 The `Billion Laughs`_ attack -- also known as exponential entity expansion --
90 The exponential expansion results in several gigabytes of text and
93 quadratic blowup entity expansion
95 entity expansion, too. Instead of nested entities it repeats one large entity
100 external entity expansion
108 implications as the external entity expansion issue.
Dglob.rst1 :mod:`glob` --- Unix style pathname pattern expansion
5 :synopsis: Unix shell style pathname pattern expansion.
9 .. index:: single: filenames; pathname expansion
23 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character
28 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and
138 Shell-style filename (not path) expansion
Dfnmatch.rst9 .. index:: single: filenames; wildcard expansion
44 module. See module :mod:`glob` for pathname expansion (:mod:`glob` uses
102 Unix shell-style path expansion.
/third_party/node/deps/npm/node_modules/brace-expansion/
Dindex.js109 var expansion = pre+ '{' + m.body + '}' + post[k];
110 expansions.push(expansion);
194 var expansion = pre + N[j] + post[k];
195 if (!isTop || isSequence || expansion)
196 expansions.push(expansion);
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c751 struct token *expansion = sym->expansion; in expand() local
774 tail = substitute(list, expansion, args); in expand()
1299 static struct token *parse_expansion(struct token *expansion, struct token *arglist, struct ident *… in parse_expansion() argument
1301 struct token *token = expansion; in parse_expansion()
1307 for (p = &expansion; !eof_token(token); p = &token->next, token = *p) { in parse_expansion()
1330 token = alloc_token(&expansion->pos); in parse_expansion()
1335 return expansion; in parse_expansion()
1346 struct token *arglist, struct token *expansion, int attr) in do_define() argument
1351 expansion = parse_expansion(expansion, arglist, name); in do_define()
1352 if (!expansion) in do_define()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducol_swp.cpp166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3()
193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3()
196 count=header.contractionIndex-header.expansion; in swapFormatVersion3()
199 count=header.mappingPosition-header.expansion; in swapFormatVersion3()
201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3()
202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
/third_party/skia/third_party/externals/icu/source/common/
Ducol_swp.cpp166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3()
193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3()
196 count=header.contractionIndex-header.expansion; in swapFormatVersion3()
199 count=header.mappingPosition-header.expansion; in swapFormatVersion3()
201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3()
202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
/third_party/icu/icu4c/source/common/
Ducol_swp.cpp166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3()
188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3()
193 if(header.mappingPosition!=0 && header.expansion!=0) { in swapFormatVersion3()
196 count=header.contractionIndex-header.expansion; in swapFormatVersion3()
199 count=header.mappingPosition-header.expansion; in swapFormatVersion3()
201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3()
202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
/third_party/curl/m4/
Dxc-translit.m432 dnl Normal shell expansion and substitution takes place
86 dnl Normal shell expansion and substitution takes place
146 dnl Expands to quoted result of 'expression' expansion.
154 dnl Expands to quoted result of 'patsubst' expansion.
162 dnl Expands to quoted result of 'translit' expansion.
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dhas-magic.js.map1expansion is not considered \"magic\" unless the `magicalBraces` option\n * is set, as brace expan…
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dhas-magic.js.map1expansion is not considered \"magic\" unless the `magicalBraces` option\n * is set, as brace expan…
/third_party/openssl/test/recipes/30-test_evp_data/
Devppkey_kdf_tls1_prf.txt27 Ctrl.label = seed:key expansion
52 Ctrl.label = seed:key expansion
61 Ctrl.label = seed:key expansion
Devpkdf_tls12_prf.txt27 Ctrl.label = seed:key expansion
36 Ctrl.label = seed:key expansion
/third_party/node/test/fixtures/wpt/common/security-features/
DREADME.md193 …Each test expansion can only contain fields and values defined by this schema (or `"*"` values tha…
209 Test expansion patterns (`test_expansion`s in `specification` section) define the combinations of t…
210 Each field in a test expansion can be in one of the following formats:
221expansion`**: if there is more than one pattern expanding into a same selection, the pattern appea…
223 For example a test expansion pattern (taken from [referrer-policy/spec.src.json](../../referrer-pol…
228 "expansion": "default",
248 A single test expansion pattern gets expanded into a list of selections as follows:
256expansion patterns, and instead is taken from `delivery_key` field of the spec JSON and added into…
258 For example, the test expansion in the example above generates selections like the following select…
277 …on have objects with the same format as [Test Expansion Patterns](#test-expansion-patterns) that d…
/third_party/gn/src/gn/
Dfunction_process_file_template_unittest.cc18 Value expansion(nullptr, "1234{{source_name_part}}5678"); in TEST() local
19 args.push_back(expansion); in TEST()
/third_party/typescript/tests/baselines/reference/
DrestParameterAssignmentCompatibility.types31 t = s; // Should be valid (rest params correspond to an infinite expansion of parameters)
49 …ameter names are ignored and rest parameters correspond to an unbounded expansion of optional para…
DrestParameterAssignmentCompatibility.symbols33 t = s; // Should be valid (rest params correspond to an infinite expansion of parameters)
51 …ameter names are ignored and rest parameters correspond to an unbounded expansion of optional para…
/third_party/node/src/
Dnode_options-inl.h357 const std::vector<std::string>& expansion = it->second; in Parse() local
360 name = expansion.front(); in Parse()
362 if (expansion.size() > 1) { in Parse()
366 expansion.begin() + 1, in Parse()
367 expansion.end()); in Parse()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.1.rst14 * add missing expansion of compound literals
16 * add missing expansion of asm operands
/third_party/glslang/Test/baseResults/
DcppComplexExpr.vert.out10 ERROR: 0:87: 'macro expansion' : End of line in macro substitution: foobar
14 ERROR: 0:92: 'macro expansion' : End of line in macro substitution: foobar
18 ERROR: 0:99: 'macro expansion' : End of line in macro substitution: foobar
22 ERROR: 0:101: 'macro expansion' : End of line in macro substitution: foobar
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m4464 # expensive in expansion time than comparing the number of arguments; so
476 # If the expansion of TESTn matches the string VALn, the result is IF-VALn.
500 # In the common case of $1 with no backslash, only one m4_index expansion
596 # for one less round of expansion.
621 # for one less round of expansion.
721 # lists, the expansion of m4_if takes twice as much memory as what the
808 # without arguments. The expansion will not be concatenated with
828 # Perform argument currying. The expansion of this macro is another
881 # Return the expansion of ARG as a single string. Unlike
901 # given a terminated expansion, and has no safety checks for
[all …]

12345678910>>...15