Lines Matching refs:_get_one_value

418 …casecmp($productfilter,'ALL')===0) || (stristr($productfilter,$this->_get_one_value($issue,'produc…
419 { $status = trim($this->_get_one_value($issue,'status'));
422 { if ($this->_get_one_value($count,strtoupper($status))=='')
603 $a_status = strtolower($this->_get_one_value($issue,'status'));
604 $a_severity = strtolower($this->_get_one_value($issue,'severity'));
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'));
640 $it_issue_username = $this->_get_one_value($issue,'user_name');
641 $a_project = $this->_get_one_value($issue,'project');
647 …$pstring = sprintf("showid=%s&project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
648 …'&do=showcaselink&'.$pstring.'" title="'.$this->_get_one_value($issue,'title').'">'.$this->_get_on…
654 …$body .= '<tr id = "'.$a_project.' '.$this->_get_one_value($issue,'id').'" class="'.$rowEven.'" >'…
656 … '<td class="itl__td_standard">'.$this->_get_one_value($issue,'id').'</td>'.NL.
657 …ss="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'create…
658 … '<td class="itl__td_standard">'.$this->_get_one_value($issue,'product').'</td>'.NL.
659 … '<td class="itl__td_standard">'.$this->_get_one_value($issue,'version').'</td>'.NL.
662 …'<td class="canbreak itl__td_standard"><a href="mailto:'.$this->_get_one_value($issue,'user_mail')…
667 …y .= '<td class="canbreak itl__td_standard"><a href="mailto:'.$this->_get_one_value($issue,'assign…
668 …'<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'resolution…
669 …ss="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'modifi…
709 $a_project = strtolower($this->_get_one_value($issue,'project'));
710 $a_status = strtolower($this->_get_one_value($issue,'status'));
711 $a_severity = strtolower($this->_get_one_value($issue,'severity'));
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'));
738 { $a_project = $this->_get_one_value($issue,'project');
743 …$reduced_issues = $reduced_issues.'<tr id = "'.$a_project.' '.$this->_get_one_value($issue,'id').'…
745 … '<td'.$style.$this->_get_one_value($issue,'id').'</td>'.NL;
748 $isval = $this->_get_one_value($issue,strtolower($config));
767 …$pstring = sprintf("showid=%s&amp;project=%s", urlencode($this->_get_one_value($issue,'id')), urle…
772 …ss="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'create…
775 …ss="itl__td_date">'.date($this->getConf('d_format'),strtotime($this->_get_one_value($issue,'modifi…
778 …s .='<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'resolu…
781 …s .='<td class="canbreak itl__td_standard">'.$this->xs_format($this->_get_one_value($issue,'descri…
910 function _get_one_value($issue, $key) { function in syntax_plugin_issuetracker