Lines Matching refs:attr

8220     value: function toStringValue(attr, dflt) {
8221 return attr === undefined ? dflt : attr;
8240 value: function toBoolValue(attr, dflt) {
8241 return attr === undefined ? dflt : attr === '1';
8251 value: function toIntValue(attr, dflt) {
8252 return attr === undefined ? dflt : parseInt(attr, 10);
8262 value: function toFloatValue(attr, dflt) {
8263 return attr === undefined ? dflt : parseFloat(attr);
16985 var isDefined = function isDefined(attr) {
16986 return typeof attr !== 'undefined';
19329 _this.attr = options.attr;
19402 _this.attr = options.attr;
19431 if (this.attr) {
19432 xmlStream.addAttribute(this.attr, this._format(model));
19444 if (this.attr) {
19445 this.model = this._parse(node.attributes[this.attr]);
19454 if (!this.attr) {
19461 if (!this.attr) {
19513 _this.attr = options.attr;
19531 if (this.attr) {
19532 xmlStream.addAttribute(this.attr, model);
19544 if (this.attr) {
19545 this.model = parseInt(node.attributes[this.attr], 10);
19558 if (!this.attr) {
19565 if (!this.attr) {
19617 _this.attr = options.attr;
19632 if (this.attr) {
19633 xmlStream.addAttribute(this.attr, model);
19645 if (this.attr) {
19646 this.model = node.attributes[this.attr];
19655 if (!this.attr) {
19662 if (!this.attr) {
21847 attr: 'val'
21854 attr: 'val'
21865 attr: 'val'
21876 attr: 'val'
21883 attr: 'val'
21890 attr: 'val'
21897 attr: 'val'
21904 attr: 'val'
21911 attr: 'val'
21918 attr: 'val'
21925 attr: 'val'
21932 attr: 'val'
21940 attr: 'val'
23209 var attr = UnderlineXform.Attributes[model];
23211 if (attr) {
23212 xmlStream.leafNode('u', attr);
54401 attr;
54405 for (attr in arguments[i]) {
54406 if (arguments[i].hasOwnProperty(attr) && typeof result[attr] === "undefined") {
54407 result[attr] = arguments[i][attr];
77686 var attr = {
77692 this.attribList.push(attr); // eslint-disable-next-line no-unused-expressions
77694 (_a = this.attributeHandler) === null || _a === void 0 ? void 0 : _a.call(this, attr);
77717 var attr = {
77721 this.attribList.push(attr); // eslint-disable-next-line no-unused-expressions
77723 (_a = this.attributeHandler) === null || _a === void 0 ? void 0 : _a.call(this, attr);
77880 var attr = _step.value;
77881 var name = attr.name,
77882 _prefix = attr.prefix,
77883 _local = attr.local;
77909 attr.uri = _uri;
77910 attributes[name] = attr;