Home
last modified time | relevance | path

Searched refs:foldStyle (Results 1 – 12 of 12) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ace/
H A DFoldingRules.java25 String foldStyle, in getFoldWidgetRange() argument
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D2795.0e38943fa459e872fe93.js.map1foldStyle, row) {\n var line = session.getLine(row);\n \n if (this.singleLineBloc…
H A D718.0e38943fa459e872fe93.js.map1foldStyle, row) {\n var line = session.getLine(row);\n \n if (this.singleLineBloc…
H A D4079.0e38943fa459e872fe93.js.map1foldStyle, row) {\n var line = session.getLine(row);\n \n if (this.singleLineBloc…
H A Dbrace.0e38943fa459e872fe93.js.map1foldStyle = \"markbegin\";\n this.setFoldStyle = function(style) {\n if (!this.$foldStyl…
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetPrefsHelper.java212 releaseOnDismiss.add(prefs.foldStyle().bind( in registerPrefs()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DEditingPreferencesPane.java530 foldMode_.setValue(prefs_.foldStyle().getValue()); in initialize()
573 prefs_.foldStyle().setGlobalValue(foldMode_.getValue()); in onApply()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefsAccessor.java1016 public PrefValue<String> foldStyle() in foldStyle() method in UserPrefsAccessor
3311 foldStyle().setValue(layer, source.getString("fold_style")); in syncPrefs()
3695 prefs.add(foldStyle()); in allPrefs()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/ace/
H A Dace.d.ts164 foldStyle: 'markbegin' | 'markbeginend' | 'manual'; property
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/ace/
H A Dace.d.ts164 foldStyle: 'markbegin' | 'markbeginend' | 'manual'; property
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/prefs/
H A DUserPrefValues.hpp803 std::string foldStyle();
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/prefs/
H A DUserPrefValues.cpp900 std::string UserPrefValues::foldStyle() in foldStyle() function in rstudio::session::prefs::UserPrefValues