Home
last modified time | relevance | path

Searched refs:isNumeric (Results 1 – 25 of 38) sorted by relevance

12

/plugin/layeranimation/syntax/
Danimation.php48 $isNumeric = is_numeric($item);
49 if ( $isNumeric || preg_match("/.*?(vw|vh|em)$/", $item) ) {
50 if ( $isNumeric ) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
DNamePrettifier.php105 $isNumeric = is_numeric($name[$i]);
107 if (!$wasNumeric && $isNumeric) {
112 if ($wasNumeric && !$isNumeric) {
/plugin/stlviewer/stlviewer/
Dload_stl.min.js2isNumeric(a){return!isNaN(parseFloat(a))&&isFinite(a)}function send_error(a){postMessage({msg_type… function
/plugin/indexmenu2/cms/extensions/
Dstringextensions.js10isNumeric(O[1])){_=i[O[1]]}else{_=i[I];I++}switch(O[5]){case"b":if(_<0)_=0x10000000000000000+parse…
Dhelpers.js11isNumeric(i){return isNumber(i)&&!isNaN(i)&&isFinite(i);}function isArray(i){return(i instanceof A… function
Darrayextensions.js2 …en)){Array.prototype.flatten=function(i,I){if(this.length<1)return[];if(isNumeric(i))i=[i];var l=f…
/plugin/virtualkeyboard/vk/extensions/
Dstringextensions.js225 if (isNumeric(x[1])) {
267 ins = Number(ins).toFixed(isNumeric(x[4])?x[4]:6);
Dhelpers.js61 function isNumeric (prop /* :Object */) /* :Boolean */ { function
102 return isNumeric(prop)||isString(prop);
Darrayextensions.js180 if (isNumeric(cols)) cols = [cols];
/plugin/issuelinks/script/
Dadmin_repo.js145 const count = jQuery.isNumeric(data.count) ? data.count : 0;
146 if (jQuery.isNumeric(data.total) && data.total > 0) {
/plugin/virtualkeyboard/vk/extensions/dom/
Dautosuggest.js97 if (!isNumeric(parseInt(d))) return false;
109 if (!isNumeric(parseInt(d))) return false;
Dselectbox.js463 if (!isNumeric(id) || id<0 || !node.options[id]) return "";
678 if (isUndefined(list) || !isNumeric(list.length) || list.length<1) return false;
/plugin/indexmenu2/cms/extensions/dom/
Dautosuggest.js13 …inLength=function(z){if(!isNumeric(parseInt(z)))return false;Q.minlength=z;return true};this.setDe…
Dselectbox.js13isNumeric(I)||I<0||!o.options[I])return"";return isString(i)?o.options[I][i]:[text.value,o.options…
/plugin/grensladawritezor/fckeditor/
Dfckeditor.cfm161 if( isNumeric( attributes.width ) )
163 if( isNumeric( attributes.height ) )
Dfckeditor.cfc128 if( isNumeric( this.width ) )
130 if( isNumeric( this.height ) )
/plugin/wysiwyg/fckeditor/
Dfckeditor.cfm195 if( isNumeric( attributes.width ) )
197 if( isNumeric( attributes.height ) )
Dfckeditor.cfc159 if( isNumeric( this.width ) )
161 if( isNumeric( this.height ) )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
DImageObject.cfc92 <cfif isDefined("arg2") and isNumeric(arg1) and isNumeric(arg2)>
261 <cfif isDefined("arguments.jpegCompression") and isNumeric(arguments.jpegCompression)>
/plugin/jquerymigrate/
Djquery-migrate-3.1.0.js137 oldIsNumeric = jQuery.isNumeric,
208 jQuery.isNumeric = function( val ) { function
Djquery-migrate-3.1.0.min.js2isNumeric,d=s.find,l=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,p=/\[(\s*[-\w]+\s*)([… function in s
/plugin/diagramsnet/lib/plugins/
Dvoice.js2055 …if (label == null || label.length == 0 || label.length > maxLabelLength || mxUtils.isNumeric(label…
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js7186 function isNumeric(obj) { function
7201 if (isNumeric(a) && isNumeric(b)) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Djquery.min.js2 …n"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){retu… method
3isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,…
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
Dcombined.js8 …n"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){retu… method
10isNumeric(o)?o||0:a):a}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt…

12