Home
last modified time | relevance | path

Searched defs:project_id (Results 1 – 4 of 4) sorted by relevance

/plugin/gitlabapi/
Dsyntax.php186 function renderProjectCommits($renderer, $gitlab, $project_id, $number) {
215 function renderProjectIssues($renderer, $gitlab, $project_id, $number) {
260 function renderProjectMilestones($renderer, $gitlab, $project_id, $number) {
290 function renderProjectPipelines($renderer, $gitlab, $project_id, $number) {
/plugin/timetrack/
Dhelper.php154 public function updateTask($project_id,$abbr,$name) {
180 public function setActiveTasks($project_id,$task_abbrs = array()) {
257 public function getPageByProjectId($project_id) {
308 public function getProjectDetails($project_id) {
631 public function getProjectSumByWeek($project_id) {
657 public function getMinMaxDayByProject($project_id) {
956 public function canAccessProject($project_id) {
/plugin/timetrack/db/
Dupdate0001.sql10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… field
/plugin/issuelinks/db/
Dupdate0001.sql46 project_id TEXT NOT NULL CHECK(project_id <> ''), field