Home
last modified time | relevance | path

Searched refs:captionStart (Results 1 – 2 of 2) sorted by last modified time

/plugin/imagereference/syntax/
H A Dtabcaption.php70 * @var string $captionStart opening tag of caption, image/table dependent
73 protected $captionStart = '<div id="%1$s" class="tabcaptionbox%3$s"><div class="tabcaption%2$s">'; variable in syntax_plugin_imagereference_tabcaption
H A Dimgcaption.php136 $renderer->doc .= $this->captionStart($data);
299 * @var string $captionStart opening tag of caption, image/table dependent
302 protected $captionStart = '<span id="%s" class="imgcaption%s">';
311 protected function captionStart($data) {
313 $this->captionStart,
298 protected $captionStart = '<span id="%s" class="imgcaption%s">'; global() variable in syntax_plugin_imagereference_imgcaption
307 protected function captionStart($data) { global() function in syntax_plugin_imagereference_imgcaption