Home
last modified time | relevance | path

Searched refs:getChildren (Results 26 – 50 of 199) sorted by relevance

12345678

/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php123 function getChildren() { function in Sabre\\DAV\\FSExt\\Directory
149 foreach ($this->getChildren() as $child) $child->delete();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php185 $this->assertEquals(array($file),$dir->getChildren());
219 function getChildren() { function in Sabre\\DAV\\DirectoryMock
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php124 public function getChildren(AssetFactory $factory, $content, $loadPath = null) function in Assetic\\Filter\\ScssphpFilter
141 … $children = array_merge($children, $this->getChildren($factory, $child->getContent(), $loadPath));
H A DDependencyExtractorInterface.php33 public function getChildren(AssetFactory $factory, $content, $loadPath = null); function
H A DPhpCssEmbedFilter.php47 public function getChildren(AssetFactory $factory, $content, $loadPath = null) function in Assetic\\Filter\\PhpCssEmbedFilter
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php123 function getChildren() { function in Sabre\\DAV\\FSExt\\Directory
154 foreach ($this->getChildren() as $child) $child->delete();
/plugin/combo/ComboStrap/
H A DWikiFileSystem.php115 public function getChildren(Path $path, string $type = null): array function in ComboStrap\\WikiFileSystem
118 $children = LocalFileSystem::getOrCreate()->getChildren($path->toLocalPath(), $type);
H A DFileSystem.php22 public function getChildren(Path $path, string $type = null): array; function
H A DTreeVisit.php14 foreach ($tree->getChildren() as $child) {
H A DOutlineVisitor.php124 $actualChildren = $outlineSection->getChildren();
166 $actualChildren = $h1Section->getChildren();
265 $outlineSections = $section->getChildren();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php192 function getChildren($path) { function in Sabre\\DAV\\Tree
195 $children = $node->getChildren();
324 foreach ($source->getChildren() as $child) {
H A DICollection.php66 function getChildren(); function
H A DCollection.php33 foreach ($this->getChildren() as $child) {
/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/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php192 function getChildren($path) { function in Sabre\\DAV\\Tree
195 $children = $node->getChildren();
320 foreach ($source->getChildren() as $child) {
H A DICollection.php66 function getChildren(); function
H A DCollection.php33 foreach ($this->getChildren() as $child) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php97 foreach ($response->getChildren() as $sequence) {
108 foreach ($sequence->getChildren() as $keyItem) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php148 foreach ($response->getChildren() as $child) {
160 foreach ($warnings->getChildren() as $warning) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DGroup.php36 public function getChildren() function in Google\\Service\\Slides\\Group
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php204 $count = count($type->getChildren());
213 foreach ($child->getChildren() as $ldapUrl) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php63 ->array($result->getChildren())
83 ->array($result->getChildren())
143 ->when($result = $rule->getChildren())
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php367 $children = $zeRule->getChildren();
377 $children = $zeRule->getChildren();
399 $nextRule = $zeRule->getChildren();
669 $children = $node->getChildren();
680 foreach ($newNode->getChildren() as $child) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Tree.php38 public function getChildren() function in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2Tree
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php131 public function getChildren() function in Hoa\\Iterator\\Recursive\\Mock

12345678