Home
last modified time | relevance | path

Searched refs:object_uri (Results 51 – 67 of 67) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/tests/
H A Dtest_signurl.py91 object_uri = self.CreateObject(bucket_uri=bucket_uri, contents=b'z')
95 ['-m', 'PUT', ks_file, suri(object_uri)], return_stdout=True)
H A Dtest_requester_pays.py261 object_uri = self.CreateObject(contents=b'bar')
263 ['rewrite', '-s', 'dra', suri(object_uri)])
H A Dtest_metrics.py819 object_uri = self.CreateObject(bucket_uri=bucket_uri,
834 key = object_uri.get_key()
859 object_uri.object_name)
1076 object_uri = self.CreateObject(bucket_uri=bucket_uri,
1089 ['-m', 'cp', suri(object_uri), fpath])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/
H A Dtest_requester_pays.py243 object_uri = self.CreateObject(contents='bar')
245 ['rewrite', '-s', 'dra', suri(object_uri)])
H A Dtest_metrics.py743 object_uri = self.CreateObject(bucket_uri=bucket_uri,
757 key = object_uri.get_key()
777 object_uri.object_name)
986 object_uri = self.CreateObject(
998 ['-m', 'cp', suri(object_uri), fpath])
/dports/textproc/p5-RDF-Core/RDF-Core-0.51/lib/RDF/Core/Model/
H A DParser.pm96 $object = $factory->newResource($params->{object_uri});
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/tests/
H A Dtest_requester_pays.py261 object_uri = self.CreateObject(contents=b'bar')
263 ['rewrite', '-s', 'dra', suri(object_uri)])
H A Dtest_metrics.py822 object_uri = self.CreateObject(bucket_uri=bucket_uri,
837 key = object_uri.get_key()
862 object_uri.object_name)
1079 object_uri = self.CreateObject(bucket_uri=bucket_uri,
1092 ['-m', 'cp', suri(object_uri), fpath])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/testcase/
H A Dintegration_testcase.py462 object_uri = bucket_uri.clone_replace_name(object_name)
469 object_uri._update_from_values(None,
474 return object_uri
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dboto_translation.py790 object_uri = self._StorageUriForObject(bucket_name,
811 object_uri.set_metadata(metadata_plus,
824 object_uri.set_xml_acl(boto_acl.to_xml(),
833 canned_acls = object_uri.canned_acls()
836 object_uri.set_acl(canned_acl, object_uri.object_name, headers=headers)
1330 object_uri = self._StorageUriForObject(bucket_name,
1335 key = object_uri.get_key(headers=headers)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dboto_translation.py674 object_uri = self._StorageUriForObject(bucket_name, object_name,
694 object_uri.set_metadata(metadata_plus, metadata_minus, False,
704 object_uri.set_xml_acl(boto_acl.to_xml(), key_name=object_name,
711 canned_acls = object_uri.canned_acls()
714 object_uri.set_acl(canned_acl, object_uri.object_name,
1104 object_uri = self._StorageUriForObject(bucket_name, object_name,
1108 key = object_uri.get_key(headers=headers)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dboto_translation.py784 object_uri = self._StorageUriForObject(bucket_name,
805 object_uri.set_metadata(metadata_plus,
818 object_uri.set_xml_acl(boto_acl.to_xml(),
827 canned_acls = object_uri.canned_acls()
830 object_uri.set_acl(canned_acl, object_uri.object_name, headers=headers)
1324 object_uri = self._StorageUriForObject(bucket_name,
1329 key = object_uri.get_key(headers=headers)
/dports/textproc/raptor2/raptor2-2.0.15/src/
H A Draptor_rdfxml.c1527 raptor_uri *object_uri; in raptor_rdfxml_process_property_attributes() local
1529 object_uri = raptor_new_uri_relative_to_base(rdf_parser->world, in raptor_rdfxml_process_property_attributes()
1531 object_term = raptor_new_term_from_uri(rdf_parser->world, object_uri); in raptor_rdfxml_process_property_attributes()
1532 raptor_free_uri(object_uri); in raptor_rdfxml_process_property_attributes()
H A Draptor_serialize_rss.c830 raptor_uri* object_uri = statement->object->value.uri; in raptor_rss10_serialize_statement() local
835 if(raptor_uri_equals(object_uri, RAPTOR_RDF_Seq_URI(serializer->world))) { in raptor_rss10_serialize_statement()
847 if(item_uri && raptor_uri_equals(object_uri, item_uri)) { in raptor_rss10_serialize_statement()
/dports/textproc/raptor2/raptor2-2.0.15/
H A DChangeLog.2460 predicate_uri, object_uri)
/dports/textproc/raptor/raptor-1.4.21/
H A DChangeLog.2460 predicate_uri, object_uri)
/dports/net/py-s3cmd/s3cmd-2.2.0/
H A Ds3cmd231 object_uri = uri.compose_uri(bucket, object["Key"])
232 info_response = s3.object_info(S3Uri(object_uri))

123