Searched refs:tab (Results 1 – 13 of 13) sorted by relevance
| /dokuwiki/lib/plugins/extension/ |
| H A D | Gui.php | 32 $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 D | GuiAdmin.php | 41 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 D | style.less | 44 // tab layout - most of it is in the main template
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | .editorconfig | 10 indent_style = tab
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | .editorconfig | 24 indent_style = tab
|
| /dokuwiki/lib/plugins/extension/lang/en/ |
| H A D | intro_search.txt | 1 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 D | intro_search.txt | 1 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 D | intro_search.txt | 1 Deze tab verschaft u toegang tot alle [[doku>nl:plugins|plugins]] en [[doku>nl:template|templates]]…
|
| /dokuwiki/inc/ |
| H A D | html.php | 1007 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 D | media.php | 785 ] as $tab => $caption 787 $tabs[$tab] = [ 788 'href' => media_managerURL(['tab_files' => $tab], '&'),
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _media_fullscreen.css | 124 /* make it look like a tab (as in _tabs.css) */
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 598 - 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 D | jquery-ui.min.js | 6 …tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):V()}},_tabKeydown:funct… property
|