/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/ |
D | regexps-uri.js | 1 import { merge, subexp } from "./util"; 4 …subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" … 7 …subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), USERINFO$ = subexp(subexp(PCT_ENCO… 8 …subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_… 9 …IPV6ADDRESS2$ = subexp("\\:\\:" + subexp(H16$ + "\\:") + "{5}" + LS32$), // "… 10 …IPV6ADDRESS3$ = subexp(subexp(H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{4}" + LS32$), //[ … 11 …IPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,1}" + H16$) + "?\\:\\:" + subexp(H16$ + "… 12 …IPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,2}" + H16$) + "?\\:\\:" + subexp(H16$ + "… 13 …IPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,3}" + H16$) + "?\\:\\:" + H16$ + "\\:" + … 14 …IPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,4}" + H16$) + "?\\:\\:" + LS32$), //[ *4(… [all …]
|
D | util.d.ts | 2 export declare function subexp(str: string): string;
|
D | util.js | 15 export function subexp(str) { function
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.js | 25 function subexp(str) { function 56 …subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" … 66 SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), 67 … USERINFO$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]")) + "*"), 68 …DEC_OCTET$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGI… 69 …C_OCTET_RELAXED$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" … 71 …IPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$… 72 H16$ = subexp(HEXDIG$$ + "{1,4}"), 73 LS32$ = subexp(subexp(H16$ + "\\:" + H16$) + "|" + IPV4ADDRESS$), 74 IPV6ADDRESS1$ = subexp(subexp(H16$ + "\\:") + "{6}" + LS32$), [all …]
|
D | uri.all.min.js.map | 1 …subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
|
D | uri.all.js.map | 1 …subexp, toUpperCase, toArray } from \"../util\";\n\nexport interface MailtoHeaders {\n\t[hfname:st…
|
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/ |
D | mailto.js | 3 import { merge, subexp, toUpperCase, toArray } from "../util"; 9 …subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" … 24 const DOT_ATOM_TEXT$ = subexp(ATEXT$$ + "+" + subexp("\\." + ATEXT$$ + "+") + "*"); 25 const QUOTED_PAIR$ = subexp("\\\\" + VCHAR$$); 26 const QCONTENT$ = subexp(QTEXT$$ + "|" + QUOTED_PAIR$); 27 const QUOTED_STRING$ = subexp('\\"' + QCONTENT$ + "*" + '\\"'); 31 const QCHAR$ = subexp(UNRESERVED$$ + "|" + PCT_ENCODED$ + "|" + SOME_DELIMS$$); 32 const DOMAIN$ = subexp(DOT_ATOM_TEXT$ + "|" + "\\[" + DTEXT_NO_OBS$$ + "*" + "\\]"); 33 const LOCAL_PART$ = subexp(DOT_ATOM_TEXT$ + "|" + QUOTED_STRING$); 34 const ADDR_SPEC$ = subexp(LOCAL_PART$ + "\\@" + DOMAIN$); [all …]
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
D | ajv.bundle.js | 5260 function subexp(str) { function 5291 …subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" … 5301 SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), 5302 … USERINFO$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]")) + "*"), 5303 …DEC_OCTET$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGI… 5304 …C_OCTET_RELAXED$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" … 5306 …IPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$… 5307 H16$ = subexp(HEXDIG$$ + "{1,4}"), 5308 LS32$ = subexp(subexp(H16$ + "\\:" + H16$) + "|" + IPV4ADDRESS$), 5309 IPV6ADDRESS1$ = subexp(subexp(H16$ + "\\:") + "{6}" + LS32$), [all …]
|
D | ajv.min.js.map | 1 …ropsKeywords","skipKeywords","45","merge","_len","sets","_key","xl","x","subexp","typeOf","shift",…
|
/third_party/mesa3d/src/intel/perf/ |
D | gen_perf.py | 180 def brkt(subexp): argument 181 if " " in subexp: 182 return "(" + subexp + ")" 184 return subexp 304 subexp = callback(args) 306 stack.append(subexp)
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_av1.c | 613 #define subexp(name, max, subs, ...) do { \ macro 653 #undef subexp 693 #define subexp(name, max, subs, ...) do { \ macro 731 #undef subexp
|
D | cbs_av1_syntax_template.c | 1143 subexp(gm_params[ref][idx], num_syms, 2, ref, idx); in FUNC()
|