Home
last modified time | relevance | path

Searched refs:items_after (Results 1 – 10 of 10) sorted by relevance

/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/t/09_autobox_array/
H A Ditems_after.t7 my $after = $arr->items_after(sub { $_ == 3 });
11 'boxed items_after ok';
13 ok $arr->items_after(sub { $_ > 10 })->is_empty,
14 'boxed items_after empty resultset ok';
16 ok []->items_after(sub { $_ == 1 })->is_empty,
17 'boxed items_after on empty array ok';
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/t/01_array/
H A Ditems_after.t7 my $after = $arr->items_after(sub { $_ == 3 });
11 'items_after ok';
13 ok $arr->items_after(sub { $_ > 10 })->is_empty,
14 'items_after empty resultset ok';
16 ok array->items_after(sub { $_ == 1 })->is_empty,
17 'items_after on empty array ok';
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/issues/filtered_search/
H A Drecent_searches_spec.rb98 items_after = all('.filtered-search-history-dropdown-item', count: 0)
100 expect(items_after.count).to eq(0)
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dscrollbar_container.cpp365 const unsigned items_after, in adjust_scrollbar_mode() argument
371 …return set_scrollbar_mode(scrollbar_grid, scrollbar, scrollbar_mode, items_after, visible_items, n… in adjust_scrollbar_mode()
386 scrollbar->set_item_count(items_after); in adjust_scrollbar_mode()
388 ? previous_item_position + items_after - items_before in adjust_scrollbar_mode()
395 const bool scrollbar_needed = items_after > visible_items; in adjust_scrollbar_mode()
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/bench/profile/
H A Darray.pl59 $res = $arr->items_after(sub { $_ > 500 });
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/issues/
H A Drelated_issues_spec.rb354 items_after = all('.item-title a')
356 expect(items_after.count).to eq(1)
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/t/
H A Dauthor-no-tabs.t81 't/01_array/items_after.t',
194 't/09_autobox_array/items_after.t',
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/
H A DMANIFEST83 t/01_array/items_after.t
196 t/09_autobox_array/items_after.t
H A DChanges192 items_after items_after_incl items_before items_before_incl
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/examples/
H A Dblog-post-list-objects.mkdn275 my $after = $array->items_after(sub { $_ eq 't' });