Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php12 namespace FreeDSx\Ldap\Entry;
32 * @var Entry[]
37 * @param Entry ...$entries
39 public function __construct(Entry ...$entries)
45 * @param Entry ...$entries
48 public function add(Entry ...$entries)
56 * @param Entry ...$entries
59 public function remove(Entry ...$entries)
71 * Check whether or not an entry (either an Entry object or string DN) exists within the entries.
73 * @param Entry|D
[all...]
H A DEntry.php12 namespace FreeDSx\Ldap\Entry;
22 * Represents an Entry in LDAP.
26 class Entry implements IteratorAggregate, Countable
272 * @return Entry
274 public static function create(string $dn, array $attributes = []): Entry
284 * @return Entry
286 public static function fromArray(string $dn, array $attributes = []): Entry
18 class Entry implements \IteratorAggregate, \Countable global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php19 use FreeDSx\Ldap\Entry\Attribute;
20 use FreeDSx\Ldap\Entry\Dn; alias
21 use FreeDSx\Ldap\Entry\Entry;
54 * @var Entry
59 * @param Entry $entry
61 public function __construct(Entry $entry)
67 * @return Entry
69 public function getEntry(): Entry
75 * @param Entry
[all...]
H A DModifyRequest.php20 use FreeDSx\Ldap\Entry\Attribute;
21 use FreeDSx\Ldap\Entry\Change;
22 use FreeDSx\Ldap\Entry\Dn;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php18 use FreeDSx\Ldap\Entry\Attribute;
19 use FreeDSx\Ldap\Entry\Dn; alias
20 use FreeDSx\Ldap\Entry\Entry;
40 * @var Entry
45 * @param Entry $entry
47 public function __construct(Entry $entry)
53 * @return Entry
55 public function getEntry(): Entry
89 return new self(new Entry(
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php14 use FreeDSx\Ldap\Entry\Entry;
30 * @param Entry $rootDse
31 * @return Entry
33 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry;
13 use FreeDSx\Ldap\Entry\Entry; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php14 use FreeDSx\Ldap\Entry\Attribute;
15 use FreeDSx\Ldap\Entry\Dn; alias
16 use FreeDSx\Ldap\Entry\Entry;
17 use FreeDSx\Ldap\Entry\Option;
48 public function getRanged(Entry $entry, $attribute): ?Attribute
64 * @param Entry $entry
68 public function getAllRanged(Entry $entry): array
91 * @param Entry $entry
95 public function hasRanged(Entry
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php18 use FreeDSx\Ldap\Entry\Dn; alias
19 use FreeDSx\Ldap\Entry\Entries;
20 use FreeDSx\Ldap\Entry\Entry;
21 use FreeDSx\Ldap\Entry\Rdn;
133 * @param Entry $entry
138 public function create(Entry $entry, Control ...$controls): LdapMessageResponse
152 * @return Entry|null
155 public function read(string $entry = '', $attributes = [], Control ...$controls): ?Entry
173 * @return Entry
[all...]
H A DOperations.php15 use FreeDSx\Ldap\Entry\Attribute;
16 use FreeDSx\Ldap\Entry\Change;
17 use FreeDSx\Ldap\Entry\Dn; alias
18 use FreeDSx\Ldap\Entry\Entry;
19 use FreeDSx\Ldap\Entry\Rdn;
60 * @param Entry $entry
63 public static function add(Entry $entry)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php155 new Compiler\Llk\Rule\Entry($ruleName, 0, [$handle])
226 $this->_trace[] = new Compiler\Llk\Rule\Entry(
243 $this->_todo[] = new Compiler\Llk\Rule\Entry(
269 $this->_todo[] = new Compiler\Llk\Rule\Entry($children, 0);
278 $this->_trace[] = new Compiler\Llk\Rule\Entry(
285 $this->_todo[] = new Compiler\Llk\Rule\Entry($nextRule, 0);
289 $this->_trace[] = new Compiler\Llk\Rule\Entry(
297 $this->_todo[] = new Compiler\Llk\Rule\Entry($nextRule, 0);
335 if ($last instanceof Compiler\Llk\Rule\Entry) {
351 $this->_todo[] = new Compiler\Llk\Rule\Entry(
H A DCoverage.php195 $this->_todo = [new Compiler\Llk\Rule\Entry(
292 $this->_trace[] = new Compiler\Llk\Rule\Entry(
366 $this->_trace[] = new Compiler\Llk\Rule\Entry(
403 $this->_trace[] = new Compiler\Llk\Rule\Entry(
413 $this->_todo[] = new Compiler\Llk\Rule\Entry(
433 $this->_todo[] = new Compiler\Llk\Rule\Entry(
442 $this->_trace[] = new Compiler\Llk\Rule\Entry(
473 if ($t instanceof Compiler\Llk\Rule\Entry &&
534 if ($pop instanceof Compiler\Llk\Rule\Entry) {
548 $this->_todo[] = new Compiler\Llk\Rule\Entry(
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRow.php27 protected $entriesType = Entry::class;
45 * @param Entry[]
52 * @return Entry[]
H A DEntry.php20 class Entry extends \Google\Model class
62 class_alias(Entry::class, 'Google_Service_Bigquery_Entry');
/plugin/pureldap/classes/
H A DADClient.php6 use FreeDSx\Ldap\Entry\Attribute;
7 use FreeDSx\Ldap\Entry\Entries;
8 use FreeDSx\Ldap\Entry\Entry; alias
38 * @return Entry|null
136 /** @var Entry $entry */
282 * @param Entry $entry
285 protected function entry2User(Entry $entry)
321 * @param Entry $userentry
324 protected function getUserGroups(Entry
[all...]
H A DGroupHierarchyCache.php5 use FreeDSx\Ldap\Entry\Entry; alias
85 /** @var Entry $entry */
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php177 $openRule = new Rule\Entry($rule, 0, [$closeRule]);
302 if ($trace instanceof Rule\Entry) {
361 $this->_trace[] = new Rule\Entry(
372 $this->_todo[] = new Rule\Entry($nextRule, 0);
387 $this->_trace[] = new Rule\Entry(
395 $this->_todo[] = new Rule\Entry($nextRule, 0);
409 $this->_trace[] = new Rule\Entry(
441 $this->_todo[] = new Rule\Entry($nextRule, 0);
462 if ($last instanceof Rule\Entry) {
485 $this->_todo[] = new Rule\Entry($rule, $next);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php16 use FreeDSx\Ldap\Entry\Entry;
58 $entry = Entry::fromArray('', [
112 protected function filterEntryAttributes(SearchRequest $request, Entry $entry): void
13 use FreeDSx\Ldap\Entry\Entry; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php16 use FreeDSx\Ldap\Entry\Entry;
125 * @return Entry
136 public function getRootDse(bool $reload = false): Entry
14 use FreeDSx\Ldap\Entry\Entry; global() alias
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DEntry.php40 use Hoa\Compiler\Llk\Rule\Entry as SUT;
51 class Entry extends Test\Unit\Suite class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php17 use FreeDSx\Ldap\Entry\Entry;
74 * @var null|Entry
99 * @return Entry
110 public function fetchRootDse(bool $reload = false): Entry
15 use FreeDSx\Ldap\Entry\Entry; global() alias
/plugin/data-au/lang/ja/
H A Dedit_intro.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
H A Dedit_intro_contentonly.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
/plugin/data/lang/ja/
H A Dedit_intro.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
H A Dedit_intro_contentonly.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DEntry.php47 class Entry extends Invocation class

1234