Home
last modified time | relevance | path

Searched refs:isUndefined (Results 1 – 25 of 54) sorted by relevance

123

/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js9 if (isUndefined(Array.prototype.concat)) {
20 if (isUndefined(Array.prototype.copy)) {
31 if (isUndefined(Array.prototype.pop)) {
43 if (isUndefined(Array.prototype.push)) {
54 if (isUndefined(Array.prototype.shift)) {
66 if (isUndefined(Array.prototype.slice)) {
93 if (isUndefined(Array.prototype.splice)) {
116 if (isUndefined(Array.prototype.unshift)) {
143 if (isUndefined(Array.prototype.map)) {
154 if (isUndefined(Array.prototype.unique)) {
[all …]
H A Dnumberextensions.js8 return this.radix(0x02, (isUndefined(n))?16:n, c);
12 return this.radix(0x08, (isUndefined(n))?6:n, c);
16 return this.radix(0x0A, (isUndefined(n))?2:n, c);
20 return this.radix(0x10, (isUndefined(n))?4:n, c);
H A Dobjectextensions.js48 if (isUndefined(overwrite)) overwrite = true;
51 if (isUndefined(this[i]) || (overwrite && typeof this[i] != typeof obj))
56 else if (isUndefined(this[i]) || overwrite) this[i] = obj[i];
H A Dstringextensions.js19 if (isArray(c) || isUndefined(c)) {
35 if (isArray(c) || isUndefined(c)) {
51 if (isArray(c) || isUndefined(c)) {
94 if (isUndefined(c)) c = " ";
188 if (!isUndefined(x[3]) && x[3].indexOf("*")==0) {
H A Dhelpers.js21 function isUndefined (prop /* :Object */) /* :Boolean */ { function
199 if (isUndefined(DOM)) var DOM = {};
215 ((!isUndefined(vl) && el[cp] == vl) ||
369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
458 if (isUndefined(id.rows)) return null;
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2isUndefined(Array.prototype.concat)){Array.prototype.concat=function(i){var I=this.copy();for(var …
H A Dnumberextensions.js1isUndefined(i))?16:i,I);};Number.prototype.oct=function(i,I){return this.radix(0x08,(isUndefined(i…
H A Dobjectextensions.js7isUndefined(I))I=true;for(var o in i){if(!i.hasOwnProperty(o))continue;if(isUndefined(this[o])||(I…
H A Dhelpers.js11isUndefined(i){return(typeof i=='undefined');}function isFunction(i){return(typeof i=='function');… function
H A Dstringextensions.js10isUndefined(I))I=" ";var o=String(I).charAt(0).repeat(Math.abs(i)-this.length);return(i<0)?o+l:l+o…
/plugin/indexmenu2/cms/
H A Dcms.js15isUndefined(K)||'string'!=typeof K)K=e.tagName.toLowerCase();for(var E=0,r=O.length;E<r;E++){if(i.…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcross-document.js106 assert.ok(_.isUndefined(iUndefined), 'even from another frame');
121 assert.notOk(_.isUndefined(xml));
H A Dobjects.js859 assert.notOk(_.isUndefined(1), 'numbers are defined');
860 assert.notOk(_.isUndefined(null), 'null is defined');
861 assert.notOk(_.isUndefined(false), 'false is defined');
862 assert.notOk(_.isUndefined(NaN), 'NaN is defined');
863 assert.ok(_.isUndefined(), 'nothing is undefined');
864 assert.ok(_.isUndefined(void 0), 'undefined is undefined');
H A Dcollections.js530 assert.ok(_.isUndefined(result), 'undefined when not found');
533 assert.ok(_.isUndefined(result), 'undefined when searching empty list');
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13isUndefined(this.options[i].__idx)&&O[this.options[i].__idx]){O[this.options[i].__idx].selected=th…
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js186 if (!isUndefined(this.options[i].__idx) && options[this.options[i].__idx]) {
528 if (isUndefined(ids) || (isRegExp(ids) && ids.test(options[i].value))) {
646 if (isUndefined(update)) update = true;
678 if (isUndefined(list) || !isNumeric(list.length) || list.length<1) return false;
679 if (isUndefined(update)) update = true;
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js160 if (isUndefined(object)) return 'undefined';
185 if (!isUndefined(value))
243 function isUndefined(object) { function
262 isUndefined: isUndefined
454 count = Object.isUndefined(count) ? 1 : count;
1174 if (Object.isUndefined(value)) return key;
3040 if (Object.isUndefined(klass)) continue;
3133 if (Object.isUndefined(value)) {
4140 if (Object.isUndefined(value))
4435 if (Object.isUndefined(registry)) {
[all …]
H A Ddragdrop.js8 if(Object.isUndefined(Effect))
255 if(!arguments[1] || Object.isUndefined(arguments[1].endeffect))
302 if(!Object.isUndefined(Draggable._dragging[this.element]) &&
/plugin/autoindentcontrol/
H A Dscript.js134 (userOFF || isUndefined(userOFF) && auto.defaultOFF)
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js49 function isUndefined(input) { function
196 if (!isUndefined(from._i)) {
199 if (!isUndefined(from._f)) {
202 if (!isUndefined(from._l)) {
205 if (!isUndefined(from._strict)) {
208 if (!isUndefined(from._tzm)) {
211 if (!isUndefined(from._isUTC)) {
214 if (!isUndefined(from._offset)) {
217 if (!isUndefined(from._pf)) {
228 if (!isUndefined(val)) {
[all …]
/plugin/issuetracker/
H A Dprototype.js202 if (isUndefined(object)) return 'undefined';
342 function isUndefined(object) { function
362 isUndefined: isUndefined
571 count = Object.isUndefined(count) ? 1 : count;
1289 if (Object.isUndefined(value)) return key;
3048 if (Object.isUndefined(klass)) continue;
3141 if (Object.isUndefined(value)) {
5187 if (Object.isUndefined(value))
5198 if (Object.isUndefined(value))
5552 if (Object.isUndefined(registry)) {
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js111 if (Object.isUndefined(object)) return 'undefined';
136 if (!Object.isUndefined(value))
194 isUndefined: function(object) {
353 count = Object.isUndefined(count) ? 1 : count;
691 fillWith = Object.isUndefined(fillWith) ? null : fillWith;
909 if (!Object.isUndefined(value)) results.push(value);
991 if (Object.isUndefined(value)) return key;
1367 this.responseXML = Object.isUndefined(xml) ? null : xml;
2658 if (Object.isUndefined(klass)) continue;
3586 if (Object.isUndefined(value)) return element.value;
[all …]
/plugin/livepreview/
H A Dscript.js30 ((!isUndefined(vl) && el[cp] == vl) ||
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js238 if (isUndefined(deadkeys)) deadkeys = [];
910 if (!isUndefined(kpTarget) && input != kpTarget && kpTarget.appendChild) {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js2938 function isUndefined(value) { function
3769 lodash.isUndefined = isUndefined;

123