| /plugin/tabinclude/ |
| D | helper.php | 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[] = array('error'=>tpl_link(wl($page),$page,'',true).' - '.$this->getLang('error_notfound')); 125 $tabs[] = array('error'=>$this->getLang('error_parent')); 127 $tabs[] = array('page'=>hsc($page),'title'=>hsc($title)); 130 return array(DOKU_LEXER_MATCHED,$tabs,$init_page_idx,hsc(trim($class))); 136 function renderTabsHtml(&$renderer,$tabs,$init_page_idx,$class='') { argument 142 $sz = count($tabs); [all …]
|
| /plugin/jsoneditor/ |
| D | all.css | 1 .json-tabs .json-editor-error { 5 .json-tabs .json-editor h1, 6 .json-tabs .json-editor h2, 7 .json-tabs .json-editor h3, 8 .json-tabs .json-editor h4, 9 .json-tabs .json-editor h5, 10 .json-tabs .json-editor h6 { 14 .json-tabs .json-editor { 18 .json-tabs .json-editor td input { 22 .json-tabs .json-editor .form-control label { [all …]
|
| D | helper.php | 65 * @param array $tabs definitions for jQuery UI tabs widget 71 …public function render(Doku_Renderer $renderer, &$data, &$class, &$data_attr, &$tabs, &$body, &$lo… argument 123 …$tabs[] = '<li><a href="#json-tab-'.$tab_number.'-editor">'.$this->getLang('json_editor').'</a></l… 129 …$tabs[] = '<li><a href="#json-tab-'.$tab_number.'-schema">'.$this->getLang('json_schema').'</a></l…
|
| /plugin/json/ |
| D | all.css | 6 .json-tabs { 11 div.json-tabs.json-hidden 16 div.json-tabs.json-hide-tabs ul.ui-tabs-nav 20 div.json-tabs.json-hide-tabs .ui-tabs-panel 25 .json-tabs .json-textarea { 33 .json-tabs .json-save-button { 40 .json-tabs .json-error { 44 .json-tabs .json-log { 49 .json-tabs pre {
|
| D | screen.css | 1 .json-tabs:not(.json-hide-tabs) .json-log { 5 .json-tabs:not(.json-hide-tabs) pre {
|
| D | print.css | 2 div.json-tabs ul.ui-tabs-nav
|
| /plugin/tabbox/ |
| 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) {
|
| /plugin/bootswrapper/exe/help/ |
| D | nav.txt | 5 <code html><nav type="tabs"> 16 <nav type="tabs"> 28 Instead of ''<nowiki><nav type="tabs"></nowiki>'' you can use ''<nowiki><tabs></nowiki>'' alias. 113 <code html5><nav type="tabs" justified="true"> 124 <nav type="tabs" justified="true"> 137 <tabs> 141 </tabs> 146 <tabs> 150 </tabs> 155 <tabs> [all …]
|
| /plugin/combo/ComboStrap/Meta/Form/ |
| H A D | FormMeta.php | 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
|
| /plugin/jsongendoc/ |
| D | all.css | 1 .json-tabs .json-table { 5 .json-tabs .json-table-error { 9 .json-tabs input[type="search"] {
|
| D | helper.php | 68 * @param array $tabs definitions for jQuery UI tabs widget 74 …public function render(Doku_Renderer $renderer, &$data, &$class, &$data_attr, &$tabs, &$body, &$lo… argument 146 $tabs[] = '<li><a href="#json-tab-'.$tab_number.'-table">Generate Document</a></li>';
|
| /plugin/schedule/lib/ |
| 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/ |
| D | md1_tabs.md | 2 indented with tabs 13 this code block is indented by two tabs 18 indented with tabs
|
| /plugin/tabinclude/syntax/ |
| 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);
|
| 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);
|
| 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);
|
| 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/json/syntax/ |
| D | define.php | 218 $tabs = array(); 228 …$tabs[] = '<li><a href="#json-tab-'.$tab_number.'-orig">'.$this->getLang('json_original').'</a></l… 241 …$tabs[] = '<li><a href="#json-tab-'.$tab_number.'-inline">'.$this->getLang('json_inline').'</a></l… 254 …$tabs[] = '<li><a href="#json-tab-'.$tab_number.'-comb">'.$this->getLang('json_combined').'</a></l… 266 …$sub_plugin->render($renderer, $data, $class, $data_attr, $tabs, $body, $log, $tab_no, $tab_number… 273 …$tabs[] = '<li><a href="#json-tab-'.$tab_number.'-err" class="json-error">'.$this->getLang('error'… 279 … $tabs[] = '<li><a href="#json-tab-'.$tab_number.'-log">'.$this->getLang('log').'</a></li>'; 297 .implode("\n ", $tabs)
|
| /plugin/jsontable/ |
| D | helper.php | 58 * @param array $tabs definitions for jQuery UI tabs widget 64 …public function render(Doku_Renderer $renderer, &$data, &$class, &$data_attr, &$tabs, &$body, &$lo… argument 79 $tabs[] = '<li><a href="#json-tab-'.$tab_number.'-table">Table</a></li>';
|
| /plugin/fckg/fckeditor/editor/dialog/fck_scayt/ |
| 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/ |
| 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/ |
| 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 li {
|
| /plugin/cosmocode/ |
| D | admin.php | 38 $tabs = [ 47 foreach ($tabs as $tab => $url) {
|