Home
last modified time | relevance | path

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

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php11 namespace FreeDSx\Ldap\Entry;
23 * @var Entry[]
28 * @param Entry ...$entries
36 * @param Entry ...$entries
47 * @param Entry ...$entries
64 * @param Entry|Dn|string $entry
86 * @return Entry|null
102 * @return Entry|null
114 * @return Entry|null
116 public function last(): ?Entry
[all …]
H A DEntry.php11 namespace FreeDSx\Ldap\Entry;
18 class Entry implements \IteratorAggregate, \Countable class
262 * @return Entry
264 public static function create(string $dn, array $attributes = []): Entry
274 * @return Entry
276 public static function fromArray(string $dn, array $attributes = []): Entry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php18 use FreeDSx\Ldap\Entry\Attribute;
19 use FreeDSx\Ldap\Entry\Dn;
20 use FreeDSx\Ldap\Entry\Entry; alias
51 * @var Entry
56 * @param Entry $entry
58 public function __construct(Entry $entry)
64 * @return Entry
66 public function getEntry(): Entry
72 * @param Entry $entry
75 public function setEntry(Entry $entry)
[all …]
H A DModifyRequest.php19 use FreeDSx\Ldap\Entry\Attribute;
20 use FreeDSx\Ldap\Entry\Change;
21 use FreeDSx\Ldap\Entry\Dn;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php17 use FreeDSx\Ldap\Entry\Attribute;
18 use FreeDSx\Ldap\Entry\Dn;
19 use FreeDSx\Ldap\Entry\Entry; alias
39 * @var Entry
44 * @param Entry $entry
46 public function __construct(Entry $entry)
52 * @return Entry
54 public function getEntry(): Entry
87 return new self(new Entry(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php13 use FreeDSx\Ldap\Entry\Entry; alias
29 * @param Entry $rootDse
30 * @return Entry
32 public function rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse): Entry;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php13 use FreeDSx\Ldap\Entry\Attribute;
14 use FreeDSx\Ldap\Entry\Dn;
15 use FreeDSx\Ldap\Entry\Entry; alias
16 use FreeDSx\Ldap\Entry\Option;
46 public function getRanged(Entry $entry, $attribute): ?Attribute
62 * @param Entry $entry
65 public function getAllRanged(Entry $entry): array
88 * @param Entry $entry
92 public function hasRanged(Entry $entry, $attribute = null): bool
116 * @param Entry|Dn|string $entry
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php17 use FreeDSx\Ldap\Entry\Entries;
18 use FreeDSx\Ldap\Entry\Entry; alias
129 * @param Entry $entry
134 public function create(Entry $entry, Control ...$controls): LdapMessageResponse
148 * @return Entry|null
169 * @return Entry
201 * @param Entry $entry
206 public function update(Entry $entry, Control ...$controls): LdapMessageResponse
217 * @param string|Entry $dn
218 * @param string|Entry $newParentDn
[all …]
H A DOperations.php14 use FreeDSx\Ldap\Entry\Attribute;
15 use FreeDSx\Ldap\Entry\Change;
16 use FreeDSx\Ldap\Entry\Dn;
17 use FreeDSx\Ldap\Entry\Entry; alias
18 use FreeDSx\Ldap\Entry\Rdn;
58 * @param Entry $entry
61 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
82 /** @var Entry $entry */
224 * @param Entry $entry
227 protected function entry2User(Entry $entry)
250 * @param Entry $userentry
253 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/
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.php13 use FreeDSx\Ldap\Entry\Entry; alias
39 $entry = Entry::fromArray('', [
84 protected function filterEntryAttributes(SearchRequest $request, Entry $entry): void
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php14 use FreeDSx\Ldap\Entry\Entry; alias
113 public function getRootDse(bool $reload = false): Entry
/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.php15 use FreeDSx\Ldap\Entry\Entry; alias
68 * @var null|Entry
96 public function fetchRootDse(bool $reload = false): Entry
/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