/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/unity/extras/eclipse/ |
D | error_parsers.txt | 9 To add a console parser to Eclipse, go to Window --> Preferences
|
/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/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 9 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/ |
D | SECURITY.md | 25 ## Preferences section in Security Policy
|
/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/icu/icu4j/main/classes/core/.settings/ |
D | edu.umd.cs.findbugs.core.prefs | 1 #FindBugs User Preferences
|
/third_party/python/Doc/using/ |
D | mac.rst | 82 its Preferences menu to change things globally.
|
/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/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
|
D | optparse.rst | 237 the "Preferences" dialog of a GUI, or command-line options---the more options
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 980 Extension configuration is now a tab in the IDLE Preferences dialog rather
|
D | 3.6.0a1.rst | 3224 Extension configuration is now a tab in the IDLE Preferences dialog rather
|
D | 3.8.0a1.rst | 8066 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
|
D | 3.9.0a1.rst | 5083 windows. See Settings, General, Window Preferences, Cursor Blink. Patch by
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 126701 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/ |
D | HISTORY | 764 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
|