Home
last modified time | relevance | path

Searched defs:NullCache (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/carbonapi/carbonapi-0.14.1/cache/
H A Dcache.go27 type NullCache struct{} struct
29 func (NullCache) Get(string) ([]byte, error) { return nil, ErrNotFound }
30 func (NullCache) Set(string, []byte, int32) {}
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/cache/
H A Dcache.go25 type NullCache struct{} struct
27 func (NullCache) Get(string) ([]byte, error) { return nil, ErrNotFound }
28 func (NullCache) Set(string, []byte, int32) {}
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/www/baikal/baikal/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/www/phpbb3/phpBB3/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/devel/gitlist/gitlist/vendor/twig/twig/src/Cache/
H A DNullCache.php8 class NullCache extends \Twig_Cache_Null class
/dports/www/drupal8/drupal-8.9.20/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/src/Cache/
H A DNullCache.php8 class NullCache extends \Twig_Cache_Null class
/dports/www/itop/web/lib/silex/vendor/twig/twig/src/Cache/
H A DNullCache.php8 class NullCache extends \Twig_Cache_Null class
/dports/finance/prestashop/prestashop/vendor/twig/twig/lib/Twig/Cache/
H A DNull.php3 use Twig\Cache\NullCache; alias
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-ed25519.c103 size_t len;
104 unsigned long long smlen = 0, mlen = 0;
110 datalen >= INT_MAX - crypto_sign_ed25519_BYTES ||
115 return SSH_ERR_ALLOC_FAIL;
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/src/Cache/
H A DNullCache.php21 class NullCache implements CacheInterface class
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/www/baikal/baikal/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/www/matomo/piwik/vendor/twig/twig/src/Cache/
H A DNullCache.php19 final class NullCache implements CacheInterface class
/dports/www/limesurvey/limesurvey/application/third_party/Twig/Cache/
H A DNullCache.php21 class NullCache implements CacheInterface class

123