Home
last modified time | relevance | path

Searched refs:DOKU_BASE (Results 451 – 475 of 521) sorted by last modified time

1...<<1112131415161718192021

/plugin/dokubookmark/
H A Daction.php94 'baseurl' => $conf['baseurl'].DOKU_BASE.'doku.php',
H A Dhelper.php257 …<div id="tool__bar"><?php if ($wr && $data['media_manager']){?><a href="<?php echo DOKU_BASE?>lib/…
/plugin/supa/
H A Dscript.js126 DOKU_BASE + 'lib/exe/mediamanager.php',
196 html += " archive='" + DOKU_BASE + "lib/plugins/supa/lib/Supa.jar'";
249 icon.src = DOKU_BASE + 'lib/plugins/supa/supa.png';
/plugin/inlineeditor/
H A Dscript.js20 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/inlineeditor/ajax.php');
/plugin/mindmap/
H A Dsyntax.php121 $plugin_path = DOKU_BASE.'lib/plugins/mindmap/';
/plugin/unusedmedias/admin/
H A Dlist.php127 …<img src="'.DOKU_BASE.'lib/images/magnifier.png" alt="'.$lang['mediaview'].'" title="'.$lang['medi…
135 …<img src="'.DOKU_BASE.'lib/images/trash.png" alt="'.$lang['btn_delete'].'" title="'.$lang['btn_del…
/plugin/s5reloaded/
H A Dsyntax.php66 …$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/s5reloaded/screen.gif" align="right" alt="'.…
/plugin/autlogin/
H A Dadmin.php1743 $img = DOKU_BASE.'lib/images/minus.gif';
1746 $img = DOKU_BASE.'lib/images/plus.gif';
H A Dscript.js53 clicky.src = DOKU_BASE+'lib/images/plus.gif';
62 var ajax = new sack(DOKU_BASE + 'lib/plugins/autlogin/ajax.php');
76 clicky.src = DOKU_BASE+'lib/images/minus.gif';
/plugin/new_page_dialog/
H A Dhelper.php56 $script = DOKU_BASE.DOKU_SCRIPT.'/'.$id . "?";
58 $script = DOKU_BASE.$id."?";
60 $script = DOKU_BASE.DOKU_SCRIPT . "?";
/plugin/new_page_dialog/action/
H A Dmeta.php34 $js_base_dir = DOKU_BASE.'lib/plugins/'.$plugin.'/js/';
/plugin/directions/syntax/
H A Dgraph.php37 $img = DOKU_BASE.'lib/plugins/graphviz/img.php?'.buildURLparams($input);
/plugin/actickets/
H A Dscript.js45 actickets.ajax = new sack(DOKU_BASE + 'lib/plugins/actickets/ajax.php');
/plugin/translation3/
H A Dhelper.php349 …$out .= '<img src="'.DOKU_BASE.'lib/plugins/translation/flags/blankflag.gif'.'" width=15 height=11…
/plugin/seqdia/
H A Dsyntax.php103 $img = DOKU_BASE.'lib/plugins/seqdia/img.php?'.buildURLparams($data);
/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/quiz/
H A Dscript.js8 var ajax = new sack(DOKU_BASE + 'lib/plugins/quiz/getform.php');
/plugin/swfobject/
H A Dsyntax.php175 $DOKU_BASE = DOKU_BASE;
176 …$XI = ( $this->getConf("useExpressInstall") ) ? "\"{$DOKU_BASE}lib/plugins/swfobject/expressinstal…
/plugin/quickedit/
H A Dsyntax.php93 …<input style='position : relative ; bottom : -4px' type='image' src='".DOKU_BASE."/lib/plugins/qui…
94 …<input style='position : relative ; bottom : -4px ' type='image' src='".DOKU_BASE."/lib/plugins/qu…
98 <img src='".DOKU_BASE."/lib/images/loading.gif' />
H A Dscript.js21 pl_si.sack = new sack(DOKU_BASE + 'lib/plugins/quickedit/ajax.php');
/plugin/farm/install/
H A Dpreload.php97 if(!defined('DOKU_REL')) define('DOKU_REL', DOKU_BASE);
/plugin/farm/
H A Daction.php128 …onf['farmwebroot'].$farmconf['farmer'].substr($event->data['link'][$i]['href'], strlen(DOKU_BASE));
134 …nf['farmwebroot'].$farmconf['farmer'].substr($event->data['script'][$i]['src'], strlen(DOKU_BASE));
/plugin/crypto/js/
H A Ddecrypt-dialog.js4 this.sack = new sack(DOKU_BASE + "lib/exe/ajax.php");
23 …' <img src="' + DOKU_BASE + 'lib/images/close.png" width="16" height="16" align="right" alt="" id=…
H A Dencrypt-dialog.js4 this.sack = new sack(DOKU_BASE + "lib/exe/ajax.php");
24 …' <img src="' + DOKU_BASE + 'lib/images/close.png" width="16" height="16" align="right" alt="" id=…
H A Dtoggle-encryption-dialog.js6 this.sack = new sack(DOKU_BASE + "lib/exe/ajax.php");
25 …' <img src="' + DOKU_BASE + 'lib/images/close.png" width="16" height="16" align="right" alt="" id=…
46 dialog.button.innerHTML = '<img src="' + DOKU_BASE + "lib/plugins/crypto/lock_break.png" + '"/>';
54 dialog.button.innerHTML = '<img src="' + DOKU_BASE + "lib/plugins/crypto/lock.png" + '"/>';

1...<<1112131415161718192021