Home
last modified time | relevance | path

Searched refs:tabURL (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/lib/plugins/extension/
DGuiAdmin.php42 $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">';
DGui.php46 public function tabURL($tab = '', $params = [], $sep = '&', $absolute = false) function in dokuwiki\\plugin\\extension\\Gui
Dadmin.php88 send_redirect($gui->tabURL($gui->currentTab(), [], '&', true));
DGuiExtension.php251 $url = $this->tabURL('search', ['q' => 'tag:' . $tag]);
300 $url = $this->tabURL('search', ['q' => 'authorid:' . $mailid]);
478 $this->tabURL('search', ['q' => 'ext:' . $link]) . '">' .