Searched refs:createBlockMacroProcessor (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 1061 function createBlockMacroProcessor(arg: string | BlockMacroFunctions): BlockMacroProcessorKlass; 1067 …function createBlockMacroProcessor(name: string, functions: BlockMacroFunctions): BlockMacroProces…
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 1061 function createBlockMacroProcessor(arg: string | BlockMacroFunctions): BlockMacroProcessorKlass; 1067 …function createBlockMacroProcessor(name: string, functions: BlockMacroFunctions): BlockMacroProces…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 23003 Extensions.createBlockMacroProcessor = function (name, functions) { function in Extensions 23021 return this.createBlockMacroProcessor(name, functions).$new()
|
| D | asciidoctor.cjs | 21530 Extensions.createBlockMacroProcessor = function (name, functions) { 21548 return this.createBlockMacroProcessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 47368 Extensions.createBlockMacroProcessor = function (name, functions) { function 47386 return this.createBlockMacroProcessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 47620 Extensions.createBlockMacroProcessor = function (name, functions) { function 47638 return this.createBlockMacroProcessor(name, functions).$new()
|