Home
last modified time | relevance | path

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

123

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/preferences/
H A DDistroSharedPrefsImport.java30 applyPreferences(appPref, GeckoSharedPrefs.forApp(context).edit()); in importPreferences()
35 applyPreferences(profilePref, GeckoSharedPrefs.forProfile(context).edit()); in importPreferences()
39 …private static void applyPreferences(JSONObject preferences, SharedPreferences.Editor sharedPrefer… in applyPreferences() method in DistroSharedPrefsImport
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/runtime/preferences/
H A DIPreferencesService.java520 public IStatus applyPreferences(IExportedPreferences preferences) throws CoreException; in applyPreferences() method
660 …public void applyPreferences(IEclipsePreferences node, IPreferenceFilter[] filters) throws CoreExc… in applyPreferences() method
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Profile/
H A DInstaller.php506 $leftovers = $this->applyPreferences($profile, $preferences, true, $dryRun);
570 $this->applyPreferences($profile, $leftovers, $dryRun);
669 $leftovers = $this->applyPreferences($profile, $preferences, true);
670 $this->applyPreferences($profile, $leftovers);
675 private function applyPreferences($profile, $preferences, $leaveUnknown = false, $dryRun = false) function in Tiki_Profile_Installer
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/state/
H A DAbstractPreferencesPanel.java112 public abstract boolean applyPreferences(); in applyPreferences() method in AbstractPreferencesPanel
H A DRadioPanel.java66 public boolean applyPreferences() { in applyPreferences() method in RadioPanel
H A DPlayListPrefPanel.java92 public boolean applyPreferences() { in applyPreferences() method in PlayListPrefPanel
H A DValidateAndProcessPreferencesBackgroundWorker.java120 boolean panelNeedRestart = p.applyPreferences(); in processPreferences()
H A DPodcastFeedPanel.java154 public boolean applyPreferences() { in applyPreferences() method in PodcastFeedPanel
H A DLastFmPanel.java193 public boolean applyPreferences() { in applyPreferences() method in LastFmPanel
/dports/games/kigo/kigo-21.12.3/src/gui/
H A Dmainwindow.h53 void applyPreferences(); ///< React on changed config
H A Dmainwindow.cpp316 connect(dialog, &KConfigDialog::settingsChanged, this, &MainWindow::applyPreferences); in showPreferences()
320 void MainWindow::applyPreferences() in applyPreferences() function in Kigo::MainWindow
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/header_editor/
H A Dtool.h43 virtual void applyPreferences();
H A Dtool.cpp84 … &MainWindow::preferencesChanged, this, &Tool::applyPreferences); in setupActions()
102 Tool::applyPreferences() { in applyPreferences() function in mtx::gui::HeaderEditor::Tool
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.core.tests.net/src/org/eclipse/core/tests/net/
H A DPreferenceModifyListenerTest.java50 assertTrue(service.applyPreferences(exported).isOK()); in testPreApply()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaCorePreferenceModifyListenerTest.java57 assertTrue(service.applyPreferences(exported).isOK()); in testPreApply()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.contenttype/src/org/eclipse/core/internal/content/
H A DContentTypeBuilder.java108 applyPreferences(); in buildCatalog()
114 private void applyPreferences() { in applyPreferences() method in ContentTypeBuilder
/dports/cad/opencascade/opencascade-7.6.0/tools/TInspector/
H A DTInspector_Window.hxx181 void applyPreferences();
H A DTInspector_Window.cxx107 applyPreferences(); in TInspector_Window()
547 void TInspector_Window::applyPreferences() in applyPreferences() function in TInspector_Window
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgpreferences.h85 void applyPreferences();
H A Ddlgpreferences.cpp423 emit applyPreferences(); in slotButtonPressed()
455 connect(this, &DlgPreferences::applyPreferences, pWidget, &DlgPreferencePage::slotApply); in addPageWidget()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/merge/
H A Dtool.h41 virtual void applyPreferences();
/dports/devel/arduino-core/Arduino-b439a77/app/src/processing/app/
H A DEditorTab.java107 applyPreferences(); in EditorTab()
274 public void applyPreferences() { in applyPreferences() method in EditorTab
/dports/www/firefox-esr/firefox-91.8.0/remote/cdp/
H A DCDP.jsm74 RecommendedPreferences.applyPreferences(RECOMMENDED_PREFS);
/dports/mail/thunderbird/thunderbird-91.8.0/remote/cdp/
H A DCDP.jsm74 RecommendedPreferences.applyPreferences(RECOMMENDED_PREFS);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/
H A DWizardPreferencesImportPage1.java178 service.applyPreferences(prefs, filters); in transfer()

123