/aoo42x/main/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 32 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 D | XUriReferenceFactory.idl | 34 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 D | XExternalUriReferenceTranslator.idl | 32 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 D | XUriSchemeParser.idl | 42 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 D | UriReferenceFactory.idl | 32 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
|
/aoo42x/main/offapi/com/sun/star/rdf/ |
H A D | URI.idl | 41 /** 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 D | XDocumentMetadataAccess.idl | 104 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 D | XURI.idl | 37 /** 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 D | XRepository.idl | 163 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
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 39 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 …]
|
/aoo42x/main/offapi/com/sun/star/script/provider/ |
H A D | XScriptURIHelper.idl | 49 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>
|
/aoo42x/main/scripting/workben/data/testdata/ |
H A D | ScriptRuntimeManager.csv | 1 _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…
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiArticle.java | 51 private URI m_aMainURI; 66 m_aMainURI = new URI( sMainUrl ); in WikiArticle() 134 … URI 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() 217 … URI aURI = new URI( m_aMainURI.getPath() + "index.php?title=" + m_sTitle + "&action=submit" ); in setArticle()
|
H A D | Helper.java | 74 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() 832 …URI aPostURI = new URI( aMainURL.getPath() + "index.php?title=Special:Userlogin&action=submitlogin… in Login() 856 aURI = new URI( sRedirectURL ); in Login()
|
H A D | WikiEditSettingDialog.java | 219 URI aURI = new URI( sURL ); in DoLogin() 258 …URI aMainURI = new URI( sMainURL, true ); // it must be an escaped URL, otherwise an exception sho… in DoLogin()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.cxx | 722 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()
|
/aoo42x/main/offapi/com/sun/star/xml/input/ |
H A D | XNamespaceMapping.idl | 32 /** 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
|
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
H A D | XmlNamespace.java | 38 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()
|
/aoo42x/main/xmlsecurity/test_docs/CAs/ |
H A D | README.txt | 278 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
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | ImageProducer.java | 42 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()
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 109 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()
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XElement.idl | 49 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.
|
/aoo42x/main/reportdesign/qa/complex/reportdesign/ |
H A D | FileURL.java | 27 import java.net.URI; 46 final URI aURI = new URI(m_sFileURL); in exists()
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/ |
H A D | openssl.cfg | 183 #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
|
/aoo42x/main/package/qa/storages/ |
H A D | RegressionTest_i61909.java | 24 import java.net.URI; 159 URI aUri = new URI( sTempFileURL ); in test()
|