Home
last modified time | relevance | path

Searched refs:_attributes (Results 1 – 8 of 8) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php9 private $_attributes; variable in jucksearm\\barcode\\lib\\DatamatrixFactory
16 $this->_attributes = [
49 $this->_attributes[$name] = $value;
54 return $this->_attributes[$name];
59 array_merge($this->_attributes, $attrs);
64 return $this->_attributes;
H A DPDF417Factory.php9 private $_attributes; variable in jucksearm\\barcode\\lib\\PDF417Factory
16 $this->_attributes = [
49 $this->_attributes[$name] = $value;
54 return $this->_attributes[$name];
59 array_merge($this->_attributes, $attrs);
64 return $this->_attributes;
H A DBarcodeFactory.php9 private $_attributes; variable in jucksearm\\barcode\\lib\\BarcodeFactory
15 $this->_attributes = [
50 $this->_attributes[$name] = $value;
55 return $this->_attributes[$name];
60 array_merge($this->_attributes, $attrs);
65 return $this->_attributes;
H A DQRcodeFactory.php9 private $_attributes; variable in jucksearm\\barcode\\lib\\QRcodeFactory
16 $this->_attributes = [
51 $this->_attributes[$name] = $value;
56 return $this->_attributes[$name];
61 array_merge($this->_attributes, $attrs);
66 return $this->_attributes;
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php21 private $_attributes = array(); variable in OneLogin_Saml2_Auth
213 $this->_attributes = $response->getAttributes();
359 return $this->_attributes;
464 if (isset($this->_attributes[$name])) {
465 return $this->_attributes[$name];
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js55 var attrs = this._attributes(arguments[1]);
88 _attributes: function(attributes) { method in Builder
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js29872 var _attributes = [{ key: "value", value: entry.key }];
29875 _attributes[_attributes.length] = { key: "selected", value: "selected" }; class in AnonymousFunctioncdb5859f28400
29878 _attributes = _attributes.concat(entry.attributes);
29880 innerHTML += _this.getHtmlOption({ innerHTML: entry.label }, _attributes);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1_attributes","getHtmlOption","label","_getHtmlContainer","getHtmlButton","getHtmlDiv","getHtmlLabe…