Lines Matching refs:strtoupper

56 …      if ($splitparam[0]=='product')    { $data['product']    = trim(strtoupper($splitparam[1])) ;}
57 … if ($splitparam[0]=='status') { $data['status'] = trim(strtoupper($splitparam[1])) ;}
58 … if ($splitparam[0]=='severity') { $data['severity'] = trim(strtoupper($splitparam[1])) ;}
59 … if ($splitparam[0]=='display') { $data['display'] = trim(strtoupper($splitparam[1])) ;}
60 … if ($splitparam[0]=='view') { $data['view'] = trim(strtoupper($splitparam[1])) ;}
61 … if ($splitparam[0]=='controls') { $data['controls'] = trim(strtoupper($splitparam[1])) ;}
62 … if ($splitparam[0]=='prod_limit') { $data['prod_limit'] = trim(strtoupper($splitparam[1])) ;}
63 … if ($splitparam[0]=='id') { $data['id'] = trim(strtoupper($splitparam[1])) ;}
64 … if ($splitparam[0]=='version') { $data['version'] = trim(strtoupper($splitparam[1])) ;}
65 … if ($splitparam[0]=='component') { $data['component'] = trim(strtoupper($splitparam[1])) ;}
66 … if ($splitparam[0]=='tblock') { $data['tblock'] = trim(strtoupper($splitparam[1])) ;}
67 … if ($splitparam[0]=='assignee') { $data['assignee'] = trim(strtoupper($splitparam[1])) ;}
68 … if ($splitparam[0]=='reporter') { $data['reporter'] = trim(strtoupper($splitparam[1])) ;}
69 … if ($splitparam[0]=='myissues') { $data['myissues'] = trim(strtoupper($splitparam[1])) ;}
70 … if ($splitparam[0]=='config') { $data['config'] = trim(strtoupper($splitparam[1])) ;}
71 … if ($splitparam[0]=='sort') { $data['sort'] = trim(strtoupper($splitparam[1])) ;}
72 … if ($splitparam[0]=='columns') { $data['columns'] = trim(strtoupper($splitparam[1])) ;}
73 … if ($splitparam[0]=='asympupl') { $data['asympupl'] = trim(strtoupper($splitparam[1])) ;}
422 { if ($this->_get_one_value($count,strtoupper($status))=='')
423 {$count[strtoupper($status)] = array(1,$status);}
425 {$count[strtoupper($status)][0] += 1;}
605 $a_product = strtoupper($this->_get_one_value($issue,'product'));
606 $a_version = strtoupper($this->_get_one_value($issue,'version'));
607 $a_component = strtoupper($this->_get_one_value($issue,'component'));
608 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
609 $a_assignee = strtoupper($this->_get_one_value($issue,'assignee'));
610 $a_reporter = strtoupper($this->_get_one_value($issue,'user_name'));
712 $a_product = strtoupper($this->_get_one_value($issue,'product'));
713 $a_version = strtoupper($this->_get_one_value($issue,'version'));
714 $a_component = strtoupper($this->_get_one_value($issue,'component'));
715 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
716 $a_assignee = strtoupper($this->_get_one_value($issue,'assignee'));
717 $a_reporter = strtoupper($this->_get_one_value($issue,'user_name'));
1010 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
1155 if(stripos(strtoupper($data['product']),strtoupper($a))!==false) {
1173 …if(strtoupper ($_products) == strtoupper ($data['product'])) { $option_param = '<option value="'.$…