Searched refs:tabURL (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/lib/plugins/extension/ |
| H A D | GuiAdmin.php | 34 $url = $this->tabURL($tab); 67 $html .= '<form action="' . $this->tabURL('plugins') . '" method="post">'; 100 $html .= '<form action="' . $this->tabURL('templates') . '" method="post">'; 127 'action' => $this->tabURL('search'), 158 'action' => $this->tabURL('install'), 193 $html .= '<form action="' . $this->tabURL('search') . '" method="post">';
|
| H A D | Gui.php | 46 public function tabURL($tab = '', $params = [], $sep = '&', $absolute = false) function in dokuwiki\\plugin\\extension\\Gui
|
| H A D | admin.php | 88 send_redirect($gui->tabURL($gui->currentTab(), [], '&', true));
|
| H A D | GuiExtension.php | 251 $url = $this->tabURL('search', ['q' => 'tag:' . $tag]); 300 $url = $this->tabURL('search', ['q' => 'authorid:' . $mailid]); 478 $this->tabURL('search', ['q' => 'ext:' . $link]) . '">' .
|