Searched refs:docinfoLocation (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 1866 hasDocinfoProcessors(docinfoLocation?: string): boolean;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 1866 hasDocinfoProcessors(docinfoLocation?: string): boolean;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 19777 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)
|
| D | asciidoctor.cjs | 18297 …* @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/ |
| D | asciidoctor.js | 44142 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/ |
| D | asciidoctor.js | 44394 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)
|