Searched refs:createTreeProcessor (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 941 function createTreeProcessor(arg: string | TreeProcessorFunctions): TreeProcessorKlass; 947 function createTreeProcessor(name: string, functions: TreeProcessorFunctions): TreeProcessorKlass;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 941 function createTreeProcessor(arg: string | TreeProcessorFunctions): TreeProcessorKlass; 947 function createTreeProcessor(name: string, functions: TreeProcessorFunctions): TreeProcessorKlass;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 22863 Extensions.createTreeProcessor = function (name, functions) { function in Extensions 22881 return this.createTreeProcessor(name, functions).$new()
|
| D | asciidoctor.cjs | 21390 Extensions.createTreeProcessor = function (name, functions) { 21408 return this.createTreeProcessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 47228 Extensions.createTreeProcessor = function (name, functions) { function 47246 return this.createTreeProcessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 47480 Extensions.createTreeProcessor = function (name, functions) { function 47498 return this.createTreeProcessor(name, functions).$new()
|