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

/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Dgeneral.js180 if(entry_cmp(document.form.VSList_s.options[i].text.substring(35).toLowerCase(), document.form.vts_proto_x_0.value.toLowerCase(), 5)==0)
191 if( entry_cmp(document.form.VSList_s.options[i].text.substring(12).toLowerCase(), document.form.vts_ipaddr_x_0.value.toLowerCase(), 15)==0
196 if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
218 if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
259 if(entry_cmp(document.form.VSList_s.options[i].text.substring(35).toLowerCase(), document.form.vts_proto_x_0.value.toLowerCase(), 5)==0)
270 if( entry_cmp(document.form.VSList_s.options[i].text.substring(12).toLowerCase(), document.form.vts_ipaddr_x_0.value.toLowerCase(), 15)==0
275 if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
297 if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
565 function entry_cmp(entry, match, len) function
583 {if (entry_cmp(
[all...]
H A Dgeneral_520.js274 function entry_cmp(entry, match, len) function
302 if (entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l)==0)
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/
H A Dgeneral.js177 {if(entry_cmp(document.form.VSList_s.options[i].text.substring(35).toLowerCase(), document.form.vts_proto_x_0.value.toLowerCase(), 5)==0)
185 if(entry_cmp(document.form.VSList_s.options[i].text.substring(12).toLowerCase(), document.form.vts_ipaddr_x_0.value.toLowerCase(), 15)==0
188 {if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
205 {if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
240 {if(entry_cmp(document.form.VSList_s.options[i].text.substring(35).toLowerCase(), document.form.vts_proto_x_0.value.toLowerCase(), 5)==0)
248 if(entry_cmp(document.form.VSList_s.options[i].text.substring(12).toLowerCase(), document.form.vts_ipaddr_x_0.value.toLowerCase(), 15)==0
251 {if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
268 {if(entry_cmp(document.form.VSList_s.options[i].text.substring(28).toLowerCase(), "", 5)==0)
511 function entry_cmp(entry, match, len) function
528 {if (entry_cmp(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dgeneral.js381 function entry_cmp(entry, match, len){ //compare string length function function
412 if (entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l)==0){
421 if(entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l) == 0){
434 if (entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l)==0)
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dgeneral.js381 function entry_cmp(entry, match, len){ //compare string length function function
412 if (entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l)==0){
421 if(entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l) == 0){
434 if (entry_cmp(o.options[i].text.substring(off).toLowerCase(), v.toLowerCase(), l)==0)

Completed in 36 milliseconds