Home
last modified time | relevance | path

Searched refs:getChilds (Results 226 – 250 of 305) sorted by relevance

12345678910>>...13

/dports/x11/runner/runner-1.1/src/aguix/
H A Dawindow.h228 const std::list<Widget*> &getChilds() const;
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dawindow.h228 const std::list<Widget*> &getChilds() const;
/dports/www/ilias/ILIAS-5.4.25/Services/CopyWizard/classes/
H A Dclass.ilCopyWizardOptions.php621 foreach ($tree->getChilds($a_source_id) as $sub_nodes) {
/dports/www/ilias6/ILIAS-6.14/Services/CopyWizard/classes/
H A Dclass.ilCopyWizardOptions.php625 foreach ($tree->getChilds($a_source_id) as $sub_nodes) {
/dports/www/ilias/ILIAS-5.4.25/Modules/Scorm2004/classes/
H A Dclass.ilObjSCORM2004LearningModule.php1239 $childs = $this->slm_tree->getChilds($target_parent);
1300 $childs = $this->slm_tree->getChilds($target_parent);
1948 $childs = $source_tree->getChilds($source_tree->readRootId());
H A Dclass.ilSCORM2004Asset.php91 $childs = $this->tree->getChilds($this->getId());
921 $childs = $this->tree->getChilds($this->getId());
/dports/www/ilias6/ILIAS-6.14/Modules/Scorm2004/classes/
H A Dclass.ilObjSCORM2004LearningModule.php1239 $childs = $this->slm_tree->getChilds($target_parent);
1300 $childs = $this->slm_tree->getChilds($target_parent);
1942 $childs = $source_tree->getChilds($source_tree->readRootId());
H A Dclass.ilSCORM2004Asset.php91 $childs = $this->tree->getChilds($this->getId());
932 $childs = $this->tree->getChilds($this->getId());
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilStructureObjectGUI.php314 $childs = $this->tree->getChilds($this->obj->getId());
543 $childs = $this->tree->getChilds($id);
/dports/www/ilias6/ILIAS-6.14/Services/Classification/classes/
H A Dclass.ilClassificationBlockGUI.php420 … $matching = array_filter($tree->getChilds($this->parent_ref_id), function ($item) use ($obj_ids) {
/dports/www/ilias/ILIAS-5.4.25/Services/Link/classes/
H A Dclass.ilInternalLinkGUI.php552 $fobjs = $med_pool->getChilds($this->parent_fold_id, "fold");
559 $mobjs = $med_pool->getChilds($this->parent_fold_id, "mob");
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilStructureObjectGUI.php306 $childs = $this->tree->getChilds($this->obj->getId());
534 $childs = $this->tree->getChilds($id);
/dports/www/ilias6/ILIAS-6.14/Services/Link/classes/
H A Dclass.ilInternalLinkGUI.php551 $fobjs = $med_pool->getChilds($this->parent_fold_id, "fold");
558 $mobjs = $med_pool->getChilds($this->parent_fold_id, "mob");
/dports/www/ilias/ILIAS-5.4.25/Modules/OrgUnit/classes/
H A Dclass.ilObjOrgUnitTree.php304 foreach ($this->tree->getChilds($ref_id) as $child) {
/dports/www/ilias6/ILIAS-6.14/Services/UIComponent/Explorer2/classes/
H A Dclass.ilTreeExplorerGUI.php235 $childs = $this->tree->getChilds($a_parent_node_id, $this->getOrderField());
/dports/www/ilias6/ILIAS-6.14/Modules/OrgUnit/classes/
H A Dclass.ilObjOrgUnitTree.php306 foreach ($this->tree->getChilds($ref_id) as $child) {
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtux.hpp523 unsigned getChilds(); // cannot spell
1066 Dbtux::NodeHandle::getChilds() in getChilds() function in Dbtux::NodeHandle
/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/Objectives/
H A Dclass.ilLOEditorStatus.php360 $childs = $GLOBALS['DIC']['tree']->getChilds($this->getParentObject()->getRefId());
/dports/www/ilias/ILIAS-5.4.25/Services/Administration/classes/
H A Dclass.ilAdministrationGUI.php364 $objects = $tree->getChilds(SYSTEM_FOLDER_ID);
/dports/www/ilias/ILIAS-5.4.25/Services/Repository/classes/
H A Dclass.ilRepUtil.php452 $childs = $saved_tree->getChilds($a_source_id);
/dports/www/ilias/ILIAS-5.4.25/Services/Tree/classes/
H A Dclass.ilSCTreeTasks.php88 public static function getChilds($a_tree_id, $a_childs) function in ilSCTreeTasks
/dports/www/ilias6/ILIAS-6.14/Services/Tree/classes/
H A Dclass.ilSCTreeTasks.php88 public static function getChilds($a_tree_id, $a_childs) function in ilSCTreeTasks
/dports/www/ilias6/ILIAS-6.14/Services/Repository/classes/
H A Dclass.ilRepUtil.php439 $childs = $saved_tree->getChilds($a_source_id);
/dports/devel/clazy/clazy-1.5/src/checks/level2/
H A Dold-style-connect.cpp197 clazy::getChilds<CXXMemberCallExpr>(expr, memberCalls); in isQPointer()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/db/
H A DMainDB.java344 for (GenresCollection.GenreRecord genre : group.getChilds()) { in checkOrUpgradeGenresHandbook()
356 for (GenresCollection.GenreRecord genre : group.getChilds()) { in checkOrUpgradeGenresHandbook()
1787 Iterator<GenresCollection.GenreRecord> it = genreRecord.getChilds().iterator(); in findByGenre()
1837 Iterator<GenresCollection.GenreRecord> it = genreRecord.getChilds().iterator(); in findByGenre()

12345678910>>...13