Home
last modified time | relevance | path

Searched defs:key (Results 101 – 125 of 45743) sorted by relevance

12345678910>>...1830

/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DConversionProperties.java279 String getDescription(String key) { in getDescription()
291 int getType(String key) { in getType()
303 ConversionOption getOption(String key) { in getOption()
443 void addOption(String key) { in addOption()
686 void addOption(String key, int value) { in addOption()
712 boolean hasOption(String key) { in hasOption()
724 String getValue(String key) { in getValue()
747 boolean getBoolValue(String key) { in getBoolValue()
771 double getDoubleValue(String key) { in getDoubleValue()
795 float getFloatValue(String key) { in getFloatValue()
[all …]
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/
H A Dclass.gpc.php19 public static function has($key)
24 public static function val($key, $default = null)
30 public static function num($key, $default = null)
41 public static function safe($key)
46 public static function isAlnum($key)
57 public static function has($key)
77 public static function safe($key)
82 public static function isAlnum($key)
93 public static function has($key)
110 public static function safe($key)
[all …]
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_board.php901 function select_ip_check($value, $key = '')
975 function password_length($value, $key)
1003 function bump_interval($value, $key)
1021 function board_disable($value, $key)
1031 function quick_reply($value, $key)
1044 function timezone_select($value, $key)
1089 function dateformat_select($value, $key)
1130 function select_news_forums($value, $key)
1164 function store_feed_forums($option, $key)
1202 function enable_mod_rewrite($value, $key)
[all …]
/dports/devel/nini/Nini/Source/Config/
H A DConfigBase.cs100 public bool Contains (string key) in Contains()
106 public virtual string Get (string key) in Get()
126 public string GetExpanded (string key) in GetExpanded()
132 public string GetString (string key) in GetString()
144 public int GetInt (string key) in GetInt()
194 public long GetLong (string key) in GetLong()
216 public bool GetBoolean (string key) in GetBoolean()
236 public float GetFloat (string key) in GetFloat()
258 public double GetDouble (string key) in GetDouble()
326 public virtual void Remove (string key) in Remove()
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/circles/vendor/artificial-owl/my-small-php-tools/lib/Model/
H A DSimpleDataStore.php85 public function s(string $key, string $value): self {
96 public function g(string $key): string {
105 public function u(string $key): self {
119 public function a(string $key, string $value): self {
136 public function sInt(string $key, int $value): self {
147 public function gInt(string $key): int {
185 public function gBool(string $key): bool {
223 public function gArray(string $key): array {
375 public function gItem(string $key) {
412 public function hasKey(string $key): bool {
[all …]
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Ddisplay.c43 static void button_seek_up_press_cb(ButtonData *button, const gchar *key, gpointer data) in button_seek_up_press_cb()
130 static void button_mute_click_cb(ButtonData *button, const gchar *key, gpointer data) in button_mute_click_cb()
135 static void button_mode_click_cb(ButtonData *button, const gchar *key, gpointer data) in button_mode_click_cb()
205 static gint item_mute_cb(ItemData *item, const gchar *key, gpointer data) in item_mute_cb()
210 static gint item_stereo_cb(ItemData *item, const gchar *key, gpointer data) in item_stereo_cb()
215 static gint item_mode_cb(ItemData *item, const gchar *key, gpointer data) in item_mode_cb()
220 static gint item_signal_cb(ItemData *item, const gchar *key, gpointer data) in item_signal_cb()
241 static gint number_preset_cb(NumberData *number, const gchar *key, gpointer data) in number_preset_cb()
252 static gint presets_length_cb(ListData *list, const gchar *key, gpointer data) in presets_length_cb()
318 static gint item_balance_status_cb(ItemData *item, const gchar *key, gpointer data) in item_balance_status_cb()
[all …]
/dports/math/py-sym/sym-0.3.5/sym/tests/
H A Dtest_Lambdify.py34 def test_Lambdify_single_arg(key): argument
42 def test_Lambdify_Abs(key): argument
53 def test_Lambdify_sign(key): argument
66 def test_Lambdify_matrix(key): argument
77 def test_Lambdify_jacobian(key): argument
135 def test_more_than_255_args(key): argument
158 def test_Lambdify(key): argument
183 def test_Lambdify_2dim_numpy(key): argument
194 def test_Lambdify_invalid_args(key): argument
288 def test_Lambdify_gh174(key): argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DPDEPreferencesManager.java75 public boolean getBoolean(String key) { in getBoolean()
97 public boolean getDefaultBoolean(String key) { in getDefaultBoolean()
119 public int getDefaultInt(String key) { in getDefaultInt()
139 public String getDefaultString(String key) { in getDefaultString()
162 public int getInt(String key) { in getInt()
182 public String getString(String key) { in getString()
232 public void setDefault(String key, int value) { in setDefault()
255 public void setToDefault(String key) { in setToDefault()
269 public void setValue(String key, boolean value) { in setValue()
283 public void setValue(String key, int value) { in setValue()
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/engine/script/
H A Dscript_write.h119 void WriteInt(const std::string& key, int32 value) in WriteInt()
122 void WriteInt(const int32 key, int32 value) in WriteInt()
125 void WriteUInt(const std::string& key, uint32 value) in WriteUInt()
128 void WriteUInt(const int32 key, uint32 value) in WriteUInt()
131 void WriteFloat(const std::string& key, float value) in WriteFloat()
134 void WriteFloat(const int32 key, float value) in WriteFloat()
158 void WriteIntVector(const std::string &key, std::vector<int32> &vect) in WriteIntVector()
161 void WriteIntVector(const int32 key, std::vector<int32> &vect) in WriteIntVector()
164 void WriteUIntVector(const std::string &key, std::vector<int32> &vect) in WriteUIntVector()
167 void WriteUIntVector(const int32 key, std::vector<int32> &vect) in WriteUIntVector()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/utils/src/script/
H A Dscript_write.h124 void WriteInt(const std::string &key, int32_t value) { in WriteInt()
128 void WriteInt(const int32_t key, int32_t value) { in WriteInt()
132 void WriteUInt(const std::string &key, uint32_t value) { in WriteUInt()
136 void WriteUInt(const int32_t key, uint32_t value) { in WriteUInt()
140 void WriteFloat(const std::string &key, float value) { in WriteFloat()
144 void WriteFloat(const int32_t key, float value) { in WriteFloat()
169 void WriteIntVector(const std::string &key, std::vector<int32_t> &vect) { in WriteIntVector()
173 void WriteIntVector(const int32_t key, std::vector<int32_t> &vect) { in WriteIntVector()
181 void WriteUIntVector(const int32_t key, std::vector<uint32_t> &vect) { in WriteUIntVector()
185 void WriteFloatVector(const std::string &key, std::vector<float> &vect) { in WriteFloatVector()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/mail/alpine/alpine-465e23b/openssl/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/security/openssl-devel/openssl-3.0.2/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/editors/pico-alpine/alpine-465e23b/openssl/include/openssl/
H A Dparams.h31 # define OSSL_PARAM_int(key, addr) \ argument
33 # define OSSL_PARAM_uint(key, addr) \ argument
36 # define OSSL_PARAM_long(key, addr) \ argument
38 # define OSSL_PARAM_ulong(key, addr) \ argument
41 # define OSSL_PARAM_int32(key, addr) \ argument
43 # define OSSL_PARAM_uint32(key, addr) \ argument
46 # define OSSL_PARAM_int64(key, addr) \ argument
48 # define OSSL_PARAM_uint64(key, addr) \ argument
51 # define OSSL_PARAM_size_t(key, addr) \ argument
53 # define OSSL_PARAM_time_t(key, addr) \ argument
[all …]
/dports/games/spring/spring_98.0/tools/unitsync/
H A DLuaParserAPI.cpp91 EXPORT(void) lpAddTableInt(int key, int override) in lpAddTableInt()
109 EXPORT(void) lpAddIntKeyIntVal(int key, int val) in lpAddIntKeyIntVal()
121 EXPORT(void) lpAddIntKeyBoolVal(int key, int val) in lpAddIntKeyBoolVal()
133 EXPORT(void) lpAddIntKeyFloatVal(int key, float val) in lpAddIntKeyFloatVal()
178 EXPORT(int) lpSubTableInt(int key) in lpSubTableInt()
186 EXPORT(int) lpSubTableStr(const char* key) in lpSubTableStr()
219 EXPORT(int) lpGetKeyExistsInt(int key) in lpGetKeyExistsInt()
225 EXPORT(int) lpGetKeyExistsStr(const char* key) in lpGetKeyExistsStr()
236 EXPORT(int) lpGetIntKeyType(int key) in lpGetIntKeyType()
242 EXPORT(int) lpGetStrKeyType(const char* key) in lpGetStrKeyType()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/config/generic/
H A DGenericParameterAdapter.java27 String key ) in getIntValue()
34 String key, in getIntValue()
42 String key, in setIntValue()
50 String key ) in resetIntDefault()
57 String key ) in getBooleanValue()
64 String key, in getBooleanValue()
72 String key, in setBooleanValue()
80 String key ) in getFloatValue()
87 String key, in setFloatValue()
102 String key, in getStringListValue()
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Dpreferencesmanager.py171 def do_config_set_func(self, key, value): argument
262 def _on_set_peer_tos(self, key, value): argument
268 def _on_set_dht(self, key, value): argument
285 def _on_set_upnp(self, key, value): argument
288 def _on_set_natpmp(self, key, value): argument
291 def _on_set_lsd(self, key, value): argument
294 def _on_set_utpex(self, key, value): argument
304 def _on_set_enc_level(self, key, value): argument
307 def _on_set_encryption(self, key, value): argument
374 def _on_set_send_info(self, key, value): argument
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_board.php753 function select_ip_check($value, $key = '')
763 function select_ref_check($value, $key = '')
800 function username_length($value, $key = '')
828 function password_length($value, $key)
856 function bump_interval($value, $key)
874 function board_disable($value, $key)
886 function quick_reply($value, $key)
900 function dateformat_select($value, $key)
938 function select_news_forums($value, $key)
957 function select_exclude_forums($value, $key)
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dlateral_view_ppd.q3 …myCol FROM (SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol) a WHERE key='0'; globalVar
4 …myCol FROM (SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol) a WHERE key='0'; globalVar
6 …SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol) a WHERE key='0' AND myCol=1; globalVar
7 …SELECT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol) a WHERE key='0' AND myCol=1; globalVar
12 …ay(1,2,3)) myTable AS myCol LATERAL VIEW explode(array(1,2,3)) myTable2 AS myCol2) a WHERE key='0'; globalVar
13 …ay(1,2,3)) myTable AS myCol LATERAL VIEW explode(array(1,2,3)) myTable2 AS myCol2) a WHERE key='0'; globalVar
16 …CT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol WHERE myCol > 1) a WHERE key='0'; globalVar
17 …CT * FROM src LATERAL VIEW explode(array(1,2,3)) myTable AS myCol WHERE myCol > 1) a WHERE key='0'; globalVar
/dports/devel/py-google-i18n-address/google-i18n-address-2.5.0/i18naddress/data/
H A Dhk.json1 {"HK": {"fmt": "%S%n%C%n%A%n%O%n%N", "id": "data/HK", "key": "HK", "lang": "zh-Hant", "languages": … string
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dredis.cpp135 long long Redis::del(const StringView &key) { in del()
171 bool Redis::persist(const StringView &key) { in persist()
189 long long Redis::pttl(const StringView &key) { in pttl()
213 void Redis::restore(const StringView &key, in restore()
228 long long Redis::ttl(const StringView &key) { in ttl()
272 long long Redis::bitpos(const StringView &key, in bitpos()
335 void Redis::psetex(const StringView &key, in psetex()
343 bool Redis::set(const StringView &key, in set()
354 void Redis::setex(const StringView &key, in setex()
633 long long Redis::zadd(const StringView &key, in zadd()
[all …]

12345678910>>...1830