Home
last modified time | relevance | path

Searched refs:UserPreferences (Results 51 – 75 of 313) sorted by relevance

12345678910>>...13

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/test/com/eteks/sweethome3d/junit/
H A DFurnitureTableTest.java47 import com.eteks.sweethome3d.model.UserPreferences;
68 UserPreferences preferences = new DefaultUserPreferences(); in testFurnitureTableCreation()
133 UserPreferences preferences = new DefaultUserPreferences(); in testFurnitureTableSort()
186 UserPreferences preferences = new DefaultUserPreferences(); in testFurnitureTableFilter()
255 UserPreferences preferences = new DefaultUserPreferences(); in main()
H A DUserPreferencesPanelTest.java44 import com.eteks.sweethome3d.model.UserPreferences;
88 UserPreferences previousPreferences = new FileUserPreferences(); in testUserPreferencesPanel()
92 UserPreferences defaultPreferences = new DefaultUserPreferences(); in testUserPreferencesPanel()
94 UserPreferences preferences = new FileUserPreferences(); in testUserPreferencesPanel()
171 UserPreferences readPreferences = new FileUserPreferences(); in testUserPreferencesPanel()
198 UserPreferences preferences) { in assertPreferencesEqual()
347 UserPreferences preferences = new DefaultUserPreferences() { in testLanguageChange()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DHelpController.java51 import com.eteks.sweethome3d.model.UserPreferences;
67 private final UserPreferences preferences;
80 public HelpController(UserPreferences preferences, in HelpController()
220 private void addLanguageListener(UserPreferences preferences) { in addLanguageListener()
221 preferences.addPropertyChangeListener(UserPreferences.Property.LANGUAGE, in addLanguageListener()
240 ((UserPreferences)ev.getSource()).removePropertyChangeListener( in propertyChange()
241 UserPreferences.Property.LANGUAGE, this); in propertyChange()
H A DImportedFurnitureWizardController.java43 import com.eteks.sweethome3d.model.UserPreferences;
60 private final UserPreferences preferences;
98 public ImportedFurnitureWizardController(UserPreferences preferences, in ImportedFurnitureWizardController()
109 UserPreferences preferences, in ImportedFurnitureWizardController()
119 UserPreferences preferences, in ImportedFurnitureWizardController()
129 UserPreferences preferences, in ImportedFurnitureWizardController()
143 UserPreferences preferences, in ImportedFurnitureWizardController()
157 UserPreferences preferences, in ImportedFurnitureWizardController()
259 UserPreferences preferences, in PieceOfFurnitureImportationUndoableEdit()
H A DBaseboardChoiceController.java27 import com.eteks.sweethome3d.model.UserPreferences;
45 private final UserPreferences preferences;
62 public BaseboardChoiceController(UserPreferences preferences, in BaseboardChoiceController()
H A DPhotoController.java30 import com.eteks.sweethome3d.model.UserPreferences;
43 private final UserPreferences preferences;
53 UserPreferences preferences, in PhotoController()
H A DPhotosController.java32 import com.eteks.sweethome3d.model.UserPreferences;
46 private final UserPreferences preferences;
56 public PhotosController(Home home, UserPreferences preferences, View view3D, in PhotosController()
H A DCompassController.java32 import com.eteks.sweethome3d.model.UserPreferences;
46 private final UserPreferences preferences;
62 UserPreferences preferences, in CompassController()
308 public CompassUndoableEdit(Compass compass, UserPreferences preferences, float newX, float newY, in CompassUndoableEdit()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DThreadedTaskPanel.java37 import com.eteks.sweethome3d.model.UserPreferences;
47 private final UserPreferences preferences;
55 UserPreferences preferences, in ThreadedTaskPanel()
H A DPhotosPanel.java92 import com.eteks.sweethome3d.model.UserPreferences;
115 private final UserPreferences preferences;
138 UserPreferences preferences, in PhotosPanel()
144 UserPreferences preferences, in PhotosPanel()
157 …preferences.addPropertyChangeListener(UserPreferences.Property.LANGUAGE, new LanguageChangeListene… in PhotosPanel()
163 private void createActions(UserPreferences preferences) { in createActions()
192 final UserPreferences preferences, in createComponents()
361 private void setComponentTexts(UserPreferences preferences) { in setComponentTexts()
379 private void setMnemonics(UserPreferences preferences) { in setMnemonics()
404 UserPreferences preferences = (UserPreferences)ev.getSource(); in propertyChange()
[all …]
H A DCatalogItemToolTip.java41 import com.eteks.sweethome3d.model.UserPreferences;
71 private final UserPreferences preferences;
80 UserPreferences preferences) { in CatalogItemToolTip()
91 UserPreferences preferences) { in CatalogItemToolTip()
H A DBackgroundImageWizardStepsPanel.java86 import com.eteks.sweethome3d.model.UserPreferences;
124 UserPreferences preferences, in BackgroundImageWizardStepsPanel()
144 private void createComponents(final UserPreferences preferences, in createComponents()
271 private void setMnemonics(UserPreferences preferences) { in setMnemonics()
291 private void layoutComponents(UserPreferences preferences) { in layoutComponents()
353 UserPreferences preferences) { in createScalableImageComponent()
440 final UserPreferences preferences) { in updateController()
482 final UserPreferences preferences, in updateController()
675 private void setImageChangeTexts(UserPreferences preferences) { in setImageChangeTexts()
691 private void setImageChoiceTexts(UserPreferences preferences) { in setImageChoiceTexts()
[all …]
H A DImportedTextureWizardStepsPanel.java84 import com.eteks.sweethome3d.model.UserPreferences;
129 UserPreferences preferences, in ImportedTextureWizardStepsPanel()
152 private void createComponents(final UserPreferences preferences, in createComponents()
448 private void setMnemonics(UserPreferences preferences) { in setMnemonics()
572 final UserPreferences preferences) { in updateController()
616 final UserPreferences preferences, in updateController()
710 final UserPreferences preferences) throws IOException { in readAndReduceImage()
774 UserPreferences preferences) throws IOException { in readImage()
824 private void setImageChangeTexts(UserPreferences preferences) { in setImageChangeTexts()
840 private void setImageChoiceTexts(UserPreferences preferences) { in setImageChoiceTexts()
[all …]
H A DFurnitureTable.java124 import com.eteks.sweethome3d.model.UserPreferences;
138 private UserPreferences preferences;
152 public FurnitureTable(Home home, UserPreferences preferences) { in FurnitureTable()
163 public FurnitureTable(Home home, UserPreferences preferences, in FurnitureTable()
637 private void addUserPreferencesListener(UserPreferences preferences) { in addUserPreferencesListener()
659 ((UserPreferences)ev.getSource()).removePropertyChangeListener( in propertyChange()
660 UserPreferences.Property.valueOf(ev.getPropertyName()), this); in propertyChange()
1198 public FurnitureTableColumnModel(Home home, UserPreferences preferences) { in FurnitureTableColumnModel()
1265 UserPreferences preferences = (UserPreferences)ev.getSource(); in propertyChange()
1266 UserPreferences.Property property = UserPreferences.Property.valueOf(ev.getPropertyName()); in propertyChange()
[all …]
H A DPhotoPanel.java100 import com.eteks.sweethome3d.model.UserPreferences;
125 private final UserPreferences preferences;
152 UserPreferences preferences, in PhotoPanel()
158 UserPreferences preferences, in PhotoPanel()
171 …preferences.addPropertyChangeListener(UserPreferences.Property.LANGUAGE, new LanguageChangeListene… in PhotoPanel()
177 private void createActions(UserPreferences preferences) { in createActions()
213 final UserPreferences preferences, in createComponents()
466 private void setComponentTexts(UserPreferences preferences) { in setComponentTexts()
486 private void setMnemonics(UserPreferences preferences) { in setMnemonics()
516 UserPreferences preferences = (UserPreferences)ev.getSource(); in propertyChange()
[all …]
/dports/www/moinmoin/moin-1.9.11/wiki/config/more_samples/
H A Dauth_wikiconfig_snippet15 # a list of form field names to be disabled in the UserPreferences.
18 # a list of form field names to be removed from the UserPreferences.
/dports/games/retroarch/RetroArch-1.9.7/pkg/android/phoenix/src/com/retroarch/browser/debug/
H A DCoreSideloadActivity.java15 import com.retroarch.browser.preferences.util.UserPreferences;
94 …File corePath = new File(UserPreferences.getPreferences(ctx).getString("libretro_path", ctx.getApp… in doInBackground()
167 UserPreferences.getDefaultConfigPath(ctx), in onPostExecute()
/dports/games/retroarch/RetroArch-1.9.7/pkg/android/phoenix-legacy/src/com/retroarch/browser/debug/
H A DCoreSideloadActivity.java15 import com.retroarch.browser.preferences.util.UserPreferences;
94 …File corePath = new File(UserPreferences.getPreferences(ctx).getString("libretro_path", ctx.getApp… in doInBackground()
167 UserPreferences.getDefaultConfigPath(ctx), in onPostExecute()
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DAdminSystemConfigurationGroup.pm450 my %UserPreferences = $Kernel::OM->Get('Kernel::System::User')->GetPreferences(
454 if ( $UserPreferences{UserSystemConfigurationFavourites} ) {
456 ->Decode( Data => $UserPreferences{UserSystemConfigurationFavourites} );
694 my %UserPreferences = $Kernel::OM->Get('Kernel::System::User')->GetPreferences(
698 if ( $UserPreferences{UserSystemConfigurationFavourites} ) {
700 ->Decode( Data => $UserPreferences{UserSystemConfigurationFavourites} );
754 my %UserPreferences = $Kernel::OM->Get('Kernel::System::User')->GetPreferences(
758 my $Category = $UserPreferences{UserSystemConfigurationCategory};
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/
H A Dprefs_forms.php13 use PhpMyAdmin\UserPreferences; alias
20 $userPreferences = new UserPreferences();
H A Derror_report.php11 use PhpMyAdmin\UserPreferences; alias
122 $userPreferences = new UserPreferences();
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/NavBar/
H A DAdminFavourites.pm47 my %UserPreferences = $Kernel::OM->Get('Kernel::System::User')->GetPreferences(
52 Data => $UserPreferences{AdminNavigationBarFavourites},
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DUser.t368 my %UserPreferences = $UserObject->GetPreferences(
373 %UserPreferences || '',
378 $UserPreferences{UserLanguage},
437 %UserPreferences = $UserObject->GetPreferences(
442 %UserPreferences || '',
447 $UserPreferences{UserLanguage},
/dports/games/retroarch/RetroArch-1.9.7/pkg/android/phoenix/src/com/retroarch/browser/mainmenu/
H A DMainMenuActivity.java3 import com.retroarch.browser.preferences.util.UserPreferences;
132 UserPreferences.getDefaultConfigPath(this), in finalStartup()
193 UserPreferences.updateConfigFile(this); in onCreate()
/dports/games/retroarch/RetroArch-1.9.7/pkg/android/phoenix-legacy/src/com/retroarch/browser/mainmenu/
H A DMainMenuActivity.java3 import com.retroarch.browser.preferences.util.UserPreferences;
126 UserPreferences.getDefaultConfigPath(this), in finalStartup()
187 UserPreferences.updateConfigFile(this); in onCreate()

12345678910>>...13