Searched refs:prest (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | pattern.js | 54 const [p0, p1, p2, p3, ...prest] = this.#patternList; 56 if (prest[0] === '') { 58 prest.shift(); 63 this.#patternList = [p, ...prest]; 68 const [p1, ...prest] = this.#patternList; 70 if (prest[0] === '') { 72 prest.shift(); 77 this.#patternList = [p, ...prest];
|
D | pattern.js.map | 1 …prest] = this.#patternList\n const [g0, g1, g2, g3, ...grest] = this.#globList\n if …
|
/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | pattern.js | 51 const [p0, p1, p2, p3, ...prest] = this.#patternList; 53 if (prest[0] === '') { 55 prest.shift(); 60 this.#patternList = [p, ...prest]; 65 const [p1, ...prest] = this.#patternList; 67 if (prest[0] === '') { 69 prest.shift(); 74 this.#patternList = [p, ...prest];
|
D | pattern.js.map | 1 …prest] = this.#patternList\n const [g0, g1, g2, g3, ...grest] = this.#globList\n if …
|
/third_party/mksh/ |
D | misc.c | 822 const unsigned char *prest, *psub, *pnext; in do_gmatch() local 896 if (!(prest = pat_scan(p, pe, false))) in do_gmatch() 901 do_gmatch(s, se, prest, pe, smin)) in do_gmatch() 907 (do_gmatch(srest, se, prest, pe, smin) || in do_gmatch() 912 if (pnext == prest) in do_gmatch() 923 if (!(prest = pat_scan(p, pe, false))) in do_gmatch() 928 do_gmatch(s, se, prest, pe, smin)) in do_gmatch() 932 srest = prest == pe ? se : s; in do_gmatch() 935 do_gmatch(srest, se, prest, pe, smin)) in do_gmatch() 938 if (pnext == prest) in do_gmatch() [all …]
|
/third_party/alsa-utils/alsaconf/po/ |
D | eu.po | 146 " txartela erabiltzeko prest jarriko du.\n" 239 " Orain ALSA erabiltzeko prest dago.\n"
|