Home
last modified time | relevance | path

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

12345678910>>...51

/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/ast/
H A DTestPrinters.cc60 reprint(*tree, os, ""); in testReprint()
69 reprint(*tree, os, ""); in testReprint()
78 reprint(*tree, os, ""); in testReprint()
87 reprint(*tree, os, ""); in testReprint()
96 reprint(*tree, os, ""); in testReprint()
105 reprint(*tree, os, ""); in testReprint()
114 reprint(*tree, os, ""); in testReprint()
123 reprint(*tree, os, ""); in testReprint()
132 reprint(*tree, os, ""); in testReprint()
141 reprint(*tree, os, ""); in testReprint()
[all …]
/dports/print/xmbibtex/xmbibtex-1.7/examples/
H A Dmyrefs.bib10 reprint = "IN FILE",
26 reprint = "IN FILE",
41 reprint = "IN FILE",
54 reprint = "IN FILE",
68 reprint = "IN FILE",
81 reprint = "IN FILE",
94 reprint = "IN FILE",
111 reprint = "IN FILE",
126 reprint = "IN FILE",
173 reprint = "IN FILE",
[all …]
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbackend-ris.c117 struct REPRINT reprint; in render_ris() local
341 if (get_reprint(ptr_rendinfo->dbires, &reprint, ptr_rendinfo->username, 2) in render_ris()
342 && reprint.reprint != NULL && *(reprint.reprint)) { in render_ris()
350 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.reprint, ptr_rendinfo->ptr_ref_len, 0)) =… in render_ris()
357 if (reprint.date != NULL && *(reprint.date)) { in render_ris()
365 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.date, ptr_rendinfo->ptr_ref_len, 0)) == N… in render_ris()
382 if (reprint.avail != NULL && *(reprint.avail)) { in render_ris()
390 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.avail, ptr_rendinfo->ptr_ref_len, 0)) == … in render_ris()
H A Dbackend-scrn.c103 struct REPRINT reprint; in render_scrn() local
587 if (get_reprint(ptr_rendinfo->dbires, &reprint, ptr_rendinfo->username, 4) != NULL in render_scrn()
588 &&reprint.reprint != NULL && *(reprint.reprint)) { in render_scrn()
596 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.reprint, ptr_rendinfo->ptr_ref_len, 0)) =… in render_scrn()
603 if (reprint.date != NULL && *(reprint.date)) { in render_scrn()
611 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.date, ptr_rendinfo->ptr_ref_len, 0)) == N… in render_scrn()
627 if (reprint.avail != NULL && *(reprint.avail)) { in render_scrn()
638 strncpy(avail_type, reprint.avail, 5); in render_scrn()
651 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.avail+5, ptr_rendinfo->ptr_ref_len, 0)) =… in render_scrn()
660 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.avail, ptr_rendinfo->ptr_ref_len, 0)) == … in render_scrn()
H A Dbackend-html.c158 struct REPRINT reprint; in render_html() local
784 …reprint(ptr_rendinfo->dbires, &reprint, ptr_rendinfo->username, 4) != NULL && reprint.reprint != N… in render_html()
793 …if ((new_ref = mstrcat(*(ptr_rendinfo->ptr_ref), reprint.reprint, ptr_rendinfo->ptr_ref_len, 0)) =… in render_html()
801 if (reprint.date != NULL && *(reprint.date)) { in render_html()
825 if (reprint.date != NULL && *(reprint.date)) { in render_html()
841 if (reprint.avail != NULL && *(reprint.avail)) { in render_html()
850 avail = mstrdup(reprint.avail); in render_html()
948 if (strncmp(reprint.avail, "http://", 7) == 0 in render_html()
949 || strncmp(reprint.avail, "HTTP://", 7) == 0 in render_html()
950 || strncmp(reprint.avail, "ftp://", 6) == 0 in render_html()
[all …]
H A Dbackend-risx.c1461 struct REPRINT reprint; in add_reprint_risx() local
1465 if (get_reprint(ptr_rendinfo->dbires, &reprint, username, 4) in add_reprint_risx()
1466 && reprint.reprint != NULL && *(reprint.reprint)) { in add_reprint_risx()
1468 if (!strcmp(reprint.reprint, "NOT IN FILE")) { in add_reprint_risx()
1471 else if (!strcmp(reprint.reprint, "ON REQUEST")) { in add_reprint_risx()
1478 if (!strcmp(attribute, "ONREQUEST") && reprint.date != NULL) { in add_reprint_risx()
1483 strncpy(year, reprint.date, 4); in add_reprint_risx()
1485 strncpy(month, reprint.date+5, 2); in add_reprint_risx()
1487 strncpy(day, reprint.date+8, 2); in add_reprint_risx()
1526 if (reprint.avail != NULL && *(reprint.avail)) { in add_reprint_risx()
[all …]
/dports/print/xmbibtex/xmbibtex-1.7/src/
H A Dmybiblio.cc27 d->reprint=new char[10]; in MYBIBLIO()
58 delete [] d->reprint; in ~MYBIBLIO()
113 d->reprint=(char *)realloc(d->reprint,1); in ClearDummy()
114 strcpy(d->reprint,""); in ClearDummy()
242 if (c[index]->reprint) { in ToDummy()
243 d->reprint=(char *)realloc(d->reprint,strlen(c[index]->reprint)+1); in ToDummy()
244 strcpy(d->reprint,c[index]->reprint); in ToDummy()
569 if (c[index]->reprint) in FromDummy()
570 c[index]->reprint=(char *)realloc(c[index]->reprint,strlen(d->reprint)+1); in FromDummy()
572 c[index]->reprint=new char[strlen(d->reprint)+1]; in FromDummy()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/sanity/004all08/
H A Dtestsuite.sh9 $GHDL --reprint --std=08 all08.vhdl > all08.out
13 $GHDL --reprint --std=08 --no-sem all08.vhdl > all08.out
19 $GHDL --reprint --ams --no-sem ams08.vhdl > ams08.out
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A Dbiblatex-kullback-reprint.md35 @Book{kullback:reprint,
44 annotation = {A reprint of the kullback entry. Note the format of
53 - annote: A reprint of the kullback entry. Note the format of origyear
59 id: "kullback:reprint"
H A Dbiblatex-kullback-related.md39 annotation = {A reprint of the kullback entry. Note the format of
47 - annote: A reprint of the kullback entry. Note the format of the
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A Dbiblatex-kullback-reprint.md35 @Book{kullback:reprint,
44 annotation = {A reprint of the kullback entry. Note the format of
53 - annote: A reprint of the kullback entry. Note the format of origyear
59 id: "kullback:reprint"
H A Dbiblatex-kullback-related.md39 annotation = {A reprint of the kullback entry. Note the format of
47 - annote: A reprint of the kullback entry. Note the format of the
/dports/finance/ledgersmb12/ledgersmb/locale/legacy/ua/
H A Darap39 'reprint' => 'reprint',
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_stty6 (*erase|discard|status|dsusp|intr|kill|lnext|quit|reprint|start|s*p) ]]; then
12 susp dsusp reprint discard werase lnext parenb parodd cs8 \
/dports/finance/ledgersmb12/ledgersmb/locale/legacy/ru/
H A Darap42 'reprint' => 'reprint',
/dports/finance/sql-ledger/sql-ledger/locale/caen/
H A Darap44 'reprint' => 'reprint',
H A Dgl54 'reprint' => 'reprint',
/dports/textproc/refdb/refdb-0.9.9-1/dtd/
H A Drisx.rnc157 attlist.libinfo, notes?, reprint, availability?, link*
162 reprint = element reprint { attlist.reprint, date? }
163 attlist.reprint &=
/dports/shells/zsh/zsh-5.8.1/Completion/Darwin/Command/
H A D_mdfind15 '-reprint[reprint -live results on update]' \
/dports/finance/sql-ledger/sql-ledger/locale/enGB/
H A Darap48 'reprint' => 'reprint',
/dports/audio/xmp/xmp-4.1.0/src/
H A Dinfo.c144 …info_frame(struct xmp_module_info *mi, struct xmp_frame_info *fi, struct control *ctl, int reprint) in info_frame() argument
155 if (!reprint && fi->frame != 0) in info_frame()
191 reprint = 1; in info_frame()
195 if (reprint || fi->pos != ord || fi->bpm != bpm || fi->speed != spd) { in info_frame()
/dports/finance/ledgersmb12/ledgersmb/locale/legacy/fi/
H A Darap40 'reprint' => 'reprint',
/dports/finance/ledgersmb12/ledgersmb/locale/legacy/co/
H A Darap40 'reprint' => 'reprint',
/dports/finance/sql-ledger/sql-ledger/locale/gr/
H A Darap68 'reprint' => 'reprint',
/dports/finance/ledgersmb12/ledgersmb/locale/legacy/es/
H A Darap40 'reprint' => 'reprint',

12345678910>>...51