Home
last modified time | relevance | path

Searched refs:getPluginName (Results 51 – 75 of 157) sorted by path

1234567

/plugin/google_adsense2/
H A Dadmin.php106 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/googleads/
H A Dadmin.php101 …'action' => wl($ID, ['do' => 'admin', 'page' => $this->getPluginName(), 'cmd[googleads]' => 'true'…
/plugin/groupadmin/
H A Dadmin.php116 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php93 if ( plugin_isdisabled($userhomepage_plugin->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/indexmenu/
H A Dadmin.php
/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/issuelinks/admin/
H A Drepoadmin.php42 $plugin = $this->getPluginName();
/plugin/jplayer/
H A Daction.php51 $name = $this->getPluginName();
H A Dsyntax.php129 $plugin_name = $this->getPluginName();
159 $plugin_name = $this->getPluginName();
/plugin/judge/
H A Dadmin.php83 . '<input type="hidden" name="page" value="' . $this->getPluginName() . '" />';
/plugin/langdelete/
H A Dadmin.php226 echo '<input type="hidden" name="page" value="'.$this->getPluginName().'" />'.NL;
/plugin/latex-was/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/latex/
H A Dadmin.php154 …ptln('<form action="'.wl($INFO['id']).'?do=admin&page='.$this->getPluginName().'" method="post">');
176 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/linkmanager/exe/
H A Dfilemanager.php23 getPluginName();
/plugin/linkmanager/
H A Dfunctions.php20 function getPluginName() { function
199 …$ret .= '<a href="'.DOKU_BASE.'lib/plugins/'.getPluginName().'/exe/filemanager.php?ns='.idfilter($…
304 $path = DOKU_PLUGIN.getPluginName().'/lang/';
/plugin/log404/
H A Dadmin.php23 send_redirect(wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName()), true, '&'));
31 ptln('<ol class='.$this->getPluginName().'>');
40 $delUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'delete'=>$id));
41 $ignoreUrl = wl($ID, array('do'=>'admin', 'page'=>$this->getPluginName(), 'ignore'=>$id));
/plugin/mantisreporter/
H A Dsyntax.php424 $plugin = $this->getPluginName();
443 $path = DOKU_PLUGIN.$this->getPluginName().'/conf/';
/plugin/mdpage/
H A Dsyntax.php32 public function getPluginName() { function in syntax_plugin_mdpage
37 return 'plugin_' . $this->getPluginName();
51 $pluginBaseMode = 'plugin_' . $this->getPluginName();
/plugin/medialist/
H A Dhelper.php161 $out .= '<strong>'.$this->getPluginName().'</strong>'.': nothing to show here.';
/plugin/metadisplay/
H A Dadmin.php146 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/minimap/
H A Dsyntax.php22 $pattern = '<' . $this->getPluginName() . '[^>]*>';
23 $this->Lexer->addSpecialPattern($pattern, $aMode, 'plugin_' . $this->getPluginName());
/plugin/new_page_dialog/action/
H A Dmeta.php33 $plugin = $this->getPluginName();

1234567