Searched refs:createPreprocessor (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 917 function createPreprocessor(arg: string | PreprocessorFunctions): PreprocessorKlass; 923 function createPreprocessor(name: string, functions: PreprocessorFunctions): PreprocessorKlass;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 917 function createPreprocessor(arg: string | PreprocessorFunctions): PreprocessorKlass; 923 function createPreprocessor(name: string, functions: PreprocessorFunctions): PreprocessorKlass;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 22835 Extensions.createPreprocessor = function (name, functions) { function in Extensions 22853 return this.createPreprocessor(name, functions).$new()
|
| D | asciidoctor.cjs | 21362 Extensions.createPreprocessor = function (name, functions) { 21380 return this.createPreprocessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 47200 Extensions.createPreprocessor = function (name, functions) { function 47218 return this.createPreprocessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 47452 Extensions.createPreprocessor = function (name, functions) { function 47470 return this.createPreprocessor(name, functions).$new()
|