Home
last modified time | relevance | path

Searched refs:TOC (Results 1 – 25 of 41) sorted by relevance

12

/plugin/siteexport/action/
H A Daggregate.php88 $TOC = "<toc merge mergeheader";
92 $TOC .= " mergehint";
95 $TOC .= ">\n";
101 $TOC .= " * [[{$id}|{$title}]]\n";
104 $TOC .= "</toc>";
117 if (empty($TOC)) { return true; }
123 $html = p_render($renderer, p_get_instructions($TOC), $INFO);
/plugin/ifauthex/
H A Dsyntax.php155 global $TOC;
156 $renderer->meta['ifauthex.originalGlobalToc'] = &$TOC;
157 $TOC = is_array($TOC) ? [] : null;
181 global $TOC;
182 $TOC = &$renderer->meta['ifauthex.originalGlobalToc'];
/plugin/combo/ComboStrap/
H A DToc.php41 * @throws ExceptionBadArgument - if the TOC is not an array
42 * @throws ExceptionNotFound - if the TOC variable was not found
46 global $TOC;
47 if ($TOC === null) {
48 throw new ExceptionNotFound("No global TOC variable found");
51 ->setValue($TOC);
186 * If this is another template such as Dokuwiki, we get two TOC.
211 global $TOC;
212 if (!is_array($TOC)) $TOC
[all...]
/plugin/rplus/
H A Drenderer.php168 global $TOC;
170 if (!is_array($TOC)) {
171 $TOC = $this->toc;
194 if (count($TOC) > $conf['tocminheads']) {
358 global $TOC;
359 if (!is_array($TOC)) $TOC = $plugin->getTOC(); //if TOC wasn't requested yet
360 if (!is_array($TOC)) {
/plugin/inlinetoc/
H A Daction.php39 global $TOC;
40 if ($TOC) {
41 …$html = '<div id="inlinetoc2" class="inlinetoc2">' . html_buildlist($TOC, 'inlinetoc2', array($thi…
H A DREADME.md21 the TOC plugin which already use the class inlinetoc.
29 - This plugin is largely inspired by the TOC
/plugin/ajaxpeon/
H A Daction.php153 global $TOC;
155 $oldtoc = $TOC;
158 $TOC = $oldtoc;
204 global $TOC;
205 $oldtoc = $TOC;
207 $TOC = $oldtoc;
/plugin/wikistats/
H A Dsyntax.php180 global $TOC;
204 $TOC = p_get_metadata($ID,'description tableofcontents');
206 $TOC = NULL;
356 global $TOC;
362 …$TOC[] = Array('hid' => 'resources', 'title' => $this->getLang('resources_title'), 'type' => 'ul',…
405 global $TOC;
414 …$TOC[] = Array('hid' => 'tags', 'title' => $this->getLang('tags_title'), 'type' => 'ul', 'level' =…
458 global $TOC;
464 …$TOC[] = Array('hid' => 'namespaces', 'title' => $this->getLang('namespaces_title'), 'type' => 'ul…
/plugin/tocselect/
H A DREADME.md2 Add TOC for selected pages to sidebar or current page.
3 A text selection box or index enables loading TOC for a new id.
/plugin/offline/
H A Drenderer.php146 global $TOC;
147 $TOC = $this->toc;
380 global $TOC;
387 if(is_array($TOC)){
389 $toc = $TOC;
415 $TOC = $toc; // avoid later rebuild
/plugin/pagetemplater/
H A Daction.php38 global $ACT, $INFO, $TOC, $ID;
43 $oldtoc = $TOC;
68 $TOC = $oldtoc;
/plugin/siteexport/renderer/
H A Dpdf.php51 global $TOC, $ID, $INFO;
59 $TOC = $newMeta;
68 global $TOC, $ID;
73 $TOC = $this->toc = array();
79 $TOC = $this->toc;
84 $meta['description']['tableofcontents'] = $TOC;
/plugin/nodetailsxhtml/
H A Drenderer.php33 'toc' => true, // render the TOC?
34 'forceTOC' => false, // shall I force the TOC?
57 global $TOC, $ID, $INFO, $conf;
76 // $TOC = $this->toc = $newMeta; // 2010-08-23 doubled the TOC
77 $TOC = $newMeta['tableofcontents'];
85 // Prepare the TOC
86 global $TOC, $ID;
93 $TOC = $this->toc = array();
99 $TOC
[all...]
/plugin/header2/
H A Drenderer.php102 global $TOC;
103 $TOC = $this->toc;
/plugin/header3/
H A Drenderer.php121 global $TOC;
122 $TOC = $this->toc;
/plugin/footnotestyle/
H A Drenderer.php126 global $TOC;
127 $TOC = $this->toc;
/plugin/toctweak/
H A Dplugin.info.txt6 desc Show tailored table of contents (TOC) of specified page/section in the page content
/plugin/webcomponent/_test/data/pages/
H A Dheading.txt5 …ing a [[https://spec.commonmark.org/0.29/#atx-heading|Atx Markdown heading]] and should show a TOC.
/plugin/webcode/_test/data/pages/
H A Dwebcode.txt7 * [[across_section]]: Across section, the webcode should not break the TOC
H A Dacross_section.txt6 * the TOC should not break
/plugin/exttab3/
H A Dexample.txt81 The headline will be shown in TOC.
94 The headline will be shown in TOC.
/plugin/blogtng/helper/
H A Dentry.php844 global $ID, $TOC, $conf;
861 $backupTOC = $TOC; // the renderer overwrites the global $TOC
869 if ($TOC && $backupTOC !== $TOC && $info['toc']){
870 $renderer->toc = array_merge($renderer->toc, $TOC);
871 $TOC = null; // Reset the global toc as it is included in the renderer now
/plugin/text/
H A Drenderer.php104 global $TOC;
105 $TOC = $this->toc;
/plugin/siteexport/
H A DREADME.md90 Exports the pages into PDF files, one per page. There are options ([TOC](#table-of-contents-definit…
105 #### Use TOC file in Namespace
160 notoc | hide the user defined TOC in the document
162 merge | this will merge all the defined documents from the TOC into the current document.
/plugin/html2pdf/snorriheim/
H A Drtl.css88 /* TOC control */

12