Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts764 interface IncludeProcessorInstance extends IncludeProcessor {
977 function newIncludeProcessor(arg: string | IncludeProcessorFunctions): IncludeProcessor;
983 …function newIncludeProcessor(name: string, functions: IncludeProcessorFunctions): IncludeProcessor;
1102 …or: ((this: IncludeProcessorDsl) => void) | typeof IncludeProcessorKlass | IncludeProcessor): void;
1188 getIncludeProcessors(): IncludeProcessor[];
1436 class IncludeProcessor {
1437 …process(this: IncludeProcessor, document: Document, reader: Reader, target: string, attributes: an…
1469 class IncludeProcessorKlass extends OpalKlass<IncludeProcessor> {
1523 …process(block: (this: IncludeProcessor, document: Document, reader: Reader, target: string, attrib…
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts764 interface IncludeProcessorInstance extends IncludeProcessor {
977 function newIncludeProcessor(arg: string | IncludeProcessorFunctions): IncludeProcessor;
983 …function newIncludeProcessor(name: string, functions: IncludeProcessorFunctions): IncludeProcessor;
1102 …or: ((this: IncludeProcessorDsl) => void) | typeof IncludeProcessorKlass | IncludeProcessor): void;
1188 getIncludeProcessors(): IncludeProcessor[];
1436 class IncludeProcessor {
1437 …process(this: IncludeProcessor, document: Document, reader: Reader, target: string, attributes: an…
1469 class IncludeProcessorKlass extends OpalKlass<IncludeProcessor> {
1523 …process(block: (this: IncludeProcessor, document: Document, reader: Reader, target: string, attrib…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs14637 var self = $klass($base, $super, 'IncludeProcessor');
14646 …return self.$raise($$$('NotImplementedError'), "" + ($$('IncludeProcessor')) + " subclass " + (sel…
14675 $const_set($$('IncludeProcessor'), 'DSL', $$('IncludeProcessorDsl'));
18745 …* This method is typically used in an IncludeProcessor to add source read from the target specifie…
20363 * the source lines before parsing begins. {{@link Extensions/IncludeProcessor}}s are used to
20613 * Checks whether any {{@link Extensions/IncludeProcessor}} extensions have been registered.
20616 …* @returns a {boolean} indicating whether any {{@link Extensions/IncludeProcessor}} extensions are…
20694 …* Retrieves the Extension proxy objects for all the {{@link Extensions/IncludeProcessor}} instance…
20804 * the {@link Extensions/IncludeProcessor},
21240 * @module Extensions/IncludeProcessor
[all …]
Dasciidoctor.js22715 const IncludeProcessor = Extensions.IncludeProcessor constant
22720 IncludeProcessor.prototype.handles = function (block) { class
22727 IncludeProcessor.prototype.prefer = function () {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js47080 const IncludeProcessor = Extensions.IncludeProcessor
47085 IncludeProcessor.prototype.handles = function (block) { class
47092 IncludeProcessor.prototype.prefer = function () {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js47332 const IncludeProcessor = Extensions.IncludeProcessor
47337 IncludeProcessor.prototype.handles = function (block) { class
47344 IncludeProcessor.prototype.prefer = function () {