Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js30 function getMarkdownFromSlide( section ) { argument
33 var template = section.querySelector( '[data-template]' ) || section.querySelector( 'script' );
61 function getForwardedAttributes( section ) { argument
63 var attributes = section.attributes;
232 …else if( section.getAttribute( 'data-separator' ) || section.getAttribute( 'data-separator-vertica…
234 section.outerHTML = slidify( getMarkdownFromSlide( section ), {
243 section.innerHTML = createMarkdownSlide( getMarkdownFromSlide( section ) );
282 }.bind( this, section, xhr );
346 parentSection = section;
380 addAttributes( section, section, null, section.getAttribute( 'data-element-attributes' ) ||
[all …]
/plugin/revealjs/css/
H A Dreveal.css499 .reveal .slides > section > section {
532 .reveal .slides > section > section.present {
538 .reveal .slides > section > section:empty,
550 .reveal .slides > section > section.future,
552 .reveal .slides > section > section.past {
556 .reveal.overview .slides > section > section {
561 .reveal .slides > section > section.past,
562 .reveal .slides > section > section.future {
822 .reveal.cube .slides > section > section.past {
828 .reveal.cube .slides > section > section.future {
[all …]
H A Dreveal.scss596 .reveal .slides>section>section {
635 .reveal .slides>section>section.present {
642 .reveal .slides>section>section:empty,
656 .reveal .slides>section>section.future,
658 .reveal .slides>section>section.past {
663 .reveal.overview .slides>section>section {
669 .reveal .slides>section>section.past,
670 .reveal .slides>section>section.future {
878 .reveal.cube .slides>section>section.past {
883 .reveal.cube .slides>section>section.future {
[all …]
/plugin/const/_test/
H A Dfix_section.test.php32 $section = array();
34 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(0)->attr('value');
35 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(1)->attr('value');
36 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(2)->attr('value');
37 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(3)->attr('value');
41 $this->assertEquals('71-101', $section[0]);
42 $this->assertEquals('57-87', $section[1]);
43 $this->assertEquals('88-118', $section[2]);
44 $this->assertEquals('119-', $section[3]);
45 $this->assertEquals('102-141', $section[4]);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php264 $section = '';
301 $section = $result[1];
302 $sections[$section] = '';
305 } elseif (empty($section)) {
309 $sections[$section] .= $line;
329 $section . '_EXTERNAL',
343 foreach ($requiredSections as $section) {
344 if (is_array($section)) {
347 foreach ($section as $anySection) {
361 if (!isset($sections[$section])) {
[all …]
/plugin/farmer/
H A DDokuWikiFarmCore.php394 foreach ($prepend as $section => $data) {
395 $config_cascade[$key][$section] = array_merge($data, $config_cascade[$key][$section]);
397 foreach ($append as $section => $data) {
398 $config_cascade[$key][$section] = array_merge($config_cascade[$key][$section], $data);
414 foreach (array_keys($this->config) as $section) {
415 if (isset($config[$section])) {
416 $this->config[$section] = array_merge(
417 $this->config[$section],
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Doutline.css14 section.outline-level-3-cs, section.outline-level-4-cs, section.outline-level-5-cs, section.outline-level-6-cs {
21 .outline-section-cs {
27 .outline-section-cs, .outline-header-cs {
/plugin/sphinxsearch-was/
H A Dxmlall.php77 foreach ($sections as $hid => $section) {
78 if (empty($section['section'])) {
86 $data['level'] = $section['level'];
88 $data['title'] = strip_tags($section['title_text']);
89 $data['title_to_index'] = $section['title_to_index'];
90 …$data['body'] = $section['section']; //strip_tags(p_render('xhtml',p_get_instructions($section['se…
97 $pageMapper->add($dokuPageId, $data['title'], $section['title'], $hid);
H A Dfunctions.php129 $section = '';
143 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
145 $section = substr($doc, $startHeaderPos);
148 $section = trim($section);
151 if ($extended && empty($section)) {
162 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
164 $section = substr($doc, $startHeaderPos);
167 $section = trim($section);
168 return $section;
242 $section = substr($doc, $startPos, ($endPos - $startPos));
[all …]
/plugin/sphinxsearch/
H A Dxmlall.php77 foreach($sections as $hid => $section){
78 if (empty($section['section'])){
86 $data['level'] = $section['level'];
88 $data['title'] = strip_tags($section['title_text']);
89 $data['title_to_index'] = $section['title_to_index'];
90 …$data['body'] = $section['section']; //strip_tags(p_render('xhtml',p_get_instructions($section['se…
97 $pageMapper->add($dokuPageId, $data['title'], $section['title'], $hid);
H A Dfunctions.php137 $section = '';
151 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
153 $section = substr($doc, $startHeaderPos);
156 $section = trim($section);
159 if ($extended && empty($section)){
170 $section = substr($doc, $startHeaderPos, $endHeaderPos - $startHeaderPos);
172 $section = substr($doc, $startHeaderPos);
175 $section = trim($section);
176 return $section;
248 $section = substr($doc, $startPos, ($endPos-$startPos));
[all …]
/plugin/tipoftheday/syntax/
H A Dtotd.php55 $section = $sections[array_rand($sections)];
57 $section = $_REQUEST['totd'];
60 if ( empty($section) ) $section = $sections[0];
62 $this->hasSections[] = cleanID($section); // Prevent selecting the same section again
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
75 $current = array_search($section, $sections);
/plugin/refnotes/
H A Dconfig.php12 private static $section = array(); variable in refnotes_configuration
29 if (!array_key_exists($sectionName, self::$section)) {
30 self::$section[$sectionName] = self::load($sectionName);
33 if (array_key_exists($name, self::$section[$sectionName])) {
34 $result = self::$section[$sectionName][$name];
/plugin/subjectindex/inc/
H A Dcommon.php98 * @param null $section
103 function filtered($section = null, $regex = null, $pid = null) { argument
105 if ($section !== null && is_numeric($section)) {
106 $fpaths = preg_grep('`^' . $section . '\/.*`', $fpaths);
306 * @param int $section index section number
309 static function get_target_page($section = 0) { argument
311 if ($pages !== false && isset($pages[$section])) {
312 return $pages[$section];
322 static function set_target_page($page, $section = 0) { argument
329 $pages[$section] = $page;
/plugin/latexit/tests/my/
H A Dtest16.latex7 \section{\texorpdfstring{LocalLink}{LocalLink}}
10 This section (\autoref{sec:locallink})
12 \section{\texorpdfstring{Another link}{Another link}}
15 This section (\autoref{sec:another_link})
/plugin/revealjs/css/theme/
H A Dblack.css7 section.has-light-background, section.has-light-background h1, section.has-light-background h2, sec…
33 .reveal .slides section,
34 .reveal .slides section > section {
230 .reveal section img {
236 .reveal section img.plain {
H A Dwhite.css7 section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, sectio…
33 .reveal .slides section,
34 .reveal .slides section > section {
230 .reveal section img {
236 .reveal section img.plain {
H A Dsimple.css10 section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, sectio…
36 .reveal .slides section,
37 .reveal .slides section > section {
233 .reveal section img {
239 .reveal section img.plain {
/plugin/redirect2/
H A Daction.php80 list($page, $section) = explode('#', $dest, 2);
90 if (!empty($section)) $url.= '#'.rawurlencode($section);
107 list($page, $section) = explode('#', $id, 2);
179 list($ns, $section) = explode('#', $dest, 2);
181 $dest.= (!empty($section)) ? '#'.rawurlencode($section) : '';
240 list($ns, $section) = explode('#', $dest, 2);
242 $dest.= (!empty($section)) ? '#'.rawurlencode($section) : '';
/plugin/dwinsect/
H A Dsyntax.php50 * @param string $section
54 function _split_text($section, $link) { argument
55 $ret=explode($link, trim($section), 2);
146 if (preg_match($pattern, $this->wikitext, $section)) {
149 … list($link_type, $link) = _get_firstlink($section[2]); // find link in section[2]: link
150 …list($text1, $text2) = _split_text($section[2], $link); // split text1, text2 by link: text1 li…
181 $wiki = $section[0];
/plugin/toctweak/syntax/
H A Dmetatoc.php80 $section = $hash ? sectionID($hash, $check = false) : '';
97 $toc = $tocTweak->get_metatoc($id, $topLv, $maxLv, $section);
100 'hid' => $section,
102 'url' => wl($id.'#'.$section),
104 'title' => $id.'#'.$section,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DCourse.php82 public $section; variable in Google\\Service\\Classroom\\Course
307 public function setSection($section) argument
309 $this->section = $section;
316 return $this->section;
/plugin/acknowledge/
H A Dscript.js41 // if no container is found, create one in the last section
43 const section = jQuery('.dokuwiki.mode_show')
49 if (section.length === 0) {
53 section.append($aContainer);
/plugin/pageredirect/
H A Daction.php73 // preserve #section from $page
74 list($page, $section) = array_pad(explode('#', $page, 2), 2, null);
75 if(isset($section)) {
76 $section = '#' . $section;
78 $section = '';
90 $page .= $section;
/plugin/templater/
H A DCHANGELOG.md34 * Fixed doesn't show the heading when calling just a section.
38 * Better fix for `{{template>page#section}}` doesn't exist with error message.
44 * Bug fix for when `{{template>page#section}}` doesn't exist.
48 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.

12345678910>>...38