Home
last modified time | relevance | path

Searched refs:other_id (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/examples/join_conditions/
H A Dthreeway.py55 other_id = Column(Integer, primary_key=True) variable in Second
60 other_id = Column(Integer, primary_key=True) variable in Partitioned
64 return ("Partitioned(%s, %s)" % (self.other_id, self.partition_key))
67 j = join(Partitioned, Second, Partitioned.other_id == Second.other_id)
94 Second(first_id=1, other_id=1),
95 Second(first_id=2, other_id=1),
96 Second(first_id=3, other_id=2),
97 Partitioned(partition_key='p1', other_id=1),
98 Partitioned(partition_key='p1', other_id=2),
99 Partitioned(partition_key='p2', other_id=2),
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/examples/join_conditions/
H A Dthreeway.py55 other_id = Column(Integer, primary_key=True) variable in Second
60 other_id = Column(Integer, primary_key=True) variable in Partitioned
64 return ("Partitioned(%s, %s)" % (self.other_id, self.partition_key))
67 j = join(Partitioned, Second, Partitioned.other_id == Second.other_id)
94 Second(first_id=1, other_id=1),
95 Second(first_id=2, other_id=1),
96 Second(first_id=3, other_id=2),
97 Partitioned(partition_key='p1', other_id=1),
98 Partitioned(partition_key='p1', other_id=2),
99 Partitioned(partition_key='p2', other_id=2),
/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Draces.c46 git_oid id, other_id; in test_refs_races__create_matching() local
49 git_oid_fromstr(&other_id, other_commit_id); in test_refs_races__create_matching()
51 …IT_EMODIFIED, git_reference_create_matching(&ref, g_repo, refname, &other_id, 1, &other_id, NULL)); in test_refs_races__create_matching()
65 git_oid id, other_id; in test_refs_races__symbolic_create_matching() local
68 git_oid_fromstr(&other_id, other_commit_id); in test_refs_races__symbolic_create_matching()
84 git_oid id, other_id; in test_refs_races__delete() local
87 git_oid_fromstr(&other_id, other_commit_id); in test_refs_races__delete()
117 git_oid id, other_id; in test_refs_races__switch_oid_to_symbolic() local
120 git_oid_fromstr(&other_id, other_commit_id); in test_refs_races__switch_oid_to_symbolic()
146 git_oid id, other_id; in test_refs_races__switch_symbolic_to_oid() local
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/examples/join_conditions/
H A Dthreeway.py66 other_id = Column(Integer, primary_key=True) variable in Second
72 other_id = Column(Integer, primary_key=True) variable in Partitioned
76 return "Partitioned(%s, %s)" % (self.other_id, self.partition_key)
79 j = join(Partitioned, Second, Partitioned.other_id == Second.other_id)
114 Second(first_id=1, other_id=1),
115 Second(first_id=2, other_id=1),
116 Second(first_id=3, other_id=2),
117 Partitioned(partition_key="p1", other_id=1),
118 Partitioned(partition_key="p1", other_id=2),
119 Partitioned(partition_key="p2", other_id=2),
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/examples/join_conditions/
H A Dthreeway.py66 other_id = Column(Integer, primary_key=True) variable in Second
72 other_id = Column(Integer, primary_key=True) variable in Partitioned
76 return "Partitioned(%s, %s)" % (self.other_id, self.partition_key)
79 j = join(Partitioned, Second, Partitioned.other_id == Second.other_id)
114 Second(first_id=1, other_id=1),
115 Second(first_id=2, other_id=1),
116 Second(first_id=3, other_id=2),
117 Partitioned(partition_key="p1", other_id=1),
118 Partitioned(partition_key="p1", other_id=2),
119 Partitioned(partition_key="p2", other_id=2),
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/examples/join_conditions/
H A Dthreeway.py66 other_id = Column(Integer, primary_key=True) variable in Second
72 other_id = Column(Integer, primary_key=True) variable in Partitioned
76 return "Partitioned(%s, %s)" % (self.other_id, self.partition_key)
79 j = join(Partitioned, Second, Partitioned.other_id == Second.other_id)
114 Second(first_id=1, other_id=1),
115 Second(first_id=2, other_id=1),
116 Second(first_id=3, other_id=2),
117 Partitioned(partition_key="p1", other_id=1),
118 Partitioned(partition_key="p1", other_id=2),
119 Partitioned(partition_key="p2", other_id=2),
/dports/net/sems/sems-f89581a/core/
H A DAmB2ABSession.cpp41 other_id(other_local_tag)
53 other_id.assign (cleared, 0, 0);
55 other_id.clear();
83 other_id.c_str());
85 if(!other_id.empty())
224 if(other_id.empty()){
228 if (other_id.length()) {
244 other_id = AmSession::getNewId();
251 callee_dlg->setLocalTag(other_id);
254 MONITORING_LOG(other_id.c_str(),
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/
H A Dprimary_item.cpp208 CConstRef<CSeq_id> other_id; in x_GetStrForPrimary() local
266 other_id.Reset(&align.GetSeq_id(1)); in x_GetStrForPrimary()
267 if (!other_id) { in x_GetStrForPrimary()
270 if (other_id->IsGi()) { in x_GetStrForPrimary()
273 CSeq_id_Handle idh = GetId(*other_id, ctx.GetScope(), eGetId_Best); in x_GetStrForPrimary()
278 other_id = idh.GetSeqId(); in x_GetStrForPrimary()
279 if (other_id->IsGi()) { in x_GetStrForPrimary()
283 string tid = other_id->GetSeqIdString(true); in x_GetStrForPrimary()
284 if (other_id->IsGeneral()) { in x_GetStrForPrimary()
285 const CDbtag& dbt = other_id->GetGeneral(); in x_GetStrForPrimary()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/format/
H A Dprimary_item.cpp208 CConstRef<CSeq_id> other_id; in x_GetStrForPrimary() local
266 other_id.Reset(&align.GetSeq_id(1)); in x_GetStrForPrimary()
267 if (!other_id) { in x_GetStrForPrimary()
270 if (other_id->IsGi()) { in x_GetStrForPrimary()
273 CSeq_id_Handle idh = GetId(*other_id, ctx.GetScope(), eGetId_Best); in x_GetStrForPrimary()
278 other_id = idh.GetSeqId(); in x_GetStrForPrimary()
279 if (other_id->IsGi()) { in x_GetStrForPrimary()
283 string tid = other_id->GetSeqIdString(true); in x_GetStrForPrimary()
284 if (other_id->IsGeneral()) { in x_GetStrForPrimary()
285 const CDbtag& dbt = other_id->GetGeneral(); in x_GetStrForPrimary()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/r/
H A Dorder_by_limit.result228 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
231 INDEX index_other_id_covered_column (other_id, covered_column));
232 INSERT INTO t (id, other_id, covered_column, non_covered_column)
234 INSERT INTO t (id, other_id, covered_column, non_covered_column)
236 INSERT INTO t (id, other_id, covered_column, non_covered_column)
238 INSERT INTO t (id, other_id, covered_column, non_covered_column)
240 INSERT INTO t (id, other_id, covered_column, non_covered_column)
242 INSERT INTO t (id, other_id, covered_column, non_covered_column)
244 INSERT INTO t (id, other_id, covered_column, non_covered_column)
246 INSERT INTO t (id, other_id, covered_column, non_covered_column)
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/r/
H A Dorder_by_limit.result228 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
231 INDEX index_other_id_covered_column (other_id, covered_column));
232 INSERT INTO t (id, other_id, covered_column, non_covered_column)
234 INSERT INTO t (id, other_id, covered_column, non_covered_column)
236 INSERT INTO t (id, other_id, covered_column, non_covered_column)
238 INSERT INTO t (id, other_id, covered_column, non_covered_column)
240 INSERT INTO t (id, other_id, covered_column, non_covered_column)
242 INSERT INTO t (id, other_id, covered_column, non_covered_column)
244 INSERT INTO t (id, other_id, covered_column, non_covered_column)
246 INSERT INTO t (id, other_id, covered_column, non_covered_column)
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/r/
H A Dorder_by_limit.result228 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
231 INDEX index_other_id_covered_column (other_id, covered_column));
232 INSERT INTO t (id, other_id, covered_column, non_covered_column)
234 INSERT INTO t (id, other_id, covered_column, non_covered_column)
236 INSERT INTO t (id, other_id, covered_column, non_covered_column)
238 INSERT INTO t (id, other_id, covered_column, non_covered_column)
240 INSERT INTO t (id, other_id, covered_column, non_covered_column)
242 INSERT INTO t (id, other_id, covered_column, non_covered_column)
244 INSERT INTO t (id, other_id, covered_column, non_covered_column)
246 INSERT INTO t (id, other_id, covered_column, non_covered_column)
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/r/
H A Dorder_by_limit.result228 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
231 INDEX index_other_id_covered_column (other_id, covered_column));
232 INSERT INTO t (id, other_id, covered_column, non_covered_column)
234 INSERT INTO t (id, other_id, covered_column, non_covered_column)
236 INSERT INTO t (id, other_id, covered_column, non_covered_column)
238 INSERT INTO t (id, other_id, covered_column, non_covered_column)
240 INSERT INTO t (id, other_id, covered_column, non_covered_column)
242 INSERT INTO t (id, other_id, covered_column, non_covered_column)
244 INSERT INTO t (id, other_id, covered_column, non_covered_column)
246 INSERT INTO t (id, other_id, covered_column, non_covered_column)
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/r/
H A Dorder_by_limit.result228 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
231 INDEX index_other_id_covered_column (other_id, covered_column));
232 INSERT INTO t (id, other_id, covered_column, non_covered_column)
234 INSERT INTO t (id, other_id, covered_column, non_covered_column)
236 INSERT INTO t (id, other_id, covered_column, non_covered_column)
238 INSERT INTO t (id, other_id, covered_column, non_covered_column)
240 INSERT INTO t (id, other_id, covered_column, non_covered_column)
242 INSERT INTO t (id, other_id, covered_column, non_covered_column)
244 INSERT INTO t (id, other_id, covered_column, non_covered_column)
246 INSERT INTO t (id, other_id, covered_column, non_covered_column)
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/help_topics/src/Controller/
H A DHelpTopicPluginController.php88 foreach ($related as $other_id) {
89 if ($other_id !== $id) {
91 $topic = $this->helpTopicPluginManager->createInstance($other_id);
92 $links[$other_id] = [
94 'url' => Url::fromRoute('help.help_topic', ['id' => $other_id]),
/dports/www/drupal8/drupal-8.9.20/core/modules/help_topics/src/Controller/
H A DHelpTopicPluginController.php88 foreach ($related as $other_id) {
89 if ($other_id !== $id) {
91 $topic = $this->helpTopicPluginManager->createInstance($other_id);
92 $links[$other_id] = [
94 'url' => Url::fromRoute('help.help_topic', ['id' => $other_id]),
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dorder_by_limit.result312 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
315 INDEX index_other_id_covered_column (other_id, covered_column));
316 INSERT INTO t (id, other_id, covered_column, non_covered_column)
318 INSERT INTO t (id, other_id, covered_column, non_covered_column)
320 INSERT INTO t (id, other_id, covered_column, non_covered_column)
322 INSERT INTO t (id, other_id, covered_column, non_covered_column)
324 INSERT INTO t (id, other_id, covered_column, non_covered_column)
326 INSERT INTO t (id, other_id, covered_column, non_covered_column)
328 INSERT INTO t (id, other_id, covered_column, non_covered_column)
330 INSERT INTO t (id, other_id, covered_column, non_covered_column)
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dgrouping.c59 int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_remove_from_group() local
60 if(new_group_id == -1) new_group_id = other_id; in dt_grouping_remove_from_group()
61 dt_image_t *other_img = dt_image_cache_get(darktable.image_cache, other_id, 'w'); in dt_grouping_remove_from_group()
64 imgs = g_list_prepend(imgs, GINT_TO_POINTER(other_id)); in dt_grouping_remove_from_group()
115 const int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_change_representative() local
116 dt_image_t *other_img = dt_image_cache_get(darktable.image_cache, other_id, 'w'); in dt_grouping_change_representative()
119 imgs = g_list_prepend(imgs, GINT_TO_POINTER(other_id)); in dt_grouping_change_representative()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dgrouping.c59 int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_remove_from_group() local
60 if(new_group_id == -1) new_group_id = other_id; in dt_grouping_remove_from_group()
61 dt_image_t *other_img = dt_image_cache_get(darktable.image_cache, other_id, 'w'); in dt_grouping_remove_from_group()
64 imgs = g_list_prepend(imgs, GINT_TO_POINTER(other_id)); in dt_grouping_remove_from_group()
115 const int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_change_representative() local
116 dt_image_t *other_img = dt_image_cache_get(darktable.image_cache, other_id, 'w'); in dt_grouping_change_representative()
119 imgs = g_list_prepend(imgs, GINT_TO_POINTER(other_id)); in dt_grouping_change_representative()
/dports/net/R-cran-twitteR/twitteR/R/
H A Daccount.R34 can_access_other_account = function(other_id) { argument
39 if (authenticated_user_id != other_id) {
40 other_user = getUser(other_id)
42 relationship = friendships(user_ids = other_id)
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dmessaging_util_unittest.cc84 std::string other_id(32, 'a'); in TEST_F() local
98 {gin::StringToV8(isolate(), other_id), other_id, true}, in TEST_F()
124 std::string other_id(32, 'a'); in TEST_F() local
131 {gin::StringToV8(isolate(), other_id), other_id, true}, in TEST_F()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/samples/
H A Dissue_729.sql4 `other_id` bigint(20) unsigned NOT NULL DEFAULT '0',
8 KEY `other_id` (`other_id`)
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/metrics/public/cpp/
H A Dukm_source_id.cc44 SourceIdObj SourceIdObj::FromOtherId(int64_t other_id, SourceIdObj::Type type) { in FromOtherId() argument
57 return SourceIdObj((other_id << kNumTypeBits) | type_bits); in FromOtherId()
70 SourceId ConvertToSourceId(int64_t other_id, SourceIdType id_type) { in ConvertToSourceId() argument
78 return ukm::SourceIdObj::FromOtherId(other_id, id_type).ToInt64(); in ConvertToSourceId()
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/t/
H A Dorder_by_limit.test172 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
175 INDEX index_other_id_covered_column (other_id, covered_column));
180 eval INSERT INTO t (id, other_id, covered_column, non_covered_column)
195 EXPLAIN SELECT non_covered_column FROM t WHERE other_id > 3 ORDER BY id ASC LIMIT 2;
200 EXPLAIN SELECT non_covered_column FROM t WHERE other_id > 3 ORDER BY id ASC LIMIT 2;
205 EXPLAIN SELECT non_covered_column FROM t WHERE other_id > 3 ORDER BY id ASC LIMIT 2;
211 EXPLAIN SELECT non_covered_column FROM t FORCE INDEX(PRIMARY) WHERE other_id > 3 ORDER BY id ASC LI…
222 eval INSERT INTO t (id, other_id, covered_column, non_covered_column)
233 EXPLAIN SELECT non_covered_column FROM t WHERE id > 8 GROUP BY other_id LIMIT 1;
238 #EXPLAIN SELECT non_covered_column FROM t WHERE id > 8 GROUP BY other_id LIMIT 1;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/t/
H A Dorder_by_limit.test172 CREATE TABLE t (id BIGINT NOT NULL, other_id BIGINT NOT NULL,
175 INDEX index_other_id_covered_column (other_id, covered_column));
180 eval INSERT INTO t (id, other_id, covered_column, non_covered_column)
195 EXPLAIN SELECT non_covered_column FROM t WHERE other_id > 3 ORDER BY id ASC LIMIT 2;
200 EXPLAIN SELECT non_covered_column FROM t WHERE other_id > 3 ORDER BY id ASC LIMIT 2;
205 EXPLAIN SELECT non_covered_column FROM t WHERE other_id > 3 ORDER BY id ASC LIMIT 2;
211 EXPLAIN SELECT non_covered_column FROM t FORCE INDEX(PRIMARY) WHERE other_id > 3 ORDER BY id ASC LI…
222 eval INSERT INTO t (id, other_id, covered_column, non_covered_column)
233 EXPLAIN SELECT non_covered_column FROM t WHERE id > 8 GROUP BY other_id LIMIT 1;
238 #EXPLAIN SELECT non_covered_column FROM t WHERE id > 8 GROUP BY other_id LIMIT 1;
[all …]

12345678910>>...19