Home
last modified time | relevance | path

Searched refs:busyExclusionList (Results 1 – 5 of 5) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DTerminalPreferencesPane.java334 prefs_.busyExclusionList().getValue()); in initialize()
374 … prefs_.busyExclusionList().setGlobalValue(StringUtil.split(busyExclusionList_.getText(), " ")); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java2073 public PrefValue<JsArrayString> busyExclusionList() in busyExclusionList() method in UserPrefsAccessor
3467 busyExclusionList().setValue(layer, source.getObject("busy_exclusion_list")); in syncPrefs()
3773 prefs.add(busyExclusionList()); in allPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionConsoleProcess.cpp118 prefs::userPrefs().busyExclusionList().toVectorString(exclusionList); in createTerminalProcOptions()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp1271 core::json::Array busyExclusionList();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp1914 core::json::Array UserPrefValues::busyExclusionList() in busyExclusionList() function in rstudio::session::prefs::UserPrefValues