Home
last modified time | relevance | path

Searched refs:getPluginName (Results 51 – 75 of 157) sorted by last modified time

1234567

/plugin/quickstats/
H A Dsyntax.php53 $pname = $this->getPluginName();
/plugin/metadisplay/
H A Dadmin.php146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/preregister/
H A Dadmin.php60 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/pdftools/
H A Dadmin.php109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/watchcycle/
H A Dsyntax.php114 $plugin_name = $this->getPluginName();
/plugin/textmodule/
H A Dadmin.php67 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
/plugin/deletehistory/
H A Dadmin.php45 $form->setHiddenField('page', $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/fksnewsfeed/
H A Dhelper.php69 $pluginName = $this->getPluginName();
/plugin/custombuttons/
H A Dadmin.php107 .'<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
145 .'<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
/plugin/userhistory/
H A Dadmin.php45 … strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPluginName ( ).'&amp;user…
102 … ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPluginName ( );
/plugin/webcode/syntax/
H A Dbasis.php627 $pluginName = $this->getPluginName();
/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/DAV/Sharing/
H A DPlugin.php69 function getPluginName() { function in Sabre\\DAV\\Sharing\\Plugin
253 '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(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php80 function getPluginName() { function in Sabre\\DAV\\Locks\\Plugin
582 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php406 $this->plugins[$plugin->getPluginName()] = $plugin;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php351 function getPluginName() { function in Sabre\\CalDAV\\ICSExportPlugin
371 'name' => $this->getPluginName(),
H A DPlugin.php135 function getPluginName() { function in Sabre\\CalDAV\\Plugin
1061 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php89 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\Plugin
1060 'name' => $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/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php913 function getPluginName() { function in Sabre\\CardDAV\\Plugin
933 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php270 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php149 function getPluginName() { function in Sabre\\DAVACL\\Plugin
1630 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php173 'name' => $this->getPluginName(),

1234567