| /plugin/layeranimation/syntax/ |
| D | animation.php | 48 $isNumeric = is_numeric($item); 49 if ( $isNumeric || preg_match("/.*?(vw|vh|em)$/", $item) ) { 50 if ( $isNumeric ) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ |
| D | NamePrettifier.php | 105 $isNumeric = is_numeric($name[$i]); 107 if (!$wasNumeric && $isNumeric) { 112 if ($wasNumeric && !$isNumeric) {
|
| /plugin/stlviewer/stlviewer/ |
| D | load_stl.min.js | 2 …isNumeric(a){return!isNaN(parseFloat(a))&&isFinite(a)}function send_error(a){postMessage({msg_type… function
|
| /plugin/indexmenu2/cms/extensions/ |
| D | stringextensions.js | 10 …isNumeric(O[1])){_=i[O[1]]}else{_=i[I];I++}switch(O[5]){case"b":if(_<0)_=0x10000000000000000+parse…
|
| D | helpers.js | 11 …isNumeric(i){return isNumber(i)&&!isNaN(i)&&isFinite(i);}function isArray(i){return(i instanceof A… function
|
| D | arrayextensions.js | 2 …en)){Array.prototype.flatten=function(i,I){if(this.length<1)return[];if(isNumeric(i))i=[i];var l=f…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | stringextensions.js | 225 if (isNumeric(x[1])) { 267 ins = Number(ins).toFixed(isNumeric(x[4])?x[4]:6);
|
| D | helpers.js | 61 function isNumeric (prop /* :Object */) /* :Boolean */ { function 102 return isNumeric(prop)||isString(prop);
|
| D | arrayextensions.js | 180 if (isNumeric(cols)) cols = [cols];
|
| /plugin/issuelinks/script/ |
| D | admin_repo.js | 145 const count = jQuery.isNumeric(data.count) ? data.count : 0; 146 if (jQuery.isNumeric(data.total) && data.total > 0) {
|
| /plugin/virtualkeyboard/vk/extensions/dom/ |
| D | autosuggest.js | 97 if (!isNumeric(parseInt(d))) return false; 109 if (!isNumeric(parseInt(d))) return false;
|
| D | selectbox.js | 463 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/ |
| D | autosuggest.js | 13 …inLength=function(z){if(!isNumeric(parseInt(z)))return false;Q.minlength=z;return true};this.setDe…
|
| D | selectbox.js | 13 …isNumeric(I)||I<0||!o.options[I])return"";return isString(i)?o.options[I][i]:[text.value,o.options…
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.cfm | 161 if( isNumeric( attributes.width ) ) 163 if( isNumeric( attributes.height ) )
|
| D | fckeditor.cfc | 128 if( isNumeric( this.width ) ) 130 if( isNumeric( this.height ) )
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.cfm | 195 if( isNumeric( attributes.width ) ) 197 if( isNumeric( attributes.height ) )
|
| D | fckeditor.cfc | 159 if( isNumeric( this.width ) ) 161 if( isNumeric( this.height ) )
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | ImageObject.cfc | 92 <cfif isDefined("arg2") and isNumeric(arg1) and isNumeric(arg2)> 261 <cfif isDefined("arguments.jpegCompression") and isNumeric(arguments.jpegCompression)>
|
| /plugin/jquerymigrate/ |
| D | jquery-migrate-3.1.0.js | 137 oldIsNumeric = jQuery.isNumeric, 208 jQuery.isNumeric = function( val ) { function
|
| D | jquery-migrate-3.1.0.min.js | 2 …isNumeric,d=s.find,l=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,p=/\[(\s*[-\w]+\s*)([… function in s
|
| /plugin/diagramsnet/lib/plugins/ |
| D | voice.js | 2055 …if (label == null || label.length == 0 || label.length > maxLabelLength || mxUtils.isNumeric(label…
|
| /plugin/sequencediagram/bower_components/snap.svg/dist/ |
| D | snap.svg.js | 7186 function isNumeric(obj) { function 7201 if (isNumeric(a) && isNumeric(b)) {
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | jquery.min.js | 2 …n"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){retu… method 3 …isNumeric(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/ |
| D | combined.js | 8 …n"array"===x.type(e)},isWindow:function(e){return null!=e&&e==e.window},isNumeric:function(e){retu… method 10 …isNumeric(o)?o||0:a):a}}),e.getComputedStyle?(Rt=function(t){return e.getComputedStyle(t,null)},Wt…
|