Home
last modified time | relevance | path

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

1234567

/plugin/rrdgraph/
H A Dsyntax.php297 …$renderer->meta['plugin_' . $this->getPluginName()]['dependencies'])) $renderer->meta['plugin_' . …
299 …ta['plugin_' . $this->getPluginName()]['dependencies'] = array_unique(array_merge($renderer->meta[…
/plugin/securelogin/
H A Daction.php19 $this->slhlp = plugin_load('helper', $this->getPluginName());
H A Dadmin.php23 $this->slhlp = plugin_load('helper', $this->getPluginName());
24 …this->slhlp) msg('Loading the '.$this->getPluginName().' helper failed. Make sure that the '.$this…
90 …$form = new Doku_Form('generate__key', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&')…
102 …$form = new Doku_Form('test__publicKey', wl($ID,'do=admin,page='.$this->getPluginName(), false, '&…
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php110 function getPluginName(){return $this->_pluginname;} function in settingshierarchy
/plugin/siteexport/inc/
H A Dfunctions.php26 public function getPluginName() function in siteexport_functions
/plugin/sketchcanvas/
H A Daction.php55 'src' => DOKU_BASE . 'lib/plugins/' . $this->getPluginName() . '/script/' . $file,
163 'icon' => '../../plugins/' . $this->getPluginName() . '/images/figure.png',
H A Dsyntax.php69 $renderer->doc .= '<img src="dokuwiki/lib/plugins/' . $this->getPluginName()
/plugin/snippets/
H A Dadmin.php63 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/source/
H A Daction.php83 if (empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/spatialhelper/admin/
H A Dpurge.php41 $plugin = $this->getPluginName();
/plugin/src/
H A Daction.php85 if (empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/struct/helper/
H A Dfield.php240 public function getPluginName()
234 public function getPluginName() global() function in helper_plugin_struct_field
/plugin/tagging/
H A Dhelper.php887 $form->setHiddenField('page', $this->getPluginName());
/plugin/textinsert/
H A Dadmin.php250 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/textmodule/
H A Dadmin.php67 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
/plugin/tindexmenu/
H A Dadmin.php386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/toctweak/action/
H A Drendertoc.php141 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
185 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
220 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
/plugin/toctweak/
H A Dhelper.php16 $pluginInfoTxt = DOKU_PLUGIN.$this->getPluginName().'/plugin.info.txt';
/plugin/toctweak/syntax/
H A Dautotoc.php45 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
H A Dmetatoc.php44 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
94 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
H A Dsidetoc.php70 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
/plugin/twitter/
H A Dsyntax.php35 …$sResponse .= '<img class="twtLogo" src="' . DOKU_BASE . 'lib/plugins/' . $this->getPluginName() .…
/plugin/twofactor/
H A DManager.php58 public function getPluginName() function in dokuwiki\\plugin\\twofactor\\Manager
H A DProvider.php79 $this->providerID = $this->getPluginName();
/plugin/uilanguage/
H A Daction.php81 $pluginname = $this->getPluginName();

1234567