Home
last modified time | relevance | path

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

/dports/chinese/phpbb-tw/phpBB2/
H A Dindex.php354 $unread_topics = false; variable
365 $unread_topics = true; variable
373 $unread_topics = true; variable
383 $unread_topics = false; variable
391 $unread_topics = false; variable
398 $folder_image = ( $unread_topics ) ? $images['forum_new'] : $images['forum'];
399 $folder_alt = ( $unread_topics ) ? $lang['New_posts'] : $lang['No_new_posts'];
H A Dviewforum.php525 $unread_topics = true; variable
531 $unread_topics = false; variable
539 $unread_topics = false; variable
547 $unread_topics = false; variable
551 if( $unread_topics )
H A Dsearch.php1163 $unread_topics = true; variable
1169 $unread_topics = false; variable
1177 $unread_topics = false; variable
1185 $unread_topics = false; variable
1189 if ( $unread_topics )
/dports/www/phpbb/phpBB2/
H A Dindex.php354 $unread_topics = false; variable
365 $unread_topics = true; variable
373 $unread_topics = true; variable
383 $unread_topics = false; variable
391 $unread_topics = false; variable
398 $folder_image = ( $unread_topics ) ? $images['forum_new'] : $images['forum'];
399 $folder_alt = ( $unread_topics ) ? $lang['New_posts'] : $lang['No_new_posts'];
H A Dviewforum.php525 $unread_topics = true; variable
531 $unread_topics = false; variable
539 $unread_topics = false; variable
547 $unread_topics = false; variable
551 if( $unread_topics )
H A Dsearch.php1163 $unread_topics = true; variable
1169 $unread_topics = false; variable
1177 $unread_topics = false; variable
1185 $unread_topics = false; variable
1189 if ( $unread_topics )
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions.php1088 $unread_topics = array();
1151 …$unread_topics[$topic_id] = ($row['topic_mark_time']) ? (int) $row['topic_mark_time'] : (($row['fo…
1193 $unread_topics[$topic_id] = $last_read;
1202 $unread_topics[$topic_id] = $mark_time;
1207 $unread_topics[$topic_id] = $user_lastmark;
1213 return $unread_topics;
/dports/www/drupal7/drupal-7.82/modules/forum/
H A Dforum.test172 $unread_topics = _forum_topics_unread($this->forum['tid'], $this->edit_any_topics_user->uid);
173 $unread_topics = format_plural($unread_topics, '1 new', '@count new');
175 $this->assertFieldByXPath($xpath, $unread_topics, 'Number of unread topics found.');
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions.php1824 $unread_topics = array();
1869 …$unread_topics[$topic_id] = ($row['topic_mark_time']) ? (int) $row['topic_mark_time'] : (($row['fo…
1911 $unread_topics[$topic_id] = $last_read;
1920 $unread_topics[$topic_id] = $mark_time;
1925 $unread_topics[$topic_id] = $user_lastmark;
1931 return $unread_topics;