Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php256 $this->repros[] = $this->html_option($this->path,true);
259 $this->repros[] = $this->html_option($conf_repro);
266 $this->repros[] = $this->html_option($git_dir);
271 $this->repros[] = $this->html_option(DW_COMMITS_DB . $git_dir);
290 $this->branches[] = $this->html_option($matches[1],true);
293 $this->branches[] = $this->html_option($branch);
298 function html_option($val, $selected=false) { function in helper_plugin_dwcommits