Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/lib/plugins/extension/
H A DGui.php32 $tab = $INPUT->str('tab', 'plugins', true);
33 if (!in_array($tab, $this->tabs)) $tab = 'plugins';
34 return $tab;
40 * @param string $tab tab to load, empty for current tab
46 public function tabURL($tab = '', $params = [], $sep = '&', $absolute = false) argument
51 if (!$tab) $tab = $this->currentTab();
55 'tab' => $tab
57 if ($tab == 'search') $defaults['q'] = $INPUT->str('q');
H A DGuiAdmin.php41 foreach ($this->tabs as $tab) {
42 $url = $this->tabURL($tab);
43 if ($this->currentTab() == $tab) {
48 $html .= '<li class="' . $tab . $class . '"><a href="' . $url . '">' .
49 $this->getLang('tab_' . $tab) . '</a></li>';
H A Dstyle.less44 // tab layout - most of it is in the main template
/dokuwiki/vendor/simplepie/simplepie/
H A D.editorconfig10 indent_style = tab
/dokuwiki/vendor/php81_bc/strftime/
H A D.editorconfig24 indent_style = tab
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_search.txt1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|t…
/dokuwiki/lib/plugins/extension/lang/cy/
H A Dintro_search.txt1 Mae'r tab hwn yn rhoi mynediad i bob [[doku>plugins|ategyn]] a [[doku>template|thempled]] 3ydd part…
/dokuwiki/lib/plugins/extension/lang/nl/
H A Dintro_search.txt1 Deze tab verschaft u toegang tot alle [[doku>nl:plugins|plugins]] en [[doku>nl:template|templates]]…
/dokuwiki/inc/
H A Dhtml.php1007 foreach ($tabs as $id => $tab) {
1008 html_tab($tab['href'], $tab['caption'], $id === $current_tab);
1028 $tab = '<li>';
1030 $tab .= '<strong>';
1032 $tab .= '<a href="' . hsc($href) . '">';
1034 $tab .= hsc($caption)
1037 echo $tab;
H A Dmedia.php785 ] as $tab => $caption
787 $tabs[$tab] = [
788 'href' => media_managerURL(['tab_files' => $tab], '&'),
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css124 /* make it look like a tab (as in _tabs.css) */
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG598 - Missing tab width information could lead to warnings (BenBE)
625 - Optimization using basic rework of indent function improving tab expansion performance (BenBE)
696 - Fixed tab replacement code not generating the correct number of spaces in
702 * per-language tab-widths (Adjustable for width>=1)
919 - Removed min and max tab width checks
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):V()}},_tabKeydown:funct… property