Home
last modified time | relevance | path

Searched refs:getPluginName (Results 101 – 125 of 157) sorted by relevance

1234567

/plugin/issuelinks/admin/
H A Drepoadmin.php42 $plugin = $this->getPluginName();
/plugin/watchcycle/
H A Dsyntax.php114 $plugin_name = $this->getPluginName();
/plugin/imapmarkers/syntax/
H A Dmap.php37 …ax_plugin_imapmarkers_map.__construct ID='%s' PLUGIN='%s'", cleanID($ID), $this->getPluginName()));
43 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
/plugin/inlinejs/syntax/
H A Dpreloader.php195 msg($this->getPluginName().': '.$msg, -1);
/plugin/newpagetemplate/
H A Dadmin.php99 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '" />');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php17 $this->assertEquals('acl',$aclPlugin->getPluginName());
/plugin/pdftools/
H A Dadmin.php109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php770 function getPluginName() { function in Sabre\\DAV\\Browser\\Plugin
790 'name' => $this->getPluginName(),
/plugin/tindexmenu/
H A Dadmin.php386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/pagetitle/
H A Dhelper.php195 $page_title = $plugin_title ? $plugin_title : $plugin->getPluginName();
/plugin/metadisplay/
H A Dadmin.php146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php70 $this->assertEquals('notifications', $this->plugin->getPluginName());
/plugin/eventum/
H A Dsyntax.php79 $cachefile = $conf['cachedir'].'/'.$this->getPluginName().'.cache';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php270 'name' => $this->getPluginName(),
/plugin/textinsert/
H A Dadmin.php250 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php270 'name' => $this->getPluginName(),
/plugin/struct/helper/
H A Dfield.php240 public function getPluginName()
234 public function getPluginName() global() function in helper_plugin_struct_field
/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/groupadmin/
H A Dadmin.php116 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php93 if ( plugin_isdisabled($userhomepage_plugin->getPluginName() ) ) {
/plugin/medialist/
H A Dhelper.php161 $out .= '<strong>'.$this->getPluginName().'</strong>'.': nothing to show here.';
/plugin/snippets/
H A Dadmin.php63 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/twofactor/
H A DManager.php58 public function getPluginName() function in dokuwiki\\plugin\\twofactor\\Manager
/plugin/fckg/syntax/
H A Ddwplugin.php89 $plugin = $this->getPluginName($match, $plugin);
333 function getPluginName($text, $input_name="") { function in syntax_plugin_fckg_dwplugin
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php824 function getPluginName() { function in Sabre\\CardDAV\\Plugin
844 'name' => $this->getPluginName(),

1234567