Searched refs:firstValue (Results 1 – 8 of 8) sorted by relevance
33 public $firstValue; variable in Google\\Service\\WebRisk\\GoogleCloudWebriskV1RiceDeltaEncoding70 public function setFirstValue($firstValue) argument72 $this->firstValue = $firstValue;79 return $this->firstValue;
29 public $firstValue; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4RiceDeltaEncoding56 public function setFirstValue($firstValue) argument58 $this->firstValue = $firstValue;65 return $this->firstValue;
216 $firstValue = true;219 if(!$firstValue) $R->cdata($separator);221 $firstValue = false;
269 $firstValue = $firstNode->nodeValue;270 $error .= "The left node (" . $leftNode->getNodePath() . ") have child nodes while the right has not (First Left Node: $firstNodeName, value: $firstValue) \n";
181 public function firstValue()165 public function firstValue() global() function in FreeDSx\\Ldap\\Entry\\Attribute
317 return $attribute->firstValue();
346 $gid = $userentry->get('primaryGroupID')->firstValue();406 $maxPwdAge = $entry->get($attr)->firstValue();
32 * Added a firstValue() and lastValue() method for attributes.