Home
last modified time | relevance | path

Searched refs:getPluginName (Results 76 – 100 of 157) sorted by path

1234567

/plugin/newpagetemplate/
H A Dadmin.php99 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '" />');
/plugin/news/
H A Dadmin.php99 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/notification/syntax/
H A Dlist.php105 $plugin_name = $this->getPluginName();
/plugin/npd/action/
H A Dmeta.php33 $plugin = $this->getPluginName();
/plugin/numberedheadings/
H A Daction.php35 isset($numbering) || $numbering = $this->loadHelper($this->getPluginName());
/plugin/oauth/
H A DAdapter.php332 $name = $this->getPluginName();
369 $logo = DOKU_PLUGIN . $this->getPluginName() . '/logo.svg';
/plugin/openlayersmap/admin/
H A Dpurge.php42 $plugin = $this->getPluginName();
/plugin/pagemove/
H A Dadmin.php144 ptln(' <input type="hidden" name="page" value="'.$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/pagetitle/
H A Dhelper.php195 $page_title = $plugin_title ? $plugin_title : $plugin->getPluginName();
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php71 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
H A Dyouarehere.php76 isset($helper) || $helper = $this->loadHelper($this->getPluginName());
/plugin/pdftools/
H A Dadmin.php109 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/permissioninfo/
H A Dadmin.php124 'page' => $this->getPluginName(),
157 'page' => $this->getPluginName(),
/plugin/poldek/
H A Daction.php43 $helper = $this->loadHelper($this->getPluginName(), true);
59 $packages = p_get_metadata($ID, "plugin_" . $this->getPluginName());
64 $helper = $this->loadHelper($this->getPluginName(), true);
H A Dhelper.php47 $idx_cache = new cache($this->getPluginName(), '.idx');
48 $pkg_cache = new cache($this->getPluginName(), '.txt');
139 $cachedir = $conf['cachedir'].'/'.$this->getPluginName();
H A Dsyntax.php58 $packages = &$renderer->meta["plugin_" . $this->getPluginName()];
66 $helper = $this->loadHelper($this->getPluginName(), true);
/plugin/preregister/
H A Dadmin.php60 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/querychangelog/
H A Dadmin.php195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/quickstats/
H A Dadmin.php207 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
H A Dsyntax.php53 $pname = $this->getPluginName();
/plugin/redirect2/
H A Daction.php167 $map = $this->loadHelper($this->getPluginName());
227 $map = $this->loadHelper($this->getPluginName());
H A Dadmin.php43 $map = plugin_load('helper', $this->getPluginName());
57 $map = plugin_load('helper', $this->getPluginName());
62 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />';
76 echo '<table class="'.$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…

1234567