/third_party/typescript/tests/cases/conformance/types/primitives/string/ |
D | assignFromStringInterface2.ts | 14 match(regexp: string): string[]; method 15 match(regexp: RegExp): string[]; method 16 replace(searchValue: string, replaceValue: string): string; method 17 … replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; method 18 replace(searchValue: RegExp, replaceValue: string): string; method 19 … replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string; method
|
/third_party/typescript/lib/ |
D | lib.es2015.symbol.wellknown.d.ts | 40 readonly match: symbol; property 46 readonly replace: symbol; property 239 …match(matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | n… method 246 …replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method 253 …replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
|
D | lib.es5.d.ts | 440 match(regexp: string | RegExp): RegExpMatchArray | null; method 447 replace(searchValue: string | RegExp, replaceValue: string): string; method 454 …replace(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): st… method
|
D | lib.dom.d.ts | 3342 match(request: RequestInfo, options?: CacheQueryOptions): Promise<Response | undefined>; method 3357 match(request: RequestInfo, options?: MultiCacheQueryOptions): Promise<Response | undefined>; method 4202 replace(oldToken: string, newToken: string): void; method 9865 replace(url: string): void; method
|
/third_party/typescript/src/lib/ |
D | es2015.symbol.wellknown.d.ts | 20 readonly match: symbol; property 26 readonly replace: symbol; property 219 …match(matcher: { [Symbol.match](string: string): RegExpMatchArray | null; }): RegExpMatchArray | n… method 226 …replace(searchValue: { [Symbol.replace](string: string, replaceValue: string): string; }, replaceV… method 233 …replace(searchValue: { [Symbol.replace](string: string, replacer: (substring: string, ...args: any… method
|
D | es5.d.ts | 420 match(regexp: string | RegExp): RegExpMatchArray | null; method 427 replace(searchValue: string | RegExp, replaceValue: string): string; method 434 …replace(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): st… method
|
/third_party/boost/tools/build/src/util/ |
D | regex.py | 31 def replace(s, pattern, replacement): function 54 def replace_list(items, match, replacement): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | easy_xml.py | 157 def replace(match): function
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | easy_xml.py | 156 def replace(match): function
|
/third_party/python/Lib/json/ |
D | encoder.py | 40 def replace(match): function 52 def replace(match): function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | stringLiteralTypeIsSubtypeOfString.ts | 50 match(regexp: any): string[] { return null; } method in C 51 replace(searchValue: any, replaceValue: any): string { return null; } method in C
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | RBSearchPanel.java | 179 private String replace(String original, String match, String replace) { in replace()
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | 1.0lib-noErrors.ts | 321 match(regexp: string): string[]; method 327 match(regexp: RegExp): string[]; method 334 replace(searchValue: string, replaceValue: string): string; method 341 … replace(searchValue: string, replaceValue: (substring: string, ...args: any[]) => string): string; method 348 replace(searchValue: RegExp, replaceValue: string): string; method 355 … replace(searchValue: RegExp, replaceValue: (substring: string, ...args: any[]) => string): string; method
|
/third_party/typescript/tests/baselines/reference/ |
D | stringLiteralTypeIsSubtypeOfString.js | 130 C.prototype.match = function (regexp) { return null; }; method in C 131 C.prototype.replace = function (searchValue, replaceValue) { return null; }; method in C
|
/third_party/python/Lib/lib2to3/ |
D | pytree.py | 101 def replace(self, new): member in Base 454 def match(self, node, results=None): member in BasePattern 522 def match(self, node, results=None): member in LeafPattern 673 def match(self, node, results=None): member in WildcardPattern 808 def match(self, node): member in NegatedPattern
|
/third_party/icu/icu4c/source/common/ |
D | unistr.cpp | 1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local 1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local 1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local 1109 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local 1131 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local 1148 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local 1372 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unistr.cpp | 1046 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local 1064 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local 1081 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local 1110 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local 1132 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local 1149 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local 1373 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistr.cpp | 1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local 1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local 1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local 1109 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local 1131 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local 1148 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local 1372 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
|
/third_party/node/deps/icu-small/source/common/ |
D | unistr.cpp | 1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf() local 1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf() local 1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf() local 1109 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength); in lastIndexOf() local 1131 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf() local 1148 const UChar *match = u_memrchr32(array + start, c, length); in doLastIndexOf() local 1372 UnicodeString::replace(int32_t start, in replace() function in UnicodeString
|
/third_party/python/Lib/ |
D | pathlib.py | 308 replace = os.replace variable in _NormalAccessor 890 def match(self, path_pattern): member in PurePath 1235 def replace(self, target): member in Path
|
/third_party/weston/clients/ |
D | terminal.c | 242 union utf8_char match; member 243 union utf8_char replace; member
|
/third_party/python/Objects/ |
D | unicodeobject.c | 9307 long replace = PyLong_AS_LONG(item); in unicode_fast_translate_lookup() local 9318 Py_UCS4 replace; in unicode_fast_translate_lookup() local 10932 replace(PyObject *self, PyObject *str1, in replace() function 13170 int match = tailmatch(self, prefix, 0, PY_SSIZE_T_MAX, -1); in unicode_removeprefix_impl() local 13198 int match = tailmatch(self, suffix, 0, PY_SSIZE_T_MAX, +1); in unicode_removesuffix_impl() local
|
/third_party/node/tools/ |
D | lint-md.mjs | 2894 const match = /^\\+/.exec(remaining()); constant 3322 const match = REGEX_NON_SPECIAL_CHARS.exec(remaining()); constant 3604 const match = /^(.*?)\.(\w+)$/.exec(str); constant 3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property 3752 let match = input === glob; variable 4406 var match; variable 9907 var match, major, minor; variable 12815 jsTokens.matchToToken = function(match) { argument 19463 function emitFolderMapDeprecation(match, pjsonUrl, isExports, base) { argument 19849 match, argument [all …]
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 2747 const double replace = costs[l_i][r_i]; in CalculateOptimalEdits() local 11055 regmatch_t match; in FullMatch() local 11064 regmatch_t match; in PartialMatch() local
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 336 match(regexp: string): RegExpMatchArray; method 342 match(regexp: RegExp): RegExpMatchArray; method 349 replace(searchValue: string, replaceValue: string): string; method 356 replace(searchValue: string, replacer: (substring: string, ...args: any[]) => string): string; method 363 replace(searchValue: RegExp, replaceValue: string): string; method 370 replace(searchValue: RegExp, replacer: (substring: string, ...args: any[]) => string): string; method 11201 replace(url: string): void; method
|