Searched refs:url (Results 1 - 25 of 123) sorted by relevance

12345

/haiku-fatelf/src/bin/network/wget/src/
H A Dhttp.h34 struct url;
36 uerr_t http_loop (struct url *, char **, char **, const char *, int *,
37 struct url *, struct iri *);
H A Durl.h1 /* Declarations for url.c.
48 `supported_schemes' in url.c. */
60 struct url struct
62 char *url; /* Original URL */ member in struct:url
88 struct url *url_parse (const char *, int *, struct iri *iri, bool percent_encode);
90 char *url_full_path (const struct url *);
91 void url_set_dir (struct url *, const char *);
92 void url_set_file (struct url *, const char *);
93 void url_free (struct url *);
100 char *url_string (const struct url *, enu
[all...]
H A Drecur.h34 #include "url.h"
47 uerr_t retrieve_tree (struct url *, struct iri *);
H A Dspider.c37 #include "url.h"
57 nonexisting_url (const char *url)
60 if (is_robots_txt_url (url))
64 string_set_add (nonexisting_urls_set, url);
90 const char *url = (const char *) iter.key;
92 logprintf (LOG_NOTQUIET, _("%s\n"), url);
56 nonexisting_url(const char *url) argument
89 const char *url = (const char *) iter.key; local
H A Drecur.c42 #include "url.h"
51 #include "html-url.h"
52 #include "css-url.h"
59 const char *url; /* the URL to download */
99 const char *url, const char *referer, int depth,
104 qel->url = url;
116 quotearg_n_style (0, escape_quoting_style, url), depth));
120 DEBUGP (("[IRI Enqueuing %s with %s\n", quote_n (0, url),
136 const char **url, cons
58 const char *url; /* the URL to download */ member in struct:queue_element
97 url_enqueue(struct url_queue *queue, struct iri *i, const char *url, const char *referer, int depth, bool html_allowed, bool css_allowed) argument
134 url_dequeue(struct url_queue *queue, struct iri **i, const char **url, const char **referer, int *depth, bool *html_allowed, bool *css_allowed) argument
230 char *url, *referer, *file = NULL; local
494 const char *url = u->url; local
[all...]
H A Dconvert.h48 struct url;
54 struct url *url; /* the URL of the link, after it has member in struct:urlpos
67 unsigned int link_base_p :1; /* the url came from <base href=...> */
69 unsigned int link_css_p :1; /* the url came from CSS */
H A Dretr.h34 #include "url.h"
56 uerr_t retrieve_url (struct url *, const char *, char **, char **,
68 bool url_uses_proxy (struct url *);
H A Dretr.c46 #include "url.h"
55 #include "html-url.h"
608 static char *getproxy (struct url *);
617 retrieve_url (struct url * orig_parsed, const char *origurl, char **file,
622 char *url;
627 struct url *u = orig_parsed, *proxy_url;
628 int up_error_code; /* url parse error code */
642 url = xstrdup (origurl);
673 xfree (url);
683 xfree (url);
618 char *url; local
893 const char *url = file; local
[all...]
H A Durl.c43 #include "url.h"
430 url_scheme (const char *url)
435 if (0 == strncasecmp (url, supported_schemes[i].leading_string,
454 url_has_scheme (const char *url)
456 const char *p = url;
488 url_skip_credentials (const char *url)
492 const char *p = (const char *)strpbrk (url, "@/?#;");
494 return url;
545 rewrite_shorthand_url (const char *url)
550 if (url_scheme (url) !
427 url_scheme(const char *url) argument
451 url_has_scheme(const char *url) argument
485 url_skip_credentials(const char *url) argument
542 rewrite_shorthand_url(const char *url) argument
658 url_parse(const char *url, int *error, struct iri *iri, bool percent_encode) argument
938 url_error(const char *url, int error_code) argument
1005 full_path_length(const struct url *url) argument
1023 full_path_write(const struct url *url, char *where) argument
1047 url_full_path(const struct url *url) argument
1148 url_set_dir(struct url *url, const char *newdir) argument
1156 url_set_file(struct url *url, const char *newfile) argument
1164 url_free(struct url *url) argument
1698 path_end(const char *url) argument
1924 url_string(const struct url *url, enum url_auth_mode auth_mode) argument
[all...]
H A Dftp.h72 struct url;
123 uerr_t ftp_loop (struct url *, int *, struct url *, bool, bool);
125 uerr_t ftp_index (const char *, struct url *, struct fileinfo *);
H A Dconvert.c42 #include "url.h"
48 #include "html-url.h"
49 #include "css-url.h"
83 char *url; local
88 url = hash_table_get (dl_file_url_map, file);
89 if (!url)
95 DEBUGP (("Scanning %s (from %s)\n", file, url));
98 urls = is_css ? get_urls_css_file (file, url) :
99 get_urls_html (file, url, NULL, NULL);
108 struct url *
751 register_download(const char *url, const char *file) argument
864 register_html(const char *url, const char *file) argument
874 register_css(const char *url, const char *file) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/bin/
H A Dgoogle2 query -v /google/ '((name=="*'"$*"'*")&&(BEOS:TYPE=="application/x-vnd.Be-bookmark"))' | xargs catattr META:url
H A Dimlucky2 query -v /google/ '((name=="*'"$*"'*")&&(BEOS:TYPE=="application/x-vnd.Be-bookmark"))' | xargs catattr META:url | head -1
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DURL.cpp80 URL::URL(const URL &url) argument
82 __protocol = url.__protocol;
83 __host = url.__host;
84 __file = url.__file;
85 __ref = url.__ref;
86 __port = url.__port;
89 URL &URL::operator = (const URL &url) argument
91 __protocol = url.__protocol;
92 __host = url.__host;
93 __file = url
99 operator ==(const URL &url) argument
[all...]
H A DIppSetupDlg.cpp73 BTextControl *url; member in class:IppSetupView
85 /* url box */
87 url = new BTextControl(URL_RECT, "", URL_TEXT, "", NULL);
88 AddChild(url);
89 url->SetDivider(StringWidth(URL_TEXT) + 10);
107 if (*url->Text()) {
113 request->setURI("printer-uri", url->Text());
116 IppURLConnection conn(URL(url->Text()));
126 dir->WriteAttr(IPP_URL, B_STRING_TYPE, 0, url->Text(), strlen(url
[all...]
/haiku-fatelf/src/libs/expat/xmlwf/
H A Dxmlurl.h8 const XML_Char *url,
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DxbLibrary.js38 function defaultOnError(msg, url, line)
46 if (typeof(url) != 'string')
48 url = document.location;
51 alert('An error has occurred at ' + url + ', line ' + line + ': ' + msg);
/haiku-fatelf/src/bin/
H A Dcheckitout.cpp51 CheckItOut::_Warn(const char* url) argument
54 "following url: \n");
55 message << "\n" << url << "\n\n"; local
122 BPrivate::Support::BUrl url(argv[1]);
123 fUrlString = url;
125 BString full = url.Full();
126 BString proto = url.Proto();
127 BString host = url.Host();
128 BString port = url.Port();
129 BString user = url
174 cmd << url; local
186 cmd << url; local
198 cmd << url; local
[all...]
H A Durlwrapper.h23 status_t _Warn(const char* url);
H A Durlwrapper.cpp53 UrlWrapper::_Warn(const char* url) argument
56 "following url: \n");
57 message << "\n" << url << "\n\n"; local
92 if (mimetype == "text/x-url" || extension == "url") {
94 // http://www.cyanwerks.com/file-format-url.html
99 BString url; local
115 line.MoveInto(url, 4, line.Length());
119 if (url.Length()) {
120 BPrivate::Support::BUrl u(url
137 BString url; local
[all...]
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlRequest.cpp16 BUrlRequest::BUrlRequest(const BUrl& url, BUrlProtocolListener* listener) argument
20 fResult(url),
25 SetUrl(url);
29 BUrlRequest::BUrlRequest(const BUrl& url) argument
33 fResult(url),
38 SetUrl(url);
59 BUrlRequest::SetUrl(const BUrl& url) argument
61 fUrl = url;
62 fResult.SetUrl(url);
64 if (fUrlProtocol != NULL && url
[all...]
H A DUrlResult.cpp17 BUrlResult::BUrlResult(const BUrl& url) argument
19 fUrl(url),
40 BUrlResult::SetUrl(const BUrl& url) argument
42 fUrl = url;
/haiku-fatelf/src/apps/webpositive/
H A DBrowserApp.cpp143 const char* url = argv[i]; local
147 url = path.Path();
148 message.AddString("url", url);
243 BString url; local
244 if (message->FindString("url", &url) != B_OK)
246 _CreateNewWindow(url);
254 BString url; local
255 message->FindString("url",
380 BString url; local
386 BString url; local
400 _CreateNewPage(const BString& url, bool fullscreen) argument
430 _CreateNewWindow(const BString& url, bool fullscreen) argument
448 _CreateNewTab(BrowserWindow* window, const BString& url, bool select) argument
[all...]
H A DBrowserWindow.h87 const BString& url,
107 void CreateNewTab(const BString& url, bool select,
116 virtual void NavigationRequested(const BString& url,
118 virtual void NewWindowRequested(const BString& url,
124 virtual void LoadNegotiating(const BString& url,
126 virtual void LoadCommitted(const BString& url,
129 virtual void LoadFailed(const BString& url, BWebView* view);
130 virtual void LoadFinished(const BString& url,
150 virtual void UpdateGlobalHistory(const BString& url);
168 const BString& url) cons
[all...]
/haiku-fatelf/data/bin/
H A Dinstall-wifi-firmwares.sh107 # DownloadFileIfNotCached <url> <filename> <destination dir>
108 local url=$1
114 echo "Downloading $url ..."
115 wget -nv -O $dir/$file $url
119 local error="Failed to download $url."
168 local url="${baseURL}/intel/${file}"
170 DownloadFileIfNotCached $url $file $dir
187 local url="${baseURL}/intel/${file}"
189 DownloadFileIfNotCached $url $file $dir
235 local url
[all...]

Completed in 107 milliseconds

12345