Home
last modified time | relevance | path

Searched refs:intVal (Results 1 – 4 of 4) sorted by path

/plugin/authgoogle/google/io/
H A DGoogle_REST.php55 if ((intVal($code)) >= 300) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A 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/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php123 if (intVal($code) >= 400) {
/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;