Lines Matching refs:count
38 function plugin_online_check_online(& $count, $host = '') argument
48 $count = 0;
64 ++$count;
72 if (! $found && $host != '') ++$count; // About you
93 $line_count = $count = count($lines);
102 --$count;
109 ++$count;
124 return $count; // Number of lines == Number of users online
155 static $count, $result, $base;
157 if (! isset($count)) {
165 if ($this->plugin_online_check_online($count, $host)) {
174 if ($count == 1) {
175 $renderer->doc .= htmlspecialchars($count) .htmlspecialchars($data[0]);
177 $renderer->doc .= htmlspecialchars($count) .htmlspecialchars($data[1]);