Home
last modified time | relevance | path

Searched refs:DOKU_BASE (Results 301 – 325 of 521) sorted by relevance

1...<<1112131415161718192021

/plugin/badbehaviour/
H A Daction.php79 function bb2_relative_path() { return DOKU_BASE; }
/plugin/directions/syntax/
H A Dgraph.php37 $img = DOKU_BASE.'lib/plugins/graphviz/img.php?'.buildURLparams($input);
/plugin/howhard/
H A Dsyntax.php123 …$renderer->doc.= '<img src="'.DOKU_BASE.'lib/plugins/howhard/images/style'.$style.'/'.$data.'.png"…
/plugin/combo/ComboStrap/
H A DSearchTag.php43 $dokuBase = DOKU_BASE;
44 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId(self::SNIPPET_ID, "var DOKU_BASE='$dokuBase';");
/plugin/bureaucracy/script/
H A Duser.js17 DOKU_BASE + 'lib/exe/ajax.php', {
/plugin/todo/
H A Dscript.js88 DOKU_BASE + 'lib/exe/ajax.php',
130 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/batchedit/
H A Daction.php95 $fileName = DOKU_BASE . 'lib/plugins/batchedit/' . $fileName;
H A Dserver.js37 url : DOKU_BASE + 'lib/exe/ajax.php',
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js26 svgIcon.src = DOKU_BASE + 'lib/plugins/diagrams/img/diagramsnet.svg';
/plugin/ckgedit/action/
H A Dedit.php124 'src'=>DOKU_BASE.'lib/plugins/ckgedit/' .$this->fck_location. '/ckeditor.js'
145 else $parse_url = DOKU_BASE . 'lib/plugins/ckgedit/scripts/parse_wiki-cmpr.js';
238 $new_addr = $_SERVER['SERVER_NAME'] . DOKU_BASE;
534 return DOKU_BASE . '/lib/plugins/ckgedit/ckeditor/css/_style.css' ;
595 $doku_base= rtrim(DOKU_BASE,'/');
957 echo "var doku_base = '" . DOKU_BASE ."'";
/plugin/linkprefix/
H A Drenderer.php37 if ($this->getConf('prefix') == DOKU_BASE . 'lib/plugins/linkprefix/redirect.php?') {
/plugin/wysiwyg/
H A Dsyntax.php108 $oFCKeditor->BasePath = DOKU_BASE."lib/plugins/wysiwyg/fckeditor/";
/plugin/nsexport/action/
H A Dexport.php61 action="'.DOKU_BASE.'lib/plugins/nsexport/export.php"
/plugin/flowplay2/
H A Dsyntax.php17 define('PLUGIN_FLOW', DOKU_BASE.'lib/plugins/flowplay2/flowplayer/');
/plugin/asyncsearch/
H A Dasyncsearch.php95 'src' => DOKU_BASE.'lib/exe/js.php'.'?type=asyncsearch&tseed='.$tseed
/plugin/davcal/
H A Dcalendarserver.php28 $baseUri = DOKU_BASE.'lib/plugins/davcal/'.basename(__FILE__).'/';
/plugin/txt2tags/
H A Dlinkwiz.js284 … $res.html('<img src="'+DOKU_BASE+'lib/images/throbber.gif" alt="" width="16" height="16" />')
286 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/confmanager/
H A Dscript.js8 var ICON_BASE_URL=DOKU_BASE+'lib/plugins/confmanager/icons/';
235 url : DOKU_BASE + 'lib/exe/ajax.php',
/plugin/indexmenu2/
H A Daction.php62 …pt'][] = array( 'type'=>'text/javascript', 'charset'=>'utf-8', 'src' => DOKU_BASE.'/lib/plugins/in…
/plugin/coinhive/
H A Daction.php46 'src' => DOKU_BASE . 'lib/plugins/coinhive/script/adframe.js'
/plugin/simpleforward/
H A Daction.php108 return $parts[0] !== DOKU_BASE;
/plugin/crypto/
H A Dsyntax.php63 $renderer->doc .= '<img src="'.DOKU_BASE."lib/plugins/crypto/lock.png".'"/>';
/plugin/xtern/
H A Dscript.js37 url: DOKU_BASE + 'lib/exe/ajax.php',
/plugin/statdisplay/
H A Dsyntax.php79 …'src' => DOKU_BASE . 'lib/plugins/statdisplay/graph.php?graph=' . rawurlencode($command) . '&f=' .…
/plugin/imgpaste/
H A Dscript.js47 url: DOKU_BASE + 'lib/exe/ajax.php',

1...<<1112131415161718192021