Searched refs:ts (Results 1 – 16 of 16) sorted by relevance
/web-master/scripts/ |
H A D | update-user-notes | 2 <?php /* vim: set noet ts=2 sw=2 ft=php: : */ 63 list($id,$sect,$rate,$ts,$user,$note,$up,$down) = explode("|",$line); 82 fputs($nf, "$id|$sect|$rate|$ts|$user|" . base64_encode($note) . "|$up|$down\n"); 84 fputs($bz, "$id|$sect|$rate|$ts|$user|" . base64_encode($note) . "|$up|$down\n"); 89 touch($file, $mtime < $ts ? $ts : $mtime);
|
H A D | usergroups_update_infos | 1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
|
H A D | update-backend | 2 <?php /* vim: set noet ts=2 sw=2 ft=php: : */
|
H A D | pregen_flickr | 1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
|
H A D | pregen_news | 1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
|
H A D | ip-to-country | 1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
|
/web-master/fetch/ |
H A D | events.php | 73 $ts = mktime(12, 0, 0, $month+(($which>0)?0:1), ($which>0)?1:0, $year); 78 if (strftime('%w', $ts) == $day-1) { 82 else { $ts += (($which>0)?1:-1)*$inc; } 84 return $ts; 142 $ts = weekday((int)$year, (int)$month, (int)$dd, (int)$which); 143 $events[(int)strftime('%d', $ts)][] = $row;
|
H A D | user-notes-rss.php | 73 <dc:date><?php echo date('Y-m-d', $note['ts']);?></dc:date> 74 <dc:time><?php echo date('H:i:s', $note['ts']);?></dc:time>
|
/web-master/ |
H A D | forgot.php | 12 $ts = $_SERVER["REQUEST_TIME"]; variable 38 …SET forgot=NULL,svnpasswd=?,pchanged=? WHERE userid=? AND forgot=?", [$svnpasswd, $ts, $id, $key]);
|
H A D | note.sql | 21 ts datetime NOT NULL, 37 `ts` datetime NOT NULL,
|
/web-master/entry/ |
H A D | user-notes-vote.php | 27 $ts = date("Y-m-d H:i:s"); 120 …if (!$voteStmt->execute(['id' => $id, 'ip' => $ip, 'host' => $hostip, 'ts' => $ts, 'vote' => $vote…
|
/web-master/include/ |
H A D | login.inc | 98 setcookie("MAGIC_COOKIE","",$ts-3600,'/','.php.net'); 99 setcookie("MAGIC_COOKIE","",$ts-3600,'/'); 103 setcookie("IS_DEV", $cuser, $ts+3600*24*12, '/', '.php.net', false, true);
|
H A D | cvs-auth.inc | 1 <?php // vim: et ts=4 sw=4
|
H A D | email-templates.inc | 1 <?php // vim: et ts=4 sw=4
|
H A D | functions.inc | 4 $ts = $_SERVER['REQUEST_TIME'];
|
/web-master/manage/ |
H A D | users.php | 144 $query->add(',pchanged=?', [$ts]);
|
Completed in 20 milliseconds