| /plugin/sqlcomp/ |
| D | syntax.php | 193 $Cache = null; 196 $Cache = file_get_contents($filename); 197 $Cache = unserialize($Cache); 199 $Update = $Cache["Update"]; 204 $Cache = $Cache["Table"]; 207 return array($Update,$Cache); 212 $Cache["Update"] = $timestamp; 213 $Cache["Table"] = $rs; 215 $Cache = serialize($Cache); 218 fwrite($handle,$Cache); [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/Cache/ |
| D | LaravelCache.php | 13 namespace DeviceDetector\Cache; 15 use Illuminate\Support\Facades\Cache; alias 24 return Cache::get($id); 32 return Cache::has($id); 40 return Cache::put($id, $data, \func_num_args() < 3 ? null : $lifeTime); 48 return Cache::forget($id); 56 return Cache::flush();
|
| D | DoctrineBridge.php | 13 namespace DeviceDetector\Cache; 15 use Doctrine\Common\Cache\CacheProvider;
|
| D | PSR6Bridge.php | 13 namespace DeviceDetector\Cache; 15 use Psr\Cache\CacheItemPoolInterface;
|
| /plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ |
| D | DoctrineCacheAdapter.php | 5 namespace Metadata\Cache; 7 use Doctrine\Common\Cache\Cache; alias 20 * @var Cache 24 public function __construct(string $prefix, Cache $cache)
|
| D | PsrCacheAdapter.php | 5 namespace Metadata\Cache; 8 use Psr\Cache\CacheItemPoolInterface;
|
| /plugin/epub/lang/de/ |
| D | admin_header.txt | 2 Mit diesem Werkzeug können Sie Einträge aus dem epub-Cache entfernen und wahlweise auch die zugehör… 3 …r mehrere Titel aus. Durch einen Klick auf den **Nur Cache** Knopf werden diese Titel aus dem Cach… 4 Durch einen Klick auf den **Cache und eBook(s)** Knopf werden sowohl die Bücher aus dem Cache als a…
|
| /plugin/combo/ComboStrap/ |
| H A D | FetcherCache.php | 6 use dokuwiki\Cache\Cache; alias 22 * @var Cache 24 private Cache $fileCache; 48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
|
| /plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/ |
| H A D | APC.php | 14 namespace Handlebars\Cache; 15 use Handlebars\Cache; alias 17 class APC implements Cache
|
| H A D | Dummy.php | 15 namespace Handlebars\Cache; 16 use Handlebars\Cache; alias 18 class Dummy implements Cache
|
| H A D | Disk.php | 17 namespace Handlebars\Cache; 18 use Handlebars\Cache; alias 22 class Disk implements Cache
|
| /plugin/authgooglesheets/vendor/psr/cache/ |
| D | README.md | 1 PSR Cache 7 Note that this is not a Cache implementation of its own. It is merely an 8 interface that describes a Cache implementation. See the specification for more
|
| /plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/ |
| D | DoctrineCacheAdapterTest.php | 5 namespace Metadata\Tests\Cache; 7 use Doctrine\Common\Cache\ArrayCache; 8 use Metadata\Cache\DoctrineCacheAdapter;
|
| D | PsrCacheAdapterTest.php | 5 namespace Metadata\Tests\Cache; 7 use Metadata\Cache\PsrCacheAdapter; 11 use Symfony\Component\Cache\Adapter\ArrayAdapter;
|
| D | FileCacheTest.php | 5 namespace Metadata\Tests\Cache; 7 use Metadata\Cache\FileCache;
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | CachedReader.php | 22 use Doctrine\Common\Cache\Cache; alias 39 * @var Cache 57 * @param Cache $cache 60 public function __construct(Reader $reader, Cache $cache, $debug = false)
|
| /plugin/redirect2/ |
| D | helper.php | 4 use dokuwiki\Cache\Cache; alias 34 $cache = new Cache('##redirect2##', '.conf');
|
| /plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
| D | InvalidArgumentException.php | 18 namespace Google\Auth\Cache; 20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
|
| D | MemoryCacheItemPool.php | 18 namespace Google\Auth\Cache; 20 use Psr\Cache\CacheItemInterface; 21 use Psr\Cache\CacheItemPoolInterface;
|
| D | SysVCacheItemPool.php | 17 namespace Google\Auth\Cache; 19 use Psr\Cache\CacheItemInterface; 20 use Psr\Cache\CacheItemPoolInterface;
|
| /plugin/authgooglesheets/ |
| D | helper.php | 70 $userCache = new dokuwiki\Cache\Cache($this->userCacheId, 'authgooglesheets'); 320 $cache = new dokuwiki\Cache\Cache('validated', 'authgooglesheets'); 365 $userCache = new dokuwiki\Cache\Cache($this->userCacheId, 'authgooglesheets');
|
| /plugin/fksnewsfeed/syntax/ |
| D | feed.php | 5 use dokuwiki\Cache\Cache; alias 78 $cache = new Cache($f, '');
|
| /plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Handlebars.php | 19 use Handlebars\Cache\Dummy; 72 * @var Cache 310 * @param Cache $cache handlebars cache 313 public function setCache(Cache $cache) 321 * @return Cache
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | memoize.js | 66 memoized.cache = new (memoize.Cache || MapCache); 71 memoize.Cache = MapCache;
|
| /plugin/epub/lang/nl/ |
| D | admin_header.txt | 3 …erdere bestanden. Bij de keuze **Cache Only** worden de gekozen titels verwijderd uit de cache. …
|