Lines Matching defs:end
96 * @param int $end The byte position for the edit end; null for the rest of the page
100 public function finishSectionEdit($end = null, $hid = null)
106 if (!is_null($end) && $end <= $data['start']) {
112 $data['range'] = $data['start'] . '-' . (is_null($end) ? '' : $end);
460 * Callback for footnote end syntax
1351 //decide on start and end
1355 $end = $start - ($params['max']);
1356 $end = ($end < -1) ? -1 : $end;
1360 $end = $feed->get_item_quantity();
1361 $end = ($end > $params['max']) ? $params['max'] : $end;
1366 for ($x = $start; $x != $end; $x += $mod) {