Home
last modified time | relevance | path

Searched refs:DOKU_BASE (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/plugin/syntaxhighlighter/
H A Daction.php54 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shCore.js"
57 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushCpp.js"
60 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushCSharp.js"
63 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushCss.js"
66 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushDelphi.js"
69 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushJava.js"
72 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushPhp.js"
78 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushRuby.js"
81 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushSql.js"
84 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter/Uncompressed/shBrushVb.js"
[all …]
/plugin/formatplus2/
H A Daction.php32 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/caps.png',
41 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/samp.png',
50 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/var.png',
59 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/kbd.png',
68 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/dfn.png',
77 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/cite.png',
86 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/inv.png',
95 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/q.png',
115 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/ins.png',
131 'icon' => DOKU_BASE.'lib/plugins/formatplus2/images/del.png',
[all …]
/plugin/formatplus/
H A Daction.php32 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/caps.png',
41 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/samp.png',
50 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/var.png',
59 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/kbd.png',
68 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/dfn.png',
77 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/cite.png',
86 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/inv.png',
95 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/q.png',
115 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/ins.png',
131 'icon' => DOKU_BASE.'lib/plugins/formatplus/images/del.png',
[all …]
/plugin/jcapture/
H A Dapplet.php55 ARCHIVE = "<?php echo DOKU_BASE; ?>lib/plugins/jcapture/lib/jcapture.jar" \
57 dokuBase ="<?php echo bin2hex(DOKU_BASE); ?>" \
67 …apture.JCaptureApplet.class" WIDTH="1" HEIGHT="1" ARCHIVE = "<?php echo DOKU_BASE; ?>lib/plugins/j…
69 <PARAM NAME = ARCHIVE VALUE = "<?php echo DOKU_BASE; ?>lib/plugins/jcapture/lib/jcapture.jar" >
74 <PARAM NAME = "dokuBase" VALUE="<?php echo bin2hex(DOKU_BASE); ?>">
90 <APPLET CODE = "com.hammurapi.jcapture.JCaptureApplet.class" ARCHIVE = "<?php echo DOKU_BASE; ?>lib…
91 <PARAM NAME = "dokuBase" VALUE="<?php echo bin2hex(DOKU_BASE); ?>">
/plugin/prettyphoto/
H A Daction.php32 'href' => DOKU_BASE.'lib/plugins/prettyphoto/css/prettyPhoto.css',
35 'src' => DOKU_BASE.'lib/plugins/prettyphoto/js/jquery.prettyPhoto.js',
43 'src' => DOKU_BASE.'lib/plugins/prettyphoto/prettyphoto.conf.js',
61 $mediapath = DOKU_BASE.'lib/exe/fetch.php?media=';
65 $mediapath = DOKU_BASE.'_media/';
69 $mediapath = DOKU_BASE.'lib/exe/fetch.php/';
/plugin/epub/scripts/
H A Dcss2.php13 if(!defined('DOKU_TPL')) define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/');
37 $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/';
56 $files[DOKU_INC.'lib/styles/style.css'] = DOKU_BASE.'lib/styles/';
65 $files[$config_cascade['userstyle']['default']] = DOKU_BASE;
73 $files[$config_cascade['userstyle'][$mediatype]] = DOKU_BASE;
158 $list[DOKU_PLUGIN."$p/all.css"] = DOKU_BASE."lib/plugins/$p/";
160 $list[DOKU_PLUGIN."$p/print.css"] = DOKU_BASE."lib/plugins/$p/";
162 $list[DOKU_PLUGIN."$p/feed.css"] = DOKU_BASE."lib/plugins/$p/";
164 $list[DOKU_PLUGIN."$p/style.css"] = DOKU_BASE."lib/plugins/$p/";
165 $list[DOKU_PLUGIN."$p/screen.css"] = DOKU_BASE."lib/plugins/$p/";
[all …]
H A Dcss3.php52 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/';
66 $files[$mediatype][$userstyle] = DOKU_BASE;
245 $webbase = DOKU_BASE;
295 … $css .= ' background: transparent url('.DOKU_BASE.'lib/images/interwiki.png) 0px 1px no-repeat;';
305 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.png)';
309 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.gif)';
347 $css .= ' background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.$type.')';
480 $list[DOKU_PLUGIN."$p/$mediatype.css"] = DOKU_BASE."lib/plugins/$p/";
481 $list[DOKU_PLUGIN."$p/$mediatype.less"] = DOKU_BASE."lib/plugins/$p/";
484 $list[DOKU_PLUGIN."$p/style.css"] = DOKU_BASE."lib/plugins/$p/";
[all …]
/plugin/syntaxhighlighter3/action/
H A Daction.php39 'href' => DOKU_BASE.'lib/plugins/syntaxhighlighter3/sxh3/pkg/styles/shCore.css',
43 … 'href' => DOKU_BASE.'lib/plugins/syntaxhighlighter3/sxh3/pkg/styles/'.$this->getConf('theme'),
48 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/shCore.min.js",
52 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/shAutoloader.js",
57 "src" => DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/shBrushXml.js",
86 …ptln(" '".$brush_alias." ".DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/".$brush_…
93 …ptln(" '".$brush_alias." ".DOKU_BASE."lib/plugins/syntaxhighlighter3/sxh3/pkg/scripts/".$brush_…
/plugin/pdftools/
H A Dsyntax.php90 …if ($match=='<abstand1>') {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line…
91 …if ($match=='<abstand2>') {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line…
92 …if ($match=='<abstand3>') {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line…
94 …if ($match=='<quer1>') {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.ph…
95 …if ($match=='<quer2>') {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.ph…
96 …if ($match=='<quer3>') {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.ph…
100 $renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/etikett.png">';
125 …$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/pdfbutton.php?text='.$match.'">…
/plugin/howhard/lang/es/
H A Dsettings.php8DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/how…
/plugin/howhard/lang/ru/
H A Dsettings.php8DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2. <img src="'.DOKU_BASE.'lib/plugins/howh…
/plugin/howhard/lang/nl/
H A Dsettings.php8DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/how…
/plugin/howhard/lang/fr/
H A Dsettings.php10DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/how…
/plugin/howhard/lang/en/
H A Dsettings.php13DOKU_BASE.'lib/plugins/howhard/images/style1/3.png"><br>2 : <img src="'.DOKU_BASE.'lib/plugins/how…
/plugin/dokumicrobugtracker/
H A Daction.php34 …ink"][] = array ("type" => "text/css", "rel" => "stylesheet", "href" => DOKU_BASE."lib/plugins/dok…
36 …$event->data["script"][] = array ("type" => "text/javascript", "src" => DOKU_BASE."lib/plugins/dok…
38 …$event->data["script"][] = array ("type" => "text/javascript", "src" => DOKU_BASE."lib/plugins/dok…
39 …$event->data["script"][] = array ("type" => "text/javascript", "src" => DOKU_BASE."lib/plugins/dok…
/plugin/abc2/
H A Daction.php58 'src' => DOKU_BASE.'lib/plugins/abc2/abc-libraries/abcjs/abcjs_plugin-midi_6.0.0-beta.25-min.js'
66 'src' => DOKU_BASE.'lib/plugins/abc2/abc-libraries/abc2svg/abcweb-1.js'
72 'src' => DOKU_BASE.'lib/plugins/abc2/abc-libraries/abc2svg/snd-1.js'
81 'src' => DOKU_BASE.'lib/plugins/abc2/abc-libraries/abc-ui/abc-ui-1.0.0.min.js'
/plugin/crypto/
H A Daction.php39 'icon' => DOKU_BASE.'lib/plugins/crypto/lock.png');
43 'icon' => DOKU_BASE.'lib/plugins/crypto/lock_break.png');
49 "src" => DOKU_BASE."lib/plugins/crypto/js/encrypt-dialog.js",
55 "src" => DOKU_BASE."lib/plugins/crypto/js/decrypt-dialog.js",
61 "src" => DOKU_BASE."lib/plugins/crypto/js/toggle-encryption-dialog.js",
/plugin/rater/
H A Dsyntax.php712 …if ($rater_rating <= 0 ){$rater_stars = DOKU_BASE."lib/plugins/rater/img/00star.gif";$rater_stars…
713 …if ($rater_rating >= 0.5){$rater_stars = DOKU_BASE."lib/plugins/rater/img/05star.gif";$rater_stars…
714 …if ($rater_rating >= 1 ){$rater_stars = DOKU_BASE."lib/plugins/rater/img/1star.gif";$rater_stars_…
715 …if ($rater_rating >= 1.5){$rater_stars = DOKU_BASE."lib/plugins/rater/img/15star.gif";$rater_stars…
716 …if ($rater_rating >= 2 ){$rater_stars = DOKU_BASE."lib/plugins/rater/img/2star.gif";$rater_stars_…
717 …if ($rater_rating >= 2.5){$rater_stars = DOKU_BASE."lib/plugins/rater/img/25star.gif";$rater_stars…
718 …if ($rater_rating >= 3 ){$rater_stars = DOKU_BASE."lib/plugins/rater/img/3star.gif";$rater_stars_…
719 …if ($rater_rating >= 3.5){$rater_stars = DOKU_BASE."lib/plugins/rater/img/35star.gif";$rater_stars…
720 …if ($rater_rating >= 4 ){$rater_stars = DOKU_BASE."lib/plugins/rater/img/4star.gif";$rater_stars_…
721 …if ($rater_rating >= 4.5){$rater_stars = DOKU_BASE."lib/plugins/rater/img/45star.gif";$rater_stars…
[all …]
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js1DOKU_BASE+'lib/plugins/ckgedit/ckeditor/plugins/note/icons/note_basic.png" alt="'+a.lang.note.basi…
/plugin/drawio/
H A Dscript.js14 DOKU_BASE + 'lib/exe/ajax.php',
63 DOKU_BASE + 'lib/exe/ajax.php',
83 DOKU_BASE + 'lib/exe/ajax.php',
126 DOKU_BASE + 'lib/exe/ajax.php',
141 DOKU_BASE + 'lib/exe/ajax.php',
192 DOKU_BASE + 'lib/exe/ajax.php',
203 DOKU_BASE + 'lib/exe/ajax.php',
224 DOKU_BASE + 'lib/exe/ajax.php',
252 DOKU_BASE + 'lib/exe/ajax.php',
268 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/templateconfhelper/exe/
H A Dcss.php45 $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/';
62 …$cache = new cache('styles'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].DOKU_BASE.$cache.$mediat…
90 $files[$mediatype][DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/';
93 …iatype][DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/scripts/jqu…
103 $files[$mediatype][$config_cascade['userstyle'][$mediatype]] = DOKU_BASE;
112 …_cascade['userstyle']['rtl'])) $files[$mediatype][$config_cascade['userstyle']['rtl']] = DOKU_BASE;
174 $base = preg_quote(DOKU_BASE,'#');
/plugin/odt/helper/
H A Ddwcssloader.php82 => DOKU_BASE . 'lib/styles/',
84 => DOKU_BASE . 'lib/styles/',
90 => DOKU_BASE . 'lib/plugins/'.$plugin_name.'/conf/',
92 => DOKU_BASE . 'lib/plugins/'.$plugin_name.'/tpl/' . $template . '/',
94 => DOKU_BASE . 'lib/plugins/'.$plugin_name.'/conf/',
208 …$css .= ' background: transparent url('.DOKU_BASE.'lib/images/fileicons/file.png) 0px 1px no-repea…
231 $css .= ' background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.$type.')';
/plugin/colorbox/
H A Daction.php41 'href' => DOKU_BASE ."lib/plugins/colorbox/colorbox.css");
46 'src' => DOKU_BASE."lib/plugins/colorbox/jquery.colorbox-min.js");
51 'src' => DOKU_BASE."lib/plugins/colorbox/linkColorbox.js");
/plugin/eventline/
H A Daction.php51 … '_data' => 'Timeline_urlPrefix="'.DOKU_BASE.'lib/plugins/eventline/timeline_js/";');
60 … 'src' => DOKU_BASE."lib/plugins/eventline/timeline_ajax/simile-ajax-api.js");
65 … 'src' => DOKU_BASE."lib/plugins/eventline/timeline_js/timeline-api.js");
70 'src' => DOKU_BASE."lib/plugins/eventline/timeline.js");
/plugin/panorama/
H A Drender_helper.php25 $archive = DOKU_BASE.'lib/exe/fetch.php?media='.$archive;
27 $name = DOKU_BASE.$conf['savedir'].'/media/'.str_replace(":", "/", $name);
43 $archive = DOKU_BASE.$conf['savedir'].'/media/'.$archive;
48 $name = DOKU_BASE.$conf['savedir'].'/media/'.str_replace(":", "/", $name);

12345678910>>...21