Home
last modified time | relevance | path

Searched refs:DOKU_BASE (Results 76 – 100 of 521) sorted by relevance

12345678910>>...21

/plugin/acknowledge/
H A Dscript.js11 jQuery.getJSON(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_acknowledge_autocomplete', {
21 jQuery.getJSON(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_acknowledge_autocomplete', {
62 DOKU_BASE + "lib/exe/ajax.php",
71 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/recommend/
H A Dscript.js52 DOKU_BASE + 'lib/exe/ajax.php',
85 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', payload, cb, 'json')
141 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/tagging/
H A Dscript.js50 url: DOKU_BASE + 'lib/exe/ajax.php?call=plugin_tagging_admin_change',
69 DOKU_BASE + 'lib/exe/ajax.php',
114 jQuery.getJSON(DOKU_BASE + 'lib/exe/ajax.php?call=plugin_tagging_autocomplete', {
/plugin/spellcheck/
H A Dscript.js82 this.handler = DOKU_BASE+'lib/plugins/spellcheck/spellcheck.php';
148 …this.buttonObj = createToolButton(DOKU_BASE+'lib/plugins/spellcheck/images/spellcheck.png',txtStar…
194 ajax_spell.imageObj.src = DOKU_BASE+'lib/plugins/spellcheck/images/spellstop.png';
200 ajax_spell.imageObj.src = DOKU_BASE+'lib/plugins/spellcheck/images/spellnoerr.png';
206 ajax_spell.imageObj.src = DOKU_BASE+'lib/plugins/spellcheck/images/spellwait.gif';
212 ajax_spell.imageObj.src = DOKU_BASE+'lib/plugins/spellcheck/images/spellcheck.png';
/plugin/securelogin/
H A Dscript.js44 securelogin_add_js(DOKU_BASE+'lib/plugins/securelogin/rsalib.js');
45 securelogin_add_js(DOKU_BASE+'lib/plugins/securelogin/securelogin.js');
/plugin/openlayersmap/syntax/
H A Dolmap.php195 <td class="icon"><img src="' . DOKU_BASE . 'lib/plugins/openlayersmap/icons/' . $img . '" alt="'
207 <td class="rowId"><img src="' . DOKU_BASE
209 <td class="icon"><img src="' . DOKU_BASE . 'lib/plugins/openlayersmap/toolbar/kml_line.png" alt="'
217 <td class="rowId"><img src="' . DOKU_BASE
219 <td class="icon"><img src="' . DOKU_BASE
228 <td class="rowId"><img src="' . DOKU_BASE
230 <td class="icon"><img src="' . DOKU_BASE
756 $olscript = '<script defer="defer" src="' . DOKU_BASE . 'lib/plugins/openlayersmap/ol/ol.js"></script>
757 <script defer="defer" src="' . DOKU_BASE . 'lib/plugins/openlayersmap/ol/ol-layerswitcher.js"></script>';
/plugin/cryptsign/
H A Dscript.js8 "icon": DOKU_BASE+"lib/plugins/cryptsign/pix/button.png",
40 DOKU_BASE+'lib/plugins/cryptsign/sign.php',
/plugin/mediasyntax/syntax/
H A Dmedia.php57 $renderer->doc.= '<img src="'.DOKU_BASE.'lib/exe/fetch.php?media='.$filename.'" width='.$pipe.' />';
61 $renderer->doc.= '<a href="'.DOKU_BASE.'lib/exe/fetch.php?media='.$filename.'">File:'.$filename.'</a>';
/plugin/searchjump/
H A Dscript.js18 prev.src = DOKU_BASE + 'lib/plugins/searchjump/pix/up.gif';
25 close.src = DOKU_BASE + 'lib/plugins/searchjump/pix/close.gif';
30 next.src = DOKU_BASE + 'lib/plugins/searchjump/pix/down.gif';
/plugin/metaeditor/
H A Dscript.js18 DOKU_BASE + 'lib/exe/ajax.php',
41 DOKU_BASE + 'lib/exe/ajax.php',
182 DOKU_BASE + 'lib/exe/ajax.php',
220 DOKU_BASE + 'lib/exe/ajax.php',
287 DOKU_BASE + 'lib/exe/ajax.php',
383 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/bez/action/
H A Ddefault.php73 "href" => DOKU_BASE.
80 "src" => DOKU_BASE.
89 "src" => DOKU_BASE.
98 "src" => DOKU_BASE.
107 "href" => DOKU_BASE.
114 "src" => DOKU_BASE.
/plugin/drawio/
H A Dsyntax.php89 src='".DOKU_BASE."lib/plugins/drawio/blank-image.png'
95 src='".DOKU_BASE."lib/exe/fetch.php?media=".$media_id."'
/plugin/panoview/
H A Dsyntax.php56 'tileBaseUri' => DOKU_BASE.'lib/plugins/panoview/tiles.php',
59 'blankTile' => DOKU_BASE.'lib/plugins/panoview/gfx/blank.gif',
60 'loadingTile' => DOKU_BASE.'lib/plugins/panoview/gfx/progress.gif',
127 …<span class="maximize"><img src="'.DOKU_BASE.'lib/plugins/panoview/gfx/window.gif" style="position…
/plugin/graphgear/
H A Dsyntax.php105 DOKU_BASE.'lib/plugins/graphgear/GraphGear.swf',
106 DOKU_BASE.'lib/plugins/graphgear/load.php?xmlid='.$data['xmlid'],
107 DOKU_BASE.'lib/plugins/graphgear/GraphGear.swf',
110 DOKU_BASE.'lib/plugins/graphgear/load.php?xmlid='.$data['xmlid']
/plugin/tableplot/
H A Daction.php45 $basePath = DOKU_BASE;
117 'src' => DOKU_BASE."lib/plugins/tableplot/table2Plot.js");
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php38 …<img src="<?php echo DOKU_BASE; ?>lib/plugins/usersubscriptions/images/<?php echo $info['isnamespa…
49 …<img src="<?php echo DOKU_BASE; ?>lib/plugins/usersubscriptions/images/delete.png" alt="<?php echo…
/plugin/multitemplate_styleman/
H A Daction.php67 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php?tpl=' . $template;
69 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php' . $params . '&tpl=' . $template;
/plugin/animation/
H A Daction.php64 … 'href' => DOKU_BASE.'lib/plugins/animation/styles/' . $anistyle . '.css',
74 … "src" => DOKU_BASE."lib/plugins/animation/scripts/".$brush,
/plugin/struct/script/
H A DAggregationEditor.js54 DOKU_BASE + 'lib/exe/ajax.php',
116 DOKU_BASE + 'lib/exe/ajax.php',
142 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/markdownextra/
H A Daction.php52 $meltdownBase = DOKU_BASE.'lib/plugins/markdownextra/lib/meltdown/';
53 $meltdownTweaksBase = DOKU_BASE.'lib/plugins/markdownextra/lib/meltdown-tweaks/';
/plugin/scrapbook/
H A Dscript.js36 DOKU_BASE + 'doku.php',
60 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/xcom/
H A Daction.php94 "src" => DOKU_BASE."lib/plugins/xcom/scripts/xcom_latinize-cmpr.js",
99 "src" => DOKU_BASE."lib/plugins/xcom/scripts/safeFN_class-cmpr.js",
/plugin/goto/
H A Dscript.js33 document.cookie = cname + "=" + cvalue + ";" + expires + ";path="+DOKU_BASE;
53 location.href = DOKU_BASE + 'doku.php?id=' + decodeURIComponent(which) ;
/plugin/impressjs/
H A Drenderer.php26 $this->base = DOKU_BASE.'lib/plugins/impressjs/tpl/';
39 … <link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/screen.css" type="text/css" media="screen" />
/plugin/autologoff/
H A Dscript.js20 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
60 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',

12345678910>>...21