Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php472 $author = $this->construct_term('author',$val);
476 $branch = $this->construct_term('gitbranch',$val);
480 $term1 = $this->construct_term('msg',$val);
483 $term2 = $this->construct_term('msg',$val);
654 function construct_term($col,$val) { function in helper_plugin_dwcommits