Home
last modified time | relevance | path

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

/plugin/codedoc/
H A Dblock.php10 var $last_id = 0; variable in syntax_plugin_codedoc_block
80 $this->last_id= '"codedoc_' . $this->index . '"';
82 if($this->last_id) {
84 … $show_button = '<span class="codedoc_show" id="s_' . trim($this->last_id,'"') . '">show</span>';
91 …$renderer->doc .= "\n$show_header <a href='javascript:codedoc_toggle($this->last_id);void 0;'>$sho…
92 $this->last_id = "";