Home
last modified time | relevance | path

Searched refs:getPluginName (Results 1 – 25 of 157) sorted by last modified time

1234567

/plugin/twofactor/
H A DManager.php58 public function getPluginName() function in dokuwiki\\plugin\\twofactor\\Manager
H A DProvider.php79 $this->providerID = $this->getPluginName();
/plugin/siteexport/inc/
H A Dfunctions.php26 public function getPluginName() function in siteexport_functions
/plugin/struct/helper/
H A Dfield.php240 public function getPluginName()
234 public function getPluginName() global() function in helper_plugin_struct_field
/plugin/openlayersmap/admin/
H A Dpurge.php42 $plugin = $this->getPluginName();
/plugin/spatialhelper/admin/
H A Dpurge.php41 $plugin = $this->getPluginName();
/plugin/bez/action/
H A Dbase.php13 public function getPluginName() { function in action_plugin_bez_base
/plugin/tagging/
H A Dhelper.php887 $form->setHiddenField('page', $this->getPluginName());
/plugin/api/
H A Daction.php37 if ($event->data !== self::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());
H A Dreference.php20 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
/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/oauth/
H A DAdapter.php332 $name = $this->getPluginName();
369 $logo = DOKU_PLUGIN . $this->getPluginName() . '/logo.svg';
/plugin/embeddedphp/syntax/
H A Dphpinline.php47 return 'plugin_'.$this->getPluginName().'_'.$this->getPluginComponent();
/plugin/approve/syntax/
H A Dtable.php104 $plugin_name = $this->getPluginName();
/plugin/notification/syntax/
H A Dlist.php105 $plugin_name = $this->getPluginName();
/plugin/virtualgroup/
H A Dadmin.php233 wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'tab' => 'byuser']),
239 wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'tab' => 'bygroup']),
/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/snippets/
H A Dadmin.php63 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/ckgedit/
H A Dadmin.php61 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/epub/
H A Dadmin.php79 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php87 function getPluginName() { function in Sabre\\CalDAV\\Schedule\\Plugin
891 'name' => $this->getPluginName(),
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php66 function getPluginName() { function in Sabre\\CalDAV\\SharingPlugin
420 '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/DAV/Browser/
H A DPlugin.php770 function getPluginName() { function in Sabre\\DAV\\Browser\\Plugin
790 'name' => $this->getPluginName(),

1234567