Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts1806 playbackAttributes(blockAttributes: Block.Attributes): void;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts1806 playbackAttributes(blockAttributes: Block.Attributes): void;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js19683 Document.prototype.playbackAttributes = function (blockAttributes) { argument
19684 blockAttributes = toHash(blockAttributes)
19685 if (blockAttributes) {
19686 const attrEntries = blockAttributes['$[]']('attribute_entries')
19704 blockAttributes['$[]=']('attribute_entries', result)
19707 this.$playback_attributes(blockAttributes)
Dasciidoctor.cjs18207 * @param {Object} blockAttributes - A JSON of attributes
18210 Document.prototype.playbackAttributes = function (blockAttributes) {
18211 blockAttributes = toHash(blockAttributes);
18212 if (blockAttributes) {
18213 const attrEntries = blockAttributes['$[]']('attribute_entries');
18231 blockAttributes['$[]=']('attribute_entries', result);
18234 this.$playback_attributes(blockAttributes);
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js44048 Document.prototype.playbackAttributes = function (blockAttributes) { argument
44049 blockAttributes = toHash(blockAttributes)
44050 if (blockAttributes) {
44051 const attrEntries = blockAttributes['$[]']('attribute_entries')
44069 blockAttributes['$[]=']('attribute_entries', result)
44072 this.$playback_attributes(blockAttributes)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js44300 Document.prototype.playbackAttributes = function (blockAttributes) { argument
44301 blockAttributes = toHash(blockAttributes)
44302 if (blockAttributes) {
44303 const attrEntries = blockAttributes['$[]']('attribute_entries')
44321 blockAttributes['$[]=']('attribute_entries', result)
44324 this.$playback_attributes(blockAttributes)