Home
last modified time | relevance | path

Searched refs:toc (Results 1 – 25 of 125) sorted by last modified time

12345

/plugin/nspages/
H A Dplugin.info.txt6 desc Presents a toc of the selected namespace using <nspages>
/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/
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/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/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/sqlite/
H A Dadmin.php145 $toc = [];
146 $toc[] = [
155 $toc[] = [
163 return $toc;
/plugin/nodetailsxhtml/
H A Drenderer.php33 'toc' => true, // render the TOC?
64 if (isset($meta['toc']['toptoclevel'])) {
65 $conf['toptoclevel'] = $meta['toc']['toptoclevel'];
67 if (isset($meta['toc']['maxtoclevel'])) {
68 $conf['maxtoclevel'] = $meta['toc']['maxtoclevel'];
70 if (isset($meta['toc']['toptoclevel'])||isset($INFO['meta']['toc']['maxtoclevel'])) {
76 // $TOC = $this->toc = $newMeta; // 2010-08-23 doubled the TOC
92 if ( $this->info['toc'] === false && !$forceToc ) {
93 $TOC = $this->toc
[all...]
/plugin/qna/style/
H A Dmemes.less2 div.qna-toc {
7 span.qna-toc-header * {
11 span.qna-toc-question * {
H A Dsymbols.less2 div.qna-toc {
7 span.qna-toc-header * {
11 span.qna-toc-question * {
/plugin/qna/syntax/
H A Dtoc.php82 if (!empty($toc)) {
83 $this->compressToc($toc);
105 $toc = array();
117 $toc[] = $item;
122 return $toc;
131 foreach ($toc as $item) {
140 foreach ($toc as $item) {
157 foreach ($toc as &$item) {
190 $items = count( $toc );
191 $level = $toc[$index]['level'];
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md587 - TOCpagebreak - toc-even-header-name etc. not working
598 - `<tocpagebreak>` toc-preHTML and toc-postHTML can now contain quotes
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php62 private Toc $toc; variable in ComboStrap\\TemplateForWebPage
308 * Main toc element is not a slot
608 $model['toc-class'] = Toc::getClass();
609 $model['toc-html'] = $this->getTocOrDefault()->toXhtml();
653 * Note that head tag may be added during rendering and must be then called after rendering and toc
734 if (isset($this->toc)) {
737 * bundle pages can create a toc for multiples pages
739 return $this->toc;
744 LogUtility::error("We have a found an inconsistency. The context path is a directory and does have therefore no toc but the template ($this) has a toc
1063 setToc(Toc $toc) global() argument
[all...]
H A DToc.php71 $toc = $this->tocData;
74 if (count($toc) < $tocMinHeads) {
79 * Adding toc number style
87 LogUtility::error("The toc numbering type was unknown", self::CANONICAL);
100 foreach ($toc as $tocItem) {
144 $tocLevelClass = StyleAttribute::addComboStrapSuffix("toc-level-$actualLevel");
153 $tocHeaderLang = $lang['toc'];
154 $tocHeaderClass = StyleAttribute::addComboStrapSuffix("toc-header");
166 * @return bool if the toc need to be shown
169 * $this->info['toc']
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Dtoc.css1 .toc-cs ul {
4 .toc-cs > ul {
8 .toc-cs li {
13 .toc-cs a {
21 .toc-cs a:not(:hover) {
25 .toc-cs .toc-header-cs {
/plugin/combo/resources/theme/default/pages/partials/
H A Dtoc-partial.hbs1 {{#if toc-html}}
2 <nav id="main-toc" class="{{toc-class}}">
3 {{{toc-html}}}
/plugin/combo/resources/theme/default/pages/templates/
H A Dblank.hbs10 {{> toc-partial }}
H A Dholy-medium.css25 #main-toc {
H A Dholy-medium.yml6 - 'main-toc'
H A Dholy.css47 #main-toc {
H A Dholy.js2 * Move the side slot in the toc area
13 if (side.parentElement.getAttribute("id") !== "main-toc") {
14 let toc = document.getElementById("main-toc");
15 toc.appendChild(side);
H A Dholy.yml7 - 'main-toc'
H A Dmedium.yml6 - 'main-toc'
H A Dminimal.hbs13 {{> toc-partial }}

12345