/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | XContentIdentifier.idl | 51 existent URI scheme (e.g., a content provider offering 52 access to a file system would implement the 'file' scheme, 54 would implement the 'imap' scheme), the content identifier 55 strings should use that scheme. If on the other hand a 57 appropriate URI scheme exists, a vendor-specific URL scheme 64 /** returns the content provider scheme string. 67 and must be lower-cased(!). It is the 'scheme' the content provider is 69 ftp-URL's as content identifiers. The content provider scheme for all 74 the content provider scheme string.
|
H A D | XContentProviderManager.idl | 77 the URL scheme for the provided contents. More generally, this may not 78 only be a URL scheme, but a URL template. 87 <li><code>regexp = scheme / simple / translation</code></li> 88 <li><code>scheme = ALPHA *(ALPHA / DIGIT / "+" / "-" / ".")</code></li> 102 <p>A <code><scheme>:</code> matches any URL of exactly the given 103 scheme (ignoring case), keeping the extension from URL schemes to URL 145 the URL scheme for the provided contents. More generally, this 146 may not only be a URL scheme, but a URL template (see
|
H A D | TransientDocumentsDocumentContent.idl | 122 It does not handle contents with a URL scheme other than the TDOC URL 123 scheme)
|
H A D | TransientDocumentsFolderContent.idl | 127 It does not handle contents with a URL scheme other than the TDOC URL 128 scheme)
|
H A D | PackageFolderContent.idl | 121 PCP folders. It does not handle contents with a URL scheme other 122 then the PCP-URL-scheme. )
|
/aoo4110/main/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 39 that offer extra, scheme-specific functionality.</p> 44 scheme-specific interfaces. 67 returns the scheme part of this (absolute) URI reference. 70 the textual representation of the scheme part (with the exact spelling 78 returns the scheme-specific part of this URI reference. 80 <p>For an absolute URI reference, the scheme-specific part is everything 81 after the scheme part and the delimiting “<code>:</code>”, 83 For a relative URI reference, the scheme-specific part is everything 87 the textual representation of the scheme-specific part (with the exact 95 <p>An absolute URI reference is hierarchical if its scheme-specific part [all …]
|
H A D | XUriReferenceFactory.idl | 51 additional, scheme-specific interfaces), if the given input can be parsed 66 with a scheme component (see RFC 2396, Section 5.2, 84 additional, scheme-specific interfaces), if the given 109 “<code>scheme://auth/a/b</code>”) and 111 “<code>scheme://auth//c/d</code>”) have the same scheme and 122 “<code>scheme://auth/a/b</code>”) and 124 “<code>scheme://auth/c/d</code>”) have the same scheme and 142 hierarchical, or is of a different scheme than the given
|
H A D | XUriSchemeParser.idl | 50 with the given scheme and scheme-specific part, and without a fragment 53 @param scheme 54 the textual representation of the scheme part (without the delimiting 58 the textual representation of the scheme-specific part. 63 additional, scheme-specific interfaces), if the given input can be parsed 66 XUriReference parse([in] string scheme, [in] string schemeSpecificPart);
|
H A D | UriReferenceFactory.idl | 38 scheme-specific parser. Such a scheme-specific parser will typically enforce 40 that support extra, scheme-specific interfaces in addition to 46 <p>Locating a scheme-specific parser works as follows: A scheme consists of 52 “<code>.</code>”. A scheme <var>s</var> is transformed into
|
/aoo4110/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 134 rtl::OUString const & scheme, bool bIsHierarchical, bool bHasAuthority, in UriReference() argument 138 scheme, bIsHierarchical, bHasAuthority, authority, path, bHasQuery, in UriReference() 221 rtl::OUString const & scheme, rtl::OUString const & schemeSpecificPart) in parseGeneric() argument 223 bool isAbsolute = scheme.getLength() != 0; in parseGeneric() 265 scheme, isHierarchical, hasAuthority, authority, path, hasQuery, query); in parseGeneric() 377 rtl::OUString scheme; in parse() local 383 scheme = uriReference.copy(0, n); in parse() 388 for (sal_Int32 i = 0; i < scheme.getLength(); ++i) { in parse() 389 sal_Unicode c = scheme[i]; in parse() 433 uriRef = parser->parse(scheme, schemeSpecificPart); in parse() [all …]
|
H A D | UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx | 73 UrlReference(::rtl::OUString const & scheme, ::rtl::OUString const & path): in UrlReference() argument 75 scheme, false, false, ::rtl::OUString(), path, false, in UrlReference() 184 ::rtl::OUString const & scheme, 217 ::rtl::OUString const & scheme, ::rtl::OUString const & schemeSpecificPart) in parse() argument 224 return new UrlReference(scheme, schemeSpecificPart); in parse()
|
H A D | UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 204 UrlReference(rtl::OUString const & scheme, rtl::OUString const & path): in UrlReference() argument 206 scheme, false, false, rtl::OUString(), path, false, rtl::OUString()) in UrlReference() 404 rtl::OUString const & scheme, rtl::OUString const & schemeSpecificPart) 437 rtl::OUString const & scheme, rtl::OUString const & schemeSpecificPart) in parse() argument 444 return new UrlReference(scheme, schemeSpecificPart); in parse()
|
H A D | UriReference.cxx | 40 rtl::OUString const & scheme, bool bIsHierarchical, bool bHasAuthority, in UriReference() argument 43 m_scheme(scheme), in UriReference() 52 OSL_ASSERT(scheme.getLength() != 0 || bIsHierarchical); in UriReference()
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | _XContent.java | 52 String scheme = xIdent.getContentProviderScheme(); in _getIdentifier() local 54 log.println("Scheme: " + scheme); in _getIdentifier() 55 …return id != null && scheme != null && id.indexOf("vnd.sun.star.tdoc") != -1 && scheme.indexOf("vn… in _getIdentifier()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | UCBStreamHandler.java | 52 public UCBStreamHandler( XComponentContext ctxt, String scheme, XSimpleFileAccess xSFA ) in UCBStreamHandler() argument 54 LogUtils.DEBUG( "UCBStreamHandler ctor, scheme = " + scheme ); in UCBStreamHandler() 56 this.m_ucbscheme = scheme; in UCBStreamHandler()
|
/aoo4110/main/cui/source/options/ |
H A D | optcolor.src | 41 Text [ en-US ] = "Color scheme"; 515 Message [ en-US ] = "Do you really want to delete the color scheme?" ; 523 Text [ en-US ] = "Save scheme" ; 527 Text [ en-US ] = "Name of color scheme" ;
|
/aoo4110/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XContentIdentifierFactory.java | 62 String scheme = "file"; in _createContentIdentifier() local 71 && scheme.equals(resScheme)); in _createContentIdentifier()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfUri.hxx | 84 void SetScheme (const ::rtl::OUString& scheme) in SetScheme() argument 85 { mScheme = scheme; calculateURI (); }; in SetScheme()
|
H A D | SerfUri.cxx | 108 mAprUri.port = apr_uri_port_of_scheme( mAprUri.scheme ); in SerfUri() 122 mScheme = rtl::OStringToOUString( pUri->scheme, RTL_TEXTENCODING_UTF8 ); in init()
|
/aoo4110/main/offapi/com/sun/star/sync/ |
H A D | SyncScheme.idl | 31 /** contains the scheme name of this SyncScheme 37 /** contains the scheme name of this SyncScheme
|
/aoo4110/main/stoc/test/uriproc/ |
H A D | test_uriproc.cxx | 161 char const * scheme; in testParse() member 215 data[i].scheme != 0, uriRef->isAbsolute()); in testParse() 219 data[i].scheme == 0 ? "" : data[i].scheme), in testParse()
|
/aoo4110/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ScriptMetaData.java | 305 String scheme = path.substring( 0, indexOfColon ); in createURL() local 306 … UCBStreamHandler handler = new UCBStreamHandler( parent.parent.m_xCtx, scheme, parent.m_xSFA); in createURL()
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | SimpleSetAccess.idl | 93 restrictions than names that are valid in the hierarchical naming scheme. 99 the naming scheme documentation must fully document any restrictions.
|
/aoo4110/main/sd/source/filter/html/ |
H A D | pubdlg.src | 665 Text [ en-US ] = "Select color scheme"; 673 Text [ en-US ] = "~Apply color scheme from document"; 689 Text [ en-US ] = "~Use custom color scheme";
|
/aoo4110/main/vcl/aqua/source/a11y/ |
H A D | readme.txt | 1 Naming scheme:
|