Home
last modified time | relevance | path

Searched refs:gui (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/lib/plugins/extension/
H A Dadmin.php19 protected $gui;
28 $this->gui = plugin_load('helper', 'extension_gui');
58 $url = $this->gui->tabURL('', ['purge' => 1], '&');
130 send_redirect($this->gui->tabURL('', [], '&', true));
142 send_redirect($this->gui->tabURL('', [], '&', true));
151 send_redirect($this->gui->tabURL('', [], '&', true));
155 send_redirect($this->gui->tabURL('', [], '&', true));
167 $this->gui->tabNavigation();
169 switch ($this->gui->currentTab()) {
171 $this->gui
16 protected $gui; global() variable in admin_plugin_extension
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php18 protected $gui;
27 $this->gui = plugin_load('helper', 'extension_gui');
206 $url = $this->gui->tabURL('search', ['q' => 'authorid:' . $mailid]);
290 $url = $this->gui->tabURL('');
293 $url = $this->gui->tabURL('', ['info' => $extension->getID()]);
349 $url = $this->gui->tabURL('search', ['q' => 'tag:' . $tag]);
554 $this->gui->tabURL('search', ['q' => 'ext:' . $link]) . '">' .
16 protected $gui; global() variable in helper_plugin_extension_list