Lines Matching defs:to
32 * Adds an entry to the changelog and saves the metadata for the page
78 // update changelog file and get the added entry that is also to be stored in metadata
96 * Adds an entry to the media changelog
152 * The following constants can be used to control which changes are
164 * @param string $ns restrict to given namespace
255 * The following constants can be used to control which changes are
264 * @param int $from date of the oldest entry to return
265 * @param int $to date of the newest entry to return (for pagination, optional)
266 * @param string $ns restrict to given namespace (optional)
273 function getRecentsSince($from, $to = null, $ns = '', $flags = 0)
278 if ($to && $to < $from) {
300 if (!$to || $rec['date'] <= $to) {
323 * @param string $ns restrict to given namespace
324 * @param int $flags flags to control which changes are included
345 // remember in seen to skip additional sights