Home
last modified time | relevance | path

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

12345

/dports/print/paps/paps-0.7.1/
H A DChangeLog16 * src/paps.c: Added --help info about units.
18 * src/paps.1: Added info about units.
39 * src/paps.1: Described the new options.
41 * src/paps.c:
75 * src/paps.c (_paps_arg_lpi_cb): new function.
91 * src/paps.c: added the missing header file.
101 * src/paps.c (split_text_into_paragraphs)
108 * src/paps.1: fixed a typo. (#1491827)
158 * src/paps.c: Added tagoh's goption patch.
171 * src/paps.c: Fixed linebreaks in --help printout.
[all …]
H A Dconfigure.ac2 AC_INIT(paps, 0.7.1, dov.grobgeld@gmail.com) package
4 AC_CONFIG_SRCDIR(src/paps.c)
21 GETTEXT_PACKAGE=paps
H A DREADME.md3 paps is a command line program for converting Unicode text encoded in UTF-8
14 paps was written around 2005 to enable printing of plain text unicode UTF-8 files. It is named by t…
19 …in an idiomatic way. But it took me several years until I finally rewrote paps to make use of them…
27 Run `paps --help` for getting help.
H A Dmeson.build1 project('paps', 'c', project
36 # Assume we have nls, since paps doesn't compile without it
39 # Not really sure what this is used for, but paps doesn't compile without it.
H A DNEWS14 Ported paps to cairo
H A D.gitignore44 /po/paps.pot
/dports/print/paps/paps-0.7.1/src/
H A Dmeson.build7 paps_config.set('configure_input', 'paps-config.h file generated by Meson')
9 paps_config.set('PACKAGE_NAME', 'paps')
10 paps_config.set('PACKAGE_BUGREPORT', 'https://github.com/paps/paps/issues/new')
25 #paps_config_h = configure_file(input: files('paps-config.h.in'),
26 # output: 'paps-config.h',
28 # install_dir: join_paths(get_option('includedir'), 'paps'))
30 paps = executable('paps', variable
31 ['paps.c'],
H A DMakefile.am1 man_MANS = paps.1
3 bin_PROGRAMS = paps program
5 paps_SOURCES = paps.c
11 EXTRA_DIST = paps.1
H A DSConstruct5 'GETTEXT_PACKAGE=\\"paps\\"',
10 env.Program('paps',
11 ['paps.c'],
/dports/editors/mined/mined-2015.25/usrshare/bin/
H A Duprint118 if type paps 2> /dev/null
119 then paps=true
131 else paps=false
144 if $paps
168 if $paps
187 if $paps
199 if paps --help | grep -- --header > /dev/null
204 if paps --help | grep -- --family > /dev/null
214 if paps --help | grep -- --dpi > /dev/null
243 if $paps
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/wxbmpp/
H A DBmpp4App.cpp890 dk4_paper_size_t const *paps = NULL; in ProcessOptions() local
985 paps = dk4papersize_coll_next(pscoll); in ProcessOptions()
986 if (NULL != paps) { in ProcessOptions()
987 if (NULL != paps->name) { in ProcessOptions()
990 buf, DK4_SIZEOF(buf,wxChar), paps->name, NULL in ProcessOptions()
1023 } while((NULL != paps) && (back)); in ProcessOptions()
1040 paps = dk4papersize_coll_next(pscoll); in ProcessOptions()
1041 if (NULL != paps) { in ProcessOptions()
1042 DK4_MEMCPY(&(pPaperSizes[i]),paps,sizeof(dk4_paper_size_t)); in ProcessOptions()
1046 } while((NULL != paps) && (i < szPaperSizes)); in ProcessOptions()
H A DBmpp4App.cpt1001 dk4_paper_size_t const *paps = NULL;
1096 paps = dk4papersize_coll_next(pscoll);
1097 if (NULL != paps) {
1098 if (NULL != paps->name) { $? ". paper size \"%!ds\"", paps->name
1101 buf, DK4_SIZEOF(buf,wxChar), paps->name, NULL
1134 } while((NULL != paps) && (back));
1151 paps = dk4papersize_coll_next(pscoll);
1152 if (NULL != paps) {
1153 DK4_MEMCPY(&(pPaperSizes[i]),paps,sizeof(dk4_paper_size_t));
1157 } while((NULL != paps) && (i < szPaperSizes));
/dports/net/kamailio/kamailio-5.4.5/src/lib/presence/
H A Dpres_doc.c323 extension_element_t *ps, *paps; in dup_presentity_info() local
374 paps = p->first_unknown_element; in dup_presentity_info()
375 while (paps) { in dup_presentity_info()
376 ps = create_extension_element(&paps->element); in dup_presentity_info()
384 paps = paps->next; in dup_presentity_info()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DMSWrite.cpp936 paps = m_paragraphList.begin(); in readText()
945 while (fc >= paps->m_fcLim) in readText()
952 skiptab = paps->m_skiptab; in readText()
955 if (paps->m_Location != location) in readText()
958 fc = paps->m_fcLim; in readText()
962 if (paps->m_graphics) in readText()
964 m_listener->setParagraph(*paps); in readText()
972 fc = paps->m_fcLim; in readText()
979 switch (paps->m_justify) in readText()
1027 fc = paps->m_fcLim; in readText()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dpei-x86_64.c837 struct pex64_paps *paps = arg; in pex64_print_all_pdata_sections() local
840 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata)) in pex64_print_all_pdata_sections()
841 paps->pdata_count++; in pex64_print_all_pdata_sections()
849 struct pex64_paps paps; in pex64_bfd_print_pdata() local
854 paps.obj = vfile; in pex64_bfd_print_pdata()
855 paps.pdata_count = 0; in pex64_bfd_print_pdata()
856 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps); in pex64_bfd_print_pdata()
857 return paps.pdata_count != 0; in pex64_bfd_print_pdata()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dpei-x86_64.c837 struct pex64_paps *paps = arg; in pex64_print_all_pdata_sections() local
840 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata)) in pex64_print_all_pdata_sections()
841 paps->pdata_count++; in pex64_print_all_pdata_sections()
849 struct pex64_paps paps; in pex64_bfd_print_pdata() local
854 paps.obj = vfile; in pex64_bfd_print_pdata()
855 paps.pdata_count = 0; in pex64_bfd_print_pdata()
856 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps); in pex64_bfd_print_pdata()
857 return paps.pdata_count != 0; in pex64_bfd_print_pdata()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dpei-x86_64.c837 struct pex64_paps *paps = arg; in pex64_print_all_pdata_sections() local
840 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata)) in pex64_print_all_pdata_sections()
841 paps->pdata_count++; in pex64_print_all_pdata_sections()
849 struct pex64_paps paps; in pex64_bfd_print_pdata() local
854 paps.obj = vfile; in pex64_bfd_print_pdata()
855 paps.pdata_count = 0; in pex64_bfd_print_pdata()
856 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps); in pex64_bfd_print_pdata()
857 return paps.pdata_count != 0; in pex64_bfd_print_pdata()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dpei-x86_64.c837 struct pex64_paps *paps = arg; in pex64_print_all_pdata_sections() local
840 if (pex64_bfd_print_pdata_section (abfd, paps->obj, pdata)) in pex64_print_all_pdata_sections()
841 paps->pdata_count++; in pex64_print_all_pdata_sections()
849 struct pex64_paps paps; in pex64_bfd_print_pdata() local
854 paps.obj = vfile; in pex64_bfd_print_pdata()
855 paps.pdata_count = 0; in pex64_bfd_print_pdata()
856 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, &paps); in pex64_bfd_print_pdata()
857 return paps.pdata_count != 0; in pex64_bfd_print_pdata()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4graa/
H A Ddk4grcoa.c1007 dk4_paper_size_t *paps; in dk4gra_conf_paper_size() local
1015 paps = dk4app_get_paper_size(app, value); in dk4gra_conf_paper_size()
1016 if (NULL != paps) { in dk4gra_conf_paper_size()
1017 DK4_MEMCPY(&(conf->media), paps, sizeof(dk4_paper_size_t)); in dk4gra_conf_paper_size()
1019 dk4mem_free(paps); in dk4gra_conf_paper_size()
1034 dk4_paper_size_t *paps = NULL; in dk4gra_conf_paper_size()
1061 paps = dk4app_get_paper_size(app, value); in dk4gra_conf_paper_size()
1062 if (NULL != paps) { in dk4gra_conf_paper_size()
1063 DK4_MEMCPY(&(conf->media), paps, sizeof(dk4_paper_size_t)); in dk4gra_conf_paper_size()
1065 dk4mem_free(paps); in dk4gra_conf_paper_size()
H A Ddk4grcoa.ctr1061 dk4_paper_size_t *paps;
1069 paps = dk4app_get_paper_size(app, value);
1070 if (NULL != paps) {
1071 DK4_MEMCPY(&(conf->media), paps, sizeof(dk4_paper_size_t));
1073 dk4mem_free(paps);
1088 dk4_paper_size_t *paps = NULL;
1115 paps = dk4app_get_paper_size(app, value);
1116 if (NULL != paps) {
1117 DK4_MEMCPY(&(conf->media), paps, sizeof(dk4_paper_size_t));
1119 dk4mem_free(paps);
/dports/print/paps/paps-0.7.1/po/
H A DPOTFILES.in1 src/paps.c
/dports/print/paps/paps-0.7.1/examples/
H A Dsmall-hello.utf81 paps by Dov Grobgeld (דב גרובגלד)
/dports/finance/ledger/ledger-3.2.1/contrib/non-profit-audit-reports/
H A DREADME57 paps --font="Courier 12" --paper letter --top-margin=18 tests/Projects/Foo/Expenses/hosting/AprilHo…
59 paps --font="Courier 12" --paper letter --top-margin=18 tests/Financial/Invoices/Invoice20110510.tx…
/dports/comms/hylafax/hylafax-6.0.7/debian/
H A DREADME.Debian182 install paps package and this line at the very end of typerules
184 0 byte x ps paps --font-scale=10 %i >%o
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dnew-delete.cpp50 S *(*paps)[2] = new S*[*pi][2]; in good_news() local

12345