Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1866 hasDocinfoProcessors(docinfoLocation?: string): boolean;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts1866 hasDocinfoProcessors(docinfoLocation?: string): boolean;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js19777 Document.prototype.getDocinfo = function (docinfoLocation, suffix) { argument
19778 return this.$docinfo(docinfoLocation, suffix)
19786 Document.prototype.hasDocinfoProcessors = function (docinfoLocation) { argument
19787 return this['$docinfo_processors?'](docinfoLocation)
Dasciidoctor.cjs18297 …* @param {string} docinfoLocation - The Symbol location of the docinfo (e.g., head, footer, etc). …
18304 Document.prototype.getDocinfo = function (docinfoLocation, suffix) {
18305 return this.$docinfo(docinfoLocation, suffix)
18309 …* @param {string} [docinfoLocation] - A {string} for checking docinfo extensions at a given locati…
18313 Document.prototype.hasDocinfoProcessors = function (docinfoLocation) {
18314 return this['$docinfo_processors?'](docinfoLocation)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js44142 Document.prototype.getDocinfo = function (docinfoLocation, suffix) { argument
44143 return this.$docinfo(docinfoLocation, suffix)
44151 Document.prototype.hasDocinfoProcessors = function (docinfoLocation) { argument
44152 return this['$docinfo_processors?'](docinfoLocation)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js44394 Document.prototype.getDocinfo = function (docinfoLocation, suffix) { argument
44395 return this.$docinfo(docinfoLocation, suffix)
44403 Document.prototype.hasDocinfoProcessors = function (docinfoLocation) { argument
44404 return this['$docinfo_processors?'](docinfoLocation)