/plugin/youtrack/ |
H A D | helper.php | 98 $url = $this->getBaseUrl().$endpoint; 143 function getBaseUrl() { function in helper_plugin_youtrack 160 $url = $this->getBaseUrl(); 237 return $this->getBaseUrl().'/issue/'.$id;
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Request.php | 168 function getBaseUrl() { function in Sabre\\HTTP\\Request 197 $baseUri = Uri\normalize($this->getBaseUrl()); 214 …eption('Requested uri (' . $this->getUrl() . ') is out of base uri (' . $this->getBaseUrl() . ')');
|
H A D | RequestDecorator.php | 104 function getBaseUrl() { function in Sabre\\HTTP\\RequestDecorator 106 return $this->inner->getBaseUrl();
|
H A D | RequestInterface.php | 64 function getBaseUrl(); function
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Request.php | 168 function getBaseUrl() { function in Sabre\\HTTP\\Request 197 $baseUri = Uri\normalize($this->getBaseUrl()); 214 …eption('Requested uri (' . $this->getUrl() . ') is out of base uri (' . $this->getBaseUrl() . ')');
|
H A D | RequestDecorator.php | 104 function getBaseUrl() { function in Sabre\\HTTP\\RequestDecorator 106 return $this->inner->getBaseUrl();
|
H A D | RequestInterface.php | 64 function getBaseUrl(); function
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResourceRepositoryResourceYumRepository.php | 50 public function getBaseUrl() function in Google\\Service\\OSConfig\\OSPolicyResourceRepositoryResourceYumRepository
|
H A D | OSPolicyResourceRepositoryResourceZypperRepository.php | 50 public function getBaseUrl() function in Google\\Service\\OSConfig\\OSPolicyResourceRepositoryResourceZypperRepository
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | WorkerSettings.php | 57 public function getBaseUrl() function in Google\\Service\\Dataflow\\WorkerSettings
|
H A D | TaskRunnerSettings.php | 136 public function getBaseUrl() function in Google\\Service\\Dataflow\\TaskRunnerSettings
|
/plugin/combo/action/ |
H A D | metacsp.php | 82 if (strpos($httpHeaderReferer, Site::getBaseUrl()) === false) {
|
/plugin/forcessllogin/ |
H A D | action.php | 89 $base = rtrim($base, getBaseUrl()); # right trim the dokuwiki directory from the base URL
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
H A D | Guzzle5AuthHandler.php | 101 'base_url' => $http->getBaseUrl(),
|
/plugin/fastwiki/ |
H A D | history.js | 109 this.getBaseUrl = function() { method in CBrowserHistory
|
H A D | script.js | 693 …jQuery[!params['do'] || params['do']=='show' ? 'get' : 'post'](m_browserHistory.getBaseUrl(), para… 698 var url = m_browserHistory.getBaseUrl() + '?' + $.param(params);
|
/plugin/combo/ComboStrap/ |
H A D | Brand.php | 64 $this->brandUrl = Site::getBaseUrl();
|
H A D | Site.php | 191 public static function getBaseUrl(): string function in ComboStrap\\Site 294 return self::getBaseUrl() . "lib/exe/ajax.php";
|
/plugin/authgoogle/google/io/ |
H A D | Google_HttpRequest.php | 67 public function getBaseUrl() { function in Google_HttpRequest
|
/plugin/combo/syntax/ |
H A D | permalink.php | 149 $url = Site::getBaseUrl() . "$permanentValue";
|
/plugin/tagfilter/script/ |
H A D | jquery.history.js | 1 …=t.href.replace(/[^\/]+$/,"")),n=n.replace(/\/+$/,""),n&&(n+="/"),n},h.getBaseUrl=function(){var e… function
|
/plugin/webdav/vendor/sabre/http/ |
H A D | README.md | 390 function getBaseUrl();
|
/plugin/davcal/vendor/sabre/http/ |
H A D | README.md | 390 function getBaseUrl();
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 544 ui.remoteInvoke('getBaseUrl', null, null, function(url)
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 218 …totype.setEnabled=function(a){this.enabled=a};mxUrlConverter.prototype.getBaseUrl=function(){retur… method in mxUrlConverter 220 …isRelativeUrl(a)&&(null==this.getBaseUrl()&&this.updateBaseUrl(),a="/"==a.charAt(0)?this.getBaseDo… 305 …){return parseFloat(parseFloat(a).toFixed(2))};mxSvgCanvas2D.prototype.getBaseUrl=function(){var a… method in mxSvgCanvas2D 318 …on),this.root.ownerDocument==document&&this.useAbsoluteIds){var b=this.getBaseUrl().replace(/([\(\… 350 …t?r.setAttribute("clip-path","url(#"+n.getAttribute("id")+")"):(p=this.getBaseUrl().replace(/([\(\…
|