Home
last modified time | relevance | path

Searched refs:mapped_key (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/py-dfwinreg/dfwinreg-20201006/tests/
H A Dvirtual.py101 self.assertIsNotNone(mapped_key)
109 self.assertIsNotNone(mapped_key)
118 self.assertIsNotNone(mapped_key)
132 self.assertIsNotNone(mapped_key)
140 self.assertIsNotNone(mapped_key)
207 self.assertIsNotNone(mapped_key)
230 self.assertIsNotNone(mapped_key)
257 self.assertIsNotNone(mapped_key)
274 self.assertIsNotNone(mapped_key)
291 self.assertIsNotNone(mapped_key)
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dinsert_select_repartition.sql72 SELECT mapped_key AS key_renamed FROM source_table
73 WHERE (mapped_key).f1 % 2 = 1
110 CREATE TABLE source_table(a int, mapped_key int, c float[]); field
120 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
153 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
162 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
171 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
180 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
226 SELECT mapped_key, c FROM source_table
237 SELECT mapped_key, a, c FROM source_table
[all …]
H A Ddistributed_intermediate_results.sql178 CREATE TABLE source_table(key composite_key_type, value int, mapped_key composite_key_type); field
205 …SELECT * FROM redistribute_task_list_results('test', $$ SELECT mapped_key, value FROM source_table…
H A Dmulti_row_insert.sql8 CREATE TABLE source_table_xyz(key composite_key_type, value int, mapped_key composite_key_type); field
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-plantronics.c56 unsigned short mapped_key; in plantronics_input_mapping() local
90 mapped_key = KEY_VOLUMEUP; in plantronics_input_mapping()
94 mapped_key = KEY_VOLUMEDOWN; in plantronics_input_mapping()
114 hid_map_usage_clear(hi, usage, bit, max, EV_KEY, mapped_key); in plantronics_input_mapping()
116 usage->hid, field->application, mapped_key); in plantronics_input_mapping()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-plantronics.c56 unsigned short mapped_key; in plantronics_input_mapping() local
90 mapped_key = KEY_VOLUMEUP; in plantronics_input_mapping()
94 mapped_key = KEY_VOLUMEDOWN; in plantronics_input_mapping()
114 hid_map_usage_clear(hi, usage, bit, max, EV_KEY, mapped_key); in plantronics_input_mapping()
116 usage->hid, field->application, mapped_key); in plantronics_input_mapping()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-plantronics.c56 unsigned short mapped_key; in plantronics_input_mapping() local
90 mapped_key = KEY_VOLUMEUP; in plantronics_input_mapping()
94 mapped_key = KEY_VOLUMEDOWN; in plantronics_input_mapping()
114 hid_map_usage_clear(hi, usage, bit, max, EV_KEY, mapped_key); in plantronics_input_mapping()
116 usage->hid, field->application, mapped_key); in plantronics_input_mapping()
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dblocks.php246 foreach ( $property_mappings as $key => $mapped_key ) {
250 $settings[ $mapped_key ] = $value;
258 …$settings[ $mapped_key ] = translate_with_gettext_context( $value, sprintf( 'block %s', $key ), $t…
261 $settings[ $mapped_key ] = array();
268 …$settings[ $mapped_key ][] = translate_with_gettext_context( $keyword, 'block keyword', $textdomai…
273 $settings[ $mapped_key ] = array();
283 $settings[ $mapped_key ][] = $style;
288 $settings[ $mapped_key ] = $value;
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dblocks.php246 foreach ( $property_mappings as $key => $mapped_key ) {
250 $settings[ $mapped_key ] = $value;
258 …$settings[ $mapped_key ] = translate_with_gettext_context( $value, sprintf( 'block %s', $key ), $t…
261 $settings[ $mapped_key ] = array();
268 …$settings[ $mapped_key ][] = translate_with_gettext_context( $keyword, 'block keyword', $textdomai…
273 $settings[ $mapped_key ] = array();
283 $settings[ $mapped_key ][] = $style;
288 $settings[ $mapped_key ] = $value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/test/
H A Dfile_test.cc207 std::string mapped_key = key; in ReadNext() local
208 for (unsigned i = 2; attributes_.count(mapped_key) != 0; i++) { in ReadNext()
212 mapped_key = key + suffix; in ReadNext()
215 unused_attributes_.insert(mapped_key); in ReadNext()
216 attributes_[mapped_key] = value; in ReadNext()
219 type_ = mapped_key; in ReadNext()
/dports/security/boringssl/boringssl-6a71840/crypto/test/
H A Dfile_test.cc207 std::string mapped_key = key; in ReadNext() local
208 for (unsigned i = 2; attributes_.count(mapped_key) != 0; i++) { in ReadNext()
212 mapped_key = key + suffix; in ReadNext()
215 unused_attributes_.insert(mapped_key); in ReadNext()
216 attributes_[mapped_key] = value; in ReadNext()
219 type_ = mapped_key; in ReadNext()
/dports/devel/pear-Horde_Data/Horde_Data-2.1.5/lib/Horde/Data/
H A DBase.php399 $mapped_key = $data_map[$key];
403 isset($param['time_fields'][$mapped_key])) {
404 … $val = $this->_mapDate($val, $param['time_fields'][$mapped_key], $params, $key);
406 $data_row[$mapped_key] = $val;
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/test/
H A Dfile_test.cc207 std::string mapped_key = key; in ReadNext() local
211 mapped_key += "/" + std::to_string(num_occurrences); in ReadNext()
214 unused_attributes_.insert(mapped_key); in ReadNext()
215 attributes_[mapped_key] = value; in ReadNext()
218 type_ = mapped_key; in ReadNext()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/test/
H A Dfile_test.cc207 std::string mapped_key = key; in ReadNext() local
211 mapped_key += "/" + std::to_string(num_occurrences); in ReadNext()
214 unused_attributes_.insert(mapped_key); in ReadNext()
215 attributes_[mapped_key] = value; in ReadNext()
218 type_ = mapped_key; in ReadNext()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/test/
H A Dfile_test.cc207 std::string mapped_key = key; in ReadNext() local
211 mapped_key += "/" + std::to_string(num_occurrences); in ReadNext()
214 unused_attributes_.insert(mapped_key); in ReadNext()
215 attributes_[mapped_key] = value; in ReadNext()
218 type_ = mapped_key; in ReadNext()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dinsert_select_repartition.out154 SELECT mapped_key AS key_renamed FROM source_table
155 WHERE (mapped_key).f1 % 2 = 1
230 CREATE TABLE source_table(a int, mapped_key int, c float[]);
248 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
299 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
319 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
343 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
370 INSERT INTO target_table SELECT mapped_key, c FROM source_table;
474 SELECT mapped_key, c FROM source_table
496 SELECT mapped_key, a, c FROM source_table
[all …]
H A Dmulti_row_insert.out6 CREATE TABLE source_table_xyz(key composite_key_type, value int, mapped_key composite_key_type);
37 key | value | mapped_key
H A Ddistributed_intermediate_results.out263 CREATE TABLE source_table(key composite_key_type, value int, mapped_key composite_key_type);
301 …SELECT * FROM redistribute_task_list_results('test', $$ SELECT mapped_key, value FROM source_table…
/dports/games/nazghul/nazghul-0.7.1/src/
H A Devent.c246 int mapped_key = in event_handle_aux() local
249 if (keyh->fx(keyh, mapped_key, in event_handle_aux()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/circuits/
H A Dcircuit_operation.py110 for mapped_key in self.measurement_key_map.values():
111 if value.MEASUREMENT_KEY_SEPARATOR in mapped_key:
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/model/
H A Dattention_cell.py376 mapped_key = self._key_mid_layer(key)
378 F.expand_dims(mapped_key, axis=1))
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation.py122 for mapped_key in self.measurement_key_map.values():
123 if value.MEASUREMENT_KEY_SEPARATOR in mapped_key:
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation.py122 for mapped_key in self.measurement_key_map.values():
123 if value.MEASUREMENT_KEY_SEPARATOR in mapped_key:
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/circuits/
H A Dcircuit_operation.py122 for mapped_key in self.measurement_key_map.values():
123 if value.MEASUREMENT_KEY_SEPARATOR in mapped_key:
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/circuits/
H A Dcircuit_operation.py122 for mapped_key in self.measurement_key_map.values():
123 if value.MEASUREMENT_KEY_SEPARATOR in mapped_key:

12