Home
last modified time | relevance | path

Searched refs:URI (Results 1 – 25 of 129) sorted by relevance

123456

/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl32 represents generic, mutable URI references.
35 description of URI references and related terms.</p>
42 which allows to create URI reference objects that support
54 spelling of the URI reference is retained.
123 returns the path part of this URI reference.
127 retained), if this is a hierarchical URI reference; for an opaque URI
144 <p>For an opaque URI reference, and for a hierarchical URI reference with
195 <TRUE/> if this URI reference has a fragment part.
200 returns the fragment part of this URI reference.
211 sets the fragment part of this URI reference.
[all …]
H A DXUriReferenceFactory.idl34 creates URI references.
37 description of URI references and related terms.</p>
43 parses the textual representation of a URI reference.
46 the textual representation of a URI reference.
57 resolves a relative URI reference to absolute form.
65 any URI reference. Backwards-compatible relative URI references starting
68 URI references.
75 URI are treated like ordinary segments.
101 the base URI reference.
104 any URI reference.
[all …]
H A DXExternalUriReferenceTranslator.idl32 translates between external and internal URI references.
34 <p>Some URI schemes leave unspecified important aspects of how to interpret
49 <p>Since the translation process is based on URI schemes, relative URI
57 returns the internal counterpart of an external URI reference.
60 an external URI reference.
63 the internal counterpart of the given external URI reference. An empty
64 string is returned if the given external URI reference either is an empty
71 returns the external counterpart of an internal URI reference.
74 an internal URI reference.
77 the external counterpart of the given internal URI reference. An empty
[all …]
H A DXUriSchemeParser.idl42 parses the textual representation of an absolute URI.
44 <p>This method is used to parse URIs (with no fragment part), not URI
49 reflect the fact that the object represents an absolute URI reference
64 into an absolute URI; otherwise, <NULL/> is returned.
H A DUriReferenceFactory.idl32 creates URI references.
35 description of URI references and related terms.</p>
37 <p>For parsing absolute URI references, this service tries to use a
42 is found, and for relative URI references, a generic parser is used, which
/trunk/main/offapi/com/sun/star/rdf/
H A DURI.idl41 /** represents an URI node that may occur in a RDF graph.
47 service URI : XURI
51 /** creates an URI RDF node.
54 the URI, represented as <atom>string</atom>.
57 if the argument does not represent a valid URI
63 /** creates an URI RDF node from namespace prefix and local name.
66 the namespace prefix of the URI, represented as
70 the local name of the URI, represented as <atom>string</atom>.
73 if the arguments do not represent a valid URI
79 /** creates an URI RDF node for a well-known URI.
[all …]
H A DXDocumentMetadataAccess.idl104 base URI of the document is the string value of the RDF node.
132 /** get the ODF element that corresponds to an URI.
134 @param URI
135 an URI that may identify an ODF element
138 the ODF element that corresponds to the given URI, or <NULL/>
141 if the given URI is <NULL/>
143 XMetadatable getElementByURI([in] XURI URI)
217 a base URI to resolve relative URI references
228 or BaseURI is <NULL/> and the format requires use of a base URI,
351 a base URI to resolve relative URI references
[all …]
H A DXURI.idl37 /** represents an URI node that may occur in a RDF graph.
45 The URI is split into a Namespace and a LocalName,
52 An URI without a ":" is invalid.
53 This implies that the Namespace part of an URI must not be empty, while
H A DXRepository.idl163 a base URI to resolve relative URI references
170 or BaseURI is <NULL/> and the format requires use of a base URI
221 a base URI to resolve relative URI references
225 or BaseURI is <NULL/> and the format requires use of a base URI
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java39 import com.sun.star.rdf.URI;
152 foo = URI.create(xContext, "uri:foo"); in before()
154 bar = URI.create(xContext, "uri:bar"); in before()
156 baz = URI.create(xContext, "uri:baz"); in before()
167 rdf_type = URI.createKnown(xContext, URIs.RDF_TYPE); in before()
169 rdfs_label = URI.createKnown(xContext, URIs.RDFS_LABEL); in before()
171 pkg_Document = URI.createKnown(xContext, URIs.PKG_DOCUMENT); in before()
173 pkg_hasPart = URI.createKnown(xContext, URIs.PKG_HASPART); in before()
179 odf_StylesFile = URI.createKnown(xContext, URIs.ODF_STYLESFILE); in before()
181 odf_Element = URI.createKnown(xContext, URIs.ODF_ELEMENT); in before()
[all …]
/trunk/main/offapi/com/sun/star/script/provider/
H A DXScriptURIHelper.idl49 Obtain the root storage URI for this ScriptURIHelper. The
53 @returns a URI to the storage as a <atom>string</atom>
58 Obtain the storage URI for a specific Scripting Framework
59 script URI.
61 @returns a URI to the storage as a <atom>string</atom>
70 Obtain the Scripting Framework script URI for a specific UCB URI
72 @returns the URI as a <atom>string</atom>
/trunk/main/scripting/workben/data/testdata/
H A DScriptRuntimeManager.csv1 _resolve;description=Try to resolve a valid document URI;location=script_in_class_file.sxw;logicaln…
2 _resolve;description=Try to resolve a valid user URI;location=user;logicalname=script://user.jsuite…
3 _resolve;description=Try to resolve a valid share URI;location=share;logicalname=script://share.jsu…
4 _resolve;description=Try to resolve an invalid URI;location=user;logicalname=scrpit://user.jsuite.t…
5 _resolve;description=Try to resolve a valid but non existent URI;location=user;logicalname=script:/…
6 _invoke;description=Try to invoke a valid user level URI;location=user;context=null;logicalname=scr…
7 _invoke;description=Try to invoke a valid user level URI with a valid context;location=user;context…
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiArticle.java51 private URI m_aMainURI;
66 m_aMainURI = new URI( sMainUrl ); in WikiArticle()
134URI aURI = new URI( m_aMainURI.toString() + "index.php?title=" + m_sTitle + "&action=edit" ); in getArticleWiki()
176 URI aURI = new URI( m_aMainURI.toString() + "index.php?title=" + m_sTitle ); in InitArticleHTML()
217URI aURI = new URI( m_aMainURI.getPath() + "index.php?title=" + m_sTitle + "&action=submit" ); in setArticle()
H A DHelper.java74 import org.apache.commons.httpclient.URI;
716 …protected static void ExecuteMethod( HttpMethodBase aMethod, HostConfiguration aHostConfig, URI aU… in ExecuteMethod()
806 …static protected HostConfiguration Login( URI aMainURL, String sWikiUser, String sWikiPass, XCompo… in Login()
815 URI aURI = new URI( aMainURL.toString() + "index.php?title=Special:Userlogin" ); in Login()
832URI aPostURI = new URI( aMainURL.getPath() + "index.php?title=Special:Userlogin&action=submitlogin… in Login()
856 aURI = new URI( sRedirectURL ); in Login()
H A DWikiEditSettingDialog.java219 URI aURI = new URI( sURL ); in DoLogin()
258URI aMainURI = new URI( sMainURL, true ); // it must be an escaped URL, otherwise an exception sho… in DoLogin()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx722 fileMatch(const char * URI) { in fileMatch() argument
723 if ((URI != NULL) && !strncmp(URI, "file:/", 6)) in fileMatch()
729 zipMatch(const char * URI) { in zipMatch() argument
730 if ((URI != NULL) && !strncmp(URI, "vnd.sun.star.zip:/", 18)) in zipMatch()
736 helpMatch(const char * URI) { in helpMatch() argument
737 if ((URI != NULL) && !strncmp(URI, "vnd.sun.star.help:/", 19)) in helpMatch()
743 fileOpen(const char *URI) { in fileOpen() argument
744 osl::File *pRet = new osl::File(rtl::OUString(URI, strlen(URI), RTL_TEXTENCODING_UTF8)); in fileOpen()
789 helpOpen(const char * URI) { in helpOpen() argument
792 URLParameter urlpar( rtl::OUString::createFromAscii( URI ), in helpOpen()
/trunk/main/offapi/com/sun/star/xml/input/
H A DXNamespaceMapping.idl32 /** Interface to map XML namespace URI strings to ordinals (URI-id, short uid).
38 /** Creates a unique ordinal passing an XML namespace URI.
41 XML namespace URI
47 /** Gets the corresponding XML namespace URI passing a uid (created using
53 XML namespace URI
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DXmlNamespace.java38 public static final String URI = "http://www.w3.org/XML/1998/namespace"; field in XmlNamespace
43 aSchemaBase.Namespaces.ProvideNamespace(URI, Prefix); in Apply()
45 final QualifiedName aStSpaceSimpleTypeName = new QualifiedName(URI, Prefix, "ST__space"); in Apply()
48 new QualifiedName(URI, Prefix, "space"), in Apply()
62 new QualifiedName(XsdNamespace.URI, XsdNamespace.Prefix, "token"), in Apply()
/trunk/main/xmlsecurity/test_docs/CAs/
H A DREADME.txt278 AIA = OCSP;URI:http://localhost:8888
289 AIA = OCSP;URI:http://localhost:8889
295 AIA = OCSP;URI:http://localhost:8889
304 AIA = OCSP;URI:http://localhost:8888
314 AIA = OCSP;URI:http://localhost:8889
320 AIA = OCSP;URI:http://localhost:8889
367 CRLDP = URI:http://localhost:8902/demoCA/crl/Sub_CA_1_Root_10.crl
368 AIA = caIssuers;URI:http://localhost:8910/demoCA/Sub_CA_1_Root_10.crt
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java42 import java.net.URI;
375 URI rootURI = new URI(inputRepository.getRootURL()); in produceFromString()
376 final URI uri = rootURI.resolve(source); in produceFromString()
398 URI uri = null; in produceFromURL()
401 uri = new URI(urlString); in produceFromURL()
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java109 foo = URI.create(xContext, "uri:foo"); in before()
111 bar = URI.create(xContext, "uri:bar"); in before()
113 baz = URI.create(xContext, "uri:baz"); in before()
115 uint = URI.create(xContext, "uri:int"); in before()
127 rdfslabel = URI.create(xContext, rdfs + "label"); in before()
129 manifest = URI.create(xContext, "manifest:manifest"); //FIXME in before()
131 uuid = URI.create(xContext, in before()
134 base = URI.create(xContext, "base-uri:"); //FIXME in before()
410 URI.create(xContext, "http://hospital-employee/doctor"), in checkSPARQL()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl49 Retrieves an Attr node by local name and namespace URI.
55 Retrieves an attribute value by local name and namespace URI.
68 name and namespace URI in the order in which they are encountered in
86 URI is specified on this element or has a default value, false otherwise.
106 Removes an attribute by local name and namespace URI.
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DFileURL.java27 import java.net.URI;
46 final URI aURI = new URI(m_sFileURL); in exists()
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/
H A Dopenssl.cfg183 #authorityInfoAccess = OCSP;URI:http://localhost:8889
184 authorityInfoAccess = caIssuers;URI:http://localhost:8910/demoCA/Sub_CA_1_Root_10.crt
185 crlDistributionPoints=URI:http://localhost:8902/demoCA/crl/Sub_CA_1_Root_10.crl
214 #authorityInfoAccess = OCSP;URI:http://localhost:8888/
228 #authorityInfoAccess = OCSP;URI:http://localhost:8888
229 #crlDistributionPoints=URI:http://localhost:8901/demoCA/crl/Test_CA_2009.2.crl
/trunk/main/package/qa/storages/
H A DRegressionTest_i61909.java24 import java.net.URI;
159 URI aUri = new URI( sTempFileURL ); in test()

Completed in 105 milliseconds

123456