Home
last modified time | relevance | path

Searched refs:toc (Results 101 – 125 of 125) sorted by path

12345

/plugin/siteexport/
H A DREADME.md106 …to be structured like your DokuWiki is, you can create a file called <code>toc</code> in the names…
139 …to be structured like your DokuWiki is, you can create a file called <code>toc</code> in the names…
146 &lt;toc&gt;
153 &lt;/toc&gt;
156 The &lt;toc&gt; tag support several options:
167 You have to define the options like this: <code>&lt;toc notoc merge&gt;</code>
185 * This will actually create a `<toc>` internally, using the options `merge` and `mergeheader`
/plugin/siteexport/action/
H A Dajax.php450 $toc = new siteexport_toc($this->functions, $NS);
452 $this->filewriter->__moveDataToZip($toc->__getTOCXML($data), 'toc.xml');
453 $this->filewriter->__moveDataToZip($toc->__getContextXML($data), 'context.xml');
456 $toc = new siteexport_javahelp($this->functions, $this->filewriter, $NS);
457 $toc->createTOCFiles($data);
/plugin/siteexport/inc/
H A Djavahelp.php35 $toc = new siteexport_toc($this->functions, $this->NS);
36 $toc->debug("### Starting to create TOC Files ###");
53 $toc->debug($lang . " -> " . $data[$i]['id'] );
74 $toc->translation = &$this->translation;
77 $toc->translation = null;
81 $toc->debug("*** Writing for Language rootNode: '".$rootNode."'***");
87 list($tocData, $mapData, $startPageID) = $toc->__getJavaHelpTOCXML($data);
104 $toc->debug("THE END", true);
/plugin/siteexport/renderer/
H A Dpdf.php73 $TOC = $this->toc = array();
78 …rlen(strip_tags($this->doc)) >= $this->getConf('documentlengthfortoc') && count($this->toc) > 1)) {
79 $TOC = $this->toc;
/plugin/siteexport/syntax/
H A Dtoc.php165 $toc = $renderer->meta['sitetoc']['siteexportTOC'];
167 if (is_array($toc)) {
168 foreach ($toc as $tocItem) {
/plugin/sqlite/
H A Dadmin.php145 $toc = [];
146 $toc[] = [
155 $toc[] = [
163 return $toc;
/plugin/statistics/
H A Dadmin.php155 $toc = array();
159 $toc[] = html_mktocitem(
167 $toc[] = html_mktocitem(
175 $toc[] = html_mktocitem(
183 return $toc;
/plugin/struct/admin/
H A Dschemas.php310 $toc = [];
315 $toc[] = html_mktocitem($link, $this->getLang('menu_assignments'), 0, '');
320 $toc[] = html_mktocitem($slink, $this->getLang('menu'), 0, '');
332 $toc[] = html_mktocitem($link, hsc($table), 1, '');
336 return $toc;
/plugin/text/
H A Drenderer.php64 $this->toc = array();
103 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
105 $TOC = $this->toc;
/plugin/tindexmenu/
H A Dajax.php100 $toc = $meta['description']['tableofcontents'];
102 if (count($toc)>1) {
103 $out .= $this->render_toc($toc);
124 function render_toc($toc){ argument
127 $r->toc = $toc;
131 $out .= html_buildlist($r->toc,'toc',array($this,'_tocitem'));
H A Dindexmenu-full.js53 toc : true, property in dTree.config
122 if (this.config.toc) {
555 if (this.config.toc) {
606 if (this.config.toc && node.className != "node") {
H A Dindexmenu.js26 …hp?id=",plugbase:DOKU_BASE+"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"… property in dTree.config
28 …obj)[0]&&(a+='<div class="error">Indexmenu id conflict</div>');this.config.toc&&(a+='<div id="t'+t…
49 …arseInt(e.parentNode.offsetWidth-a.offsetWidth-a.offsetLeft,0),this.config.toc&&(e-=11),f<=e||(thi…
52 …=function(a){var c,b,d,e,f,g=jQuery("#s"+this.obj+a)[0];f=this;this.config.toc&&"node"!=g.classNam…
H A Dstyle.css113 /*toc property*/
/plugin/toc/
H A Daction.php49 $toc = tpl_toc(true);
50 if ($toc) {
51 … $event->data = str_replace('<!-- TOC -->', '<div class="inlinetoc">'.$toc."</div>", $event->data);
H A Dstyle.css1 div.inlinetoc div.toc {
/plugin/tocselect/
H A Daction.php80 $toc = p_get_metadata($id,'description tableofcontents');
81 if(!$toc) return "";
89 foreach ($toc as $head) {
/plugin/toctweak/action/
H A Drendertoc.php138 $toc = @$INFO['meta']['description']['tableofcontents'] ?: array();
144 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline);
182 $toc = $event->data ?: array(); // data is reference to global $TOC
187 $event->data = $tocTweak->_toc($toc, $topLv, $maxLv, $headline);
217 $toc = @$INFO['meta']['description']['tableofcontents'] ?: array();
223 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline);
/plugin/toctweak/
H A Dall.less97 Similar DokuWiki Built-in toc
136 // in case of toc list jumping one level
H A Dhelper.php96 $toc = $INFO['meta']['description']['tableofcontents'];
98 $toc = p_get_metadata($id,'description tableofcontents');
100 if ($toc == null) return array();
103 $toc = $this->_toc($toc, $topLv, $maxLv, $headline);
106 foreach ($toc as &$item) {
119 return $toc;
134 foreach ($toc as $item) {
170 function html_toc(array $toc, ...$params) { argument
179 $toc = $this->_toc($toc, $topLv, $maxLv, $headline);
182 if (count($toc) < $this->getConf('tocminheads')) {
[all …]
H A Dscript.js5 if (typeof(JSINFO.toc) != 'undefined') {
8 $toc[0].setState(JSINFO.toc.initial_state);
/plugin/toctweak/syntax/
H A Dmetatoc.php97 $toc = $tocTweak->get_metatoc($id, $topLv, $maxLv, $section);
98 if (empty($toc)) {
99 $toc[] = array( // error entry
118 $html.= html_buildlist($toc, 'toc', array($this, 'html_list_metatoc'));
H A Dsidetoc.php73 $toc = $tocTweak->get_metatoc($id, $topLv, $maxLv, $section);
83 $html.= html_buildlist($toc, 'toc', array($this, 'html_list_metatoc'));
/plugin/twcheckliste/
H A Drenderer.php.old85 // we don't care for footnotes and toc
/plugin/txt2tags/
H A Dtxt2tags.class.php267 $toc = array();
327 $toc[] = $this->sp($level) . "- [$txt #$anchor]";
395 if($this->enabletoc && count($toc)) {
397 array_unshift($toc, "\032\032");
398 $toc[] = "\032\032";
400 if($v=='%%toc') array_splice($lines2, $k, 1, $toc);
405 array_unshift($toc, $bar);
406 $toc[] = $bar;
408 $lines2 = array_merge($toc, $lines2);
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md34 $toc = $tar->contents();
35 print_r($toc); // array of FileInfo objects

12345