Home
last modified time | relevance | path

Searched refs:h_regexp (Results 1 – 1 of 1) sorted by relevance

/plugin/advrack/
H A Dscript.js18 var h_regexp = /^(\d{1,2})([u|in|cm])*/i, w_regexp = /^(\d{1,2})([in|cm])/i; variable
46 var rack_height = rack['options']['height'].match(h_regexp);
105 var h = equipment['height'].match(h_regexp);
134 var h = equipment['height'].match(h_regexp);
160 var h = deck['height'].match(h_regexp);
218 var h = equipment['height'].match(h_regexp);
241 } else if (! h_regexp.test(item['height'])) {
244 var h = item['height'].match(h_regexp);
265 var unit_height = unit['height'].match(h_regexp);