Searched refs:getPlaceholder (Results 1 – 8 of 8) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
| D | VariableSet.php | 41 public function getPlaceholder() function in Google\\Service\\AndroidEnterprise\\VariableSet
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
| D | Image.php | 73 public function getPlaceholder() function in Google\\Service\\Slides\\Image
|
| D | Shape.php | 43 public function getPlaceholder() function in Google\\Service\\Slides\\Shape
|
| /plugin/combo/ComboStrap/ |
| H A D | RasterImageLink.php | 299 …$attributes->addOutputAttributeValue("srcset", LazyLoad::getPlaceholder($targetWidth, $targetHeigh… 315 …$attributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder($targetWidth, $targetHeight));
|
| H A D | LazyLoad.php | 205 public static function getPlaceholder($imgTagWidth = null, $imgTagHeight = null): string function in ComboStrap\\LazyLoad
|
| H A D | SvgImageLink.php | 142 $imgAttributes->addOutputAttributeValue("src", LazyLoad::getPlaceholder(
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 976 if (this.getPlaceholder() !== undefined && children.length > 0) { 1792 getPlaceholder: function () { 2222 …if (!this.getPlaceholder()) return false; // no placeholder specified so no option should be consi… 2266 getPlaceholder: function() { 2274 return this.parent.getPlaceholder.apply(this, arguments); 2279 var placeholder = this.getPlaceholder(); 2384 if (this.opts.allowClear && this.getPlaceholder() !== undefined) { 2785 var placeholder = this.getPlaceholder(),
|
| D | select2.min.js | 21 …b,d.children)}),d.children.length>0&&c.push(d))},f=d.children(),this.getPlaceholder()!==b&&f.lengt… 22 …getPlaceholder:function(){var a;return this.opts.element.attr("placeholder")||this.opts.element.at…
|