Searched refs:isBool (Results 1 – 7 of 7) sorted by relevance
| /plugin/imagemapping/ |
| D | jquery.imagemapster.js | 8 …isBool(e)?e:t||!1},isBool:function(e){return"boolean"==typeof e},isUndef:function(e){return void 0…
|
| /plugin/imapmarkers/ |
| D | jquery.imagemapster.js | 350 return this.isBool(obj) ? obj : def || false; 352 isBool: function (obj) { method 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 [all …]
|
| /plugin/jquery/ |
| D | jquery-1.4.2.js | 1296 var type = typeof value, isBool = typeof stateVal === "boolean"; 1314 state = isBool ? state : !self.hasClass( className );
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 1396 exports.isBool = isBool; 2160 function isBool(v) { 13261 …} else if ((0, _primitives.isName)(value) || (0, _util.isNum)(value) || (0, _util.isBool)(value)) { 14100 HideToolbar: _util.isBool, 14101 HideMenubar: _util.isBool, 14102 HideWindowUI: _util.isBool, 14103 FitWindow: _util.isBool, 14104 CenterWindow: _util.isBool, 14105 DisplayDocTitle: _util.isBool, 14114 PickTrayByPDFSize: _util.isBool, [all …]
|
| D | pdf.js | 227 exports.isBool = isBool; 991 function isBool(v) {
|
| D | pdf.worker.js.map | 1 …isBool","idArray","hash","calculateMD5","hex","root","items","processed","blackColor","outlineDict…
|
| D | pdf.js.map | 1 …isBool(v) {\n return typeof v === 'boolean';\n}\n\nfunction isNum(v) {\n return typeof v === 'nu…
|