Home
last modified time | relevance | path

Searched refs:baseUrl (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/combo/ComboStrap/
H A DSite.php483 $baseUrl = $conf['baseurl'];
484 if (!empty($baseUrl)) {
485 return $baseUrl;
/plugin/html5video2/script/
H A Dvideo.min.js21baseUrl,i=void 0===(n=e.source)?"":n,n=void 0===(n=e.range)?"":n,e=void 0===(e=e.indexRange)?"":e,…
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php147 protected $baseUrl = '/'; variable in Sabre\\HTTP\\Request
159 $this->baseUrl = $url;
170 return $this->baseUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerSettings.php25 public $baseUrl; variable in Google\\Service\\Dataflow\\WorkerSettings
50 public function setBaseUrl($baseUrl) argument
52 $this->baseUrl = $baseUrl;
59 return $this->baseUrl;
H A DTaskRunnerSettings.php34 public $baseUrl; variable in Google\\Service\\Dataflow\\TaskRunnerSettings
129 public function setBaseUrl($baseUrl) argument
131 $this->baseUrl = $baseUrl;
138 return $this->baseUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceRepositoryResourceYumRepository.php26 public $baseUrl; variable in Google\\Service\\OSConfig\\OSPolicyResourceRepositoryResourceYumRepository
43 public function setBaseUrl($baseUrl) argument
45 $this->baseUrl = $baseUrl;
52 return $this->baseUrl;
H A DOSPolicyResourceRepositoryResourceZypperRepository.php26 public $baseUrl; variable in Google\\Service\\OSConfig\\OSPolicyResourceRepositoryResourceZypperRepository
43 public function setBaseUrl($baseUrl) argument
45 $this->baseUrl = $baseUrl;
52 return $this->baseUrl;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js278 var b = this.baseUrl;
2017 Graph.prototype.baseUrl = (urlParams['base'] != null) ? method in Graph
2800 if (href.substring(0, this.baseUrl.length) == this.baseUrl &&
2801 href.charAt(this.baseUrl.length) == '#' &&
2898 url = this.baseUrl + url;
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3976 window.baseUrl = this.getUrl();
6538 if (this.gitHub != null && url.substring(0, this.gitHub.baseUrl.length) == this.gitHub.baseUrl)
H A DTrelloClient.js17 TrelloClient.prototype.baseUrl = 'https://api.trello.com/1/'; method in TrelloClient
376 request.open('POST', this.baseUrl + 'cards/' + cardId + '/attachments');
H A DEditor.js2661 else if (remote && src.substring(0, converter.baseUrl.length) != converter.baseUrl &&
H A DGitLabClient.js32 GitLabClient.prototype.baseUrl = DRAWIO_GITLAB_URL + '/api/v4'; method in GitLabClient
341 var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + '/repository/' +
401 var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
432 url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
667 …var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + '/repository/files/…
917 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
1055 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) +
1209 var req = new mxXmlRequest(this.baseUrl + '/groups?per_page=100', null, 'GET');
1221 …var req = new mxXmlRequest(this.baseUrl + '/groups/' + group.id + '/projects?per_page=100', null, …
1239 var req = new mxXmlRequest(this.baseUrl + '/users/' + this.user.id + '/projects?per_page=' +
H A DNotionClient.js30 NotionClient.prototype.baseUrl = window.NOTION_API_URL || 'https://app.diagrams.net/notion-api'; method in NotionClient
146 var req = new mxXmlRequest(this.baseUrl + url, data, method);
H A DOneDriveClient.js83 OneDriveClient.prototype.baseUrl = 'https://graph.microsoft.com/v1.0'; method in OneDriveClient
H A DGitHubClient.js39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL; method in GitHubClient
73 var userReq = new mxXmlRequest(this.baseUrl + '/user', null, 'GET');
390 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
427 var url = this.baseUrl + '/repos/' + org + '/' + repo +
443 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
630 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
932 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
1072 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo +
1174 var req = new mxXmlRequest(this.baseUrl + '/user/repos?per_page=' +
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js421 …unction(){};mxUrlConverter.prototype.enabled=!0;mxUrlConverter.prototype.baseUrl=null;mxUrlConvert… method in mxUrlConverter
422baseUrl=this.baseDomain+location.pathname;var a=this.baseUrl.lastIndexOf("/");0<a&&(this.baseUrl=t…
2318 …Utils.clone(this.defaultVertexStyle);this.standalone=null!=p?p:!1;b=this.baseUrl;c=b.indexOf("//")…
2365 …aultThemeName="default";Graph.prototype.defaultThemes={};Graph.prototype.baseUrl=null!=urlParams.b…
2385 …ndow.location.href=b;else if(b.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==b.charAt(this.
2387 …Url=function(b){null!=b&&this.isRelativeUrl(b)&&(b="#"==b.charAt(0)?this.baseUrl+b:"/"==b.charAt(0…
3187 …vigator.onLine?f=Editor.svgBrokenImage.src:!e||f.substring(0,b.baseUrl.length)==b.baseUrl||c.cross…
H A Dviewer.min.js421 …unction(){};mxUrlConverter.prototype.enabled=!0;mxUrlConverter.prototype.baseUrl=null;mxUrlConvert… method in mxUrlConverter
422baseUrl=this.baseDomain+location.pathname;var a=this.baseUrl.lastIndexOf("/");0<a&&(this.baseUrl=t…
2318 …Utils.clone(this.defaultVertexStyle);this.standalone=null!=p?p:!1;b=this.baseUrl;c=b.indexOf("//")…
2365 …aultThemeName="default";Graph.prototype.defaultThemes={};Graph.prototype.baseUrl=null!=urlParams.b…
2385 …ndow.location.href=b;else if(b.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==b.charAt(this.
2387 …Url=function(b){null!=b&&this.isRelativeUrl(b)&&(b="#"==b.charAt(0)?this.baseUrl+b:"/"==b.charAt(0…
3187 …vigator.onLine?f=Editor.svgBrokenImage.src:!e||f.substring(0,b.baseUrl.length)==b.baseUrl||c.cross…
H A Dapp.min.js455 …unction(){};mxUrlConverter.prototype.enabled=!0;mxUrlConverter.prototype.baseUrl=null;mxUrlConvert… method in mxUrlConverter
456baseUrl=this.baseDomain+location.pathname;var a=this.baseUrl.lastIndexOf("/");0<a&&(this.baseUrl=t…
2567 …Utils.clone(this.defaultVertexStyle);this.standalone=null!=f?f:!1;a=this.baseUrl;b=a.indexOf("//")…
2614 …aultThemeName="default";Graph.prototype.defaultThemes={};Graph.prototype.baseUrl=null!=urlParams.b…
2634 …ndow.location.href=a;else if(a.substring(0,this.baseUrl.length)==this.baseUrl&&"#"==a.charAt(this.
2636 …Url=function(a){null!=a&&this.isRelativeUrl(a)&&(a="#"==a.charAt(0)?this.baseUrl+a:"/"==a.charAt(0…
10519 …vigator.onLine?d=Editor.svgBrokenImage.src:!e||d.substring(0,b.baseUrl.length)==b.baseUrl||f.cross…
11664 null!=this.getCurrentFile()&&!this.isDiagramEmpty();window.baseUrl=this.getUrl();window.openKey="op…
11739 …+c);var m=!1;null!=this.gitHub&&b.substring(0,this.gitHub.baseUrl.length)==this.gitHub.baseUrl&&(m…
H A Dopen.js6 if (window.parent.openNew && window.parent.baseUrl != null)
9 window.parent.open(window.parent.baseUrl);
162 if (window.parent.openNew && window.parent.baseUrl != null)
167 … window.parent.openWindow(window.parent.baseUrl + '#L' + encodeURIComponent(k), function()
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js217 …unction(){};mxUrlConverter.prototype.enabled=!0;mxUrlConverter.prototype.baseUrl=null;mxUrlConvert… method in mxUrlConverter
218baseUrl=this.baseDomain+location.pathname;var a=this.baseUrl.lastIndexOf("/");0<a&&(this.baseUrl=t…
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js693 urlInput.value = baseUrl + '/pages/viewpageattachments.action?pageId='
700 urlInput.value = baseUrl + content._links.webui;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1baseUrl = url.split(\"#\")[0];\n return baseUrl + \"#\" + fragmentId;\n}\n\nfunction calcPoints(g…
H A Deditor.worker.js1 …ry(r),Promise.resolve(C(this._requestHandler))):(t&&(void 0!==t.baseUrl&&delete t.baseUrl,void 0!=…
H A Deditor.worker.js.map1baseUrl', handling it is beyond scope for now\n if (typeof loaderConfig.baseUrl !== 'un…

12