Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts854 interface InlineMacroProcessorInstance extends InlineMacroProcessor {
1049 function newInlineMacroProcessor(arg: string | InlineMacroFunctions): InlineMacroProcessor;
1055 …ction newInlineMacroProcessor(name: string, functions: InlineMacroFunctions): InlineMacroProcessor;
1096 …InlineMacroProcessorDsl) => void) | typeof InlineMacroProcessorKlass | InlineMacroProcessor): void;
1097 …InlineMacroProcessorDsl) => void) | typeof InlineMacroProcessorKlass | InlineMacroProcessor): void;
1224 getInlineMacros(): InlineMacroProcessor[];
1232 getInlineMacroFor(name: string): InlineMacroProcessor | undefined;
1423 class InlineMacroProcessor extends MacroProcessor {
1433 …process(block: (this: InlineMacroProcessor, parent: Document, target: string, attributes: any) => …
1463 class InlineMacroProcessorKlass extends OpalKlass<InlineMacroProcessor> {
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts854 interface InlineMacroProcessorInstance extends InlineMacroProcessor {
1049 function newInlineMacroProcessor(arg: string | InlineMacroFunctions): InlineMacroProcessor;
1055 …ction newInlineMacroProcessor(name: string, functions: InlineMacroFunctions): InlineMacroProcessor;
1096 …InlineMacroProcessorDsl) => void) | typeof InlineMacroProcessorKlass | InlineMacroProcessor): void;
1097 …InlineMacroProcessorDsl) => void) | typeof InlineMacroProcessorKlass | InlineMacroProcessor): void;
1224 getInlineMacros(): InlineMacroProcessor[];
1232 getInlineMacroFor(name: string): InlineMacroProcessor | undefined;
1423 class InlineMacroProcessor extends MacroProcessor {
1433 …process(block: (this: InlineMacroProcessor, parent: Document, target: string, attributes: any) => …
1463 class InlineMacroProcessorKlass extends OpalKlass<InlineMacroProcessor> {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs14844 var self = $klass($base, $super, 'InlineMacroProcessor');
14894 $const_set($$('InlineMacroProcessor'), 'DSL', $$('InlineMacroProcessorDsl'));
20370 * and converted. Custom inline macros are processed by associated {InlineMacroProcessor}s.
20664 * Checks whether any {{@link Extensions/InlineMacroProcessor}} extensions have been registered.
20667 …* @returns a {boolean} indicating whether any {{@link Extensions/InlineMacroProcessor}} extensions…
20745 …* Retrieves the Extension proxy objects for all the {{@link Extensions/InlineMacroProcessor}} inst…
20755 …* Get any {{@link Extensions/InlineMacroProcessor}} extensions are registered to handle the specif…
20759 …* @returns the Extension proxy object for the {{@link Extensions/InlineMacroProcessor}} that match…
21193 * @module Extensions/InlineMacroProcessor
21195 const InlineMacroProcessor = Extensions.InlineMacroProcessor;
[all …]
Dasciidoctor.js22668 const InlineMacroProcessor = Extensions.InlineMacroProcessor constant
22674 InlineMacroProcessor.prototype.defaultAttributes = function (value) { class
22682 InlineMacroProcessor.prototype.getName = function () {
22691 InlineMacroProcessor.prototype.parseContentAs = function (value) {
22699 InlineMacroProcessor.prototype.matchFormat = function (value) {
22707 InlineMacroProcessor.prototype.match = function (value) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js47033 const InlineMacroProcessor = Extensions.InlineMacroProcessor
47039 InlineMacroProcessor.prototype.defaultAttributes = function (value) { class
47047 InlineMacroProcessor.prototype.getName = function () {
47056 InlineMacroProcessor.prototype.parseContentAs = function (value) {
47064 InlineMacroProcessor.prototype.matchFormat = function (value) {
47072 InlineMacroProcessor.prototype.match = function (value) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js47285 const InlineMacroProcessor = Extensions.InlineMacroProcessor
47291 InlineMacroProcessor.prototype.defaultAttributes = function (value) { class
47299 InlineMacroProcessor.prototype.getName = function () {
47308 InlineMacroProcessor.prototype.parseContentAs = function (value) {
47316 InlineMacroProcessor.prototype.matchFormat = function (value) {
47324 InlineMacroProcessor.prototype.match = function (value) {