Home
last modified time | relevance | path

Searched refs:before_val (Results 1 – 10 of 10) sorted by relevance

/plugin/data-au/syntax/
H A Dlist.php25 protected $before_val = ''; variable in syntax_plugin_dataau_list
39 return $this->before_val;
H A Dtaglist.php26 protected $before_val = '<li class="tl">'; variable in syntax_plugin_dataau_taglist
H A Dcloud.php126 protected $before_val = '<li class="cl%s">'; variable in syntax_plugin_dataau_cloud
176 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
H A Dtable.php228 protected $before_val = '<td %s>'; variable in syntax_plugin_dataau_table
296 $R->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
341 return $this->before_val;
/plugin/data/syntax/
H A Dlist.php25 protected $before_val = '';
40 return $this->before_val;
23 protected $before_val = ''; global() variable in syntax_plugin_data_list
H A Dtaglist.php30 protected $before_val = '<li class="tl">';
24 protected $before_val = '<li class="tl">'; global() variable in syntax_plugin_data_taglist
H A Dcloud.php135 protected $before_val = '<li class="cl%s">';
190 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
127 protected $before_val = '<li class="cl%s">'; global() variable in syntax_plugin_data_cloud
H A Dtable.php237 protected $before_val = '<td %s>';
305 $renderer->doc .= sprintf($this->before_val, 'class="' . $classes[0] . '"');
351 return $this->before_val;
226 protected $before_val = '<td %s>'; global() variable in syntax_plugin_data_table
/plugin/semanticdata/syntax/
H A Dlist.php26 protected $before_val = ''; variable in syntax_plugin_semanticdata_list
H A Dtable.php169 protected $before_val = '<td>'; variable in syntax_plugin_semanticdata_table
202 $R->doc .= $this->before_val;