Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
DValue.php27 public $intVal; variable in Google\\Service\\Fitness\\Value
46 public function setIntVal($intVal) argument
48 $this->intVal = $intVal;
55 return $this->intVal;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js225 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';
/plugin/authgoogle/google/io/
DGoogle_REST.php55 if ((intVal($code)) >= 300) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php596 $intVal = gmp_intval($int);
600 $intVal = $int;
603 while ($intVal > 0) {
607 $intVal = gmp_intval($int);
611 $intVal = $int;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
DREST.php123 if (intVal($code) >= 400) {