Searched +full:toc -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 27) sorted by relevance
12
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _toc.css | 2 * This file provides styles for the TOC (table of contents), the 6 /* toc 9 /* toc container */ 22 /*____________ toc header ____________*/ 37 /*____________ toc list ____________*/ 67 /* in case of toc list jumping one level
|
| H A D | content.less | 322 background: transparent url(images/toc-arrows.png) 0 0; 346 list-style-image: url(images/toc-bullet.png);
|
| H A D | mobile.less | 78 /* toc */
|
| H A D | basic.less | 48 clear: left; /* ideally 'both', but problems with toc */
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | script.js | 37 var $toc = jQuery('#dw__toc h3'); 45 if($toc.length) { 46 $toc[0].setState(1); 50 // toc and sidebar hiding 55 if($toc.length) { 56 $toc[0].setState(-1);
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 41 [TOC](#table-of-contents) 60 [TOC](#table-of-contents) 71 [TOC](#table-of-contents) 79 [TOC](#table-of-contents) 87 [TOC](#table-of-contents) 102 [TOC](#table-of-contents) 112 [TOC](#table-of-contents) 121 [TOC](#table-of-contents) 131 [TOC](#table-of-contents) 150 [TOC](#table-of-contents) [all …]
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 228 $toc = []; 241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1); 248 $toc[] = html_mktocitem( 258 $toc[] = html_mktocitem($setting->getKey(), $name, 2); 264 $toc[] = html_mktocitem('undefined_settings', $this->getLang('_header_undefined'), 1); 267 return $toc;
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 34 $toc = $tar->contents(); 35 print_r($toc); // array of FileInfo objects
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedItemProcessor.php | 153 // no TOC in feeds 154 $html = preg_replace('/(<!-- TOC START -->).*(<!-- TOC END -->)/s', '', $html);
|
| /dokuwiki/inc/ |
| H A D | template.php | 88 * @param bool $prependTOC should the TOC be displayed here? 130 * Places the TOC where the function is called 135 * @param bool $return Should the TOC be returned instead to be printed? 142 global $TOC; 148 $toc = []; 150 if (is_array($TOC)) { 151 // if a TOC was prepared in global scope, always use it 152 $toc = $TOC; 154 // get TOC from metadata, render if neccessary 156 $tocok = $meta['internal']['toc'] ?? true; [all …]
|
| H A D | html.php | 824 * Return the TOC rendered to XHTML 828 * @param array $toc 831 function html_TOC($toc) argument 833 if ($toc === []) return ''; 835 $out = '<!-- TOC START -->' . DOKU_LF; 838 $out .= $lang['toc']; 841 $out .= html_buildlist($toc, 'toc', 'html_list_toc', null, true); 843 $out .= '<!-- TOC END -->' . DOKU_LF; 865 * Helper function to build TOC items 867 * Returns an array ready to be added to a TOC array [all …]
|
| /dokuwiki/conf/ |
| H A D | acronyms.conf | 56 TOC Table of Contents
|
| H A D | dokuwiki.php | 45 $conf['tocminheads'] = 3; //Minimum amount of headlines that determines if a TOC is…
|
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 35 'toc' => true, // render the TOC? 68 $this->info['toc'] = true; 102 * Disable TOC generation for this renderer's output 108 $this->info['toc'] = false; 183 * Add an item to the TOC
|
| H A D | xhtml.php | 22 public $toc = []; variable in Doku_Renderer_xhtml 133 $this->toc = []; 180 // Prepare the TOC 183 $this->info['toc'] && 184 is_array($this->toc) && 185 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads'] 187 global $TOC; 188 $TOC = $this->toc; 196 * Add an item to the TOC 206 //handle TOC [all …]
|
| H A D | metadata.php | 138 * Add an item to the TOC 150 // the TOC is one of our standard ul list arrays ;-) 173 // add the header to the TOC
|
| /dokuwiki/inc/Extension/ |
| H A D | AdminPlugin.php | 120 * Return array with ToC items. Items can be created with the html_mktocitem()
|
| /dokuwiki/lib/scripts/ |
| H A D | page.js | 132 * This is used for the TOC toggling, but can be used for other elements 190 // Start animation and assure that $toc is hidden/visible
|
| /dokuwiki/inc/Action/ |
| H A D | Export.php | 75 // get toc
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 318 * Adds a TOC item 332 $renderer->toc[] = [
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | matlab.php | 142 …texlabel','text Create','textread','textwrap','tic','timeseries','timer','timetable','title','toc',
|
| H A D | plsql.php | 79 …//SQL functions (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/toc.htm & http:…
|
| H A D | scilab.php | 203 … 'tk_getfile', 'TK_GetVar', 'tk_savefile', 'TK_SetVar', 'toc', 'toeplitz', 'tohome', 'tokenpos',
|
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | parser_headers.test.php | 236 # $this->assertFalse($this->H->meta['toc']);
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 110 $meta['toptoclevel'] = ['multichoice', '_choices' => [1, 2, 3, 4, 5]]; // 5 toc levels
|
12