Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1261 createList(parent: AbstractBlock, context: string, attrs?: any): List;
1280 createImageBlock(parent: AbstractBlock, attrs: Image.Attributes, opts?: Block.Options): Block;
1289 …createParagraph(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Option…
1298 …createOpenBlock(parent: AbstractBlock, source?: string | string[], attrs?: any, opts?: Block.Optio…
1307 …createExampleBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Opt…
1316 …createPassBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Option…
1325 …createListingBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Opt…
1334 …createLiteralBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Opt…
1344 …createBlock(parent: AbstractBlock, context: string, source: string | string[], attrs?: any, opts?:…
1353 createAnchor(parent: AbstractBlock, text: string, opts?: Inline.Options): Inline;
[all …]
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts1261 createList(parent: AbstractBlock, context: string, attrs?: any): List;
1280 createImageBlock(parent: AbstractBlock, attrs: Image.Attributes, opts?: Block.Options): Block;
1289 …createParagraph(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Option…
1298 …createOpenBlock(parent: AbstractBlock, source?: string | string[], attrs?: any, opts?: Block.Optio…
1307 …createExampleBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Opt…
1316 …createPassBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Option…
1325 …createListingBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Opt…
1334 …createLiteralBlock(parent: AbstractBlock, source: string | string[], attrs?: any, opts?: Block.Opt…
1344 …createBlock(parent: AbstractBlock, context: string, source: string | string[], attrs?: any, opts?:…
1353 createAnchor(parent: AbstractBlock, text: string, opts?: Inline.Options): Inline;
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php18 use League\CommonMark\Node\Block\AbstractBlock; alias
76 if (! $isFirstItem && $node instanceof AbstractBlock) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs4149 var self = $klass($base, $super, 'AbstractBlock');
4179 } else if ($eqeqeq($$('AbstractBlock'), parent)) {
4950 })($nesting[0], $$('AbstractBlock'), $nesting)
6758 })($nesting[0], $$('AbstractBlock'), $nesting)
6909 })($nesting[0], $$('AbstractBlock'));
6986 })($nesting[0], $$('AbstractBlock'), $nesting);
11256 })($nesting[0], $$('AbstractBlock'), $nesting)
11551 })($nesting[0], $$('AbstractBlock'), $nesting);
11805 })($$('Table'), $$('AbstractBlock'), $nesting);
15602 })($nesting[0], $$('AbstractBlock'))
[all …]
Dasciidoctor.js17917 const AbstractBlock = Opal.Asciidoctor.AbstractBlock constant
17924 AbstractBlock.prototype.getContentModel = function () { class
17939 AbstractBlock.prototype.setContentModel = function (contentModel) {
17949 AbstractBlock.prototype.append = function (block) {
17967 AbstractBlock.prototype.getTitle = function () {
17979 AbstractBlock.prototype.setTitle = function (title) {
18002 AbstractBlock.prototype.assignCaption = function (value, captionContext) {
18019 AbstractBlock.prototype.getCaptionedTitle = function () {
18029 AbstractBlock.prototype.getStyle = function () {
18040 AbstractBlock.prototype.setStyle = function (style) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42282 const AbstractBlock = Opal.Asciidoctor.AbstractBlock
42289 AbstractBlock.prototype.getContentModel = function () { class
42304 AbstractBlock.prototype.setContentModel = function (contentModel) {
42314 AbstractBlock.prototype.append = function (block) {
42332 AbstractBlock.prototype.getTitle = function () {
42344 AbstractBlock.prototype.setTitle = function (title) {
42367 AbstractBlock.prototype.assignCaption = function (value, captionContext) {
42384 AbstractBlock.prototype.getCaptionedTitle = function () {
42394 AbstractBlock.prototype.getStyle = function () {
42405 AbstractBlock.prototype.setStyle = function (style) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js42534 const AbstractBlock = Opal.Asciidoctor.AbstractBlock
42541 AbstractBlock.prototype.getContentModel = function () { class
42556 AbstractBlock.prototype.setContentModel = function (contentModel) {
42566 AbstractBlock.prototype.append = function (block) {
42584 AbstractBlock.prototype.getTitle = function () {
42596 AbstractBlock.prototype.setTitle = function (title) {
42619 AbstractBlock.prototype.assignCaption = function (value, captionContext) {
42636 AbstractBlock.prototype.getCaptionedTitle = function () {
42646 AbstractBlock.prototype.getStyle = function () {
42657 AbstractBlock.prototype.setStyle = function (style) {
[all …]