/dports/editors/kak-lsp/kak-lsp-11.1.0/src/language_features/ |
H A D | goto.rs | 54 let select_location = locations in goto_locations() localVariable 84 editor_quote(&select_location), in goto_locations()
|
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/ |
H A D | swi_edit.pl | 42 prolog_edit:select_location/3. 126 prolog_edit:select_location(Pairs, _Spec, Location) :-
|
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/projects/ |
H A D | projectdialog.py | 136 self.button_select_location.clicked.connect(self.select_location) 153 def select_location(self): member in ProjectDialog
|
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/ar/ |
H A D | tv_grab_ar | 164 sub select_location(); 277 %location = select_location(); 469 sub select_location() {
|
/dports/comms/gpredict/gpredict-2.2.1/src/ |
H A D | qth-editor.c | 260 static void select_location(GtkWidget * widget, gpointer data) in select_location() function 522 g_signal_connect(locbut, "clicked", G_CALLBACK(select_location), in create_editor_widgets() 623 g_signal_connect(wxbut, "clicked", G_CALLBACK(select_location), in create_editor_widgets()
|
H A D | sat-pref-qth-editor.c | 355 static void select_location(GtkWidget * widget, gpointer data) in select_location() function 634 g_signal_connect(locbut, "clicked", G_CALLBACK(select_location), in create_editor_widgets() 737 g_signal_connect(wxbut, "clicked", G_CALLBACK(select_location), in create_editor_widgets()
|
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/ |
H A D | newcharacter.cpp | 2799 uilist select_location; in set_description() local 2800 select_location.text = _( "Select a starting location." ); in set_description() 2820 select_location.entries.emplace_back( entry ); in set_description() 2823 select_location.selected = offset; in set_description() 2829 select_location.selected = 0; in set_description() 2831 select_location.setup(); in set_description() 3307 select_location.query(); in set_description() 3308 if( select_location.ret == RANDOM_START_LOC_ENTRY ) { in set_description() 3310 } else if( select_location.ret >= 0 ) { in set_description() 3390 select_location.query(); in set_description() [all …]
|
H A D | activity_actor_definitions.h | 456 static cata::optional<tripoint> select_location( avatar &you );
|
H A D | activity_actor.cpp | 1278 cata::optional<tripoint> lockpick_activity_actor::select_location( avatar &you ) in select_location() function in lockpick_activity_actor
|
H A D | bionics.cpp | 904 … cata::optional<tripoint> target = lockpick_activity_actor::select_location( player_character ); in activate_bionic()
|
H A D | iuse.cpp | 3414 target = lockpick_activity_actor::select_location( you ); in pick_lock()
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/ |
H A D | newcharacter.cpp | 2799 uilist select_location; in set_description() local 2800 select_location.text = _( "Select a starting location." ); in set_description() 2820 select_location.entries.emplace_back( entry ); in set_description() 2823 select_location.selected = offset; in set_description() 2829 select_location.selected = 0; in set_description() 2831 select_location.setup(); in set_description() 3307 select_location.query(); in set_description() 3308 if( select_location.ret == RANDOM_START_LOC_ENTRY ) { in set_description() 3310 } else if( select_location.ret >= 0 ) { in set_description() 3390 select_location.query(); in set_description() [all …]
|
H A D | activity_actor_definitions.h | 456 static cata::optional<tripoint> select_location( avatar &you );
|
H A D | activity_actor.cpp | 1278 cata::optional<tripoint> lockpick_activity_actor::select_location( avatar &you ) in select_location() function in lockpick_activity_actor
|
H A D | bionics.cpp | 904 … cata::optional<tripoint> target = lockpick_activity_actor::select_location( player_character ); in activate_bionic()
|
H A D | iuse.cpp | 3414 target = lockpick_activity_actor::select_location( you ); in pick_lock()
|
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/files/ultima6/scripts/u6/ |
H A D | magic.lua | 97 function select_location() function 388 local loc = select_location()
|
/dports/lang/swi-pl/swipl-8.2.3/library/ |
H A D | edit.pl | 60 select_location/3, % +Pairs, +Spec, -Location 462 %! select_location(+Pairs, +UserSpec, -Location) 465 select_location(Pairs, Spec, Location), % HOOK
|
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/type_/ |
H A D | expression.rs | 1088 select_location: SrcSpan, in infer_module_access() 1114 end: select_location.end, in infer_module_access() 1127 location: select_location, in infer_module_access()
|