Home
last modified time | relevance | path

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

12345678910>>...217

/dports/games/gtkradiant/GPL/GtkRadiant/setup/win32/template/Text Substitutions/
H A DSetup.tsb3 KeyType=4
7 KeyType=4
11 KeyType=4
15 KeyType=4
19 KeyType=4
23 KeyType=4
27 KeyType=4
81 KeyType=4
89 KeyType=4
93 KeyType=4
[all …]
/dports/net/osrtspproxy/osrtspproxy_2_0/libapp/
H A DAvl.h46 static KeyType*
47 Search( const KeyType& key, AvlNode<KeyType>* root ) in Search()
60 Insert( const KeyType& item, AvlNode<KeyType>*& root ) in Insert()
129 KeyType* Search( const KeyType& key ) const in Search()
131 KeyType* Insert( const KeyType& item ) in Insert()
133 KeyType* Delete( const KeyType& key ) in Delete()
232 AvlNode<KeyType>::ReBalance( AvlNode<KeyType>*& root ) { in ReBalance()
287 KeyType*
288 AvlNode<KeyType>::Insert( const KeyType& item, AvlNode<KeyType>*& root, int& change ) in Insert()
325 KeyType*
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsUtils/
H A DgsKDTree.h145 KeyType point;
203 gsKDTree<KeyType, ValueType>::deepcopyTree(typename gsKDTree<KeyType, ValueType>::Node* root) in deepcopyTree() argument
242 gsKDTree<KeyType, ValueType>::gsKDTree(std::vector<std::pair<KeyType, ValueType> >& data) in gsKDTree() argument
256 gsKDTree<KeyType, ValueType>& gsKDTree<KeyType, ValueType>::operator=(const gsKDTree& rhs)
325 bool gsKDTree<KeyType, ValueType>::contains(const KeyType& key) const in contains()
332 void gsKDTree<KeyType, ValueType>::insert(const KeyType& key, const ValueType& value) in insert()
355 const ValueType& gsKDTree<KeyType, ValueType>::at(const KeyType& key) const in at()
366 ValueType& gsKDTree<KeyType, ValueType>::at(const KeyType& key) in at()
373 ValueType& gsKDTree<KeyType, ValueType>::operator[](const KeyType& key)
446 ValueType gsKDTree<KeyType, ValueType>::kNNValue(const KeyType& key, std::size_t k) const in kNNValue()
[all …]
/dports/security/acmed/acmed-0.18.0/acme_common/src/crypto/
H A Dkey_type.rs7 pub enum KeyType { enum
19 impl KeyType { impl
22 KeyType::Rsa2048 | KeyType::Rsa4096 => JwsSignatureAlgorithm::Rs256, in get_default_signature_alg()
35 KeyType::Rsa2048 | KeyType::Rsa4096 => *alg == JwsSignatureAlgorithm::Rs256, in check_alg_compatibility()
36 KeyType::EcdsaP256 | KeyType::EcdsaP384 | KeyType::EcdsaP521 => { in check_alg_compatibility()
70 impl FromStr for KeyType { implementation
83 "ed448" => Ok(KeyType::Ed448), in from_str()
89 impl fmt::Display for KeyType { implementation
92 KeyType::Rsa2048 => "rsa2048", in fmt()
93 KeyType::Rsa4096 => "rsa4096", in fmt()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fides/vtkfides/fides/
H A DKeys.cxx17 KeyType NUMBER_OF_BLOCKS() in NUMBER_OF_BLOCKS()
22 KeyType NUMBER_OF_STEPS() in NUMBER_OF_STEPS()
27 KeyType BLOCK_SELECTION() in BLOCK_SELECTION()
32 KeyType FIELDS() in FIELDS()
37 KeyType STEP_SELECTION() in STEP_SELECTION()
42 KeyType PLANE_SELECTION() in PLANE_SELECTION()
47 KeyType READ_AS_MULTIBLOCK() in READ_AS_MULTIBLOCK()
54 KeyType PLANE_INSERTION() in PLANE_INSERTION()
59 KeyType ADD_R_FIELD() in ADD_R_FIELD()
64 KeyType ADD_PHI_FIELD() in ADD_PHI_FIELD()
[all …]
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/BonjourTop/source/
H A DLLRBTree.h57 KeyType m_Key;
118 CRBNode<KeyType>* CRBNode<KeyType>::RotateNodeLeft() in RotateNodeLeft()
131 CRBNode<KeyType>* CRBNode<KeyType>::RotateNodeRight() in RotateNodeRight()
167 CRBNode<KeyType>* CRBNode<KeyType>::Fixup() in Fixup()
185 CRBNode<KeyType>* CRBNode<KeyType>::MoveRedLeft() in MoveRedLeft()
201 CRBNode<KeyType>* CRBNode<KeyType>::MoveRedRight() in MoveRedRight()
263 CRBNode<KeyType>* CRBNode<KeyType>::GetMinNode() in GetMinNode()
272 CRBNode<KeyType>* CRBNode<KeyType>::GetMaxNode() in GetMaxNode()
306 NodeType* CLLRBTree<KeyType,NodeType>::Find(KeyType* pKey) in Find()
332 NodeType* CLLRBTree<KeyType,NodeType>::AddRecord(KeyType* pKey) in AddRecord()
[all …]
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dinputhandler.cpp28 key[KeyType::ESC] = EscapeKey; in populate_nonchanging()
35 key[KeyType::LEFT] = getKeySetting("keymap_left"); in populate()
36 key[KeyType::RIGHT] = getKeySetting("keymap_right"); in populate()
37 key[KeyType::JUMP] = getKeySetting("keymap_jump"); in populate()
40 key[KeyType::DIG] = getKeySetting("keymap_dig"); in populate()
45 key[KeyType::DROP] = getKeySetting("keymap_drop"); in populate()
47 key[KeyType::CHAT] = getKeySetting("keymap_chat"); in populate()
48 key[KeyType::CMD] = getKeySetting("keymap_cmd"); in populate()
58 key[KeyType::MUTE] = getKeySetting("keymap_mute"); in populate()
70 key[KeyType::INCREASE_VIEWING_RANGE] = in populate()
[all …]
H A Djoystick_controller.cpp66 JLO_B_PB(KeyType::ESC, 1 << 6, 1 << 6); in create_default_layout()
73 JLO_B_PB(KeyType::SNEAK, sb | 1 << 2, 1 << 2); in create_default_layout()
77 JLO_B_PB(KeyType::DIG, fb | 1 << 4, 1 << 4); in create_default_layout()
78 JLO_B_PB(KeyType::PLACE, fb | 1 << 5, 1 << 5); in create_default_layout()
81 JLO_B_PB(KeyType::JUMP, bm | 1 << 0, 1 << 0); in create_default_layout()
82 JLO_B_PB(KeyType::SPECIAL1, bm | 1 << 1, 1 << 1); in create_default_layout()
96 JLO_A_PB(KeyType::FORWARD, 1, 1, jlo.axes_deadzone); in create_default_layout()
97 JLO_A_PB(KeyType::BACKWARD, 1, -1, jlo.axes_deadzone); in create_default_layout()
98 JLO_A_PB(KeyType::LEFT, 0, 1, jlo.axes_deadzone); in create_default_layout()
99 JLO_A_PB(KeyType::RIGHT, 0, -1, jlo.axes_deadzone); in create_default_layout()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/lib/abacus/
H A Dhash.h40 template <class KeyType, class ItemType>
42 template <class KeyType, class ItemType>
45 template <class KeyType, class ItemType>
48 template <class KeyType, class ItemType>
56 template <class KeyType, class ItemType>
78 AbaHashItem<KeyType, ItemType> *next();
84 KeyType key_;
86 AbaHashItem<KeyType, ItemType> *next_;
195 ItemType *find(const KeyType &key);
243 ItemType *next(const KeyType &key);
[all …]
H A Dhash.inc36 const KeyType &key,
52 inline AbaHashItem<KeyType, ItemType> * AbaHashItem<KeyType,
112 const KeyType &key,
115 AbaHashItem<KeyType, ItemType> *h = new AbaHashItem<KeyType, ItemType>(key, item);
126 const KeyType &key,
154 const ItemType * AbaHash<KeyType, ItemType>::find(const KeyType &key) const
168 ItemType * AbaHash<KeyType, ItemType>::find(const KeyType &key)
198 ItemType *AbaHash<KeyType, ItemType>::initializeIteration(const KeyType &key)
220 ItemType *AbaHash<KeyType, ItemType>::next(const KeyType &key)
233 const ItemType *AbaHash<KeyType, ItemType>::next(const KeyType &key) const
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/utilities/include/inline/
H A Dkeyed_registry.hpp.inl96 template<typename KeyType, typename ValueType>
139 const KeyType& key,
149 const KeyType& key
158 const KeyType& value
169 keyed_registry<KeyType, ValueType>::find(
170 const KeyType& key
178 keyed_registry<KeyType, ValueType>::find(
179 const KeyType& key
186 const keyed_registry<KeyType, ValueType>&
199 keyed_registry<KeyType, ValueType>::merge(
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDS_BPlusTree.h50 KeyType keys[order];
69 KeyType key1;
70 KeyType key2;
109 Page<KeyType, DataType, order>* GetLeafFromKey(const KeyType key) const;
137 bool BPlusTree<KeyType, DataType, order>::Get(const KeyType key, DataType &out) const in Get()
171 bool BPlusTree<KeyType, DataType, order>::Delete(const KeyType key) in Delete()
177 bool BPlusTree<KeyType, DataType, order>::Delete(const KeyType key, DataType &out) in Delete()
217 …ol BPlusTree<KeyType, DataType, order>::FindDeleteRebalance(const KeyType key, Page<KeyType, DataT… in FindDeleteRebalance() argument
699 …Page<KeyType, DataType, order>* BPlusTree<KeyType, DataType, order>::GetLeafFromKey(const KeyType in GetLeafFromKey()
846 KeyType newKey; in Insert()
[all …]
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/
H A Ddefaults.py21 KeyType.AES: Mechanism.AES_KEY_GEN,
22 KeyType.DES2: Mechanism.DES2_KEY_GEN,
23 KeyType.DES3: Mechanism.DES3_KEY_GEN,
43 KeyType.DH: MechanismFlag.DERIVE,
44 KeyType.DSA: _SIGNING,
47 KeyType.GENERIC_SECRET: 0,
48 KeyType.EC_EDWARDS: _SIGNING,
65 KeyType.AES: Mechanism.AES_MAC,
66 KeyType.DES2: Mechanism.DES3_MAC,
67 KeyType.DES3: Mechanism.DES3_MAC,
[all …]
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/test/unittests/shared/
H A DSerialKeyTypeTests.cpp26 SerialKeyType KeyType; in TEST() local
27 EXPECT_EQ(false, KeyType.isTrial()); in TEST()
34 SerialKeyType KeyType; in TEST() local
35 KeyType.setKeyType("trial"); in TEST()
36 EXPECT_EQ(true, KeyType.isTrial()); in TEST()
43 SerialKeyType KeyType; in TEST() local
44 KeyType.setKeyType("subscription"); in TEST()
45 EXPECT_EQ(false, KeyType.isTrial()); in TEST()
52 SerialKeyType KeyType; in TEST() local
53 KeyType.setKeyType(""); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/storage/
H A Dmetadata.h32 F(benchmark_description, KeyType::kSingle, Variadic::kString), \
33 F(benchmark_name, KeyType::kSingle, Variadic::kString), \
34 F(benchmark_start_time_us, KeyType::kSingle, Variadic::kInt), \
35 F(benchmark_had_failures, KeyType::kSingle, Variadic::kInt), \
36 F(benchmark_label, KeyType::kSingle, Variadic::kString), \
37 F(benchmark_story_name, KeyType::kSingle, Variadic::kString), \
38 F(benchmark_story_run_index, KeyType::kSingle, Variadic::kInt), \
39 F(benchmark_story_run_time_us, KeyType::kSingle, Variadic::kInt), \
53 F(trace_config_pbtxt, KeyType::kSingle, Variadic::kString)
67 enum class KeyType : size_t { enum
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwa/
H A Dkey_type_gen.go14 type KeyType string type
18 EC KeyType = "EC" // Elliptic Curve
19 InvalidKeyType KeyType = "" // Invalid KeyType
22 RSA KeyType = "RSA" // RSA
25 var allKeyTypes = map[KeyType]struct{}{
33 var listKeyType []KeyType
36 func KeyTypes() []KeyType {
52 var tmp KeyType
53 if x, ok := value.(KeyType); ok {
65 tmp = KeyType(s)
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwa/
H A Dkey_type_gen.go14 type KeyType string type
18 EC KeyType = "EC" // Elliptic Curve
19 InvalidKeyType KeyType = "" // Invalid KeyType
22 RSA KeyType = "RSA" // RSA
25 var allKeyTypes = map[KeyType]struct{}{
33 var listKeyType []KeyType
36 func KeyTypes() []KeyType {
52 var tmp KeyType
53 if x, ok := value.(KeyType); ok {
65 tmp = KeyType(s)
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DRangeMap.hpp40 typedef KeyType key_type;
44 KeyType begin, count;
70 insert( KeyType first_key, ValType first_val, KeyType count );
92 inline bool intersects( KeyType start, KeyType count ) const;
95 inline iterator erase( KeyType beg, KeyType count );
136 RangeMap<KeyType,ValType,NullVal>::insert( KeyType first_key, ValType first_val, KeyType count ) in insert()
229 ValType RangeMap<KeyType,ValType,NullVal>::find( KeyType key ) const in find()
240 bool RangeMap<KeyType,ValType,NullVal>::find( KeyType key, ValType& val ) const in find()
254 bool RangeMap<KeyType,ValType,NullVal>::exists( KeyType key ) const in exists()
262 bool RangeMap<KeyType,ValType,NullVal>::intersects( KeyType start, KeyType count ) const in intersects()
[all …]
/dports/sysutils/py-pywatchman/watchman-4.9.0/thirdparty/libart/src/
H A Dart-inl.h49 template <typename ValueType, typename KeyType> in main()
71 template <typename ValueType, typename KeyType>
528 art_tree<ValueType, KeyType>::~art_tree() {
575 bool art_tree<ValueType, KeyType>::Leaf::matches(const KeyType& key) const {
628 art_tree<ValueType, KeyType>::longestMatch(
669 ValueType* art_tree<ValueType, KeyType>::search(const KeyType& key) const {
777 art_tree<ValueType, KeyType>::Leaf::Leaf(const KeyType& key, Args&&... args)
830 const KeyType& key,
952 void art_tree<ValueType, KeyType>::insert(const KeyType& key, Args&&... args) {
1020 art_tree<ValueType, KeyType>::erase(
[all …]
/dports/mail/spamprobe/spamprobe-1.4d/src/includes/
H A DLRUCache.h53 KeyType key;
103 const KeyType &key() in key()
136 bool get(const KeyType &key,
139 void put(const KeyType &key,
159 void unlock(const KeyType &key) in unlock()
164 void lock(const KeyType &key) in lock()
223 bool LRUCache<KeyType, ValueType>::get(const KeyType &key, in get()
242 void LRUCache<KeyType, ValueType>::put(const KeyType &key, in put()
279 typename LRUCache<KeyType, ValueType>::iterator LRUCache<KeyType, ValueType>::find(const KeyType &k… in find()
287 void LRUCache<KeyType, ValueType>::addNewNode(const KeyType &key, in addNewNode()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DWeakGCMap.h37 template<typename KeyType, typename MappedType>
53 MappedType get(const KeyType& key) const;
55 MappedType take(const KeyType& key);
71 HashMap<KeyType, MappedType> m_map;
74 template<typename KeyType, typename MappedType>
75 inline MappedType WeakGCMap<KeyType, MappedType>::get(const KeyType& key) const in get()
85 template<typename KeyType, typename MappedType>
86 MappedType WeakGCMap<KeyType, MappedType>::take(const KeyType& key) in take()
96 template<typename KeyType, typename MappedType>
97 pair<typename HashMap<KeyType, MappedType>::iterator, bool> WeakGCMap<KeyType, MappedType>::set(con… in set()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DWeakGCMap.h37 template<typename KeyType, typename MappedType>
53 MappedType get(const KeyType& key) const;
55 MappedType take(const KeyType& key);
71 HashMap<KeyType, MappedType> m_map;
74 template<typename KeyType, typename MappedType>
75 inline MappedType WeakGCMap<KeyType, MappedType>::get(const KeyType& key) const in get()
85 template<typename KeyType, typename MappedType>
86 MappedType WeakGCMap<KeyType, MappedType>::take(const KeyType& key) in take()
96 template<typename KeyType, typename MappedType>
97 pair<typename HashMap<KeyType, MappedType>::iterator, bool> WeakGCMap<KeyType, MappedType>::set(con… in set()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DWeakGCMap.h37 template<typename KeyType, typename MappedType>
53 MappedType get(const KeyType& key) const;
55 MappedType take(const KeyType& key);
71 HashMap<KeyType, MappedType> m_map;
74 template<typename KeyType, typename MappedType>
75 inline MappedType WeakGCMap<KeyType, MappedType>::get(const KeyType& key) const in get()
85 template<typename KeyType, typename MappedType>
86 MappedType WeakGCMap<KeyType, MappedType>::take(const KeyType& key) in take()
96 template<typename KeyType, typename MappedType>
97 pair<typename HashMap<KeyType, MappedType>::iterator, bool> WeakGCMap<KeyType, MappedType>::set(con… in set()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/storage/
H A Dmetadata.h32 F(benchmark_description, KeyType::kSingle, Variadic::kString), \
33 F(benchmark_name, KeyType::kSingle, Variadic::kString), \
34 F(benchmark_start_time_us, KeyType::kSingle, Variadic::kInt), \
35 F(benchmark_had_failures, KeyType::kSingle, Variadic::kInt), \
36 F(benchmark_label, KeyType::kSingle, Variadic::kString), \
37 F(benchmark_story_name, KeyType::kSingle, Variadic::kString), \
38 F(benchmark_story_run_index, KeyType::kSingle, Variadic::kInt), \
39 F(benchmark_story_run_time_us, KeyType::kSingle, Variadic::kInt), \
49 F(trace_size_bytes, KeyType::kSingle, Variadic::kInt)
63 enum class KeyType : size_t { enum
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-0.3.4/src/os/macos/
H A Ditem.rs14 pub struct KeyType(CFStringRef);
17 impl KeyType {
18 pub fn rsa() -> KeyType {
19 unsafe { KeyType(kSecAttrKeyTypeRSA) }
22 pub fn dsa() -> KeyType {
26 pub fn aes() -> KeyType {
30 pub fn des() -> KeyType {
34 pub fn triple_des() -> KeyType {
38 pub fn rc4() -> KeyType {
42 pub fn cast() -> KeyType {
[all …]

12345678910>>...217