Home
last modified time | relevance | path

Searched refs:toc (Results 51 – 75 of 125) sorted by last modified time

12345

/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DAsIsNormalizerStrategy.php31 public function __construct(TableOfContents $toc)
33 $this->parentListBlock = $toc;
27 __construct(TableOfContents $toc) global() argument
H A DFlatNormalizerStrategy.php22 private TableOfContents $toc; argument
24 public function __construct(TableOfContents $toc)
26 $this->toc = $toc;
31 $this->toc->appendChild($listItemToAdd);
20 private $toc; global() variable in League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\FlatNormalizerStrategy
H A DRelativeNormalizerStrategy.php23 private TableOfContents $toc;
32 public function __construct(TableOfContents $toc)
34 $this->toc = $toc;
58 $targetListBlock = $this->toc;
21 private $toc; global() variable in League\\CommonMark\\Extension\\TableOfContents\\Normalizer\\RelativeNormalizerStrategy
26 __construct(TableOfContents $toc) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php72 $toc = $this->createToc($document);
74 $normalizer = $this->getNormalizer($toc);
94 $toc->setStartLine($firstHeading->getStartLine());
95 $toc->setEndLine($heading->getEndLine());
100 $listItem = new ListItem($toc->getListData());
110 if (! $toc->hasChildren() || $firstHeading === null) {
114 return $toc;
129 $toc = new TableOfContents($listData);
131 $toc->setStartLine($document->getStartLine());
132 $toc
142 getNormalizer(TableOfContents $toc) global() argument
[all...]
/plugin/pdftools/
H A DREADME.md34 * toc = 0 (no table of content)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …ermaidAPI.js src/config.js src/defaultConfig.js --shallow -f md --markdown-toc false > docs/Setup.…
H A D3.3.js.map1 … },\n {\n \"name\": \"doc-toc\"\n …
/plugin/dirtylittlehelper/
H A Dscript.js775 let toc = item.toc;
776 let title = toc.title ? ' (' + linksuggest_escape(toc.title) + ')' : '';
778 return linksuggest_escape(toc.hid) + title;
783 let toc = item.toc;
790 return '[[' + link + '#' + toc.hid;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt1058 ['toc']=>array() { //
1070 ['toc']=>boolean() //
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …2', 'timegen',\n 'timer', 'timestamp', 'timestamptovalues', 'tm_test', 'toc',\n 'total', 'tr…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/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/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3 <!-- div class="toc-container" -->
9649 [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl)
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml836 url: '/toc.html'
849 'url' => '/toc.html'
/plugin/ckgdoku/ckeditor/
H A Dcontents.css.unc190 clear: left; /* ideally 'both', but problems with toc */
/plugin/rplus/
H A Drenderer.php171 $TOC = $this->toc;
/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/loadskin/
H A Dstyle.css26 .dokuwiki div.toc,
30 [dir=rtl] .dokuwiki div.toc,

12345