Home
last modified time | relevance | path

Searched refs:resolve (Results 51 – 75 of 346) sorted by relevance

12345678910>>...14

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1032 resolve(data);
3161 var resolve = reaction.resolve;
3369 resolve: function resolve(x) {
3379 var resolve = capability.resolve;
3408 C.resolve(promise).then(capability.resolve, reject);
3713 var resolve, reject;
3716 resolve = $$resolve;
3719 this.resolve = aFunction(resolve);
3777 var resolve = promiseCapability.resolve;
3778 resolve(x);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md70 Promises are fulfilled using the `resolve($value)` method. Resolving a promise
92 $promise->resolve('reader.');
121 $promise->resolve('A');
123 $nextPromise->resolve('B');
210 $promise->resolve('foo');
233 $promise->resolve('foo');
259 You can force a promise to resolve and *not* unwrap the state of the promise
302 $promise->resolve('waited');
343 - `resolve($value)`
465 $parent->resolve(0);
[all …]
/plugin/sqlraw/
H A Dsorttable.min.js44resolve=Object;if(object instanceof Function){resolve=Function;}else if(object.forEach instanceof …
45 resolve.forEach(object,block,context);}};
/plugin/quickstats/scripts/
H A Dsorttable.js475 var resolve = Object; // default
478 resolve = Function;
485 resolve = String;
488 resolve = Array;
490 resolve.forEach(object, block, context);
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md62 $fulfilled = React\Promise\resolve($value);
82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
154 * Support foreign thenables in `resolve()`.
185 * `resolve()` now always returns a `ExtendedPromiseInterface`.
208 * BC break: `Deferred::resolve()` and `Deferred::reject()` no longer return
/plugin/combo/admin/
H A Dpagerules.php92 return DirectoryLayout::getComboImagesDirectory()->resolve('page-next.svg')->toAbsoluteId();
266 ptln(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('delete.svg')->toAbsoluteId()));
274 ptln(inlineSVG(DirectoryLayout::getComboImagesDirectory()->resolve('file-document-edit-outline.svg')->toAbsoluteId()));
/plugin/davcal/vendor/sabre/uri/tests/
H A DResolveTest.php14 resolve($base, $update)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php133 $returnType = $typeResolver->resolve($returnType, $context);
144 $argumentType = $typeResolver->resolve($argument[0], $context);
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md13 1. `resolve` to resolve relative urls.
/plugin/icalevents/vendor/sabre/uri/tests/
H A DResolveTest.php14 resolve($base, $update)
/plugin/diagramsnet/lib/
H A Dservice-worker.js1resolve();return r[e]||(i=new Promise((async i=>{if("document"in self){const r=document.createElem…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc55 `future: lazy` and they pend until you resolve the futures, at which time all
77 $doc = $future['_source']; // This call blocks and forces the future to resolve
81 response, causes the future to resolve that particular value (which in turn
158 batch. Note, however, that forcing a future to resolve causes the underlying
189 // resolve the future, and therefore the underlying batch
259 For example, if you resolve manually using `wait()`, you may need to call
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php9 public static function resolve($reason) function in React\\Promise\\UnhandledRejectionException
/plugin/structsection/
H A Dwebpack.config.js13 path: path.resolve(__dirname, 'lib/'),
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromiseInterface.php63 public function resolve($value); function
H A DUtils.php52 $promise->resolve($task());
212 $p->resolve(null);
/plugin/sequencediagram/bower_components/raphael/
H A Dwebpack.config.js33 resolve: {
/plugin/combo/ComboStrap/
H A DAnalyticsMenuItem.php61 return DirectoryLayout::getComboImagesDirectory()->resolve('file-chart.svg')->toAbsoluteId();
H A DDictionary.php15 $path = DirectoryLayout::getComboDictionaryDirectory()->resolve("$name.json");
H A DCacheMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('mdi-cache.svg')->toAbsoluteId();
H A DMetaManagerMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('tag-text.svg')->toAbsoluteId();
H A DBacklinkMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('backlink.svg')->toAbsoluteId();
H A DFont.php35 return self::getWindowsFontDirectory()->resolve('Arial.ttf');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/Resource/
H A DCustomersPolicies.php43 public function resolve($customer, GoogleChromePolicyV1ResolveRequest $postBody, $optParams = []) function in Google\\Service\\ChromePolicy\\Resource\\CustomersPolicies
/plugin/linkpagechild/
H A Dplugin.info.txt6 desc Plugin linkpagechild: Links & media inclusions whose target path starts with '::' resolve to…

12345678910>>...14