Home
last modified time | relevance | path

Searched refs:toc (Results 76 – 100 of 125) sorted by last modified time

12345

/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template175 clear: left; /* ideally 'both', but problems with toc */
H A Dfck_editorarea_RTL.css501 ul.toc {
506 ul.toc li {
512 ul.toc li.clear {
H A Dfck_editorarea.css175 clear: left; /* ideally 'both', but problems with toc */
/plugin/toctweak/
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 Dall.less97 Similar DokuWiki Built-in toc
136 // in case of toc list jumping one level
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/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/tocselect/
H A Daction.php80 $toc = p_get_metadata($id,'description tableofcontents');
81 if(!$toc) return "";
89 foreach ($toc as $head) {
/plugin/condition/
H A Dsyntax.php218 $toc = $renderer->toc;
226 $renderer->toc = array_merge($toc, $renderer->toc);
/plugin/ebookexport/
H A Daction.php56 $tocarray = $Renderer->toc;
156 $toc = "<?xml version='1.0' encoding='utf-8'?>";
158 $toc .= '<head>';
160 $toc .= '<meta content="2" name="dtb:depth"/>';
164 $toc .= '</head>';
165 $toc .= '<docTitle>';
166 $toc .= '<text>Titel</text>';
167 $toc .= '</docTitle>';
168 $toc .= '<navMap>';
173 $toc .= '</navPoint>';
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …rcemaps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl)\n\t …
/plugin/anewssystem/
H A Dstyle.css287 /*____________ NEWS Archive style-class = toc ________________________________*/
310 background: url("images/toc-arrows.png") repeat scroll 0 0 transparent;
328 list-style-image: url("images/toc-bullet.png");
/plugin/inlinetoc/
H A DREADME.md5 This plugin renders the toc of a page inside the page content, a la Mediawiki.
24 on dokuwiki's internal toc processor to build the page's toc.
30 plugin (http://www.dokuwiki.org/plugin:toc)
H A Dplugin.info.txt6 desc Renders the toc of a page inside the page content, a la Mediawiki
/plugin/header2/
H A Drenderer.php101 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
103 $TOC = $this->toc;
/plugin/header3/
H A Drenderer.php120 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
122 $TOC = $this->toc;
/plugin/odp/
H A Drenderer.php210 $this->toc = '';
/plugin/ajaxpeon/
H A Daction.php170 …$toc = isset($meta['description']['tableofcontents']) ? $meta['description']['tableofcontents'] : …
171 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
172 $toc = array();
175 trigger_event('TPL_TOC_RENDER', $toc, null, false);
176 $html = html_TOC($toc);
214 function html_TOC($toc){ argument
215 if(!count($toc)) return '';
223 $out .= html_buildlist($toc,'toc','html_list_toc','html_li_default',true);
/plugin/twcheckliste/
H A Drenderer.php.old85 // we don't care for footnotes and toc
/plugin/npd/action/
H A Dnew.php14 var $toc = false; variable in action_plugin_npd_new
/plugin/html2pdf/snorriheim/
H A Dprint.css234 .toc, .footerinc, .header, .bar, .user {display:none}
H A Drtl.css89 div.dokuwiki div.toc {
101 div.dokuwiki ul.toc {
106 div.dokuwiki ul.toc li {
112 div.dokuwiki ul.toc li.clear {
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1toc-wrapper";}s:4:"body";O:21:"CSSPropertyCollection":4:{s:11:"_properties";a:3:{i:0;O:22:"CSSProp…

12345