Home
last modified time | relevance | path

Searched refs:getPluginName (Results 126 – 150 of 157) sorted by last modified time

1234567

/plugin/judge/
H A Dadmin.php83 . '<input type="hidden" name="page" value="' . $this->getPluginName() . '" />';
/plugin/news/
H A Dadmin.php99 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/medialist/
H A Dhelper.php161 $out .= '<strong>'.$this->getPluginName().'</strong>'.': nothing to show here.';
/plugin/eventum/
H A Dsyntax.php79 $cachefile = $conf['cachedir'].'/'.$this->getPluginName().'.cache';
/plugin/poldek/
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);
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);
/plugin/datatemplate/
H A Daction.php66 if(empty($data['owner']) || $data['owner'] != $this->getPluginName()) continue;
/plugin/datatemplate/syntax/
H A Dentry.php301 $renderer->meta['relation']['haspart'][$file] = array('owner'=>$this->getPluginName());
/plugin/canvas/
H A Dcanvas.php55 msg($this->getPluginName().': Plugin InlineJS disabled.',-1);
98 msg($this->getPluginName().': syntax wrong -- '.hsc($data),-1);
/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/npd/action/
H A Dmeta.php33 $plugin = $this->getPluginName();
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php110 function getPluginName(){return $this->_pluginname;} function in settingshierarchy
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php93 if ( plugin_isdisabled($userhomepage_plugin->getPluginName() ) ) {
/plugin/redirect2/
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().'">';
H A Daction.php167 $map = $this->loadHelper($this->getPluginName());
227 $map = $this->loadHelper($this->getPluginName());
/plugin/permissioninfo/
H A Dadmin.php124 'page' => $this->getPluginName(),
157 'page' => $this->getPluginName(),
/plugin/codebutton2/
H A Dadmin.php64 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/tindexmenu/
H A Dadmin.php386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/mantisreporter/
H A Dsyntax.php424 $plugin = $this->getPluginName();
443 $path = DOKU_PLUGIN.$this->getPluginName().'/conf/';
/plugin/pagemove/
H A Dadmin.php144 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
/plugin/groupadmin/
H A Dadmin.php116 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/new_page_dialog/action/
H A Dmeta.php33 $plugin = $this->getPluginName();
/plugin/doctree2filelist/
H A Dadmin.php131 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
141 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
151 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
175 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
181 … $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";
188 $html .= ' <input type="hidden" name="page" value="'.$this->getPluginName().'" />'."\n";

1234567