/dports/chinese/ibus-rime/ibus-rime-1.5.0/ |
H A D | ibus_rime.yaml | 12 # `preedit_style` specifies what to display as inline preedit text. 14 preedit_style: composition 16 # preedit_style: preview
|
H A D | rime_settings.c | 18 .preedit_style = PREEDIT_STYLE_COMPOSITION, 63 g_ibus_rime_settings.preedit_style = PREEDIT_STYLE_COMPOSITION; in ibus_rime_load_settings() 65 g_ibus_rime_settings.preedit_style = PREEDIT_STYLE_PREVIEW; in ibus_rime_load_settings()
|
H A D | rime_settings.h | 29 gint preedit_style; member
|
H A D | rime_engine.c | 95 g_ibus_rime_settings.preedit_style == PREEDIT_STYLE_COMPOSITION && in ibus_rime_create_session() 318 g_ibus_rime_settings.preedit_style == PREEDIT_STYLE_PREVIEW && in ibus_rime_engine_update() 356 g_ibus_rime_settings.preedit_style == PREEDIT_STYLE_COMPOSITION) { in ibus_rime_engine_update()
|
H A D | CHANGELOG.md | 9 * **rime_settings:** add config options: style/preedit_style, style/cursor_type ([cfa7bce2](cfa7bc…
|
/dports/japanese/libskk/libskk-1.0.5/tools/ |
H A D | fep.vala | 146 Options opts = Options () { preedit_style = PreeditStyle.DEFAULT }; 155 opts.preedit_style = (PreeditStyle) evalue.value; 196 PreeditStyle preedit_style; 286 if (opts.preedit_style == PreeditStyle.ROOT) { 356 if (!lookup_table_visible && opts.preedit_style == PreeditStyle.ROOT) 393 if (opts.preedit_style == PreeditStyle.ROOT)
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/ |
H A D | Painter.h | 73 enum preedit_style { enum 173 char_type c, FontInfo const & f, preedit_style style) = 0;
|
H A D | NullPainter.h | 96 preedit_style) { return 0; } in preeditText() argument
|
/dports/japanese/im-ja/im-ja-1.5/data/ |
H A D | im-ja.schemas.in | 511 <key>/schemas/system/im-ja/preedit_style/highlighted_foreground</key> 512 <applyto>/system/im-ja/preedit_style/highlighted_foreground</applyto> 522 <key>/schemas/system/im-ja/preedit_style/highlighted_background</key> 533 <key>/schemas/system/im-ja/preedit_style/normal_foreground</key> 534 <applyto>/system/im-ja/preedit_style/normal_foreground</applyto> 544 <key>/schemas/system/im-ja/preedit_style/normal_background</key> 545 <applyto>/system/im-ja/preedit_style/normal_background</applyto> 556 <key>/schemas/system/im-ja/preedit_style/custom_normal</key> 557 <applyto>/system/im-ja/preedit_style/custom_normal</applyto> 568 <key>/schemas/system/im-ja/preedit_style/highlighted_normal</key> [all …]
|
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/i18ninput/ |
H A D | input.c | 694 char *preedit_style = "", *status_style = ""; in ShowIMStatus() local 725 preedit_style = "OffTheSpot \t(XIMPreeditArea)"; in ShowIMStatus() 727 preedit_style = "OverTheSpot \t(XIMPreeditPosition)"; in ShowIMStatus() 729 preedit_style = "Root \t(XIMPreeditNothing)"; in ShowIMStatus() 731 preedit_style = "None \t(XIMPreeditNone)"; in ShowIMStatus() 744 strlen(preedit_style) + in ShowIMStatus() 753 app_resources.preedit_string, preedit_style, in ShowIMStatus()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/ |
H A D | keyboard.c | 51 uint32_t preedit_style; member 290 return style_labels[keyboard->keyboard->preedit_style]; in label_from_key() 462 if (keyboard->preedit_style) in virtual_keyboard_send_preedit() 466 keyboard->preedit_style); in virtual_keyboard_send_preedit() 658 keyboard->keyboard->preedit_style = (keyboard->keyboard->preedit_style + 1) % 8; /* TODO */ in keyboard_handle_key()
|
/dports/graphics/weston/weston-1.9.0/clients/ |
H A D | keyboard.c | 47 uint32_t preedit_style; member 286 return style_labels[keyboard->keyboard->preedit_style]; in label_from_key() 458 if (keyboard->preedit_style) in virtual_keyboard_send_preedit() 462 keyboard->preedit_style); in virtual_keyboard_send_preedit() 654 keyboard->keyboard->preedit_style = (keyboard->keyboard->preedit_style + 1) % 8; /* TODO */ in keyboard_handle_key()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/ |
H A D | keyboard.c | 51 uint32_t preedit_style; member 290 return style_labels[keyboard->keyboard->preedit_style]; in label_from_key() 462 if (keyboard->preedit_style) in virtual_keyboard_send_preedit() 466 keyboard->preedit_style); in virtual_keyboard_send_preedit() 658 keyboard->keyboard->preedit_style = (keyboard->keyboard->preedit_style + 1) % 8; /* TODO */ in keyboard_handle_key()
|
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/wl_weekeyboard/ |
H A D | e_mod_main.c | 29 uint32_t preedit_style; member 101 if (wkb->preedit_style) in _wkb_send_preedit_str() 104 wkb->preedit_style); in _wkb_send_preedit_str()
|
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/ |
H A D | scim_anthy_setup.cpp | 285 static ComboConfigCandidate preedit_style[] = variable 1178 &preedit_style, GTK_TABLE (table), 0); in create_appearance_page() 1195 &preedit_style, GTK_TABLE (table), 1); in create_appearance_page() 1212 &preedit_style, GTK_TABLE (table), 2); in create_appearance_page() 1852 for (int i = 0; preedit_style[i].data && i <= idx; i++) { in on_preedit_style_menu_changed() 1854 (!strcmp (preedit_style[i].data, "Color") || in on_preedit_style_menu_changed() 1855 !strcmp (preedit_style[i].data, "FGColor") || in on_preedit_style_menu_changed() 1856 !strcmp (preedit_style[i].data, "BGColor"))) in on_preedit_style_menu_changed()
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | GuiPainter.h | 155 char_type c, FontInfo const & f, preedit_style style);
|
H A D | GuiPainter.cpp | 574 FontInfo const & font, preedit_style style) in preeditText()
|
H A D | GuiWorkArea.cpp | 1240 Painter::preedit_style ps; in paintPreeditText()
|
/dports/x11/libX11/libX11-1.7.2/modules/im/ximcp/ |
H A D | imRm.c | 84 XIMStyle preedit_style = 0; local 176 preedit_style = XIMPreeditArea; 178 preedit_style = XIMPreeditCallbacks; 180 preedit_style = XIMPreeditPosition; 182 preedit_style = XIMPreeditNothing; 184 preedit_style = XIMPreeditNone; 186 if(!preedit_style) 187 preedit_style = XIMPreeditNothing; 218 imstyles->supported_styles[0] = preedit_style | status_style;
|
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/input/ |
H A D | gtkimcontextxim.c | 263 GtkIMPreeditStyle preedit_style; in preedit_style_change() local 265 "gtk-im-preedit-style", &preedit_style, in preedit_style_change() 267 if (preedit_style == GTK_IM_PREEDIT_CALLBACK) in preedit_style_change() 269 else if (preedit_style == GTK_IM_PREEDIT_NOTHING) in preedit_style_change() 271 else if (preedit_style == GTK_IM_PREEDIT_NONE) in preedit_style_change()
|
/dports/deskutils/maliit-framework/framework-2.1.1/connection/ |
H A D | waylandinputmethodconnection.cpp | 100 QtWayland::zwp_text_input_v1::preedit_style preeditStyleFromMaliit(Maliit::PreeditFace face) in preeditStyleFromMaliit() 331 … QtWayland::zwp_text_input_v1::preedit_style style = preeditStyleFromMaliit(format.preeditFace); in sendPreeditString()
|
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | XmIm.c | 168 XIMStyle preedit_style, 1946 XIMStyle preedit_style, in check_style() argument 1954 if ((styles->supported_styles[i] & preedit_style) && in check_style()
|
/dports/x11-toolkits/gtk20/gtk+-2.24.33/ |
H A D | ChangeLog.pre-2-2 | 3477 changes of status_style and preedit_style in the settings
|