Home
last modified time | relevance | path

Searched defs:strict (Results 1 – 25 of 242) sorted by relevance

12345678910

/third_party/python/Lib/
Dmimetypes.py66 def __init__(self, filenames=(), strict=True): argument
80 def add_type(self, type, ext, strict=True): argument
97 def guess_type(self, url, strict=True): argument
160 def guess_all_extensions(self, type, strict=True): argument
179 def guess_extension(self, type, strict=True): argument
197 def read(self, filename, strict=True): argument
208 def readfp(self, fp, strict=True): argument
231 def read_windows_registry(self, strict=True): argument
272 def guess_type(url, strict=True): argument
295 def guess_all_extensions(type, strict=True): argument
[all …]
/third_party/node/lib/internal/util/
Dcomparisons.js170 function innerDeepEqual(val1, val2, strict, memos) { argument
297 function keyCheck(val1, val2, strict, memos, iterationType, aKeys) { argument
392 function setHasEqualElement(set, val1, strict, memo) { argument
451 function setEquiv(a, b, strict, memo) { argument
503 function mapHasEqualEntry(set, map, key1, item1, strict, memo) { argument
518 function mapEquiv(a, b, strict, memo) { argument
565 function objEquiv(a, b, strict, keys, memos, iterationType) { argument
/third_party/node/benchmark/assert/
Ddeepequal-buffer.js8 strict: [0, 1], property
12 function main({ len, n, method, strict }) { field
Ddeepequal-typedarrays.js14 strict: [0, 1], property
22 function main({ type, n, len, method, strict }) { field
Ddeepequal-map.js10 strict: [0, 1], property
33 function main({ n, len, method, strict }) { field
Ddeepequal-set.js10 strict: [0, 1], property
33 function main({ n, len, method, strict }) { field
Ddeepequal-prims-and-objs-big-loop.js15 strict: [0, 1], property
19 function main({ n, primitive, method, strict }) { field
Ddeepequal-object.js9 strict: [0, 1], property
26 function main({ size, n, method, strict }) { field
Ddeepequal-prims-and-objs-big-array-set.js18 strict: [0, 1], property
35 function main({ n, len, primitive, method, strict }) { field
/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc33 static UChar32 errorValue(int32_t count, int8_t strict) { in errorValue()
69 UBool strict) { in utf8_nextCharSafeBody()
/third_party/icu/icu4c/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody()
/third_party/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody()
/third_party/node/deps/icu-small/source/common/
Dutf_impl.cpp96 errorValue(int32_t count, int8_t strict) { in errorValue()
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody()
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody()
/third_party/json/include/nlohmann/detail/input/
Dparser.hpp85 void parse(const bool strict, BasicJsonType& result) in parse()
146 bool accept(const bool strict = true) in accept()
154 bool sax_parse(SAX* sax, const bool strict = true) in sax_parse()
/third_party/node/deps/npm/node_modules/verror/lib/
Dverror.js155 'strict': false property
358 'strict': true property
416 'strict': false property
/third_party/typescript/tests/cases/user/ts-toolbelt/
Dtsconfig.json3 "strict": true boolean
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/strict/
Dtsconfig.json3 "strict": true boolean
/third_party/typescript_eslint/packages/eslint-plugin-tslint/tests/
Dtsconfig.json3 "strict": true boolean
/third_party/typescript_eslint/tests/integration/fixtures/eslint-v6/
Dtsconfig.json3 "strict": true boolean
/third_party/typescript_eslint/tests/integration/fixtures/typescript-and-tslint-plugins-together/
Dtsconfig.json3 "strict": true boolean
/third_party/typescript_eslint/tests/integration/fixtures/markdown/
Dtsconfig.json3 "strict": true boolean
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dsampling_par.c172 const _vbi_service_par * par, unsigned int strict, _vbi_log_hook * log) in _vbi_sampling_par_permit_service()
335 vbi_service_set services, unsigned int strict, _vbi_log_hook * log) { in _vbi_sampling_par_check_services_log()
506 vbi_service_set services, unsigned int strict) { in vbi_sampling_par_check_services()
/third_party/python/Lib/json/
Ddecoder.py69 def py_scanstring(s, end, strict=True, argument
136 def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_hook, argument
285 parse_int=None, parse_constant=None, strict=True, argument
/third_party/typescript_eslint/tests/integration/fixtures/vue-jsx/
Dtsconfig.json3 "strict": true boolean

12345678910