Home
last modified time | relevance | path

Searched +defs:resolve +defs:options (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/npm/docs/
Dgatsby-config.js15 resolve: 'gatsby-source-filesystem', property
16 options: { property
22 resolve: 'gatsby-plugin-no-sourcemaps' property
26 resolve: 'gatsby-plugin-manifest', property
27 options: { property
38 resolve: 'gatsby-plugin-google-fonts', property
39 options: { property
47 resolve: 'gatsby-transformer-remark', property
48 options: { property
59 resolve: 'gatsby-remark-autolink-headers', property
[all …]
/third_party/node/deps/npm/node_modules/write-file-atomic/
Dindex.js45 function writeFile (filename, data, options, callback) { argument
51 options = { encoding: options } variable
65 new Promise(function serializeSameFile (resolve) { argument
72 return new Promise(function (resolve) { argument
80 return new Promise(function stat (resolve) { argument
102 return new Promise(function (resolve, reject) { argument
110 return new Promise(function (resolve, reject) { argument
124 return new Promise(function (resolve, reject) { argument
137 return new Promise(function (resolve, reject) { argument
146 return new Promise(function (resolve, reject) { argument
[all …]
/third_party/node/deps/npm/node_modules/isexe/
Dindex.js12 function isexe (path, options, cb) { argument
23 return new Promise(function (resolve, reject) { argument
46 function sync (path, options) { argument
/third_party/node/deps/npm/node_modules/require-directory/
Dindex.js5 resolve = require('path').resolve, variable
18 function checkFileInclusion(path, filename, options) { argument
37 function requireDirectory(m, path, options) { argument
/third_party/node/doc/api/
Ddns.md246 ### Supported getaddrinfo flags
1275 [DNS error codes]: #dns_error_codes
1277 [Implementation considerations section]: #dns_implementation_considerations
1284 [`dns.getServers()`]: #dns_dns_getservers
1285 [`dns.lookup()`]: #dns_dns_lookup_hostname_options_callback
1286 [`dns.resolve()`]: #dns_dns_resolve_hostname_rrtype_callback
1287 [`dns.resolve4()`]: #dns_dns_resolve4_hostname_options_callback
1288 [`dns.resolve6()`]: #dns_dns_resolve6_hostname_options_callback
1289 [`dns.resolveAny()`]: #dns_dns_resolveany_hostname_callback
1290 [`dns.resolveCaa()`]: #dns_dns_resolvecaa_hostname_callback
[all …]
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Duri.js174 export function parse(uriString, options = {}) { argument
262 function _recomposeAuthority(components, options) { argument
316 export function serialize(components, options = {}) { argument
377 export function resolveComponents(base, relative, options = {}, skipNormalization) { argument
441 export function resolve(baseURI, relativeURI, options) { function
446 export function normalize(uri, options) { argument
456 export function equal(uriA, uriB, options) { argument
472 export function escapeComponent(str, options) { argument
476 export function unescapeComponent(str, options) { argument
/third_party/node/deps/npm/node_modules/promise-retry/
Dindex.js12 function promiseRetry(fn, options) { argument
25 return new Promise(function (resolve, reject) { argument
/third_party/node/lib/
Durl.js550 function urlFormat(urlObject, options) { argument
677 Url.prototype.resolve = function resolve(relative) { method in Url
980 resolve: urlResolve, property
Ddns.js97 function lookup(hostname, options, callback) { argument
257 Resolver.prototype.resolve = resolve; method in Resolver
259 function resolve(hostname, rrtype, callback) { function
Devents.js817 async function once(emitter, name, options = {}) { argument
921 function on(emitter, event, options) { argument
957 return new Promise(function(resolve, reject) { argument
958 unconsumedPromises.push({ resolve, reject }); property
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js3 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
4 return new (P || (P = Promise))(function (resolve, reject) { argument
21 constructor(options) { argument
37 static createConnection(options, callback) { argument
75 static createConnectionChain(options, callback) { argument
129 static createUDPFrame(options) { argument
/third_party/node/deps/npm/node_modules/fs-vacuum/
Dvacuum.js3 var resolve = require('path').resolve variable
14 function vacuum (leaf, options, cb) { argument
/third_party/node/lib/internal/modules/cjs/
Dhelpers.js105 function resolve(request, options) { function
/third_party/node/lib/internal/dns/
Dpromises.js103 function lookup(hostname, options) { argument
202 function query(name, options) { argument
218 constructor(options = undefined) { argument
242 Resolver.prototype.resolve = function resolve(hostname, rrtype) { method in Resolver
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js951 function _recomposeAuthority(components, options) { argument
1122 function resolve(baseURI, relativeURI, options) { function
1127 function normalize(uri, options) { argument
1136 function equal(uriA, uriB, options) { argument
1150 function escapeComponent(str, options) { argument
1154 function unescapeComponent(str, options) { argument
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/
Dasync.js18 module.exports = function resolve(x, options, callback) { function
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.js4 , resolve = require('./compile/resolve') variable
411 function errorsText(errors, options) { argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiTransform.java286 private void resolve(byte level, int options) { in resolve() method in BidiTransform
357 private void shapeArabic(int options) { in shapeArabic()
/third_party/node/lib/internal/streams/
Dreadable.js71 function ReadableState(options, stream, isDuplex) { argument
170 function Readable(options) { argument
1096 function next(resolve) { argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiTransform.java296 private void resolve(byte level, int options) { in resolve() method in BidiTransform
367 private void shapeArabic(int options) { in shapeArabic()
/third_party/node/tools/
Dlint-md.mjs1710 const applyOptions = (object, options = {}) => { argument
1721 constructor(options) { argument
1727 const chalkFactory = options => { argument
1745 function Chalk(options) { argument
2133 exports.isWindows = options => { argument
2156 exports.wrapOutput = (input, state = {}, options = {}) => { argument
2213 const scan$1 = (input, options) => { argument
2569 const expandRange = (args, options) => { argument
2602 const parse$e = (input, options) => { argument
3538 parse$e.fastpaths = (input, options) => { argument
[all …]
/third_party/node/src/
Denv-inl.h124 v8::Local<v8::Function> resolve) { in SetJSPromiseHooks()
691 inline std::shared_ptr<EnvironmentOptions> Environment::options() { in options() function
819 inline std::shared_ptr<PerIsolateOptions> IsolateData::options() { in options() function
824 std::shared_ptr<PerIsolateOptions> options) { in set_options()
/third_party/node/deps/npm/node_modules/agent-base/test/
Dtest.js296 return new Promise(function(resolve, reject) { argument
455 var options = { variable
678 var options = { variable
/third_party/node/deps/npm/node_modules/socks-proxy-agent/node_modules/agent-base/test/
Dtest.js295 return new Promise(function(resolve, reject) { argument
454 var options = { variable
647 var options = { variable
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs1074 fn resolve(self, _inner_type: &Type) -> Method { in resolve() method
1106 pub fn resolve(self, _field_type: &Type) -> Method { in resolve() method
1306 let options = possible_kind in assert_attr_kind() localVariable

12