Home
last modified time | relevance | path

Searched refs:doc_url (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dicons.c42 if(docp->doc_url->status & URL_MOVED) in icons_set_for_doc()
44 else if(docp->doc_url->status & URL_TRUNCATED) in icons_set_for_doc()
46 else if(docp->doc_url->status & URL_REJECTED) in icons_set_for_doc()
49 (docp->doc_url->status & URL_ERR_UNREC)) in icons_set_for_doc()
51 else if(docp->doc_url->status & URL_ERR_REC) in icons_set_for_doc()
53 else if((docp->doc_url->type == URLT_FTP in icons_set_for_doc()
54 || docp->doc_url->type == URLT_FTPS) && docp->doc_url->p.ftp.dir) in icons_set_for_doc()
105 (docp->doc_url->status & URL_REDIRECT)) in icons_set_for_doc()
109 LOCK_URL(docp->doc_url); in icons_set_for_doc()
117 docp->doc_url->tree_nfo[i], p, 8, in icons_set_for_doc()
[all …]
H A Ddoc.c114 switch (docu->doc_url->type) in doc_download_init()
202 if(docu->doc_url->type == URLT_FTP || docu->doc_url->type == URLT_FTPS) \ in doc_check_quotas()
399 if((docu->doc_url->type == URLT_HTTP || docu->doc_url->type == in doc_transfer_data()
404 else if((docu->doc_url->type == URLT_FTP || docu->doc_url->type == in doc_transfer_data()
990 (docu->doc_url->type == URLT_HTTP || docu->doc_url->type == URLT_HTTPS)) in doc_download_helper()
1138 docu->doc_url->extension && in doc_store()
1210 switch (docp->doc_url->type) in doc_set_info()
1289 docp->doc_url->prop = prp; in doc_set_info()
1297 docp->doc_url = urlp; in doc_init()
1445 if(docp->doc_url->type == URLT_FTP || docp->doc_url->type == URLT_FTPS) in show_progress()
[all …]
H A Dgcinfo.c28 infop->ftp_con.proto = docp->doc_url->type; in save_global_connection_data()
31 infop->ftp_con.port = url_get_port(docp->doc_url); in save_global_connection_data()
72 infop->http_con.proto = docp->doc_url->type; in save_global_connection_data()
91 infop->http_con.proto = docp->doc_url->type; in save_global_connection_data()
110 char *pass = url_get_pass(docp->doc_url, NULL); in restore_global_connection_data()
112 char *host = url_get_site(docp->doc_url); in restore_global_connection_data()
115 if((docp->doc_url->type == URLT_FTP || in restore_global_connection_data()
116 docp->doc_url->type == URLT_FTPS) && in restore_global_connection_data()
149 (docp->doc_url->type == URLT_HTTP || docp->doc_url->type == URLT_HTTPS)) in restore_global_connection_data()
152 url_get_site(docp->doc_url)) && in restore_global_connection_data()
[all …]
H A Dgopher.c42 host = docp->doc_url->p.gopher.host; in gopher_get_data_socket()
43 port = docp->doc_url->p.gopher.port; in gopher_get_data_socket()
53 url_get_site(docp->doc_url), in gopher_get_data_socket()
54 url_get_port(docp->doc_url), host, port)) in gopher_get_data_socket()
63 snprintf(pom, sizeof(pom), "%s\r\n", docp->doc_url->p.gopher.selector + 1); in gopher_get_data_socket()
100 if(docp->doc_url->p.gopher.selector[0] != '1') in gopher_dir_to_html()
108 docp->doc_url->p.gopher.host, docp->doc_url->p.gopher.port, in gopher_dir_to_html()
109 docp->doc_url->p.gopher.selector, docp->doc_url->p.gopher.host, in gopher_dir_to_html()
110 docp->doc_url->p.gopher.port, docp->doc_url->p.gopher.selector); in gopher_dir_to_html()
H A Dftp.c1240 prottable[docp->doc_url->type].urlid, docp->doc_url->p.ftp.host, in ftp_nlst_dir_to_html()
1241 docp->doc_url->p.ftp.port, docp->doc_url->p.ftp.path, in ftp_nlst_dir_to_html()
1243 docp->doc_url->p.ftp.port, docp->doc_url->p.ftp.path); in ftp_nlst_dir_to_html()
1267 if(docp->doc_url->p.ftp.user && docp->doc_url->p.ftp.password) in ftp_nlst_dir_to_html()
1272 docp->doc_url->p.ftp.user, docp->doc_url->p.ftp.password, in ftp_nlst_dir_to_html()
1273 docp->doc_url->p.ftp.host, docp->doc_url->p.ftp.port, in ftp_nlst_dir_to_html()
1283 docp->doc_url->p.ftp.host, docp->doc_url->p.ftp.port, in ftp_nlst_dir_to_html()
1291 docp->doc_url->p.ftp.host, docp->doc_url->p.ftp.port, in ftp_nlst_dir_to_html()
1688 docp->doc_url->p.ftp.host, docp->doc_url->p.ftp.port, in ftp_list_unix_dir_to_html()
1690 docp->doc_url->p.ftp.host, docp->doc_url->p.ftp.port, in ftp_list_unix_dir_to_html()
[all …]
H A Dhtml.c226 html_get_init_base_url(docp->doc_url, base, baset); in html_get_base_url()
286 purestyle = (html_doc->doc_url->status & URL_STYLE); in html_process_document()
311 if(purescript && html_doc->doc_url->parent_url) in html_process_document()
318 html_parser_set_document(hp, html_doc->doc_url, in html_process_document()
415 purestyle = (html_doc->doc_url->status & URL_STYLE); in html_process_parent_document()
450 html_parser_set_document(hp, html_doc->doc_url, in html_process_parent_document()
563 html_process_parent_document(&pdoc, doc_url, rfn); in rewrite_one_parent_links()
618 if((doc_url->status & URL_MOVED) && !dst_name) in rewrite_parents_links()
621 LOCK_URL(doc_url); in rewrite_parents_links()
622 for(ptr = doc_url->parent_url; ptr; ptr = ptr->next) in rewrite_parents_links()
[all …]
H A Dhttp.c122 if(docp->doc_url->type == URLT_FTP) in http_get_auth_str()
523 url *urlp = docp->doc_url; in http_request()
933 host = url_get_site(docp->doc_url); in http_open_socket()
934 port = url_get_port(docp->doc_url); in http_open_socket()
977 if(docp->doc_url->type == URLT_HTTP) in http_open_socket()
1074 docu->doc_url->moved_to = pomurl; in http_handle_redirect()
1260 docu->doc_url->status |= URL_STYLE; in http_process_response()
1265 if(docu->doc_url->type == URLT_FTP && !docu->doc_url->p.ftp.dir) in http_process_response()
1269 docu->doc_url->p.ftp.dir = TRUE; in http_process_response()
1293 docu->doc_url->status |= URL_NOT_FOUND; in http_process_response()
[all …]
H A Dfile.c26 if(stat(docp->doc_url->p.file.filename, &estat) == 0) in get_file_data_socket()
37 bufio_open(docp->doc_url->p.file.filename, O_BINARY | O_RDONLY))) in get_file_data_socket()
40 xperror(docp->doc_url->p.file.filename); in get_file_data_socket()
H A Dcss.c38 dllist *css_get_all_links(url * doc_url, char *stylestr, char *base, in css_get_all_links() argument
76 pom = url_to_absolute_url(base, baset, doc_url, sp); in css_get_all_links()
97 purl->parent_url = dllist_append(purl->parent_url, (dllist_t)doc_url); in css_get_all_links()
98 purl->level = doc_url->level + 1; in css_get_all_links()
148 char *css_to_absolute_links(url * doc_url, char *stylestr, char *base, in css_to_absolute_links() argument
191 pom = url_to_absolute_url(base, baset, doc_url, sp); in css_to_absolute_links()
248 char *css_remote_to_local_links(url * doc_url, char *stylestr, int all, in css_remote_to_local_links() argument
256 char *act_name = url_to_filename(doc_url, TRUE); in css_remote_to_local_links()
301 fn = url_to_absolute_url(base, baset, doc_url, sp); in css_remote_to_local_links()
390 char *css_change_url(url * doc_url, char *stylestr, url * url_old, in css_change_url() argument
H A Dhtmlparser.c185 hpinfo->doc_url = doc_url; in html_parser_set_document()
837 hpinfo->doc_url, hpinfo->tag_attrib); in html_parser_url_to_absolute_url()
877 hpinfo->doc_url->status |= URL_HAVE_FORMS; in html_parser_process_form()
924 purl->level = hpinfo->doc_url->level + 1; in html_parser_get_url()
926 (dllist_t) hpinfo->doc_url); in html_parser_get_url()
1077 url_compare(urlp, hpinfo->doc_url)) in html_parser_url_to_local()
1087 actname = url_to_filename(hpinfo->doc_url, FALSE); in html_parser_url_to_local()
1209 alttag = css_to_absolute_links(hpinfo->doc_url, in html_parser_style_to_absolute_urls()
1218 alttag = css_to_absolute_links(hpinfo->doc_url, in html_parser_style_to_absolute_urls()
1261 alttag = css_remote_to_local_links(hpinfo->doc_url, in html_parser_style_to_local_urls()
[all …]
/dports/devel/libdap/libdap-3.20.8/
H A DServerFunction.cc49 …tion::ServerFunction(string name, string version, string description, string usage, string doc_url, in ServerFunction() argument
57 setDocUrl(doc_url); in ServerFunction()
61 …tion::ServerFunction(string name, string version, string description, string usage, string doc_url, in ServerFunction() argument
69 setDocUrl(doc_url); in ServerFunction()
74 …tion::ServerFunction(string name, string version, string description, string usage, string doc_url, in ServerFunction() argument
82 setDocUrl(doc_url); in ServerFunction()
86 …tion::ServerFunction(string name, string version, string description, string usage, string doc_url, in ServerFunction() argument
94 setDocUrl(doc_url); in ServerFunction()
H A DServerFunction.h48 std::string doc_url; variable
63 std::string doc_url, std::string role, bool_func f);
65 std::string doc_url, std::string role, btp_func f);
67 std::string doc_url, std::string role, proj_func f);
69 std::string doc_url, std::string role, D4Function f);
79 std::string getDocUrl() { return doc_url; } in getDocUrl()
80 void setDocUrl(const std::string &url){ doc_url = url; } in setDocUrl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefetch/prefetch_proxy/
H A Dprefetch_proxy_tab_helper_unittest.cc152 const GURL& doc_url, in MakeNavigationPrediction() argument
156 web_contents, doc_url, in MakeNavigationPrediction()
382 GURL doc_url("https://www.google.com/search?q=cats"); in TEST_F() local
420 GURL doc_url("https://www.google.com/search?q=cats"); in TEST_F() local
458 GURL doc_url("https://www.google.com/search?q=cats"); in TEST_F() local
930 MakeNavigationPrediction(web_contents(), doc_url, in TEST_F()
1196 web_contents(), doc_url, in TEST_F()
1259 MakeNavigationPrediction(web_contents(), doc_url, in TEST_F()
1338 web_contents(), doc_url, in TEST_F()
1400 web_contents(), doc_url, in TEST_F()
[all …]
H A Dprefetch_proxy_browsertest.cc513 void MakeNavigationPrediction(const GURL& doc_url, in MakeNavigationPrediction() argument
517 GetWebContents(), doc_url, in MakeNavigationPrediction()
944 MakeNavigationPrediction(doc_url, {prefetch_url}); in IN_PROC_BROWSER_TEST_F()
1008 MakeNavigationPrediction(doc_url, {prefetch_url}); in IN_PROC_BROWSER_TEST_F()
1037 MakeNavigationPrediction(doc_url, {prefetch_url}); in IN_PROC_BROWSER_TEST_F()
1074 MakeNavigationPrediction(doc_url, {prefetch_url}); in IN_PROC_BROWSER_TEST_F()
1112 MakeNavigationPrediction(doc_url, {prefetch_url}); in IN_PROC_BROWSER_TEST_F()
1235 MakeNavigationPrediction(doc_url, { in IN_PROC_BROWSER_TEST_F()
1777 MakeNavigationPrediction(doc_url, { in IN_PROC_BROWSER_TEST_F()
1986 GetWebContents(), doc_url, in MakeNavigationPrediction()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls/src/actions/
H A Dhover.rs253 doc_url: Option<String>, in tooltip_local_variable_usage()
295 doc_url: Option<String>, in tooltip_field_or_variant()
311 doc_url: Option<String>, in tooltip_struct_enum_union_trait()
366 doc_url: Option<String>,
395 doc_url: Option<String>,
409 doc_url: Option<String>,
423 doc_url: Option<String>,
437 doc_url: Option<String>,
484 doc_url: Option<String>,
493 if let Some(doc_url) = doc_url {
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/documents/tests/
H A Dtest_collection_privacy.py43 doc_url = reverse('wagtaildocs_serve', args=(secret_document.id, secret_document.filename))
44 response = self.client.get(doc_url)
52 … '<input id="id_return_url" name="return_url" type="hidden" value="{}" />'.format(doc_url),
59 'return_url': doc_url,
68 'return_url': doc_url,
70 self.assertRedirects(response, doc_url)
73 response = self.client.get(doc_url)
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/deploy/src/
H A Darchive.sh32 doc_url="http://sonicvisualiser.org/doc/reference/$v/en/"
33 doc_status=$(curl -sL -w "%{http_code}" "$doc_url" -o /dev/null)
37 echo "*** $doc_url"
/dports/databases/erlang-couchbeam/couchbeam-1.4.2/doc/
H A Dcouchbeam_httpc.md12 …l-1">db_url/1</a></td><td></td></tr><tr><td valign="top"><a href="#doc_url-2">doc_url/2</a></td><t…
43 <a name="doc_url-2"></a>
45 ### doc_url/2 ###
47 `doc_url(Db, DocId) -> any()`
/dports/net/kamailio/kamailio-5.4.5/src/modules/xcap_client/
H A Dxcap_client.c308 int parse_doc_url(str doc_url, char** serv_addr, xcap_doc_sel_t* doc_sel) in parse_doc_url() argument
312 sl= strchr(doc_url.s, '/'); in parse_doc_url()
317 *serv_addr= doc_url.s; in parse_doc_url()
353 str doc_url; in xcap_client_rpc_refreshXcapDoc() local
361 if(rpc->scan(ctx, "S", &doc_url, (int*)(&xcap_port))<1) { in xcap_client_rpc_refreshXcapDoc()
367 stream= send_http_get(doc_url.s, xcap_port, NULL, 0, &etag); in xcap_client_rpc_refreshXcapDoc()
375 if(parse_doc_url(doc_url, &serv_addr, &doc_sel)< 0) { in xcap_client_rpc_refreshXcapDoc()
/dports/astro/oskar/OSKAR-2.8.0/gui/src/
H A Doskar_Docs.cpp24 QString doc_url = "https://ska-telescope.gitlab.io/sim/oskar"; in Docs() local
37 arg(doc_url).arg(doc_url)); in Docs()
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Daddon_utils.py543 doc_url = addon_info.pop("wiki_url", None)
544 if doc_url is not None:
547 addon_info["doc_url"] = doc_url
558 doc_url = addon_info["doc_url"]
559 if doc_url:
561 if doc_url_prefix in doc_url:
562 addon_info["doc_url"] = doc_url.replace(
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/
H A Dctd2galaxy.py58 description='', manual='', doc_url='', argument
65 self.doc_url = doc_url
72 self.manual, self.doc_url, self.category)
157 self.tool.doc_url += content
/dports/www/R-cran-gh/gh/R/
H A Dgh_response.R53 doc_url <- res$documentation_url functionVar
54 if (!is.null(doc_url)) {
55 msg <- append(msg, paste0("Read more at ", doc_url))
/dports/devel/kdev-python/kdev-python-21.12.3/duchain/tests/
H A Dduchainbench.cpp44 auto doc_url = QDir::cleanPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, in initShell() local
47 …DUChain::self()->updateContextForUrl(IndexedString(doc_url), KDevelop::TopDUContext::AllDeclaratio… in initShell()
49 …DUChain::self()->waitForUpdate(IndexedString(doc_url), KDevelop::TopDUContext::AllDeclarationsCont… in initShell()
/dports/devel/ros-rosdistro/rosdistro-0.7.5/scripts/
H A Drosdistro_migrate_to_rep_14164 doc_url = os.path.join(base, doc_file)
68 generate_repos_url(repos_url, doc_url, release_url, source_url)
71 def generate_repos_url(repos_url, doc_url, release_url, source_url):
103 doc_data = yaml.load(open(doc_url, 'r'))

123456789