| /plugin/doxycode/ |
| D | helper.php | 54 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper/parser.php'; 74 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/doxygen.conf'; 78 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/syntax/snippet.php'; 79 … $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper/buildmanager.php'; 80 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper/tagmanager.php'; 81 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/helper.php'; 89 $dependencies['files'][] = DOKU_PLUGIN . $this->getPluginName() . '/doxygen.conf'; 94 glob(DOKU_PLUGIN . $this->getPluginName() . '/*.php') 98 glob(DOKU_PLUGIN . $this->getPluginName() . '/syntax/*.php') 102 glob(DOKU_PLUGIN . $this->getPluginName() . '/helper/*.php')
|
| /plugin/securelogin/ |
| D | admin.php | 23 $this->slhlp = plugin_load('helper', $this->getPluginName()); 24 …this->slhlp) msg('Loading the '.$this->getPluginName().' helper failed. Make sure that the '.$this… 90 …$form = new Doku_Form('generate__key', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&')… 102 …$form = new Doku_Form('test__publicKey', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&…
|
| /plugin/log404/ |
| D | admin.php | 23 send_redirect(wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName()), true, '&')); 31 ptln('<ol class='.$this->getPluginName().'>'); 40 $delUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'delete'=>$id)); 41 $ignoreUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'ignore'=>$id));
|
| /plugin/doctree2filelist/ |
| D | admin.php | 131 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'); 141 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'); 151 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'); 175 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n"; 181 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n"; 188 $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
|
| /plugin/poldek/ |
| D | action.php | 43 $helper = $this->loadHelper($this->getPluginName(), true); 59 $packages = p_get_metadata($ID, "plugin_" . $this->getPluginName()); 64 $helper = $this->loadHelper($this->getPluginName(), true);
|
| D | helper.php | 47 $idx_cache = new cache($this->getPluginName(), '.idx'); 48 $pkg_cache = new cache($this->getPluginName(), '.txt'); 139 $cachedir = $conf['cachedir'].'/'.$this->getPluginName();
|
| D | syntax.php | 58 $packages = &$renderer->meta["plugin_" . $this->getPluginName()]; 66 $helper = $this->loadHelper($this->getPluginName(), true);
|
| /plugin/redirect2/ |
| D | admin.php | 42 $map = plugin_load('helper', $this->getPluginName()); 57 $map = plugin_load('helper', $this->getPluginName()); 62 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />'; 76 echo '<table class="'.$this->getPluginName().'">';
|
| /plugin/pagetemplate/ |
| D | syntax.php | 188 function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; } function in syntax_plugin_pagetemplate 228 $plugin = $this->getPluginName(); 246 $path = DOKU_PLUGIN.$this->getPluginName().'/lang/'; 276 $plugin = $this->getPluginName(); 295 $path = DOKU_PLUGIN.$this->getPluginName().'/conf/';
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | ServerPlugin.php | 67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin 103 'name' => $this->getPluginName(),
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | ServerPlugin.php | 67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin 103 'name' => $this->getPluginName(),
|
| /plugin/mdpage/ |
| D | syntax.php | 32 public function getPluginName() { function in syntax_plugin_mdpage 37 return 'plugin_' . $this->getPluginName(); 51 $pluginBaseMode = 'plugin_' . $this->getPluginName();
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
| D | Plugin.php | 94 function getPluginName() { function in Sabre\\CalDAV\\Subscriptions\\Plugin 114 'name' => $this->getPluginName(),
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
| H A D | Plugin.php | 94 function getPluginName() { function in Sabre\\CalDAV\\Subscriptions\\Plugin 114 'name' => $this->getPluginName(),
|
| /plugin/webdav/core/Plugin/ |
| D | Exception.php | 65 public function getPluginName() function in dokuwiki\\plugin\\webdav\\core\\Plugin\\Exception 84 'name' => $this->getPluginName(),
|
| /plugin/exttab3/ |
| D | syntax.php | 93 $handler->addPluginCall($this->getPluginName(), $data, $state, $pos, $match); 100 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName()); 107 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName()); 138 msg($this->getPluginName().' ERROR: unknown syntax: '.hsc($markup) ,-1); 221 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1); 240 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
|
| /plugin/sketchcanvas/ |
| D | action.php | 53 … 'src' => DOKU_BASE . 'lib/plugins/' . $this->getPluginName() . '/bundle/SketchCanvas.js', 61 … 'src' => DOKU_BASE . 'lib/plugins/' . $this->getPluginName() . '/script/' . $file, 169 'icon' => '../../plugins/' . $this->getPluginName() . '/images/figure.png',
|
| /plugin/botmon/ |
| H A D | admin.php | 24 $plugin = $this->getPluginName(); 44 $pluginPath = $conf['basedir'] . 'lib/plugins/' . $this->getPluginName();
|
| /plugin/inlinejs/syntax/ |
| D | embedder.php | 78 msg($this->getPluginName().': '.$this->getPluginComponent().' is disabled.',-1); 96 msg($this->getPluginName().': '.$msg, -1);
|
| /plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
| H A D | VCFExportPlugin.php | 122 function getPluginName() { function in Sabre\\CardDAV\\VCFExportPlugin 142 'name' => $this->getPluginName(),
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/ |
| D | Plugin.php | 159 function getPluginName() { function in Sabre\\DAV\\PropertyStorage\\Plugin 179 'name' => $this->getPluginName(),
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/ |
| D | IMipPlugin.php | 77 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\IMipPlugin 183 'name' => $this->getPluginName(),
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/ |
| H A D | Plugin.php | 86 function getPluginName() { function in Sabre\\DAV\\Auth\\Plugin 206 'name' => $this->getPluginName(),
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/ |
| H A D | IMipPlugin.php | 77 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\IMipPlugin 183 'name' => $this->getPluginName(),
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/ |
| H A D | Plugin.php | 154 function getPluginName() { function in Sabre\\DAV\\PropertyStorage\\Plugin 174 'name' => $this->getPluginName(),
|