Searched +full:ltdreport +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance
/plugin/issuetracker/conf/ |
H A D | default.php | 42 $conf['ltdReport'] = ''; // empty by default
|
H A D | metadata.php | 42 $meta['ltdReport'] = array('multicheckbox', '_choices' => array('Version', 'Components', 'Test…
|
/plugin/issuetracker/ |
H A D | syntax.php | 1295 if(strpos($this->getConf('ltdReport'),'Version')!==false){ 1306 if(strpos($this->getConf('ltdReport'),'Components')!==false){ 1317 if(strpos($this->getConf('ltdReport'),'Test blocking')!==false){ 1336 if(strpos($this->getConf('ltdReport'),'User phone')!==false){ 1346 if(strpos($this->getConf('ltdReport'),'Add contact')!==false){ 1357 if(strpos($this->getConf('ltdReport'),'Severity')!==false){ 1418 elseif(strpos($this->getConf('ltdReport'),'Symptom link 1')!==false){ 1425 if(strpos($this->getConf('ltdReport'),'Symptom link 2')!==false){ 1432 if(strpos($this->getConf('ltdReport'),'Symptom link 3')!==false){
|
H A D | action.php | 2169 if((strpos($this->getConf('ltdReport'),'Symptom link 1')===false) || ($this->getConf('upload')>0)) { 2177 if(strpos($this->getConf('ltdReport'),'Symptom link 2')===false){ 2182 if(strpos($this->getConf('ltdReport'),'Symptom link 3')===false){ 2213 if(strpos($this->getConf('ltdReport'),'Symptom link 1')!==false){ 2219 if(strpos($this->getConf('ltdReport'),'Symptom link 2')!==false){ 2225 if(strpos($this->getConf('ltdReport'),'Symptom link 3')!==false){
|