Home
last modified time | relevance | path

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

1234

/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dname_tests.cpp819 std::set<valtype> setExpired; in BOOST_AUTO_TEST_CASE() local
820 BOOST_CHECK (view.GetNamesForHeight (100000, setExpired)); in BOOST_AUTO_TEST_CASE()
821 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name1); in BOOST_AUTO_TEST_CASE()
822 BOOST_CHECK (view.GetNamesForHeight (100010, setExpired)); in BOOST_AUTO_TEST_CASE()
823 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
833 BOOST_CHECK (ExpireNames (135999, view, undo1, setExpired)); in BOOST_AUTO_TEST_CASE()
835 BOOST_CHECK (setExpired.empty ()); in BOOST_AUTO_TEST_CASE()
845 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name1); in BOOST_AUTO_TEST_CASE()
854 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
860 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dname_tests.cpp819 std::set<valtype> setExpired; in BOOST_AUTO_TEST_CASE() local
820 BOOST_CHECK (view.GetNamesForHeight (100000, setExpired)); in BOOST_AUTO_TEST_CASE()
821 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name1); in BOOST_AUTO_TEST_CASE()
822 BOOST_CHECK (view.GetNamesForHeight (100010, setExpired)); in BOOST_AUTO_TEST_CASE()
823 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
833 BOOST_CHECK (ExpireNames (135999, view, undo1, setExpired)); in BOOST_AUTO_TEST_CASE()
835 BOOST_CHECK (setExpired.empty ()); in BOOST_AUTO_TEST_CASE()
845 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name1); in BOOST_AUTO_TEST_CASE()
854 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
860 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dname_tests.cpp819 std::set<valtype> setExpired; in BOOST_AUTO_TEST_CASE() local
820 BOOST_CHECK (view.GetNamesForHeight (100000, setExpired)); in BOOST_AUTO_TEST_CASE()
821 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name1); in BOOST_AUTO_TEST_CASE()
822 BOOST_CHECK (view.GetNamesForHeight (100010, setExpired)); in BOOST_AUTO_TEST_CASE()
823 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
833 BOOST_CHECK (ExpireNames (135999, view, undo1, setExpired)); in BOOST_AUTO_TEST_CASE()
835 BOOST_CHECK (setExpired.empty ()); in BOOST_AUTO_TEST_CASE()
845 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name1); in BOOST_AUTO_TEST_CASE()
854 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
860 BOOST_CHECK (setExpired.size () == 1 && *setExpired.begin () == name2); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/opendht/opendht-1.10.1/src/
H A Dnode_cache.cpp28 cache_4.setExpired(); in ~NodeCache()
29 cache_6.setExpired(); in ~NodeCache()
138 NodeCache::NodeMap::setExpired() { in setExpired() function in dht::NodeCache::NodeMap
141 n->setExpired(); in setExpired()
H A Dnode.cpp91 e.first->second->setExpired(); in requested()
127 Node::setExpired() in setExpired() function in dht::Node
131 r.second->setExpired(); in setExpired()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dnode_cache.cpp28 cache_4.setExpired(); in ~NodeCache()
29 cache_6.setExpired(); in ~NodeCache()
138 NodeCache::NodeMap::setExpired() { in setExpired() function in dht::NodeCache::NodeMap
141 n->setExpired(); in setExpired()
H A Dnode.cpp91 e.first->second->setExpired(); in requested()
127 Node::setExpired() in setExpired() function in dht::Node
131 r.second->setExpired(); in setExpired()
/dports/www/ilias/ILIAS-5.4.25/Services/Authentication/classes/
H A Dclass.ilAuthSession.php139 $this->setExpired(false);
158 public function setExpired($a_status) function in ilAuthSession
194 $this->setExpired(true);
/dports/www/ilias6/ILIAS-6.14/Services/Authentication/classes/
H A Dclass.ilAuthSession.php141 $this->setExpired(false);
160 public function setExpired($a_status) function in ilAuthSession
196 $this->setExpired(true);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/voku/simple-cache/src/voku/cache/
H A DAdapterFileAbstract.php183 return $this->setExpired($key, $value);
189 abstract public function setExpired(string $key, $value, int $ttl = 0): bool; function in voku\\cache\\AdapterFileAbstract
H A DiAdapter.php40 public function setExpired(string $key, $value, int $ttl): bool; function
H A DAdapterXcache.php84 public function setExpired(string $key, $value, int $ttl = 0): bool function in voku\\cache\\AdapterXcache
H A DAdapterFileSimple.php75 public function setExpired(string $key, $value, int $ttl = 0): bool function in voku\\cache\\AdapterFileSimple
H A DAdapterPredis.php94 public function setExpired(string $key, $value, int $ttl = 0): bool function in voku\\cache\\AdapterPredis
H A DAdapterApcu.php150 public function setExpired(string $key, $data, int $ttl = 0): bool function in voku\\cache\\AdapterApcu
H A DAdapterApc.php155 public function setExpired(string $key, $data, int $ttl = 0): bool function in voku\\cache\\AdapterApc
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DShotStrategy.cxx74 void ShotStrategy::setExpired() const in setExpired() function in ShotStrategy
76 path->setExpired(); in setExpired()
H A DShotPath.cxx129 if (expiring) setExpired(); in updateShot()
158 void ShotPath::setExpired() in setExpired() function in ShotPath
H A DShotStrategy.h68 void setExpired() const;
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DShotStrategy.cxx74 void ShotStrategy::setExpired() const in setExpired() function in ShotStrategy
76 path->setExpired(); in setExpired()
H A DShotPath.cxx129 if (expiring) setExpired(); in updateShot()
158 void ShotPath::setExpired() in setExpired() function in ShotPath
H A DShotStrategy.h68 void setExpired() const;
/dports/devel/opendht/opendht-1.10.1/include/opendht/
H A Dnode.h76 setExpired(); in authError()
108 void setExpired();
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/
H A Dnode.h76 setExpired(); in authError()
108 void setExpired();
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dabstractnotificationsmodel.cpp97 newNotification.setExpired(oldNotification.expired()); in onNotificationReplaced()
120 notification.setExpired(true); in onNotificationRemoved()
381 notification.setExpired(value.toBool()); in setData()

1234