Searched refs:URL (Results 1 - 25 of 715) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLQuoteElement.idl21 [Reflect, URL] attribute DOMString cite;
H A DHTMLHtmlElement.idl22 [Reflect, URL] attribute DOMString manifest;
H A DHTMLModElement.idl21 [Reflect, URL] attribute DOMString cite;
H A DHTMLSourceElement.idl29 [Reflect, URL] attribute DOMString src;
H A DHTMLImageElement.idl32 [Reflect, URL] attribute DOMString longDesc;
33 [Reflect, URL] attribute DOMString src;
40 [Reflect,URL] attribute DOMString lowsrc;
49 readonly attribute URL absoluteImageURL;
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Durl.cpp26 // url - URL object with decomposition
56 URL::URL() function in class:Security::Network::URL
61 URL::URL(const char *s) function in class:Security::Network::URL
68 URL::URL(const char *s, const URL &base) function in class:Security::Network::URL
75 URL::~URL()
[all...]
H A Durl.h26 // url - URL object with decomposition
48 // A thin encapsulation of a URL
50 class URL { class in namespace:Security::Network
52 URL();
53 URL(const char *url);
54 URL(const char *url, const URL &base);
55 ~URL();
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Durl.cpp26 // url - URL object with decomposition
56 URL::URL() function in class:Security::Network::URL
61 URL::URL(const char *s) function in class:Security::Network::URL
68 URL::URL(const char *s, const URL &base) function in class:Security::Network::URL
75 URL::~URL()
[all...]
H A Durl.h26 // url - URL object with decomposition
48 // A thin encapsulation of a URL
50 class URL { class in namespace:Security::Network
52 URL();
53 URL(const char *url);
54 URL(const char *url, const URL &base);
55 ~URL();
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dclone.t6 use URI::URL;
8 my $b = URI::URL->new("http://www/");
10 my $u1 = URI::URL->new("foo", $b);
H A Dold-absconf.t5 use URI::URL qw(url);
9 $URI::URL::ABS_REMOTE_LEADING_DOTS = 1;
10 $URI::URL::ABS_ALLOW_RELATIVE_SCHEME = 1;
18 local $URI::URL::ABS_REMOTE_LEADING_DOTS;
29 local $URI::URL::ABS_ALLOW_RELATIVE_SCHEME;
H A Dstorable-test.pl8 require URI::URL;
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib1508.c28 int test(char *URL) argument
33 (void)URL;
H A Dlib517.c122 int test(char *URL) argument
126 (void)URL; /* not used */
H A Dlib501.c26 int test(char *URL) argument
31 (void)URL; /* we don't use this */
H A Dlib520.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib524.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.h32 // The userInfo contains the site URL whose icon has changed.
81 @param URL
84 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size;
88 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found.
89 Usually called by a UI element to determine if a site URL has an associated icon.
91 @param URL
95 - (NSImage *)iconForURL:(NSString *)URL withSize:(NSSize)size cache:(BOOL)cache;
99 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
100 @param URL
[all...]
H A DWebIconDatabaseDelegate.h31 - (NSImage *)webIconDatabase:(WebIconDatabase *)webIconDatabase defaultIconForURL:(NSString *)URL withSize:(NSSize)size;
H A DWebKitErrorsPrivate.h54 + (NSError *)_webKitErrorWithCode:(int)code failingURL:(NSString *)URL;
55 + (NSError *)_webKitErrorWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebResource.h36 @discussion A WebResource represents a fully downloaded URL.
46 @method initWithData:URL:MIMEType:textEncodingName:frameName
49 @param URL The URL of the resource.
55 - (id)initWithData:(NSData *)data URL:(NSURL *)URL MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)textEncodingName frameName:(NSString *)frameName;
64 @method URL
65 @result The URL of the resource.
67 - (NSURL *)URL;
H A DWebResourcePrivate.h34 URL:(NSURL *)URL
41 - (id)_initWithData:(NSData *)data URL:(NSURL *)URL response:(NSURLResponse *)response;
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechGrammar.idl32 [URL,CallWith=ScriptExecutionContext] attribute DOMString src;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cf/
H A DWKURLCF.h36 WK_EXPORT WKURLRef WKURLCreateWithCFURL(CFURLRef URL);
37 WK_EXPORT CFURLRef WKURLCopyCFURL(CFAllocatorRef alloc, WKURLRef URL);
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Dftp.tcl53 # username - username to login on (can also be part of the URL)
54 # password - password for server (can also be part of the URL)
110 # url - the SOAP endpoint URL
129 array set URL [uri::split $url]
131 if {$URL(user) != {}} { set username $URL(user) }
132 if {$URL(pwd) != {}} { set password $URL(pwd) }
134 set tok [ftp::Open $URL(host) $username $password]
135 set r [ftp::Append $tok -data $soap $URL(pat
[all...]

Completed in 135 milliseconds

1234567891011>>