/plugin/autolink3/ |
H A D | sys.php | 95 if (isset ($tab)){ 100 if ($fcmp($tab[$i+1][$col], $tab[$i][$col])) 101 list($tab[$i], $tab[$i + 1]) = array($tab[$i + 1], $tab[$i]); 106 return($tab); 117 if (($tab[$i][0] == $tab[$� + 1][0]) && (strlen($tab[$i][2]) < strlen($tab[$i + 1][2]))) 118 list($tab[$i], $tab[$i + 1]) = array($tab[$i + 1], $tab[$i]); 123 return($tab); 186 $tab = get_dokupage_tree($adress, $tab, $element, $flag); 192 return ($tab); 223 $tab[] = $str; [all …]
|
/plugin/combo/ComboStrap/Meta/Form/ |
H A D | FormMeta.php | 67 $tab = $formField->getTab(); 68 if (!empty($tab) && !isset($this->tabs[$tab])) { 69 $this->tabs[$tab] = $tab; 74 public function addTab(FormMetaTab $tab): FormMeta argument 76 $this->tabs[$tab->getName()] = $tab; 93 $tab = FormMetaTab::create($element); 95 $tab [all...] |
/plugin/nspages/printers/ |
H A D | printer.php | 42 function printTOC($tab, $type, $text, $hideno){ argument 43 $this->_printHeader($tab, $type, $text, $hideno); 45 if(empty($tab)) { 49 $this->_print($tab, $type); 52 abstract function _print($tab, $type); argument 68 private function _printHeader(&$tab, $type, $text, $hideno) { argument 69 if(empty($tab) && $hideno) return; 71 $this->_sorter->sort($tab); 72 $this->_keepOnlyNMaxItems($tab); 89 if(empty($tab)) { 106 _keepOnlyNMaxItems(& $tab) global() argument [all...] |
H A D | printerSimpleList.php | 19 function _print($tab, $type) { argument 21 $this->_printItems($tab); 33 private function _printItems($tab){ argument 34 foreach($tab as $item) {
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | strtab-1.js | 6 if(!p_v.tab){of(p_v) 39 this.set_v_param("clef","tab") 46 if(s.p_v&&s.p_v.tab&&s.type==C.NOTE&&!s.stemless){for(m=0;m<=s.nhd;m++) 48 function set_pit(p_v,s,nt,i){var st=s.st,n=(p_v.diafret?nt.pit:nt.midi)-p_v.tab[i] 62 return n?p_v.tab.length-n[1]:-1} 64 for(n=0;n<p_v.length;n++){if(!p_v[n].tab) 67 if(m){for(i=0;i<p_v[n].tab.length;i++) 68 p_v[n].tab[i]+=m}} 70 if(!p_v.tab) 94 i=p_v.tab [all...] |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1445 tab.style.color = 'gray'; 1465 return tab; 1477 tab.style.width = '30px'; 1478 tab.innerHTML = html; 1480 if (tab.firstChild != null && tab.firstChild.style != null) 1485 return tab; 1497 tab.style.top = '0px'; 1498 tab.style.left = '1px'; 1591 return tab; 1614 return tab; [all …]
|
/plugin/quickedit/ |
H A D | ajax.php | 76 $tab = rawWikiSlices($_POST['range'], $_POST['page']); 77 if ($tab[2]) 78 $text = $tab[0].$_POST['text'].'='.$tab[2]; 80 $text = $tab[0].$_POST['text'].$tab[2];
|
/plugin/advanced/admin/ |
H A D | config.php | 80 $tab = $INPUT->str('tab'); 86 if (!$file || !$tab) { 90 switch ($tab) { 104 $configs = $config_cascade[$tab][$file]; 160 'tab' => $tab, 409 public function getTab($tab) argument 511 if (!isset($toc_items[$tab])) { 515 return $toc_items[$tab]; 534 'tab' => $tab, 544 $tab = $INPUT->str('tab'); [all …]
|
/plugin/database/ |
H A D | database.php | 379 $tab = new Table($ptr); 504 function tab() { function in AuditTrail 1864 if (!$tab->isAdmin) { 2268 $tableId = - $tab->id; 2282 $tab=new Table ($tableId); 2296 $tab->create($values); 2306 $tab=new Table ($tableId); 2351 $tab=new Table ($tableId); 2376 $tab->get_all(); 2456 $tab->get_all(); [all …]
|
/plugin/schedule/lib/ |
H A D | scheduleForm.js | 31 var tab = jQuery (".scheduleTabForm"); 32 var tabs = tab.find ("li a.warningPlace"); 35 warning = scheduleCheckSelect (tab.find ('select[name="schd[audience]"]')); 36 warning = scheduleCheckSelect (tab.find ('select.members')) || warning; 40 warning = scheduleCheckSelect (tab.find ('select[name="schd[what]"]')); 41 warning = scheduleCheckInput (tab.find ('input[name="schd[title]"]')) || warning; 45 warning = scheduleCheckUL (tab.find ('ul.cities')); 49 warning = scheduleCheckInput (tab.find ('input[name="schd[from]"]')); 53 warning = scheduleCheckInput (tab.find ('input.edit'));
|
/plugin/tabbox/ |
H A D | action.php | 27 $tab = array_shift($tabs); 28 $open = '<tabbox '.$tab.'>\n\n'; 30 foreach($tabs as $tab) { 31 $close .= '<tabbox '.$tab.'>\n\n';
|
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/ |
H A D | geshi.js.unc | 77 // Definition of the Basic Settings dialog tab (page). 78 id: 'tab-basic', 81 // The tab content. 105 …// geshi_dialog.getContentElement( 'tab-basic', 'language' ).setValue(this.getValue()); … 158 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text ); 162 // dialog.getContentElement( 'tab-basic', 'language' ).style='display:block'; 163 // alert( 'Current value: ' + dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' ) ); 172 var text = dialog.getValueOf( 'tab-basic', 'geshi' ); 173 var which = dialog.getValueOf( 'tab-basic', 'which' ); 175 var p_lang = dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' ); [all …]
|
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/ |
H A D | geshi.js.unc | 78 // Definition of the Basic Settings dialog tab (page). 79 id: 'tab-basic', 82 // The tab content. 183 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text ); 187 // dialog.getContentElement( 'tab-basic', 'language' ).style='display:block'; 197 var text = dialog.getValueOf( 'tab-basic', 'geshi' ); 200 var which = dialog.getValueOf( 'tab-basic', 'which' ); 201 var highlight = dialog.getValueOf( 'tab-basic', 'numbers' ); 208 var num = dialog.getValueOf( 'tab-basic', 'linenums' ); 212 var num = dialog.getValueOf( 'tab-basic', 'linenums' ); [all …]
|
/plugin/mikioplugin/syntax/ |
H A D | tabgroup.php | 15 public $tag = 'tab-group'; 26 $renderer->doc .= '<ul class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-group' . $classes . '">'; 46 $tabs = $this->findTags($this->tagPrefix . 'tab', $data, $tabOptions); 48 foreach($tabs as $tab) { 49 $classes = $this->buildClass($tab['options'], array('disabled')); 51 $bar .= '<li class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-item' . $classes . '"><a class="' . $this->elemClass . ($first ? ' mikiop-active' : '') . '" data-toggle="tab" href="#">' . $tab['options']['title'] . '</a></li>'; 52 $content .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-pane' . ($first ? ' mikiop-show' : '') . '"><p>' . $tab['conten [all...] |
/plugin/tab/ |
H A D | plugin.info.txt | 1 base tab 5 name tab plugin 7 url http://dokuwiki.org/plugin:tab
|
H A D | manager.dat | 1 downloadurl=https://github.com/Juergen-aus-Koeln/dokuwiki-plugin-tab/raw/master/tab.zip
|
H A D | README.md | 1 # dokuwiki-plugin-tab 2 For details have a look at https://www.dokuwiki.org/plugin:tab
|
/plugin/ckgedit/ckeditor/plugins/note/dialogs/ |
H A D | note.js.unc | 8 id: 'tab-basic', 33 this.getContentElement( 'tab-basic', 'note').disable(); 34 this.setValueOf( 'tab-basic', 'note',text); 43 // note.setAttribute( 'title', dialog.getValueOf( 'tab-basic', 'note' ) ); 46 var noteTypeValue = dialog.getValueOf( 'tab-basic', 'notetype' ); 56 var noteText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'note' );
|
/plugin/tabinclude/ |
H A D | style.css | 22 div#dwpl-ti-container li.dwpl-ti-tab { 42 div#dwpl-ti-container li.dwpl-ti-tab a{ 46 div#dwpl-ti-container li.dwpl-ti-tab:hover { 51 div#dwpl-ti-container li.dwpl-ti-tab div 58 div#dwpl-ti-container li.dwpl-ti-tab .selected 62 div#dwpl-ti-container li.dwpl-ti-tab div.error
|
/plugin/inlineeditor/ |
H A D | ajax.php | 52 $tab = rawWikiSlices($_POST['range'], $_POST['page']); 56 $text = $tab[0].$_POST['text'].$tab[2];
|
/plugin/medialist/ |
H A D | helper.php | 148 $tab = empty($items) ? 'upload' : 'files'; 151 $out .= $this->_mediamanager_button($uploadns, $tab); 228 protected function _mediamanager_button($ns, $tab=null) { argument 233 if (in_array($tab, array('files','upload','search'))) { 234 $params += array('tab_files' => $tab); 237 $tooltip = ($tab == 'upload') ? $lang['btn_upload'] :$lang['btn_media'];
|
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/ |
H A D | tags.js.unc | 102 id: 'tab-basic', 116 … selected += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : ''; 118 …selected += dialog.getValueOf('tab-basic','user_def_box') ? dialog.getValueOf('tab-basic','user_de… 119 which = dialog.getValueOf('tab-basic','which') ; 141 …existing += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : ''; // … 174 dialog.setValueOf('tab-basic','user_def_box',1) ; 175 dialog.setValueOf('tab-basic','user_def_text',custom_insert);
|
/plugin/autotabber/ |
H A D | README.md | 12 * Adjustable tab size (not yet via config, must edit the JS file, last line) 13 * An integer at tabSize sets the number of spaces to be used in a tab press 14 * Set it to 0 to use a normal tab char
|
H A D | taboverride.js | 198 tab, // the string representing a tab 267 tab = aTab; 268 tabLen = tab.length; 315 target.value = text.slice(0, startLine) + tab + 318 return '\n' + tab; 337 if (text.slice(startLine).indexOf(tab) === 0) { 350 sel.replace(new RegExp('\n' + tab, 'g'), function () { 377 range.text = tab; 380 target.value = text.slice(0, selStart) + tab + text.slice(selEnd); 388 if (text.slice(selStart - tabLen).indexOf(tab) === 0) {
|
/plugin/behave/ |
H A D | behave.js | 97 tab, variable 398 if(lines[i].substring(0,tab.length) == tab){ 399 lines[i] = lines[i].substring(tab.length); 409 lines[i] = tab + lines[i]; 419 edited = left + tab + right; 422 if(val.substring(pos-tab.length, pos) == tab){ 425 utils.cursor.set(pos-tab.length); 429 utils.cursor.set(pos + tab.length); 461 ourIndent+=tab; 594 tab = " ".repeat(defaults.tabSize); [all …]
|