Home
last modified time | relevance | path

Searched refs:getPluginName (Results 26 – 50 of 157) sorted by path

1234567

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php63 function getPluginName() { function in Sabre\\DAV\\CorePlugin
923 'name' => $this->getPluginName(),
H A DServer.php400 $this->plugins[$plugin->getPluginName()] = $plugin;
H A DServerPlugin.php67 function getPluginName() { function in Sabre\\DAV\\ServerPlugin
103 'name' => $this->getPluginName(),
/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/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/tests/Sabre/DAVACL/
H A DSimplePluginTest.php17 $this->assertEquals('acl',$aclPlugin->getPluginName());
/plugin/deletehistory/
H A Dadmin.php45 $form->setHiddenField('page', $this->getPluginName());
/plugin/doctree2filelist/
H A Dadmin.php131 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
141 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
151 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
175 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
181 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
188 $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
/plugin/dwcommits/
H A Dadmin.php195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/edittable/lib/
H A Dhandsontable.full.js2405 exports.getPluginName = exports.getRegistredPluginNames = exports.getPlugin = exports.registerPlugi…
2490 function getPluginName(hotInstance, plugin) {
2507 exports.getPluginName = getPluginName;
5024 this.pluginName = (0, _plugins.getPluginName)(this.hot, this);
/plugin/embeddedphp/syntax/
H A Dphpinline.php47 return 'plugin_'.$this->getPluginName().'_'.$this->getPluginComponent();
/plugin/epub/
H A Dadmin.php79 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/eventum/
H A Dsyntax.php79 $cachefile = $conf['cachedir'].'/'.$this->getPluginName().'.cache';
/plugin/extlist/
H A Dsyntax.php221 $handler->addPluginCall($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/fckg/syntax/
H A Ddwplugin.php89 $plugin = $this->getPluginName($match, $plugin);
333 function getPluginName($text, $input_name="") { function in syntax_plugin_fckg_dwplugin
/plugin/filelisting/action/
H A Djs.php57 $pname = $this->getPluginName();
/plugin/fksnewsfeed/
H A Dhelper.php69 $pluginName = $this->getPluginName();
/plugin/foldablelist/
H A Dsyntax.php70 $plugin = $this->getPluginName();
/plugin/geourl/
H A Dadmin.php109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');

1234567