Searched +full:projects +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance
36 $conf['projects'] = ''; // Configure list of projects, empty by defa…
36 $meta['projects'] = array('string'); // Configure list of projects
333 // a) loop through the matrix and collect all defined projects334 // initially we start with projects1139 // load set of projects defined by admin1142 $l_projects = explode(',', $this->getConf('projects')) ;1283 if($this->getConf('projects')==""){ 1875 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));1881 return $projects; 1916 * Load current $project or all projects of it_data_store
293 // 2. get list of projects and issues3681 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));3687 return $projects; 3694 * Load current $project or all projects of it_data_store 3699 * @param bool $all determines if all projects to be retrieved