| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/ |
| D | ChannelGrouping.php | 26 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/ |
| D | ChannelGrouping.php | 26 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/ |
| D | index.d.ts | 2768 getAttribute(name: string, defaultValue?: any, fallbackName?: string): any; 2792 isAttribute(name: string, expectedValue?: any, fallbackName?: string): boolean;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 2768 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/ |
| D | asciidoctor.js | 18579 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)
|
| D | asciidoctor.cjs | 17101 …* @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/ |
| D | pdf.js | 15377 var typeface = "\"".concat(name, "\", ").concat(fontObj.fallbackName); 19938 var fallbackName = font.fallbackName || 'Helvetica, sans-serif'; 19939 style.fontFamily = fontFamily + fallbackName;
|
| D | pdf.js.map | 1 …fallbackName","selectElement","option","optionElement","IGNORE_TYPES","selector","parentElement","…
|
| D | pdf.worker.js | 31730 fontFamily: font.fallbackName, 35100 this.fallbackName = this.isMonospace ? 'monospace' : this.isSerifFont ? 'serif' : 'sans-serif';
|
| D | pdf.worker.js.map | 1 …fallbackName,\n ascent: font.ascent,\n descent: font.descent,\n v…
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 42944 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/ |
| D | asciidoctor.js | 43196 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)
|