Home
last modified time | relevance | path

Searched refs:projectList (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/test/model/service/
H A DProjectServiceTest.php92 ->will($this->returnValue($projectList[0]));
124 ->will($this->returnValue($projectList));
129 $this->assertEquals($result, $projectList);
179 $projectList = array($projectList[0], $projectList[1]);
185 ->will($this->returnValue($projectList));
190 $this->assertEquals($result, $projectList);
203 ->will($this->returnValue($projectList));
208 $this->assertEquals($result, $projectList);
221 $projectList = array($projectList[0], $projectList[1]);
226 ->will($this->returnValue($projectList));
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DProjectProperty.java191 final JList projectList = new JList(model); in createProjectViewer() local
207 projectList.setVisibleRowCount(-1); in createProjectViewer()
227 addProject(projectList); in createProjectViewer()
240 removeProject(projectList, yBox, listener); in createProjectViewer()
287 projectList.getSelectedIndex() > -1) in createProjectViewer()
293 private void addProject(final JList projectList) in addProject() argument
315 projectList.repaint(); in addProject()
316 projectList.setSelectedIndex(model.getSize()-1); in addProject()
321 if(projectList.getSelectedValue() == null) in removeProject()
335 model.remove(projectList.getSelectedIndex()); in removeProject()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/report/ohrmWidgets/
H A DohrmWidgetProjectList.php65 $projectList = $userRoleManager->getAccessibleEntities('Project');
67 if (!empty($projectList)) {
69 foreach ($projectList as $project) {
96 $projectList = $userRoleManager->getAccessibleEntities('Project');
97 foreach ($projectList as $project) {
H A DohrmWidgetProjectListWithAllOption.php64 $projectList = $projectService->getActiveProjectsOrderedByCustomer();
65 if (!empty($projectList)) {
66 foreach ($projectList as $project) {
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/
H A DSparkPlanner.scala72 projectList: Seq[NamedExpression],
77 val projectSet = AttributeSet(projectList.flatMap(_.references))
88 if (AttributeSet(projectList.map(_.toAttribute)) == projectSet &&
93 val scan = scanBuilder(projectList.asInstanceOf[Seq[Attribute]])
97 ProjectExec(projectList, filterCondition.map(FilterExec(_, scan)).getOrElse(scan))
H A Dlimit.scala124 projectList: Seq[NamedExpression],
128 projectList.map(_.toAttribute)
134 if (projectList != child.output) {
135 val proj = UnsafeProjection.create(projectList, child.output)
156 if (projectList != child.output) {
157 val proj = UnsafeProjection.create(projectList, child.output)
H A DSparkStrategies.scala72 logical.Project(projectList, logical.Sort(order, true, child))) =>
74 limit, order, projectList, planLater(child)) :: Nil
82 IntegerLiteral(limit), logical.Project(projectList, logical.Sort(order, true, child))) =>
84 limit, order, projectList, planLater(child)) :: Nil
301 case PhysicalOperation(projectList, filters, mem: InMemoryRelation) =>
303 projectList,
381 case logical.Project(projectList, child) =>
382 execution.ProjectExec(projectList, planLater(child)) :: Nil
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dbuild.cpp743 Project& project = projectList->m_project; in project_cell_edited()
755 projectList->m_changed = true; in project_cell_edited()
761 gtk_list_store_remove(projectList->m_store, &iter); in project_cell_edited()
773 projectList->m_changed = true; in project_cell_edited()
779 gtk_list_store_append(projectList->m_store, &lastIter); in project_cell_edited()
789 Project& project = projectList->m_project; in project_key_press()
804 projectList->m_changed = true; in project_key_press()
808 gtk_list_store_remove(projectList->m_store, &iter); in project_key_press()
981 projectList.m_store = store; in BuildMenuDialog_construct()
1045 ProjectList projectList(g_build_project); in DoBuildMenu() local
[all …]
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dbuild.cpp680 Project& project = projectList->m_project; in project_cell_edited()
691 projectList->m_changed = true; in project_cell_edited()
694 gtk_list_store_remove( projectList->m_store, &iter ); in project_cell_edited()
703 projectList->m_changed = true; in project_cell_edited()
708 gtk_list_store_append( projectList->m_store, &lastIter ); in project_cell_edited()
719 Project& project = projectList->m_project; in project_key_press()
731 projectList->m_changed = true; in project_key_press()
735 gtk_list_store_remove( projectList->m_store, &iter ); in project_key_press()
897 projectList.m_store = store; in BuildMenuDialog_construct()
960 ProjectList projectList( g_build_project ); in DoBuildMenu() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/
H A DCompileErrorProjectPromptStatusHandler.java57 StringBuilder projectList = new StringBuilder(); in handleStatus() local
62 projectList.append(", "); //$NON-NLS-1$ in handleStatus()
64 projectList.append(((IProject)projects.get(i)).getName()); in handleStatus()
68 …igurationsMessages.CompileErrorProjectPromptStatusHandler_0, new Object[]{projectList.toString()}); in handleStatus()
70 projectMessage = projectList.toString(); in handleStatus()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/wizards/
H A DProjectSelectionPage.java53 private AdaptableList projectList; field in ProjectSelectionPage
76 projectList = new AdaptableList(projects); in createProjectList()
80 projectViewer.setInput(projectList); in createProjectList()
112 if (projectList.size() == 0) { in shareSelectedProject()
123 projectList.remove(project); in updateProjectList()
146 return projectList.size() > 0; in hasUnsharedProjects()
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-timesheet.php27 $projectList = Tracker_Query::tracker("Project list")->byName()->query(); variable
44 if (isset($projectList)) {
54 $smarty->assign("projectList", $projectList);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/test/model/dao/
H A DTimesheetDaoTest.php592 $projectList = $this->timesheetDao->getProjectList();
593 $this->assertTrue($projectList[0] instanceof Project);
594 $this->assertEquals($projectList[0]->getProjectId(), 1);
595 $this->assertEquals($projectList[0]->getName(), "OrangeHRM");
596 $this->assertEquals(2, count($projectList));
631 $projectList = $this->timesheetDao->getProjectNameList();
633 $this->assertEquals(1, $projectList[0]['projectId']);
634 $this->assertEquals('OrangeHRM', $projectList[0]['projectName']);
636 $this->assertEquals(2, $projectList[1]['projectId']);
637 $this->assertEquals('OrangeHRM2', $projectList[1]['projectName']);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/lib/dao/
H A DProjectDao.php213 $projectList = $q->execute();
215 if ($projectList[0]->getName() == null) {
219 return $projectList;
241 $projectList = $q->execute();
242 return $projectList;
267 $projectList = $q->execute();
269 if ($projectList[0]->getName() == null) {
273 return $projectList;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/modules/admin/actions/
H A DviewProjectsAction.class.php77 … $projectList = $this->getProjectService()->searchProjects($searchClues, $allowedProjectList);
79 …$this->_setListComponent($projectList, $limit, $pageNumber, $projectListCount, $this->projectPermi…
112 …private function _setListComponent($projectList, $limit, $pageNumber, $recordCount, $permissions) { argument
137 ohrmListComponent::setListData($projectList);
H A DgetProjectListJsonAction.class.php37 $projectList = $this->getProjectService()->getProjectsByCustomerId($customerId);
39 return $this->renderText(json_encode($projectList->toArray()));
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/
H A DAnalyzer.scala207 case Project(projectList, child) if child.resolved && hasUnresolvedAlias(projectList) =>
512 (oldVersion, oldVersion.copy(projectList = newAliases(projectList)))
556 p.copy(projectList = buildExpandedProjectList(p.projectList, p.child))
1287 case Project(projectList, child) if containsAggregates(projectList) =>
1288 Aggregate(Nil, projectList, child)
1478 case Project(projectList, _) if projectList.exists(hasNestedGenerator) =>
1483 case Project(projectList, _) if projectList.count(hasGenerator) > 1 =>
1624 projectList.exists(hasWindowFunction)
1832 case p @ Project(projectList, child)
2000 val projectList = joinType match { constant
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/role/
H A DUser.php36 private $projectList = array(); variable in User
154 return $this->projectList;
170 return $this->projectList;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/tests/
H A Dtestmesonwrapper.cpp39 static const QList<QPair<const char *, QString>> projectList{{"Simple C Project", "simplecproject"}… variable
69 for (const auto &project : projectList) { in shouldSetupGivenProjects_data()
90 for (const auto &project : projectList) { in shouldReConfigureGivenProjects_data()
/dports/devel/poco/poco-1.10.1-all/build/script/
H A Dmakeldpath13 projectList=`cat ${POCO_BASE}/components`
18 for proj in $projectList ;
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/
H A DOptimizer.scala375 case p @ Project(projectList, Union(children)) =>
377 if (projectList.forall(_.deterministic)) {
378 val newFirstChild = Project(projectList, children.head)
381 Project(projectList.map(pushToRight(_, rewrites)), child)
408 p.copy(child = p2.copy(projectList = p2.projectList.filter(p.references.contains)))
514 if (haveCommonNonDeterministicOutput(p1.projectList, p2.projectList)) {
517 p2.copy(projectList = buildCleanedProjectList(p1.projectList, p2.projectList))
524 p.projectList, agg.aggregateExpressions))
529 AttributeMap(projectList.collect {
1130 case Project(projectList, LocalRelation(output, data))
[all …]
/dports/databases/db5/db-5.3.28/dist/win_projects/
H A Dgenproject.template16 declare variable $projectList := "@PROJECT_INPUT@";
18 declare variable $sourcePath := doc($projectList)/projects/variable[@name="sourcePath"];
20 declare variable $mobile := xs:boolean(doc($projectList)/projects/variable[@name="mobile"]);
98 let $generic := doc($projectList)/projects/preprocessor[@config="all" or @config=$config]
100 let $type := doc($projectList)/projects/preprocessor[@config=$ptype]
106 if (not(empty(doc($projectList)/projects/preprocessor[@config="rc_all"]))) then
129 doc($projectList)/projects/library[@name=$name]/libname[@config=$config]
224 else let $ev := doc($projectList)/projects/event[@name="postbuild" and @type=$project/type]
241 else let $ev := doc($projectList)/projects/event[@name="prebuild" and @type=$project/type]
458 (: doc($projectList)/projects/project :)
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/authorization/userrole/
H A DProjectAdminUserRole.php31 …$projectList = $this->getProjectService()->getProjectListByProjectAdmin($this->getEmployeeNumber()…
32 return $projectList;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/lib/form/
H A DTimesheetForm.php275 $projectList = $this->getTimesheetService()->getProjectNameList();
277 foreach ($projectList as $project) {
289 $projectList = $this->getTimesheetService()->getProjectNameList(false);
291 foreach ($projectList as $project) {
/dports/sysutils/go-wtf/wtf-0.21.0/modules/jira/
H A Dsettings.go67 projectList := ymlConfig.UList("project")
68 for _, projectName := range projectList {

123