Lines Matching refs:thread
335 foreach ($threads as $thread) {
336 $givenDate = new DateTime($thread->last_activity_date);
339 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
340 $link .= '#' . $thread->id;
346 … 'id' => 'thread:' . $thread->id . ':without_tasks:' . $thread->last_activity_date,
349 'timestamp' => strtotime($thread->last_activity_date)
362 foreach ($threads as $thread) {
363 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
364 $link .= '#' . $thread->id;
370 'id' => 'thread:' . $thread->id . ':coming:' . $thread->last_activity_date,
373 'timestamp' => strtotime($thread->last_activity_date)
385 foreach ($threads as $thread) {
386 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
387 $link .= '#' . $thread->id;
393 'id' => 'thread:' . $thread->id . ':outdated:' . $thread->last_activity_date,
396 'timestamp' => strtotime($thread->last_activity_date)