Home
last modified time | relevance | path

Searched refs:DOKU_BASE (Results 401 – 425 of 521) sorted by relevance

1...<<1112131415161718192021

/plugin/siteexport/
H A Dhelper.php312 $throbber = DOKU_BASE.'lib/images/loading.gif';
314 $throbber = DOKU_BASE.'lib/images/throbber.gif';
H A Dpreload.php72 …if (!defined('DOKU_TPL')) define('DOKU_TPL', (empty($tempREQUEST['base']) ? DOKU_BASE : $tempREQUE…
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js96 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/visrep/
H A Dsyntax.php115 $url = DOKU_BASE.'lib/plugins/visrep/img.php?'.buildURLparams($data);
/plugin/ckgdoku/
H A Dhelper.php155 $doku_base = DOKU_BASE;
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js4 var icon_path = DOKU_BASE + 'lib/plugins/wrap/images/';
/plugin/owncloud/
H A Dsyntax.php164 …$closer .= '<img width="15" height="11" alt="" src="'.DOKU_BASE.'lib/plugins/owncloud/images/magni…
/plugin/api/
H A DREADME.md48 See https://www.dokuwiki.org/config:basedir The DOKU_BASE constant.
/plugin/ckgdoku/action/
H A Dedit.php123 'src'=>DOKU_BASE.'lib/plugins/ckgdoku/' .$this->fck_location. '/ckeditor.js'
215 $new_addr = $_SERVER['SERVER_NAME'] . DOKU_BASE;
898 echo "var doku_base = '" . DOKU_BASE ."'";
/plugin/xcom/
H A Dscript.js43 url: DOKU_BASE + 'lib/plugins/xcom/scripts/xcom_save.php',
94 url: DOKU_BASE + 'lib/plugins/xcom/scripts/xml.php',
744 var img_path = DOKU_BASE + 'lib/plugins/xcom/images/';
/plugin/vshare/syntax/
H A Dvideo.php190 $html .= '<img src="' . DOKU_BASE . 'lib/plugins/vshare/video.png" />';
/plugin/publish/action/
H A Dbanner.php62 '<img src="'.DOKU_BASE.'lib/images/diff.png" class="approved_diff_link" alt="Diff" />' .
/plugin/elwikiupgrade/
H A Dadmin.php183 echo '<img src="'.DOKU_BASE.'lib/images/blank.gif" width="16" height="16" alt="" /> ';
196 echo '<img src="'.DOKU_BASE.'lib/images/error.png" width="16" height="16" alt="!" /> ';
/plugin/filelisting/
H A Dscript.js122 $.post(DOKU_BASE + 'lib/exe/ajax.php', data,
153 $.post(DOKU_BASE + 'lib/exe/ajax.php', data,
/plugin/multiorphan/
H A Dscript.js168 return DOKU_BASE + 'doku.php?id=' + id;
325 … return $.post(DOKU_BASE + 'lib/exe/ajax.php', data, handleResponse(success)).always(function(){
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc29 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/loadskin/
H A Daction.php47 define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/');
/plugin/securelogin/
H A Dsecurelogin.js132 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/pagetitle/
H A Dhelper.php138 $xlink = DOKU_BASE;
/plugin/instructions/
H A Dsyntax.php106 $match = preg_replace('/\[\[/', '<a href="'.DOKU_BASE.'/doku.php?id=', $match, 1);
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js4 var icon_path = DOKU_BASE + 'lib/plugins/wrap/images/';
/plugin/inlineeditor/
H A Dscript.js20 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/inlineeditor/ajax.php');
/plugin/htmlokay/
H A Dscript.js107 var url = DOKU_BASE + '/lib/plugins/htmlOKay/directory_scan-3.php';
/plugin/s5reloaded/
H A Drenderer.php49 $this->base = DOKU_BASE.'lib/plugins/s5reloaded/ui/';
/plugin/dokubookmark/
H A Dhelper.php257 …<div id="tool__bar"><?php if ($wr && $data['media_manager']){?><a href="<?php echo DOKU_BASE?>lib/…

1...<<1112131415161718192021