Home
last modified time | relevance | path

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

123

/plugin/virtualkeyboard/vk/extensions/
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 …]
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);
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];
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) {
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/
Darrayextensions.js2isUndefined(Array.prototype.concat)){Array.prototype.concat=function(i){var I=this.copy();for(var …
Dnumberextensions.js1isUndefined(i))?16:i,I);};Number.prototype.oct=function(i,I){return this.radix(0x08,(isUndefined(i…
Dobjectextensions.js7isUndefined(I))I=true;for(var o in i){if(!i.hasOwnProperty(o))continue;if(isUndefined(this[o])||(I…
Dhelpers.js11isUndefined(i){return(typeof i=='undefined');}function isFunction(i){return(typeof i=='function');… function
Dstringextensions.js10isUndefined(I))I=" ";var o=String(I).charAt(0).repeat(Math.abs(i)-this.length);return(i<0)?o+l:l+o…
/plugin/asciidocjs/node_modules/lodash/
DisUndefined.js18 function isUndefined(value) { function
22 module.exports = isUndefined;
/plugin/indexmenu2/cms/
Dcms.js15isUndefined(K)||'string'!=typeof K)K=e.tagName.toLowerCase();for(var E=0,r=O.length;E<r;E++){if(i.…
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dyargs-parser.js421 if (!isUndefined(argAfterEqualSign)) {
427 let available = isUndefined(argAfterEqualSign) ? 0 : 1;
448 if (!isUndefined(argAfterEqualSign) && consumed > 0) {
468 else if (isUndefined(next) ||
469 …(isUndefined(argAfterEqualSign) && /^-/.test(next) && !negative.test(next) && !isUnknownOptionAsAr…
479 if (!isUndefined(argAfterEqualSign)) {
575 … if (checkAllAliases(key, flags.counts) && (isUndefined(value) || typeof value === 'boolean')) {
592 … if (shouldCoerceNumber || (!isUndefined(value) && checkAllAliases(key, flags.numbers))) {
783 …if ((!isUndefined(o[key]) && flags.nargs[key] === 1) || (Array.isArray(o[key]) && o[key].length ==…
956 function isUndefined(num) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcross-document.js106 assert.ok(_.isUndefined(iUndefined), 'even from another frame');
121 assert.notOk(_.isUndefined(xml));
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');
/plugin/indexmenu2/cms/extensions/dom/
Dselectbox.js13isUndefined(this.options[i].__idx)&&O[this.options[i].__idx]){O[this.options[i].__idx].selected=th…
/plugin/virtualkeyboard/vk/extensions/dom/
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/
Dprototype.js160 if (isUndefined(object)) return 'undefined';
185 if (!isUndefined(value))
243 function isUndefined(object) { function
262 isUndefined: isUndefined property
287 if (arguments.length < 2 && Object.isUndefined(arguments[0])) return this;
454 count = Object.isUndefined(count) ? 1 : count;
469 truncation = Object.isUndefined(truncation) ? '...' : truncation;
800 fillWith = Object.isUndefined(fillWith) ? null : fillWith;
1044 if (!Object.isUndefined(value)) results.push(value);
1174 if (Object.isUndefined(value)) return key;
[all …]
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs464 if (!isUndefined(argAfterEqualSign)) {
470 let available = isUndefined(argAfterEqualSign) ? 0 : 1;
488 if (!isUndefined(argAfterEqualSign) && consumed > 0) {
504 else if (isUndefined(next) ||
505 …(isUndefined(argAfterEqualSign) && /^-/.test(next) && !negative.test(next) && !isUnknownOptionAsAr…
512 if (!isUndefined(argAfterEqualSign)) {
595 … if (checkAllAliases(key, flags.counts) && (isUndefined(value) || typeof value === 'boolean')) {
611 … if (shouldCoerceNumber || (!isUndefined(value) && checkAllAliases(key, flags.numbers))) {
778 …if ((!isUndefined(o[key]) && flags.nargs[key] === 1) || (Array.isArray(o[key]) && o[key].length ==…
931 function isUndefined(num) {
/plugin/autoindentcontrol/
Dscript.js134 (userOFF || isUndefined(userOFF) && auto.defaultOFF)
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js49 function isUndefined(input) { function
193 if (!isUndefined(from._isAMomentObject)) {
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)) {
[all …]
/plugin/issuetracker/
Dprototype.js202 if (isUndefined(object)) return 'undefined';
342 function isUndefined(object) { function
362 isUndefined: isUndefined property
387 if (arguments.length < 2 && Object.isUndefined(arguments[0])) return this;
571 count = Object.isUndefined(count) ? 1 : count;
586 truncation = Object.isUndefined(truncation) ? '...' : truncation;
919 fillWith = Object.isUndefined(fillWith) ? null : fillWith;
1289 if (Object.isUndefined(value)) return key;
1680 this.responseXML = Object.isUndefined(xml) ? null : xml;
2274 else attributes[name] = Object.isUndefined(value) ? true : value;
[all …]
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.columnview.js155 if (flag !== false && !node.expanded && node.isUndefined()) {
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js111 if (Object.isUndefined(object)) return 'undefined';
136 if (!Object.isUndefined(value))
194 isUndefined: function(object) { method
206 if (arguments.length < 2 && Object.isUndefined(arguments[0])) return this;
353 count = Object.isUndefined(count) ? 1 : count;
368 truncation = Object.isUndefined(truncation) ? '...' : truncation;
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;
[all …]
/plugin/livepreview/
Dscript.js30 ((!isUndefined(vl) && el[cp] == vl) ||

123