Home
last modified time | relevance | path

Searched refs:isNaN (Results 201 – 225 of 308) sorted by last modified time

12345678910>>...13

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js259 assert.ok(_.isNaN(options.nan), "NaN isn't overridden");
841 assert.notOk(_.isNaN(void 0), 'undefined is not NaN');
842 assert.notOk(_.isNaN(null), 'null is not NaN');
843 assert.notOk(_.isNaN(0), '0 is not NaN');
844 assert.notOk(_.isNaN(new Number(0)), 'wrapped 0 is not NaN');
845 assert.ok(_.isNaN(NaN), 'but NaN is');
846 assert.ok(_.isNaN(new Number(NaN)), 'wrapped NaN is still NaN');
848 assert.notOk(_.isNaN(Symbol()), 'symbol is not NaN');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5isNaN),i>=0?i+o:-1;for(i=n>0?o:a-1;i>=0&&a>i;i+=n)if(e[i]===u)return i;return-1}}function e(n,t){v…
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1isNaN(b))return null;var _=[0,0,a.cos(t.rad(b)),a.sin(t.rad(b))],w=1/(s(o(_[2]),o(_[3]))||1);_[2]*…
/plugin/emoji/script/
H A Djquery.textcomplete.js1127 if (isNaN(lineHeight)) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1isNaN(n)}function u(n){return{left:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.lengt…
2isNaN(o)&&(o=0,r=isNaN(r)?t.c:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),fun…
3 …omain(t),r):n.domain().map(io)},r.nice=function(n,t){function e(e){return!isNaN(e)&&!n.range(e,io(…
4isNaN(e)&&!isNaN(r))if(n.leaf){var l=n.x,f=n.y;if(null!=l)if(xo(l-e)+xo(f-r)<.01)c(n,t,e,r,i,u,o,a…
5 …01-01T00:00:00.000Z")?eo:Gl,eo.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},eo.toSt…
H A Djquery.min.js2 …sNumeric:function(a){var b=r.type(a);return("number"===b||"string"===b)&&!isNaN(a-parseFloat(a))},…
H A Dnv.d3.min.js2isNaN(a.offsetTop)||(b+=a.offsetTop),a=a.offsetParent;while(a);return b},v=function(a){var b=c;do
4 …=function(a){return a.x},m=function(a){return a.y},n=function(a,b){return!isNaN(m(a,b))&&null!==m(…
7isNaN(a[b])||isNaN(parseFloat(a[b]))){var c=g[b].domain(),d=g[b].range(),e=c[0]-(c[1]-c[0])/9;if(J…
H A Dbootstrap.min.js6 …seInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),…
/plugin/jirainfo/src/
H A Dpopper.min.js4 …te),this.state=R(this.reference,this.state))}function Y(e){return''!==e&&!isNaN(parseFloat(e))&&is…
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js385 if (isNaN(curpos1))
409 if (isNaN(curpos2))
622 }, (isNaN(opts.delay) ? 0 : opts.delay));
H A Djquery.pnotify.min.js24 …ak;case "left":g="right";break;case "right":g="left"}a=parseInt(b.css(g));isNaN(a)&&(a=0);if(typeo…
25 isNaN(f)&&(f=0);if(typeof c.firstpos2=="undefined"&&!d)c.firstpos2=f,c.nextpos2=c.firstpos2;if(c.di…
31 window.setTimeout(function(){b.pnotify_remove()},isNaN(a.delay)?0:a.delay)};b.closer=d("<div />",{"…
/plugin/searchtablejs/
H A Dtablefilter.js393 …if(/<=/.test(SearchArgs[j]) && !isNaN(num_cell_data)) // first checks if there is an operator (<,>…
398 else if(/>=/.test(SearchArgs[j]) && !isNaN(num_cell_data))
403 else if(/</.test(SearchArgs[j]) && !isNaN(num_cell_data))
408 else if(/>/.test(SearchArgs[j]) && !isNaN(num_cell_data))
829 if( !isNaN(cvalue) )
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js393 …if(/<=/.test(SearchArgs[j]) && !isNaN(num_cell_data)) // first checks if there is an operator (<,>…
398 else if(/>=/.test(SearchArgs[j]) && !isNaN(num_cell_data))
403 else if(/</.test(SearchArgs[j]) && !isNaN(num_cell_data))
408 else if(/>/.test(SearchArgs[j]) && !isNaN(num_cell_data))
829 if( !isNaN(cvalue) )
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1669 if (isNaN(y)) y = today.getFullYear();
1670 if (isNaN(m)) m = today.getMonth();
1671 if (isNaN(d)) d = today.getDate();
1672 if (isNaN(hr)) hr = today.getHours();
1673 if (isNaN(min)) min = today.getMinutes();
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1isNaN(n)&&this.setValue(n);!isNaN(m)&&this.setValue(m)},commit:function(l){var n=parseInt(this.get…
H A DtableCell.js.unc62 !isNaN( widthAttr ) && this.setValue( widthAttr );
63 !isNaN( widthStyle ) && this.setValue( widthStyle );
69 if ( !isNaN( value ) )
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1isNaN(D)){C.setValueOf("info","txtWidth",D)}}else{if(D&&D!="0"){D=Math.round(E.$.height*(D/E.$.wid…
H A Dimage.js.unc40 if ( !isNaN( value ) )
46 if ( !isNaN( value ) )
175 else if ( !isNaN( originalRatio ) && !isNaN( thisRatio ) ) {
755 if ( !isNaN( height ) ) {
820 isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'border' ) );
827 if ( !isNaN( value ) ) {
870 isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'hspace' ) );
878 if ( !isNaN( value ) ) {
921 isNaN( parseInt( value, 10 ) ) && ( value = element.getAttribute( 'vspace' ) );
928 if ( !isNaN( value ) ) {
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js38isNaN(e))e=f.minWidth;e>m.width-D&&(e=m.width-D);if(g<f.minHeight||isNaN(g))g=f.minHeight;g>m.heig…
39 n.width&&(c=m.width-n.width),isNaN(d)&&(d=(m.height-n.height)/2),0>d&&(d=0),d>m.height-n.height&&(d…
40 …c;"string"===typeof a&&(c=a.indexOf(this.separator),0>c&&(b=parseFloat(a),isNaN(b)&&("["===a[0]&&"…
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js27 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js39 …rn a},escapeCss:function(a){return a?window.CSS&&CSS.escape?CSS.escape(a):isNaN(parseInt(a.charAt(…
888 …lse{b=f(a,c);c=parseInt(a.getStyle(b),10);var l=e.config.indentOffset||40;isNaN(c)&&(c=0);c+=(g?1:…
1123 …=a[f].cells[h];if(!m)break;for(d++;k[l][d];)d++;for(var g=isNaN(m.colSpan)?1:m.colSpan,m=isNaN(m.r…
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js31 if(isNaN(from) || from < 2 || from > 36 || isNaN(to) || to < 2 || to > 36) {
H A DsafeFN_cmpr.js1 …cator:"%",post_indicator:"]",changeSafeBase:function(a,c,b){if(isNaN(c)||c<2||c>36||isNaN(b)||b<2|…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js8 …;var d=parseInt(this.getValue(),10);isNaN(d)?a.removeAttribute("start"):a.setAttribute("start",d);…
/plugin/chordsheets/js/
H A Draphael.js1isNaN(u))return null}var p=t._parseDots(a);if(!p)return null;if(e=e.shape||e.node,p.length){e.remo…

12345678910>>...13