Lines Matching refs:age

239  * Change default purge age to 2000 so that hitting the purge button
753 {B_DIRECT_SPECIFIER, 0}, "Sets the old age limit. Words which haven't "
765 {B_DIRECT_SPECIFIER, 0}, "Gets the old age limit.", PN_PURGE_AGE,
774 "combination with the old age limit; both conditions have to be valid "
781 "database, if they are old enough according to the age limit and also "
785 {B_DIRECT_SPECIFIER, 0}, "Gets the age of the oldest message in the "
787 "(total messages - age - 1) to see how many messages ago it was added.",
993 uint32 age;
998 later file updates an existing word, it gets the age of the later file. */
1399 /* The age of the oldest word. This will be the smallest age number in the
1400 database. Mostly useful for scaling graphics representing age in the word
1403 next older age. Since it's only used for display, we'll let it be slightly
2743 StatisticsPntr->age = NewAge;
2746 find the next older age. Since it's only used for display, we'll let it be
3646 if (fprintf (DatabaseFile, "%s V1 (word, age, genuine count, spam count)\t"
3764 Statistics.age = atoll (StringPntr);
3805 if (Statistics.age < m_OldestAge)
3806 m_OldestAge = Statistics.age;
3816 DataIter->first.c_str (), DataIter->second.age,
4755 if (CurrentTime - CurrentIter->second.age >= m_PurgeAge &&
4766 else /* This word is still in the database. Update oldest age. */
4768 if (CurrentIter->second.age < m_OldestAge)
4769 m_OldestAge = CurrentIter->second.age;
6219 /* Second row contains the purge age, and a long line explaining it. There
6952 as it is changing. First up is the purge age setting. */
7387 NewestAge = /* actually newest age plus one */
7393 NewestAge--; /* The newest message has age NewestAge. */
7416 the age of the word.
7429 The staturation of the colour corresponds to the age of the word, with old
7469 AgeProportion = (StatisticsPntr->age - OldestAge) / AgeDifference;