Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/plugin/autolink3/
Dsys.php32 $tab = preg_split("/(\[\[|\]\]|\}\}|\{\{)/",$em, -1 ,PREG_SPLIT_DELIM_CAPTURE);
33 foreach($tab as $element):
93 function sort_tab($tab ,$fcmp, $col = 0) argument
95 if (isset ($tab)){
96 foreach ($tab as $ligne):{
98 while($tab[$i + 1])
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);
110 function sort_tab_space($tab) argument
[all …]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php67 $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 = $element;
100 $tabs[$tab->getName()] = $tab->toAssociativeArray();
/plugin/abc2/abc-libraries/abc2svg/
Dstrtab-1.js6 if(!p_v.tab){of(p_v)
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.length
98 p_v.tab[i]
[all …]
/plugin/nspages/printers/
Dprinter.php42 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)) {
[all …]
DprinterSimpleList.php19 function _print($tab, $type) { argument
21 $this->_printItems($tab);
33 private function _printItems($tab){ argument
34 foreach($tab as $item) {
/plugin/diagramsnet/lib/js/diagramly/
DPages.js1282 (mxUtils.bind(this, function(index, tab) argument
1286 tab.className = 'geActivePage';
1287 tab.style.backgroundColor = Editor.isDarkMode() ? Editor.darkColor : '#fff';
1291 tab.className = 'geInactivePage';
1294 tab.setAttribute('draggable', 'true');
1296 mxEvent.addListener(tab, 'dragstart', mxUtils.bind(this, function(evt)
1316 mxEvent.addListener(tab, 'dragend', mxUtils.bind(this, function(evt)
1323 mxEvent.addListener(tab, 'dragover', mxUtils.bind(this, function(evt)
1334 mxEvent.addListener(tab, 'drop', mxUtils.bind(this, function(evt)
1346 wrapper.appendChild(tab);
[all …]
/plugin/database/
Ddatabase.php302 $tab = new Table($counter);
303 if ($tab->possibleReference) {
379 $tab = new Table($ptr);
380 if ($tab->possibleReference) {
385 $list .= '>'.getMyLang('prompt_referencing').' '.$tab->name.'</option>';
472 $this->messageList[] = $this->tab().$p_message;
473 $display->debug_output($this->tab().$p_message);
504 function tab() { function in AuditTrail
1674 function create_form ($tab, $messages, $values='') { argument
1680 $this->output ('<h1>'.$tab->name.'</h1>');
[all …]
/plugin/advanced/admin/
Dconfig.php80 $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];
521 * @param string $tab tab to load, empty for current tab
527 public function tabURL($tab = '', $params = array(), $sep = '&amp;', $absolute = false) argument
[all …]
/plugin/quickedit/
Dajax.php76 $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/schedule/lib/
DscheduleForm.js31 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/
Daction.php27 $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/
Dgeshi.js.unc77 // 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()); …
124 …if(srch) geshi_dialog.getContentElement( 'tab-basic', 'ckg_geshi_lang' ).setValue(srch); …
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' );
[all …]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
Dgeshi.js.unc78 // Definition of the Basic Settings dialog tab (page).
79 id: 'tab-basic',
82 // The tab content.
106 …// geshi_dialog.getContentElement( 'tab-basic', 'language' ).setValue(this.getValue()); …
124 …if(srch) geshi_dialog.getContentElement( 'tab-basic', 'ckg_geshi_lang' ).setValue(srch); …
183 dialog.getContentElement( 'tab-basic', 'geshi' ).setValue( text );
187 // dialog.getContentElement( 'tab-basic', 'language' ).style='display:block';
188 // alert( 'Current value: ' + dialog.getValueOf( 'tab-basic', 'ckg_geshi_lang' ) );
197 var text = dialog.getValueOf( 'tab-basic', 'geshi' );
200 var which = dialog.getValueOf( 'tab-basic', 'which' );
[all …]
/plugin/mikioplugin/syntax/
H A Dtabgroup.php48 foreach($tabs as $tab) {
49 $classes = $this->buildClass($tab['options'], array('disabled'));
51 …ss . ($first ? ' mikiop-active' : '') . '" data-toggle="tab" href="#">' . $tab['options']['title']…
52 …is->classPrefix . 'tab-pane' . ($first ? ' mikiop-show' : '') . '"><p>' . $tab['content'] . '</p><…
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
Dnote.js.unc8 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/tab/
Dplugin.info.txt1 base tab
5 name tab plugin
7 url http://dokuwiki.org/plugin:tab
Dmanager.dat1 downloadurl=https://github.com/Juergen-aus-Koeln/dokuwiki-plugin-tab/raw/master/tab.zip
/plugin/tabinclude/
Dstyle.css22 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/medialist/
Dhelper.php148 $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/inlineeditor/
Dajax.php52 $tab = rawWikiSlices($_POST['range'], $_POST['page']);
56 $text = $tab[0].$_POST['text'].$tab[2];
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
Dtags.js.unc102 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/behave/
Dbehave.js97 tab,
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){
423 edited = val.substring(0, pos-tab.length) + right;
425 utils.cursor.set(pos-tab.length);
429 utils.cursor.set(pos + tab.length);
461 ourIndent+=tab;
[all …]
/plugin/autotabber/
DREADME.md12 * 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
Dtaboverride.js198 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/bootswrapper/exe/help/
Dnav.txt184 * [[#tab-foo|Foo]]
185 * [[#tab-bar|Bar]]
187 <pane id="tab-foo">
192 <pane id="tab-bar">
202 * [[#tab-foo|Foo]]
203 * [[#tab-bar|Bar]]
205 <pane id="tab-foo">
210 <pane id="tab-bar">
223 <code html><pane id="tab-bar">
236 I suggest to add ''<nowiki>~~NOTOC~~</nowiki>'' because the TOC is displayed between the tab bar an…

12345678910>>...17