Home
last modified time | relevance | path

Searched refs:another_key (Results 1 – 25 of 71) sorted by relevance

123

/dports/databases/galera/galera-release_25.3.35/galerautils/tests/
H A Dgu_config_test.cpp10 static std::string const another_key("another_key"); variable
54 cnf.add(another_key, str_value); in START_TEST()
55 ck_assert(cnf.is_set(another_key)); in START_TEST()
56 ivalue = cnf.get<long long>(another_key); in START_TEST()
/dports/databases/galera26/galera-release_26.4.10/galerautils/tests/
H A Dgu_config_test.cpp10 static std::string const another_key("another_key"); variable
54 cnf.add(another_key, str_value); in START_TEST()
55 ck_assert(cnf.is_set(another_key)); in START_TEST()
56 ivalue = cnf.get<long long>(another_key); in START_TEST()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DKey.java124 public int compareTo (final Key another_key) in compareTo() argument
126 return key_string.compareTo (another_key.key_string); in compareTo()
/dports/databases/py-pylibmc/pylibmc-1.6.0/docs/
H A Dindex.rst52 >>> mc.set("another_key", 3)
54 >>> mc.delete("another_key")
81 >>> mc.get_multi(["key", "another_key"])
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vault/invalid_format/host_vars/broken-host-vars.example.com/
H A Dvars4 another_key: some_value
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/vault/invalid_format/host_vars/broken-host-vars.example.com/
H A Dvars4 another_key: some_value
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/vault/invalid_format/host_vars/broken-host-vars.example.com/
H A Dvars4 another_key: some_value
/dports/devel/p5-Test-Taint/Test-Taint-1.08/t/
H A Dtainted_ok_deeply.t15 REF => \{ another_key => 1 },
/dports/www/drupal8/drupal-8.9.20/core/modules/config/tests/config_schema_test/config/schema/
H A Dconfig_schema_test.schema.yml243 - type: wrapping.test.double_brackets.[another_key]
254 another_key:
264 another_key:
/dports/www/drupal9/drupal-9.2.10/core/modules/config/tests/config_schema_test/config/schema/
H A Dconfig_schema_test.schema.yml243 - type: wrapping.test.double_brackets.[another_key]
254 another_key:
264 another_key:
/dports/net/grilo/grilo-0.3.14/tests/python/
H A Dtest_registry.py148 another_key = self.registry.lookup_metadata_key(constants.KEY_ID)
149 self.assertEquals(a_key, another_key)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dyaml.actual12 another_key: Another value goes here.
55 another_key: Another Value
84 another_key: another_value
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/
H A Denable_deploy_key_service_spec.rb19 let!(:params) { { key_id: another_key.id } }
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/testdata/
H A Dyaml.actual23 another_key: Another value goes here.
141 another_key: Another Value
170 another_key: another_value
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dyaml.actual23 another_key: Another value goes here.
141 another_key: Another Value
170 another_key: another_value
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dyaml.actual23 another_key: Another value goes here.
141 another_key: Another Value
170 another_key: another_value
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/testdata/
H A Dyaml.actual23 another_key: Another value goes here.
141 another_key: Another Value
170 another_key: another_value
/dports/devel/chroma/chroma-0.9.2/lexers/testdata/
H A Dyaml.actual23 another_key: Another value goes here.
141 another_key: Another Value
170 another_key: another_value
/dports/devel/elixir-excoveralls/excoveralls-0.14.4/test/
H A Dtravis_test.exs39 parsed = Travis.generate_json(@source_info, %{ pro: true, another_key: 3 }) |> Jason.decode!
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/storage/indexed_db/transactional_leveldb/
H A Dtransactional_leveldb_transaction_unittest.cc192 const std::string another_key("b-another key"); in TEST_F() local
195 TransactionPut(transaction.get(), another_key, another_value); in TEST_F()
198 status = transaction->Get(another_key, &got_value, &found); in TEST_F()
203 TransactionRemove(transaction.get(), another_key); in TEST_F()
206 status = transaction->Get(another_key, &got_value, &found); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/storage/indexed_db/transactional_leveldb/
H A Dtransactional_leveldb_transaction_unittest.cc187 const std::string another_key("b-another key"); in TEST_F() local
190 TransactionPut(transaction.get(), another_key, another_value); in TEST_F()
193 status = transaction->Get(another_key, &got_value, &found); in TEST_F()
198 TransactionRemove(transaction.get(), another_key); in TEST_F()
201 status = transaction->Get(another_key, &got_value, &found); in TEST_F()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dpg14.out500 update test_jsonb_subscript set test_json['another_key'] = NULL;
504 1 | {"a": [1, 2, 3], "another_key": null}
505 2 | {"a": [1, 2, 3], "key": "value", "another_key": null}
514 1 | {"a": [1, 2, 3], "another_key": null}
515 2 | {"a": [1, 2, 3], "key": "value", "another_key": null}
524 1 | {"0": 1, "a": [1, 2, 3], "another_key": null}
525 2 | {"0": 1, "a": [1, 2, 3], "key": "value", "another_key": null}
/dports/devel/py-structlog/structlog-18.2.0/
H A DREADME.rst59 >>> log = log.bind(user="hynek", another_key=42)
61 …2016-04-20 16:20.13 user.logged_in another_key=42 happy=True some_key=23 user='hyn…
H A DPKG-INFO69 >>> log = log.bind(user="hynek", another_key=42)
71 …2016-04-20 16:20.13 user.logged_in another_key=42 happy=True some_key=23 user='hyn…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dsoftware_image_decode_cache_unittest.cc629 auto another_key = SoftwareImageDecodeCache::CacheKey::FromDrawImage( in TEST() local
631 EXPECT_EQ(another_draw_image.frame_key(), another_key.frame_key()); in TEST()
632 EXPECT_TRUE(another_key.is_nearest_neighbor()); in TEST()
633 EXPECT_EQ(100, another_key.target_size().width()); in TEST()
634 EXPECT_EQ(100, another_key.target_size().height()); in TEST()
635 EXPECT_EQ(another_key.type(), SoftwareImageDecodeCache::CacheKey::kOriginal); in TEST()
636 EXPECT_EQ(100u * 100u * 4u, another_key.locked_bytes()); in TEST()
638 EXPECT_TRUE(key == another_key); in TEST()

123