Home
last modified time | relevance | path

Searched refs:isFinite (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js820 assert.notOk(_.isFinite(void 0), 'undefined is not finite');
821 assert.notOk(_.isFinite(null), 'null is not finite');
822 assert.notOk(_.isFinite(NaN), 'NaN is not finite');
823 assert.notOk(_.isFinite(Infinity), 'Infinity is not finite');
824 assert.notOk(_.isFinite(-Infinity), '-Infinity is not finite');
825 assert.ok(_.isFinite('12'), 'Numeric strings are numbers');
827 assert.notOk(_.isFinite(''), 'Empty strings are not numbers');
829 assert.ok(_.isFinite(obj), 'Number instances can be finite');
830 assert.ok(_.isFinite(0), '0 is finite');
831 assert.ok(_.isFinite(123), 'Ints are finite');
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js198 return isFinite(this.valueOf())
274 return isFinite(value)
/plugin/move/script/
H A Djson2.js178 return isFinite(this.valueOf())
264 return isFinite(value) ? String(value) : 'null';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js93 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
125 assert(_.all([x, y, w, h], _.isFinite), 'x, y, w, h must be numeric');
137 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
H A Dtheme-raphael.js26 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js247 if ( isFinite( cssRuntime ) )
252 if ( isFinite( cssRuntime ) )
255 if ( isFinite( cssRuntime ) )
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js247 if ( isFinite( cssRuntime ) )
252 if ( isFinite( cssRuntime ) )
255 if ( isFinite( cssRuntime ) )
/plugin/iphelper/
H A Dscript.js95 if (tcidr !== '' && isFinite(tcidr) && tcidr >= 0 && tcidr <= 32)
116 if (tcidr !== '' && isFinite(tcidr) && tcidr >= 0 && tcidr <= 32)
/plugin/datatables/assets/datatables.net-plugins/features/pageResize/
H A DdataTables.pageResize.min.js
/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2 …_path="jszip.min.js";function isNumeric(a){return!isNaN(parseFloat(a))&&isFinite(a)}function send_…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js208 if (a != null && isFinite(a)) row.appendChild(this.createCellElem("A", a, aF));
209 if (b != null && isFinite(b)) row.appendChild(this.createCellElem("B", b, bF));
210 if (c != null && isFinite(c)) row.appendChild(this.createCellElem("C", c, cF));
211 if (d != null && isFinite(d)) row.appendChild(this.createCellElem("D", d, dF));
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …peof i=='number');}function isNumeric(i){return isNumber(i)&&!isNaN(i)&&isFinite(i);}function isAr…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js373 statusStr = _.isFinite(statusCode) ? statusCode : na;
718 var threshold = Math.min(all.length, _.isFinite(throttled) ? throttled : 3);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js231 var nativeIsFinite = root.isFinite,
2673 function isFinite(value) { function
3761 lodash.isFinite = isFinite;
H A Dlodash.core.min.js19 …n=ln.toString,vn=on._,bn=Object.create,yn=ln.propertyIsEnumerable,gn=on.isFinite,_n=function(n,t){…
26 …n(t))?!t.length:!_n(t).length},o.isEqual=function(n,t){return b(n,t)},o.isFinite=function(n){retur… function
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael.js896 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
928 assert(_.all([x, y, w, h], _.isFinite), 'x, y, w, h must be numeric');
940 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
1298 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
H A Dsequence-diagram.js896 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
928 assert(_.all([x, y, w, h], _.isFinite), 'x, y, w, h must be numeric');
940 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
1584 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
H A Dsequence-diagram-raphael-min.js6isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))/25,…
H A Dsequence-diagram-min.js6isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))/25,…
H A Dsequence-diagram-snap.js896 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
928 assert(_.all([x, y, w, h], _.isFinite), 'x, y, w, h must be numeric');
940 assert(_.all([x1,x2,y1,y2], _.isFinite), 'x1,x2,y1,y2 must be numeric');
H A Dsequence-diagram-snap-min.js6isFinite),"x1,x2,y1,y2 must be numeric");var factor=Math.sqrt((x2-x1)*(x2-x1)+(y2-y1)*(y2-y1))/25,…
/plugin/jmol2/jmol/
H A DJmolApplet0_Minimize.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Minimize.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(t (…)
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js62 return isNumber(prop)&&!isNaN(prop)&&isFinite(prop);

123456