Searched refs:createIncludeProcessor (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 965 function createIncludeProcessor(arg: string | IncludeProcessorFunctions): IncludeProcessorKlass; 971 …function createIncludeProcessor(name: string, functions: IncludeProcessorFunctions): IncludeProces…
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 965 function createIncludeProcessor(arg: string | IncludeProcessorFunctions): IncludeProcessorKlass; 971 …function createIncludeProcessor(name: string, functions: IncludeProcessorFunctions): IncludeProces…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 22891 Extensions.createIncludeProcessor = function (name, functions) { function in Extensions 22909 return this.createIncludeProcessor(name, functions).$new()
|
| D | asciidoctor.cjs | 21418 Extensions.createIncludeProcessor = function (name, functions) { 21436 return this.createIncludeProcessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 47256 Extensions.createIncludeProcessor = function (name, functions) { function 47274 return this.createIncludeProcessor(name, functions).$new()
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 47508 Extensions.createIncludeProcessor = function (name, functions) { function 47526 return this.createIncludeProcessor(name, functions).$new()
|