Home
last modified time | relevance | path

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

1...<<11121314

/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md105 * #759: DAV\Client is now able to actually correctly resolve relative urls.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php108 $newProps['hrefs'][] = Uri\resolve($reader->contextUri, $elem['value']);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php98 $newProps['hrefs'][] = Uri\resolve($reader->contextUri, $elem['value']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php65 return Uri\resolve($this->baseUri, $path);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php391 return Uri\resolve(
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php98 $href = Uri\resolve($writer->contextUri, $href);
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md10 * `Promise\reject()` and `Promise\resolve()` have also been added.
/plugin/webdav/vendor/sabre/event/lib/Promise/
H A Dfunctions.php111 function resolve($value) { function
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md137 * Added: `URLUtil::resolve()` to make resolving relative urls super easy.
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php120 $request->setUrl(Uri\resolve(
H A DURLUtil.php97 static function resolve($basePath, $newPath) { function in Sabre\\HTTP\\URLUtil
99 return Uri\resolve($basePath, $newPath);
/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/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php23 function resolve($basePath, $newPath) { function
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DUri.php64 \Sabre\Uri\resolve(
96 \Sabre\Uri\resolve(
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js194 resolve();
5040 resolve();
25451 resolve();
41747 this.resolve = aFunction(resolve);
42159 var resolve = promiseCapability.resolve;
42160 resolve(x);
42815 var resolve = reaction.resolve;
43043 resolve: function resolve(x) {
43054 var resolve = capability.resolve;
51822 resolve();
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1093 resolve();
2604 resolve(result);
3366 exports.resolve = function(path) { function
4339 return this.then(resolve, reject);
4341 function resolve(value) { function
4384 handlers.resolve(this.promise, value);
4469 handlers.resolve(self, value);
4494 Promise.resolve = resolve;
4495 function resolve(value) { function
4518 return this.resolve([]);
[all …]
/plugin/yearbox/
H A DCHANGELOG.md10 * resolve PHP 8 errors ([bfa3776](https://github.com/micgro42/yearbox/commit/bfa377637c567179d2593b…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13resolve(i).bind(e)}}},{}],4:[function(t,e,i){"use strict";var n;"undefined"!=typeof Promise&&(n=Pr…
H A Ddhtmlxgantt.js.map1resolve","4","old","bluebird","noConflict","./promise","5","cr","callerCache","getterCache","canEv…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js401 return Promise.resolve(value).bind(thisArg);
1043 executor(resolve, reject);
1065 executor(resolve, reject, function(onCancel) {
2904 Promise.resolve = Promise.fulfilled = Promise.cast;
3420 resolve: deferResolve,
4125 initialValue = Promise.resolve(initialValue);
4194 value = Promise.resolve(values[0]);
4298 var nativePromise = NativePromise.resolve();
4716 function resolve(value) { function
4752 ret = Promise.resolve(value)
[all …]

1...<<11121314