Home
last modified time | relevance | path

Searched refs:CHECK_ONCE (Results 1 – 7 of 7) sorted by relevance

/dports/science/sigrok-cli/sigrok-cli-0.7.1/
H A Doptions.c58 #define CHECK_ONCE(option) \ macro
77 CHECK_ONCE(opt_drv)
78 CHECK_ONCE(opt_config)
82 CHECK_ONCE(opt_channels)
84 CHECK_ONCE(opt_triggers)
87 CHECK_ONCE(opt_pd_meta)
88 CHECK_ONCE(opt_pd_binary)
90 CHECK_ONCE(opt_time)
91 CHECK_ONCE(opt_samples)
92 CHECK_ONCE(opt_frames)
[all …]
/dports/www/owncloud/owncloud/lib/private/Files/Cache/
H A DWatcher.php34 protected $watchPolicy = self::CHECK_ONCE;
123 …if ($this->watchPolicy === self::CHECK_ALWAYS or ($this->watchPolicy === self::CHECK_ONCE and \arr…
/dports/www/nextcloud/nextcloud/lib/private/Files/Cache/
H A DWatcher.php36 protected $watchPolicy = self::CHECK_ONCE;
132 …if ($this->watchPolicy === self::CHECK_ALWAYS or ($this->watchPolicy === self::CHECK_ONCE and arra…
/dports/www/owncloud/owncloud/lib/public/Files/Cache/
H A DIWatcher.php31 …public const CHECK_ONCE = 1; // check the underlying filesystem for updates once every request for… define
/dports/www/nextcloud/nextcloud/lib/public/Files/Cache/
H A DIWatcher.php32 …public const CHECK_ONCE = 1; // check the underlying filesystem for updates once every request for… define
/dports/www/owncloud/owncloud/apps/files_sharing/lib/External/
H A DStorage.php133 $this->watcher->setPolicy(\OC\Files\Cache\Watcher::CHECK_ONCE);
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/External/
H A DStorage.php104 $this->watcher->setPolicy(\OC\Files\Cache\Watcher::CHECK_ONCE);