Home
last modified time | relevance | path

Searched refs:any_item (Results 1 – 13 of 13) sorted by relevance

/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dany.pyx15 def any_item(x): function
17 >>> any_item([0,0,1,0,0])
19 >>> any_item([0,0,0,0,1])
21 >>> any_item([0,0,0,0,0])
29 >>> any_item(VerboseGetItem([0,0,1,0,0]))
43 >>> any_item(VerboseGetItem([0,0,0,0,0]))
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dany.pyx15 def any_item(x): function
17 >>> any_item([0,0,1,0,0])
19 >>> any_item([0,0,0,0,1])
21 >>> any_item([0,0,0,0,0])
29 >>> any_item(VerboseGetItem([0,0,1,0,0]))
43 >>> any_item(VerboseGetItem([0,0,0,0,0]))
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dinventory_ui.cpp164 return any_item()->count(); in get_available_count()
178 return any_item()->invlet; in get_invlet()
194 cached_name = any_item()->tname( 1 ); in update_cache()
260 return item_filter( *e.any_item() ); in get_filter()
268 if( entry.any_item()->is_money() ) { in get_caption()
269 disp_name = entry.any_item()->display_money( count, entry.any_item()->ammo_remaining() ); in get_caption()
317 return func( entry.any_item() ); in append_cell()
2265 return input.entry->any_item(); in execute()
2271 return selected.any_item(); in execute()
2380 select( input.entry->any_item() ); in execute()
[all …]
H A Dgame_inventory.cpp710 time_duration time_a = get_time_left( lhs.any_item() ); in sort_compare()
712 int order_a = get_order( lhs.any_item(), time_a ); in sort_compare()
713 int order_b = get_order( rhs.any_item(), time_b ); in sort_compare()
1038 const auto a = get_odds( lhs.any_item() ); in sort_compare()
1039 const auto b = get_odds( rhs.any_item() ); in sort_compare()
1166 if( !is_known( e.any_item() ) ) { in get_filter()
1170 const auto &book = get_book( e.any_item() ); in get_filter()
1182 const bool known_a = is_known( lhs.any_item() ); in sort_compare()
1183 const bool known_b = is_known( rhs.any_item() ); in sort_compare()
1189 const auto &book_a = get_book( lhs.any_item() ); in sort_compare()
[all …]
H A Dinventory_ui.h114 const item_location &any_item() const { in any_item() function
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dinventory_ui.cpp164 return any_item()->count(); in get_available_count()
178 return any_item()->invlet; in get_invlet()
194 cached_name = any_item()->tname( 1 ); in update_cache()
260 return item_filter( *e.any_item() ); in get_filter()
268 if( entry.any_item()->is_money() ) { in get_caption()
269 disp_name = entry.any_item()->display_money( count, entry.any_item()->ammo_remaining() ); in get_caption()
317 return func( entry.any_item() ); in append_cell()
2265 return input.entry->any_item(); in execute()
2271 return selected.any_item(); in execute()
2380 select( input.entry->any_item() ); in execute()
[all …]
H A Dgame_inventory.cpp710 time_duration time_a = get_time_left( lhs.any_item() ); in sort_compare()
712 int order_a = get_order( lhs.any_item(), time_a ); in sort_compare()
713 int order_b = get_order( rhs.any_item(), time_b ); in sort_compare()
1038 const auto a = get_odds( lhs.any_item() ); in sort_compare()
1039 const auto b = get_odds( rhs.any_item() ); in sort_compare()
1166 if( !is_known( e.any_item() ) ) { in get_filter()
1170 const auto &book = get_book( e.any_item() ); in get_filter()
1182 const bool known_a = is_known( lhs.any_item() ); in sort_compare()
1183 const bool known_b = is_known( rhs.any_item() ); in sort_compare()
1189 const auto &book_a = get_book( lhs.any_item() ); in sort_compare()
[all …]
H A Dinventory_ui.h114 const item_location &any_item() const { in any_item() function
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dhud_quickbar_window.c339 int any_item=0; in click_quickbar_handler() local
349 any_item=1; in click_quickbar_handler()
356 if(!any_item) in click_quickbar_handler()
/dports/java/jasmin/jasmin-2.4/src/jasmin/
H A Dparser.cup96 non terminal var_token optional_default, item, any_item;
340 ann_value ::= any_item:v
456 any_item ::=
725 Word:name any_item:v
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/document/
H A Dschemeedit.py1417 any_item = scene.item_at(pos)
1421 and isinstance(any_item, items.nodeitem.GraphicsTextEdit) \
1422 and isinstance(any_item.parentItem(), items.NodeItem):
1423 node = scene.node_for_item(any_item.parentItem())
1434 if not any_item:
1437 if not any_item and event.button() == Qt.LeftButton:
1446 if any_item and event.button() == Qt.LeftButton:
H A Dinteractions.py1091 any_item = self.scene.item_at(pos)
1092 if not any_item and event.button() & Qt.LeftButton:
/dports/textproc/p5-CSS/CSS-1.09/CSS/Parse/
H A DCompiledGrammar.pm8790 sub Parse::RecDescent::CSS::Parse::CompiledGrammar::any_item
10142 …unless (defined ($_tok = Parse::RecDescent::CSS::Parse::CompiledGrammar::any_item($thisparser,$tex…