Lines Matching full:web
35 private $web; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
145 if($this->web){
146 echo '<a href="'.hsc($this->web).'" class="fn nickname">';
179 * Render the web address of a single comment
182 echo hsc($this->web);
225 } elseif ($this->web){
226 $img = 'https://getfavicon.appspot.com/'.rawurlencode($this->web).'?.png';
310 return $this->web;
314 * @param string $web
316 public function setWeb($web) argument
318 $this->web = $web;