Searched refs:tabURL (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/lib/plugins/extension/ |
D | GuiAdmin.php | 42 $url = $this->tabURL($tab); 75 $html .= '<form action="' . $this->tabURL('plugins') . '" method="post">'; 108 $html .= '<form action="' . $this->tabURL('templates') . '" method="post">'; 135 'action' => $this->tabURL('search'), 166 'action' => $this->tabURL('install'), 201 $html .= '<form action="' . $this->tabURL('search') . '" method="post">';
|
D | Gui.php | 46 public function tabURL($tab = '', $params = [], $sep = '&', $absolute = false) function in dokuwiki\\plugin\\extension\\Gui
|
D | admin.php | 88 send_redirect($gui->tabURL($gui->currentTab(), [], '&', true));
|
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]) . '">' .
|