Home
last modified time | relevance | path

Searched refs:ICacheEntry (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/nextcloud/nextcloud/lib/public/Files/Cache/
H A DICache.php58 * @return ICacheEntry|false the cache entry or false if the file is not found in the cache
69 * @return ICacheEntry[]
80 * @return ICacheEntry[]
186 * @param ICacheEntry $sourceEntry
191 …public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, string $targetPath): …
212 * @return ICacheEntry[] an array of cache entries where the name matches the search pattern
223 * @return ICacheEntry[] an array of cache entries where the mimetype matches the search
233 * @return ICacheEntry[]
289 * @param ICacheEntry $rawEntry
290 * @return ICacheEntry|null
[all …]
H A DIWatcher.php51 * @param ICacheEntry|null $cachedEntry
61 * @param ICacheEntry $cachedData
70 * @param ICacheEntry $cachedData
/dports/www/owncloud/owncloud/lib/public/Files/Cache/
H A DICache.php62 * @return ICacheEntry|false the cache entry or false if the file is not found in the cache
73 * @return ICacheEntry[]
84 * @return ICacheEntry[]
205 * @return ICacheEntry[] an array of cache entries where the name matches the search pattern
216 * @return ICacheEntry[] an array of cache entries where the mimetype matches the search
229 * @return ICacheEntry[] file data
H A DIWatcher.php50 * @param ICacheEntry|null $cachedEntry
60 * @param ICacheEntry $cachedData
69 * @param ICacheEntry $cachedData
/dports/www/owncloud/owncloud/lib/private/Files/Cache/Wrapper/
H A DCacheWrapper.php32 use OCP\Files\Cache\ICacheEntry; alias
51 * @param ICacheEntry $entry
52 * @return ICacheEntry
62 * @return ICacheEntry|false
76 * @return ICacheEntry[]
211 * @return ICacheEntry[] an array of file data
222 * @return ICacheEntry[]
234 * @return ICacheEntry[] file data
/dports/www/owncloud/owncloud/lib/private/Files/Cache/
H A DMoveFromCacheTrait.php25 use OCP\Files\Cache\ICacheEntry; alias
61 * @param ICacheEntry $sourceEntry
64 public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, $targetPath) {
66 if ($sourceEntry->getMimeType() === ICacheEntry::DIRECTORY_MIMETYPE) {
75 private function cacheEntryToArray(ICacheEntry $entry) {
H A DWatcher.php27 use OCP\Files\Cache\ICacheEntry; alias
80 * @param ICacheEntry|null $cachedEntry
99 * @param ICacheEntry|bool $cachedData false if there is currently no cached data
119 * @param ICacheEntry|bool $cachedData false if there is currently no cached data
H A DCacheEntry.php24 use OCP\Files\Cache\ICacheEntry; alias
29 class CacheEntry implements ICacheEntry, \ArrayAccess {
H A DHomeCache.php30 use OCP\Files\Cache\ICacheEntry; alias
73 * @return ICacheEntry
/dports/www/nextcloud/nextcloud/lib/private/Files/Cache/Wrapper/
H A DCacheWrapper.php35 use OCP\Files\Cache\ICacheEntry; alias
62 * @param ICacheEntry $entry
63 * @return ICacheEntry|false
73 * @return ICacheEntry|false
87 * @return ICacheEntry[]
311 public function getCacheEntryFromSearchResult(ICacheEntry $rawEntry): ?ICacheEntry {
H A DCacheJail.php33 use OCP\Files\Cache\ICacheEntry; alias
119 * @return ICacheEntry|false
326 public function getCacheEntryFromSearchResult(ICacheEntry $rawEntry): ?ICacheEntry {
/dports/www/owncloud/owncloud/apps/files_sharing/lib/
H A DCache.php31 use OCP\Files\Cache\ICacheEntry; alias
51 * @var ICacheEntry
63 * @param ICacheEntry $sourceRootInfo
65 public function __construct($storage, IStorage $sourceStorage, ICacheEntry $sourceRootInfo) {
/dports/www/nextcloud/nextcloud/lib/private/Files/Cache/
H A DCache.php53 use OCP\Files\Cache\ICacheEntry; alias
215 * @return ICacheEntry[]
226 * @return ICacheEntry[]
563 * @return ICacheEntry[] the cache entries for the subfolders
565 private function getSubFolders(ICacheEntry $entry) {
578 private function removeChildren(ICacheEntry $entry) {
586 $childIds = array_map(function (ICacheEntry $cacheEntry) {
599 /** @var ICacheEntry[] $childFolders */
1018 * @param ICacheEntry $sourceEntry
1041 private function cacheEntryToArray(ICacheEntry $entry): array {
[all …]
H A DFailedCache.php27 use OCP\Files\Cache\ICacheEntry; alias
141 …public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, string $targetPath): …
149 public function getCacheEntryFromSearchResult(ICacheEntry $rawEntry): ?ICacheEntry {
H A DWatcher.php29 use OCP\Files\Cache\ICacheEntry; alias
82 * @param ICacheEntry|null $cachedEntry
108 * @param ICacheEntry $cachedData
128 * @param ICacheEntry $cachedData
H A DMoveFromCacheTrait.php25 use OCP\Files\Cache\ICacheEntry; alias
42 …abstract public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, string $targ…
H A DCacheEntry.php25 use OCP\Files\Cache\ICacheEntry; alias
30 class CacheEntry implements ICacheEntry {
H A DHomeCache.php31 use OCP\Files\Cache\ICacheEntry; alias
82 * @return ICacheEntry
/dports/www/nextcloud/nextcloud/lib/private/Lockdown/Filesystem/
H A DNullCache.php29 use OCP\Files\Cache\ICacheEntry; alias
129 …public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, string $targetPath): …
137 public function getCacheEntryFromSearchResult(ICacheEntry $rawEntry): ?ICacheEntry {
/dports/www/nextcloud/nextcloud/lib/public/Share/
H A DIShare.php31 use OCP\Files\Cache\ICacheEntry; alias
545 * @param ICacheEntry $entry
548 public function setNodeCacheEntry(ICacheEntry $entry);
553 * @return null|ICacheEntry
/dports/www/nextcloud-groupfolders/groupfolders/lib/Mount/
H A DRootEntryCache.php25 use OCP\Files\Cache\ICacheEntry; alias
28 /** @var ICacheEntry|null */
31 public function __construct($cache, ICacheEntry $rootEntry = null) {
H A DGroupFolderStorage.php28 use OCP\Files\Cache\ICacheEntry; alias
37 /** @var ICacheEntry */
/dports/www/owncloud/owncloud/apps/files_external/lib/Lib/Cache/
H A DSmbCacheWrapper.php27 use OCP\Files\Cache\ICacheEntry; alias
60 return \array_filter($children, function (ICacheEntry $c) {
67 return \array_filter($children, function (ICacheEntry $c) {
/dports/www/nextcloud-groupfolders/groupfolders/lib/ACL/
H A DACLCacheWrapper.php29 use OCP\Files\Cache\ICacheEntry; alias
92 * @param ICacheEntry[] $entries
95 $paths = array_map(function (ICacheEntry $entry) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/
H A DCache.php36 use OCP\Files\Cache\ICacheEntry; alias
51 /** @var ICacheEntry */
65 public function __construct($storage, ICacheEntry $sourceRootInfo, IUserManager $userManager) {

12