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 D | items_after.t | 7 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 D | items_after.t | 7 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 D | recent_searches_spec.rb | 98 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 D | scrollbar_container.cpp | 365 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 D | array.pl | 59 $res = $arr->items_after(sub { $_ > 500 });
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/features/issues/ |
H A D | related_issues_spec.rb | 354 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 D | author-no-tabs.t | 81 '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 D | MANIFEST | 83 t/01_array/items_after.t 196 t/09_autobox_array/items_after.t
|
H A D | Changes | 192 items_after items_after_incl items_before items_before_incl
|
/dports/devel/p5-List-Objects-WithUtils/List-Objects-WithUtils-2.028003/examples/ |
H A D | blog-post-list-objects.mkdn | 275 my $after = $array->items_after(sub { $_ eq 't' });
|