Home
last modified time | relevance | path

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

/plugin/gitlabapi/
H A Dsyntax.php169 function renderProjectCommits($renderer, $gitlab, $project_id, $number) {
198 function renderProjectIssues($renderer, $gitlab, $project_id, $number) {
238 function renderProjectMilestones($renderer, $gitlab, $project_id, $number) {
268 function renderProjectPipelines($renderer, $gitlab, $project_id, $number) {
/plugin/timetrack/
H A 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/
H A Dupdate0001.sql10 CREATE TABLE task (id INTEGER PRIMARY KEY, project_id INTEGER, abbr TEXT, name TEXT, active INTEGER… field
/plugin/issuelinks/db/
H A Dupdate0001.sql46 project_id TEXT NOT NULL CHECK(project_id <> ''), field