Home
last modified time | relevance | path

Searched refs:last_post_time (Results 1 – 25 of 44) sorted by relevance

12

/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Handlers/
H A DAfterDelivery.py27 mlist.last_post_time = time.time()
/dports/mail/mailman/mailman-2.1.39/Mailman/Handlers/
H A DAfterDelivery.py27 mlist.last_post_time = time.time()
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Handlers/
H A DAfterDelivery.py27 mlist.last_post_time = time.time()
/dports/chinese/phpbb-tw/phpBB2/
H A Dindex.php407 …$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $… variable
409 $last_post = $last_post_time . '<br />';
H A Dviewforum.php628 …$last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'],… variable
653 'LAST_POST_TIME' => $last_post_time,
H A Dmodcp.php1227 …$last_post_time = create_date($board_config['default_dateformat'], $row['post_time'], $board_confi… variable
1236 'LAST_POST_TIME' => $last_post_time,
/dports/www/phpbb/phpBB2/
H A Dindex.php407 …$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $… variable
409 $last_post = $last_post_time . '<br />';
H A Dviewforum.php628 …$last_post_time = create_date($board_config['default_dateformat'], $topic_rowset[$i]['post_time'],… variable
653 'LAST_POST_TIME' => $last_post_time,
/dports/mail/mailman-exim4/mailman-2.1.39/cron/
H A Dnightly_gzip123 if mlist.last_post_time > 0:
/dports/mail/mailman/mailman-2.1.39/cron/
H A Dnightly_gzip123 if mlist.last_post_time > 0:
/dports/mail/mailman-postfix/mailman-2.1.39/cron/
H A Dnightly_gzip123 if mlist.last_post_time > 0:
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hv/
H A Dhv_balloon.c474 static unsigned long last_post_time; variable
1133 unsigned long last_post = last_post_time; in post_status()
1140 if (!time_after(now, (last_post_time + HZ))) in post_status()
1180 if (last_post != last_post_time) in post_status()
1183 last_post_time = jiffies; in post_status()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hv/
H A Dhv_balloon.c474 static unsigned long last_post_time; variable
1133 unsigned long last_post = last_post_time; in post_status()
1140 if (!time_after(now, (last_post_time + HZ))) in post_status()
1180 if (last_post != last_post_time) in post_status()
1183 last_post_time = jiffies; in post_status()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hv/
H A Dhv_balloon.c474 static unsigned long last_post_time; variable
1133 unsigned long last_post = last_post_time; in post_status()
1140 if (!time_after(now, (last_post_time + HZ))) in post_status()
1180 if (last_post != last_post_time) in post_status()
1183 last_post_time = jiffies; in post_status()
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_main.php327 $last_post_time = $user->format_date($row['forum_last_post_time']);
332 $last_post_time = $last_post_url = '';
344 'LAST_POST_TIME' => $last_post_time,
H A Ducp_pm_compose.php690 $last_post_time = $user->data['user_lastpost_time'];
692 if ($last_post_time)
694 if ($last_post_time && ($current_time - $last_post_time) < intval($config['flood_interval']))
/dports/chinese/phpbb3-tw/phpBB3/
H A Dsearch.php358 $last_post_time = 'AND p.post_time > ' . (time() - ($sort_days * 24 * 3600)); variable
362 $last_post_time = ''; variable
376 $last_post_time
389 $last_post_time
H A Dposting.php806 $last_post_time = 0; variable
810 $last_post_time = $user->data['user_lastpost_time']; variable
821 $last_post_time = $row['last_post_time']; variable
826 if ($last_post_time && ($current_time - $last_post_time) < intval($config['flood_interval']))
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_pm_compose.php886 $last_post_time = $user->data['user_lastpost_time'];
888 if ($last_post_time)
890 if ($last_post_time && ($current_time - $last_post_time) < intval($config['flood_interval']))
H A Ducp_main.php398 $last_post_time = $user->format_date($row['forum_last_post_time']);
403 $last_post_time = $last_post_url = '';
415 'LAST_POST_TIME' => $last_post_time,
/dports/www/phpbb3/phpBB3/
H A Dsearch.php410 $last_post_time = 'AND p.post_time > ' . (time() - ($sort_days * 24 * 3600)); variable
414 $last_post_time = ''; variable
428 $last_post_time
441 $last_post_time
H A Dposting.php1130 $last_post_time = 0; variable
1134 $last_post_time = $user->data['user_lastpost_time']; variable
1145 $last_post_time = $row['last_post_time']; variable
1150 if ($last_post_time && ($current_time - $last_post_time) < intval($config['flood_interval']))
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_display.php418 $last_post_time = $user->format_date($row['forum_last_post_time']);
423 $last_post_subject = $last_post_time = $last_post_url = '';
485 'LAST_POST_TIME' => $last_post_time,
H A Dfunctions_content.php210 function bump_topic_allowed($forum_id, $topic_bumped, $last_post_time, $topic_poster, $last_topic_p… argument
224 if ($last_post_time + $bump_time > time())
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_display.php552 $last_post_time = $user->format_date($row['forum_last_post_time']);
558 …$last_post_subject = $last_post_time = $last_post_time_rfc3339 = $last_post_url = $last_post_subje…
628 'LAST_POST_TIME' => $last_post_time,

12