/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/combo/ComboStrap/ |
H A D | FetcherCache.php | 6 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 D | Lang.php | 9 use dokuwiki\Cache\Cache; alias 46 $languageDataCache = new Cache("combo_" . $langValue, ".json");
|
/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 23 * @param string $name Cache id 51 * @param string $name Cache id
|
H A D | Dummy.php | 15 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 D | Disk.php | 17 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 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/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;
|
/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/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/fksnewsfeed/syntax/ |
H A 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 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 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)
|