Searched refs:resolveSubstitutions (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 2718 …resolveSubstitutions(subs: string, type?: string, defaults?: string[], subject?: string): string[]…
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 2718 …resolveSubstitutions(subs: string, type?: string, defaults?: string[], subject?: string): string[]…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 18516 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')
|
| D | asciidoctor.cjs | 17043 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/ |
| D | asciidoctor.js | 42881 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/ |
| D | asciidoctor.js | 43133 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')
|