Home
last modified time | relevance | path

Searched refs:update_response (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dget_updates_processor.cc36 const sync_pb::ClientToServerResponse& update_response) { in ExtractKeystoreKeys() argument
38 update_response.get_updates().encryption_keys(); in ExtractKeystoreKeys()
47 const sync_pb::ClientToServerResponse& update_response, in HandleGetEncryptionKeyResponse() argument
50 if (update_response.get_updates().encryption_keys_size() == 0) { in HandleGetEncryptionKeyResponse()
56 ExtractKeystoreKeys(update_response); in HandleGetEncryptionKeyResponse()
63 << update_response.get_updates().encryption_keys_size() in HandleGetEncryptionKeyResponse()
220 sync_pb::ClientToServerResponse update_response; in ExecuteDownloadUpdates() local
237 *msg, &update_response, cycle, &partial_failure_data_types); in ExecuteDownloadUpdates()
240 update_response); in ExecuteDownloadUpdates()
265 << update_response.get_updates().entries_size() << " updates."; in ExecuteDownloadUpdates()
[all …]
/dports/security/acme.sh/acme.sh-3.0.1/deploy/
H A Dqiniu.sh78update_response=$(_post "$update_body" "$QINIU_API_BASE$update_path" 0 "PUT" "application/json" | …
80 if _contains "$update_response" "error"; then
82 _err "$update_response"
86 _debug update_response "$update_response"
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/tasks/queues/
H A Dupdate.py87 update_response = queues_client.Patch(
97 update_response = queues_client.Patch(
107 update_response = queues_client.Patch(
115 return update_response
H A Dupdate_app_engine_queue.py87 update_response = queues_client.Patch(
98 update_response = queues_client.Patch(
105 return update_response
H A Dupdate_pull_queue.py64 update_response = queues_client.Patch(
67 return update_response
/dports/www/pecl-solr/solr-2.5.1/examples/
H A Dsolrclient_005_optimize.php16 $update_response = $client->optimize(4, false, false); variable
18 $response = $update_response->getRawRequest();
H A Dsolrclient_006_commit.php16 $update_response = $client->commit(true, false, false); variable
18 $response = $update_response->getRawRequest();
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/module_utils/net_tools/pritunl/
H A Dtest_api.py569 update_response = api.post_pritunl_user(
581 for k, v in iteritems(update_response):
582 if k in update_response:
583 assert update_response[k] == v
585 assert update_response[k] == create_response[k]
/dports/www/py-django-formtools/django-formtools-2.1/formtools/wizard/storage/
H A Dcookie.py21 def update_response(self, response): member in CookieStorage
22 super(CookieStorage, self).update_response(response)
/dports/www/py-python-digitalocean/python-digitalocean-1.16.0/digitalocean/
H A DProject.py118 update_response = self.get_data("projects/%s" % self.id, type=PUT, params=data)
119 for attr in update_response['project'].keys():
120 setattr(self, attr, update_response['project'][attr])
/dports/devel/py-moto/moto-2.2.16/tests/test_medialive/
H A Dtest_medialive.py237 update_response = client.update_channel(
240 update_response["Channel"]["State"].should.equal("UPDATING")
241 update_response["Channel"]["Name"].should.equal("Updated Channel")
331 update_response = client.update_input(
334 update_response["Input"]["Name"].should.equal("test input U")
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/org_policies/
H A Dset_policy.py86 update_response = org_policy_api.UpdatePolicy(input_policy)
88 return update_response
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/updater/
H A Dupdate_service_browsertest.cc194 const base::FilePath update_response = in IN_PROC_BROWSER_TEST_F() local
200 update_response)); in IN_PROC_BROWSER_TEST_F()
253 const base::FilePath update_response = in IN_PROC_BROWSER_TEST_F() local
259 update_response)); in IN_PROC_BROWSER_TEST_F()
426 const base::FilePath update_response = in SetUpNetworkInterceptors() local
433 update_response)); in SetUpNetworkInterceptors()
436 update_response)); in SetUpNetworkInterceptors()
439 update_response)); in SetUpNetworkInterceptors()
442 update_response)); in SetUpNetworkInterceptors()
/dports/www/py-django-formtools/django-formtools-2.1/tests/wizard/
H A Dtest_cookiestorage.py36 storage.update_response(response)
43 storage.update_response(response)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/resource_settings/
H A Dset_value.py106 update_response = settings_service.UpdateValue(update_request)
107 return update_response
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/plugins/modules/
H A Dna_santricity_hostgroup.py223 update_response = None
225 …rc, update_response = self.request("storage-systems/%s/host-groups/%s" % (self.ssid, self.current_…
229 return update_response
H A Dnetapp_e_hostgroup.py248 update_response = None
250 rc, update_response = self.request("storage-systems/%s/host-groups/%s"
256 return update_response
/dports/net/yaz/yaz-5.31.1/src/
H A Dsrwutil.c913 sr->u.update_response = (Z_SRW_updateResponse *) in yaz_srw_get_pdu()
915 sr->u.update_response->operationStatus = 0; in yaz_srw_get_pdu()
916 sr->u.update_response->recordId = 0; in yaz_srw_get_pdu()
917 sr->u.update_response->recordVersions = 0; in yaz_srw_get_pdu()
918 sr->u.update_response->num_recordVersions = 0; in yaz_srw_get_pdu()
919 sr->u.update_response->record = 0; in yaz_srw_get_pdu()
920 sr->u.update_response->extra_record = 0; in yaz_srw_get_pdu()
921 sr->u.update_response->extraResponseData_buf = 0; in yaz_srw_get_pdu()
922 sr->u.update_response->extraResponseData_len = 0; in yaz_srw_get_pdu()
923 sr->u.update_response->diagnostics = 0; in yaz_srw_get_pdu()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dnetapp_e_hostgroup.py243 update_response = None
245 rc, update_response = self.request("storage-systems/%s/host-groups/%s"
251 return update_response
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/org_policies/
H A Dinterfaces.py184 update_response = self.org_policy_api.UpdatePolicy(updated_policy)
186 return update_response
/dports/security/seahorse/seahorse-41.0/pkcs11/
H A Dpkcs11-request.vala52 this._name_entry.changed.connect(() => { update_response(); });
59 this.update_response ();
95 private void update_response() {
/dports/devel/py-moto/moto-2.2.16/tests/test_mediapackage/
H A Dtest_mediapackage.py226 update_response = client.update_origin_endpoint(
231 update_response["Description"].should.equal("updated-channel-description")
232 update_response["ManifestName"].should.equal("updated-manifest-name")
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/pubsub/integration_tests/
H A Dtopic_admin_integration_test.cc80 auto update_response = publisher.UpdateTopic( in TEST() local
84 ASSERT_STATUS_OK(update_response); in TEST()
H A Dsubscription_admin_integration_test.cc115 auto update_response = subscription_admin.UpdateSubscription( in TEST() local
118 ASSERT_STATUS_OK(update_response); in TEST()
119 EXPECT_EQ(kTestDeadlineSeconds, update_response->ack_deadline_seconds()); in TEST()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/pubsub/integration_tests/
H A Dtopic_admin_integration_test.cc80 auto update_response = publisher.UpdateTopic( in TEST() local
84 ASSERT_STATUS_OK(update_response); in TEST()

123