Lines Matching refs:buf
180 $buf = '<div class="qstat">';
182 $buf .= "<h3>".$this->_colorize($data['sv_hostname'], 'server')."</h3>";
189 $buf .= '<h4><span class="alignleft">'.
194 $buf .= '<div class="information';
196 $buf .= ' defrag" ';
198 $buf .= ' ctf" ';
202 $buf .= ' tdm" ';
206 $buf .= ' ffa" ';
210 $buf .= '"';
212 $buf .= ">";
214 $buf .= $this->_renderInformation($key, $data[$key]);
217 $buf .= "</div>";
218 $buf .= $this->_flagbar($data);
221 $buf .= "<h4>{$this->getLang('players')} ".count($data['players'])."/{$maxclient}</h4>";
222 $buf .= '<div class="player"><ul>';
224 $buf .= "<li>{$this->_colorize($item['name'])} : {$item['score']} ({$item['ping']})</li>";
226 $buf .= "</ul></div>";
227 $buf .= '</div>';
228 $renderer->doc .= $buf;