Searched refs:URL (Results 76 - 100 of 413) sorted by relevance

1234567891011>>

/external/libxml2/include/libxml/
H A DHTMLparser.h198 const char *URL,
202 htmlReadFile (const char *URL,
208 const char *URL,
213 const char *URL,
220 const char *URL,
226 const char *URL,
238 const char *URL,
244 const char *URL,
252 const char *URL,
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument04.js78 The URL attribute specifies the absolute URI of the document.
80 Retrieve the URL attribute and examine its value.
99 vurl = doc.URL;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument04.js78 The URL attribute specifies the absolute URI of the document.
80 Retrieve the URL attribute and examine its value.
99 vurl = doc.URL;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebResource.mm120 - (id)initWithData:(NSData *)data URL:(NSURL *)URL MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName frameName:(NSString *)frameName
122 return [self _initWithData:data URL:URL MIMEType:MIMEType textEncodingName:textEncodingName frameName:frameName response:nil copyData:YES];
220 - (NSURL *)URL
224 return [[self _webkit_invokeOnMainThread] URL];
282 return [NSString stringWithFormat:@"<%@ %@>", [self className], [self URL]];
337 URL:(NSURL *)URL
346 return [[self _webkit_invokeOnMainThread] _initWithData:data URL
[all...]
H A DWebFrame.h109 @param URL The base URL to apply to relative URLs within the document.
111 - (void)loadData:(NSData *)data MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)encodingName baseURL:(NSURL *)URL;
116 @param URL The base URL to apply to relative URLs within the document.
118 - (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)URL;
122 @abstract Loads a page to display as a substitute for a URL that could not be reached.
131 @param unreachableURL The URL for which this page will serve as alternate content.
/external/libxml2/
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */
76 xmlChar * url; /* the current URL processed */
78 int urlMax; /* size of URL stack */
79 xmlChar * *urlTab; /* URL stack */
327 xmlXIncludeErrMemory(ctxt, NULL, "adding URL");
338 xmlXIncludeErrMemory(ctxt, NULL, "adding URL");
350 * Pops the top URL from the URL stack
414 * @URL: the URL o
419 xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) argument
490 xmlChar *URL; local
1401 xmlChar *URL; local
1795 xmlChar *URL; local
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java35 import java.net.URL;
141 URL url = new URL("https://localhost:" + ss.getLocalPort());
181 URL url = new URL("https://localhost:" + ss.getLocalPort());
219 URL url = new URL("https://localhost:" + ss.getLocalPort());
264 URL url = new URL("https://localhost:" + ss.getLocalPort());
305 URL ur
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarInputStreamTest.java22 import java.net.URL;
60 InputStream is = new URL(jarName).openConnection().getInputStream();
99 InputStream is = new URL(jarName).openConnection().getInputStream();
136 InputStream is = new URL(jarName2).openConnection().getInputStream();
141 is = new URL(jarName).openConnection().getInputStream();
154 InputStream is = new URL(jarName).openConnection().getInputStream();
167 InputStream is = new URL(intJarName).openConnection()
183 InputStream is = new URL(modJarName).openConnection()
210 InputStream is = new URL(modJarName).openConnection()
231 InputStream is = new URL(modJarNam
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java16 import java.net.URL;
159 public final URL getResource (final String name)
165 final URL result = super.getResource (name);
186 URL classURL = null;
196 classURL = new URL (entry.m_srcURL);
342 private Class defineClass (final String className, final byte [] bytes, final int length, final URL srcURL)
372 private static URL [] filesToURLs (final File [] classpath)
378 final URL [] result = new URL [classpath.length];
460 private static final URL [] EMPTY_URL_ARRA
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java31 import java.net.URL;
49 public MockURLConnection(URL url) {
60 protected URLConnection openConnection(URL u) throws IOException {
82 URL url = ClassLoader.getSystemClassLoader().getResource(resourceName);
87 URL url;
91 url = new URL("http://localhost/");
105 MockURLConnection u = new MockURLConnection(new URL(
181 URL fUrl1 = new URL("jar:file:" + resources.getPath()
514 URL ur
[all...]
H A DContentHandlerTest.java22 import java.net.URL;
34 URLConnection conn = new URL("http://www.apache.org").openConnection();
H A DAuthenticatorTest.java28 import java.net.URL;
104 URL url = new URL("http://127.0.0.1");
184 new URL("http://localhost:" + port).openStream();
201 public URL getRequestingURL() {
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DGZIPInputStreamTest.java26 import java.net.URL;
62 final URL gInput = new File(resources.toString()
86 final URL gInput = new File(resources.toString()
105 final URL jarInput = new File(resources.toString()+ "/hyts_checkInput.txt").toURL();
134 final URL gInput = new URL("file:/" + resPath
253 final URL gInput = new URL("file:/" + resPath
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_URLConnector.java24 import java.net.URL;
29 * URL's
40 instance = new URL(address).openConnection();
/external/libxslt/libxslt/
H A Dsecurity.h4 * the access to new resources (file or URL) from
49 * path or an URL ...
93 const xmlChar *URL);
97 const xmlChar *URL);
/external/webkit/Source/WebCore/html/
H A DHTMLEmbedElement.idl35 attribute [Reflect, URL] DOMString src;
H A DHTMLFormElement.idl33 attribute [Reflect, URL] DOMString action;
H A DHTMLVideoElement.idl35 attribute [Reflect, URL] DOMString poster;
/external/webkit/Source/WebCore/page/
H A DEventSource.idl44 readonly attribute DOMString URL;
/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItemInternal.h44 + (WebHistoryItem *)entryWithURL:(NSURL *)URL;
47 - (id)initWithURL:(NSURL *)URL target:(NSString *)target parent:(NSString *)parent title:(NSString *)title;
H A DWebHistory.mm92 - (BOOL)containsURL:(NSURL *)URL;
93 - (WebHistoryItem *)itemForURL:(NSURL *)URL;
97 - (BOOL)loadFromURL:(NSURL *)URL collectDiscardedItemsInto:(NSMutableArray *)discardedItems error:(NSError **)error;
98 - (BOOL)saveToURL:(NSURL *)URL error:(NSError **)error;
333 // If we already have an item with this URL, we need to merge info that drives the
334 // URL autocomplete heuristics from that item into the new one.
350 // FIXME: Is this the right behavior if this entry isn't present, but another entry for the same URL is?
434 // MARK: URL MATCHING
441 - (BOOL)containsURL:(NSURL *)URL
443 return [self itemForURLString:[URL _web_originalDataAsStrin
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebResource.idl33 @discussion A WebResource represents a fully downloaded URL.
47 @method initWithData:URL:MIMEType:textEncodingName:frameName
50 @param URL The URL of the resource.
55 - (id)initWithData:(NSData *)data URL:(NSURL *)URL MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName frameName:(NSString *)frameName;
67 @method URL
68 @result The URL of the resource.
69 - (NSURL *)URL;
71 HRESULT URL([ou
[all...]
H A DIWebURLResponse.idl48 - (id)initWithURL:(NSURL *)URL MIMEType:(NSString *)MIMEType expectedContentLength:(int)length textEncodingName:(NSString *)name
68 - (NSURL *)URL
70 HRESULT URL([out, retval] BSTR* result);
/external/apache-harmony/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java27 import java.net.URL;
52 URL url = null;
58 url = new URL("file:/" + resPath + "/" + fileName);
120 InputStream in = new URL(url).openStream();
151 URL url = ClassLoader.getSystemClassLoader().getResource(name);
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DAppletHarness.java44 import java.net.URL;
62 private URL appCfg = null;
63 private URL assetCfg = null;
141 appCfg = new URL(getParameter("AppSettingsURL"));
148 assetCfg = new URL(getParameter("AssetConfigURL"));

Completed in 971 milliseconds

1234567891011>>