Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 108) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/ucb/
H A DXContentIdentifier.idl51 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 DXContentProviderManager.idl77 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>&lt;scheme&gt:</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 DTransientDocumentsFolderContent.idl127 It does not handle contents with a URL scheme other than the TDOC URL
128 scheme)
H A DTransientDocumentsDocumentContent.idl122 It does not handle contents with a URL scheme other than the TDOC URL
123 scheme)
H A DPackageFolderContent.idl121 PCP folders. It does not handle contents with a URL scheme other
122 then the PCP-URL-scheme. )
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl39 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 &ldquo;<code>:</code>&rdquo;,
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 DXUriReferenceFactory.idl51 additional, scheme-specific interfaces), if the given input can be parsed
66 with a scheme component (see RFC&nbsp;2396, Section&nbsp;5.2,
84 additional, scheme-specific interfaces), if the given
109 &ldquo;<code>scheme://auth/a/b</code>&rdquo;) and
111 &ldquo;<code>scheme://auth//c/d</code>&rdquo;) have the same scheme and
122 &ldquo;<code>scheme://auth/a/b</code>&rdquo;) and
124 &ldquo;<code>scheme://auth/c/d</code>&rdquo;) have the same scheme and
142 hierarchical, or is of a different scheme than the given
H A DXUriSchemeParser.idl50 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 DUriReferenceFactory.idl38 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 &ldquo;<code>.</code>&rdquo;. A scheme&nbsp;<var>s</var> is transformed into
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx134 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 DUriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx73 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 DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx204 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 DUriReference.cxx40 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()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XContent.java52 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()
/trunk/main/cui/source/options/
H A Doptcolor.src42 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" ;
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java52 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XContentIdentifierFactory.java62 String scheme = "file"; in _createContentIdentifier() local
71 && scheme.equals(resScheme)); in _createContentIdentifier()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.hxx84 void SetScheme (const ::rtl::OUString& scheme) in SetScheme() argument
85 { mScheme = scheme; calculateURI (); }; in SetScheme()
/trunk/main/offapi/com/sun/star/sync/
H A DSyncScheme.idl31 /** contains the scheme name of this SyncScheme
37 /** contains the scheme name of this SyncScheme
/trunk/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx135 char const * scheme; in TEST_F() member
189 data[i].scheme != 0, uriRef->isAbsolute()); in TEST_F()
193 data[i].scheme == 0 ? "" : data[i].scheme), in TEST_F()
/trunk/main/offapi/com/sun/star/configuration/
H A DSimpleSetAccess.idl93 restrictions than names that are valid in the hierarchical naming scheme.
99 the naming scheme documentation must fully document any restrictions.
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptMetaData.java305 String scheme = path.substring( 0, indexOfColon ); in createURL() local
306 … UCBStreamHandler handler = new UCBStreamHandler( parent.parent.m_xCtx, scheme, parent.m_xSFA); in createURL()
/trunk/main/sd/source/filter/html/
H A Dpubdlg.src632 Text [ en-US ] = "Select color scheme" ;
640 Text [ en-US ] = "~Apply color scheme from document" ;
656 Text [ en-US ] = "~Use custom color scheme" ;
/trunk/main/vcl/aqua/source/a11y/
H A Dreadme.txt1 Naming scheme:
/trunk/main/oox/source/dump/
H A Ddffdumper.ini52 0x000000FF=uint8,dec,scheme-idx,,filter=0x10000000~0x10000000
53 0x10000000=!rgb!scheme
62 0x000000FF=uint8,dec,scheme-idx,,filter=0xFF000000~0x08000000
68 0x08000000=scheme-idx

Completed in 81 milliseconds

12345