Home
last modified time | relevance | path

Searched refs:getPluginName (Results 26 – 50 of 157) sorted by last modified time

1234567

/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php80 function getPluginName() { function in Sabre\\DAV\\Locks\\Plugin
582 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php59 function getPluginName() { function in Sabre\\DAV\\PartialUpdate\\Plugin
/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/
H A DServer.php400 $this->plugins[$plugin->getPluginName()] = $plugin;
H A DServerPlugin.php67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin
103 'name' => $this->getPluginName(),
H A DCorePlugin.php63 function getPluginName() { function in Sabre\\DAV\\CorePlugin
923 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php270 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php144 function getPluginName() { function in Sabre\\DAVACL\\Plugin
1316 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php70 $this->assertEquals('notifications', $this->plugin->getPluginName());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php31 $this->assertEquals('partialupdate', $this->plugin->getPluginName());
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php173 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php124 function getPluginName() { function in Sabre\\CalDAV\\Plugin
981 'name' => $this->getPluginName(),
H A DICSExportPlugin.php334 function getPluginName() { function in Sabre\\CalDAV\\ICSExportPlugin
354 '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/CalDAV/Schedule/
H A DIMipPlugin.php77 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\IMipPlugin
183 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php17 $this->assertEquals('acl',$aclPlugin->getPluginName());
/plugin/indexmenu/
H A Dadmin.php
/plugin/foldablelist/
H A Dsyntax.php70 $plugin = $this->getPluginName();
/plugin/latex-was/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/xtern/
H A Dadmin.php131 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/xcom/
H A Dadmin.php76 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/newpagetemplate/
H A Dadmin.php99 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '" />');
/plugin/quickstats/
H A Dadmin.php207 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');

1234567