Home
last modified time | relevance | path

Searched +full:components +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/issuetracker/conf/
H A Dmetadata.php38 $meta['components'] = array('string'); // Configure list of components
42 $meta['ltdReport'] = array('multicheckbox', '_choices' => array('Version', 'Components', 'Test…
H A Ddefault.php38 $conf['components'] = ''; // Configure list of components, empty by de…
/plugin/issuetracker/
H A Dsyntax.php1180 // load set of components defined by admin
1183 $components = explode(',', $this->getConf('components')) ;
1185 foreach ($components as $_component)
1306 if(strpos($this->getConf('ltdReport'),'Components')!==false){
H A Dedit.php352 // don't include once, in case several plugin components require the same language file
H A Daction.php1865 // load set of components defined by admin
1868 $components = explode(',', $this->getConf('components')) ;
1869 foreach ($components as $_component)