Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php90 * @param array $sections
125 $sections = $this->parse();
139 if (isset($sections['INI'])) {
143 if (isset($sections['ENV'])) {
155 if (isset($sections['SKIPIF'])) {
171 if (isset($sections['XFAIL'])) {
263 $sections = [];
302 $sections[$section] = '';
313 $sections['FILE'] = rtrim($sections['FILEEOF'], "\r\n");
314 unset($sections['FILEEOF']);
[all …]
/plugin/editsections/action/
H A Des.php21 var $sections; variable in action_plugin_editsections_es
54 if (count($this->sections) === 0) {
69 $last_ind = count($this->sections) - 1;
70 $start = $this->sections[$ind]['start'];
78 …while ( ($end_ind + 1 <= $last_ind) and ($this->sections[$end_ind + 1]['level'] > $this->sections[…
122 $this->sections = array();
137 $this->sections[$count - 1]['open'] = $index;
140 $this->sections[$count - 1]['end'] = $value[2];
141 $this->sections[$count - 1]['close'] = $index;
148 $last_ind = count($this->sections) - 1;
[all …]
/plugin/tipoftheday/syntax/
H A Dtotd.php51 $sections = $this->_getSections($page);
55 $section = $sections[array_rand($sections)];
60 if ( empty($section) ) $section = $sections[0];
75 $current = array_search($section, $sections);
78 $prev = ($current == 0 ? count($sections) : $current) -1;
79 $next = ($current >= count($sections)-1 ? 0 : $current +1);
83sections[$prev])), "&lt;", 'title="previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 …
84sections[$next])), "&gt;", 'title="next" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%…
/plugin/editsections2/
H A Daction.php214 $sections = array();
218 $sections[] =& $calls[$i][$instructions];
222 $section_count = count($sections);
234 $sections[$i] = $sections[$i + 1];
237 $sections[$i][$pos_end] = 0;
240 $level = $sections[$i][$sec_level];
243 if ($level >= $sections[$j][$sec_level]) {
244 $sections[$i][$pos_end] = $sections[$j][$pos_start] - 1;
252 $sections[$i] = $sections[$i + 1];
257 $sections[$section_count - 1][$pos_start] = -1;
/plugin/diff/
H A Dsyntax.php100 $sections = preg_split('|(\n\*{5,})|',
105 $sections[0] = preg_replace(
110 $sections[0]);
111 $c = count($sections);
115 $sections[$i], $hits)) {
117 $sections[$i] = $HEAD . $hits[1] . $CLOSE;
119 $sections[$i], $hits)) {
140 $sections[$i] = $DEL . $hits[1] . $CLOSE
145 $aDoc .= implode('', $sections);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DCard.php79 public function setSections($sections) argument
81 $this->sections = $sections;
88 return $this->sections;
H A DGoogleAppsCardV1Card.php129 public function setSections($sections) argument
131 $this->sections = $sections;
138 return $this->sections;
/plugin/darcspatch/
H A Dadmin.php122 $sections = array();
123 if(preg_match_all('/(^\[.*?\])\s*\{(.*?)^\}/ms',$contents,$sections) > 0) {
124 if($reverse) $sections[1] = array_reverse($sections[1]);
125 for($c=0;$c<count($sections[1]);$c++) {
126 $section = $sections[2][$c];
127 $return_string .= ' '.str_replace("\n","\n ",$sections[1][$c])."\n";
/plugin/combo/renderer/
H A Drenderer.php38 protected $sections = []; variable in renderer_plugin_combo_renderer
88 * - save the rendering between each header in the class variable $this->sections
117 $this->sections[$this->sectionNumber] = array(
156 $this->sections[$this->sectionNumber] = array('level' => $this->previousNodeLevel, 'position' => $this->previousNodePosition, 'content' => $this->doc, 'text' => $this->previousSectionTextHeader);
162 foreach ($this->sections as $sectionNumber => $section) {
/plugin/sphinxsearch-was/
H A Dfunctions.php71 $sections = array();
79 $sections[$id] = array(
88 $sections[$row['hid']] = array(
94 $sections[$row['hid']]['title_text'] = $previouse_title . " &raquo; " . $row['title'];
96 $sections[$row['hid']]['title_text'] = $row['title'];
99 $sections[$row['hid']]['title_to_index'] = $row['title'];
101 return $sections;
H A Dxmlall.php74 $sections = getDocumentsByHeadings($dokuPageId, $metadata); variable
76 if (!empty($sections)) {
77 foreach ($sections as $hid => $section) {
/plugin/sphinxsearch/
H A Dfunctions.php79 $sections = array();
87 $sections[$id] = array(
96 $sections[$row['hid']] = array(
102 $sections[$row['hid']]['title_text'] = $previouse_title . " &raquo; ".$row['title'];
104 $sections[$row['hid']]['title_text'] = $row['title'];
107 $sections[$row['hid']]['title_to_index'] = $row['title'];
109 return $sections;
H A Dxmlall.php74 $sections = getDocumentsByHeadings($dokuPageId, $metadata); variable
76 if (!empty($sections)){
77 foreach($sections as $hid => $section){
/plugin/cssperpage/
H A DREADME.md4 Cssperpage enables setting of CSS styles for an entire page or for sections of a page by placing HT…
5 the entire page or sections. The CSS must be placed in the style.css file of the plugin directory.
/plugin/code2/
H A Dsyntax.php111 $sections = preg_split('|(\n\*{5,})|',
116 $sections[0] = preg_replace(
121 $sections[0]);
122 $c = count($sections);
126 $sections[$i], $hits)) {
128 $sections[$i] = $HEAD . $hits[1] . $CLOSE;
130 $sections[$i], $hits)) {
151 $sections[$i] = $DEL . $hits[1] . $CLOSE
156 $aDoc .= implode('', $sections);
/plugin/editsections/
H A Dplugin.info.txt6 …ed from. Configurable for nested (hierarchical) or flat edit sections. Nested edit sections cover …
/plugin/rplus/
H A Drenderer.php40 protected $sections = []; variable in renderer_plugin_rplus_renderer
114 $this->sections[$this->sectionNumber] = array(
175 …$this->sections[$this->sectionNumber] = array('level' => $this->previousNodeLevel, 'position' => $…
179 foreach ($this->sections as $sectionNumber => $section) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php21 private $sections; variable in Mustache_Compiler
46 $this->sections = array();
228 $sections = implode("\n", $this->sections);
230 … $klass = empty($this->sections) && empty($this->blocks) ? self::KLASS_NO_LAMBDAS : self::KLASS;
234 …return sprintf($this->prepare($klass, 0, false, true), $name, $callable, $code, $sections, $blocks…
387 if (!isset($this->sections[$key])) {
388 …$this->sections[$key] = sprintf($this->prepare(self::SECTION), $key, $callable, $source, $helper, …
/plugin/twcheckliste/
H A DREADME.md4 … checkpoints within checklist can be structured in sections and areas. By unchecking areas or sect…
/plugin/sectiontoggle/
H A DREADME.md4 Dokuwiki plugin to toggle (hide and show) sections by clicking on section headers.
H A Dplugin.info.txt6 desc Toggles sections for display and hide by clicking headers
/plugin/qna/
H A Dplugin.info.txt6 desc Custom formatting for Q&A (FAQ) sections.
/plugin/sectionedit/
H A Dplugin.info.txt6 desc Add tags to sections using the taggadd gui
/plugin/folded/
H A Dplugin.info.txt6 desc Foldable page sections
/plugin/tagsections/
H A Dplugin.info.txt6 desc Add tags to sections using the taggadd gui

12345678910>>...22