Home
last modified time | relevance | path

Searched refs:getBaseURL (Results 1 – 23 of 23) sorted by relevance

/plugin/svg/
Dsyntax.php175 . getBaseURL( true )
190 . getBaseURL( true )
203 . getBaseURL( true )
213 . getBaseURL( true )
222 . getBaseURL( true )
Dsyntax.php.save175 . getBaseURL( true )
190 . getBaseURL( true )
203 . getBaseURL( true )
213 . getBaseURL( true )
222 . getBaseURL( true )
/plugin/fedauth/classes/
Dfa_provider.class.php102 … $src = str_replace('@DEF@', getBaseURL() .'lib/plugins/fedauth/images/', $src); // local image
111 …$src = getBaseURL() .'lib/plugins/fedauth/images/' . ($size != PROV_SMALL ? 'large/' : '') . '_no…
/plugin/farmer/_test/
H A Dcore.test.php344 $base_dir = getBaseURL(false);
345 $base_url = getBaseURL(true);
/plugin/webdav/
DMenuItem.php40 $attr['data-webdav-url'] = getBaseURL(true) . 'lib/plugins/webdav/server.php/';
Dadmin.php153 …echo '<td><a class="mediafile mf_' . $pathinfo['extension'] . '" href="' . getBaseURL(true) . 'lib…
/plugin/siteexport/
Dpreload.php61 if (!defined('DOKU_REL')) define('DOKU_REL', getBaseURL(false));
62 if (!defined('DOKU_URL')) define('DOKU_URL', getBaseURL(true));
/plugin/wysiwyg/
Daction.php105 $myPath = getBaseURL();
/plugin/farmer/
H A DDokuWikiFarmCore.php131 return getBaseURL() . '!' . $this->getAnimal();
294 * @see getBaseURL()
/plugin/jspwiki_import/importer/
Dgwt.js150 ModuleControlBlock.prototype.getBaseURL = function() { method in ModuleControlBlock
239 var selectorUrl = mcb.getBaseURL() + mcb.getName() + ".nocache.html";
/plugin/podcast/action/
Dfeed.php129 $event->data['item']->guid = getBaseURL( 1 ).$ditem['entry']['page'];
/plugin/blog/
Daction.php43 $base_url = getBaseURL();
/plugin/saml/phpsaml/lib/Saml2/
DLogoutResponse.php52 $baseURL = $this->_settings->getBaseURL();
DLogoutRequest.php50 $baseURL = $this->_settings->getBaseURL();
DSettings.php1107 public function getBaseURL() function in OneLogin_Saml2_Settings
DResponse.php67 $baseURL = $this->_settings->getBaseURL();
/plugin/adfs/phpsaml/lib/Saml2/
DLogoutResponse.php52 $baseURL = $this->_settings->getBaseURL();
DLogoutRequest.php50 $baseURL = $this->_settings->getBaseURL();
DSettings.php1107 public function getBaseURL() function in OneLogin_Saml2_Settings
DResponse.php67 $baseURL = $this->_settings->getBaseURL();
/plugin/linkbonus/syntax/
Dinterwiki.txt18 require_once(DOKU_INC. 'inc/init.php'); // for getBaseURL
/plugin/saml/phpsaml/
DREADME.md1439 * `getBaseURL` - Returns the baseurl set on the settings if any.
/plugin/adfs/phpsaml/
DREADME.md1439 * `getBaseURL` - Returns the baseurl set on the settings if any.