Home
last modified time | relevance | path

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

12345

/plugin/aceeditor/
H A Dbuild.js1 …TagNames|getVersion))?|timer|timerfind|timerfindall|times|timeseries|title|toc|todatenum|toeplitz|…
/plugin/advanced/admin/
H A Dconfig.php559 $toc[] = array(
572 return $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/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/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta2 …k";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}}s:10:"persis…
H A Dbacklinks_exclude_syntax.meta1 …s (excluding exclude namespace)";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}s:8:"relation…
H A Dbacklinks_include_syntax.meta1 … Bob Ross says (including only)";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}s:8:"relation…
H A Dbacklinks_syntax.meta1 …Backlinks to what Bob Ross says";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}s:8:"relation…
H A Dbob_ross_says.meta3 …ite is that it makes you happy.";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}s:8:"relation…
H A Dlink.meta5 …x";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}}s:10:"persis…
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta3 …s";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}}s:10:"persis…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta3 …s";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1;}}s:10:"persis…
/plugin/blogtng/helper/
H A Dentry.php870 $renderer->toc = array_merge($renderer->toc, $TOC);
/plugin/ckgdoku/ckeditor/
H A Dcontents.css.unc190 clear: left; /* ideally 'both', but problems with toc */
/plugin/ckgedit/ckeditor/
H A Dcontents.css.unc187 clear: left; /* ideally 'both', but problems with toc */
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …2', 'timegen',\n 'timer', 'timestamp', 'timestamptovalues', 'tm_test', 'toc',\n 'total', 'tr…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …late|pki:delete-certificate|pki:create-template|pdf:make-toc|pdf:insert-toc-headers|pdf:get-toc|pd…
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php59 * @var array - toc in a dokuwiki format
61 public array $toc; variable in ComboStrap\\FetcherMarkup
1114 if (isset($this->toc)) {
1115 return $this->toc;
H A DFetcherPageBundler.php97 $toc = Toc::createEmpty()
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
109 ->setToc($toc)
H A DOutline.php30 public const TOC_NUMBERING = "toc-numbering";
100 * @param MarkupPath|null $markup - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
117 * @param MarkupPath|null $markupPath - needed to store the parsed toc, h1, ... (null if the markup is dynamic)
518 * @param string $type heading or toc - for {@link Outline::TOC_NUMBERING} or {@link Outline::OUTLINE_HEADING_NUMBERING}
590 * The level counter on the toc are based
850 $toc = $this->toTocDokuwikiFormat();
854 $fetcherMarkup->toc = $toc;
860 $TOC = $toc;
872 ->setValue($toc)
[all...]
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/action/
H A Dtoc.php10 * It will overwrite the toc data with our TOC if any
46 // admin may also have toc
51 $toc = Toc::createForRequestedPage()
53 $event->data = $toc;
/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 {

12345