Home
last modified time | relevance | path

Searched refs:getPluginName (Results 1 – 25 of 167) sorted by relevance

1234567

/plugin/doxycode/
Dhelper.php54 $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/
Dadmin.php23 $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/
Dadmin.php23 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/
Dadmin.php131 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/
Daction.php43 $helper = $this->loadHelper($this->getPluginName(), true);
59 $packages = p_get_metadata($ID, "plugin_" . $this->getPluginName());
64 $helper = $this->loadHelper($this->getPluginName(), true);
Dhelper.php47 $idx_cache = new cache($this->getPluginName(), '.idx');
48 $pkg_cache = new cache($this->getPluginName(), '.txt');
139 $cachedir = $conf['cachedir'].'/'.$this->getPluginName();
Dsyntax.php58 $packages = &$renderer->meta["plugin_" . $this->getPluginName()];
66 $helper = $this->loadHelper($this->getPluginName(), true);
/plugin/redirect2/
Dadmin.php42 $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/
Dsyntax.php188 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/
DServerPlugin.php67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin
103 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin
103 'name' => $this->getPluginName(),
/plugin/mdpage/
Dsyntax.php32 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/
DPlugin.php94 function getPluginName() { function in Sabre\\CalDAV\\Subscriptions\\Plugin
114 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php94 function getPluginName() { function in Sabre\\CalDAV\\Subscriptions\\Plugin
114 'name' => $this->getPluginName(),
/plugin/webdav/core/Plugin/
DException.php65 public function getPluginName() function in dokuwiki\\plugin\\webdav\\core\\Plugin\\Exception
84 'name' => $this->getPluginName(),
/plugin/exttab3/
Dsyntax.php93 $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/
Daction.php53 … '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 Dadmin.php24 $plugin = $this->getPluginName();
44 $pluginPath = $conf['basedir'] . 'lib/plugins/' . $this->getPluginName();
/plugin/inlinejs/syntax/
Dembedder.php78 msg($this->getPluginName().': '.$this->getPluginComponent().' is disabled.',-1);
96 msg($this->getPluginName().': '.$msg, -1);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php122 function getPluginName() { function in Sabre\\CardDAV\\VCFExportPlugin
142 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
DPlugin.php159 function getPluginName() { function in Sabre\\DAV\\PropertyStorage\\Plugin
179 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
DIMipPlugin.php77 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\IMipPlugin
183 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php86 function getPluginName() { function in Sabre\\DAV\\Auth\\Plugin
206 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DIMipPlugin.php77 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\IMipPlugin
183 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php154 function getPluginName() { function in Sabre\\DAV\\PropertyStorage\\Plugin
174 'name' => $this->getPluginName(),

1234567