Home
last modified time | relevance | path

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

/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbackend-dbib.h31 …t char* database, struct bibinfo* ptr_biblio_info, char* username, char* pdfroot, int nref_counter…
32 …le_as_author, const char* ns, struct xmlindent* ptr_indent, int n_ref_format, const char* pdfroot);
45 …lowing_index, const char* ns, struct xmlindent* ptr_indent, int n_ref_format, const char* pdfroot);
H A Dbackend-html.c860 if (strncmp(ptr_rendinfo->pdfroot, "http://", 7) == 0 in render_html()
861 || strncmp(ptr_rendinfo->pdfroot, "HTTP://", 7) == 0 in render_html()
862 || strncmp(ptr_rendinfo->pdfroot, "ftp://", 6) == 0 in render_html()
863 || strncmp(ptr_rendinfo->pdfroot, "FTP://", 6) == 0 in render_html()
864 || strncmp(ptr_rendinfo->pdfroot, "file://", 7) == 0 in render_html()
865 || strncmp(ptr_rendinfo->pdfroot, "FILE://", 7) == 0) { in render_html()
879 if (*(ptr_rendinfo->pdfroot)) { in render_html()
880 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), ptr_rendinfo->pdfroot, ptr_rendinfo->ptr_ref_len,… in render_html()
913 if (*(ptr_rendinfo->pdfroot)) { in render_html()
914 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), ptr_rendinfo->pdfroot, ptr_rendinfo->ptr_ref_len,… in render_html()
[all …]
H A Dbackend-dbib.c713 …tle_as_author, ptr_clrequest->namespace, ptr_indent, n_ref_format, ptr_clrequest->pdfroot)) != 0) { in finish_render_dbib()
767 …tle_as_author, ptr_clrequest->namespace, ptr_indent, n_ref_format, ptr_clrequest->pdfroot)) != 0) { in finish_render_dbib()
922 …t char* database, struct bibinfo* ptr_biblio_info, char* username, char* pdfroot, int nref_counter… in render_dbib() argument
1124 …r_mset_sentinel, ptr_biblio_info, title_as_author, ns, ptr_indent, n_ref_format, pdfroot)) != 0) { in render_dbib()
1207 …entinel, ptr_biblio_info, title_as_author, ns, ptr_indent, n_ref_format, pdfroot)) != 0) { /* form… in render_dbib()
1327 …e_as_author, const char* ns, struct xmlindent* ptr_indent, int n_ref_format, const char* pdfroot) { in format_entry() argument
2208 …K0*/, n_intext, LINK0PRECEEDING, LINK0FOLLOWING, ns, ptr_indent, n_ref_format, pdfroot)) == NULL) { in format_entry()
2214 …K1*/, n_intext, LINK1PRECEEDING, LINK1FOLLOWING, ns, ptr_indent, n_ref_format, pdfroot)) == NULL) { in format_entry()
2220 …K2*/, n_intext, LINK2PRECEEDING, LINK2FOLLOWING, ns, ptr_indent, n_ref_format, pdfroot)) == NULL) { in format_entry()
2226 …K3*/, n_intext, LINK3PRECEEDING, LINK3FOLLOWING, ns, ptr_indent, n_ref_format, pdfroot)) == NULL) { in format_entry()
[all …]
H A Dbackend.h62 char* pdfroot; /* ptr to string with the pdf root path */ member
77 char* add_root_to_link(const char* link, const char* pdfroot);
H A Drefdbib.c108 char pdfroot[PREFS_BUF_LEN] = ""; /* root of path to offprints */ variable
191 prefs[19].varvalue = pdfroot; in main()
890 if (*pdfroot) { in make_rawbib()
891 strcpy(pdf_root, pdfroot); in make_rawbib()
H A Drefdbdgetrefx.c129 rendinfo.pdfroot = ptr_clrequest->pdfroot; in getrefx()
H A Dbackend.c191 char* add_root_to_link(const char* link, const char* pdfroot) { in add_root_to_link() argument
198 if (!pdfroot /* no pdfroot available */ in add_root_to_link()
209 if ((full_link = malloc(strlen(link)+strlen(pdfroot)+1)) == NULL) { in add_root_to_link()
216 memmove(full_link+strlen(pdfroot)+7, full_link+7, strlen(full_link+7)); in add_root_to_link()
219 memcpy(full_link+7, pdfroot, strlen(pdfroot)); in add_root_to_link()
H A Drefdbd.h61 char pdfroot[_POSIX_PATH_MAX+1]; member
H A Dbackend-scrn.c642 if (*(ptr_rendinfo->pdfroot)) { in render_scrn()
643 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), ptr_rendinfo->pdfroot, ptr_rendinfo->ptr_ref_len,… in render_scrn()
719 full_link = add_root_to_link(citem, ptr_rendinfo->pdfroot); in render_scrn()
H A Dbackendn-scrn.c391 full_link = add_root_to_link(citem, ptr_rendinfo->pdfroot); in render_note_scrn()
H A Drefdbc.c146 char pdfroot[PREFS_BUF_LEN] = ""; /* root path for pdf or other offprint files */ variable
312 prefs[7].varvalue = pdfroot; in main()
428 strncpy(pdfroot, optarg, PREFS_BUF_LEN); in main()
429 pdfroot[PREFS_BUF_LEN-1] = '\0'; in main()
1820 if (*pdfroot) { in getref()
1821 strcpy(pdf_root, pdfroot); in getref()
4761 if (*pdfroot) { in getnote()
4762 strcpy(pdf_root, pdfroot); in getnote()
H A Drefdbd.c1074 *(ptr_child_clrequest->pdfroot) = '\0'; in main()
1170 strncpy(ptr_child_clrequest->pdfroot, optarg, _POSIX_PATH_MAX); in main()
1171 ptr_child_clrequest->pdfroot[_POSIX_PATH_MAX] = '\0'; in main()
2303 ptr_clrequest->pdfroot[0] = '\0'; in initialize_client_request()
H A Dbackendn-html.c441 entitize_string = add_root_to_link(citem, ptr_rendinfo->pdfroot); in render_note_html()
H A Dbackend-bibtex.c735 full_link = add_root_to_link(item, ptr_rendinfo->pdfroot); in render_bibtex()
1332 rendinfo.pdfroot = NULL; in gettexbib()
H A Drefdbd.h.in61 char pdfroot[_POSIX_PATH_MAX+1]; member
H A Drefdbdgetref.c884 rendinfo.pdfroot = ptr_clrequest->pdfroot; in getref()
H A Drefdbdref.c370 rendinfo.pdfroot = ptr_clrequest->pdfroot; in addref()
H A Drefdbdbib.c887 …/* database */, ptr_biblio_info, ptr_clrequest->username, ptr_clrequest->pdfroot, nref_counter, ti… in getbib()
1402 …tle_as_author, ptr_clrequest->namespace, ptr_indent, n_ref_format, ptr_clrequest->pdfroot)) != 0) { in fill_in_authoryear_info()
H A Dbackend-mods.c1118 full_link = add_root_to_link(item, ptr_rendinfo->pdfroot); in add_partinfo_mods()
H A Dbackend-dbiba.c2144 …owing_index, const char* ns, struct xmlindent* ptr_indent, int n_ref_format, const char* pdfroot) { in format_ulink() argument
2213 entitize_string = add_root_to_link(citem, pdfroot); in format_ulink()
/dports/textproc/refdb/refdb-0.9.9-1/etc/
H A Drefdbcgirc39 #pdfroot /home/foo/literature/
H A Drefdbsrurc35 #pdfroot /home/foo/literature/
H A Drefdbcrc41 #pdfroot /home/foo/literature/
/dports/textproc/refdb/refdb-0.9.9-1/
H A DNEWS88 (note the additional root slash in the latter URL), the same pdfroot
1159 - If pdfroot uses a protocol (http or ftp), the links in the web
H A DChangeLog216 personal data and receive the same pdfroot mangling as the AV