Home
last modified time | relevance | path

Searched refs:dprefs (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/spell/
H A Ddictionary.py26 dprefs = JSONConfig('dictionaries/prefs.json') variable
27 dprefs.defaults['preferred_dictionaries'] = {}
28 dprefs.defaults['preferred_locales'] = {}
29 dprefs.defaults['user_dictionaries'] = [{'name':_('Default'), 'is_active':True, 'words':[]}]
99 …best_locale = dprefs['preferred_locales'].get(langcode, default_preferred_locales.get(langcode, No…
105 …return {parse_lang_code(k):v for k, v in iteritems(dprefs['preferred_dictionaries'])}.get(locale, …
113dprefs['preferred_dictionaries'] = {k:v for k, v in iteritems(dprefs['preferred_dictionaries']) if…
247 for d in dprefs['user_dictionaries'] or dprefs.defaults['user_dictionaries']:
260 dprefs['user_dictionaries'] = [d.serialize() for d in self.all_user_dictionaries]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/
H A DFontSelection.java88 IEclipsePreferences dprefs = DefaultScope.INSTANCE.getNode(IntroPlugin.PLUGIN_ID); in resetScalePercentage() local
89 String defaultScale = dprefs.get(SCALE_FACTOR, "0"); //$NON-NLS-1$ in resetScalePercentage()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dspell.py41 best_locale_for_language, builtin_dictionaries, custom_dictionaries, dprefs,
573 pl = dprefs['preferred_locales']
575 dprefs['preferred_locales'] = pl
597 pl = dprefs['preferred_dictionaries']
599 dprefs['preferred_dictionaries'] = pl
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Deditor.c428 const GeanyEditorPrefs *dprefs = get_default_prefs(); in editor_get_prefs() local
433 return dprefs; in editor_get_prefs()
435 eprefs = *dprefs; in editor_get_prefs()
1271 const GeanyIndentPrefs *dprefs = get_default_indent_prefs(); in editor_get_indent_prefs() local
1276 return dprefs; in editor_get_indent_prefs()
1278 iprefs = *dprefs; in editor_get_indent_prefs()
/dports/devel/geany/geany-1.38/src/
H A Deditor.c427 const GeanyEditorPrefs *dprefs = get_default_prefs(); in editor_get_prefs() local
432 return dprefs; in editor_get_prefs()
434 eprefs = *dprefs; in editor_get_prefs()
1270 const GeanyIndentPrefs *dprefs = get_default_indent_prefs(); in editor_get_indent_prefs() local
1275 return dprefs; in editor_get_indent_prefs()
1277 iprefs = *dprefs; in editor_get_indent_prefs()