Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 89) 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)
73 * @param Entry|Dn|string $entry
78 if ($entry instanceof Entry) {
[all …]
H A DEntry.php12 namespace FreeDSx\Ldap\Entry;
26 class Entry implements IteratorAggregate, Countable class
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
/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;
21 use FreeDSx\Ldap\Entry\Entry; alias
54 * @var Entry
59 * @param Entry $entry
61 public function __construct(Entry $entry)
67 * @return Entry
69 public function getEntry(): Entry
75 * @param Entry $entry
78 public function setEntry(Entry $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;
20 use FreeDSx\Ldap\Entry\Entry; alias
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(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php14 use FreeDSx\Ldap\Entry\Entry; alias
30 * @param Entry $rootDse
31 * @return Entry
33 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry;
H A DProxyHandler.php14 use FreeDSx\Ldap\Entry\Entry; alias
39 Entry $rootDse
40 ): Entry {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php14 use FreeDSx\Ldap\Entry\Attribute;
15 use FreeDSx\Ldap\Entry\Dn;
16 use FreeDSx\Ldap\Entry\Entry; alias
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 $entry, $attribute = null): bool
119 * @param Entry|Dn|string $entry
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php18 use FreeDSx\Ldap\Entry\Dn;
19 use FreeDSx\Ldap\Entry\Entries;
20 use FreeDSx\Ldap\Entry\Entry; alias
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
176 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry
[all …]
H A DOperations.php15 use FreeDSx\Ldap\Entry\Attribute;
16 use FreeDSx\Ldap\Entry\Change;
17 use FreeDSx\Ldap\Entry\Dn;
18 use FreeDSx\Ldap\Entry\Entry; alias
19 use FreeDSx\Ldap\Entry\Rdn;
60 * @param Entry $entry
63 public static function add(Entry $entry)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
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(
DCoverage.php195 $this->_todo = [new Compiler\Llk\Rule\Entry(
292 $this->_trace[] = new Compiler\Llk\Rule\Entry(
304 $this->_todo[] = new Compiler\Llk\Rule\Entry(
330 $this->_trace[] = new Compiler\Llk\Rule\Entry(
341 $this->_todo[] = 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(
423 $this->_trace[] = new Compiler\Llk\Rule\Entry(
433 $this->_todo[] = new Compiler\Llk\Rule\Entry(
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DRow.php27 protected $entriesType = Entry::class;
45 * @param Entry[]
52 * @return Entry[]
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
138 /** @var Entry $entry */
284 * @param Entry $entry
287 protected function entry2User(Entry $entry)
323 * @param Entry $userentry
326 protected function getUserGroups(Entry $userentry)
H A DGroupHierarchyCache.php5 use FreeDSx\Ldap\Entry\Entry; alias
85 /** @var Entry $entry */
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
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(
424 $this->_todo[] = new Rule\Entry($nextRule, 0);
441 $this->_todo[] = new Rule\Entry($nextRule, 0);
462 if ($last instanceof Rule\Entry) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php16 use FreeDSx\Ldap\Entry\Entry; alias
125 * @return Entry
136 public function getRootDse(bool $reload = false): Entry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php16 use FreeDSx\Ldap\Entry\Entry; alias
58 $entry = Entry::fromArray('', [
112 protected function filterEntryAttributes(SearchRequest $request, Entry $entry): void
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php17 use FreeDSx\Ldap\Entry\Entry; alias
74 * @var null|Entry
99 * @return Entry
110 public function fetchRootDse(bool $reload = false): Entry
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
DEntry.php40 use Hoa\Compiler\Llk\Rule\Entry as SUT;
51 class Entry extends Test\Unit\Suite class
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md77 echo "Entry: ".$entry->getDn().PHP_EOL;
92 use FreeDSx\Ldap\Entry\Entry;
96 $entry = (new Entry('cn=foo,dc=domain,dc=local'))
115 # Entry will be null if it doesn't exist
/plugin/data-au/lang/ja/
Dedit_intro.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
/plugin/data/lang/ja/
Dedit_intro_contentonly.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
Dedit_intro.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。

1234