Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java75 String laf = Preferences.getPreference("lookandfeel"); in RBReporter()
82 if (!Preferences.getPreference("locale").equals("")) { in RBReporter()
83 String localeStr = Preferences.getPreference("locale"); in RBReporter()
682 if ((running && Preferences.getPreference("reporter_enabled").equals("No")) || in setComponentsToDefaults()
683 (!running && Preferences.getPreference("reporter_enabled").equals("Yes"))) toggleStatus(); in setComponentsToDefaults()
684 if (Preferences.getPreference("reporter_format_text_enabled") != null) in setComponentsToDefaults()
685 textCheck.setSelected(Preferences.getPreference("reporter_format_text_enabled").equals("Yes")); in setComponentsToDefaults()
686 if (Preferences.getPreference("reporter_format_html_enabled") != null) in setComponentsToDefaults()
687 htmlCheck.setSelected(Preferences.getPreference("reporter_format_html_enabled").equals("Yes")); in setComponentsToDefaults()
688 if (Preferences.getPreference("reporter_format_xml_enabled") != null) in setComponentsToDefaults()
[all …]
DRBManager.java42 String laf = Preferences.getPreference("lookandfeel"); in RBManager()
50 if (!Preferences.getPreference("username").equals("")) in RBManager()
51 guiFrame.setUser(Preferences.getPreference("username")); in RBManager()
52 if (!Preferences.getPreference("locale").equals("")) { in RBManager()
53 String localeStr = Preferences.getPreference("locale"); in RBManager()
362 Preferences.addRecentFilePreference(mainFile.getName(), mainFile.getAbsolutePath()); in RBManager()
397Preferences.addRecentFilePreference(baseClass + ".properties", currentDirectory.getAbsolutePath() … in writeToFile()
456Preferences.addRecentFilePreference(baseClass + ".properties", currentDirectory.getAbsolutePath() … in writeToFile()
Dpreferences.properties1 #RBManager Preferences
DPreferences.java20 public class Preferences { class
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DPreferencesDialog.java268 Preferences.setPreference("username", gui.getUser()); in updatePreferences()
269 Preferences.setPreference("lookandfeel", UIManager.getLookAndFeel().getClass().getName()); in updatePreferences()
270 Preferences.setPreference("locale", locale.toString()); in updatePreferences()
272 Preferences.savePreferences(); in updatePreferences()
DRBManagerGUI.java1557 Vector recentFiles = Preferences.getRecentFilesPreferences(); in RBManagerMenuBar()
/third_party/icu/tools/unicodetools/com/ibm/rbm/resources/
Dpreferences.properties1 #RBManager Preferences
DRBManager.properties407 dialog_title_preferences=Preferences
893 menu_options_preferences=Preferences...
/third_party/unity/extras/eclipse/
Derror_parsers.txt9 To add a console parser to Eclipse, go to Window --> Preferences
/third_party/cJSON/tests/unity/extras/eclipse/
Derror_parsers.txt9 To add a console parser to Eclipse, go to Window --> Preferences
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts9 interface Preferences { interface
14 … UserPreferences, compilerOptions: CompilerOptions, importingSourceFile: SourceFile): Preferences {
34 …ecifier: string, importingSourceFileName: Path, host: ModuleSpecifierResolutionHost): Preferences {
117 preferences: Preferences,
296 …importMode: SourceFile["impliedNodeFormat"], { ending, relativePreference }: Preferences): string {
/third_party/rust/crates/rustix/
DSECURITY.md25 ## Preferences section in Security Policy
/third_party/icu/icu4j/main/classes/translit/.settings/
Dedu.umd.cs.findbugs.core.prefs1 #FindBugs User Preferences
/third_party/icu/icu4j/main/classes/collate/.settings/
Dedu.umd.cs.findbugs.core.prefs1 #FindBugs User Preferences
/third_party/icu/icu4j/main/classes/core/.settings/
Dedu.umd.cs.findbugs.core.prefs1 #FindBugs User Preferences
/third_party/python/Doc/using/
Dmac.rst82 its Preferences menu to change things globally.
/third_party/python/Lib/idlelib/
DNEWS.txt133 editor, and output windows. See Settings, General, Window Preferences,
292 dialog is accessed via Preferences on the IDLE menu.
333 bpo-34864: Document two IDLE on MacOS issues. The System Preferences
974 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
1157 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
/third_party/python/Doc/library/
Didle.rst297 configuration dialog by selecting Preferences in the application
946 Under System Preferences: Dock, one can set "Prefer tabs when opening
953 IDLE contains an extension facility. Preferences for extensions can be
Doptparse.rst237 the "Preferences" dialog of a GUI, or command-line options---the more options
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst980 Extension configuration is now a tab in the IDLE Preferences dialog rather
D3.6.0a1.rst3224 Extension configuration is now a tab in the IDLE Preferences dialog rather
D3.8.0a1.rst8066 Mac, the settings dialog is accessed via Preferences on the IDLE menu.
8215 Document two IDLE on MacOS issues. The System Preferences Dock "prefer tabs
D3.9.0a1.rst5083 windows. See Settings, General, Window Preferences, Cursor Blink. Patch by
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp126701 class Preferences final : public nsIPrefService, class
126714 Preferences();
126731 static Preferences* GetInstanceForService();
127033 virtual ~Preferences();
127079 static Preferences* sPreferences;
127672 return mozilla::Preferences::GetBool(prefName) && in IsInAutomation()
/third_party/python/Misc/
DHISTORY764 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences