Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts917 function createPreprocessor(arg: string | PreprocessorFunctions): PreprocessorKlass;
923 function createPreprocessor(name: string, functions: PreprocessorFunctions): PreprocessorKlass;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts917 function createPreprocessor(arg: string | PreprocessorFunctions): PreprocessorKlass;
923 function createPreprocessor(name: string, functions: PreprocessorFunctions): PreprocessorKlass;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js22835 Extensions.createPreprocessor = function (name, functions) { function in Extensions
22853 return this.createPreprocessor(name, functions).$new()
Dasciidoctor.cjs21362 Extensions.createPreprocessor = function (name, functions) {
21380 return this.createPreprocessor(name, functions).$new()
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js47200 Extensions.createPreprocessor = function (name, functions) { function
47218 return this.createPreprocessor(name, functions).$new()
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js47452 Extensions.createPreprocessor = function (name, functions) { function
47470 return this.createPreprocessor(name, functions).$new()