Home
last modified time | relevance | path

Searched refs:firstValue (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleCloudWebriskV1RiceDeltaEncoding.php33 public $firstValue; variable in Google\\Service\\WebRisk\\GoogleCloudWebriskV1RiceDeltaEncoding
70 public function setFirstValue($firstValue) argument
72 $this->firstValue = $firstValue;
79 return $this->firstValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4RiceDeltaEncoding.php29 public $firstValue; variable in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4RiceDeltaEncoding
56 public function setFirstValue($firstValue) argument
58 $this->firstValue = $firstValue;
65 return $this->firstValue;
/plugin/strata/helper/
H A Dutil.php216 $firstValue = true;
219 if(!$firstValue) $R->cdata($separator);
221 $firstValue = false;
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php269 $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";
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php181 public function firstValue()
165 public function firstValue() global() function in FreeDSx\\Ldap\\Entry\\Attribute
/plugin/pureldap/classes/
H A DClient.php317 return $attribute->firstValue();
H A DADClient.php346 $gid = $userentry->get('primaryGroupID')->firstValue();
406 $maxPwdAge = $entry->get($attr)->firstValue();
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md32 * Added a firstValue() and lastValue() method for attributes.