Lines Matching defs:first
318 * Snippets are provided for the first 15 results only. The title is either the first heading
472 * @param int $first skip the first n changelog lines, 0 starts at the current revision
478 public function getPageHistory($page, $first = 0)
487 $revisions = $pagelog->getRevisions($first - 1, $conf['recent']);
928 * @param int $first skip the first n changelog lines, 0 starts at the current revision
934 public function getMediaHistory($media, $first = 0)
950 $revisions = $medialog->getRevisions($first - 1, $conf['recent']);