Home
last modified time | relevance | path

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 25) sorted by relevance

/dokuwiki/lib/tpl/dokuwiki/
H A Dscript.js37 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/lib/tpl/dokuwiki/css/
H A D_toc.css2 * 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 Dcontent.less322 background: transparent url(images/toc-arrows.png) 0 0;
346 list-style-image: url(images/toc-bullet.png);
H A Dmobile.less78 /* toc */
H A Dbasic.less48 clear: left; /* ideally 'both', but problems with toc */
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md34 $toc = $tar->contents();
35 print_r($toc); // array of FileInfo objects
/dokuwiki/lib/plugins/config/
H A Dadmin.php228 $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/inc/
H A Dtemplate.php88 * @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 fro
[all...]
H A Dhtml.php824 * Return the TOC rendered to XHTML
828 * @param array $toc
831 function html_TOC($toc)
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 item
791 html_TOC($toc) global() argument
[all...]
H A Dparserutils.php661 * @param array $info returns render info like enabled toc and cache
/dokuwiki/conf/
H A Dacronyms.conf56 TOC Table of Contents
H A Ddokuwiki.php45 $conf['tocminheads'] = 3; //Minimum amount of headlines that determines if a TOC is built
/dokuwiki/inc/parser/
H A Drenderer.php35 '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 Dxhtml.php21 public $toc = [];
132 $this->toc = [];
179 // Prepare the TOC
182 $this->info['toc'] &&
183 is_array($this->toc) &&
184 $conf['tocminheads'] && count($this->toc) >= $conf['tocminheads']
186 global $TOC;
187 $TOC = $this->toc;
195 * Add an item to the TOC
18 public $toc = array(); global() variable in Doku_Renderer_xhtml
[all...]
H A Dmetadata.php136 * Add an item to the TOC
148 // the TOC is one of our standard ul list arrays ;-)
171 // add the header to the TOC
/dokuwiki/inc/Extension/
H A DAdminPlugin.php120 * Return array with ToC items. Items can be created with the html_mktocitem()
/dokuwiki/lib/scripts/
H A Dpage.js132 * 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 DExport.php75 // get toc
/dokuwiki/lib/plugins/info/
H A Dsyntax.php318 * Adds a TOC item
332 $renderer->toc[] = [
/dokuwiki/
H A Dfeed.php
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmatlab.php142 'texlabel','text Create','textread','textwrap','tic','timeseries','timer','timetable','title','toc',
H A Dplsql.php79 //SQL functions (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/toc.htm & http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions101a.htm#85925)
H A Dscilab.php203 'tk_getfile', 'TK_GetVar', 'tk_savefile', 'TK_SetVar', 'toc', 'toeplitz', 'tohome', 'tokenpos',
H A Doctave.php188 'times', 'tmpfile', 'tmpnam', 'toascii', 'toc', 'tolower', 'toupper',
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php110 $meta['toptoclevel'] = ['multichoice', '_choices' => [1, 2, 3, 4, 5]]; // 5 toc levels