Searched refs:_isNumeric (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dutility.js365 if( x == null || x == "" || !_isNumeric(x) || x<0 || x>255 ) {
385 if( x == null || x == "" || !_isNumeric(x) || x<0 || x>255 ) {
477 function _isNumeric(str) {
H A Dbas_l2tp.js81 else if(!_isNumeric(cf.l2tp_idletime.value))
H A Dbas_pptp.js81 else if(!_isNumeric(cf.pptp_idletime.value))
H A Dbas_pppoe.js124 else if(!_isNumeric(form.pppoe_idletime.value))
H A Dfuncs.js312 function _isNumeric(str) function

Completed in 149 milliseconds