Home
last modified time | relevance | path

Searched refs:userPrefs (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/www/phpgroupware/phpgroupware-0.9.16.017/felamimail/inc/
H A Dclass.bopreferences.inc.php149 $userPrefs = $GLOBALS['phpgw_info']['user']['preferences'];
152 if(isset($userPrefs['felamimail']['deleteOptions']))
154 $data['deleteOptions'] = $userPrefs['felamimail']['deleteOptions'];
161 $data['htmlOptions'] = $userPrefs['felamimail']['htmlOptions'];
164 $data['trash_folder'] = $userPrefs['felamimail']['trashFolder'];
165 if(!empty($userPrefs['felamimail']['sentFolder']))
167 $data['sent_folder'] = $userPrefs['felamimail']['sentFolder'];
168 $data['sentFolder'] = $userPrefs['felamimail']['sentFolder'];
170 $data['refreshTime'] = $userPrefs['felamimail']['refreshTime'];
176 $data['signature'] = $userPrefs['felamimail']['email_sig'];
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/scripts/
H A DFontSample.py227 userPrefs = {} variable
407 'b' : userPrefs
535 if userPrefs['want6Point']:
538 if userPrefs['want8Point']:
541 if userPrefs['want10Point']:
544 if userPrefs['want12Point']:
547 if userPrefs['want16Point']:
550 if userPrefs['want20Point']:
553 if userPrefs['want32Point']:
724 if userPrefs['wantPageOneOnFirst'] and userPrefs['wantTOC']:
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/scripts/
H A DFontSample.py227 userPrefs = {} variable
407 'b' : userPrefs
535 if userPrefs['want6Point']:
538 if userPrefs['want8Point']:
541 if userPrefs['want10Point']:
544 if userPrefs['want12Point']:
547 if userPrefs['want16Point']:
550 if userPrefs['want20Point']:
553 if userPrefs['want32Point']:
724 if userPrefs['wantPageOneOnFirst'] and userPrefs['wantTOC']:
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/sms/
H A Dsmsuserpreferences.cpp38 userPrefs = new SMSUserPrefsUI(topWidget); in SMSUserPreferences()
40 userPrefs->telNumber->setText(m_contact->phoneNumber()); in SMSUserPreferences()
41 userPrefs->title->setText(m_contact->displayName()); in SMSUserPreferences()
52 if (userPrefs->telNumber->text() != m_contact->phoneNumber()) { in slotOk()
53 m_contact->setPhoneNumber(userPrefs->telNumber->text()); in slotOk()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionCRANMirrors.cpp102 prefs::userPrefs().getCRANMirror(); in attemptUpgrade()
134 prefs::userPrefs().setCRANMirror(secureMirror_, true); in onCompleted()
138 std::string url = prefs::userPrefs().getCRANMirror().url; in onCompleted()
171 prefs::CRANMirror mirror = prefs::userPrefs().getCRANMirror(); in revertCRANMirrorToHTTP()
178 prefs::userPrefs().setCRANMirror(mirror, true); in revertCRANMirrorToHTTP()
187 if (prefs::userPrefs().useSecureDownload()) in reconcileSecureDownloadConfiguration()
264 auto mirror = prefs::userPrefs().getCRANMirror(); in onUserSettingsChanged()
279 prefs::userPrefs().onChanged.connect(onUserSettingsChanged); in onDeferredInit()
H A DSessionRSConnect.cpp157 if (prefs::userPrefs().usePublishCaBundle() && in create()
158 !prefs::userPrefs().publishCaBundle().empty()) in create()
161 prefs::userPrefs().publishCaBundle()); in create()
189 if (prefs::userPrefs().showPublishDiagnostics()) in create()
195 else if (prefs::userPrefs().showPublishDiagnostics()) in create()
614 if (prefs::userPrefs().usePublishCaBundle()) in applyPreferences()
626 if (!prefs::userPrefs().publishCheckCertificates()) in initializeOptions()
635 if (prefs::userPrefs().publishCheckCertificates() != check) in initializeOptions()
637 prefs::userPrefs().setPublishCheckCertificates(check); in initializeOptions()
650 prefs::userPrefs().setUsePublishCaBundle(true); in initializeOptions()
[all …]
H A DSessionUserPrefs.cpp59 return userPrefs().writeLayer(PREF_LAYER_USER, val.getObject()); in setPreferences()
181 Error error = userPrefs().clearValue(pref); in rs_removePref()
214 return rs_readPref(userPrefs(), prefName); in rs_readUserPref()
219 if (writePref(userPrefs(), prefName, value)) in rs_writeUserPref()
221 userPrefs().notifyClient(kUserPrefsUserLayer, r::sexp::safeAsString(prefName)); in rs_writeUserPref()
258 std::vector<std::string> keys = userPrefs().allKeys(); in rs_allPrefs()
268 auto val = userPrefs().readValue(key, &layer); in rs_allPrefs()
338 userPrefs().destroyLayers(); in onShutdown()
H A DSessionSystemResources.cpp61 if (prefs::userPrefs().showMemoryUsage()) in performScheduledMemoryQuery()
111 s_queryInterval = prefs::userPrefs().memoryQueryIntervalSeconds(); in performPeriodicWork()
125 if (prefs::userPrefs().showMemoryUsage()) in onUserSettingsChanged()
133 prefs::userPrefs().memoryQueryIntervalSeconds() > 0) in onUserSettingsChanged()
250 prefs::userPrefs().onChanged.connect(onUserSettingsChanged); in initialize()
H A DSessionRVersions.cpp43 auto value = prefs::userPrefs().readValue(kDefaultRVersion); in syncRVersionPref()
82 bool restore = prefs::userPrefs().restoreProjectRVersion(); in syncRestoreRVersionPref()
114 prefs::userPrefs().onChanged.connect(onUserPrefsChanged); in initialize()
H A DSessionCrashHandler.cpp49 bool enable = prefs::userPrefs().submitCrashReports(); in syncCrashHandlerPref()
74 prefs::userPrefs().onChanged.connect(onUserPrefsChanged); in initialize()
H A DSessionPythonEnvironments.cpp42 std::string pythonPath = prefs::userPrefs().pythonPath(); in onPrefsChanged()
77 prefs::userPrefs().onChanged.connect(onPrefsChanged); in initialize()
H A DSessionTerminal.cpp51 if (shells.getInfo(prefs::userPrefs().defaultTerminalShellValue(), &shell)) in getTerminalOptions()
75 terminalPath = FilePath(prefs::userPrefs().terminalPath()); in getTerminalOptions()
H A DSessionGraphics.cpp59 prefs::userPrefs().graphicsBackend()); in syncWithPrefs()
63 prefs::userPrefs().graphicsAntialiasing()); in syncWithPrefs()
H A DSessionFilesListingMonitor.cpp91 prefs::userPrefs().hideObjectFiles()), in start()
176 prefs::userPrefs().hideObjectFiles()), &events); in onRegistered()
221 prefs::userPrefs().hideObjectFiles()))) in listFiles()
H A DSessionPlumberViewer.cpp120 std::string plumberViewerType = prefs::userPrefs().plumberViewerType(); in onUserSettingsChanged()
192 *pPlumberViewerType = prefs::userPrefs().plumberViewerType(); in initPlumberViewerPref()
213 prefs::userPrefs().onChanged.connect(bind( in initialize()
H A DSessionErrors.cpp71 prefs::userPrefs().handleErrorsInUserCodeOnly(), in setErrHandlerType()
97 *pHandleUserErrorsOnly = prefs::userPrefs().handleErrorsInUserCodeOnly(); in initializeErrManagement()
171 bool handleUserErrorsOnly = prefs::userPrefs().handleErrorsInUserCodeOnly(); in onUserSettingsChanged()
H A DSessionTerminalShell.cpp272 type = prefs::userPrefs().defaultTerminalShellValue(); in getInfo()
340 prefs::userPrefs().customShellCommand()); in getCustomShell()
344 if (!prefs::userPrefs().customShellOptions().empty()) in getCustomShell()
346 args = core::algorithm::split(prefs::userPrefs().customShellOptions(), " "); in getCustomShell()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefs.cpp127 return userPrefs().allLayers(); in allPrefLayers()
130 UserPrefValuesNative& userPrefs() in userPrefs() function
144 return userPrefs().initialize(); in initializePrefs()
149 UserPrefs& instance = static_cast<UserPrefs&>(userPrefs()); in initializeSessionPrefs()
155 UserPrefs& instance = static_cast<UserPrefs&>(userPrefs()); in initializeProjectPrefs()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/config/
H A DPreferencesPlaceholderConfigurer.java53 private Preferences userPrefs; field in PreferencesPlaceholderConfigurer
80 this.userPrefs = (this.userTreePath != null) ? in afterPropertiesSet()
98 String value = resolvePlaceholder(path, key, this.userPrefs); in resolvePlaceholder()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/projects/
H A DSessionProjectContext.cpp535 json::Array userIgnores = prefs::userPrefs().fileMonitorIgnoredComponents(); in fileMonitorIgnoredComponents()
577 context.ignoreObjectFiles = prefs::userPrefs().hideObjectFiles(); in onDeferredInit()
834 buildDefaults.useDevtools = prefs::userPrefs().useDevtools(); in buildDefaults()
843 defaultConfig.useSpacesForTab = prefs::userPrefs().useSpacesForTab(); in defaultConfig()
844 defaultConfig.numSpacesForTab = prefs::userPrefs().numSpacesForTab(); in defaultConfig()
845 defaultConfig.autoAppendNewline = prefs::userPrefs().autoAppendNewline(); in defaultConfig()
847 prefs::userPrefs().stripTrailingWhitespace(); in defaultConfig()
848 if (!prefs::userPrefs().defaultEncoding().empty()) in defaultConfig()
849 defaultConfig.encoding = prefs::userPrefs().defaultEncoding(); in defaultConfig()
852 defaultConfig.defaultSweaveEngine = prefs::userPrefs().defaultSweaveEngine(); in defaultConfig()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DPaneLayoutPreferencesPane.java184 UserPrefs userPrefs, in PaneLayoutPreferencesPane() argument
188 userPrefs_ = userPrefs; in PaneLayoutPreferencesPane()
191 PaneConfig paneConfig = userPrefs.panes().getGlobalValue().cast(); in PaneLayoutPreferencesPane()
209 !userPrefs.allowSourceColumns().getGlobalValue()) in PaneLayoutPreferencesPane()
264 userPrefs.panes().setGlobalValue(PaneConfig.createDefault(), false); in PaneLayoutPreferencesPane()
266 JsArrayString origPanes = userPrefs.panes().getGlobalValue().getQuadrants(); in PaneLayoutPreferencesPane()
292 tabSet1ModuleList_.setValue(toArrayList(userPrefs.panes().getGlobalValue().getTabSet1())); in PaneLayoutPreferencesPane()
294 tabSet2ModuleList_.setValue(toArrayList(userPrefs.panes().getGlobalValue().getTabSet2())); in PaneLayoutPreferencesPane()
297 userPrefs.panes().getGlobalValue().getHiddenTabSet())); in PaneLayoutPreferencesPane()
/dports/games/jin/jin-2.14.1/src/free/jin/action/
H A DJinAction.java132 Preferences userPrefs = getUser().getPrefs(); in getPrefs() local
133 …prefs = Preferences.createBackedUp(Preferences.createWrapped(userPrefs, "action." + getId() + ".")… in getPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/satellite/
H A DSatelliteWindow.java76 UserPrefs userPrefs = RStudioGinjector.INSTANCE.getUserPrefs(); in SatelliteWindow()
77 userPrefs.editorTheme().bind(theme -> pEventBus_.get().fireEvent(new ThemeChangedEvent())); in SatelliteWindow()
78 userPrefs.globalTheme().bind(theme -> pEventBus_.get().fireEvent(new ThemeChangedEvent())); in SatelliteWindow()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/nimbus/
H A DExperimentAPI.jsm372 let userPrefs = {};
380 userPrefs[variable] = this.prefGetters[variable];
384 return userPrefs;
454 let userPrefs = this._getUserPrefsValues();
466 return { ...branch.feature.value, ...userPrefs };
472 ...userPrefs,
483 let userPrefs = this._getUserPrefsValues();
499 ...userPrefs,
589 userPrefs: this._getUserPrefsValues(),
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/nimbus/
H A DExperimentAPI.jsm372 let userPrefs = {};
380 userPrefs[variable] = this.prefGetters[variable];
384 return userPrefs;
454 let userPrefs = this._getUserPrefsValues();
466 return { ...branch.feature.value, ...userPrefs };
472 ...userPrefs,
483 let userPrefs = this._getUserPrefsValues();
499 ...userPrefs,
589 userPrefs: this._getUserPrefsValues(),

1234567