Lines Matching defs:start
53 * @param int $start The byte position for the edit start
60 * Key 'start': set in startSectionEdit(),
62 * Key 'range': calculated from 'start' and
69 public function startSectionEdit($start, $data)
88 $data['start'] = $start;
106 if (!is_null($end) && $end <= $data['start']) {
112 $data['range'] = $data['start'] . '-' . (is_null($end) ? '' : $end);
113 unset($data['start']);
143 if ($this->sectionedits[count($this->sectionedits) - 1]['start'] <= 1) {
443 * Callback for footnote start syntax
471 // assign new footnote id (we start at 1)
1351 //decide on start and end
1354 $start = $feed->get_item_quantity() - 1;
1355 $end = $start - ($params['max']);
1359 $start = 0;
1366 for ($x = $start; $x != $end; $x += $mod) {