Home
last modified time | relevance | path

Searched refs:Uri (Results 126 – 150 of 183) sorted by last modified time

12345678

/plugin/oauthcognito/
H A DCognito.php6 use OAuth\Common\Http\Uri\Uri; alias
18 return new Uri($plugin->getConf('baseurl') . '/oauth2/authorize');
25 return new Uri($plugin->getConf('baseurl') . '/oauth2/token');
/plugin/oauthdoorkeeper/
H A DDoorKeeper.php6 use OAuth\Common\Http\Uri\Uri; alias
18 return new Uri($plugin->getConf('baseurl') . '/oauth/authorize');
25 return new Uri($plugin->getConf('baseurl') . '/oauth/token');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1Uri, Range, editor, languages, MarkerSeverity } from './fillers/monaco-editor-core.js';\nimport * …
H A D43.43.js.map1Uri.BuildQueryString',\n 'Uri.Combine',\n 'Uri.EscapeDataString',\n 'Uri.Part…
H A D5.5.js.map1Uri, Range, MarkerTag, MarkerSeverity } from './fillers/monaco-editor-core.js';\n//#region utils c…
H A D70.70.js1Uri.parse(e.file.fileName):null})),[4,this._libFiles.fetchLibFilesIfNecessary(c)]);case 3:return p…
H A Dbundle.js.map1Uri(scheme, authority, path, query, fragment);\n }\n // ---- parse & validate --------------…
H A Deditor.worker.js1 …Range:Se,Selection:Ht,SelectionDirection:kt,MarkerSeverity:yt,MarkerTag:wt,Uri:he,Token:Vt}),n.d(t…
H A Deditor.worker.js.map1Uri(scheme, authority, path, query, fragment);\n }\n // ---- parse & validate --------------…
H A Djson.worker.js.map1Uri(scheme, authority, path, query, fragment);\n }\n // ---- parse & validate --------------…
H A D3.3.js.map1Uri } from '../../vscode-uri/index.js';\nimport { TokenType } from '../htmlLanguageTypes.js';\nfun…
H A D2.2.js.map1Uri, Range, MarkerSeverity } from './fillers/monaco-editor-core.js';\n// --- diagnostics --- ---\n…
H A Dbundle.js396 …unction(){return i.Range})),n.o(i,"Uri")&&n.d(t,"Uri",(function(){return i.Uri})),n.o(i,"editor")&…
426Uri:W.a,Token:z.a}}U.CtrlCmd=2048,U.Shift=1024,U.Alt=512,U.WinCtrl=256;n(630);var K,q=n(33),G=n(1)…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …Range:Se,Selection:Ht,SelectionDirection:kt,MarkerSeverity:yt,MarkerTag:wt,Uri:he,Token:Vt}),n.d(t…
H A Dbundle.js396 …unction(){return i.Range})),n.o(i,"Uri")&&n.d(t,"Uri",(function(){return i.Uri})),n.o(i,"editor")&…
426Uri:W.a,Token:z.a}}U.CtrlCmd=2048,U.Shift=1024,U.Alt=512,U.WinCtrl=256;n(630);var K,q=n(33),G=n(1)…
/plugin/webdav/vendor/sabre/uri/lib/
H A DInvalidUriException.php3 namespace Sabre\Uri;
H A DVersion.php3 namespace Sabre\Uri;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php97 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) {
307 protected function convertUriToBinary(Component\VCard $output, Property\Uri $newProperty)
/plugin/webdav/
H A Dcomposer.lock279 "Sabre\\Uri\\": "lib/"
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php14 use Sabre\Uri; alias
573 $uri = Uri\normalize(str_replace('//', '/', $uri));
574 $baseUri = Uri\normalize($this->getBaseUri());
H A DClient.php6 use Sabre\Uri; alias
391 return Uri\resolve(
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php7 use Sabre\Uri; alias
98 $href = Uri\resolve($writer->contextUri, $href);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php17 class Uri extends Text class
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DUri.php23 class Uri implements Xml\Element { class
64 \Sabre\Uri\resolve(
96 \Sabre\Uri\resolve(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php15 use Sabre\Uri; alias
74 list($parent, $name) = Uri\split($uri);
386 $listItem = Uri\split($group)[0] . '/';
455 list($calendarPath) = Uri\split($uri);
760 list($parent) = Uri\split($path);
857 list($parentPath) = Uri\split($path);

12345678