Home
last modified time | relevance | path

Searched refs:showExperimentalOptions (Results 1 – 13 of 13) sorted by relevance

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/
H A Dconfigfile.h112 bool showExperimentalOptions() const;
H A Dtheme.cpp665 return ConfigFile().showExperimentalOptions(); in enableExperimentalFeatures()
H A Dconfigfile.cpp843 bool ConfigFile::showExperimentalOptions() const in showExperimentalOptions() function in OCC::ConfigFile
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dconfigfile.h111 bool showExperimentalOptions() const;
H A Dtheme.cpp859 return ConfigFile().showExperimentalOptions() || vfsMode == Vfs::WindowsCfApi; in showVirtualFilesOption()
H A Dconfigfile.cpp1012 bool ConfigFile::showExperimentalOptions() const in showExperimentalOptions() function in OCC::ConfigFile
/dports/deskutils/nextcloudclient/desktop-3.4.1/doc/
H A Dconffile.rst59 | ``showExperimentalOptions`` | ``false`` | Whether to show experimental options …
H A Darchitecture.rst409 …implementations are experimental and must be enabled by adding ``showExperimentalOptions=true`` to…
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/docs/modules/ROOT/pages/advanced_usage/
H A Dconfiguration_file.adoc101 | `showExperimentalOptions`
/dports/math/vampire/vampire-4.5.1/
H A Dvampire.cpp863 env.options->showExperimentalOptions() || in main()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Daccountsettings.cpp603 if (mode == Vfs::WindowsCfApi || ConfigFile().showExperimentalOptions()) { in slotCustomContextMenuRequested()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DOptions.hpp1991 bool showExperimentalOptions() const { return _showExperimentalOptions.actualValue; } in showExperimentalOptions() function in Shell::Options
H A DOptions.cpp2341 bool experimental = showExperimentalOptions(); in output()