Home
last modified time | relevance | path

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

/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-sparql/
H A Dtracker-serializer-json.h33 TRACKER, SERIALIZER_JSON,
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/experimental/
H A Dserializer_json.phpt13 'ENV' => array('TEST_MEMC_SERIALIZER' => 'Memcached::SERIALIZER_JSON'),
H A Dset_default_serializer.phpt39 comp_serializer($m, 'json', Memcached::SERIALIZER_JSON);
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/
H A Dtypes_json.phpt14 memc_create_combinations ('JSON', Memcached::SERIALIZER_JSON, true)
H A Dtypes_json_multi.phpt14 memc_create_combinations ('JSON', Memcached::SERIALIZER_JSON, true)
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/experimental/serializer/
H A Dserializer_php_bad_unserialize.phpt6 if ($_ENV['TEST_MEMC_SERIALIZER'] == 'Memcached::SERIALIZER_JSON') {
H A Dserializer_php_bad_serialize.phpt6 if ($_ENV['TEST_MEMC_SERIALIZER'] == 'Memcached::SERIALIZER_JSON') {
/dports/databases/pecl-memcached/php-memcached-058e9f5/
H A Dphp_memcached_private.h90 SERIALIZER_JSON = 3, enumerator
H A Dmemcached-api.php124 const SERIALIZER_JSON;
H A Dphp_memcached.c299 MEMC_G(serializer_type) = SERIALIZER_JSON; in PHP_INI_MH()
972 case SERIALIZER_JSON: in s_serialize_value()
3067 if (lval == SERIALIZER_JSON) { in php_memc_set_option()
3068 memc_user_data->serializer = SERIALIZER_JSON; in php_memc_set_option()
4174 REGISTER_MEMC_CLASS_CONST_LONG(SERIALIZER_JSON, SERIALIZER_JSON); in php_memc_register_constants()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/ipcmemcached/
H A Dipcmemcachedprovider.php93 … Memcached::SERIALIZER_IGBINARY : (Memcached::HAVE_JSON ? Memcached::SERIALIZER_JSON : Memcached::…
/dports/deskutils/egroupware/egroupware/api/src/Cache/
H A DMemcached.php125 $this->memcache->setOption(\Memcached::OPT_SERIALIZER, \Memcached::SERIALIZER_JSON);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/ipcmemcached/
H A Dipcmemcachedprovider.php100 … Memcached::SERIALIZER_IGBINARY : (Memcached::HAVE_JSON ? Memcached::SERIALIZER_JSON : Memcached::…
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Cache/Engine/
H A DMemcachedEngine.php66 'json' => Memcached::SERIALIZER_JSON,
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/cache/Engine/
H A DMemcachedEngine.php112 'json' => Memcached::SERIALIZER_JSON,
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Storage/Adapter/
H A DLibmemcached.zep245 "json" : \Memcached::SERIALIZER_JSON,
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Cache/Engine/
H A DMemcachedEngineTest.php218 …$this->assertEquals(Memcached::SERIALIZER_JSON, $Memcached->getMemcached()->getOption(Memcached::O…
/dports/www/moodle310/moodle/cache/stores/memcached/
H A Dlib.php587 … $options[Memcached::SERIALIZER_JSON] = get_string('serialiser_json', 'cachestore_memcached');
/dports/www/moodle311/moodle/cache/stores/memcached/
H A Dlib.php587 … $options[Memcached::SERIALIZER_JSON] = get_string('serialiser_json', 'cachestore_memcached');
/dports/www/moodle39/moodle/cache/stores/memcached/
H A Dlib.php587 … $options[Memcached::SERIALIZER_JSON] = get_string('serialiser_json', 'cachestore_memcached');
/dports/databases/pecl-redis/redis-5.3.5/tests/
H A DRedisTest.php4353 $this->checkSerializer(Redis::SERIALIZER_JSON);
4357 $this->checkSerializer(Redis::SERIALIZER_JSON);
4569 if ($mode === Redis::SERIALIZER_JSON) {
/dports/databases/pecl-redis/redis-5.3.5/
H A DREADME.markdown364 $redis->setOption(Redis::OPT_SERIALIZER, Redis::SERIALIZER_JSON); // Use JSON to serialize/unseria…
397 // Redis::SERIALIZER_IGBINARY, Redis::SERIALIZER_MSGPACK or Redis::SERIALIZER_JSON
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php79963 const SERIALIZER_JSON = 0; define
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php79963 const SERIALIZER_JSON = 0; define
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php123646 const SERIALIZER_JSON = 0; define in HRTime\\Memcached