Home
last modified time | relevance | path

Searched refs:tabs (Results 126 – 147 of 147) sorted by path

123456

/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css82 .tabs {
87 .tabs li {
93 .tabs li a {
103 .tabs li a:hover {
108 .tabs li.active a {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug-1.3a2.css285 width: 255px; /* fixed width to avoid tabs breaking line */
298 width: 300px; /* fixed width to avoid tabs breaking line */
305 width: 290px; /* fixed width to avoid tabs breaking line */
423 /* fbPanelBarBox tabs
H A Dfirebug.css2523 width: 1024px; /* fixed width to avoid tabs breaking line */
2536 width: 300px; /* fixed width to avoid tabs breaking line */
2543 width: 290px; /* fixed width to avoid tabs breaking line */
2732 /* fbPanelBarBox tabs
/plugin/syntaxhighlighter3/
H A DREADME.md58 * **smart-tabs**: Allows you to turn smart tabs feature on and off `(default on)`
/plugin/syntaxhighlighter4/
H A DREADME.md50 * **smartTabs**: Allows you to turn smart tabs feature on and off `(default true)`
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1tabs'] === true ? retabber.smart(code, tabSize) : retabber.regular(code, tabSize);\n\n return cod…
/plugin/tab/
H A Dplugin.info.txt6 desc Special syntax for tabs
/plugin/tabbox/
H A Daction.php24 $tabs = explode(',', $this->getConf('tabs'));
25 $tabs = array_map('trim', $tabs);
27 $tab = array_shift($tabs);
30 foreach($tabs as $tab) {
H A Dstyle.less5 ul.tabs li.active a {
H A Dsyntax.php14 protected $tabs = array(); variable in syntax_plugin_tabbox
/plugin/tabinclude/
H A Dhelper.php55 $tabs = array();
142 $sz = count($tabs);
144 if(empty($tabs[$i]['error'])){
194 $sz = count($tabs);
196 if(empty($tabs[$i]['error'])){
242 $sz = count($tabs);
244 if(empty($tabs[$i]['error'])){
288 function getOdtHtml(&$renderer,$tabs){ argument
296 $page = $tabs[$i]['page'];
297 $title = $tabs[$i]['title'];
[all …]
H A Dstyle.css13 * List of tabs
/plugin/tabinclude/syntax/
H A Dembed.php30 list($state, $tabs,$init_page_idx,$class) = $data;
32 $this->helper->renderEmbedTabs($renderer,$tabs,$init_page_idx,$class);
35 $this->helper->getOdtHtml($renderer,$tabs);
H A Dinline.php32 list($state, $tabs,$init_page_idx,$class) = $data;
34 $this->helper->renderTabsHtml($renderer,$tabs,$init_page_idx,$class);
37 $this->helper->getOdtHtml($renderer,$tabs);
H A Dlines.php34 list($state, $tabs,$init_page_idx,$class) = $data;
36 $this->helper->renderTabsHtml($renderer,$tabs,$init_page_idx,$class);
39 $this->helper->getOdtHtml($renderer,$tabs);
H A Dlink.php30 list($state, $tabs,$init_page_idx,$class) = $data;
32 $this->helper->renderLinkTabs($renderer,$tabs,$init_page_idx,$class);
35 $this->helper->getOdtHtml($renderer,$tabs);
/plugin/timetrack/
H A Dhelper.php717 $tabs = array(
722 $tabs['current'] = $this->getLang('current page');
726 if(!in_array($currenttab, array_keys($tabs))) return 'currenttab not defined';
731 foreach($tabs as $tabid => $tab) {
H A Dscript.js147 jQuery("#timetrack-dialog-tabs").tabs({
H A Dstyle.css13 #timetrack__dialog.loading .ui-tabs-panel * {
17 #timetrack__dialog.loading .ui-tabs-panel {
46 #timetrack-dialog-tabs{
/plugin/wrap/
H A Dexample.txt283 You can create a row of tabs by simply wrapping a list of links in ''%%<WRAP tabs></WRAP>%%''.
285 <WRAP tabs>
291 <WRAP tabs>
297 :!: Please note, the styling of these tabs depend on the template you are using and not on the wrap plugin. If you only see a list of links and no tabs, please make sure to add "tabs" to the ''noPrefix'' config option and that your template supports at least the 2012-01-25 "Angua" DokuWiki release.
H A Dstyle.less193 /*____________ tabs ____________*/
196 .plugin_wrap.tabs {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9202 "", "", "", "", "", "", "", "", // eslint-disable-line no-mixed-spaces-and-tabs
9203 "", "+", "-", "*", "/", "^", "=", "<>", // eslint-disable-line no-mixed-spaces-and-tabs
9204 "<=", ">=", "<", ">", "", "", "", "", // eslint-disable-line no-mixed-spaces-and-tabs
9205 "&", "", "", "", "", "", "", "" // eslint-disable-line no-mixed-spaces-and-tabs

123456