Home
last modified time | relevance | path

Searched full:uri (Results 1 – 25 of 981) sorted by relevance

12345678910>>...40

/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch43 + uri="docbookx.dtd"/>
46 + uri="docbookx.dtd"/>
49 + uri="docbookx.dtd"/>
55 + uri="calstblx.dtd"/>
59 + uri="soextblx.dtd"/> -->
62 + uri="dbpoolx.mod"/>
65 + uri="dbhierx.mod"/>
68 + uri="dbgenent.mod"/>
71 + uri="dbnotnx.mod"/>
74 + uri="dbcentx.mod"/>
[all …]
/openbmc/openbmc-test-automation/lib/
H A Drest_client.robot32 [Arguments] ${uri} ${timeout}=30 ${quiet}=${QUIET} &{kwargs}
34 # uri The URI to establish connection with
36 # timeout Timeout in seconds to establish connection with URI.
45 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri}
59 [Arguments] ${uri} ${timeout}=10 ${quiet}=${QUIET} &{kwargs}
61 # uri The URI to establish connection with
63 # timeout Timeout in seconds to establish connection with URI.
71 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri}
83 [Documentation] Do REST PUT request on the resource identified by the URI.
84 [Arguments] ${uri} ${timeout}=10 &{kwargs}
[all …]
H A Ddmtf_redfishtool_utils.robot17 [Arguments] ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
20 # uri URI for GET operation (e.g. /redfish/v1/AccountService/Accounts/).
25 ${cmd}= Catenate ${cmd_args} GET ${uri}
35 [Arguments] ${payload} ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
39 # uri URI for PATCH operation (e.g. /redfish/v1/AccountService/Accounts/ ).
44 ${cmd}= Catenate ${cmd_args} PATCH ${uri} --data=${payload}
54 [Arguments] ${payload} ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
59 # uri URI for POST operation (e.g. /redfish/v1/AccountService/Accounts/).
64 ${cmd}= Catenate ${cmd_args} POST ${uri} --data=${payload}
74 [Arguments] ${uri} ${cmd_args}=${root_cmd_args} ${expected_error}=200
[all …]
H A Dbmc_dbus.robot16 Get DBUS URI List From BMC
22 # service_name Any service uri of the dbus.
36 # Get the service name and its corresponding URI's.
40 # Find index of all the uris where the dbus URI matched.
43 # For each index, get the URI and append to list
51 Fetch DBUS URI List Without Unicode
52 [Documentation] Gets the list of DBUS URI for the service and returns only sub URIs.
64 ${item}= Remove Unicode From Uri ${item}
75 # Execute the busctl instrospect command for the service name and dbus uri.
77 # dbus_command Command with service name and dbus uri for the fru device.
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dutils.hpp10 /** @brief checks that the given URI is valid LDAP's URI.
12 * @param[in] URI - URI which needs to be validated.
14 * against LDAPS type URI, for LDAP type URI it is equals to "ldap".
17 bool isValidLDAPURI(const std::string& uri, const char* scheme);
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/
H A D0001-Skip-TODO-test-cases-that-fail.patch23 use URI ();
28 - my $uri = URI->new($str);
30 - local $TODO = 'URI::Escape::escape_char misunderstands utf8';
33 - is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string');
38 +# my $uri = URI->new($str);
40 +# local $TODO = 'URI::Escape::escape_char misunderstands utf8';
43 +# is("$uri", 'http://foo/%E9', 'correctly created a URI from a utf8-upgraded string');
63 is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst");
64 is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst");
67 -is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example.…
[all …]
/openbmc/qemu/tests/qtest/migration/
H A Dfile-tests.c25 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file() local
28 .connect_uri = uri, in test_precopy_file()
71 g_autofree char *uri = g_strdup_printf("file:/dev/fdset/1,offset=%d", in test_precopy_file_offset_fdset() local
74 .connect_uri = uri, in test_precopy_file_offset_fdset()
85 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=%d", tmpfs, in test_precopy_file_offset() local
89 .connect_uri = uri, in test_precopy_file_offset()
99 g_autofree char *uri = g_strdup_printf("file:%s/%s,offset=0x20M", in test_precopy_file_offset_bad() local
102 .connect_uri = uri, in test_precopy_file_offset_bad()
112 g_autofree char *uri = g_strdup_printf("file:%s/%s", tmpfs, in test_precopy_file_mapped_ram_live() local
115 .connect_uri = uri, in test_precopy_file_mapped_ram_live()
[all …]
H A Dmigration-qmp.c79 void migrate_qmp_fail(QTestState *who, const char *uri, in migrate_qmp_fail() argument
89 g_assert(!qdict_haskey(args, "uri")); in migrate_qmp_fail()
90 if (uri) { in migrate_qmp_fail()
91 qdict_put_str(args, "uri", uri); in migrate_qmp_fail()
110 * qobject_from_jsonf_nofail()) with "uri": @uri spliced in.
112 void migrate_qmp(QTestState *who, QTestState *to, const char *uri, in migrate_qmp() argument
123 g_assert(!qdict_haskey(args, "uri")); in migrate_qmp()
124 if (uri) { in migrate_qmp()
125 qdict_put_str(args, "uri", uri); in migrate_qmp()
128 qdict_put_str(args, "uri", connect_uri); in migrate_qmp()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DVirtualMedia.v1_6_5.json44 "URI",
52 "URI": "Connected to a URI location." string
78 "format": "uri-reference",
112 "description": "The URI of the media to attach to the virtual media.",
113URI of the media to be attached to the virtual media. This parameter may specify an absolute URI
123 … "description": "The password to access the URI specified by the `Image` parameter.",
124 …"longDescription": "This parameter shall contain the password to access the URI specified by the `…
131 …cription": "This parameter shall contain the transfer method to use with the specified image URI.",
136 … "description": "The network protocol to use with the URI specified by the `Image` parameter.",
137 …ption": "This parameter shall contain the network protocol to use with the URI specified by the `I…
[all …]
H A Dodata-v4.json7 "format": "uri-reference",
14 "format": "uri-reference",
34 …"longDescription": "The value of this property shall be a URI fragment that specifies the type of …
50 "format": "uri-reference",
52 "description": "The URI to the resource containing the next set of partial members.",
53 …"longDescription": "The value of this property shall be a URI to a resource, with the same @odata.…
H A Dodata.v4_0_5.json7 "format": "uri-reference",
14 "format": "uri-reference",
34 …"longDescription": "The value of this property shall be a URI fragment that specifies the type of …
50 "format": "uri-reference",
52 "description": "The URI to the resource containing the next set of partial members.",
53 …"longDescription": "The value of this property shall be a URI to a resource, with the same @odata.…
H A DLicenseService.v1_1_2.json40 …icense` resource. The `Location` header in the response shall contain the URI of the new or updat…
52 "description": "The URI of the license file to install.",
53 "format": "uri-reference",
54URI that links to a file that the license service retrieves to install the license in that file. …
59 … "description": "The password to access the URI specified by the `LicenseFileURI` parameter.",
60 …"longDescription": "This parameter shall contain the password to access the URI specified by the `…
74 …retrieve the license file located at the URI provided in `LicenseFileURI`. This parameter is igno…
75URI provided in `LicenseFileURI` contains a scheme. If this parameter is not provided or supporte…
78 … "description": "The username to access the URI specified by the `LicenseFileURI` parameter.",
79 …"longDescription": "This parameter shall contain the username to access the URI specified by the `…
[all …]
H A DResolutionStep.v1_0_1.json26 "description": "The parameters of the action URI for a resolution step.",
37 …ongDescription": "This property shall contain the parameters of the action URI for a resolution st…
41 "description": "The action URI for a resolution step.",
42 "format": "uri-reference",
43 … "longDescription": "This property shall contain the action URI for a resolution step.",
97 "description": "The target URI of the component for a resolution step.",
98 "format": "uri-reference",
99 …"longDescription": "This property shall contain the target URI of the component for a resolution s…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DVirtualMedia.v1_6_5.json44 "URI",
52 "URI": "Connected to a URI location." string
78 "format": "uri-reference",
112 "description": "The URI of the media to attach to the virtual media.",
113URI of the media to be attached to the virtual media. This parameter may specify an absolute URI
123 … "description": "The password to access the URI specified by the `Image` parameter.",
124 …"longDescription": "This parameter shall contain the password to access the URI specified by the `…
131 …cription": "This parameter shall contain the transfer method to use with the specified image URI.",
136 … "description": "The network protocol to use with the URI specified by the `Image` parameter.",
137 …ption": "This parameter shall contain the network protocol to use with the URI specified by the `I…
[all …]
H A Dodata-v4.json7 "format": "uri-reference",
14 "format": "uri-reference",
34 "longDescription": "The value of this property shall be a URI fragment that specifies the type of the resource and it shall be of the form defined in the Redfish specification."
50 "format": "uri-reference",
52 "description": "The URI to the resource containing the next set of partial members.",
53 "longDescription": "The value of this property shall be a URI to a resource, with the same @odata.type, containing the next set of partial members."
H A Dodata.v4_0_5.json7 "format": "uri-reference",
14 "format": "uri-reference",
34 "longDescription": "The value of this property shall be a URI fragment that specifies the type of the resource and it shall be of the form defined in the Redfish specification."
50 "format": "uri-reference",
52 "description": "The URI to the resource containing the next set of partial members.",
53 "longDescription": "The value of this property shall be a URI to a resource, with the same @odata.type, containing the next set of partial members."
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/
H A Dliburi-perl_5.32.bb1 SUMMARY = "Perl module to manipulate and access URI strings"
2 DESCRIPTION = "This package contains the URI.pm module with friends. \
3 The module implements the URI class. URI objects can be used to access \
5 HOMEPAGE = "https://metacpan.org/dist/URI"
11 SRC_URI = "${CPAN_MIRROR}/authors/id/O/OA/OALDERS/URI-${PV}.tar.gz \
17 S = "${WORKDIR}/URI-${PV}"
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py28 from bb.fetch2 import URI
104 uri = URI(resolved)
105 uri.params["downloadfilename"] = localfile
108 uri.params[checksum_name] = checksum_expected
110 url = str(uri)
128 uri = URI(resolved)
129 uri.params["downloadfilename"] = localfile
132 uri.params[checksum_name] = checksum_expected
134 url = str(uri)
161 uri = URI("git://" + str(groups["url"]))
[all …]
H A Dsftp.py5 expired) IETF Internet Draft for "Uniform Resource Identifier (URI)
7 (SSH)" (SECSH URI).
9 It uses SFTP (as to adhere to the SECSH URI specification). It only
14 http://tools.ietf.org/html/draft-ietf-secsh-scp-sftp-ssh-uri-04
15 https://www.iana.org/assignments/uri-schemes/prov/sftp
34 URI is not supported, use SSH keys to authenticate):
52 from bb.fetch2 import URI
85 urlo = URI(ud.url)
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dsystem_dump_entry.cpp23 void Entry::initiateOffload(std::string uri) in initiateOffload() argument
25 lg2::info("System dump offload request id: {ID} uri: {URI} " in initiateOffload()
27 "ID", id, "URI", uri, "SOURCE_DUMP_ID", sourceDumpId()); in initiateOffload()
28 phosphor::dump::Entry::initiateOffload(uri); in initiateOffload()
37 // Offload URI will be set during dump offload in delete_()
H A Dresource_dump_entry.cpp23 void Entry::initiateOffload(std::string uri) in initiateOffload() argument
28 lg2::info("Resource dump offload request id: {ID} uri: {URI} " in initiateOffload()
30 "ID", id, "URI", uri, "SOURCE_DUMP_ID", sourceDumpId()); in initiateOffload()
38 phosphor::dump::Entry::initiateOffload(uri); in initiateOffload()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx_common.py230 Translates a bitbake FetchData to a string URI
232 uri = fd.type
233 # Map gitsm to git, since gitsm:// is not a valid URI protocol
234 if uri == "gitsm":
235 uri = "git"
238 uri = uri + "+" + proto
239 uri = uri + "://" + fd.host + fd.path
242 uri = uri + "@" + fd.revision
244 return uri
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/
H A D0001-Remove-http-and-https-aliases-support-test.patch30 -do_one_server_aliases_test (SoupURI *uri,
43 - debug_printf (1, " %s via %s\n", alias, uri->scheme);
46 - * URI (to a non-proxy server), so we have to fake this.
50 - if (uri->scheme == SOUP_URI_SCHEME_HTTPS) {
54 - addr = g_network_address_new (uri->host, uri->port);
70 - alias, uri->host, uri->port);
72 - uri->host, uri->port);
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py18 def __init__(self, d, uri, foldername=None, tmpdir=None): argument
20 self.uri = uri
21 self.archive = os.path.basename(uri)
55 cmd = cmd + "wget -O %s %s" % (self.localarchive, self.uri)
82 def __init__(self, target, d, uri, foldername=None): argument
85 BuildProject.__init__(self, d, uri, foldername)
110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument
119 BuildProject.__init__(self, d, uri, foldername, tmpdir=testpath)
/openbmc/openbmc/poky/meta/files/
H A Dlayers.example.json10 "uri": "https://github.com/kanavin/meta-alex" string
23 "uri": "git://git.yoctoproject.org/meta-intel" string
36 "uri": "git://git.yoctoproject.org/poky" string
39 "uri": "ssh://git@push.yoctoproject.org/poky-contrib" string

12345678910>>...40