Home
last modified time | relevance | path

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

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