Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 – 25 of 1443) sorted by relevance

12345678910>>...58

/dports/www/nextcloud/nextcloud/core/
H A DApplication.php97 if (!$table->hasIndex('parent_index')) {
100 if (!$table->hasIndex('owner_index')) {
103 if (!$table->hasIndex('initiator_index')) {
111 if (!$table->hasIndex('fs_mtime')) {
115 if (!$table->hasIndex('fs_size')) {
139 if (!$table->hasIndex('poll_token')) {
142 if (!$table->hasIndex('login_token')) {
145 if (!$table->hasIndex('timestamp')) {
153 if (!$table->hasIndex('version')) {
161 if (!$table->hasIndex('cards_abid')) {
[all …]
/dports/www/nextcloud/nextcloud/core/Command/Db/
H A DAddMissingIndices.php98 if (!$table->hasIndex('share_with_index')) {
106 if (!$table->hasIndex('parent_index')) {
114 if (!$table->hasIndex('owner_index')) {
122 if (!$table->hasIndex('initiator_index')) {
134 if (!$table->hasIndex('fs_mtime')) {
141 if (!$table->hasIndex('fs_size')) {
179 if (!$table->hasIndex('poll_token')) {
203 if (!$table->hasIndex('version')) {
237 if (!$table->hasIndex('cards_abid')) {
251 if (!$table->hasIndex('cards_abiduri')) {
[all …]
H A DAddMissingPrimaryKeys.php93 if ($table->hasIndex('share_id_index')) {
107 if ($table->hasIndex('mapping')) {
121 if ($table->hasIndex('comments_marker_index')) {
135 if ($table->hasIndex('collres_unique_res')) {
149 if ($table->hasIndex('collres_unique_user')) {
163 if ($table->hasIndex('fce_fileid_idx')) {
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/schema/migrations/
H A D20170728030000_denormalize_metastrings.php54 if ($table->hasIndex('name_id')) {
58 if ($table->hasIndex('value_id')) {
77 if (!$table->hasIndex('name')) {
85 if (!$table->hasIndex('value')) {
156 if (!$table->hasIndex('name_id')) {
162 if (!$table->hasIndex(['value_id'])) {
191 if ($table->hasIndex('name')) {
195 if ($table->hasIndex('value')) {
H A D20170728010000_remove_site_guid.php55 if ($table->hasIndex('site_guid')) {
77 if ($table->hasIndex('site_guid')) {
89 if ($table->hasIndex('site_guid')) {
101 if ($table->hasIndex('site_guid')) {
112 if ($table->hasIndex('user_guid')) {
150 if (!$table->hasIndex('site_guid')) {
202 if (!$table->hasIndex('site_guid')) {
230 if (!$table->hasIndex('site_guid')) {
265 if ($table->hasIndex('site_guid')) {
278 if ($table->hasIndex('user_guid')) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/objectivec/google/protobuf/
H A DApi.pbobjc.m87 .hasIndex = 0,
114 .hasIndex = 1,
123 .hasIndex = 2,
141 .hasIndex = 3,
208 .hasIndex = 0,
217 .hasIndex = 1,
226 .hasIndex = 2,
235 .hasIndex = 4,
244 .hasIndex = 5,
262 .hasIndex = 7,
[all …]
H A DType.pbobjc.m122 .hasIndex = 0,
158 .hasIndex = 1,
167 .hasIndex = 2,
241 .hasIndex = 0,
250 .hasIndex = 1,
259 .hasIndex = 2,
268 .hasIndex = 3,
277 .hasIndex = 4,
286 .hasIndex = 5,
295 .hasIndex = 6,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/objectivec/google/protobuf/
H A DApi.pbobjc.m87 .hasIndex = 0,
114 .hasIndex = 1,
123 .hasIndex = 2,
141 .hasIndex = 3,
208 .hasIndex = 0,
217 .hasIndex = 1,
226 .hasIndex = 2,
235 .hasIndex = 4,
244 .hasIndex = 5,
262 .hasIndex = 7,
[all …]
H A DType.pbobjc.m122 .hasIndex = 0,
158 .hasIndex = 1,
167 .hasIndex = 2,
241 .hasIndex = 0,
250 .hasIndex = 1,
259 .hasIndex = 2,
268 .hasIndex = 3,
277 .hasIndex = 4,
286 .hasIndex = 5,
295 .hasIndex = 6,
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Migration/
H A DVersion1006Date20180628111625.php56 if ($calendarChangesTable->hasIndex('calendarid_synctoken')) {
69 if ($calendarObjectsTable->hasIndex('calobjects_index')) {
83 if ($calendarObjectsPropsTable->hasIndex('calendarobject_index')) {
86 if ($calendarObjectsPropsTable->hasIndex('calendarobject_name_index')) {
89 if ($calendarObjectsPropsTable->hasIndex('calendarobject_value_index')) {
/dports/net-im/nextcloud-talk/spreed/lib/Migration/
H A DVersion8000Date20200331144101.php39 if (!$table->hasIndex('tp_ident')) {
42 if (!$table->hasIndex('tp_room')) {
45 if (!$table->hasIndex('tp_last_ping')) {
48 if (!$table->hasIndex('tp_in_call')) {
/dports/www/nextcloud-groupfolders/groupfolders/lib/Migration/
H A DVersion1000000Date20210216085047.php49 if ($table->hasIndex('groups_folder_acl_file')) {
54 if ($table->hasIndex('group_folder')) {
59 if ($table->hasIndex('groups_folder_trash_folder')) {
62 if ($table->hasIndex('groups_folder_name')) {
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DLoadBamInfoTask.cpp67 bool hasIndex = false; in run() local
69 hasIndex = false; in run()
71 hasIndex = ioIndexAdapter->open(baiUrl, IOAdapterMode_Read); in run()
85 if (hasIndex) { in run()
/dports/sysutils/krename/krename-5.0.1/src/
H A Dmodeltest.cpp81 hasIndex(); in runAllTests()
103 model->hasIndex(0, 0); in nonDestructiveBasicTest()
174 void ModelTest::hasIndex() in hasIndex() function in ModelTest
177 Q_ASSERT(model->hasIndex(-2, -2) == false); in hasIndex()
178 Q_ASSERT(model->hasIndex(-2, 0) == false); in hasIndex()
179 Q_ASSERT(model->hasIndex(0, -2) == false); in hasIndex()
185 Q_ASSERT(model->hasIndex(rows, columns) == false); in hasIndex()
186 Q_ASSERT(model->hasIndex(rows + 1, columns + 1) == false); in hasIndex()
189 Q_ASSERT(model->hasIndex(0, 0) == true); in hasIndex()
317 Q_ASSERT(model->hasIndex(rows + 1, 0, parent) == false); in checkChildren()
[all …]
/dports/graphics/R-cran-s2/s2/src/
H A Dgeography.h28 Geography(): hasIndex(false) {} in Geography()
83 if (!this->hasIndex) { in ShapeIndex()
85 this->hasIndex = true; in ShapeIndex()
106 bool hasIndex; variable
/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dcompile_error.cpp36 : reason(why), hasIndex(false), index(0) { in CompileError()
42 : reason(why), hasIndex(true), index(idx) { in CompileError()
48 hasIndex = true; in setExpressionIndex()
/dports/misc/actiona/actiona-3.10.1/gui/
H A Dmodeltest.cpp86 hasIndex(); in runAllTests()
108 model->hasIndex(0, 0); in nonDestructiveBasicTest()
177 void ModelTest::hasIndex() in hasIndex() function in ModelTest
180 Q_ASSERT(model->hasIndex(-2, -2) == false); in hasIndex()
181 Q_ASSERT(model->hasIndex(-2, 0) == false); in hasIndex()
182 Q_ASSERT(model->hasIndex(0, -2) == false); in hasIndex()
188 Q_ASSERT(model->hasIndex(rows, columns) == false); in hasIndex()
189 Q_ASSERT(model->hasIndex(rows + 1, columns + 1) == false); in hasIndex()
192 Q_ASSERT(model->hasIndex(0, 0) == true); in hasIndex()
314 Q_ASSERT(model->hasIndex(rows + 1, 0, parent) == false); in checkChildren()
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/tests/testlib/
H A Dmodeltest.cpp55 hasIndex(); in runAllTests()
77 model->hasIndex ( 0, 0 ); in nonDestructiveBasicTest()
145 void ModelTest::hasIndex() in hasIndex() function in ModelTest
149 Q_ASSERT ( model->hasIndex ( -2, -2 ) == false ); in hasIndex()
150 Q_ASSERT ( model->hasIndex ( -2, 0 ) == false ); in hasIndex()
151 Q_ASSERT ( model->hasIndex ( 0, -2 ) == false ); in hasIndex()
157 Q_ASSERT ( model->hasIndex ( rows, columns ) == false ); in hasIndex()
158 Q_ASSERT ( model->hasIndex ( rows + 1, columns + 1 ) == false ); in hasIndex()
161 Q_ASSERT ( model->hasIndex ( 0, 0 ) == true ); in hasIndex()
285 Q_ASSERT ( model->hasIndex ( rows + 1, 0, parent ) == false ); in checkChildren()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/models/
H A Dmodeltest.cpp105 hasIndex(); in runAllTests()
127 model->hasIndex ( 0, 0 ); in nonDestructiveBasicTest()
195 void ModelTest::hasIndex() in hasIndex() function in ModelTest
199 QVERIFY( !model->hasIndex ( -2, -2 ) ); in hasIndex()
200 QVERIFY( !model->hasIndex ( -2, 0 ) ); in hasIndex()
201 QVERIFY( !model->hasIndex ( 0, -2 ) ); in hasIndex()
207 QVERIFY( !model->hasIndex ( rows, columns ) ); in hasIndex()
208 QVERIFY( !model->hasIndex ( rows + 1, columns + 1 ) ); in hasIndex()
211 QVERIFY( model->hasIndex ( 0, 0 ) ); in hasIndex()
335 QVERIFY( !model->hasIndex ( rows + 1, 0, parent ) ); in checkChildren()
[all …]
/dports/editors/calligra/calligra-3.2.1/stage/part/tests/
H A DModelTest.cpp85 hasIndex(); in runAllTests()
108 model->hasIndex(0, 0); in nonDestructiveBasicTest()
176 void ModelTest::hasIndex() in hasIndex() function in ModelTest
179 Q_ASSERT(model->hasIndex(-2, -2) == false); in hasIndex()
180 Q_ASSERT(model->hasIndex(-2, 0) == false); in hasIndex()
181 Q_ASSERT(model->hasIndex(0, -2) == false); in hasIndex()
187 Q_ASSERT(model->hasIndex(rows, columns) == false); in hasIndex()
188 Q_ASSERT(model->hasIndex(rows + 1, columns + 1) == false); in hasIndex()
191 Q_ASSERT(model->hasIndex(0, 0) == true); in hasIndex()
313 Q_ASSERT(model->hasIndex(rows + 1, 0, parent) == false); in checkChildren()
[all …]
/dports/mail/trojita/trojita-0.7/src/Imap/Model/ModelTest/
H A Dmodeltest.cpp87 hasIndex(); in runAllTests()
109 model->hasIndex(0, 0); in nonDestructiveBasicTest()
176 void ModelTest::hasIndex() in hasIndex() function in ModelTest
179 Q_ASSERT(model->hasIndex(-2, -2) == false); in hasIndex()
180 Q_ASSERT(model->hasIndex(-2, 0) == false); in hasIndex()
181 Q_ASSERT(model->hasIndex(0, -2) == false); in hasIndex()
187 Q_ASSERT(model->hasIndex(rows, columns) == false); in hasIndex()
188 Q_ASSERT(model->hasIndex(rows + 1, columns + 1) == false); in hasIndex()
191 Q_ASSERT(model->hasIndex(0, 0) == true); in hasIndex()
313 Q_ASSERT(model->hasIndex(rows + 1, 0, parent) == false); in checkChildren()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/shared/modeltest/
H A Dmodeltest.cpp89 hasIndex(); in runAllTests()
111 model->hasIndex(0, 0); in nonDestructiveBasicTest()
181 void ModelTest::hasIndex() in hasIndex() function in ModelTest
184 Q_ASSERT(model->hasIndex(-2, -2) == false); in hasIndex()
185 Q_ASSERT(model->hasIndex(-2, 0) == false); in hasIndex()
186 Q_ASSERT(model->hasIndex(0, -2) == false); in hasIndex()
192 Q_ASSERT(model->hasIndex(rows, columns) == false); in hasIndex()
193 Q_ASSERT(model->hasIndex(rows + 1, columns + 1) == false); in hasIndex()
196 Q_ASSERT(model->hasIndex(0, 0) == true); in hasIndex()
327 Q_ASSERT(model->hasIndex(rows + 1, 0, parent) == false); in checkChildren()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/qt_modeltest/
H A Dmodeltest.cpp89 hasIndex(); in runAllTests()
111 model->hasIndex( 0, 0 ); in nonDestructiveBasicTest()
182 void ModelTest::hasIndex() in hasIndex() function in ModelTest
185 Q_ASSERT( model->hasIndex( -2, -2 ) == false ); in hasIndex()
186 Q_ASSERT( model->hasIndex( -2, 0 ) == false ); in hasIndex()
187 Q_ASSERT( model->hasIndex( 0, -2 ) == false ); in hasIndex()
193 Q_ASSERT( model->hasIndex( rows, columns ) == false ); in hasIndex()
194 Q_ASSERT( model->hasIndex( rows + 1, columns + 1 ) == false ); in hasIndex()
197 Q_ASSERT( model->hasIndex( 0, 0 ) == true ); in hasIndex()
331 Q_ASSERT( model->hasIndex( rows + 1, 0, parent ) == false ); in checkChildren()
[all …]
/dports/www/nextcloud/nextcloud/core/Migrations/
H A DVersion22000Date20210216080825.php48 if ($table->hasIndex('appconfig_appid_key')) {
53 if ($table->hasIndex('collres_user_coll')) {
58 if ($table->hasIndex('mounts_user_index')) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Migration/
H A DVersion22000Date20210216084416.php48 if ($table->hasIndex('applicable_type_value')) {
53 if ($table->hasIndex('config_mount')) {
58 if ($table->hasIndex('option_mount')) {

12345678910>>...58