Home
last modified time | relevance | path

Searched refs:getChildren (Results 151 – 175 of 199) sorted by path

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php204 $count = count($type->getChildren());
213 foreach ($child->getChildren() as $ldapUrl) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php103 foreach ($attrList->getChildren() as $attrListing) {
104 if (!($attrListing instanceof SequenceType && count($attrListing->getChildren()) == 2)) {
118 foreach ($vals->getChildren() as $val) {
H A DCompareRequest.php103 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
H A DExtendedRequest.php174 foreach ($type->getChildren() as $child) {
H A DModifyRequest.php121 foreach ($changes->getChildren() as $change) {
161 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
181 if (count($type->getChildren()) !== 2) {
192 foreach ($attrVals->getChildren() as $attrVal) {
H A DSearchRequest.php414 foreach ($attributes->getChildren() as $attribute) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php86 foreach ($type->getChildren() as $child) {
H A DExtendedResponse.php136 foreach ($type->getChildren() as $child) {
H A DIntermediateResponse.php81 foreach ($type->getChildren() as $child) {
H A DPasswordModifyResponse.php81 foreach ($pwdResponse->getChildren() as $child) {
H A DSearchResultEntry.php79 foreach ($attrValues->getChildren() as $attrValue) {
H A DSearchResultReference.php62 foreach ($type->getChildren() as $referral) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php147 $count = count($type->getChildren());
151 count($type->getChildren())
166 foreach ($child->getChildren() as $control) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php171 foreach ($type->getChildren() as $child) {
H A DMatchingRuleFilter.php213 foreach ($type->getChildren() as $child) {
H A DSubstringFilter.php205 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
230 foreach ($substrings->getChildren() as $substring) {
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php180 $chn = $level->getChildren();
H A Dsettingslevel.class.php267 function getChildren(){ function in settingslevel
/plugin/webdav/core/DAV/
H A DAbstractDirectory.php56 public function getChildren() function in dokuwiki\\plugin\\webdav\\core\\DAV\\AbstractDirectory
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php21 public function getChildren() function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Tags\\Directory
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md180 * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
279 * #729: Not all calls to `Sabre\DAV\Tree::getChildren()` were properly cached.
1783 * Added: Tree classes now have a delete and getChildren method.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php124 function getChildren() { function in Sabre\\CalDAV\\Calendar
H A DCalendarHome.php193 function getChildren() { function in Sabre\\CalDAV\\CalendarHome
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php59 function getChildren() { function in Sabre\\CalDAV\\Notifications\\Collection
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php75 function getChildren() { function in Sabre\\CalDAV\\Principal\\User

12345678