Home
last modified time | relevance | path

Searched defs:hexists (Results 1 – 23 of 23) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/IO/Xdmf2/Testing/Cxx/
H A DXdmfTestVTKIO.cxx70 bool hexists = (hdf5file?vtksys::SystemTools::FileExists(hdf5file):true); in DoFilesExist() local
/dports/math/vtk9/VTK-9.1.0/IO/Xdmf2/Testing/Cxx/
H A DXdmfTestVTKIO.cxx71 bool hexists = (hdf5file ? vtksys::SystemTools::FileExists(hdf5file) : true); in DoFilesExist() local
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf2/Testing/Cxx/
H A DXdmfTestVTKIO.cxx70 bool hexists = (hdf5file?vtksys::SystemTools::FileExists(hdf5file):true); in DoFilesExist() local
/dports/devel/p5-MCE-Shared/MCE-Shared-1.874/lib/MCE/Shared/
H A DMinidb.pm567 sub hexists { subroutine
/dports/databases/py-aioredis/aioredis-1.3.1/aioredis/commands/
H A Dhash.py22 def hexists(self, key, field): member in HashCommandsMixin
/dports/devel/p5-Test-Mock-Redis/Test-Mock-Redis-0.22/lib/Test/Mock/
H A DRedis.pm800 sub hexists { subroutine
/dports/databases/p5-Redis/Redis-1.995/
H A DREADME.pod854 =head2 hexists section
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dredismod.py268 def hexists(key, field, host=None, port=None, db=None, password=None): function
/dports/devel/poco/poco-1.10.1-all/Redis/src/
H A DCommand.cpp152 Command Command::hexists(const std::string& hash, const std::string& field) in hexists() function in Poco::Redis::Command
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dredis_cluster.cpp395 bool RedisCluster::hexists(const StringView &key, const StringView &field) { in hexists() function in sw::redis::RedisCluster
H A Dredis.cpp497 bool Redis::hexists(const StringView &key, const StringView &field) { in hexists() function in sw::redis::Redis
H A Dqueued_redis.h642 QueuedRedis& hexists(const StringView &key, const StringView &field) { in hexists() function
H A Dcommand.h640 inline void hexists(Connection &connection, const StringView &key, const StringView &field) { in hexists() function
/dports/devel/poco/poco-1.10.1-all/Redis/testsuite/src/
H A DRedisTest.cpp451 Command hexists = Command::hexists("myhash", "field1"); in testHEXISTS() local
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dqueued_redis.h642 QueuedRedis& hexists(const StringView &key, const StringView &field) { in hexists() function
H A Dcommand.h640 inline void hexists(Connection &connection, const StringView &key, const StringView &field) { in hexists() function
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dqueued_redis.h642 QueuedRedis& hexists(const StringView &key, const StringView &field) { in hexists() function
H A Dcommand.h640 inline void hexists(Connection &connection, const StringView &key, const StringView &field) { in hexists() function
/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_cluster.c1403 PHP_METHOD(RedisCluster, hexists) { in PHP_METHOD() argument
/dports/databases/py-fakeredis/fakeredis-1.7.0/fakeredis/
H A D_server.py1610 def hexists(self, key, field): member in FakeSocket
/dports/databases/py-redis2/redis-py-2.10.6/redis/
H A Dclient.py1957 def hexists(self, name, key): member in StrictRedis
/dports/databases/py-txredisapi/txredisapi-1.4.7/
H A Dtxredisapi.py1450 def hexists(self, key, field): member in BaseRedisProtocol
/dports/databases/py-redis/redis-3.5.3/redis/
H A Dclient.py3004 def hexists(self, name, key): member in Redis