Searched refs:intVal (Results 1 – 5 of 5) sorted by relevance
27 public $intVal; variable in Google\\Service\\Fitness\\Value46 public function setIntVal($intVal) argument48 $this->intVal = $intVal;55 return $this->intVal;
225 var intVal = parseInt(val);227 if (intVal === 0) {231 …if (compatibility.properties.shorterLengthUnits && compatibility.units.pt && intVal * 3 % 4 === 0)…232 newValue = intVal * 3 / 4 + 'pt';235 … if (compatibility.properties.shorterLengthUnits && compatibility.units.pc && intVal % 16 === 0) {236 newValue = intVal / 16 + 'pc';239 … if (compatibility.properties.shorterLengthUnits && compatibility.units.in && intVal % 96 === 0) {240 newValue = intVal / 96 + 'in';
55 if ((intVal($code)) >= 300) {
596 $intVal = gmp_intval($int);600 $intVal = $int;603 while ($intVal > 0) {607 $intVal = gmp_intval($int);611 $intVal = $int;
123 if (intVal($code) >= 400) {