Searched refs:currentSection (Results 1 – 4 of 4) sorted by relevance
| /plugin/infobox/ |
| D | syntax.php | 46 $currentSection = null; 62 … $this->_saveField($params, $currentKey, trim($currentValue), $currentSection, $currentSubgroup); 75 $currentSection = '_headerless_' . $headerlessCounter; 77 $params['sections'][$currentSection] = []; 83 $currentSection = $sectionMatches[2]; 85 $params['sections'][$currentSection] = []; 87 $params['collapsed_sections'][$currentSection] = true; 94 if ($currentSection !== null) { 97 if (!isset($params['sections'][$currentSection]['_subgroups'])) { 98 $params['sections'][$currentSection]['_subgroups'] = []; [all …]
|
| /plugin/chordsheets/ |
| H A D | script.js | 21 var currentSection = ""; 40 if (currentSection != "") { 99 if (currentSection != "") { 102 currentSection = match[2].toLowerCase(); 103 sectionText += '<div class="' + songSectionSelector + ' ' + currentSection + '">\n'; 104 …sectionText += '<h3 class="' + songSectionHeadingSelector + ' ' + currentSection + '">' + match[1]…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …currentSection","tags","inclusiveEndDates","lastOrder","isInvalidDate","checkTaskDates","task","ma…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …currentSection = '';\nvar tags = ['active', 'done', 'crit', 'milestone'];\nvar funs = [];\nvar inc…
|