Home
last modified time | relevance | path

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

123

/dports/devel/pear-Horde_Cache/Horde_Cache-2.5.5/lib/Horde/Cache/Storage/
H A DHashtable.php63 $dkey = $this->_getKey($key);
66 $query[] = $lkey = $this->_getKey($key, true);
87 $this->_hash->set($this->_getKey($key), $data, $opts);
88 $this->_hash->set($this->_getKey($key, true), time(), $opts);
103 $this->_getKey($key),
104 $this->_getKey($key, true)
123 protected function _getKey($key, $ts = false) function in Horde_Cache_Storage_Hashtable
/dports/databases/py-txredisapi/txredisapi-1.4.7/tests/
H A Dtest_sortedsets.py38 key = self._getKey()
62 key = self._getKey()
78 key = self._getKey()
110 key = self._getKey()
122 key = self._getKey()
137 key = self._getKey()
222 key = self._getKey()
255 key = self._getKey()
285 key = self._getKey()
302 key = self._getKey()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Cache/
H A DDriver.php91 $key = $this->_getKey($id);
103 $key = $this->_getKey($id);
117 $key = $this->_getKey($id);
131 $key = $this->_getKey($id);
226 protected function _getKey($id) function in Doctrine_Cache_Driver
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Plugin/Crud/Controller/Crud/Listener/
H A DRedirectListener.php121 if (!$this->_getKey($subject, $redirect['reader'], $redirect['key'])) {
151 $url[$key] = $this->_getKey($subject, $value[0], $value[1]);
166 protected function _getKey(CrudSubject $subject, $reader, $key) { function in RedirectListener
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcore/
H A DTrieHash.h17 template <class T, class U> inline h256 trieRootOver(unsigned _itemCount, T const& _getKey, U const… in trieRootOver() argument
21 m[_getKey(i)] = _getValue(i); in trieRootOver()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/core/include/
H A Dhxt_sort.h207 uint ## BASE ## _t (*_getKey)(HXTSORT_TYPE*, const void*)=GET_KEY; /*verify prototype*/\
208 if(0) {_getKey(_copyAr, _userData);} /* this is just to suppress warning... */ \
259 uint ## BASE ## _t (*_getKey)(HXTSORT_TYPE*, const void*)=GET_KEY; /*verify prototype*/\
260 if(0) {_getKey(_copyAr1, _userData);} /* this is just to suppress warning... */ \
315 uint ## BASE ## _t (*_getKey)(HXTSORT_TYPE*, const void*)=GET_KEY; /*verify prototype*/\
316 if(0) {_getKey(_copyAr1, _userData);} /* this is just to suppress warning... */ \
419 uint32_t (*_getKey)(HXTSORT_TYPE*, const void*) = GET_KEY; /* verify prototype */ \
420 if(0) {_getKey(_copyAr1, _userData);} /* this is just to suppress warning... */ \
543 uint64_t (*_getKey)(HXTSORT_TYPE*, const void*) = GET_KEY; /* verify prototype */ \
544 if(0) {_getKey(_copyAr1, _userData);} /* this is just to suppress warning... */ \
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/cookbook/
H A D__init__.py48 key = self._getKey(*args, **kwds)
55 def _getKey(self, *args, **kwds): member in Memoize
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ObjectModel/tests/KeyedCollection/
H A DUtils.cs507 private readonly Func<TValue, TKey> _getKey; field in System.Collections.ObjectModel.Tests.TestKeyedCollection
516 _getKey = getKey; in TestKeyedCollection()
527 _getKey = getKey; in TestKeyedCollection()
532 return _getKey(item); in GetKeyForItem()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/push/
H A DPush.jsm249 let p256dhKey = this._getKey(subscription, "p256dh");
250 let authSecret = this._getKey(subscription, "auth");
257 let appServerKey = this._getKey(subscription, "appServer");
266 _getKey(subscription, name) {
/dports/www/firefox-esr/firefox-91.8.0/dom/push/
H A DPush.jsm254 let p256dhKey = this._getKey(subscription, "p256dh");
255 let authSecret = this._getKey(subscription, "auth");
262 let appServerKey = this._getKey(subscription, "appServer");
271 _getKey(subscription, name) {
/dports/www/firefox/firefox-99.0/dom/push/
H A DPush.jsm268 let p256dhKey = this._getKey(subscription, "p256dh");
269 let authSecret = this._getKey(subscription, "auth");
276 let appServerKey = this._getKey(subscription, "appServer");
285 _getKey(subscription, name) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/push/
H A DPush.jsm254 let p256dhKey = this._getKey(subscription, "p256dh");
255 let authSecret = this._getKey(subscription, "auth");
262 let appServerKey = this._getKey(subscription, "appServer");
271 _getKey(subscription, name) {
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dtransport.py716 def _getKey(self, c, sharedSecret, exchangeHash): member in SSHTransportBase
744 initIVCS = self._getKey('A', sharedSecret, exchangeHash)
745 initIVSC = self._getKey('B', sharedSecret, exchangeHash)
746 encKeyCS = self._getKey('C', sharedSecret, exchangeHash)
747 encKeySC = self._getKey('D', sharedSecret, exchangeHash)
748 integKeyCS = self._getKey('E', sharedSecret, exchangeHash)
749 integKeySC = self._getKey('F', sharedSecret, exchangeHash)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dkeys_collection_manager_sharding.cpp113 return _getKey(forThisTime); in getKeyForSigning()
127 StatusWith<KeysCollectionDocument> KeysCollectionManagerSharding::_getKey( in _getKey() function in mongo::KeysCollectionManagerSharding
H A Dkeys_collection_manager_sharding.h196 StatusWith<KeysCollectionDocument> _getKey(const LogicalTime& forThisTime);
/dports/textproc/p5-RDF-Core/RDF-Core-0.51/lib/RDF/Core/Storage/
H A DMemory.pm78 my $key = $self->_getKey($stmt);
189 sub _getKey { subroutine
H A DDB_File.pm227 my $key = $self->_getKey($stmt);
436 sub _getKey { subroutine
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dtransport.py1162 def _getKey(self, c, sharedSecret, exchangeHash): member in SSHTransportBase
1200 initIVCS = self._getKey(b"A", sharedSecret, exchangeHash)
1201 initIVSC = self._getKey(b"B", sharedSecret, exchangeHash)
1202 encKeyCS = self._getKey(b"C", sharedSecret, exchangeHash)
1203 encKeySC = self._getKey(b"D", sharedSecret, exchangeHash)
1204 integKeyCS = self._getKey(b"E", sharedSecret, exchangeHash)
1205 integKeySC = self._getKey(b"F", sharedSecret, exchangeHash)
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/
H A DSession.php468 $this->_data[self::PRUNE][$this->_getKey($app, $name)]
486 private function _getKey($app, $name) function in Horde_Session
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/romdump_84p_usb/
H A Dromdump.z8036 _getKey = 4972h
77 _getKey = 495Dh
151 bcall(_getKey)
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSKeyValueCoding.m197 name = buf; // _getKey
625 name = buf; // _getKey
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.h1302 getFunc _getKey;
1354 , _getKey(getKeyImpl<T>)
1374 , _getKey(nullptr)
1389 …inline VariantData getCurrentKey() const { return _getKey(&_iterator, _metaType_id_key, _metaType_…
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.h1302 getFunc _getKey;
1354 , _getKey(getKeyImpl<T>)
1374 , _getKey(nullptr)
1389 …inline VariantData getCurrentKey() const { return _getKey(&_iterator, _metaType_id_key, _metaType_…
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.h1302 getFunc _getKey;
1354 , _getKey(getKeyImpl<T>)
1374 , _getKey(nullptr)
1389 …inline VariantData getCurrentKey() const { return _getKey(&_iterator, _metaType_id_key, _metaType_…
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.h1302 getFunc _getKey;
1354 , _getKey(getKeyImpl<T>)
1374 , _getKey(nullptr)
1389 …inline VariantData getCurrentKey() const { return _getKey(&_iterator, _metaType_id_key, _metaType_…

123