Home
last modified time | relevance | path

Searched refs:batch_update (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/py-gspread/gspread-5.1.1/gspread/
H A Dworksheet.py763 def batch_update(self, data, **kwargs): member in Worksheet
878 return self.spreadsheet.batch_update(body)
913 return self.spreadsheet.batch_update(body)
1030 return self.spreadsheet.batch_update(body)
1055 return self.spreadsheet.batch_update(body)
1201 self.spreadsheet.batch_update(body)
1239 self.spreadsheet.batch_update(body)
1334 return self.spreadsheet.batch_update(body)
1363 return self.spreadsheet.batch_update(body)
1711 self.spreadsheet.batch_update(body)
[all …]
H A Dspreadsheet.py111 def batch_update(self, body): member in Spreadsheet
366 data = self.batch_update(body)
412 data = self.batch_update(body)
428 return self.batch_update(body)
463 return self.batch_update(body)
/dports/www/py-pygsheets/pygsheets-2.0.5/pygsheets/
H A Dsheet.py60 def batch_update(self, spreadsheet_id, requests, **kwargs): member in SheetAPIWrapper
187 return self.batch_update(spreadsheet_id, request)
430 self.batch_update(spreadsheet_id, [request])
452 response = self.batch_update(spreadsheet_id, [request])
480 self.batch_update(spreadsheet_id, [request])
H A Dworksheet.py758 self.client.sheet.batch_update(self.spreadsheet.id, requests)
841 self.client.sheet.batch_update(self.spreadsheet.id, request)
858 self.client.sheet.batch_update(self.spreadsheet.id, request)
879 self.client.sheet.batch_update(self.spreadsheet.id, request)
902 self.client.sheet.batch_update(self.spreadsheet.id, request)
930 self.client.sheet.batch_update(self.spreadsheet.id, request)
975 self.client.sheet.batch_update(self.spreadsheet.id, request)
1007 self.client.sheet.batch_update(self.spreadsheet.id, request)
1070 self.client.sheet.batch_update(self.spreadsheet.id, request)
1278 self.client.sheet.batch_update(self.spreadsheet.id, request)
[all …]
H A Dspreadsheet.py102 self.client.sheet.batch_update(self.id, request, fields='*')
222 result = self.client.sheet.batch_update(self.id, request, fields='replies/addSheet')
236 self.client.sheet.batch_update(self.id, request)
390 return self.client.sheet.batch_update(self.id, request, fields=fields, **kwargs)
H A Dchart.py209 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
286 … response = self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
306 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
314 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
H A Ddatarange.py264 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
317 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
332 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
382 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
H A Dcell.py464 self._worksheet.client.sheet.batch_update(self._worksheet.spreadsheet.id, request)
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/
H A Dhangouts_connection.c101 BatchUpdate batch_update = BATCH_UPDATE__INIT; in hangouts_process_data_chunks() local
107 pblite_decode((ProtobufCMessage *) &batch_update, pblite_message, TRUE); in hangouts_process_data_chunks()
110 …printf("Is valid? %s\n", protobuf_c_message_check((ProtobufCMessage *) &batch_update) ? "Yes" : "N… in hangouts_process_data_chunks()
112 printf("CBU %s", pblite_dump_json((ProtobufCMessage *)&batch_update)); in hangouts_process_data_chunks()
113 JsonArray *debug = pblite_encode((ProtobufCMessage *) &batch_update); in hangouts_process_data_chunks()
120 pblite_decode((ProtobufCMessage *) &batch_update, debug, TRUE); in hangouts_process_data_chunks()
121 debug = pblite_encode((ProtobufCMessage *) &batch_update); in hangouts_process_data_chunks()
130 for(j = 0; j < batch_update.n_state_update; j++) { in hangouts_process_data_chunks()
131 …ection_get_protocol(ha->pc), "hangouts-received-stateupdate", ha->pc, batch_update.state_update[j]… in hangouts_process_data_chunks()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/decomposition/
H A D_lda.py473 def _em_step(self, X, total_samples, batch_update, parallel=None): argument
506 if batch_update:
585 batch_update=False,
633 batch_update=False,
639 X, total_samples=n_samples, batch_update=True, parallel=parallel
/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Ddisplay.h10 void batch_update(double period);
H A Dmain.c401 batch_update(period);
H A Ddisplay.c263 batch_update(double period) in batch_update() function
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A Dproperties.py955 self.batch_update = False
1015 self.batch_update = True
1033 self.batch_update = False
1035 self.batch_update = True
1041 self.batch_update = False
1084 if not self.update_func or self.batch_update:
1153 self.batch_update = True
1161 self.batch_update = False
1181 self.batch_update = True
1189 self.batch_update = False
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dtodo_spec.rb440 ids = described_class.batch_update(state: :done)
451 expect(described_class.batch_update(state: :pending)).to be_empty
460 ids = described_class.batch_update(state: :done)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Dtodo_service.rb184 todos_ids = todos.batch_update(state: resolution, resolved_by_action: resolved_by_action)
200 todos_ids = todos.batch_update(state: :pending)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/scripts/
H A Dgenerate_stats.py468 def batch_update(service, spreadsheet_id, updates): function
481 batch_update(service, spreadsheet_id, updates)
557 batch_update(service, spreadsheet_id, updates)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/scripts/
H A Dgenerate_stats.py471 def batch_update(service, spreadsheet_id, updates): function
484 batch_update(service, spreadsheet_id, updates)
560 batch_update(service, spreadsheet_id, updates)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DCombinedSparseGridDriver.cpp521 size_t i, num_mi; bool batch_update; in combine_grid() local
526 batch_update = false; in combine_grid()
529 { combinedSmolyakMultiIndex.push_back(sm_mi[i]); batch_update = true; } in combine_grid()
530 if (batch_update) update_pareto_set(sm_mi, combined_pareto); in combine_grid()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dtodo.rb117 def batch_update(**new_attributes) singletonMethod in Todo
/dports/net/py-gspread/gspread-5.1.1/
H A DREADME.md168 worksheet.batch_update([{
H A DHISTORY.rst46 * Bugfix - remove wrong argument in `batch_update` docstring (#912 by @lavigne958)
292 * `Worksheet.batch_update()`
/dports/sysutils/tracker/tracker-2.3.4/tests/functional-tests/
H A D01-insertion.py765 self.tracker.batch_update(INSERT_SPARQL)
/dports/sysutils/tracker/tracker-2.3.4/src/tracker-store/
H A Dtracker-steroids.vala146 public async void batch_update (BusName sender, UnixInputStream input_stream) throws Error {
/dports/sysutils/tracker/tracker-2.3.4/utils/trackertestutils/
H A Dhelpers.py516 def batch_update(self, update_sparql, **kwargs): member in StoreHelper

12