Home
last modified time | relevance | path

Searched refs:toc_depth (Results 1 – 25 of 112) sorted by relevance

12345

/dports/textproc/py-markdown/Markdown-3.3.4/tests/test_syntax/extensions/
H A Dtest_toc.py153 extensions=[TocExtension(toc_depth='3-4')]
202 extensions=[TocExtension(toc_depth=2)]
258 extensions=[TocExtension(toc_depth='3-4', anchorlink=True)]
314 extensions=[TocExtension(toc_depth='3-4', permalink=True)]
366 extensions=[TocExtension(toc_depth='4-5', baselevel=3)]
415 extensions=[TocExtension(toc_depth=3, baselevel=2)]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/
H A Dgithub_document.R19 toc_depth = 3, argument
45 variant = variant, toc = toc, toc_depth = toc_depth,
H A Dmd_document.R53 toc_depth = 3, argument
67 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dword_document.R43 toc_depth = 3, argument
75 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Drtf_document.R39 toc_depth = 3, argument
58 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dpdf_document.R90 toc_depth = 2, argument
112 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dhtml_document.R192 toc_depth = 3, argument
227 args <- c(args, pandoc_toc_args(toc, toc_depth))
259 selectors <- paste0("h", seq(1, toc_depth), collapse = ",")
H A Dhtml_notebook.R21 toc_depth = 3, argument
196 toc_depth = toc_depth,
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Dgithub_document.R20 toc_depth = 3, argument
60 variant = variant, toc = toc, toc_depth = toc_depth,
H A Drtf_document.R33 toc_depth = 3, argument
53 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dword_document.R35 toc_depth = 3, argument
59 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dpowerpoint_presentation.R12 toc = FALSE, toc_depth = 2, number_sections = FALSE, argument
30 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dcontext_document.R34 toc_depth = 2, argument
77 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dmd_document.R39 toc_depth = 3, argument
56 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dhtml_document.R216 toc_depth = 3, argument
251 args <- c(args, pandoc_toc_args(toc, toc_depth))
284 selectors <- paste0("h", seq(1, toc_depth), collapse = ",")
H A Dpdf_document.R90 toc_depth = 2, argument
114 args <- c(args, pandoc_toc_args(toc, toc_depth))
H A Dhtml_notebook.R20 toc_depth = 3, argument
194 toc_depth = toc_depth,
/dports/textproc/libextractor/libextractor-1.11/src/plugins/
H A Dgstreamer_extractor.c855 int toc_depth; member
1863 ps->toc_depth * 2, in send_toc_tags_foreach()
1866 ps->toc_depth * 2, in send_toc_tags_foreach()
1867 ps->toc_depth * 2, " ", in send_toc_tags_foreach()
1916 ps->toc_depth * 2, " ", in send_toc_foreach()
1931 ps->toc_depth++; in send_toc_foreach()
1942 ps->toc_depth++; in send_toc_foreach()
1944 ps->toc_depth--; in send_toc_foreach()
1956 ps->toc_depth--; in send_toc_foreach()
1959 ps->toc_depth * 2, in send_toc_foreach()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/man/
H A Dpandoc_args.Rd21 pandoc_toc_args(toc, toc_depth = 3)
47 \item{toc_depth}{Depth of headers to include in table of contents.}
74 pandoc_toc_args(toc = TRUE, toc_depth = 2)
H A Drtf_document.Rd7 rtf_document(toc = FALSE, toc_depth = 3, fig_width = 5, fig_height = 4,
13 \item{toc_depth}{Depth of headers to include in table of contents}
H A Dgithub_document.Rd7 github_document(toc = FALSE, toc_depth = 3, fig_width = 7,
15 \item{toc_depth}{Depth of headers to include in table of contents}
/dports/textproc/R-cran-rmarkdown/rmarkdown/man/
H A Dpandoc_args.Rd25 pandoc_toc_args(toc, toc_depth = 3)
55 \item{toc_depth}{Depth of headers to include in table of contents.}
92 pandoc_toc_args(toc = TRUE, toc_depth = 2)
H A Drtf_document.Rd9 toc_depth = 3,
21 \item{toc_depth}{Depth of headers to include in table of contents}
H A Dpowerpoint_presentation.Rd9 toc_depth = 2,
25 \item{toc_depth}{Depth of headers to include in table of contents}
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pml/
H A Dpmlml.py288 toc_title, toc_depth = self.toc[toc_page].get(toc_x, (None, 0))
290 toc_depth = max(min(toc_depth, 4), 0)
291 text.append(r'\C%s="%s"' % (toc_depth, toc_title))

12345