Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1730 getRevisionDate(): string | undefined;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts1730 getRevisionDate(): string | undefined;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js19238 Document.prototype.getRevisionDate = function () { method in Document
19248 return this.getRevisionDate()
19629 …return new Document.RevisionInfo(this.getRevisionDate(), this.getRevisionNumber(), this.getRevisio…
Dasciidoctor.cjs17765 Document.prototype.getRevisionDate = function () {
17770 * @see Document#getRevisionDate
17775 return this.getRevisionDate()
18156 …return new Document.RevisionInfo(this.getRevisionDate(), this.getRevisionNumber(), this.getRevisio…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js43603 Document.prototype.getRevisionDate = function () { method in Document
43613 return this.getRevisionDate()
43994 …return new Document.RevisionInfo(this.getRevisionDate(), this.getRevisionNumber(), this.getRevisio…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js43855 Document.prototype.getRevisionDate = function () { method in Document
43865 return this.getRevisionDate()
44246 …return new Document.RevisionInfo(this.getRevisionDate(), this.getRevisionNumber(), this.getRevisio…