Home
last modified time | relevance | path

Searched refs:Attribute (Results 26 – 50 of 77) sorted by last modified time

1234

/plugin/bootswrapper/exe/help/
H A Dimage.txt17 ^ Attribute ^ Allowed Values ^ Description ^
H A Dlabel.txt31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dpanel.txt127 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DGoogleCloudHealthcareV1ConsentPolicy.php25 protected $resourceAttributesType = Attribute::class;
43 * @param Attribute[]
50 * @return Attribute[]
H A DUserDataMapping.php39 protected $resourceAttributesType = Attribute::class;
103 * @param Attribute[]
110 * @return Attribute[]
H A DAttribute.php20 class Attribute extends \Google\Collection class
63 class_alias(Attribute::class, 'Google_Service_CloudHealthcare_Attribute');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttribute.php20 class Attribute extends \Google\Collection class
113 class_alias(Attribute::class, 'Google_Service_MyBusinessBusinessInformation_Attribute');
H A DAttributes.php23 protected $attributesType = Attribute::class;
31 * @param Attribute[]
38 * @return Attribute[]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/
H A DAsMonologProcessor.php12 namespace Monolog\Attribute;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DAttribute.php27 abstract class Attribute class
H A DAttributes.php33 'children' => Attribute::MAP
H A DSubjectDirectoryAttributes.php33 'children' => Attribute::MAP
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php29 * @var Attribute[]
45 * @param Attribute ...$attributes
47 public function __construct($dn, Attribute ...$attributes)
57 * @param string|Attribute $attribute
63 $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
78 * @param string|Attribute $attribute
84 $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
99 * @param string|Attribute
[all...]
H A DAttribute.php34 class Attribute implements IteratorAggregate, Countable
234 * @param Attribute $attribute
238 public function equals(Attribute $attribute, bool $strict = false): bool
18 class Attribute implements \IteratorAggregate, \Countable global() class
H A DChange.php44 * @var Attribute
50 * @param string|Attribute $attribute
56 $this->attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
60 * @return Attribute
62 public function getAttribute(): Attribute
68 * @param Attribute $attribute
71 public function setAttribute(Attribute $attribute)
132 * @param string|Attribute $attribute
138 $attribute = $attribute instanceof Attribute
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php14 use FreeDSx\Ldap\Entry\Attribute;
74 * @var Attribute[]
212 * @return Attribute[]
220 * @param string|Attribute ...$attributes
227 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
370 /** @var $v Attribute */
13 use FreeDSx\Ldap\Entry\Attribute; global() alias
H A DOperations.php15 use FreeDSx\Ldap\Entry\Attribute;
189 * @param string|Attribute ...$attributes
200 * @param string|Attribute ...$attributes
210 * @param string|Attribute ...$attributes
14 use FreeDSx\Ldap\Entry\Attribute; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php21 use FreeDSx\Ldap\Entry\Attribute;
124 * @var Attribute[]
130 * @param string|Attribute ...$attributes
141 * @param string|Attribute ...$attributes
219 * @return Attribute[]
227 * @param string|Attribute ...$attributes
234 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
418 $attrList[] = new Attribute($attribute->getValue());
450 /** @var Attribute|strin
20 use FreeDSx\Ldap\Entry\Attribute; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php18 use FreeDSx\Ldap\Entry\Attribute;
85 $attributes[] = new Attribute($partialAttribute->getChild(0)->getValue(), ...$values);
17 use FreeDSx\Ldap\Entry\Attribute; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php20 use FreeDSx\Ldap\Entry\Attribute;
87 . Attribute::escape($this->value)
18 use FreeDSx\Ldap\Entry\Attribute; global() alias
H A DMatchingRuleFilter.php21 use FreeDSx\Ldap\Entry\Attribute;
186 return self::PAREN_LEFT . $filter . self::FILTER_EXT . Attribute::escape($this->value) . self::PAREN_RIGHT;
19 use FreeDSx\Ldap\Entry\Attribute; global() alias
H A DSubstringFilter.php20 use FreeDSx\Ldap\Entry\Attribute;
180 return Attribute::escape($value);
185 $startsWith = Attribute::escape($this->startsWith);
189 $endsWith = Attribute::escape($this->endsWith);
18 use FreeDSx\Ldap\Entry\Attribute; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php14 use FreeDSx\Ldap\Entry\Attribute;
46 * @param string|Attribute $attribute
48 public function getRanged(Entry $entry, $attribute): ?Attribute
50 $attribute = $attribute instanceof Attribute ? new Attribute($attribute->getName()) : new Attribute($attribute);
65 * @return Attribute[]
66 * @psalm-return list<Attribute>
92 * @param Attribute|string|null $attribute
103 * @param Attribute
13 use FreeDSx\Ldap\Entry\Attribute; global() alias
[all...]
/plugin/pureldap/classes/
H A DADClient.php6 use FreeDSx\Ldap\Entry\Attribute; alias
359 $attr[] = new Attribute('sAMAccountName');
360 $attr[] = new Attribute('userPrincipalName');
361 $attr[] = new Attribute('Name');
362 $attr[] = new Attribute('primaryGroupID');
363 $attr[] = new Attribute('memberOf');
364 $attr[] = new Attribute('pwdlastset');
365 $attr[] = new Attribute('useraccountcontrol');
395 $attr = new Attribute('maxPwdAge');
H A DClient.php9 use FreeDSx\Ldap\Entry\Attribute;
311 * @param Attribute|null $attribute
327 * @return Attribute[]
333 new Attribute('dn'),
334 new Attribute('displayName'),
335 new Attribute('mail'),
339 $attr[] = new Attribute($attribute);
6 use FreeDSx\Ldap\Entry\Attribute; global() alias

1234