| /plugin/virtualkeyboard/vk/extensions/ |
| D | arrayextensions.js | 9 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 …]
|
| D | numberextensions.js | 8 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);
|
| D | objectextensions.js | 48 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];
|
| D | stringextensions.js | 19 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) {
|
| D | helpers.js | 21 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/ |
| D | arrayextensions.js | 2 …isUndefined(Array.prototype.concat)){Array.prototype.concat=function(i){var I=this.copy();for(var …
|
| D | numberextensions.js | 1 …isUndefined(i))?16:i,I);};Number.prototype.oct=function(i,I){return this.radix(0x08,(isUndefined(i…
|
| D | objectextensions.js | 7 …isUndefined(I))I=true;for(var o in i){if(!i.hasOwnProperty(o))continue;if(isUndefined(this[o])||(I…
|
| D | helpers.js | 11 …isUndefined(i){return(typeof i=='undefined');}function isFunction(i){return(typeof i=='function');… function
|
| D | stringextensions.js | 10 …isUndefined(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/ |
| D | isUndefined.js | 18 function isUndefined(value) { function 22 module.exports = isUndefined;
|
| /plugin/indexmenu2/cms/ |
| D | cms.js | 15 …isUndefined(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/ |
| D | yargs-parser.js | 421 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/ |
| D | cross-document.js | 106 assert.ok(_.isUndefined(iUndefined), 'even from another frame'); 121 assert.notOk(_.isUndefined(xml));
|
| D | objects.js | 859 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/ |
| D | selectbox.js | 13 …isUndefined(this.options[i].__idx)&&O[this.options[i].__idx]){O[this.options[i].__idx].selected=th…
|
| /plugin/virtualkeyboard/vk/extensions/dom/ |
| D | selectbox.js | 186 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/ |
| D | prototype.js | 160 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/ |
| D | index.cjs | 464 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/ |
| D | script.js | 134 (userOFF || isUndefined(userOFF) && auto.defaultOFF)
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 49 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/ |
| D | prototype.js | 202 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/ |
| D | jquery.fancytree.columnview.js | 155 if (flag !== false && !node.expanded && node.isUndefined()) {
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 111 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/ |
| D | script.js | 30 ((!isUndefined(vl) && el[cp] == vl) ||
|