Home
last modified time | relevance | path

Searched refs:getPluginName (Results 101 – 125 of 157) sorted by last modified time

1234567

/plugin/inlinejs/syntax/
H A Dembedder.php78 msg($this->getPluginName().': '.$this->getPluginComponent().' is disabled.',-1);
96 msg($this->getPluginName().': '.$msg, -1);
H A Dpreloader.php195 msg($this->getPluginName().': '.$msg, -1);
/plugin/textinsert/
H A Dadmin.php250 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/pagetitle/syntax/
H A Dyouarehere.php76 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
H A Dbreadcrumb.php71 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
/plugin/pagetitle/
H A Dhelper.php195 $page_title = $plugin_title ? $plugin_title : $plugin->getPluginName();
/plugin/extlist/
H A Dsyntax.php221 $handler->addPluginCall($this->getPluginName(),
/plugin/pagetemplate/
H A Dsyntax.php188 function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; } function in syntax_plugin_pagetemplate
228 $plugin = $this->getPluginName();
246 $path = DOKU_PLUGIN.$this->getPluginName().'/lang/';
276 $plugin = $this->getPluginName();
295 $path = DOKU_PLUGIN.$this->getPluginName().'/conf/';
/plugin/langdelete/
H A Dadmin.php226 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />'.NL;
/plugin/userimportextended/
H A Dadmin.php84 $form->setHiddenField('page', $this->getPluginName());
/plugin/adminperm/
H A Daction.php50 $pname = $instance->getPluginName();
/plugin/404manager/
H A Dadmin.php831 throw new RuntimeException($this->getPluginName() . ' - ' . $message);
/plugin/dwcommits/
H A Dadmin.php195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/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/toctweak/
H A Dhelper.php16 $pluginInfoTxt = DOKU_PLUGIN.$this->getPluginName().'/plugin.info.txt';
/plugin/toctweak/syntax/
H A Dmetatoc.php44 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
94 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
H A Dautotoc.php45 isset($tocTweak) || $tocTweak = $this->loadHelper($this->getPluginName());
H A Dsidetoc.php70 isset($tocTweak) || $tocTweak = $this->loadHelper($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/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/uilanguage/
H A Daction.php81 $pluginname = $this->getPluginName();
/plugin/rrdgraph/
H A Daction.php102 …$dependencies = p_get_metadata ( $cache->page, 'plugin_' . $this->getPluginName () . ' dependencie…
H A Dhelper.php269 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
284 $cache = new cache_rrdgraph($this->getPluginName(), $pageId, $recipeName);
374 …$cache = new cache_rrdgraphimage($this->getPluginName(), $pageId, $extension, $recipeName, $rangeN…
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/src/
H A Daction.php85 if (empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;

1234567