Home
last modified time | relevance | path

Searched defs:key (Results 51 – 75 of 30639) sorted by relevance

12345678910>>...1226

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DDefaultPropertyAccess.java37 public int getInt(final Object key, final int programPoint) { in getInt()
47 public int getInt(final int key, final int programPoint) { in getInt()
67 public abstract Object get(Object key); in get()
70 public Object get(final double key) { in get()
75 public Object get(final int key) { in get()
123 public abstract boolean has(Object key); in has()
126 public boolean has(final int key) { in has()
131 public boolean has(final double key) { in has()
136 public boolean hasOwnProperty(final int key) { in hasOwnProperty()
141 public boolean hasOwnProperty(final double key) { in hasOwnProperty()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DDefaultPropertyAccess.java37 public int getInt(final Object key, final int programPoint) { in getInt()
47 public int getInt(final int key, final int programPoint) { in getInt()
67 public abstract Object get(Object key); in get()
70 public Object get(final double key) { in get()
75 public Object get(final int key) { in get()
123 public abstract boolean has(Object key); in has()
126 public boolean has(final int key) { in has()
131 public boolean has(final double key) { in has()
136 public boolean hasOwnProperty(final int key) { in hasOwnProperty()
141 public boolean hasOwnProperty(final double key) { in hasOwnProperty()
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/watcher/server/models/watch/threshold_watch/data_samples/
H A Dcount_terms.json20 "key": "jpg", string
26 "key": 1498366800000, number
31 "key": 1498410000000, number
36 "key": 1498453200000, number
41 "key": 1498496400000, number
143 "key": "css", string
266 "key": "png", string
272 "key": 1498366800000, number
277 "key": 1498410000000, number
282 "key": 1498453200000, number
[all …]
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/x-pack/plugins/watcher/server/models/watch/threshold_watch/data_samples/
H A Dcount_terms.json20 "key": "jpg", string
26 "key": 1498366800000, number
31 "key": 1498410000000, number
36 "key": 1498453200000, number
41 "key": 1498496400000, number
143 "key": "css", string
266 "key": "png", string
272 "key": 1498366800000, number
277 "key": 1498410000000, number
282 "key": 1498453200000, number
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_helpers.h50 #define CMD2_A_FUNCTION(key, function, slot, parm, doc) \ argument
54 #define CMD2_A_FUNCTION_PRIVATE(key, function, slot, parm, doc) \ argument
58 #define CMD2_ANY(key, slot) CMD2_A_FUNCTION(key, command_base_call<rpc::target_type>, slot… argument
74 #define CMD2_DL(key, slot) CMD2_A_FUNCTION(key, command_base_call<core::Download*>, slot,… argument
85 #define CMD2_FILE(key, slot) CMD2_A_FUNCTION(key, command_base_call<torrent::File*>, slot, … argument
99 #define CMD2_VAR_BOOL(key, value) \ argument
106 #define CMD2_VAR_VALUE(key, value) \ argument
113 #define CMD2_VAR_STRING(key, value) \ argument
121 #define CMD2_VAR_C_STRING(key, value) \ argument
126 #define CMD2_VAR_LIST(key) \ argument
[all …]
/dports/audio/cantata/cantata-2.4.2/support/
H A Dconfiguration.h42 …QString get(const QString &key, const QString &def) { return contains(key) ? value(key).t… in get()
43 …QStringList get(const QString &key, const QStringList &def) { return contains(key) ? value(key).t… in get()
44 …bool get(const QString &key, bool def) { return contains(key) ? value(key).t… in get()
45 …int get(const QString &key, int def) { return contains(key) ? value(key).t… in get()
46 …unsigned int get(const QString &key, unsigned int def) { return contains(key) ? value(key).t… in get()
48 …QSize get(const QString &key, const QSize &def) { return contains(key) ? value(key).t… in get()
49 …QDateTime get(const QString &key, const QDateTime &def) { return contains(key) ? value(key).t… in get()
61 bool hasEntry(const QString &key) { return contains(key); } in hasEntry()
62 void removeEntry(const QString &key) { remove(key); } in removeEntry()
65 …void setFilePath(const QString &key, const QString &val) { return set(key, Utils::homeToTi… in setFilePath()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/utils/src/script/
H A Dscript_read.h112 bool DoesVariableExist(int32_t key) { in DoesVariableExist()
120 bool DoesNumberExist(int32_t key) { in DoesNumberExist()
124 bool DoesBoolExist(const std::string &key) { in DoesBoolExist()
128 bool DoesBoolExist(int32_t key) { in DoesBoolExist()
132 bool DoesIntExist(const std::string &key) { in DoesIntExist()
136 bool DoesIntExist(int32_t key) { in DoesIntExist()
144 bool DoesUIntExist(int32_t key) { in DoesUIntExist()
152 bool DoesFloatExist(int32_t key) { in DoesFloatExist()
160 bool DoesStringExist(int32_t key) { in DoesStringExist()
168 bool DoesFunctionExist(int32_t key) { in DoesFunctionExist()
[all …]
/dports/devel/nini/Nini/Source/Config/
H A DIConfig.cs28 bool Contains (string key); in Contains()
31 string Get (string key); in Get()
37 string GetExpanded (string key); in GetExpanded()
40 string GetString (string key); in GetString()
46 int GetInt (string key); in GetInt()
58 long GetLong (string key); in GetLong()
64 bool GetBoolean (string key); in GetBoolean()
70 float GetFloat (string key); in GetFloat()
76 double GetDouble (string key); in GetDouble()
88 void Set (string key, object value); in Set()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vmisc/
H A Dvmodifierkey.cpp33 VModifierKey::VModifierKey(int key) in VModifierKey()
50 VModifierKey::VModifierKey(Qt::Key key) in VModifierKey()
59 static const VModifierKey key(Qt::AltModifier); in Alt() local
66 static const VModifierKey key(Qt::ControlModifier); in Control() local
80 static const VModifierKey key(Qt::MetaModifier); in Meta() local
87 static const VModifierKey key(Qt::ShiftModifier); in Shift() local
94 static const VModifierKey key(Qt::Key_Space); in Space() local
101 static const VModifierKey key(Qt::Key_Return); in ReturnKey() local
108 static const VModifierKey key(Qt::Key_Enter); in EnterKey() local
115 static const VModifierKey key(Qt::Key_Backspace); in Backspace() local
[all …]
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/file/
H A Dfileindexerconfigtest.cpp94 for (const auto& key : indexed) { in testShouldFolderBeIndexed_data() local
99 for (const auto& key : excluded) { in testShouldFolderBeIndexed_data() local
153 for (const auto& key : indexed) { in testShouldFolderBeIndexedHidden_data() local
158 for (const auto& key : excluded) { in testShouldFolderBeIndexedHidden_data() local
231 for (const auto& key : indexed) { in testShouldBeIndexed_data() local
236 for (const auto& key : indexedFilenames) { in testShouldBeIndexed_data() local
240 for (const auto& key : excluded) { in testShouldBeIndexed_data() local
318 for (const auto& key : indexed) { in testShouldBeIndexedHidden_data() local
327 for (const auto& key : excluded) { in testShouldBeIndexedHidden_data() local
392 for (const auto& key : indexed) { in testShouldExcludeFilterOnFolders_data() local
[all …]
/dports/devel/flexdock/flexdock-1.2.4/src/java/core/org/flexdock/util/
H A DTypedHashtable.java88 public void put(Object key, byte value) { in put()
118 public void put(Object key, int value) { in put()
133 public void put(Object key, long value) { in put()
375 public String getString(Object key) { in getString()
409 public Byte getByte(Object key) { in getByte()
426 public Short getShort(Object key) { in getShort()
443 public Integer getInt(Object key) { in getInt()
460 public Long getLong(Object key) { in getLong()
477 public Float getFloat(Object key) { in getFloat()
494 public Double getDouble(Object key) { in getDouble()
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/engine/script/
H A Dscript_modify.h72 void ModifyBool(const std::string& key, bool value) in ModifyBool()
75 void ModifyBool(int32 key, bool value) in ModifyBool()
78 void ModifyInt(const std::string& key, int32 value) in ModifyInt()
81 void ModifyInt(int32 key, int32 value) in ModifyInt()
87 void ModifyUInt(int32 key, uint32 value) in ModifyUInt()
93 void ModifyFloat(int32 key, float value) in ModifyFloat()
113 void AddNewBool(const std::string& key, bool value) in AddNewBool()
116 void AddNewBool(int32 key, bool value) in AddNewBool()
122 void AddNewInt(int32 key, int32 value) in AddNewInt()
128 void AddNewUInt(int32 key, uint32 value) in AddNewUInt()
[all …]
/dports/dns/knot3/knot-3.1.5/src/libdnssec/key/
H A Dkey.c59 dnssec_key_t *key = calloc(1, sizeof(*key)); in dnssec_key_new() local
78 static void key_free_internals(dnssec_key_t *key) in key_free_internals()
93 void dnssec_key_clear(dnssec_key_t *key) in dnssec_key_clear()
115 void dnssec_key_free(dnssec_key_t *key) in dnssec_key_free()
128 dnssec_key_t *dnssec_key_dup(const dnssec_key_t *key) in dnssec_key_dup()
183 uint16_t dnssec_key_get_flags(const dnssec_key_t *key) in dnssec_key_get_flags()
209 uint8_t dnssec_key_get_protocol(const dnssec_key_t *key) in dnssec_key_get_protocol()
237 uint16_t dnssec_key_get_keytag(const dnssec_key_t *key) in dnssec_key_get_keytag()
343 unsigned dnssec_key_get_size(const dnssec_key_t *key) in dnssec_key_get_size()
430 bool dnssec_key_can_sign(const dnssec_key_t *key) in dnssec_key_can_sign()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/libdnssec/key/
H A Dkey.c59 dnssec_key_t *key = calloc(1, sizeof(*key)); in dnssec_key_new() local
78 static void key_free_internals(dnssec_key_t *key) in key_free_internals()
93 void dnssec_key_clear(dnssec_key_t *key) in dnssec_key_clear()
115 void dnssec_key_free(dnssec_key_t *key) in dnssec_key_free()
128 dnssec_key_t *dnssec_key_dup(const dnssec_key_t *key) in dnssec_key_dup()
183 uint16_t dnssec_key_get_flags(const dnssec_key_t *key) in dnssec_key_get_flags()
209 uint8_t dnssec_key_get_protocol(const dnssec_key_t *key) in dnssec_key_get_protocol()
237 uint16_t dnssec_key_get_keytag(const dnssec_key_t *key) in dnssec_key_get_keytag()
343 unsigned dnssec_key_get_size(const dnssec_key_t *key) in dnssec_key_get_size()
430 bool dnssec_key_can_sign(const dnssec_key_t *key) in dnssec_key_can_sign()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-sdl/
H A Dsdlkeys_dik.c29 static int kc_dik_decode (int key) in kc_dik_decode()
149 static int decode_dik_fr (int key) in decode_dik_fr()
178 static int decode_dik_us (int key) in decode_dik_us()
205 static int decode_dik_de (int key) in decode_dik_de()
239 static int decode_dik_dk (int key) in decode_dik_dk()
266 static int decode_dik_se (int key) in decode_dik_se()
297 static int decode_dik_it (int key) in decode_dik_it()
327 static int decode_dik_es (int key) in decode_dik_es()
356 static int decode_dik_fi (int key) in decode_dik_fi()
395 static int decode_dik_tr (int key) in decode_dik_tr()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/utilib/
H A Dhash_fn.h84 size_type hash_fn(const T& key, size_type table_size) in hash_fn()
89 inline size_type hash_fn(const BasicArray<T>& key, size_type table_size) in hash_fn()
94 size_type hash_fn(const ValuedContainer<V,T>& key, size_type table_size) in hash_fn()
107 inline size_type hash_fn(const CharString& key, size_type table_size) in hash_fn()
114 inline size_type hash_fn(const std::string& key, size_type table_size) in hash_fn()
120 inline size_type hash_fn2(const int& key, size_type table_size) in hash_fn2()
124 inline size_type hash_fn(const int& key, size_type table_size) in hash_fn()
129 inline size_type hash_fn(const long int& key, size_type table_size) in hash_fn()
135 inline size_type hash_fn2(const double& key, size_type table_size) in hash_fn2()
139 inline size_type hash_fn(const double& key, size_type table_size) in hash_fn()
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/JSONStream/test/fixtures/
H A Dall_npm.json2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string
3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string
5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string
8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string
10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string
15 {"id":"CM1","key":"CM1","value":{"rev":"15-a325a2dc28bc6967a1a14beed86f3b80"}}, string
33 {"id":"F","key":"F","value":{"rev":"12-91a3db69527b46cf43e36b7ec64a4336"}}, string
60 {"id":"JSV","key":"JSV","value":{"rev":"3-41a7af86909046111be8ee9b56b077c8"}}, string
69 {"id":"Mu","key":"Mu","value":{"rev":"7-28e6ab82c402c3a75fe0f79dea846b97"}}, string
70 {"id":"N","key":"N","value":{"rev":"7-e265046b5bdd299b2cad1584083ce2d5"}}, string
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/JSONStream/test/fixtures/
H A Dall_npm.json2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string
3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string
5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string
8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string
10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string
15 {"id":"CM1","key":"CM1","value":{"rev":"15-a325a2dc28bc6967a1a14beed86f3b80"}}, string
33 {"id":"F","key":"F","value":{"rev":"12-91a3db69527b46cf43e36b7ec64a4336"}}, string
60 {"id":"JSV","key":"JSV","value":{"rev":"3-41a7af86909046111be8ee9b56b077c8"}}, string
69 {"id":"Mu","key":"Mu","value":{"rev":"7-28e6ab82c402c3a75fe0f79dea846b97"}}, string
70 {"id":"N","key":"N","value":{"rev":"7-e265046b5bdd299b2cad1584083ce2d5"}}, string
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/JSONStream/test/fixtures/
H A Dall_npm.json2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string
3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string
5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string
8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string
10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string
15 {"id":"CM1","key":"CM1","value":{"rev":"15-a325a2dc28bc6967a1a14beed86f3b80"}}, string
33 {"id":"F","key":"F","value":{"rev":"12-91a3db69527b46cf43e36b7ec64a4336"}}, string
60 {"id":"JSV","key":"JSV","value":{"rev":"3-41a7af86909046111be8ee9b56b077c8"}}, string
69 {"id":"Mu","key":"Mu","value":{"rev":"7-28e6ab82c402c3a75fe0f79dea846b97"}}, string
70 {"id":"N","key":"N","value":{"rev":"7-e265046b5bdd299b2cad1584083ce2d5"}}, string
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/JSONStream/test/fixtures/
H A Dall_npm.json2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string
3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string
5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string
8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string
10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string
15 {"id":"CM1","key":"CM1","value":{"rev":"15-a325a2dc28bc6967a1a14beed86f3b80"}}, string
33 {"id":"F","key":"F","value":{"rev":"12-91a3db69527b46cf43e36b7ec64a4336"}}, string
60 {"id":"JSV","key":"JSV","value":{"rev":"3-41a7af86909046111be8ee9b56b077c8"}}, string
69 {"id":"Mu","key":"Mu","value":{"rev":"7-28e6ab82c402c3a75fe0f79dea846b97"}}, string
70 {"id":"N","key":"N","value":{"rev":"7-e265046b5bdd299b2cad1584083ce2d5"}}, string
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/JSONStream/test/fixtures/
H A Dall_npm.json2 {"id":"","key":"","value":{"rev":"1-2f11e026763c10730d8b19ba5dce7565"}}, string
3 {"id":"3scale","key":"3scale","value":{"rev":"3-db3d574bf0ecdfdf627afeaa21b4bdaa"}}, string
5 {"id":"AMD","key":"AMD","value":{"rev":"7-3b4305a9c786ab4c5ce611e7f0de0aca"}}, string
8 {"id":"Babel","key":"Babel","value":{"rev":"5-9d8370c6ac6fd9cd3d530f26a9379814"}}, string
10 {"id":"Blob","key":"Blob","value":{"rev":"3-cf5fb5d69da4dd00bc4f2be8870ca698"}}, string
15 {"id":"CM1","key":"CM1","value":{"rev":"15-a325a2dc28bc6967a1a14beed86f3b80"}}, string
33 {"id":"F","key":"F","value":{"rev":"12-91a3db69527b46cf43e36b7ec64a4336"}}, string
60 {"id":"JSV","key":"JSV","value":{"rev":"3-41a7af86909046111be8ee9b56b077c8"}}, string
69 {"id":"Mu","key":"Mu","value":{"rev":"7-28e6ab82c402c3a75fe0f79dea846b97"}}, string
70 {"id":"N","key":"N","value":{"rev":"7-e265046b5bdd299b2cad1584083ce2d5"}}, string
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dqueued_redis.h136 QueuedRedis& del(const StringView &key) { in del()
150 QueuedRedis& dump(const StringView &key) { in dump()
172 QueuedRedis& expire(const StringView &key, in expire()
203 QueuedRedis& pexpire(const StringView &key, in pexpire()
218 QueuedRedis& pttl(const StringView &key) { in pttl()
284 QueuedRedis& ttl(const StringView &key) { in ttl()
288 QueuedRedis& type(const StringView &key) { in type()
354 QueuedRedis& decr(const StringView &key) { in decr()
362 QueuedRedis& get(const StringView &key) { in get()
441 QueuedRedis& setex(const StringView &key, in setex()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dqueued_redis.h136 QueuedRedis& del(const StringView &key) { in del()
150 QueuedRedis& dump(const StringView &key) { in dump()
172 QueuedRedis& expire(const StringView &key, in expire()
203 QueuedRedis& pexpire(const StringView &key, in pexpire()
218 QueuedRedis& pttl(const StringView &key) { in pttl()
284 QueuedRedis& ttl(const StringView &key) { in ttl()
288 QueuedRedis& type(const StringView &key) { in type()
354 QueuedRedis& decr(const StringView &key) { in decr()
362 QueuedRedis& get(const StringView &key) { in get()
441 QueuedRedis& setex(const StringView &key, in setex()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dqueued_redis.h136 QueuedRedis& del(const StringView &key) { in del()
150 QueuedRedis& dump(const StringView &key) { in dump()
172 QueuedRedis& expire(const StringView &key, in expire()
203 QueuedRedis& pexpire(const StringView &key, in pexpire()
218 QueuedRedis& pttl(const StringView &key) { in pttl()
284 QueuedRedis& ttl(const StringView &key) { in ttl()
288 QueuedRedis& type(const StringView &key) { in type()
354 QueuedRedis& decr(const StringView &key) { in decr()
362 QueuedRedis& get(const StringView &key) { in get()
441 QueuedRedis& setex(const StringView &key, in setex()
[all …]
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/test/java/org/apache/commons/beanutils/
H A DMappedPropertyTestBean.java38 public String getMapproperty(final String key) { in getMapproperty()
42 public void setMapproperty(final String key, final String value) { in setMapproperty()
46 public boolean isMappedBoolean(final String key) { in isMappedBoolean()
50 public void setMappedBoolean(final String key, final boolean value) { in setMappedBoolean()
54 protected String getProtectedMapped(final String key) { in getProtectedMapped()
62 public void setMappedPrimitive(final int key, final int value) { in setMappedPrimitive()
74 public String getMappedGetterOnly(final String key) { in getMappedGetterOnly()
78 public String getInvalidGetter(final String key, final String other) { in getInvalidGetter()
85 public void setInvalidGetter(final String key, final String value) { in setInvalidGetter()
88 public String getInvalidSetter(final String key) { in getInvalidSetter()
[all …]

12345678910>>...1226