Home
last modified time | relevance | path

Searched defs:update (Results 51 – 75 of 23140) sorted by relevance

12345678910>>...926

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dpush_node_test.cpp175 auto update = in TEST() local
185 auto update = in TEST() local
195 auto update = in TEST() local
223 auto update = fromjson( in TEST() local
233 auto update = in TEST() local
243 auto update = in TEST() local
262 auto update = fromjson("{$push: {a: 1}}"); in TEST_F() local
278 auto update = fromjson("{$push: {a: 1}}"); in TEST_F() local
674 auto update = BSON( in TEST_F() local
706 auto update = BSON( in TEST_F() local
[all …]
H A Dpullall_node_test.cpp52 auto update = fromjson("{$pullAll: {a: 1}}"); in TEST() local
61 auto update = fromjson("{$pullAll: {a: 'test'}}"); in TEST() local
70 auto update = fromjson("{$pullAll: {a: {}}}"); in TEST() local
79 auto update = fromjson("{$pullAll: {a: true}}"); in TEST() local
88 auto update = fromjson("{$pullAll : {b: [1]}}"); in TEST_F() local
105 auto update = fromjson("{$pullAll : {'a.2': [1]}}"); in TEST_F() local
123 auto update = fromjson("{$pullAll : {'a.0': [1, 2]}}"); in TEST_F() local
138 auto update = fromjson("{$pullAll : {a: [1]}}"); in TEST_F() local
155 auto update = fromjson("{$pullAll : {a: [1]}}"); in TEST_F() local
171 auto update = fromjson("{$pullAll : {a: ['r']}}"); in TEST_F() local
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-update.c71 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_free() local
99 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) src; in gda_sql_statement_update_copy() local
135 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_serialize() local
213 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_table_name() local
231 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_on_conflict() local
252 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_condition() local
272 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_set_value() local
286 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_check_structure() local
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-update.c71 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_free() local
99 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) src; in gda_sql_statement_update_copy() local
135 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_serialize() local
213 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_table_name() local
231 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_on_conflict() local
252 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_condition() local
272 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_set_value() local
286 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_check_structure() local
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-update.c71 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_free() local
99 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) src; in gda_sql_statement_update_copy() local
135 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_serialize() local
213 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_table_name() local
231 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_on_conflict() local
252 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_condition() local
272 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_set_value() local
286 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_check_structure() local
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-update.c71 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_free() local
99 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) src; in gda_sql_statement_update_copy() local
135 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_serialize() local
213 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_table_name() local
231 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_on_conflict() local
252 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_condition() local
272 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_set_value() local
286 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_check_structure() local
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-update.c71 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_free() local
99 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) src; in gda_sql_statement_update_copy() local
135 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_serialize() local
213 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_table_name() local
231 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_on_conflict() local
252 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_condition() local
272 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_set_value() local
286 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_check_structure() local
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dgda-statement-struct-update.c71 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_free() local
99 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) src; in gda_sql_statement_update_copy() local
135 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_serialize() local
213 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_table_name() local
231 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_on_conflict() local
252 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_condition() local
272 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt->contents; in gda_sql_statement_update_take_set_value() local
286 GdaSqlStatementUpdate *update = (GdaSqlStatementUpdate *) stmt; in gda_sql_statement_update_check_structure() local
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dupdate.c920 rdpUpdate* update = context->update; in _update_begin_paint() local
945 rdpUpdate* update = context->update; in _update_end_paint() local
972 rdpUpdate* update = context->update; in update_flush() local
989 rdpUpdate* update = context->update; in update_check_flush() local
1009 rdpUpdate* update = context->update; in update_set_bounds() local
1040 rdpUpdate* update = context->update; in update_prepare_bounds() local
1189 wStream* update; in update_send_surface_command() local
1338 rdpUpdate* update = context->update; in update_send_bitmap_update() local
1922 rdpUpdate* update; in update_send_switch_surface_order() local
2911 rdpUpdate* update; in update_new() local
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/engine/cachingreader/
H A Dcachingreaderworker.cpp107 const ReaderStatusUpdate update(processReadRequest(request)); in run() local
121 const auto update = ReaderStatusUpdate::readDiscarded(request.chunk); in loadTrack() local
130 const auto update = ReaderStatusUpdate::trackUnloaded(); in loadTrack() local
144 const auto update = ReaderStatusUpdate::trackUnloaded(); in loadTrack() local
160 const auto update = ReaderStatusUpdate::trackUnloaded(); in loadTrack() local
177 const auto update = ReaderStatusUpdate::trackUnloaded(); in loadTrack() local
193 const auto update = in loadTrack() local
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/query/
H A Dreducer.test.ts22 const update = { results: metrics, templatedRegex: '' }; constant
46 const update = { results: metrics, templatedRegex: '' }; constant
68 const update = { results: [] as MetricFindValue[], templatedRegex: '' }; constant
108 const update = { results: metrics, templatedRegex: regex }; constant
132 const update = { results: metrics, templatedRegex: regex }; constant
153 const update = { results: metrics, templatedRegex: regex }; constant
172 const update = { results: metrics, templatedRegex: regex }; constant
191 const update = { results: metrics, templatedRegex: regex }; constant
210 const update = { results: metrics, templatedRegex: regex }; constant
229 const update = { results: metrics, templatedRegex: regex }; constant
[all …]
/dports/math/ensmallen/ensmallen-2.17.0/tests/
H A Dquasi_hyperbolic_momentum_sgd_test.cpp22 QHUpdate update(0.4, 0.9); variable
32 QHUpdate update(0.9, 0.9); variable
42 QHUpdate update(0.9, 0.9); variable
57 QHUpdate update(0.9, 0.99); variable
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/sso/user/
H A Dupdate.go28 type update struct { struct
33 cli.Register("sso.user.update", &update{})
40 govc sso.user.update -C "$(cat cert.pem)" NAME
52 func (cmd *update) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/dns/knot3-lib/knot-3.1.5/src/knot/updates/
H A Dddns.c112 static int check_type_exist(zone_update_t *update, in check_type_exist()
138 static int check_in_use(zone_update_t *update, in check_in_use()
151 static int check_not_in_use(zone_update_t *update, in check_not_in_use()
353 zone_update_t *update) in add_rr_to_chgset()
369 zone_update_t *update) in process_add_cname()
424 zone_update_t *update) in process_add_soa()
462 zone_update_t *update) in process_add()
481 zone_update_t *update) in process_rem_rr()
524 zone_update_t *update) in process_rem_rrset()
576 zone_update_t *update) in process_remove()
[all …]
/dports/dns/knot3/knot-3.1.5/src/knot/updates/
H A Dddns.c112 static int check_type_exist(zone_update_t *update, in check_type_exist()
138 static int check_in_use(zone_update_t *update, in check_in_use()
151 static int check_not_in_use(zone_update_t *update, in check_not_in_use()
353 zone_update_t *update) in add_rr_to_chgset()
369 zone_update_t *update) in process_add_cname()
424 zone_update_t *update) in process_add_soa()
462 zone_update_t *update) in process_add()
481 zone_update_t *update) in process_rem_rr()
524 zone_update_t *update) in process_rem_rrset()
576 zone_update_t *update) in process_remove()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-contrib/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local

12345678910>>...926