Home
last modified time | relevance | path

Searched refs:set (Results 376 – 400 of 1255) sorted by last modified time

1...<<11121314151617181920>>...51

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php58 public function set(FilterInterface $filter)
55 public function set(FilterInterface $filter) global() function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php116 * Given a specific Entry/DN and an attribute, get the next set of ranged values available. Optionally pass a third
135 $attrReq->getOptions()->set(Option::fromRange((string) $startAt, (string) $amount));
167 $attrResult->getOptions()->set(Option::fromRange('0'));
/plugin/pureldap/vendor/freedsx/sasl/
H A DCHANGELOG.md6 * Add an option to set the host section of the digest-uri for DIGEST-MD5. Mostly for easier AD support.
/plugin/pureldap/classes/
H A DClient.php71 // set ssl parameters
112 $INPUT->server->set('REMOTE_USER', $user);
116 $INPUT->set('u', $user);
117 $INPUT->set('p', 'sso_only');
347 * @return int 0 if no maximum age is set
/plugin/pureldap/vendor/composer/
H A DClassLoader.php171 * Registers a set of PSR-0 directories for a given prefix, either
172 * appending or prepending to the ones previously set for this prefix.
219 * Registers a set of PSR-4 directories for a given namespace, either
220 * appending or prepending to the ones previously set for this namespace.
270 * Registers a set of PSR-0 directories for a given prefix,
271 * replacing any others previously set for this prefix.
278 public function set($prefix, $paths)
288 * Registers a set of PSR-4 directories for a given namespace,
289 * replacing any others previously set for this namespace.
210 public function set($prefix, $paths) global() function in Composer\\Autoload\\ClassLoader
H A Dautoload_real.php
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php74 $this->context->set('challenge', $challenge->get('challenge'));
H A DDigestMD5Challenge.php104 $this->context->set('seqnumsnt', 0);
105 $this->context->set('seqnumrcv', 0);
140 $this->context->set('qop', 'auth-conf');
142 $this->context->set('qop', 'auth-int');
144 $this->context->set('qop', 'auth');
166 $response->set('response', DigestMD5Mechanism::computeResponse(
174 $this->context->set(
186 $this->context->set('a1', hex2bin(DigestMD5Mechanism::computeA1($password, $message, $response)));
187 $this->context->set('cipher', $response->get('cipher'));
237 $this->context->set('a
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php497 throw new EncoderException('The encoded set type is malformed.');
569 # We have reached the last byte if the MSB is not set.
1050 'If the bit string is empty the unused bits must be set to 0. However, it is set to %s with %s octets.',
1157 * Encoding subsets may require specific ordering on set types. Allow this to be overridden.
1159 * @param SetType $set
1163 protected function encodeSet(SetType $set)
1165 return $this->encodeConstructedType(...$set->getChildren());
1169 * Encoding subsets may require specific ordering on set of types. Allow this to be overridden.
1171 * @param SetOfType $set
1123 encodeSet(SetType $set) global() argument
1135 encodeSetOf(SetOfType $set) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php48 public function set(string $name, $value): self function in FreeDSx\\Sasl\\Message
H A DSaslContext.php189 public function set(string $key, $value): self function in FreeDSx\\Sasl\\SaslContext
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php85 $context->set('seqnumsnt', $context->get('seqnumsnt') + 1);
105 $context->set('seqnumrcv', $context->get('seqnumrcv') + 1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php137 public function set(...$values): self
235 * @param bool $strict If set to true, then options must also match.
121 public function set(...$values): self global() function in FreeDSx\\Ldap\\Entry\\Attribute
H A DOptions.php38 $this->set(...$options);
58 public function set(...$options)
50 public function set(...$options) global() function in FreeDSx\\Ldap\\Entry\\Options
H A DChanges.php22 * Represents a set of change objects.
103 public function set(Change ...$changes)
94 public function set(Change ...$changes) global() function in FreeDSx\\Ldap\\Entry\\Changes
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php301 public static function set(AbstractType ...$types): SetType
300 public static function set(AbstractType ...$types) : SetType global() function in FreeDSx\\Asn1\\Asn1
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetTrait.php24 * X.680 Sec 8.4. A set is canonical when:
31 * @param AbstractType ...$set argument
34 protected function canonicalize(AbstractType ...$set): array
44 foreach ($set as $child) {
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md8 * Allow a PSR-3 compatible logging instance to be set on the LDAP server for info / error events.
16 * The LDAP server handlers can now be set as a class instance in addition to the class FQCN string.
18 * The criticality for paging can now be set using the "isCritical" method.
28 * Add initial SASL support with a limited set of mechanisms (DIGEST-MD5, CRAM-MD5, PLAIN, ANONYMOUS).
/plugin/commonmark/vendor/composer/
H A DClassLoader.php175 * Registers a set of PSR-0 directories for a given prefix, either
176 * appending or prepending to the ones previously set for this prefix.
222 * Registers a set of PSR-4 directories for a given namespace, either
223 * appending or prepending to the ones previously set for this namespace.
272 * Registers a set of PSR-0 directories for a given prefix,
273 * replacing any others previously set for this prefix.
280 public function set($prefix, $paths)
290 * Registers a set of PSR-4 directories for a given namespace,
291 * replacing any others previously set for this namespace.
210 public function set($prefix, $paths) global() function in Composer\\Autoload\\ClassLoader
H A Dautoload_real.php
/plugin/move/
H A DREADME38 Silk icon set 1.3
53 http://semlabs.co.uk/blog/free-web-design-icon-set
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php103 expectedArguments(\League\Config\MutableConfigurationInterface::set(), 0, argumentsSet('league_commonmark_options'));
H A DCHANGELOG.md37 - `CallbackGenerator`s that fail to set a URL or return an expected value
61 - Fixed parsing issues when `mb_internal_encoding()` is set to something other than `UTF-8` (#951)
67 - Fixed `TaskListItemMarkerRenderer` not including HTML attributes set on the node by other extensions (#947)
500 - `set()`
558 - `Environment::mergeConfig()` (set configuration before instantiation instead)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php118 * Offset to set
110 public function set($key, $value) global() function in League\\CommonMark\\Util\\ArrayCollection
H A DConfiguration.php

1...<<11121314151617181920>>...51