Home
last modified time | relevance | path

Searched refs:DOKU_BASE (Results 426 – 450 of 521) sorted by relevance

1...<<1112131415161718192021

/plugin/epub/scripts/
H A Debook.php104 …$patterns = array('!^' . preg_quote(DOKU_BASE) . '!', "/^doku.php/","!^\?\s*id\s*=\s*!"); …
H A Depub_utils.php23 $uniq_id = str_replace('/','', DOKU_BASE) . "_id";
234 $url = preg_replace('#' . DOKU_BASE . '#', DOKU_URL, $url);
/plugin/fastwiki/
H A Dpagecache.js97 $.post(DOKU_BASE + 'doku.php', params, function(data) {
/plugin/spatialhelper/helper/
H A Dsitemap.php190 . DOKU_BASE . 'lib/plugins/spatialhelper/wikiitem.png</href></Icon></IconStyle></Style>' . DOKU_LF;
/plugin/overlay/
H A Daction.php27 "src" => DOKU_BASE."lib/plugins/overlay/script/jquery-ui-touch-punch-cmpr.js",
/plugin/dokukiwix/
H A Dscript.js21 pl_dokukiwix.sack = new sack(DOKU_BASE + 'lib/plugins/dokukiwix/ajax.php');
/plugin/chat/
H A Dajax.php22 define(BASE_URL, preg_replace('!(.+)(/.+){3}!', '\\1/', DOKU_BASE));
/plugin/tplmod/
H A Dscript.js211 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
/plugin/addnewpage/
H A Dsyntax.php109 …. '<form name="addnewpage" method="get" action="' . DOKU_BASE . DOKU_SCRIPT . '" accept-charset="'…
/plugin/lightboxv2/
H A Dscript.js16 …rn!1}).lightbox({fileLoadingImage:DOKU_BASE+"lib/plugins/lightbox/images/loading.gif",fileBottomNa…
/plugin/superacl/
H A Dadmin.php441 $img = DOKU_BASE.'lib/images/minus.gif';
444 $img = DOKU_BASE.'lib/images/plus.gif';
/plugin/etherpadlite/action/
H A Detherpadlite.php424 'base' => DOKU_BASE.'lib/plugins/etherpadlite/',
431 $this->link_script($event, DOKU_BASE.'lib/plugins/etherpadlite/'.$path);
/plugin/statistics/
H A Dadmin.php187 $url = DOKU_BASE . 'lib/plugins/statistics/img.php?img=' . $name .
519 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/google.png" alt="Google" border="0" />';
523 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/yahoo.png" alt="Yahoo!" border="0" />';
527 echo '<img src="' . DOKU_BASE . 'lib/plugins/statistics/ico/search/bing.png" alt="Bing" border="0" />';
574 echo '<img src="' . DOKU_BASE . $file . '" alt="' . hsc($value) . '" width="' . $w . '" height="' . $h . '" />';
/plugin/imageflow/
H A Dscript.js49 this.intermediateImageSrc = DOKU_BASE + 'lib/plugins/imageflow/images/intermediate.png';
130 loadImage.attr('src', DOKU_BASE + 'lib/plugins/imageflow/images/loader_bg.gif');
133 loadImage.attr('src', DOKU_BASE + 'lib/plugins/imageflow/images/loader.gif');
/plugin/tagsections/
H A Dscript.js116 return jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', data, success);
/plugin/dataplot/
H A Dsyntax.php212 $img = DOKU_BASE.'lib/plugins/dataplot/img.php?'.buildURLparams($data);
/plugin/move/admin/
H A Dmain.php226 echo '<img src="' . DOKU_BASE . 'lib/images/throbber.gif" class="hide" />';
/plugin/blog/syntax/
H A Darchive.php236 $histogram .= '<img class="blog_archive_bar" alt="' . $alt . '" style="height: ' . $current_height . 'px;" src="'.DOKU_BASE.'lib/images/blank.gif"/></a>' . DOKU_LF;
/plugin/do/syntax/
H A Ddo.php239 . ' <img src="' . DOKU_BASE . 'lib/plugins/do/pix/' . $pre . 'done.png" />'
/plugin/siteexport/
H A Dscript.js25 _.url = DOKU_BASE + 'lib/exe/ajax.php';
212 value: DOKU_BASE
/plugin/livepreview/
H A Dscript.js271 && (document.location.pathname == DOKU_BASE // site's root
/plugin/pycode/
H A Dmethod.php686 $name_icon = DOKU_BASE . $dir_icons . $icon;
690 $name_icon = DOKU_BASE . $dir_icons . "file.png";
/plugin/syntaxhighlighter4/
H A DREADME.md117 'href' => DOKU_BASE . 'lib/plugins/syntaxhighlighter4/dist/'.$this->getConf('theme'),
122 "src" => DOKU_BASE . "lib/plugins/syntaxhighlighter4/dist/syntaxhighlighter.js",
/plugin/indexmenu2/syntax/
H A Dindexmenu.php339 $themeRoot = DOKU_BASE.'lib/plugins/indexmenu/templates/';
/plugin/jirainfo/
H A Dscript.js282 DOKU_BASE + "lib/exe/ajax.php",

1...<<1112131415161718192021