Home
last modified time | relevance | path

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

1234567

/plugin/securelogin/
H A 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/
H A 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/
H A 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/
H A Daction.php43 $helper = $this->loadHelper($this->getPluginName(), true);
59 $packages = p_get_metadata($ID, "plugin_" . $this->getPluginName());
64 $helper = $this->loadHelper($this->getPluginName(), true);
H A Dhelper.php47 $idx_cache = new cache($this->getPluginName(), '.idx');
48 $pkg_cache = new cache($this->getPluginName(), '.txt');
139 $cachedir = $conf['cachedir'].'/'.$this->getPluginName();
H A Dsyntax.php58 $packages = &$renderer->meta["plugin_" . $this->getPluginName()];
66 $helper = $this->loadHelper($this->getPluginName(), true);
/plugin/redirect2/
H A Dadmin.php43 $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/
H A 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/
H A 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/
H A 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/
H A 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/
H A DException.php65 public function getPluginName() function in dokuwiki\\plugin\\webdav\\core\\Plugin\\Exception
84 'name' => $this->getPluginName(),
H A DDokuWiki.php102 public function getPluginName() function in dokuwiki\\plugin\\webdav\\core\\Plugin\\DokuWiki
121 'name' => $this->getPluginName(),
/plugin/exttab3/
H A 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/inlinejs/syntax/
H A 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/virtualgroup/
H A Dadmin.php233 wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'tab' => 'byuser']),
239 wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'tab' => 'bygroup']),
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php159 function getPluginName() { function in Sabre\\DAV\\PropertyStorage\\Plugin
179 'name' => $this->getPluginName(),
/plugin/webdav/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(),
/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/toctweak/action/
H A Drendertoc.php141 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
185 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
220 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());

1234567