Home
last modified time | relevance | path

Searched refs:export_ps (Results 1 – 15 of 15) sorted by relevance

/dports/editors/hnb/hnb-1.9.18/src/
H A Dfile_ps.c63 static uint64_t export_ps (int argc, char **argv, void *data) in export_ps() function
236 cli_add_command ("export_ps", export_ps, "<filename>"); in init_file_ps()
H A Dhnbrc.inc363 export_ps $query\n\
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Editor/
H A Dedit_main.hpp70 void export_ps (url ps_name, string first="1", string last="1000000");
H A Dedit_main.cpp354 edit_main_rep::export_ps (url name, string first, string last) { in export_ps() function in edit_main_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Glue/
H A Dbuild-glue-editor.scm303 (export-postscript export_ps (void url))
304 (export-pages-postscript export_ps (void url string string))
H A Dglue_editor.cpp2906 get_current_editor()->export_ps (in1); in tmg_export_postscript()
2923 get_current_editor()->export_ps (in1, in2, in3); in tmg_export_pages_postscript()
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/codec/
H A Dexport.c50 static void *export_ps(caca_canvas_t const *, size_t *);
111 return export_ps(cv, bytes); in caca_export_canvas_to_memory()
729 static void *export_ps(caca_canvas_t const *cv, size_t *bytes) in export_ps() function
/dports/graphics/py-djvulibre/python-djvulibre-0.8.7/doc/api/
H A Ddocuments.rst89 .. method:: export_ps(file[, …][, wait=True])
/dports/graphics/py-djvulibre/python-djvulibre-0.8.7/tests/
H A Dtest_decode.py426 job = document.export_ps(tmp.file)
435 job = document.export_ps(tmp.file, pages=(0,), text=True)
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp550 virtual void export_ps (url ps_name,
/dports/editors/hnb/hnb-1.9.18/doc/
H A Dhnbrc363 export_ps $query
/dports/graphics/libcaca/libcaca-0.99.beta19/
H A DChangeLog15379 cucul/export_ps.c | 138 ----------
15694 cucul/export_ps.c | 2 +-
16199 cucul/export_ps.c | 2 +-
16290 cucul/export_ps.c | 2 +-
16331 cucul/export_ps.c | 4 ++--
16360 cucul/export_ps.c | 4 ++--
16385 cucul/export_ps.c | 8 ++++----
17115 cucul/export_ps.c | 2 +-
17477 cucul/export_ps.c | 2 +-
17541 cucul/export_ps.c | 5 ++---
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/
H A DMakefile.am416 images/buffer-export_ps.svgz \
1697 images/oxygen/buffer-export_ps.svgz \
1897 images/classic/buffer-export_ps.png \
H A DMakefile.in914 images/buffer-export_ps.svgz \
2195 images/oxygen/buffer-export_ps.svgz \
2395 images/classic/buffer-export_ps.png \
/dports/graphics/py-djvulibre/python-djvulibre-0.8.7/djvu/
H A Ddecode.pyx1148 …def export_ps(self, file, pages=None, eps=0, level=None, orientation=PRINT_ORIENTATION_AUTO, mode=… member in Document
1150 D.export_ps(file, pages=<all-pages>, ..., wait=True) -> a Job