Home
last modified time | relevance | path

Searched refs:num_updated (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Database/
H A DUpdateComplexTest.php24 $num_updated = $update->execute();
25 $this->assertIdentical($num_updated, 2, 'Updated 2 records.');
35 $num_updated = $this->connection->update('test')
39 $this->assertIdentical($num_updated, 2, 'Updated 2 records.');
51 $num_updated = $this->connection->update('test')
55 $this->assertIdentical($num_updated, 1, 'Updated 1 record.');
65 $num_updated = $this->connection->update('test')
79 $num_updated = $this->connection->update('test')
94 $num_updated = $this->connection->update('test')
115 $num_updated = $this->connection->update('test')
[all …]
H A DUpdateTest.php16 $num_updated = $this->connection->update('test')
20 $this->assertIdentical($num_updated, 1, 'Updated 1 record.');
31 $num_updated = $this->connection->update('test_null')
35 $this->assertIdentical($num_updated, 1, 'Updated 1 record.');
45 $num_updated = $this->connection->update('test')
49 $this->assertIdentical($num_updated, 2, 'Updated 2 records.');
59 $num_updated = $this->connection->update('test')
63 $this->assertIdentical($num_updated, 2, 'Updated 2 records.');
73 $num_updated = $this->connection->update('test')
91 $num_updated = $update->execute();
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Database/
H A DUpdateComplexTest.php22 $num_updated = $update->execute();
23 $this->assertSame(2, $num_updated, 'Updated 2 records.');
33 $num_updated = $this->connection->update('test')
37 $this->assertSame(2, $num_updated, 'Updated 2 records.');
49 $num_updated = $this->connection->update('test')
63 $num_updated = $this->connection->update('test')
77 $num_updated = $this->connection->update('test')
92 $num_updated = $this->connection->update('test')
113 $num_updated = $this->connection->update('test')
136 $num_updated = $query->execute();
[all …]
H A DUpdateTest.php16 $num_updated = $this->connection->update('test')
20 $this->assertSame(1, $num_updated, 'Updated 1 record.');
31 $num_updated = $this->connection->update('test_null')
35 $this->assertSame(1, $num_updated, 'Updated 1 record.');
45 $num_updated = $this->connection->update('test')
49 $this->assertSame(2, $num_updated, 'Updated 2 records.');
59 $num_updated = $this->connection->update('test')
63 $this->assertSame(2, $num_updated, 'Updated 2 records.');
73 $num_updated = $this->connection->update('test')
91 $num_updated = $update->execute();
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/tasks/controller/
H A DTaskController.php409 $num_updated = 0;
416 $num_updated++;
419 if($num_updated > 0)
/dports/security/zeronet/ZeroNet-0.7.1/plugins/OptionalManager/
H A DContentDbPlugin.py222 num_updated = 0
264 num_updated += len(updates)
269 …self.log.debug("%s/%s peer number for %s site updated in %.3fs" % (num_updated, num_file, num_site…
/dports/games/retroarch/RetroArch-1.9.7/tasks/
H A Dtask_core_updater.c129 unsigned num_updated; member
1359 update_installed_handle->num_updated++; in task_update_installed_cores_handler()
1403 if (update_installed_handle->num_updated > 0) in task_update_installed_cores_handler()
1410 update_installed_handle->num_updated, in task_update_installed_cores_handler()
1418 update_installed_handle->num_updated); in task_update_installed_cores_handler()
1497 update_installed_handle->num_updated = 0; in task_push_update_installed_cores()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_update.h111 inline ha_rows num_updated() in num_updated() function
H A Dsql_update.cc3051 result_obj->num_updated()); in execute_multi_table_update()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_update.h111 inline ha_rows num_updated() in num_updated() function
H A Dsql_update.cc3048 result_obj->num_updated()); in execute_multi_table_update()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_update.h111 inline ha_rows num_updated() in num_updated() function
H A Dsql_update.cc3051 result_obj->num_updated()); in execute_multi_table_update()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_update.h111 inline ha_rows num_updated() in num_updated() function
H A Dsql_update.cc3036 result_obj->num_updated()); in execute_multi_table_update()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_update.h111 inline ha_rows num_updated() in num_updated() function
H A Dsql_update.cc3051 result_obj->num_updated()); in execute_multi_table_update()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_update.h111 inline ha_rows num_updated() in num_updated() function
H A Dsql_update.cc3036 result_obj->num_updated()); in execute_multi_table_update()
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dstochastic_gradient_descent.c185 size_t num_updated = update_indices->n; in stochastic_gradient_descent_update_sparse() local
212 for (size_t i = 0; i < num_updated; i++) { in stochastic_gradient_descent_update_sparse()
/dports/www/drupal7/drupal-7.82/modules/simpletest/tests/
H A Ddatabase_test.test778 $num_updated = db_update('test')
807 $num_updated = db_update('test')
821 $num_updated = db_update('test')
835 $num_updated = db_update('test')
884 $num_updated = db_update('test')
929 $num_updated = db_update('test')
945 $num_updated = db_update('test')
959 $num_updated = db_update('test')
973 $num_updated = db_update('test')
989 $num_updated = db_update('test')
[all …]
/dports/www/mybb/mybb-mybb_1829/install/resources/
H A Dupgrade30.php2497 $num_updated = 0;
2503 ++$num_updated;
2507 return $num_updated;
/dports/www/webpy/web.py-0.62/docs/
H A Ddb.rst90 num_updated = db.update('users', where="id = 10", firstname = "Foo")
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_class.h3598 inline ha_rows num_updated() in num_updated() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_class.h5306 inline ha_rows num_updated() in num_updated() function

12