Home
last modified time | relevance | path

Searched refs:search_active (Results 1 – 25 of 86) sorted by relevance

1234

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dsearch_transaction.c517 search_active--; in search_transaction_button_search_clicked()
526 search_active = -1; in search_transaction_button_search_clicked()
542 search_active--; in search_transaction_button_search_clicked()
545 search_active = -1; in search_transaction_button_search_clicked()
563 search_active = -1; in search_transaction_checkbutton_backwards_search_toggled()
581 search_active = -1; in search_transaction_checkbutton_delta_amount_toggled()
598 search_active = -1; in search_transaction_checkbutton_ignore_case_toggled()
615 search_active = -1; in search_transaction_checkbutton_search_archive_toggled()
700 search_active = -1; in search_transaction_checkbutton_str_choice_toggled()
735 search_active = -1; in search_transaction_radiobutton_press_event()
[all …]
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/src/
H A Dgt-container-view.c27 gboolean search_active; member
60 g_value_set_boolean(val, priv->search_active); in get_property()
82 priv->search_active = g_value_get_boolean(val); in set_property()
187 gt_container_view_set_search_active(GtContainerView* self, gboolean search_active) in gt_container_view_set_search_active() argument
193 priv->search_active = search_active; in gt_container_view_set_search_active()
203 return priv->search_active; in gt_container_view_get_search_active()
H A Dgt-browse-header-bar.c27 gboolean search_active; member
61 g_value_set_boolean(val, priv->search_active); in get_property()
83 priv->search_active = g_value_get_boolean(val); in set_property()
H A Dgt-container-view.h40 void gt_container_view_set_search_active(GtContainerView* self, gboolean search_active);
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/quick-highlight/
H A Dgbp-quick-highlight-editor-page-addin.c43 guint search_active : 1; member
65 if (self->search_active || in do_delayed_quick_highlight()
135 if (self->has_selection && !self->search_active) in buffer_cursor_moved()
191 self->search_active = ide_editor_search_get_active (search); in search_notify_active()
/dports/security/pwman/pwman-0.4.5/src/
H A Dsearch.c129 if( search_active(options->search) == 0 ) { in search_apply()
255 if( search_active(srch) == 0 ) { in search_alert()
270 int search_active(PwSearch* srch) in search_active() function
/dports/games/libretro-picodrive/picodrive-600894e/tools/
H A Dbselect.c85 search_active(void) in search_active() function
151 search_active(); in main()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/tools/
H A Dbselect.c85 search_active(void) in search_active() function
151 search_active(); in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-main.c516 static int search_active = 0; variable
1646 search_active = 0; in do_app()
1661 search_active = 0; in do_app()
1947 if (search_active) in do_canvas()
1988 search_active = 1; in do_canvas()
2012 if (search_active) in do_main()
2017 search_active = 0; in do_main()
2035 search_active = 0; in do_main()
2044 search_active = 0; in do_main()
2051 search_active = 0; in do_main()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/
H A Dinput.rs102 fn search_active(&self) -> bool;
574 if self.ctx.terminal().mode().contains(TermMode::VI) && !self.ctx.search_active() {
609 if self.ctx.terminal().mode().contains(TermMode::VI) && !self.ctx.search_active() { in on_typing_start()
769 if self.ctx.search_active() {
814 let search_active = self.ctx.search_active();
815 if suppress_chars || search_active || self.ctx.terminal().mode().contains(TermMode::VI) {
816 if search_active && !suppress_chars {
853 let mode = BindingMode::new(self.ctx.terminal().mode(), self.ctx.search_active()); in update_cursor_blinking()
884 let mode = BindingMode::new(self.ctx.terminal().mode(), self.ctx.search_active());
905 let search_height = if self.ctx.search_active() { 1 } else { 0 }; in default()
[all …]
H A Devent.rs202 if self.search_active() { in new()
259 if self.terminal.mode().contains(TermMode::VI) && !self.search_active() { in new()
597 fn search_active(&self) -> bool { in new()
676 if self.search_active() { in new()
/dports/editors/marker/Marker-2020.04.04.2/src/
H A Dmarker-editor.c50 gboolean search_active; member
250 editor->search_active = FALSE; in marker_editor_init()
706 if (!editor->search_active){ in marker_editor_toggle_search_bar()
707 editor->search_active = TRUE; in marker_editor_toggle_search_bar()
717 gtk_search_bar_set_search_mode (editor->search_bar, editor->search_active); in marker_editor_toggle_search_bar()
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dsearch_dialog.h74 extern gboolean search_active; // def'd in search_dialog.cc.
H A Dsearch_sidebar.cc263 search_active = TRUE; in main_do_sidebar_search()
278 search_active = FALSE; in main_do_sidebar_search()
H A Dsearch_dialog.cc66 gboolean search_active; // also accessed from search_dialog.c. variable
1400 search_active = TRUE; in main_do_dialog_search()
1500 search_active = FALSE; in main_do_dialog_search()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/display/
H A Dmod.rs415 search_active: bool,
456 let search_lines = if search_active { 1 } else { 0 };
/dports/math/giacxcas/giac-1.6.0/src/
H A DEquation.cc455 …ol Equation_multistring_selection(const_iterateur & it,const_iterateur & itend,bool search_active){ in Equation_multistring_selection() argument
458 if (search_active){ in Equation_multistring_selection()
473 if (search_active){ in Equation_multistring_selection()
1996 if (search_active) in Equation_box_sizes()
2014 Equation_box_sizes(g1,l,h,x,y,attr,selected,search_active); in Equation_box_sizes()
2540 gen Equation_selected2gen(Equation * eq,const gen & g,bool & selected,bool search_active=false){ in Equation_selected2gen() argument
2544 if (search_active) in Equation_selected2gen()
2567 if (!Equation_multistring_selection(it,itend,search_active)) in Equation_selected2gen()
2571 return Equation_selected2gen(eq,*it,selected,search_active); in Equation_selected2gen()
2581 Equation_box_sizes(*itend,w0,h0,x0,y0,attr,selected,search_active); in Equation_selected2gen()
[all …]
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dsearch_dialog.c266 if (search_active) { in _on_destroy()
304 if (search_active) { in on_button_begin_search()
H A Dsearch_sidebar.c65 if (search_active) { in sidebar_on_search_button_clicked()
/dports/chinese/tin/tin-2.4.5/src/
H A Dsearch.c272 search_active( in search_active() function
H A Dselect.c223 …if ((i = search_active((func == GLOBAL_SEARCH_SUBJECT_FORWARD), (func == GLOBAL_SEARCH_REPEAT))) !… in selection_page()
/dports/news/tin/tin-2.4.5/src/
H A Dsearch.c272 search_active( in search_active() function
H A Dselect.c223 …if ((i = search_active((func == GLOBAL_SEARCH_SUBJECT_FORWARD), (func == GLOBAL_SEARCH_REPEAT))) !… in selection_page()
/dports/news/tin/tin-2.4.5/include/
H A Dproto.h621 extern int search_active(t_bool forward, t_bool repeat);
/dports/chinese/tin/tin-2.4.5/include/
H A Dproto.h621 extern int search_active(t_bool forward, t_bool repeat);

1234