Home
last modified time | relevance | path

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

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