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 D | metadata.php | 38 $meta['components'] = array('string'); // Configure list of components 42 $meta['ltdReport'] = array('multicheckbox', '_choices' => array('Version', 'Components', 'Test…
|
H A D | default.php | 38 $conf['components'] = ''; // Configure list of components, empty by de…
|
/plugin/issuetracker/ |
H A D | syntax.php | 1180 // 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 D | edit.php | 352 // don't include once, in case several plugin components require the same language file
|
H A D | action.php | 1865 // load set of components defined by admin 1868 $components = explode(',', $this->getConf('components')) ; 1869 foreach ($components as $_component)
|