Home
last modified time | relevance | path

Searched refs:child_sets (Results 1 – 10 of 10) sorted by relevance

/dports/devel/arcanist-lib/arcanist-b2e715f/src/workflow/
H A DArcanistMarkersWorkflow.php260 $child_sets = $set->getDisplayChildSets();
261 $child_sets = array_select_keys($child_sets, $vector_keys);
262 $set->setDisplayChildSets($child_sets);
/dports/devel/arcanist/arcanist-b2e715f/src/workflow/
H A DArcanistMarkersWorkflow.php260 $child_sets = $set->getDisplayChildSets();
261 $child_sets = array_select_keys($child_sets, $vector_keys);
262 $set->setDisplayChildSets($child_sets);
/dports/devel/arcanist/arcanist-b2e715f/src/repository/graph/
H A DArcanistCommitGraphSet.php70 public function setChildSets($child_sets) { argument
71 $this->childSets = $child_sets;
H A DArcanistCommitGraphSetQuery.php230 $child_sets = array();
237 $child_sets[$adjacent_set->getSetID()] = $adjacent_set;
245 ->setChildSets($child_sets);
/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/graph/
H A DArcanistCommitGraphSet.php70 public function setChildSets($child_sets) { argument
71 $this->childSets = $child_sets;
H A DArcanistCommitGraphSetQuery.php230 $child_sets = array();
237 $child_sets[$adjacent_set->getSetID()] = $adjacent_set;
245 ->setChildSets($child_sets);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/pymoab/tests/
H A Dtest_core.py842 child_sets = mb.get_child_meshsets(parent_set)
843 CHECK_EQ(len(child_sets),0)
847 child_sets = mb.get_child_meshsets(parent_set)
848 CHECK_EQ(len(child_sets),1)
849 CHECK_EQ(child_sets[0],child_set)
856 child_sets = mb.get_child_meshsets(parent_set)
857 CHECK_EQ(len(child_sets),0)
864 child_sets = mb.get_child_meshsets(parent_set)
865 CHECK_EQ(len(child_sets),1)
866 child_sets[0] == child_set
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadHDF5.hpp439 bool child_sets);
H A DReadHDF5.cpp2061 bool child_sets) in read_set_ids_recursive() argument
2067 child_sets = false; in read_set_ids_recursive()
2070 if (!child_sets && !contained_sets) in read_set_ids_recursive()
2079 if (!contained_sets && !child_sets) in read_set_ids_recursive()
2098 if (child_sets) { in read_set_ids_recursive()
2118 if (child_sets) { in read_set_ids_recursive()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/pymoab/pymoab/
H A Dcore.pyx1139 child_sets = mb.get_child_meshsets(parent_set)