HomeSort by relevance Sort by last modified time
    Searched defs:pref (Results 1 - 6 of 6) sorted by null

  /nv-g11n/g11n/src/cmd/fsexam/src/
fsexam-pref.c 71 FSEXAM_pref *pref = NULL; local
74 pref = g_new0 (FSEXAM_pref, 1);
76 gconf_client = pref->gconf_client = gconf_client_get_default ();
77 pref->hist_len = gconf_client_get_int (gconf_client, HISTLEN, NULL);
80 pref->auto_detect = FALSE;
81 pref->hidden = FALSE;
82 pref->auto_conversion= FALSE;
83 pref->recursive = FALSE;
84 pref->remote = FALSE;
85 pref->follow = FALSE
    [all...]
fsexam-setting.h 41 FSEXAM_pref *pref; /* Config preferences */ member in struct:_FSEXAM_setting
fsexam-preference-dialog.c 218 cb_pref_reset (GtkDialog *dialog, FSEXAM_pref *pref)
224 pref->auto_detect = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
227 pref->auto_conversion = gtk_toggle_button_get_active (
231 pref->recursive = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
234 pref->hidden = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
237 pref->follow = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
240 pref->remote = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (w));
243 pref->no_check_symlink_content = gtk_toggle_button_get_active (
254 pref->special |= SPECIAL_COMPRESS;
256 pref->special &= ~SPECIAL_COMPRESS
542 FSEXAM_pref *pref = data; local
545 cb_pref_reset (GTK_DIALOG (window), pref); local
566 FSEXAM_pref *pref = view->setting->pref; local
583 pref); local
    [all...]
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/gtk_standalone/
sunpinyin.cpp 95 CSunpinyinOptions pref; local
110 pref.m_GBK = bgbk;
111 pv->setPreference(&pref);
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/scim/
sunpinyin_imengine.cpp 575 CSunpinyinOptions* pref = local
578 if ( (m_pref->m_GBK != pref->m_GBK && get_encoding() != "GB2312") ||
579 m_pref->m_ViewType != pref->m_ViewType ) {
584 pref->m_MinusAsPageUp = m_pref->m_MinusAsPageUp;
585 pref->m_CommaAsPageUp = m_pref->m_CommaAsPageUp;
586 pref->m_BracketAsPageUp = m_pref->m_BracketAsPageUp;
732 SunPyInstance::create_session(CSunpinyinOptions* pref,
744 pref->m_GBK = (get_encoding() != "GB2312");
745 int viewType = pref->m_ViewType?
749 pv->setPreference(pref);
    [all...]
  /nv-g11n/inputmethod/sunpinyin2/wrapper/scim/
sunpinyin_imengine.cpp 575 CSunpinyinOptions* pref = local
578 if ( (m_pref->m_GBK != pref->m_GBK && get_encoding() != "GB2312") ||
579 m_pref->m_ViewType != pref->m_ViewType ) {
584 pref->m_MinusAsPageUp = m_pref->m_MinusAsPageUp;
585 pref->m_CommaAsPageUp = m_pref->m_CommaAsPageUp;
586 pref->m_BracketAsPageUp = m_pref->m_BracketAsPageUp;
732 SunPyInstance::create_session(CSunpinyinOptions* pref,
744 pref->m_GBK = (get_encoding() != "GB2312");
745 int viewType = pref->m_ViewType?
749 pv->setPreference(pref);
    [all...]

Completed in 120 milliseconds