Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts965 function createIncludeProcessor(arg: string | IncludeProcessorFunctions): IncludeProcessorKlass;
971 …function createIncludeProcessor(name: string, functions: IncludeProcessorFunctions): IncludeProces…
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts965 function createIncludeProcessor(arg: string | IncludeProcessorFunctions): IncludeProcessorKlass;
971 …function createIncludeProcessor(name: string, functions: IncludeProcessorFunctions): IncludeProces…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js22891 Extensions.createIncludeProcessor = function (name, functions) { function in Extensions
22909 return this.createIncludeProcessor(name, functions).$new()
Dasciidoctor.cjs21418 Extensions.createIncludeProcessor = function (name, functions) {
21436 return this.createIncludeProcessor(name, functions).$new()
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js47256 Extensions.createIncludeProcessor = function (name, functions) { function
47274 return this.createIncludeProcessor(name, functions).$new()
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js47508 Extensions.createIncludeProcessor = function (name, functions) { function
47526 return this.createIncludeProcessor(name, functions).$new()