/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-sparql/ |
H A D | tracker-serializer-json.h | 33 TRACKER, SERIALIZER_JSON,
|
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/experimental/ |
H A D | serializer_json.phpt | 13 'ENV' => array('TEST_MEMC_SERIALIZER' => 'Memcached::SERIALIZER_JSON'),
|
H A D | set_default_serializer.phpt | 39 comp_serializer($m, 'json', Memcached::SERIALIZER_JSON);
|
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/ |
H A D | types_json.phpt | 14 memc_create_combinations ('JSON', Memcached::SERIALIZER_JSON, true)
|
H A D | types_json_multi.phpt | 14 memc_create_combinations ('JSON', Memcached::SERIALIZER_JSON, true)
|
/dports/databases/pecl-memcached/php-memcached-058e9f5/tests/experimental/serializer/ |
H A D | serializer_php_bad_unserialize.phpt | 6 if ($_ENV['TEST_MEMC_SERIALIZER'] == 'Memcached::SERIALIZER_JSON') {
|
H A D | serializer_php_bad_serialize.phpt | 6 if ($_ENV['TEST_MEMC_SERIALIZER'] == 'Memcached::SERIALIZER_JSON') {
|
/dports/databases/pecl-memcached/php-memcached-058e9f5/ |
H A D | php_memcached_private.h | 90 SERIALIZER_JSON = 3, enumerator
|
H A D | memcached-api.php | 124 const SERIALIZER_JSON;
|
H A D | php_memcached.c | 299 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 D | ipcmemcachedprovider.php | 93 … Memcached::SERIALIZER_IGBINARY : (Memcached::HAVE_JSON ? Memcached::SERIALIZER_JSON : Memcached::…
|
/dports/deskutils/egroupware/egroupware/api/src/Cache/ |
H A D | Memcached.php | 125 $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 D | ipcmemcachedprovider.php | 100 … 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 D | MemcachedEngine.php | 66 'json' => Memcached::SERIALIZER_JSON,
|
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/cache/Engine/ |
H A D | MemcachedEngine.php | 112 'json' => Memcached::SERIALIZER_JSON,
|
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Storage/Adapter/ |
H A D | Libmemcached.zep | 245 "json" : \Memcached::SERIALIZER_JSON,
|
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Cache/Engine/ |
H A D | MemcachedEngineTest.php | 218 …$this->assertEquals(Memcached::SERIALIZER_JSON, $Memcached->getMemcached()->getOption(Memcached::O…
|
/dports/www/moodle310/moodle/cache/stores/memcached/ |
H A D | lib.php | 587 … $options[Memcached::SERIALIZER_JSON] = get_string('serialiser_json', 'cachestore_memcached');
|
/dports/www/moodle311/moodle/cache/stores/memcached/ |
H A D | lib.php | 587 … $options[Memcached::SERIALIZER_JSON] = get_string('serialiser_json', 'cachestore_memcached');
|
/dports/www/moodle39/moodle/cache/stores/memcached/ |
H A D | lib.php | 587 … $options[Memcached::SERIALIZER_JSON] = get_string('serialiser_json', 'cachestore_memcached');
|
/dports/databases/pecl-redis/redis-5.3.5/tests/ |
H A D | RedisTest.php | 4353 $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 D | README.markdown | 364 $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 D | phpfunctions.php | 79963 const SERIALIZER_JSON = 0; define
|
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/ |
H A D | phpfunctions.php | 79963 const SERIALIZER_JSON = 0; define
|
/dports/devel/kdev-php/kdev-php-21.12.3/ |
H A D | phpfunctions.php | 123646 const SERIALIZER_JSON = 0; define in HRTime\\Memcached
|