Home
last modified time | relevance | path

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

12

/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/typescript/src/compiler/
DmoduleSpecifiers.ts9 interface Preferences { interface
14 … UserPreferences, compilerOptions: CompilerOptions, importingSourceFile: SourceFile): Preferences {
34 …etPreferencesForUpdate(compilerOptions: CompilerOptions, oldImportSpecifier: string): Preferences {
84 preferences: Preferences
178 …ptions, host: ModuleSpecifierResolutionHost, { ending, relativePreference }: Preferences): string {
/third_party/cJSON/tests/unity/extras/eclipse/
Derror_parsers.txt9 To add a console parser to Eclipse, go to Window --> Preferences
/third_party/unity/extras/eclipse/
Derror_parsers.txt9 To add a console parser to Eclipse, go to Window --> Preferences
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/
Dmain.m50 [info addItemWithTitle: @"Preferences"
/third_party/gettext/gettext-runtime/m4/
Dintlmacosx.m439 dnl "System Preferences > Language & Region > Preferred Languages" panel,
/third_party/icu/icu4j/main/classes/core/.settings/
Dedu.umd.cs.findbugs.core.prefs1 #FindBugs User Preferences
/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/flutter/skia/third_party/externals/sdl/docs/
DREADME-ios.md209 Preferences/
212 …dvise you to write document files to "../Documents/" and preferences to "../Library/Preferences".
/third_party/python/Doc/using/
Dmac.rst82 its Preferences menu to change things globally.
/third_party/cef/patch/patches/
Dprint_preview_123.patch290 // Return save location as the Drive mount or fetch from Download Preferences.
/third_party/grpc/src/objective-c/manual_tests/GrpcIosTestUITests/
DGrpcIosTestUITests.m40 settingsApp = [[XCUIApplication alloc] initWithBundleIdentifier:@"com.apple.Preferences"];
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaevents.m275 [appleMenu addItemWithTitle:@"Preferences…" action:nil keyEquivalent:@","];
/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/cmsis/
DREADME.md31 …/CMSIS_5/Pack/html/element_repository.html) via Eclipse menu *Window - Preferences - CMSIS Packs -…
/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
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst980 Extension configuration is now a tab in the IDLE Preferences dialog rather

12