Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 158) sorted by relevance

1234567

/plugin/sqlcomp/
H A Dsyntax.php193 $Cache = null;
197 $Cache = unserialize($Cache);
204 $Cache = $Cache["Table"];
213 $Cache["Table"] = $rs;
215 $Cache = serialize($Cache);
218 fwrite($handle,$Cache);
246 if(is_array($Cache)){
248 $Cache = $Cache[1];
265 if(isset($Cache)){
341 if($New == $Cache){
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DDoctrineCacheAdapter.php5 namespace Metadata\Cache;
7 use Doctrine\Common\Cache\Cache; alias
20 * @var Cache
24 public function __construct(string $prefix, Cache $cache)
H A DPsrCacheAdapter.php5 namespace Metadata\Cache;
8 use Psr\Cache\CacheItemPoolInterface;
/plugin/epub/lang/de/
H A Dadmin_header.txt2 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 DFetcherCache.php6 use dokuwiki\Cache\Cache; alias
9 * Class Cache
10 * A wrapper around {@link \dokuwiki\Cache\Cache}
22 * @var Cache
24 private Cache $fileCache;
42 * Cache Key Construction
48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
64 * Cache fil
[all...]
H A DLang.php9 use dokuwiki\Cache\Cache; alias
46 $languageDataCache = new Cache("combo_" . $langValue, ".json");
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DAPC.php14 namespace Handlebars\Cache;
15 use Handlebars\Cache; alias
17 class APC implements Cache
23 * @param string $name Cache id
51 * @param string $name Cache id
H A DDummy.php15 namespace Handlebars\Cache;
16 use Handlebars\Cache; alias
18 class Dummy implements Cache
25 * @param string $name Cache id
53 * @param string $name Cache id
H A DDisk.php17 namespace Handlebars\Cache;
18 use Handlebars\Cache; alias
22 class Disk implements Cache
74 * @param string $name Cache id
104 * @param string $name Cache id
/plugin/authgooglesheets/vendor/psr/cache/
H A DREADME.md1 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/
H A DDoctrineCacheAdapterTest.php5 namespace Metadata\Tests\Cache;
7 use Doctrine\Common\Cache\ArrayCache;
8 use Metadata\Cache\DoctrineCacheAdapter;
H A DPsrCacheAdapterTest.php5 namespace Metadata\Tests\Cache;
7 use Metadata\Cache\PsrCacheAdapter;
11 use Symfony\Component\Cache\Adapter\ArrayAdapter;
H A DFileCacheTest.php5 namespace Metadata\Tests\Cache;
7 use Metadata\Cache\FileCache;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DInvalidArgumentException.php18 namespace Google\Auth\Cache;
20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
H A DMemoryCacheItemPool.php18 namespace Google\Auth\Cache;
20 use Psr\Cache\CacheItemInterface;
21 use Psr\Cache\CacheItemPoolInterface;
H A DSysVCacheItemPool.php17 namespace Google\Auth\Cache;
19 use Psr\Cache\CacheItemInterface;
20 use Psr\Cache\CacheItemPoolInterface;
H A DTypedItem.php18 namespace Google\Auth\Cache;
20 use Psr\Cache\CacheItemInterface;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php22 use Doctrine\Common\Cache\Cache; alias
39 * @var Cache
57 * @param Cache $cache
60 public function __construct(Reader $reader, Cache $cache, $debug = false)
/plugin/authgooglesheets/
H A Dhelper.php70 $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/
H A Dfeed.php5 use dokuwiki\Cache\Cache; alias
78 $cache = new Cache($f, '');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php19 use Handlebars\Cache\Dummy;
72 * @var Cache
104 * cache => Cache object
310 * @param Cache $cache handlebars cache
313 public function setCache(Cache $cache)
321 * @return Cache
/plugin/epub/lang/nl/
H A Dadmin_header.txt3 …erdere bestanden. Bij de keuze **Cache Only** worden de gekozen titels verwijderd uit de cache. …
/plugin/epub/lang/en/
H A Dadmin_header.txt3 …re titles. If you click the **Cache Only** button, those titles will be removed from the cache. …
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md10 * [[yii\caching\Cache::get()|get()]]: 指定されたキーを用いてキャッシュからデータを取得します。データが見つからないか、もしくは有効期限が切れたり無効になったりし…
11 * [[yii\caching\Cache::set()|set()]]: キーによって識別されるデータをキャッシュに格納します。
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php5 use Mpdf\Cache; alias
14 public function __construct(Cache $cache)

1234567