Home
last modified time | relevance | path

Searched refs:subexp (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Dregexps-uri.js1 import { merge, subexp } from "./util";
4subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" …
7subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), USERINFO$ = subexp(subexp(PCT_ENCO…
8subexp(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 …]
Dutil.d.ts2 export declare function subexp(str: string): string;
Dutil.js15 export function subexp(str) { function
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js25 function subexp(str) { function
56subexp(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 …]
Duri.all.min.js.map1subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
Duri.all.js.map1subexp, toUpperCase, toArray } from \"../util\";\n\nexport interface MailtoHeaders {\n\t[hfname:st…
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dmailto.js3 import { merge, subexp, toUpperCase, toArray } from "../util";
9subexp(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/
Dajv.bundle.js5260 function subexp(str) { function
5291subexp(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 …]
Dajv.min.js.map1 …ropsKeywords","skipKeywords","45","merge","_len","sets","_key","xl","x","subexp","typeOf","shift",…
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py180 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/
Dcbs_av1.c613 #define subexp(name, max, subs, ...) do { \ macro
653 #undef subexp
693 #define subexp(name, max, subs, ...) do { \ macro
731 #undef subexp
Dcbs_av1_syntax_template.c1143 subexp(gm_params[ref][idx], num_syms, 2, ref, idx); in FUNC()