Searched refs:DocinfoProcessor (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 809 interface DocinfoProcessorInstance extends DocinfoProcessor { 1001 function newDocinfoProcessor(arg: string | DocinfoProcessorFunctions): DocinfoProcessor; 1007 …function newDocinfoProcessor(name: string, functions: DocinfoProcessorFunctions): DocinfoProcessor; 1110 …or: ((this: DocinfoProcessorDsl) => void) | typeof DocinfoProcessorKlass | DocinfoProcessor): void; 1203 getDocinfoProcessors(location?: string): DocinfoProcessor[]; 1452 class DocinfoProcessor extends Processor { 1453 process(this: DocinfoProcessor, document: Document): any; 1478 class DocinfoProcessorKlass extends OpalKlass<DocinfoProcessor> { 1549 process(block: (this: DocinfoProcessor, document: Document) => void): void;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 809 interface DocinfoProcessorInstance extends DocinfoProcessor { 1001 function newDocinfoProcessor(arg: string | DocinfoProcessorFunctions): DocinfoProcessor; 1007 …function newDocinfoProcessor(name: string, functions: DocinfoProcessorFunctions): DocinfoProcessor; 1110 …or: ((this: DocinfoProcessorDsl) => void) | typeof DocinfoProcessorKlass | DocinfoProcessor): void; 1203 getDocinfoProcessors(location?: string): DocinfoProcessor[]; 1452 class DocinfoProcessor extends Processor { 1453 process(this: DocinfoProcessor, document: Document): any; 1478 class DocinfoProcessorKlass extends OpalKlass<DocinfoProcessor> { 1549 process(block: (this: DocinfoProcessor, document: Document) => void): void;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 14677 var self = $klass($base, $super, 'DocinfoProcessor'); 14699 …return self.$raise($$$('NotImplementedError'), "" + ($$('DocinfoProcessor')) + " subclass " + (sel… 14715 $const_set($$('DocinfoProcessor'), 'DSL', $$('DocinfoProcessorDsl')); 20633 * Checks whether any {{@link Extensions/DocinfoProcessor}} extensions have been registered. 20637 …* @returns a {boolean} indicating whether any {{@link Extensions/DocinfoProcessor}} extensions are… 20714 …* Retrieves the Extension proxy objects for all the {{@link Extensions/DocinfoProcessor}} instance… 20808 * or the {@link Extensions/DocinfoProcessor} 21299 * @module Extensions/DocinfoProcessor 21301 const DocinfoProcessor = Extensions.DocinfoProcessor; 21304 * @memberof Extensions/DocinfoProcessor [all …]
|
| D | asciidoctor.js | 22774 const DocinfoProcessor = Extensions.DocinfoProcessor constant 22779 DocinfoProcessor.prototype.prefer = function () { class 22787 DocinfoProcessor.prototype.atLocation = function (value) {
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 47139 const DocinfoProcessor = Extensions.DocinfoProcessor 47144 DocinfoProcessor.prototype.prefer = function () { class 47152 DocinfoProcessor.prototype.atLocation = function (value) {
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 47391 const DocinfoProcessor = Extensions.DocinfoProcessor 47396 DocinfoProcessor.prototype.prefer = function () { class 47404 DocinfoProcessor.prototype.atLocation = function (value) {
|