Lines Matching refs:isBool
350 return this.isBool(obj) ? obj : def || false;
352 isBool: function (obj) { method in $.mapster.utils
1017 var eff = u.isBool(key) ? key : effective; // allow 2nd parm as "effective" when no key
1161 if (!u.isBool(m.hasCanvas.value)) {
1162 m.hasCanvas.value = u.isBool(useCanvas) ? useCanvas : hasCanvas();
1168 if (!u.isBool(m.hasVml.value)) {
2370 if (u.isBool(cbResult)) {
2687 if (u.isBool(area_options.selected)) {
3154 me.staticStateOverridden = u.isBool(me.effectiveOptions().staticState)
3350 return !u.isBool(o.staticState) || this.staticStateOverridden
3355 return u.isBool(this.selected)
3357 : u.isBool(this.owner.area_options.selected)
3362 return u.isBool(this.effectiveOptions().staticState)
3364 : u.isBool(this.owner.options.staticState)
3369 return u.isBool(this.effectiveOptions().staticState)
3371 : u.isBool(this.owner.options.staticState)