Home
last modified time | relevance | path

Searched refs:getPluginName (Results 76 – 100 of 157) sorted by last modified time

1234567

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php145 function getPluginName() { function in Sabre\\CardDAV\\VCFExportPlugin
165 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php99 function getPluginName() { function in Sabre\\DAV\\Auth\\Plugin
278 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php59 function getPluginName() { function in Sabre\\DAV\\PartialUpdate\\Plugin
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServerPlugin.php67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin
103 'name' => $this->getPluginName(),
H A DCorePlugin.php65 function getPluginName() { function in Sabre\\DAV\\CorePlugin
953 'name' => $this->getPluginName(),
/plugin/webdav/core/Plugin/
H A DDokuWiki.php102 public function getPluginName() function in dokuwiki\\plugin\\webdav\\core\\Plugin\\DokuWiki
121 '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/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php57 function getPluginName() { function in Sabre\\CalDAV\\SharingPlugin
395 'name' => $this->getPluginName(),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php775 function getPluginName() { function in Sabre\\DAV\\Browser\\Plugin
795 '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/twitter/
H A Dsyntax.php35 …$sResponse .= '<img class="twtLogo" src="' . DOKU_BASE . 'lib/plugins/' . $this->getPluginName() .…
/plugin/jplayer/
H A Daction.php51 $name = $this->getPluginName();
H A Dsyntax.php129 $plugin_name = $this->getPluginName();
159 $plugin_name = $this->getPluginName();
/plugin/googleads/
H A Dadmin.php101 …'action' => wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'cmd[googleads]' => 'true'…
/plugin/issuelinks/admin/
H A Drepoadmin.php42 $plugin = $this->getPluginName();
/plugin/filelisting/action/
H A Djs.php57 $pname = $this->getPluginName();
/plugin/numberedheadings/
H A Daction.php35 isset($numbering) || $numbering = $this->loadHelper($this->getPluginName());
/plugin/minimap/
H A Dsyntax.php22 $pattern = '<' . $this->getPluginName() . '[^>]*>';
23 $this->Lexer->addSpecialPattern($pattern, $aMode, 'plugin_' . $this->getPluginName());
/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, '&…
H A Daction.php19 $this->slhlp = plugin_load('helper', $this->getPluginName());
/plugin/webdavclient/
H A Dadmin.php162 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/sketchcanvas/
H A Daction.php55 'src' => DOKU_BASE . 'lib/plugins/' . $this->getPluginName() . '/script/' . $file,
163 'icon' => '../../plugins/' . $this->getPluginName() . '/images/figure.png',
H A Dsyntax.php69 $renderer->doc .= '<img src="dokuwiki/lib/plugins/' . $this->getPluginName()
/plugin/yuriigantt/
H A Daction.php39 if ($event->data !== 'plugin_' . $this->getPluginName()) {
H A Dsyntax.php147 'pluginName' => $this->getPluginName(),

1234567