Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md689 `GuzzleHttp\Psr7\UriResolver` provides methods to resolve a URI reference in the context of a base …
693 ### `GuzzleHttp\Psr7\UriResolver::resolve`
695 `public static function resolve(UriInterface $base, UriInterface $rel): UriInterface`
710 … target URI as a relative reference from the base URI. This method is the counterpart to resolve():
713 (string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target))
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php294 $uri = UriResolver::resolve($base, $uri);
331 public static function resolve(UriInterface $base, $rel) function in GuzzleHttp\\Psr7\\Uri
337 return UriResolver::resolve($base, $rel);
H A DUriResolver.php65 public static function resolve(UriInterface $base, UriInterface $rel) function in GuzzleHttp\\Psr7\\UriResolver
/plugin/bible/bible_douayRheims/
H A DDaniel.txt37 …2:16. Daniel went in, and desired of the king, that he would give him time to resolve the question…
46 …: I have found a man of the children of the captivity of Juda, that will resolve the question to t…
218 …5:16. But I have heard of thee, that thou canst interpret obscure things, and resolve difficult th…
H A DEsther.txt210 … O king, O God of Abraham, have mercy on thy people, because our enemies resolve to destroy us, an…
/plugin/bookcreator/script/
H A Djquery.fileDownload.js204 deferred.resolve(url);
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21resolve()):setTimeout,Oc=function(e,t){return e.__v.__b-t.__v.__b},Fc.__r=0;var rl=function e(t,n,… argument
H A Ddmn-navigated-viewer.production.min.js16 …flags?r.children:void 0}}var _s="undefined"==typeof Promise?null:Promise.resolve(),xs="undefined"=…
H A Ddmn-viewer.production.min.js16 …flags?r.children:void 0}}var Za="undefined"==typeof Promise?null:Promise.resolve(),Ja="undefined"=…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10297 return new Promise(function(resolve, reject) { argument
10324 return resolve({
11270 return new Promise(function(resolve, reject) { argument
11274 return resolve({
15475 return resolve({ warnings: warnings });
15822 return resolve({ warnings: warnings });
15903 return resolve({ warnings: warnings });
15947 return new Promise(function(resolve) { argument
15950 return resolve({
15968 return resolve({
[all …]
/plugin/c3chart/assets/
H A Djs-yaml.min.js2resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.ins…
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js6 …,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(…
9resolve()}else setTimeout(arguments.callee,100)},0)},null,null,9999)}});var f=new a.Deferred;this.…
10 …");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});k.push(f.prom…
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js6 …,[this]),l.resolve();else if(f)c.once("instanceReady",function(){setTimeout(function(){c.element?(…
9resolve()}else setTimeout(arguments.callee,100)},0)},null,null,9999)}});var f=new a.Deferred;this.…
10 …");if(b.is("textarea")&&c){var f=new a.Deferred;c.setData(d,function(){f.resolve()});k.push(f.prom…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1resolve\", \"ns-unalias\", \"ns-unmap\", \"nth\", \"nthnext\", \"nthrest\",\n \"num\", \"numb…
H A Dsas.min.js.map1 …rr read recfm register regr remote remove rename repeat repeated replace resolve retain return reu…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …se }\n\n if (e.shiftKey && !cm.state.keySeq) {\n // First try to resolve full name (includ…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64resolve-nodes|search:resolve|search:remove-constraint|search:parse|search:get-default-options|sear…
/plugin/combo/ComboStrap/
H A DAnalyticsMenuItem.php61 return DirectoryLayout::getComboImagesDirectory()->resolve('file-chart.svg')->toAbsoluteId();
H A DBacklinkMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('backlink.svg')->toAbsoluteId();
H A DCacheMenuItem.php71 return DirectoryLayout::getComboImagesDirectory()->resolve('mdi-cache.svg')->toAbsoluteId();
H A DDictionary.php15 $path = DirectoryLayout::getComboDictionaryDirectory()->resolve("$name.json");
H A DDirectoryLayout.php16 return self::getComboHome()->resolve("plugin.info.txt");
21 return self::getConfDirectory()->resolve('local.php');
35 return self::getComboResourcesDirectory()->resolve("images");
40 return DirectoryLayout::getComboHome()->resolve("resources");
45 return DirectoryLayout::getComboResourcesDirectory()->resolve("dictionary");
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
H A DFont.php35 return self::getWindowsFontDirectory()->resolve('Arial.ttf');
H A DHistoricalBreadcrumbMenuItem.php137 return DirectoryLayout::getComboImagesDirectory()->resolve('history.svg')->toAbsoluteId();

12345678910>>...14