Home
last modified time | relevance | path

Searched refs:down_end (Results 1 – 2 of 2) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/timeseries/tests/
H A Dtest_downsample.py66down_end = aggregate_downsample(ts, time_bin_start=['2016-03-22T12:30:31', '2016-03-22T12:30:33'],
68 assert_equal(down_end.time_bin_end.isot, ['2016-03-22T12:30:33.000', '2016-03-22T12:30:34.000'])
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dscreen.c2894 SelectionBoundary up_start, up_end, down_start, down_end; in screen_update_selection() local
2902 s->start.x = up_start.x; s->end.x = bottom_line == top_line ? up_end.x : down_end.x; in screen_update_selection()
2903 down_start = up_start; down_end = up_end; in screen_update_selection()
2904 … bottom_line = continue_line_downwards(self, bottom_line, &down_start, &down_end); in screen_update_selection()
2919 down_start = up_start; down_end = up_end; in screen_update_selection()
2921 … bottom_line = continue_line_downwards(self, bottom_line, &down_start, &down_end); in screen_update_selection()
2926 a->in_left_half_of_cell = false; a->x = down_end.x; a->y = bottom_line; in screen_update_selection()