| /plugin/revealjs/plugin/markdown/ |
| D | markdown.js | 30 function getMarkdownFromSlide( section ) { argument 33 var template = section.querySelector( '[data-template]' ) || section.querySelector( 'script' ); 36 var text = ( template || section ).textContent; 61 function getForwardedAttributes( section ) { argument 63 var attributes = section.attributes; 204 [].slice.call( document.querySelectorAll( '[data-markdown]') ).forEach( function( section, i ) { argument 206 if( section.getAttribute( 'data-markdown' ).length ) { 208 externalPromises.push( loadExternalMarkdown( section ).then( 212 section.outerHTML = slidify( xhr.responseText, { 213 separator: section.getAttribute( 'data-separator' ), [all …]
|
| /plugin/revealjs/css/ |
| D | reveal.css | 30 .reveal .slides section .fragment { 34 .reveal .slides section .fragment.visible { 38 .reveal .slides section .fragment.grow { 41 .reveal .slides section .fragment.grow.visible { 45 .reveal .slides section .fragment.shrink { 48 .reveal .slides section .fragment.shrink.visible { 52 .reveal .slides section .fragment.zoom-in { 55 .reveal .slides section .fragment.zoom-in.visible { 59 .reveal .slides section .fragment.fade-out { 62 .reveal .slides section .fragment.fade-out.visible { [all …]
|
| D | reveal.scss | 38 .reveal .slides section .fragment { 49 .reveal .slides section .fragment.grow { 58 .reveal .slides section .fragment.shrink { 67 .reveal .slides section .fragment.zoom-in { 75 .reveal .slides section .fragment.fade-out { 85 .reveal .slides section .fragment.semi-fade-out { 95 .reveal .slides section .fragment.strike { 104 .reveal .slides section .fragment.fade-up { 112 .reveal .slides section .fragment.fade-down { 120 .reveal .slides section .fragment.fade-right { [all …]
|
| /plugin/const/_test/ |
| D | fix_section.test.php | 32 $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'); 38 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(4)->attr('value'); 39 … $section[] = $response->queryHTML('form.btn_secedit input[name="range"]')->eq(5)->attr('value'); 41 $this->assertEquals('71-101', $section[0]); 42 $this->assertEquals('57-87', $section[1]); 43 $this->assertEquals('88-118', $section[2]); [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/ |
| D | PhptTestCase.php | 264 $section = ''; 301 $section = $result[1]; 302 $sections[$section] = ''; 305 } elseif (empty($section)) { 309 $sections[$section] .= $line; 319 foreach ($allowExternalSections as $section) { 320 if (isset($sections[$section . '_EXTERNAL'])) { 322 $externalFilename = str_replace('..', '', trim($sections[$section . '_EXTERNAL'])); 329 $section . '_EXTERNAL', 335 $sections[$section] = file_get_contents($testDirectory . $externalFilename); [all …]
|
| /plugin/secedit2head/ |
| D | README.md | 3 [DokuWiki] plugin to move section edit buttons from bottom to section header 6 …section edit button below each section added more space between sections than I wanted for my proj… 11 - second, that DokuWiki's page.js has run the code that creates the section wrappers 13 It only then copies and removes the original edit node and **prepends** it to the h# section headin…
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | outline.css | 14 section.outline-level-3-cs, section.outline-level-4-cs, section.outline-level-5-cs, section.outline… 21 .outline-section-cs { 27 .outline-section-cs, .outline-header-cs {
|
| /plugin/sphinxsearch/ |
| D | xmlall.php | 77 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);
|
| D | functions.php | 137 $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/sphinxsearch-was/ |
| H A D | xmlall.php | 77 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 D | functions.php | 129 $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/tipoftheday/syntax/ |
| D | totd.php | 55 $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/ |
| D | config.php | 12 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/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/ |
| D | source-map-consumer.js | 919 function(needle, section) { argument 920 var cmp = needle.generatedLine - section.generatedOffset.generatedLine; 926 section.generatedOffset.generatedColumn); 928 var section = this._sections[sectionIndex]; 930 if (!section) { 939 return section.consumer.originalPositionFor({ 941 (section.generatedOffset.generatedLine - 1), 943 (section.generatedOffset.generatedLine === needle.generatedLine 944 ? section.generatedOffset.generatedColumn - 1 969 var section = this._sections[i]; [all …]
|
| /plugin/subjectindex/inc/ |
| D | common.php | 98 * @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/farmer/ |
| H A D | DokuWikiFarmCore.php | 520 foreach ($prepend as $section => $data) { 521 … $config_cascade[$key][$section] = array_merge($data, $config_cascade[$key][$section]); 523 foreach ($append as $section => $data) { 524 … $config_cascade[$key][$section] = array_merge($config_cascade[$key][$section], $data); 540 foreach (array_keys($this->config) as $section) { 541 if (isset($config[$section])) { 542 $this->config[$section] = array_merge( 543 $this->config[$section], 544 $config[$section]
|
| /plugin/adhocwrap/ |
| H A D | all.less | 100 …section.info, section.tip, section.important, section.alert, section.help, section.download, secti… 109 …section.info, section.tip, section.important, section.alert, section.help, section.download, secti… 231 …ide.download, aside.todo, section.info, section.tip, section.important, section.alert, section.hel… 250 …section.info[dir=rtl], section.tip[dir=rtl], section.important[dir=rtl], section.alert[dir=rtl], s…
|
| /plugin/asciidocjs/node_modules/source-map/lib/ |
| D | source-map-consumer.js | 977 function(needle, section) { argument 978 var cmp = needle.generatedLine - section.generatedOffset.generatedLine; 984 section.generatedOffset.generatedColumn); 986 var section = this._sections[sectionIndex]; 988 if (!section) { 997 return section.consumer.originalPositionFor({ 999 (section.generatedOffset.generatedLine - 1), 1001 (section.generatedOffset.generatedLine === needle.generatedLine 1002 ? section.generatedOffset.generatedColumn - 1 1027 var section = this._sections[i]; [all …]
|
| /plugin/asciidocjs/node_modules/character-parser/ |
| D | README.md | 31 var section = parser.parseUntil('foo.bar("%>").baz%> bing bong', '%>'); 32 assert(section.start === 0); 33 assert(section.end === 17); // exclusive end of string 34 assert(section.src = 'foo.bar("%>").baz'); 36 var section = parser.parseUntil('<%foo.bar("%>").baz%> bing bong', '%>', {start: 2}); 37 assert(section.start === 2); 38 assert(section.end === 19); // exclusive end of string 39 assert(section.src = 'foo.bar("%>").baz'); 42 var section = parser.parseUntil('#[p= [1, 2][i]]', ']', {start: 2}) 43 assert(section.start === 2); [all …]
|
| /plugin/latexit/tests/my/ |
| D | test16.latex | 7 \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/ |
| D | white.css | 7 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 {
|
| D | black.css | 7 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 {
|
| D | simple.css | 10 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/ |
| D | action.php | 82 list($page, $section) = explode('#', $dest, 2); 92 if (!empty($section)) $url.= '#'.rawurlencode($section); 110 list($page, $section) = explode('#', $id, 2); 184 list($ns, $section) = explode('#', $dest, 2); 186 $dest.= (!empty($section)) ? '#'.rawurlencode($section) : ''; 245 list($ns, $section) = explode('#', $dest, 2); 247 $dest.= (!empty($section)) ? '#'.rawurlencode($section) : '';
|
| /plugin/dwinsect/ |
| D | syntax.php | 50 * @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];
|