Home
last modified time | relevance | path

Searched refs:forceSyncInterval (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/
H A Dconfigfile.h78 std::chrono::milliseconds forceSyncInterval(const QString &connection = QString()) const;
H A Dconfigfile.cpp461 chrono::milliseconds ConfigFile::forceSyncInterval(const QString &connection) const in forceSyncInterval() function in OCC::ConfigFile
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dconfigfile.h77 std::chrono::milliseconds forceSyncInterval(const QString &connection = QString()) const;
H A Dconfigfile.cpp526 chrono::milliseconds ConfigFile::forceSyncInterval(const QString &connection) const in forceSyncInterval() function in OCC::ConfigFile
/dports/deskutils/nextcloudclient/desktop-3.4.1/doc/
H A Dconffile.rst28 | ``forceSyncInterval`` | ``7200000`` | The duration of no activity after which a synch…
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/docs/modules/ROOT/pages/advanced_usage/
H A Dconfiguration_file.adoc43 | `forceSyncInterval`
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dfolderman.cpp886 bool forceSyncIntervalExpired = msecsSinceSync > ConfigFile().forceSyncInterval(); in slotScheduleFolderByTime()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Dfolderman.cpp999 bool forceSyncIntervalExpired = msecsSinceSync > ConfigFile().forceSyncInterval(); in slotScheduleFolderByTime()