/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Change.php | 41 * @var Attribute 47 * @param string|Attribute $attribute 53 …$this->attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$va… 57 * @return Attribute 65 * @param Attribute $attribute 129 * @param string|Attribute $attribute 135 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values); 144 * @param Attribute|string $attribute 150 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values); 165 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values); [all …]
|
H A D | Entry.php | 21 * @var Attribute[] 37 * @param Attribute ...$attributes 49 * @param string|Attribute $attribute 55 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values); 76 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values); 97 $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute); 119 … $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values); 142 * @return null|Attribute 146 $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute); 166 $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute); [all …]
|
H A D | Attribute.php | 18 class Attribute implements \IteratorAggregate, \Countable class 218 * @param Attribute $attribute 222 public function equals(Attribute $attribute, bool $strict = false): bool
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | RangeRetrieval.php | 13 use FreeDSx\Ldap\Entry\Attribute; alias 44 * @param string|Attribute $attribute 48 …$attribute = $attribute instanceof Attribute ? new Attribute($attribute->getName()) : new Attribut… 63 * @return Attribute[] 100 * @param Attribute $attribute 117 * @param Attribute $attribute 119 * @return Attribute 122 public function getMoreValues($entry, Attribute $attribute, $amount = '*'): Attribute 158 * @return Attribute 163 …$attrResult = $attribute instanceof Attribute ? new Attribute($attribute->getName()) : new Attribu… [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | SearchRequest.php | 20 use FreeDSx\Ldap\Entry\Attribute; alias 122 * @var Attribute[] 128 * @param string[]|Attribute[] ...$attributes 217 * @return Attribute[] 225 * @param string[]|Attribute[] ...$attributes 232 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute); 412 $attrList[] = new Attribute($attribute->getValue()); 444 /** @var Attribute $attr */ 445 … return Asn1::octetString($attr instanceof Attribute ? $attr->getDescription() : $attr);
|
H A D | ModifyRequest.php | 19 use FreeDSx\Ldap\Entry\Attribute; alias 172 * @return Attribute 175 protected static function parsePartialAttribute(SequenceType $type): Attribute 195 return new Attribute($attrType->getValue(), ...$values);
|
H A D | AddRequest.php | 18 use FreeDSx\Ldap\Entry\Attribute; alias 121 $attributes[] = new Attribute($attrType->getValue(), ...$attrValues); 134 /** @var Attribute $attribute */
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
H A D | Attributes.php | 23 protected $attributesType = Attribute::class; 31 * @param Attribute[] 38 * @return Attribute[]
|
H A D | Attribute.php | 20 class Attribute extends \Google\Collection class 113 class_alias(Attribute::class, 'Google_Service_MyBusinessBusinessInformation_Attribute');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | GoogleCloudHealthcareV1ConsentPolicy.php | 25 protected $resourceAttributesType = Attribute::class; 43 * @param Attribute[] 50 * @return Attribute[]
|
H A D | UserDataMapping.php | 39 protected $resourceAttributesType = Attribute::class; 103 * @param Attribute[] 110 * @return Attribute[]
|
H A D | Attribute.php | 20 class Attribute extends \Google\Collection class 63 class_alias(Attribute::class, 'Google_Service_CloudHealthcare_Attribute');
|
/plugin/pureldap/classes/ |
H A D | Client.php | 6 use FreeDSx\Ldap\Entry\Attribute; alias 287 * @param Attribute|null $attribute 303 * @return Attribute[] 309 new Attribute('dn'), 310 new Attribute('displayName'), 311 new Attribute('mail'), 315 $attr[] = new Attribute($attribute);
|
H A D | ADClient.php | 6 use FreeDSx\Ldap\Entry\Attribute; alias 288 $attr[] = new Attribute('sAMAccountName'); 289 $attr[] = new Attribute('Name'); 290 $attr[] = new Attribute('primaryGroupID'); 291 $attr[] = new Attribute('memberOf');
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/ |
H A D | DataElementsTest.php | 5 use FINDOLOGIC\Export\Data\Attribute; alias 144 'Attribute with empty key' => ['', ['value'], Attribute::class, true], 145 'Attribute with empty value' => ['key', [''], Attribute::class, true], 146 'Attribute with valid key and value' => ['key', ['value'], Attribute::class, false],
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | LdapUrl.php | 13 use FreeDSx\Ldap\Entry\Attribute; alias 60 * @var Attribute[] 197 * @return Attribute[] 205 * @param string[]|Attribute[] ...$attributes 212 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
H A D | SubstringFilter.php | 18 use FreeDSx\Ldap\Entry\Attribute; alias 178 return Attribute::escape($value); 183 $startsWith = Attribute::escape($this->startsWith); 187 $endsWith = Attribute::escape($this->endsWith);
|
H A D | AttributeValueAssertionTrait.php | 18 use FreeDSx\Ldap\Entry\Attribute; alias 84 . Attribute::escape($this->value)
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
H A D | SearchResultEntry.php | 17 use FreeDSx\Ldap\Entry\Attribute; alias 83 … $attributes[] = new Attribute($partialAttribute->getChild(0)->getValue(), ...$values);
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/ |
H A D | CSVItem.php | 5 use FINDOLOGIC\Export\Data\Attribute; alias 82 /** @var Attribute $attribute */
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/ |
H A D | Attribute.php | 31 final class Attribute class
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
H A D | Attributes.php | 33 'children' => Attribute::MAP
|
H A D | SubjectDirectoryAttributes.php | 33 'children' => Attribute::MAP
|
H A D | Attribute.php | 27 abstract class Attribute class
|
/plugin/conform/ |
H A D | helper.php | 102 …array_push($errors, "Line: $linecount --> Attribute '$args[1]' isn't allowed to contain a _ charac… 187 … array_push($errors, "Line: $constraintline --> Attribute '$constraint' doesn't exist!");
|