Home
last modified time | relevance | path

Searched refs:_opts (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.js53 opts = this._opts = util.copy(opts) || {};
168 $schema = $schema || this._opts.defaultMeta || defaultMeta(this);
177 if (this._opts.validateSchema == 'log') this.logger.error(message);
185 var meta = self._opts.meta;
186 self._opts.defaultMeta = typeof meta == 'object'
191 return self._opts.defaultMeta;
265 var serialize = this._opts.serialize;
294 var serialize = this._opts.serialize;
299 shouldAddSchema = shouldAddSchema || this._opts.addUsedSchema !== false;
304 var willValidate = this._opts.validateSchema !== false && !skipValidation;
[all …]
Dkeyword.js45 if (definition.$data && this._opts.$data) {
Dajv.d.ts140 _opts: Options; property
/third_party/node/deps/npm/node_modules/agent-base/
Dindex.js20 function Agent(callback, _opts) { argument
22 return new Agent(callback, _opts);
31 let opts = _opts;
60 Agent.prototype.addRequest = function addRequest(req, _opts) { argument
61 const ownOpts = Object.assign({}, _opts);
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/
Dindex.js20 function Agent(callback, _opts) { argument
22 return new Agent(callback, _opts);
31 let opts = _opts;
60 Agent.prototype.addRequest = function addRequest(req, _opts) { argument
61 const ownOpts = Object.assign({}, _opts);
/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dindex.js32 cachingFetch.defaults = function (_uri, _opts) { argument
35 _opts = _uri
40 const finalOpts = Object.assign({}, _opts || {}, opts || {})
81 function configureOptions (_opts) { argument
82 const opts = Object.assign({}, _opts || {})
106 function cachingFetch (uri, _opts) { argument
107 const opts = configureOptions(_opts)
/third_party/iowow/src/fs/
Diwfile.c154 iwrc iwfs_file_open(IWFS_FILE *f, const IWFS_FILE_OPTS *_opts) { in iwfs_file_open() argument
155 if (!f || !_opts || !_opts->path) { in iwfs_file_open()
182 impl->opts = *_opts; in iwfs_file_open()
201 opts->path = strndup(_opts->path, MAXPATHLEN); in iwfs_file_open()
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Dasync.js22 if (typeof this._opts.loadSchema != 'function')
67 schemaPromise = self._loadingSchemas[ref] = self._opts.loadSchema(ref);
Dindex.js36 , opts = this._opts
258 if (self._opts.validateSchema !== false) {
270 if (self._opts.validateSchema == 'log') self.logger.error(message);
Dresolve.js36 return inlineRef(refVal.schema, this._opts.inlineRefs)
52 v = inlineRef(schema, this._opts.inlineRefs)
/third_party/node/deps/npm/node_modules/libnpmconfig/
Dindex.js27 function getNpmConfig (_opts, _builtin) { argument
37 const cli = NpmConfig(_opts)
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/dot/
Dcomment.jst8 …self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.sche…
Dformat.jst21 && self._opts.unknownFormats.indexOf({{=$schemaValue}}) == -1
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js34 const _opts = Symbol('opts') constant
53 this[_opts] = opts
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.min.js2_opts.loadSchema)throw new Error("options.loadSchema should be a function");"function"==typeof n&&…
Dajv.bundle.js51 if (typeof this._opts.loadSchema != 'function')
96 schemaPromise = self._loadingSchemas[ref] = self._opts.loadSchema(ref);
4743 if (definition.$data && this._opts.$data) {
6733 opts = this._opts = util.copy(opts) || {};
6848 $schema = $schema || this._opts.defaultMeta || defaultMeta(this);
6857 if (this._opts.validateSchema == 'log') this.logger.error(message);
6865 var meta = self._opts.meta;
6866 self._opts.defaultMeta = typeof meta == 'object'
6871 return self._opts.defaultMeta;
6945 var serialize = this._opts.serialize;
[all …]
Dajv.min.js.map1 …"MissingRefError","MissingRef","compileAsync","schema","meta","callback","_opts","loadSchema","und…
/third_party/ejdb/src/
Dejdb2.c1779 iwrc ejdb_open(const EJDB_OPTS *_opts, EJDB *ejdbp) { in ejdb_open() argument
1784 if (!_opts || !_opts->kv.path || !ejdbp) { in ejdb_open()
1793 memcpy(&db->opts, _opts, sizeof(db->opts)); in ejdb_open()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c429 const struct vtn_decoration *dec, void *_opts) in handle_conversion_opts() argument
431 struct conversion_opts *opts = _opts; in handle_conversion_opts()
/third_party/libnl/include/netlink-private/
Dtypes.h540 struct nl_data * pre ##_opts; \
/third_party/python/Doc/whatsnew/
D2.5.rst1136 .. _opts:
/third_party/node/tools/
Dlint-md.mjs7711 constructor(_opts) { argument
7715 if (_opts) Object.assign(opts, _opts); // for frozen objects
21131 function getNpmConfig (_opts, _builtin) { argument
21141 const cli = NpmConfig(_opts);