Home
last modified time | relevance | path

Searched defs:change_all (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/vendor/gspell/src/auto/
H A Dnavigator.rs23 fn change_all(&self, word: &str, change_to: &str); in change_all() method
35 fn change_all(&self, word: &str, change_to: &str) { in change_all() method
/dports/textproc/gspell/gspell-1.9.1/gspell/
H A Dgspell-navigator.h53 void (* change_all) (GspellNavigator *navigator, member
/dports/editors/pluma/pluma-1.26.0/plugins/spell/
H A Dpluma-spell-checker-dialog.h63 void (*change_all) (PlumaSpellCheckerDialog *dlg, member
/dports/net/gupnp-tools/gupnp-tools-0.10.2/src/network-light/
H A Dgui.c43 static gboolean change_all = TRUE; // ui changes apply to all devices variable
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dtilemap.cpp683 TileMap::change_all(uint32_t oldtile, uint32_t newtile) in change_all() function in TileMap
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/spellcheck/
H A Dgbp-spell-widget.c1153 gboolean change_all) in _gbp_spell_widget_change()
/dports/net-im/fractal/fractal-4.4.0/vendor/gspell-sys/src/
H A Dlib.rs159 … pub change_all: Option<unsafe extern "C" fn(*mut GspellNavigator, *const c_char, *const c_char)>, field