Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts941 function createTreeProcessor(arg: string | TreeProcessorFunctions): TreeProcessorKlass;
947 function createTreeProcessor(name: string, functions: TreeProcessorFunctions): TreeProcessorKlass;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts941 function createTreeProcessor(arg: string | TreeProcessorFunctions): TreeProcessorKlass;
947 function createTreeProcessor(name: string, functions: TreeProcessorFunctions): TreeProcessorKlass;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js22863 Extensions.createTreeProcessor = function (name, functions) { function in Extensions
22881 return this.createTreeProcessor(name, functions).$new()
Dasciidoctor.cjs21390 Extensions.createTreeProcessor = function (name, functions) {
21408 return this.createTreeProcessor(name, functions).$new()
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js47228 Extensions.createTreeProcessor = function (name, functions) { function
47246 return this.createTreeProcessor(name, functions).$new()
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js47480 Extensions.createTreeProcessor = function (name, functions) { function
47498 return this.createTreeProcessor(name, functions).$new()