/plugin/tabinclude/ |
H A D | helper.php | 20 'desc' => 'Render tabs HTML of DokuWiki pages',
23 'tabs' => array('page'=>'page ID','title'=>'page title','error'=>'error msg'),
30 'desc' => 'Render tabs ODT of DokuWiki pages',
33 'tabs' => array('page'=>'page ID','title'=>'page title','error'=>'error msg'),),
54 // loop for tabs
55 $tabs = array();
66 $init_page_idx=count($tabs);
85 $init_page_idx = count($tabs);
95 if($asterisk) $init_page_idx = count($tabs);
122 $tabs[] 136 renderTabsHtml(& $renderer, $tabs, $init_page_idx, $class = '') global() argument 185 renderLinkTabs(& $renderer, $tabs, $init_page_idx, $class = '') global() argument 233 renderEmbedTabs(& $renderer, $tabs, $init_page_idx, $class = '') global() argument 288 getOdtHtml(& $renderer, $tabs) global() argument [all...] |
/plugin/tabbox/ |
H A D | action.php | 24 $tabs = explode(',', $this->getConf('tabs')); 25 $tabs = array_map('trim', $tabs); 27 $tab = array_shift($tabs); 30 foreach($tabs as $tab) {
|
H A D | style.less | 5 ul.tabs li.active a {
|
/plugin/combo/ComboStrap/Meta/Form/ |
H A D | FormMeta.php | 29 const FORM_NAV_TABS_TYPE = "nav-tabs"; 32 const TABS_ATTRIBUTE = "tabs"; 43 private $tabs; variable in ComboStrap\\Meta\\Form\\FormMeta 68 if (!empty($tab) && !isset($this->tabs[$tab])) { 69 $this->tabs[$tab] = $tab; 76 $this->tabs[$tab->getName()] = $tab; 90 $tabs = []; 91 foreach ($this->tabs as $element) { 100 $tabs[$tab->getName()] = $tab->toAssociativeArray(); 104 self::TABS_ATTRIBUTE => $tabs [all...] |
/plugin/bootswrapper/exe/help/ |
H A D | nav.txt | 16 <nav type="tabs"> 137 <tabs> 141 </tabs> 146 <tabs> 150 </tabs> 155 <tabs> 163 </tabs> 168 <tabs> 176 </tabs> 201 <tabs> [all …]
|
/plugin/schedule/lib/ |
H A D | scheduleForm.js | 32 var tabs = tab.find ("li a.warningPlace"); 37 tabs.slice (0,1).toggleClass ("warning", warning); 42 tabs.slice (1,2).toggleClass ("warning", warning); 46 tabs.slice (2,3).toggleClass ("warning", warning); 50 tabs.slice (3,4).toggleClass ("warning", warning); 54 tabs.slice (4,5).toggleClass ("warning", warning);
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_tabs.md | 2 indented with tabs 13 this code block is indented by two tabs 18 indented with tabs
|
H A D | md1_ordered_and_unordered_lists.md | 69 Loose using tabs:
|
/plugin/tabinclude/syntax/ |
H A D | embed.php | 30 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 D | inline.php | 32 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 D | link.php | 30 list($state, $tabs,$init_page_idx,$class) = $data; 32 $this->helper->renderLinkTabs($renderer,$tabs,$init_page_idx,$class); 35 $this->helper->getOdtHtml($renderer,$tabs);
|
H A D | lines.php | 34 list($state, $tabs,$init_page_idx,$class) = $data;
36 $this->helper->renderTabsHtml($renderer,$tabs,$init_page_idx,$class);
39 $this->helper->getOdtHtml($renderer,$tabs);
|
/plugin/fckg/fckeditor/editor/dialog/fck_scayt/ |
H A D | scayt_dialog.css | 85 ul.tabs { 89 ul.tabs li { 107 div.tabs-container{ 113 div.tabs-container h3{
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcgui.js | 14 this.tabs = Array(); 89 this.current_tab = this.tabs[i]; 183 var name = this.tabs[tabpos]; 185 this.tabs = without(this.tabs, this.tabs[tabpos]); 219 this.tabs.push(name);
|
/plugin/mikioplugin/syntax/ |
H A D | tabgroup.php | 46 $tabs = $this->findTags($this->tagPrefix . 'tab', $data, $tabOptions); 48 foreach($tabs as $tab) {
|
/plugin/odt/ODT/styles/ |
H A D | ODTParagraphStyle.php | 223 $tabs = XMLUtil::getElementContent('style:tab-stops', $xmlCode); 224 if (isset($tabs)) { 225 $max = strlen($tabs); 228 $tab = XMLUtil::getElement('style:tab-stop', $tabs, $end); 234 $tab = XMLUtil::getElement('style:tab-stop', substr ($tabs, $pos), $end);
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | do-media.css | 12 /* ---------- Added to style the tabs -------------*/ 14 #mediamanager__page .filelist ul.tabs, 15 #mediamanager__page .file ul.tabs { 24 #mediamanager__page .filelist ul.tabs li strong, 25 #mediamanager__page .filelist ul.tabs li a, 26 #mediamanager__page .file ul.tabs li strong, 27 #mediamanager__page .file ul.tabs li a { 40 #mediamanager__page .file ul.tabs li a, 41 #mediamanager__page .filelist ul.tabs li a { 101 #mediamanager__page .tabs l [all...] |
H A D | card.css | 5 /** No card-cs ui/li styling because it is also used for menu such as tabs if there is a list in the card,
|
/plugin/timetrack/ |
H A D | style.css | 13 #timetrack__dialog.loading .ui-tabs-panel * { 17 #timetrack__dialog.loading .ui-tabs-panel { 46 #timetrack-dialog-tabs{
|
/plugin/tab/ |
H A D | plugin.info.txt | 6 desc Special syntax for tabs
|
/plugin/extlist/css/ |
H A D | _bullets.less | 21 /* prevent list marks when <WRAP tabs> */ 22 .tabs ul.extlist li::before {
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/ |
H A D | specimen_stylesheet.css | 82 .tabs { 87 .tabs li { 93 .tabs li a { 103 .tabs li a:hover { 108 .tabs li.active a {
|
/plugin/bez/scripts/ |
H A D | start.js | 11 jQuery("#plugin__bez_start_tabs").tabs({active: active});
|
/plugin/coinhive/ |
H A D | README.md | 37 …LUSIVE_TAB: The miner will only start if no other tabs are already mining. If all miners in other … 38 …- FORCE_EXCLUSIVE_TAB: The miner will always start and immediately kill all miners in other tabs t…
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/ |
H A D | md1_ordered_and_unordered_lists.md | 15 Loose using tabs, start's with 5:
|