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

/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dgeneral.js213 !validate_range_sp(document.form.qos_port_x_0, 1, 65535) ||
214 !validate_range_sp(document.form.qos_maxbw_x_0, 0, 1000000) ||
215 !validate_range_sp(document.form.qos_minbw_x_0, 0, 1000000)) return false;
229 else if (!validate_range_sp(document.form.qos_uport_x_0, 1, 65535) ||
230 !validate_range_sp(document.form.qos_umaxbw_x_0, 0, 1000000) ||
231 !validate_range_sp(document.form.qos_uminbw_x_0, 0, 1000000)) return false;
601 function validate_range_sp(o, min, max) { function
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dgeneral.js213 !validate_range_sp(document.form.qos_port_x_0, 1, 65535) ||
214 !validate_range_sp(document.form.qos_maxbw_x_0, 0, 1000000) ||
215 !validate_range_sp(document.form.qos_minbw_x_0, 0, 1000000)) return false;
229 else if (!validate_range_sp(document.form.qos_uport_x_0, 1, 65535) ||
230 !validate_range_sp(document.form.qos_umaxbw_x_0, 0, 1000000) ||
231 !validate_range_sp(document.form.qos_uminbw_x_0, 0, 1000000)) return false;
601 function validate_range_sp(o, min, max) { function
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Dgeneral.js174 !validate_range_sp(document.form.vts_lport_x_0, 1, 65535)) return false;
392 !validate_range_sp(document.form.qos_port_x_0, 1, 65535) ||
393 !validate_range_sp(document.form.qos_maxbw_x_0, 0, 1000000) ||
394 !validate_range_sp(document.form.qos_minbw_x_0, 0, 1000000)) return false;
407 else if (!validate_range_sp(document.form.qos_uport_x_0, 1, 65535) ||
408 !validate_range_sp(document.form.qos_umaxbw_x_0, 0, 1000000) ||
409 !validate_range_sp(document.form.qos_uminbw_x_0, 0, 1000000)) return false;
796 function validate_range_sp(o, min, max) { function
H A Dgeneral_520.js435 function validate_range_sp(o, min, max) function
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/
H A Dgeneral.js173 !validate_range_sp(document.form.vts_lport_x_0, 1, 65535)) return false;
359 !validate_range_sp(document.form.qos_port_x_0, 1, 65535) ||
360 !validate_range_sp(document.form.qos_maxbw_x_0, 0, 1000000) ||
361 !validate_range_sp(document.form.qos_minbw_x_0, 0, 1000000)) return false;
374 else if (!validate_range_sp(document.form.qos_uport_x_0, 1, 65535) ||
375 !validate_range_sp(document.form.qos_umaxbw_x_0, 0, 1000000) ||
376 !validate_range_sp(document.form.qos_uminbw_x_0, 0, 1000000)) return false;
720 function validate_range_sp(o, min, max) { function

Completed in 132 milliseconds