Home
last modified time | relevance | path

Searched refs:addIndex (Results 1 – 25 of 1292) sorted by relevance

12345678910>>...52

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dquery_planner_test.cpp111 addIndex(BSON("a" in TEST_F()
119 addIndex(BSON("a" in TEST_F()
130 addIndex(BSON("a" in TEST_F()
1374 addIndex(BSON("a" in TEST_F()
1496 addIndex(BSON("x" in TEST_F()
1507 addIndex(BSON("x" in TEST_F()
2120 addIndex(BSON("a" in TEST_F()
3683 addIndex(BSON("a" in TEST_F()
4027 addIndex(BSON("a" in TEST_F()
5596 addIndex(BSON("a" in TEST_F()
[all …]
H A Dquery_planner_array_test.cpp43 addIndex(BSON("a.b" << 1)); in TEST_F()
54 addIndex(BSON("a.b" << 1)); in TEST_F()
55 addIndex(BSON("a.c" << 1)); in TEST_F()
65 addIndex(BSON("foo.a" << 1)); in TEST_F()
66 addIndex(BSON("foo.b" << 1)); in TEST_F()
160 addIndex(BSON("foo" << 1)); in TEST_F()
175 addIndex(BSON("foo" << 1)); in TEST_F()
227 addIndex(BSON("a" << 1)); in TEST_F()
276 addIndex(BSON("a.b" << 1)); in TEST_F()
313 addIndex(BSON("a" << 1)); in TEST_F()
[all …]
H A Dquery_planner_text_test.cpp54 addIndex(BSON("_fts" in TEST_F()
217 addIndex(BSON("_fts" in TEST_F()
259 addIndex(BSON("_fts" in TEST_F()
276 addIndex(BSON("_fts" in TEST_F()
296 addIndex(BSON("_fts" in TEST_F()
318 addIndex(BSON("_fts" in TEST_F()
338 addIndex(BSON("_fts" in TEST_F()
362 addIndex(BSON("_fts" in TEST_F()
376 addIndex(BSON("_fts" in TEST_F()
392 addIndex(BSON("_fts" in TEST_F()
[all …]
H A Dquery_planner_collation_test.cpp41 addIndex(fromjson("{a: 1}")); in TEST_F()
52 addIndex(fromjson("{a: 1}"), &collator); in TEST_F()
73 addIndex(fromjson("{a: 1}"), &collator); in TEST_F()
113 addIndex(fromjson("{a: 1}"), &collator); in TEST_F()
130 addIndex(fromjson("{a: 1}"), &collator); in TEST_F()
242 addIndex(fromjson("{a: 1}")); in TEST_F()
255 addIndex(fromjson("{a: 1}")); in TEST_F()
495 addIndex(fromjson("{a: 1}")); in TEST_F()
502 addIndex(fromjson("{a: 1}")); in TEST_F()
541 addIndex(fromjson("{a: 1, b: 1}")); in TEST_F()
[all …]
H A Dquery_planner_geo_test.cpp45 addIndex(BSON("a" in TEST_F()
77 addIndex(BSON("loc" in TEST_F()
91 addIndex(BSON("loc" in TEST_F()
128 addIndex(BSON("a" in TEST_F()
149 addIndex(BSON("a" in TEST_F()
170 addIndex(BSON("a" in TEST_F()
179 addIndex(BSON("a" in TEST_F()
200 addIndex(BSON("a" in TEST_F()
245 addIndex(BSON("a"
308 addIndex(BSON("" in TEST_F()
[all …]
H A Dquery_planner_partialidx_test.cpp44 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
61 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
115 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
132 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
149 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
168 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
188 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
226 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
246 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
267 addIndex(fromjson("{a: 1}"), filterExpr.get()); in TEST_F()
[all …]
/dports/ftp/horde-gollem/gollem-3.0.13/migration/
H A D1_gollem_base_tables.php34 $this->addIndex('gollem_shares', array('share_name'));
35 $this->addIndex('gollem_shares', array('share_owner'));
36 $this->addIndex('gollem_shares', array('perm_creator'));
37 $this->addIndex('gollem_shares', array('perm_default'));
38 $this->addIndex('gollem_shares', array('perm_guest'));
46 $this->addIndex('gollem_shares_groups', array('share_id'));
48 $this->addIndex('gollem_shares_groups', array('perm'));
56 $this->addIndex('gollem_shares_users', array('share_id'));
57 $this->addIndex('gollem_shares_users', array('user_uid'));
58 $this->addIndex('gollem_shares_users', array('perm'));
[all …]
/dports/security/pear-Horde_Share/Horde_Share-2.2.0/test/Horde/Share/migration/
H A Dsqlng.php37 $migration->addIndex('test_shares', array('share_name'));
38 $migration->addIndex('test_shares', array('share_owner'));
39 $migration->addIndex('test_shares', array('perm_creator_' . Horde_Perms::SHOW));
40 $migration->addIndex('test_shares', array('perm_creator_' . Horde_Perms::READ));
47 $migration->addIndex('test_shares', array('perm_guest_' . Horde_Perms::SHOW));
48 $migration->addIndex('test_shares', array('perm_guest_' . Horde_Perms::READ));
49 $migration->addIndex('test_shares', array('perm_guest_' . Horde_Perms::EDIT));
61 $migration->addIndex('test_shares_groups', array('share_id'));
62 $migration->addIndex('test_shares_groups', array('group_uid'));
77 $migration->addIndex('test_shares_users', array('share_id'));
[all …]
H A Dsql.php28 $migration->addIndex('test_shares', array('share_name'));
29 $migration->addIndex('test_shares', array('share_owner'));
30 $migration->addIndex('test_shares', array('perm_creator'));
31 $migration->addIndex('test_shares', array('perm_default'));
32 $migration->addIndex('test_shares', array('perm_guest'));
40 $migration->addIndex('test_shares_groups', array('share_id'));
41 $migration->addIndex('test_shares_groups', array('group_uid'));
42 $migration->addIndex('test_shares_groups', array('perm'));
50 $migration->addIndex('test_shares_users', array('share_id'));
51 $migration->addIndex('test_shares_users', array('user_uid'));
[all …]
/dports/deskutils/horde-kronolith/kronolith-4.2.29/migration/
H A D15_kronolith_upgrade_sqlng.php59 $this->addIndex('kronolith_sharesng', array('share_name'));
60 $this->addIndex('kronolith_sharesng', array('share_owner'));
61 $this->addIndex('kronolith_sharesng', array('perm_creator_' . Horde_Perms::SHOW));
71 $this->addIndex('kronolith_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
72 $this->addIndex('kronolith_sharesng', array('perm_guest_' . Horde_Perms::READ));
73 $this->addIndex('kronolith_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
87 $this->addIndex('kronolith_sharesng_groups', array('share_id'));
88 $this->addIndex('kronolith_sharesng_groups', array('group_uid'));
105 $this->addIndex('kronolith_sharesng_users', array('share_id'));
106 $this->addIndex('kronolith_sharesng_users', array('user_uid'));
[all …]
H A D1_kronolith_base_tables.php51 $this->addIndex('kronolith_events', array('calendar_id'));
52 $this->addIndex('kronolith_events', array('event_uid'));
62 $this->addIndex('kronolith_storage', array('vfb_owner'));
63 $this->addIndex('kronolith_storage', array('vfb_email'));
80 $this->addIndex('kronolith_shares', array('share_name'));
81 $this->addIndex('kronolith_shares', array('share_owner'));
82 $this->addIndex('kronolith_shares', array('perm_creator'));
83 $this->addIndex('kronolith_shares', array('perm_default'));
84 $this->addIndex('kronolith_shares', array('perm_guest'));
96 $this->addIndex('kronolith_shares_groups', array('perm'));
[all …]
/dports/deskutils/horde-nag/nag-4.2.19/migration/
H A D6_nag_upgrade_sqlng.php47 $this->addIndex('nag_sharesng', array('share_name'));
48 $this->addIndex('nag_sharesng', array('share_owner'));
49 $this->addIndex('nag_sharesng', array('perm_creator_' . Horde_Perms::SHOW));
57 $this->addIndex('nag_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
58 $this->addIndex('nag_sharesng', array('perm_guest_' . Horde_Perms::READ));
59 $this->addIndex('nag_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
71 $this->addIndex('nag_sharesng_groups', array('share_id'));
72 $this->addIndex('nag_sharesng_groups', array('group_uid'));
87 $this->addIndex('nag_sharesng_users', array('share_id'));
88 $this->addIndex('nag_sharesng_users', array('user_uid'));
[all …]
H A D1_nag_base_tables.php47 $this->addIndex('nag_tasks', array('task_owner'));
48 $this->addIndex('nag_tasks', array('task_uid'));
49 $this->addIndex('nag_tasks', array('task_start'));
67 $this->addIndex('nag_shares', array('share_name'));
68 $this->addIndex('nag_shares', array('share_owner'));
69 $this->addIndex('nag_shares', array('perm_creator'));
70 $this->addIndex('nag_shares', array('perm_default'));
71 $this->addIndex('nag_shares', array('perm_guest'));
83 $this->addIndex('nag_shares_groups', array('perm'));
93 $this->addIndex('nag_shares_users', array('share_id'));
[all …]
/dports/deskutils/horde-mnemo/mnemo-4.2.14/migration/
H A D3_mnemo_upgrade_sqlng.php46 $this->addIndex('mnemo_sharesng', array('share_name'));
47 $this->addIndex('mnemo_sharesng', array('share_owner'));
48 $this->addIndex('mnemo_sharesng', array('perm_creator_' . Horde_Perms::SHOW));
56 $this->addIndex('mnemo_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
57 $this->addIndex('mnemo_sharesng', array('perm_guest_' . Horde_Perms::READ));
58 $this->addIndex('mnemo_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
70 $this->addIndex('mnemo_sharesng_groups', array('share_id'));
71 $this->addIndex('mnemo_sharesng_groups', array('group_uid'));
86 $this->addIndex('mnemo_sharesng_users', array('share_id'));
87 $this->addIndex('mnemo_sharesng_users', array('user_uid'));
[all …]
H A D1_mnemo_base_tables.php36 $this->addIndex('mnemo_memos', array('memo_owner'));
37 $this->addIndex('mnemo_memos', array('memo_uid'));
53 $this->addIndex('mnemo_shares', array('share_name'));
54 $this->addIndex('mnemo_shares', array('share_owner'));
55 $this->addIndex('mnemo_shares', array('perm_creator'));
56 $this->addIndex('mnemo_shares', array('perm_default'));
57 $this->addIndex('mnemo_shares', array('perm_guest'));
69 $this->addIndex('mnemo_shares_groups', array('perm'));
79 $this->addIndex('mnemo_shares_users', array('share_id'));
80 $this->addIndex('mnemo_shares_users', array('user_uid'));
[all …]
/dports/devel/horde-whups/whups-3.0.12/migration/
H A D3_whups_upgrade_sqlng.php42 $this->addIndex('whups_sharesng', array('share_name'));
43 $this->addIndex('whups_sharesng', array('share_owner'));
44 $this->addIndex('whups_sharesng', array('perm_creator_' . Horde_Perms::SHOW));
45 $this->addIndex('whups_sharesng', array('perm_creator_' . Horde_Perms::READ));
52 $this->addIndex('whups_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
53 $this->addIndex('whups_sharesng', array('perm_guest_' . Horde_Perms::READ));
54 $this->addIndex('whups_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
66 $this->addIndex('whups_sharesng_groups', array('share_id'));
67 $this->addIndex('whups_sharesng_groups', array('group_uid'));
82 $this->addIndex('whups_sharesng_users', array('share_id'));
[all …]
H A D1_whups_base_tables.php42 $this->addIndex('whups_tickets', array('queue_id'));
43 $this->addIndex('whups_tickets', array('state_id'));
45 $this->addIndex('whups_tickets', array('version_id'));
46 $this->addIndex('whups_tickets', array('priority_id'));
56 $this->addIndex('whups_ticket_owners', 'ticket_id');
57 $this->addIndex('whups_ticket_owners', 'ticket_owner');
118 $this->addIndex('whups_states', array('type_id'));
131 $this->addIndex('whups_replies', array('type_id'));
132 $this->addIndex('whups_replies', array('reply_name'));
183 $this->addIndex('whups_logs', array('ticket_id'));
[all …]
/dports/mail/horde-ingo/ingo-3.2.16/migration/
H A D3_ingo_upgrade_sqlng.php42 $this->addIndex('ingo_sharesng', array('share_name'));
43 $this->addIndex('ingo_sharesng', array('share_owner'));
44 $this->addIndex('ingo_sharesng', array('perm_creator_' . Horde_Perms::SHOW));
45 $this->addIndex('ingo_sharesng', array('perm_creator_' . Horde_Perms::READ));
52 $this->addIndex('ingo_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
53 $this->addIndex('ingo_sharesng', array('perm_guest_' . Horde_Perms::READ));
54 $this->addIndex('ingo_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
66 $this->addIndex('ingo_sharesng_groups', array('share_id'));
67 $this->addIndex('ingo_sharesng_groups', array('group_uid'));
82 $this->addIndex('ingo_sharesng_users', array('share_id'));
[all …]
H A D1_ingo_base_tables.php39 $this->addIndex('ingo_rules', array('rule_owner'));
96 $this->addIndex('ingo_shares', array('share_name'));
97 $this->addIndex('ingo_shares', array('share_owner'));
98 $this->addIndex('ingo_shares', array('perm_creator'));
99 $this->addIndex('ingo_shares', array('perm_default'));
100 $this->addIndex('ingo_shares', array('perm_guest'));
110 $this->addIndex('ingo_shares_groups', array('share_id'));
112 $this->addIndex('ingo_shares_groups', 'perm');
122 $this->addIndex('ingo_shares_users', array('share_id'));
123 $this->addIndex('ingo_shares_users', array('user_uid'));
[all …]
/dports/mail/horde-turba/turba-4.2.25/migration/
H A D3_turba_upgrade_sqlng.php47 $this->addIndex('turba_sharesng', array('share_name'));
48 $this->addIndex('turba_sharesng', array('share_owner'));
49 $this->addIndex('turba_sharesng', array('perm_creator_' . Horde_Perms::SHOW));
57 $this->addIndex('turba_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
58 $this->addIndex('turba_sharesng', array('perm_guest_' . Horde_Perms::READ));
59 $this->addIndex('turba_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
71 $this->addIndex('turba_sharesng_groups', array('share_id'));
72 $this->addIndex('turba_sharesng_groups', array('group_uid'));
87 $this->addIndex('turba_sharesng_users', array('share_id'));
88 $this->addIndex('turba_sharesng_users', array('user_uid'));
[all …]
H A D1_turba_base_tables.php75 $this->addIndex('turba_objects', array('owner_id'));
76 $this->addIndex('turba_objects', array('object_email'));
96 $this->addIndex('turba_shares', array('share_name'));
97 $this->addIndex('turba_shares', array('share_owner'));
98 $this->addIndex('turba_shares', array('perm_creator'));
99 $this->addIndex('turba_shares', array('perm_default'));
100 $this->addIndex('turba_shares', array('perm_guest'));
112 $this->addIndex('turba_shares_groups', array('perm'));
123 $this->addIndex('turba_shares_users', array('share_id'));
124 $this->addIndex('turba_shares_users', array('user_uid'));
[all …]
/dports/www/horde-ansel/ansel-3.0.10/migration/
H A D9_ansel_upgrade_sqlng.php64 $this->addIndex('ansel_sharesng', array('share_name'));
65 $this->addIndex('ansel_sharesng', array('share_owner'));
74 $this->addIndex('ansel_sharesng', array('perm_guest_' . Horde_Perms::SHOW));
75 $this->addIndex('ansel_sharesng', array('perm_guest_' . Horde_Perms::READ));
76 $this->addIndex('ansel_sharesng', array('perm_guest_' . Horde_Perms::EDIT));
88 $this->addIndex('ansel_sharesng_groups', array('share_id'));
89 $this->addIndex('ansel_sharesng_groups', array('group_uid'));
104 $this->addIndex('ansel_sharesng_users', array('share_id'));
105 $this->addIndex('ansel_sharesng_users', array('user_uid'));
106 $this->addIndex('ansel_sharesng_users', array('perm_' . Horde_Perms::SHOW));
[all …]
H A D1_ansel_base_tables.php43 $this->addIndex('ansel_images', array('gallery_id'));
75 $this->addIndex('ansel_faces', array('image_id'));
76 $this->addIndex('ansel_faces', array('gallery_id'));
87 $this->addIndex('ansel_faces_index', array('face_id'));
124 $this->addIndex('ansel_shares', array('share_owner'));
125 $this->addIndex('ansel_shares', array('perm_creator'));
126 $this->addIndex('ansel_shares', array('perm_default'));
127 $this->addIndex('ansel_shares', array('perm_guest'));
129 $this->addIndex('ansel_shares', array('share_parents'));
142 $this->addIndex('ansel_shares_groups', array('perm'));
[all …]
/dports/www/nextcloud/nextcloud/core/Migrations/
H A DVersion13000Date20170718121200.php266 $table->addIndex(['mtime'], 'fs_mtime');
267 $table->addIndex(['size'], 'fs_size');
286 $table->addIndex(['uid'], 'gu_uid_index');
302 $table->addIndex(['uid'], 'group_admin_uid');
364 $table->addIndex(['userid'], 'property_index');
477 $table->addIndex(['token'], 'token_index');
479 $table->addIndex(['parent'], 'parent_index');
480 $table->addIndex(['uid_owner'], 'owner_index');
679 $table->addIndex(['uid'], 'uid_index');
680 $table->addIndex(['type'], 'type_index');
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/schema/migrations/
H A D20170728075232_create_system_log_table.php112 $table->addIndex(['object_id'], [
117 $table->addIndex(['object_class'], [
122 $table->addIndex(['object_type'], [
127 $table->addIndex(['object_subtype'], [
132 $table->addIndex(['event'], [
137 $table->addIndex(['performed_by_guid'], [
142 $table->addIndex(['access_id'], [
147 $table->addIndex(['time_created'], [
152 $table->addIndex([

12345678910>>...52