Home
last modified time | relevance | path

Searched refs:baseurl (Results 1 – 19 of 19) sorted by relevance

/plugin/zwidoku/
H A DHtml2Text.php192 protected $baseurl = ''; variable in Html2Text\\Html2Text
325 * @param string $baseurl
327 public function setBaseUrl($baseurl) argument
329 $this->baseurl = $baseurl;
335 public function set_base_url($baseurl) argument
337 return $this->setBaseUrl($baseurl);
427 $url = $this->baseurl;
/plugin/html2pdf/html2pdf/html2ps/
Dcss.rules.inc.php7 var $baseurl; variable in CSSRule
14 $pipeline->push_base_url($this->baseurl);
26 $this->baseurl = $rule[2];
Dutils_url.php4 function guess_url($path, $baseurl) { argument
11 $data = parse_url($baseurl);
/plugin/html2pdf/html2pdf/html2ps/cache/
D7d888258e9745b3716532ea81342daaf.css.compiled1baseurl";s:0:"";s:5:"order";i:1;s:11:"specificity";a:3:{i:0;i:0;i:1;i:0;i:2;i:1;}s:13:"pseudoeleme…
/plugin/html2pdf/html2pdf/html2ps/samples/
Dsample.simplest.from.file.php67 $baseurl = "";
92 $pipeline->process($baseurl, $media);
Dsample.simplest.from.memory.php84 $baseurl = '';
109 $pipeline->process_batch(array($baseurl), $media);
/plugin/aichat/Storage/
DPineconeStorage.php16 protected $baseurl; variable in dokuwiki\\plugin\\aichat\\Storage\\PineconeStorage
23 $this->baseurl = $config['pinecone_baseurl'] ?? '';
42 $url = $this->baseurl . $endpoint;
DChromaStorage.php14 protected $baseurl; variable in dokuwiki\\plugin\\aichat\\Storage\\ChromaStorage
27 $this->baseurl = $config['chroma_baseurl'] ?? '';
54 …$url = $this->baseurl . '/api/v1' . $endpoint . '?tenant=' . $this->tenant . '&database=' . $this-…
DQdrantStorage.php14 protected $baseurl; variable in dokuwiki\\plugin\\aichat\\Storage\\QdrantStorage
27 $this->baseurl = trim($config['qdrant_baseurl'] ?? '', '/');
53 $url = $this->baseurl . '/' . $endpoint . '?wait=true';
/plugin/jplayer/vendor/robloach/component-installer/
DREADME.md98 `component-baseurl` tells RequireJS the base path that will use when attempting
100 `component-baseurl` points to the `component-dir` when loaded externally. See
111 "component-baseurl": "/assets"
127 "component-baseurl": "/assets",
/plugin/wikindx/
Dsyntax.php362 function WikindxparseText($resId, $baseurl, $text) argument
368 …$queryUrl = rtrim($baseurl, "/") . "/cmsprint.php?action=parseText&bibStyle=" . $this->getConf('bi…
/plugin/adfs/phpsaml/lib/Saml2/
DUtils.php379 public static function setBaseURL($baseurl) argument
381 if (!empty($baseurl)) {
383 if (preg_match('#^https?://([^/]*)/?(.*)#i', $baseurl, $matches)) {
384 if (strpos($baseurl, 'https://') === false) {
DSettings.php1097 public function setBaseURL($baseurl) argument
1099 $this->_baseurl = $baseurl;
/plugin/saml/phpsaml/lib/Saml2/
DUtils.php379 public static function setBaseURL($baseurl) argument
381 if (!empty($baseurl)) {
383 if (preg_match('#^https?://([^/]*)/?(.*)#i', $baseurl, $matches)) {
384 if (strpos($baseurl, 'https://') === false) {
DSettings.php1097 public function setBaseURL($baseurl) argument
1099 $this->_baseurl = $baseurl;
/plugin/flowplayer/player/
DREADME.txt23 - #494 with relative filenames with a root path strip the baseurl of paths first.
103 - #412 check for empty baseurl or else player url is appended and affects the url parsing.
/plugin/saml/phpsaml/
DREADME.md314 'baseurl' => null,
1222 At the settings the developer will be able to set a `'baseurl'` parameter that automatically will u…
1439 * `getBaseURL` - Returns the baseurl set on the settings if any.
1440 * `setBaseURL` - Set a baseurl value
/plugin/adfs/phpsaml/
DREADME.md314 'baseurl' => null,
1222 At the settings the developer will be able to set a `'baseurl'` parameter that automatically will u…
1439 * `getBaseURL` - Returns the baseurl set on the settings if any.
1440 * `setBaseURL` - Set a baseurl value
/plugin/socialshareprivacy2/SSP/
DREADME.md1202 #### <span id="absurlurl--baseurl">absurl(url [, baseurl])</span>