Home
last modified time | relevance | path

Searched refs:resolveSubstitutions (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts2718resolveSubstitutions(subs: string, type?: string, defaults?: string[], subject?: string): string[]…
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts2718resolveSubstitutions(subs: string, type?: string, defaults?: string[], subject?: string): string[]…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js18516 AbstractNode.prototype.resolveSubstitutions = function (subs, type, defaults, subject) { method in AbstractNode
18536 return this.resolveSubstitutions(subs, 'block', defaults, subject)
18545 return this.resolveSubstitutions(subs, 'inline', undefined, 'passthrough macro')
Dasciidoctor.cjs17043 AbstractNode.prototype.resolveSubstitutions = function (subs, type, defaults, subject) {
17058 * Call {@link AbstractNode#resolveSubstitutions} for the 'block' type.
17060 * @see {@link AbstractNode#resolveSubstitutions}
17063 return this.resolveSubstitutions(subs, 'block', defaults, subject)
17067 …* Call {@link AbstractNode#resolveSubstitutions} for the 'inline' type with the subject set as pas…
17069 * @see {@link AbstractNode#resolveSubstitutions}
17072 return this.resolveSubstitutions(subs, 'inline', undefined, 'passthrough macro')
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42881 AbstractNode.prototype.resolveSubstitutions = function (subs, type, defaults, subject) { method in AbstractNode
42901 return this.resolveSubstitutions(subs, 'block', defaults, subject)
42910 return this.resolveSubstitutions(subs, 'inline', undefined, 'passthrough macro')
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js43133 AbstractNode.prototype.resolveSubstitutions = function (subs, type, defaults, subject) { method in AbstractNode
43153 return this.resolveSubstitutions(subs, 'block', defaults, subject)
43162 return this.resolveSubstitutions(subs, 'inline', undefined, 'passthrough macro')