Lines Matching refs:doc
191 $renderer->doc .= $link;
192 $renderer->doc .= ': <i style="color:red">'.$data['error'].'</i>';
194 $renderer->doc .= " <tt>RPC URL: {$data['rpcurl']}</tt>";
221 $renderer->doc .= $this->html($format, $html);
237 $doc = '';
239 $doc .= '<strike>';
240 $doc .= $text;
241 $doc .= '</strike>';
243 $doc .= '<text:span text:style-name="del">';
244 $doc .= $text;
245 $doc .= '</text:span>';
247 return $doc;
252 $doc .= '<i>';
253 $doc .= $text;
254 $doc .= '</i>';
256 $doc .= '<text:span text:style-name="Emphasis">';
257 $doc .= $text;
258 $doc .= '</text:span>';
260 return $doc;
264 $doc = '';
266 $doc .= $text;
268 $doc .= '<text:span>';
269 $doc .= $text;
270 $doc .= '</text:span>';
272 return $doc;
276 $doc = '';
278 …$doc .= '<a class="iw_eventum" href="'.$url.'" target="_blank" title="'.$title.'">'.hsc($name).'</…
282 $doc .= '<text:a xlink:type="simple" xlink:href="'.$url.'">';
283 $doc .= $name; // we get the name already XML encoded
284 $doc .= '</text:a>';
286 return $doc;