Home
last modified time | relevance | path

Searched refs:withChildren (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/src/ableton/test/serial_io/
H A DSchedulerTree.cpp63 withChildren([&nextTimePoint](SchedulerTree& child) { in nextTimerExpiration()
72 withChildren([t](SchedulerTree& child) { child.triggerTimersUntil(t); }); in triggerTimersUntil()
86 withChildren( in handlePending()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/symfony/var-dumper/Cloner/
H A DData.php162 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
163 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
164 if ($withChildren) {
169 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/symfony/var-dumper/Cloner/
H A DData.php162 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
163 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
164 if ($withChildren) {
169 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/
H A DData.php360 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
361 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
362 if ($withChildren) {
364 $withChildren = false;
373 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/www/elgg/elgg-3.3.23/vendor/symfony/var-dumper/Cloner/
H A DData.php360 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
361 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
362 if ($withChildren) {
364 $withChildren = false;
373 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/
H A DData.php360 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
361 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
362 if ($withChildren) {
364 $withChildren = false;
373 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/var-dumper/Cloner/
H A DData.php378 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
379 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
380 if ($withChildren) {
382 $withChildren = false;
391 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Cloner/
H A DData.php382 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
383 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
384 if ($withChildren) {
386 $withChildren = false;
395 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/var-dumper/Cloner/
H A DData.php395 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
396 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
397 if ($withChildren) {
399 $withChildren = false;
408 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/var-dumper/Cloner/
H A DData.php378 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
379 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
380 if ($withChildren) {
382 $withChildren = false;
391 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/var-dumper/Cloner/
H A DData.php378 … $withChildren = $children && $cursor->depth !== $this->maxDepth && $this->maxItemsPerDepth;
379 $dumper->enterHash($cursor, $item->type, $item->class, $withChildren);
380 if ($withChildren) {
382 $withChildren = false;
391 $dumper->leaveHash($cursor, $item->type, $item->class, $withChildren, $cut);
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MetaBar/Factory/
H A DisParent.php22 public function withChildren(array $children) : isParent; function
H A DTopParentItem.php103 public function withChildren(array $children) : isParent function in ILIAS\\GlobalScreen\\Scope\\MetaBar\\Factory\\TopParentItem
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/
H A DisParent.php22 public function withChildren(array $children) : isParent; function
H A DAbstractParentItem.php29 public function withChildren(array $children) : isParent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\AbstractParentItem
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Factory/
H A DisParent.php19 public function withChildren(array $children) : isParent; function
H A DAbstractParentItem.php26 public function withChildren(array $children) : isParent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\AbstractParentItem
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/projectmanagerview/
H A Dcutcopypastehelpers.cpp69 const bool withChildren = srcCount != 1; in createPasteStatsWidget() local
74 if (withChildren) { in createPasteStatsWidget()
127 if (withChildren) { in createPasteStatsWidget()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfiltask.hxx502 bool withChildren );
547 bool withChildren = false );
558 bool withChildren );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfiltask.hxx506 bool withChildren );
551 bool withChildren = false );
562 bool withChildren );
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/test/serial_io/
H A DSchedulerTree.hpp77 void withChildren(Fn fn) in withChildren() function in ableton::test::serial_io::SchedulerTree
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/test/serial_io/
H A DSchedulerTree.hpp77 void withChildren(Fn fn) in withChildren() function in ableton::test::serial_io::SchedulerTree
/dports/www/ilias6/ILIAS-6.14/Services/User/classes/Provider/
H A DUserMetaBarProvider.php56 ->withChildren($children);
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MetaBar/Collector/
H A DMetaBarMainCollector.php119 $item = $item->withChildren($children);
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/
H A DSettingsController.php75 $dbConfig = \App\Models\Config::withChildren($id)->get();

123