Home
last modified time | relevance | path

Searched refs:getChildren (Results 76 – 100 of 199) sorted by relevance

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php86 foreach ($type->getChildren() as $child) {
H A DIntermediateResponse.php81 foreach ($type->getChildren() as $child) {
H A DSearchResultEntry.php79 foreach ($attrValues->getChildren() as $attrValue) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php36 ), $col->getChildren());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php25 public function getChildren(AssetFactory $factory, $content, $loadPath = null) function in Assetic\\Filter\\Sass\\BaseSassFilter
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php92 function getChildren() { function in Sabre\\DAVACL\\AbstractPrincipalCollection
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php67 $parameters = array_slice($element->getChildren(), 1);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DRegularExpression.php115 ->when($result = $iterator->getChildren())
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php110 }, $this->getChildren()
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php92 function getChildren() { function in Sabre\\DAVACL\\AbstractPrincipalCollection
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php109 function getChildren() { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php129 public function getChildren() function in Assetic\\Factory\\Resource\\DirectoryResourceFilterIterator
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DStylusFilter.php121 public function getChildren(AssetFactory $factory, $content, $loadPath = null) function in Assetic\\Filter\\StylusFilter
H A DSprocketsFilter.php127 public function getChildren(AssetFactory $factory, $content, $loadPath = null) function in Assetic\\Filter\\SprocketsFilter
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php75 function getChildren() { function in Sabre\\CalDAV\\Principal\\User
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php67 function getChildren() { function in Sabre\\CalDAV\\Schedule\\Inbox
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DUserTest.php85 $children = $u->getChildren();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php75 function getChildren() { function in Sabre\\CalDAV\\Principal\\User
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php81 return $this->encodeConstructedType(...$this->canonicalize(...$set->getChildren()));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php103 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php92 $children = $this->s->getChildren();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php107 function getChildren() { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php212 public function getChildren(): array
210 public function getChildren() : array global() function in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/combo/ComboStrap/
H A DTreeNode.php70 public function getChildren(): array function in ComboStrap\\TreeNode
H A DPathTreeNode.php19 * Build the tree from the file systems with the {@link FileSystems::getChildren()}
30 * Build the tree from the file systems with the {@link FileSystems::getChildren()}
39 $childrenPath = FileSystems::getChildren($parentPath);

12345678