Home
last modified time | relevance | path

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

/web-master/scripts/
H A Dupdate-user-notes2 <?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 Dusergroups_update_infos1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
H A Dupdate-backend2 <?php /* vim: set noet ts=2 sw=2 ft=php: : */
H A Dpregen_flickr1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
H A Dpregen_news1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
H A Dip-to-country1 <?php /* vim: set noet ts=4 sw=4 ft=php: : */
/web-master/fetch/
H A Devents.php73 $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 Duser-notes-rss.php73 <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 Dforgot.php12 $ts = $_SERVER["REQUEST_TIME"]; variable
38 …SET forgot=NULL,svnpasswd=?,pchanged=? WHERE userid=? AND forgot=?", [$svnpasswd, $ts, $id, $key]);
H A Dnote.sql21 ts datetime NOT NULL,
37 `ts` datetime NOT NULL,
/web-master/entry/
H A Duser-notes-vote.php27 $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 Dlogin.inc98 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 Dcvs-auth.inc1 <?php // vim: et ts=4 sw=4
H A Demail-templates.inc1 <?php // vim: et ts=4 sw=4
H A Dfunctions.inc4 $ts = $_SERVER['REQUEST_TIME'];
/web-master/manage/
H A Dusers.php144 $query->add(',pchanged=?', [$ts]);

Completed in 17 milliseconds