Home
last modified time | relevance | path

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

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