/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBReporter.java | 75 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 …]
|
D | RBManager.java | 42 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() 397 …Preferences.addRecentFilePreference(baseClass + ".properties", currentDirectory.getAbsolutePath() … in writeToFile() 456 …Preferences.addRecentFilePreference(baseClass + ".properties", currentDirectory.getAbsolutePath() … in writeToFile()
|
D | preferences.properties | 1 #RBManager Preferences
|
D | Preferences.java | 20 public class Preferences { class
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
D | PreferencesDialog.java | 268 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()
|
D | RBManagerGUI.java | 1557 Vector recentFiles = Preferences.getRecentFilesPreferences(); in RBManagerMenuBar()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/resources/ |
D | preferences.properties | 1 #RBManager Preferences
|
D | RBManager.properties | 407 dialog_title_preferences=Preferences 893 menu_options_preferences=Preferences...
|
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 9 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/ |
D | error_parsers.txt | 9 To add a console parser to Eclipse, go to Window --> Preferences
|
/third_party/unity/extras/eclipse/ |
D | error_parsers.txt | 9 To add a console parser to Eclipse, go to Window --> Preferences
|
/third_party/gettext/gettext-tools/examples/hello-objc-gnustep/ |
D | main.m | 50 [info addItemWithTitle: @"Preferences"
|
/third_party/gettext/gettext-runtime/m4/ |
D | intlmacosx.m4 | 39 dnl "System Preferences > Language & Region > Preferred Languages" panel,
|
/third_party/icu/icu4j/main/classes/core/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 1 #FindBugs User Preferences
|
/third_party/icu/icu4j/main/classes/translit/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 1 #FindBugs User Preferences
|
/third_party/icu/icu4j/main/classes/collate/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 1 #FindBugs User Preferences
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-ios.md | 209 Preferences/ 212 …dvise you to write document files to "../Documents/" and preferences to "../Library/Preferences".
|
/third_party/python/Doc/using/ |
D | mac.rst | 82 its Preferences menu to change things globally.
|
/third_party/cef/patch/patches/ |
D | print_preview_123.patch | 290 // Return save location as the Drive mount or fetch from Download Preferences.
|
/third_party/grpc/src/objective-c/manual_tests/GrpcIosTestUITests/ |
D | GrpcIosTestUITests.m | 40 settingsApp = [[XCUIApplication alloc] initWithBundleIdentifier:@"com.apple.Preferences"];
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoaevents.m | 275 [appleMenu addItemWithTitle:@"Preferences…" action:nil keyEquivalent:@","];
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 133 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/ |
D | README.md | 31 …/CMSIS_5/Pack/html/element_repository.html) via Eclipse menu *Window - Preferences - CMSIS Packs -…
|
/third_party/python/Doc/library/ |
D | idle.rst | 297 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/ |
D | 3.5.1rc1.rst | 980 Extension configuration is now a tab in the IDLE Preferences dialog rather
|