Home
last modified time | relevance | path

Searched refs:zhuyin (Results 1 – 25 of 76) sorted by relevance

1234

/dports/chinese/rime-bopomofo/rime-bopomofo-c7618f4f5728e1634417e9d02ea50d82b71956ab/
H A Dbopomofo_express.schema.yaml21 - zhuyin:/pinyin_to_zhuyin
22 - zhuyin:/abbreviation
23 - zhuyin:/keymap_bopomofo
H A Dbopomofo_tw.schema.yaml26 - zhuyin:/pinyin_to_zhuyin
27 - zhuyin:/abbreviation
28 - zhuyin:/keymap_bopomofo
H A Dbopomofo.schema.yaml73 - zhuyin:/pinyin_to_zhuyin
74 - zhuyin:/free_order
75 - zhuyin:/abbreviation
76 - zhuyin:/keymap_bopomofo
/dports/editors/tamago/tamago-4.0.6.0.20041122.19.14/
H A Dits-keydef.el57 (defun its-make-select-func (key1 key2 func file map &optional zhuyin)
86 ,(if zhuyin `(setq its-zhuyin ,(eq zhuyin 'T)))
132 ("\C-z" "\C-z" zhuyin-cn zhuyin zhuyin-cn T)
139 ("C" "C" zhuyin-tw zhuyin zhuyin-tw T)
H A DAUTHORS22 its/thai.el, and its/zhuyin.el.
H A DChangeLog.2000-200195 (wnn-pinyin-zhuyin-bunsetsu, wnn-pinyin-zhuyin-string): New
171 (egg-katakana, egg-pinyin, egg-zhuyin, egg-hangul): Aliases of
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/tcime/plugin/
H A Dplugin.pro34 zhuyin: DEFINES += HAVE_TCIME_ZHUYIN
40 zhuyin: TCIME_FILES += \
51 zhuyin: tcime_data.files += \
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/
H A Dconfig.pri42 tcime|zhuyin|cangjie: CONFIG += lang-zh_TW
108 !cangjie:!zhuyin: CONFIG += cangjie zhuyin
110 cangjie|zhuyin: CONFIG += tcime
/dports/chinese/libpinyin/libpinyin-2.3.0/src/
H A DMakefile.am40 libpinyininclude_HEADERS += zhuyin.h
59 libzhuyin_la_SOURCES = zhuyin.cpp
H A DMakefile.in92 @ENABLE_LIBZHUYIN_TRUE@am__append_1 = zhuyin.h
156 am__libzhuyin_la_SOURCES_DIST = zhuyin.cpp
157 @ENABLE_LIBZHUYIN_TRUE@am_libzhuyin_la_OBJECTS = zhuyin.lo
179 ./$(DEPDIR)/pinyin_internal.Plo ./$(DEPDIR)/zhuyin.Plo
217 am__libpinyininclude_HEADERS_DIST = pinyin.h zhuyin.h
429 @ENABLE_LIBZHUYIN_TRUE@libzhuyin_la_SOURCES = zhuyin.cpp
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zhuyin.Plo@am__quote@ # am--include-marker
794 -rm -f ./$(DEPDIR)/zhuyin.Plo
842 -rm -f ./$(DEPDIR)/zhuyin.Plo
/dports/chinese/libcangjie/libcangjie-1.3/docs/
H A Dcli.md32 `chinese`, `zhuyin`, `kanji`, `katakana`, `symbols`.
74 $ libcangjie_cli --filter=big5,hkscs,punctuation,chinese,zhuyin,kanji,katakana,symbols 'd*d'
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/src/
H A Dzhuyin-libpinyin.conf.in2 UniqueName=zhuyin-libpinyin
H A Deim.h169 FcitxLibPinyin* zhuyin; member
H A Deim.cpp830 libpinyinaddon->zhuyin = new FcitxLibPinyin(libpinyinaddon, LPT_Zhuyin); in FcitxLibPinyinCreate()
869 libpinyinaddon->zhuyin, in FcitxLibPinyinCreate()
901 delete libpinyin->zhuyin; in FcitxLibPinyinDestroy()
/dports/chinese/libpinyin/libpinyin-2.3.0/
H A Dlibzhuyin.pc.in10 Description: Library to deal with zhuyin
H A DChangeLog14 * fixes zhuyin parsers;
/dports/chinese/libcangjie/libcangjie-1.3/src/
H A Ddbbuilder.c84 uint32_t zhuyin = atoi(strtok_r(NULL, " ", &saveptr)); in insert_line() local
122 zhuyin, kanji, hiragana, katakana, punct, in insert_line()
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/po/
H A Dca.po169 #: src/eim.cpp:871 src/zhuyin-libpinyin.conf.in:3
216 msgstr "Usa zhuyin incomplet"
220 msgstr "Disposició zhuyin"
240 msgstr "Modificadors d'elecció de candidates del zhuyin"
264 msgstr "Usa dades de xinès simplificat per a zhuyin (cal reiniciar)"
452 msgstr "Diccionari zhuyin"
/dports/editors/tamago/tamago-4.0.6.0.20041122.19.14/its/
H A DMakefile.am19 zhuyin.el \
H A DMakefile.in158 thai.elc zenkaku.el zenkaku.el.gz zenkaku.elc zhuyin.el \
159 zhuyin.el.gz zhuyin.elc
288 zhuyin.el \
/dports/devel/m17n-db/m17n-db-1.8.0/MIM/
H A Dzh-zhuyin.mim1 ;; zh-zhuyin.mim -- Chinese input method using zhuyin layout
32 (input-method zh zhuyin)
35 "Chinese input method using this zhuyin keyboard layout.
2355 ;; In zhuyin, almost all symbol can be starters, except tone marks)
/dports/devel/m17n-db/m17n-db-1.8.0/
H A DAUTHORS180 MIM/zh-zhuyin.mim -- zhuyin input method
181 icons/zh-zhuyin.png
/dports/japanese/wnn7egg/wnn7/elisp/xemacs21/
H A Dwnn7egg-comx21.el373 (and (eq (car-safe (car vlist)) 'zhuyin)
374 '((egg-fixed-euc (nth (if zhuyin 1 0) egg-fixed-euc))))))
H A Dwnn7egg-comx214.el381 (and (eq (car-safe (car vlist)) 'zhuyin)
382 '((egg-fixed-euc (nth (if zhuyin 1 0) egg-fixed-euc))))))
/dports/japanese/wnn7egg/wnn7/elisp/emacs20/
H A Dwnn7egg-com.el390 (and (eq (car-safe (car vlist)) 'zhuyin)
391 '((egg-fixed-euc (nth (if zhuyin 1 0) egg-fixed-euc))))))

1234