Home
last modified time | relevance | path

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

1234567

/plugin/404manager/
H A Dadmin.php831 throw new RuntimeException($this->getPluginName() . ' - ' . $message);
/plugin/adminperm/
H A Daction.php50 $pname = $instance->getPluginName();
/plugin/ahrefmenu/
H A Dadmin.php98 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/api/
H A Daction.php37 if ($event->data !== self::getPluginName()) {
/plugin/approve/syntax/
H A Dtable.php104 $plugin_name = $this->getPluginName();
/plugin/authsplit/
H A Dauth.php111 $this->authplugins['primary']->getPluginName().'/'.
112 $this->authplugins['secondary']->getPluginName().' '.
242 $this->authplugins['secondary']->getPluginName()
257 $this->authplugins['primary']->getPluginName()
/plugin/bez/action/
H A Dbase.php13 public function getPluginName() { function in action_plugin_bez_base
/plugin/canvas/
H A Dcanvas.php55 msg($this->getPluginName().': Plugin InlineJS disabled.',-1);
98 msg($this->getPluginName().': syntax wrong -- '.hsc($data),-1);
/plugin/ckgedit/
H A Dadmin.php61 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/codebutton2/
H A Dadmin.php64 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/combo/admin/
H A Dpagerules.php208 ptln('<input type="hidden" name="page" value="' . $this->getPluginName() . '_' . $this->getPluginComponent() . '" />');
227 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '_' . $this->getPluginComponent() . '" />');
/plugin/custombuttons/
H A Dadmin.php107 .'<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
145 .'<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
/plugin/datatemplate/
H A Daction.php66 if(empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/datatemplate/syntax/
H A Dentry.php301 $renderer->meta['relation']['haspart'][$file] = array('owner'=>$this->getPluginName());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php334 function getPluginName() { function in Sabre\\CalDAV\\ICSExportPlugin
354 'name' => $this->getPluginName(),
H A DPlugin.php124 function getPluginName() { function in Sabre\\CalDAV\\Plugin
981 'name' => $this->getPluginName(),
H A DSharingPlugin.php66 function getPluginName() { function in Sabre\\CalDAV\\SharingPlugin
420 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php173 '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(),
H A DPlugin.php87 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\Plugin
891 '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/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php824 function getPluginName() { function in Sabre\\CardDAV\\Plugin
844 'name' => $this->getPluginName(),
H A DVCFExportPlugin.php122 function getPluginName() { function in Sabre\\CardDAV\\VCFExportPlugin
142 '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/DAV/Browser/
H A DPlugin.php770 function getPluginName() { function in Sabre\\DAV\\Browser\\Plugin
790 'name' => $this->getPluginName(),

1234567