Home
last modified time | relevance | path

Searched refs:fallbackName (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
DChannelGrouping.php26 public $fallbackName; variable in Google\\Service\\DoubleClickBidManager\\ChannelGrouping
37 public function setFallbackName($fallbackName) argument
39 $this->fallbackName = $fallbackName;
46 return $this->fallbackName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DChannelGrouping.php26 public $fallbackName; variable in Google\\Service\\Dfareporting\\ChannelGrouping
41 public function setFallbackName($fallbackName) argument
43 $this->fallbackName = $fallbackName;
50 return $this->fallbackName;
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts2768 getAttribute(name: string, defaultValue?: any, fallbackName?: string): any;
2792 isAttribute(name: string, expectedValue?: any, fallbackName?: string): boolean;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts2768 getAttribute(name: string, defaultValue?: any, fallbackName?: string): any;
2792 isAttribute(name: string, expectedValue?: any, fallbackName?: string): boolean;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js18579 AbstractNode.prototype.getAttribute = function (name, defaultValue, fallbackName) { argument
18580 const value = this.$attr(name, defaultValue, fallbackName)
18610 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) { argument
18611 return this['$attr?'](name, expectedValue, fallbackName)
Dasciidoctor.cjs17101 …* @param {string} [fallbackName] - The String of the attribute to resolve on the Document if the a…
17106 AbstractNode.prototype.getAttribute = function (name, defaultValue, fallbackName) {
17107 const value = this.$attr(name, defaultValue, fallbackName);
17132 …* @param {string} fallbackName - The String of the attribute to resolve on the Document if the att…
17137 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) {
17138 return this['$attr?'](name, expectedValue, fallbackName)
/plugin/pdfjs/pdfjs/build/
Dpdf.js15377 var typeface = "\"".concat(name, "\", ").concat(fontObj.fallbackName);
19938 var fallbackName = font.fallbackName || 'Helvetica, sans-serif';
19939 style.fontFamily = fontFamily + fallbackName;
Dpdf.js.map1fallbackName","selectElement","option","optionElement","IGNORE_TYPES","selector","parentElement","…
Dpdf.worker.js31730 fontFamily: font.fallbackName,
35100 this.fallbackName = this.isMonospace ? 'monospace' : this.isSerifFont ? 'serif' : 'sans-serif';
Dpdf.worker.js.map1fallbackName,\n ascent: font.ascent,\n descent: font.descent,\n v…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42944 AbstractNode.prototype.getAttribute = function (name, defaultValue, fallbackName) { argument
42945 const value = this.$attr(name, defaultValue, fallbackName)
42975 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) { argument
42976 return this['$attr?'](name, expectedValue, fallbackName)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js43196 AbstractNode.prototype.getAttribute = function (name, defaultValue, fallbackName) { argument
43197 const value = this.$attr(name, defaultValue, fallbackName)
43227 AbstractNode.prototype.isAttribute = function (name, expectedValue, fallbackName) { argument
43228 return this['$attr?'](name, expectedValue, fallbackName)