Home
last modified time | relevance | path

Searched refs:select_location (Results 1 – 19 of 19) sorted by relevance

/dports/editors/kak-lsp/kak-lsp-11.1.0/src/language_features/
H A Dgoto.rs54 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 Dswi_edit.pl42 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 Dprojectdialog.py136 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 Dtv_grab_ar164 sub select_location();
277 %location = select_location();
469 sub select_location() {
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dqth-editor.c260 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 Dsat-pref-qth-editor.c355 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 Dnewcharacter.cpp2799 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 Dactivity_actor_definitions.h456 static cata::optional<tripoint> select_location( avatar &you );
H A Dactivity_actor.cpp1278 cata::optional<tripoint> lockpick_activity_actor::select_location( avatar &you ) in select_location() function in lockpick_activity_actor
H A Dbionics.cpp904 … cata::optional<tripoint> target = lockpick_activity_actor::select_location( player_character ); in activate_bionic()
H A Diuse.cpp3414 target = lockpick_activity_actor::select_location( you ); in pick_lock()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnewcharacter.cpp2799 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 Dactivity_actor_definitions.h456 static cata::optional<tripoint> select_location( avatar &you );
H A Dactivity_actor.cpp1278 cata::optional<tripoint> lockpick_activity_actor::select_location( avatar &you ) in select_location() function in lockpick_activity_actor
H A Dbionics.cpp904 … cata::optional<tripoint> target = lockpick_activity_actor::select_location( player_character ); in activate_bionic()
H A Diuse.cpp3414 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 Dmagic.lua97 function select_location() function
388 local loc = select_location()
/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dedit.pl60 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 Dexpression.rs1088 select_location: SrcSpan, in infer_module_access()
1114 end: select_location.end, in infer_module_access()
1127 location: select_location, in infer_module_access()