a:8:{s:9:"#provides";s:25:"dojox.dtl.filter.integers";s:9:"#resource";s:22:"dtl/filter/integers.js";s:29:"dojox.dtl.filter.integers.add";a:4:{s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:5:"value";a:1:{s:4:"type";s:0:"";}s:3:"arg";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:100:" value = parseInt(value, 10); arg = parseInt(arg, 10); return isNaN(arg) ? value : value + arg;";s:7:"summary";s:0:"";}s:35:"dojox.dtl.filter.integers.get_digit";a:4:{s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:5:"value";a:1:{s:4:"type";s:0:"";}s:3:"arg";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:236:" value = parseInt(value, 10); arg = parseInt(arg, 10) - 1; if(arg >= 0){ value += ""; if(arg < value.length){ value = parseInt(value.charAt(arg), 10); }else{ value = 0; } } return (isNaN(value) ? 0 : value);";s:7:"summary";s:300:"Given a whole number, returns the 1-based requested digit of it desciprtion: 1 is the right-most digit, 2 is the second-right-most digit, etc. Returns the original value for invalid input (if input or argument is not an integer, or if argument is less than 1). Otherwise, output is always an integer.";}s:25:"dojox.dtl.filter.integers";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:16:"dojox.dtl.filter";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:9:"dojox.dtl";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}