Home
last modified time | relevance | path

Searched refs:item_check (Results 1 – 15 of 15) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/benchmark/
H A Dso_binary_trees.rb12 def item_check(tree) method
16 tree[1] + item_check(tree[0]) - item_check(tree[2])
38 puts "stretch tree of depth #{stretch_depth}\t check: #{item_check(stretch_tree)}"
50 check += item_check(temp_tree)
53 check += item_check(temp_tree)
59 puts "long lived tree of depth #{max_depth}\t check: #{item_check(long_lived_tree)}"
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ditems.h73 void item_check(char keyin);
H A Dacr.cc1202 item_check(';'); in input()
2965 item_check(0); in move_player()
H A Ditems.cc514 void item_check(char keyin) in item_check() function
/dports/finance/frontaccounting/frontaccounting/manufacturing/includes/
H A Dmanufacturing_ui.inc16 function display_bom($item_check)
18 $result = get_bom($item_check);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditems.h93 void item_check();
H A Ditems.cc891 void item_check() in item_check() function
3238 item_check(); in _do_autopickup()
3252 item_check(); in autopickup()
H A Dplayer.cc8005 item_check(); in player_close_door()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.cpp326 void item_check(Item* item, bool* unsupported_feature) in item_check() function
358 item_check(item, &is_user_var_func); in check_user_var()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_pushdown.cpp326 void item_check(Item* item, bool* unsupported_feature) in item_check() function
358 item_check(item, &is_user_var_func); in check_user_var()
/dports/graphics/blender/blender-2.91.0/build_files/cmake/
H A Dmacros.cmake22 list_id item_check item_add
25 list(FIND "${list_id}" "${item_check}" _index)
27 message(FATAL_ERROR "'${list_id}' doesn't contain '${item_check}'")
35 list_id item_check item_add
38 list(FIND "${list_id}" "${item_check}" _index)
40 message(FATAL_ERROR "'${list_id}' doesn't contain '${item_check}'")
/dports/deskutils/clipit/clipit-1.4.2/src/
H A Dmain.c71 static gboolean item_check(gpointer data) { in item_check() function
809 g_timeout_add(CHECK_INTERVAL, item_check, NULL); in clipit_init()
/dports/multimedia/gdialog/gdialog-2.5_1/Modified Sources/GDialog/src/net/sourceforge/dvb/projectx/gui/
H A DMainFrame.java1237 JMenuItem item_check = new JMenuItem(); in buildLanguageMenu() local
1238 CommonGui.localize(item_check, "language.check"); in buildLanguageMenu()
1239 item_check.addActionListener(listener); in buildLanguageMenu()
1240 item_check.setActionCommand("check"); in buildLanguageMenu()
1241 langMenu.add(item_check); in buildLanguageMenu()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DMainFrame.java1555 JMenuItem item_check = new JMenuItem(); in buildLanguageMenu() local
1556 CommonGui.localize(item_check, "language.check"); in buildLanguageMenu()
1557 item_check.addActionListener(listener); in buildLanguageMenu()
1558 item_check.setActionCommand("check"); in buildLanguageMenu()
1559 langMenu.add(item_check); in buildLanguageMenu()
/dports/games/dungeoncrawl/dc400b26-src/docs/
H A Dchanges.400889 - Do the same in item.cc in item_check(), where it tells you