Home
last modified time | relevance | path

Searched refs:getRootId (Results 51 – 75 of 292) sorted by relevance

12345678910>>...12

/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Drepository.cxx102 string Repository::getRootId( ) const in getRootId() function in libcmis::Repository
202 buf << "Root Id: " << getRootId( ) << endl; in toString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabGridDialogMediator.java387 String storedTitle = mTabGroupTitleEditor.getTabGroupTitle(getRootId(currentTab)); in updateDialog()
410 private static int getRootId(Tab tab) { in getRootId() method in TabGridDialogMediator
411 return CriticalPersistedTabData.from(tab).getRootId(); in getRootId()
545 mTabGroupTitleEditor.deleteTabGroupTitle(getRootId(currentTab));
560 mTabGroupTitleEditor.storeTabGroupTitle(getRootId(currentTab), mCurrentGroupModifiedTitle);
/dports/www/ilias/ILIAS-5.4.25/Modules/MediaPool/classes/
H A Dclass.ilMediaPoolTableGUI.php102 $this->current_folder = $this->tree->getRootId();
139 if ($this->current_folder != $this->tree->getRootId() && !$this->all_objects) {
561 if ($this->current_folder != $this->tree->getRootId() && !$this->all_objects) {
569 if ($this->tree->getRootId() == $p["child"]) {
H A Dclass.ilObjMediaPoolGUI.php141 $_GET["mepitem_id"] = $tree->getRootId();
236 ? $tree->getRootId()
267 ? $tree->getRootId()
744 if ($par_id != $this->object->getPoolTree()->getRootId()) {
1112 ? $tree->getRootId()
1116 if ($node["child"] == $tree->getRootId()) {
1354 : $tree->getRootId();
1927 ? $tree->getRootId()
2086 ? $tree->getRootId()
/dports/www/ilias6/ILIAS-6.14/Modules/MediaPool/classes/
H A Dclass.ilMediaPoolTableGUI.php102 $this->current_folder = $this->tree->getRootId();
139 if ($this->current_folder != $this->tree->getRootId() && !$this->all_objects) {
561 if ($this->current_folder != $this->tree->getRootId() && !$this->all_objects) {
569 if ($this->tree->getRootId() == $p["child"]) {
H A Dclass.ilObjMediaPoolGUI.php141 $_GET["mepitem_id"] = $tree->getRootId();
236 ? $tree->getRootId()
267 ? $tree->getRootId()
744 if ($par_id != $this->object->getPoolTree()->getRootId()) {
1094 ? $tree->getRootId()
1098 if ($node["child"] == $tree->getRootId()) {
1336 : $tree->getRootId();
1909 ? $tree->getRootId()
2068 ? $tree->getRootId()
/dports/www/ilias/ILIAS-5.4.25/Services/PersonalDesktop/ItemsBlock/classes/
H A Dclass.ilPDSelectedItemsBlockViewGUI.php146 return $this->tree->getRootId() == $refId;
154 $nd = $this->tree->getNodeData($this->tree->getRootId());
/dports/www/ilias6/ILIAS-6.14/Services/PersonalWorkspace/classes/
H A Dclass.ilPersonalWorkspaceGUI.php105 $this->node_id = $this->tree->getRootId();
185 if (!$this->tree->getRootId()) {
/dports/www/ilias6/ILIAS-6.14/Services/Dashboard/ItemsBlock/classes/
H A Dclass.ilPDSelectedItemsBlockViewGUI.php158 return $this->tree->getRootId() == $refId;
166 $nd = $this->tree->getNodeData($this->tree->getRootId());
/dports/www/ilias6/ILIAS-6.14/webservice/soap/classes/
H A Dclass.ilSoapLMStructureReader.php54 $nodes = $ctree->getSubtree($ctree->getNodeData($ctree->getRootId()));
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/classes/
H A Dclass.ilSoapLMStructureReader.php54 $nodes = $ctree->getSubtree($ctree->getNodeData($ctree->getRootId()));
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dcut_log.cpp579 int TreeLog::getRootId() const{ in getRootId() function in CVC4::theory::arith::TreeLog
584 return getNode(getRootId()); in getRootNode()
599 d_toNode.insert(make_pair(getRootId(), NodeLog(this, getRootId(), m))); in reset()
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilStudyProgrammeUserProgress.php260 if ((int) $prg->getId() === $assignment->getRootId()) {
690 if ((int) $prg->getId() === $assignment->getRootId()) {
781 if ((int) $prg->getId() === $assignment->getRootId()) {
828 …rogramme()->getId() == $this->assignment_repository->read($this->getAssignmentId())->getRootId()) {
H A Dclass.ilStudyProgrammeEvents.php88 "root_prg_id" => $ass->getRootId(),
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilObjPortfolioBase.php633 if (!$tree->getRootId()) {
641 $node_id = $tree->insertObject($tree->getRootId(), $blog->getId());
642 $ws_access->setPermissions($tree->getRootId(), $node_id);
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilObjPortfolioBase.php616 if (!$tree->getRootId()) {
624 $node_id = $tree->insertObject($tree->getRootId(), $blog->getId());
625 $ws_access->setPermissions($tree->getRootId(), $node_id);
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestTaxonomyTree.php40 $this->allNodes = $this->getSubTree($this->getNodeData($this->getRootId()));
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestTaxonomyTree.php40 $this->allNodes = $this->getSubTree($this->getNodeData($this->getRootId()));
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/model/Assignments/
H A DilStudyProgrammeAssignmentTest.php37 $this->assertEquals($spa->getRootId(), 321);
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/model/
H A Dclass.ilStudyProgrammeAssignment.php134 public function getRootId() function in ilStudyProgrammeAssignment
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_groups/
H A DTabGroupUtilsUnitTest.java151 String.valueOf(CriticalPersistedTabData.from(mTab1).getRootId()), null)) in testGetTabGroupTitle()
173 doReturn(rootId).when(criticalPersistedTabData).getRootId(); in createTabGroup()
/dports/www/ilias/ILIAS-5.4.25/Services/WorkflowEngine/classes/administration/
H A Dclass.ilWorkflowLauncherGUI.php80 $children = $tree->getFilteredSubTree($tree->getRootId());
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3/
H A Dserver.h61 if (auto rootId = rctx->getRootId(); in getRequestId()
/dports/www/ilias6/ILIAS-6.14/Services/WorkflowEngine/classes/administration/
H A Dclass.ilWorkflowLauncherGUI.php80 $children = $tree->getFilteredSubTree($tree->getRootId());
/dports/www/ilias/ILIAS-5.4.25/Services/Tree/classes/
H A Dclass.ilNestedSetTree.php561 $takeId = $takeId || $this->getTree()->getRootId() == $a_startnode_id;
563 $pathIds[] = $this->getTree()->getRootId();
608 $takeId = $takeId || $this->getTree()->getRootId() == $a_startnode_id;
610 $pathIds[] = $this->getTree()->getRootId();

12345678910>>...12