/plugin/sqlcomp/ |
H A D | syntax.php | 193 $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 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)
|
H A D | PsrCacheAdapter.php | 5 namespace Metadata\Cache; 8 use Psr\Cache\CacheItemPoolInterface;
|
/plugin/epub/lang/de/ |
H A 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/authgooglesheets/vendor/psr/cache/ |
H A 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/ |
H A D | DoctrineCacheAdapterTest.php | 5 namespace Metadata\Tests\Cache; 7 use Doctrine\Common\Cache\ArrayCache; 8 use Metadata\Cache\DoctrineCacheAdapter;
|
H A D | PsrCacheAdapterTest.php | 5 namespace Metadata\Tests\Cache; 7 use Metadata\Cache\PsrCacheAdapter; 11 use Symfony\Component\Cache\Adapter\ArrayAdapter;
|
H A D | FileCacheTest.php | 5 namespace Metadata\Tests\Cache; 7 use Metadata\Cache\FileCache;
|
/plugin/combo/ComboStrap/ |
H A D | CacheMedia.php | 6 use dokuwiki\Cache\Cache; alias 42 * @var Cache 110 $this->fileCache = new Cache($cacheKey, ".{$this->path->getExtension()}");
|
H A D | Lang.php | 7 use dokuwiki\Cache\Cache; alias 44 $languageDataCache = new Cache("combo_" . $langValue, ".json");
|
/plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
H A D | InvalidArgumentException.php | 18 namespace Google\Auth\Cache; 20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
|
H A D | MemoryCacheItemPool.php | 18 namespace Google\Auth\Cache; 20 use Psr\Cache\CacheItemInterface; 21 use Psr\Cache\CacheItemPoolInterface;
|
H A D | SysVCacheItemPool.php | 17 namespace Google\Auth\Cache; 19 use Psr\Cache\CacheItemInterface; 20 use Psr\Cache\CacheItemPoolInterface;
|
H A D | TypedItem.php | 18 namespace Google\Auth\Cache; 20 use Psr\Cache\CacheItemInterface;
|
H A D | Item.php | 18 namespace Google\Auth\Cache; 23 use Psr\Cache\CacheItemInterface;
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A 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/fksnewsfeed/syntax/ |
H A D | feed.php | 5 use dokuwiki\Cache\Cache; alias 78 $cache = new Cache($f, '');
|
/plugin/authgooglesheets/ |
H A 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/epub/lang/nl/ |
H A D | admin_header.txt | 3 …erdere bestanden. Bij de keuze **Cache Only** worden de gekozen titels verwijderd uit de cache. …
|
/plugin/epub/lang/en/ |
H A D | admin_header.txt | 3 …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 D | list_items_with_undefined_ref.md | 10 * [[yii\caching\Cache::get()|get()]]: 指定されたキーを用いてキャッシュからデータを取得します。データが見つからないか、もしくは有効期限が切れたり無効になったりし… 11 * [[yii\caching\Cache::set()|set()]]: キーによって識別されるデータをキャッシュに格納します。
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
H A D | FontCache.php | 5 use Mpdf\Cache; alias 14 public function __construct(Cache $cache)
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Tag.php | 7 use Mpdf\Cache; alias 88 Cache $cache,
|
/plugin/tagfilter/helper/ |
H A D | syntax.php | 3 use dokuwiki\Cache\Cache; alias 124 $cache = new Cache($cache_key, '.tpcache');
|
/plugin/fksnewsfeed/ |
H A D | action.php | 10 use dokuwiki\Cache\Cache; alias 142 $cache = new Cache($file, ''); 221 $cache = new Cache($f, ''); 226 $cache = new Cache($f, '');
|