Home
last modified time | relevance | path

Searched refs:createListItem (Results 1 – 7 of 7) sorted by relevance

/plugin/visualindex/syntax/
H A Dvisualindex.php284 public function createListItem($parentNamespace, $pageID, $isHomepage = false) { function in syntax_plugin_visualindex_visualindex
347 $items[] = $this->createListItem($namespace, $child);
354 $items[] = $this->createListItem($childNamespace, $start);
357 $items[] = $this->createListItem($childNamespace, $childID);
360 $items[] = $this->createListItem($namespace, $childID);
378 $items[] = $this->createListItem($namespace, $childID, $isHomepage);
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1269 createListItem(parent: List, text?: string): ListItem;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts1269 createListItem(parent: List, text?: string): ListItem;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js22350 Processor.prototype.createListItem = function (parent, text) { method in Processor
Dasciidoctor.cjs20877 Processor.prototype.createListItem = function (parent, text) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js46715 Processor.prototype.createListItem = function (parent, text) { method in Processor
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js46967 Processor.prototype.createListItem = function (parent, text) { method in Processor