Home
last modified time | relevance | path

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

/plugin/dwcommits/
H A Dhelper.php360 function populate($timestamp_start=0,$table='git_commits') { argument
369 if(!$timestamp_start) {
370 $timestamp_start = mktime(0,0,0,11,11,2010);
376 $since = date('Y-m-d',$timestamp_start);
404 if($timestamp < $timestamp_start) {
837 function recreate_table($timestamp_start) { argument
841 $this->populate($timestamp_start);