Home
last modified time | relevance | path

Searched refs:add (Results 626 – 650 of 2070) sorted by last modified time

1...<<21222324252627282930>>...83

/plugin/instantpage/lib/
H A D5.1.0.js2 …t e=document.createElement("link");e.rel="prefetch",e.href=t,document.head.appendChild(e),n.add(t)}
/plugin/pureldap/
H A DLICENSE232 may add an explicit geographical distribution limitation excluding
310 Also add information on how to contact you by electronic and paper mail.
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md132 $entry->add('telephoneNumber', '555-5555');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php87 public function add(Control ...$controls)
80 public function add(Control ...$controls) global() function in FreeDSx\\Ldap\\Control\\ControlBag
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php61 public function add($attribute, ...$values)
66 $exists->add(...$attribute->getValues());
70 $this->changes->add(Change::add(clone $attribute));
90 $this->changes->add(Change::delete(clone $attribute));
112 $this->changes()->add(Change::reset(clone $attribute));
140 $this->changes->add(Change::replace(clone $attribute));
53 public function add($attribute, ...$values) global() function in FreeDSx\\Ldap\\Entry\\Entry
H A DAttribute.php82 public function add(...$values): self
66 public function add(...$values): self global() function in FreeDSx\\Ldap\\Entry\\Attribute
H A DOptions.php45 public function add(...$options)
37 public function add(...$options) global() function in FreeDSx\\Ldap\\Entry\\Options
H A DChange.php136 public static function add($attribute, ...$values): Change
133 public static function add($attribute, ...$values): Change global() function in FreeDSx\\Ldap\\Entry\\Change
H A DChanges.php48 public function add(Change ...$changes)
39 public function add(Change ...$changes) global() function in FreeDSx\\Ldap\\Entry\\Changes
H A DEntries.php48 public function add(Entry ...$entries)
39 public function add(Entry ...$entries) global() function in FreeDSx\\Ldap\\Entry\\Entries
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php63 public static function add(Entry $entry)
61 public static function add(Entry $entry) global() function in FreeDSx\\Ldap\\Operations
H A DLdapClient.php140 $response = $this->sendAndReceive(Operations::add($entry), ...$controls);
387 * Access to add/set/remove/reset the controls to be used for each request. If you want request specific controls in
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerDispatchHandler.php46 $dispatcher->add($context, $request);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerInterface.php27 public function add(FilterInterface ...$filters);
26 public function add(FilterInterface ...$filters); global() function
H A DFilterContainerTrait.php50 public function add(FilterInterface ...$filters)
45 public function add(FilterInterface ...$filters) global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php150 $filter->add($childFilter);
H A DRangeRetrieval.php179 $attrResult->add(...$attribute->getValues());
182 $attrResult->add(...$attribute->getValues());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php36 public function add(RequestContext $context, AddRequest $add): void
38 throw new OperationException('The add operation is not supported.');
35 add(RequestContext $context, AddRequest $add) global() argument
H A DProxyRequestHandler.php30 * Proxies requests to an LDAP server and returns the response. You should extend this to add your own constructor and
86 public function add(RequestContext $context, AddRequest $add): void
88 $this->ldap()->sendAndReceive($add, ...$context->controls()->toArray());
85 add(RequestContext $context, AddRequest $add) global() argument
H A DRequestHandlerInterface.php33 * An add request.
37 public function add(RequestContext $context, AddRequest $add): void;
36 add(RequestContext $context, AddRequest $add) global() argument
/plugin/pureldap/classes/
H A DADClient.php89 $entry->add('unicodePwd', $this->encodePassword($newpass));
119 $filter->add(Filters::$filtermethod('cn', $match));
158 $filter->add(Filters::$filtermethod('sAMAccountName', $this->simpleUser($match['user'])));
161 $filter->add(Filters::$filtermethod('displayName', $match['name']));
164 $filter->add(Filters::$filtermethod('mail', $match['mail']));
183 $or->add(Filters::equal('primaryGroupID', 513));
187 $or->add(Filters::equal('memberOf', $dn));
189 $filter->add($or);
231 // add account suffix
342 $groups[] = $this->config['defaultgroup']; // always add defaul
[all...]
/plugin/pureldap/vendor/composer/
H A DClassLoader.php21 * $loader->add('Symfony\Component', __DIR__.'/component');
22 * $loader->add('Symfony', __DIR__.'/framework');
180 public function add($prefix, $paths, $prepend = false)
118 public function add($prefix, $paths, $prepend = false) global() function in Composer\\Autoload\\ClassLoader
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php70 public function add(MechanismInterface $mechanism): self function in FreeDSx\\Sasl\\Sasl
/plugin/commonmark/vendor/composer/
H A DClassLoader.php21 * $loader->add('Symfony\Component', __DIR__.'/component');
22 * $loader->add('Symfony', __DIR__.'/framework');
184 public function add($prefix, $paths, $prepend = false)
118 public function add($prefix, $paths, $prepend = false) global() function in Composer\\Autoload\\ClassLoader
/plugin/pagebuttons/
H A Dplugin.info.txt6 desc Adds a PageMenu button to Delete the current page, add a subpage, and add a subfolder

1...<<21222324252627282930>>...83