Home
last modified time | relevance | path

Searched refs:resolve (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DUri.php64 \Sabre\Uri\resolve(
96 \Sabre\Uri\resolve(
/plugin/combo/action/
H A Dsvg.php64 $svgMimeConf = DirectoryLayout::getComboResourcesDirectory()->resolve("conf")->resolve("svg.mime.conf")->toAbsoluteId();
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md20 * [Deferred::resolve()](#deferredresolve)
37 * [resolve()](#resolve)
98 $deferred->resolve(mixed $value = null);
105 The `resolve` and `reject` methods control the state of the deferred.
121 #### Deferred::resolve()
124 $deferred->resolve(mixed $value = null);
215 * [resolve()](#resolve) - Creating a resolved promise
370 $resolver = function (callable $resolve, callabl
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php111 public function resolve($value) function in GuzzleHttp\\Promise\\Coroutine
113 $this->result->resolve($value);
144 $this->result->resolve($value);
H A DFulfilledPromise.php41 $p->resolve($onFulfilled($value));
68 public function resolve($value) function in GuzzleHttp\\Promise\\FulfilledPromise
H A DRejectedPromise.php42 $p->resolve($onRejected($reason));
75 public function resolve($value) function in GuzzleHttp\\Promise\\RejectedPromise
H A DPromise.php108 public function resolve($value) function in GuzzleHttp\\Promise\\Promise
204 $promise->resolve($f($value));
207 $promise->resolve($value);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js12 resolve: { class in module.exports
14 svelte: path.resolve('node_modules', 'svelte'),
/plugin/davcal/vendor/sabre/uri/
H A DCHANGELOG.md16 * Fixed a bug in the `resolve` when only a new fragment is specified.
25 * Provides a `resolve` and a `split` function.
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js200 return new Promise( function( resolve ) { argument
248 Promise.all( externalPromises ).then( resolve );
256 return new Promise( function( resolve, reject ) { argument
273 resolve( xhr, url );
291 resolve( xhr, url );
395 return Promise.resolve();
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php6 * @deprecated 2.8.0 External usage of FulfilledPromise is deprecated, use `resolve()` instead.
15 throw new \InvalidArgumentException('You cannot create React\Promise\FulfilledPromise with a promise. Use React\Promise\resolve($promiseOrValue) instead.');
28 return resolve($onFulfilled($this->value));
57 return resolve($onFulfilledOrRejected())->then(function () use ($value) {
/plugin/combo/ComboStrap/
H A DQualityMenuItem.php102 return DirectoryLayout::getComboImagesDirectory()->resolve( 'quality-alert.svg')->toAbsoluteId();
108 return DirectoryLayout::getComboImagesDirectory()->resolve('quality.svg')->toAbsoluteId();
H A DLocalFileSystem.php145 $childPath = $path->resolve($fileName);
189 $closest = $path->resolve($lastFullName);
201 $closest = $parent->resolve($lastFullName);
H A DWikiPath.php201 $rootRelativePath = $rootRelativePath->resolve($part);
653 self::COMBO_DATA_THEME_DRIVE => Site::getDataDirectory()->resolve("combo")->resolve("theme"),
1080 function resolve(string $name): WikiPath function in ComboStrap\\WikiPath
1120 return $this->resolve($markupId);
1168 $localPath = $localPath->resolve($name);
1195 $filePathString = Site::getPageDirectory()->resolve(utf8_encodeFN($idFileSystem) . '.' . $extension)->toAbsoluteId();
1197 $filePathString = Site::getOldDirectory()->resolve(utf8_encodeFN($idFileSystem) . '.' . $this->rev . '.' . $extension)->toAbsoluteId();
1221 $filePath = $filePath->resolve($name);
/plugin/encryptedpasswords/script/
H A DGUI.js31 return new Promise(function (resolve, reject) {
57 resolve($dialog.find("input[name='pass']").val());
30 AnonymousFunctione97661740200(resolve, reject) global() argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php59 $source = VarUtils::resolve($this->source, $this->getVars(), $this->getValues());
70 $source = VarUtils::resolve($this->source, $this->getVars(), $this->getValues());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DChromePolicy.php73 'resolve' => [
74 'path' => 'v1/{+customer}/policies:resolve',
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md47 * Fixed a bug in the `resolve` when only a new fragment is specified.
56 * Provides a `resolve` and a `split` function.
H A DREADME.md13 1. `resolve` to resolve relative urls.
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md47 * Fixed a bug in the `resolve` when only a new fragment is specified.
56 * Provides a `resolve` and a `split` function.
H A DREADME.md13 1. `resolve` to resolve relative urls.
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php83 return Node::getRoot()->resolve($path, $exists);
599 function resolve($path, $exists = true, $unfold = false) function
601 return Hoa\Protocol::getInstance()->resolve($path, $exists, $unfold);
H A DREADME.md64 to resolve a `hoa://` path and finally how to add a new node in this tree.
116 We can either resolve a path by using the global `resolve` function or the
117 `Hoa\Protocol\Protocol::resolve` method:
121 resolve('hoa://Library/Protocol/README.md')
148 resolve('hoa://Usb/StickA')
/plugin/revealjs/lib/js/
H A Dpromise.js2resolve(e()).then(function(){return t})},function(t){return n.resolve(e()).then(function(){return …
/plugin/dnsresolver/
H A DREADME.md2 A dokiwiki plugin that helps to resolve DNS names.

12345678910>>...14