Home
last modified time | relevance | path

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

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/data/
H A Dbash_completion.tpl7 local cur prev opts lastc informats outformats datafiles
15 outformats="%s"
25 COMPREPLY=( $(compgen -W "${outformats}" -- ${cur}) )
/dports/textproc/hs-pandoc/pandoc-2.14.2/data/
H A Dbash_completion.tpl7 local cur prev opts lastc informats outformats datafiles
15 outformats="%s"
25 COMPREPLY=( $(compgen -W "${outformats}" -- ${cur}) )
/dports/net/rpki-client/rpki-client-portable-7.6/patches/
H A D0003-Emit-all-output-formats-on-non-OpenBSD-systems.patch19 + if (outformats == 0)
20 + outformats = FORMAT_OPENBGPD | FORMAT_JSON | FORMAT_CSV
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/usr.sbin/rpki-client/
H A Doutput.c59 int outformats; variable
96 if (!(outformats & outputs[i].format)) in outputfiles()
H A Dmain.c770 outformats |= FORMAT_BIRD; in main()
773 outformats |= FORMAT_CSV; in main()
786 outformats |= FORMAT_JSON; in main()
792 outformats |= FORMAT_OPENBGPD; in main()
861 if (outformats == 0) in main()
862 outformats = FORMAT_OPENBGPD; in main()
H A Dextern.h597 extern int outformats;
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dpandoc.fish6 set -l outformats asciidoc beamer commonmark context docbook docbook4 docbook5 docx dokuwiki dzslid…
55 # options that use informats and outformats
57 complete -c pandoc -x -s t -s w -l to -l write -a "$outformats"
58 complete -c pandoc -x -s D -l print-default-template -a "$outformats"
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A DMakefile.am17 …efdb-client.h connect.h page.h tokenize.h readris.h linklist.h enigma.h cgi.h passwd.h outformats.h
21 …h refdbdgetref.h refdbdgetrefx.h refdbdupdb.h passwd.h refdbdgetref.h refdbdcheckref.h outformats.h
H A DMakefile.in272 …efdb-client.h connect.h page.h tokenize.h readris.h linklist.h enigma.h cgi.h passwd.h outformats.h
294 refdbdcheckref.h outformats.h
/dports/science/openbabel/openbabel-3.1.1/scripts/python/examples/
H A Dtestpybel.py64 informats, outformats = self.toolkit.informats, self.toolkit.outformats
66 self.assertNotEqual(len(list(self.toolkit.outformats.keys())), 0)
/dports/biology/hhsuite/hh-suite-3.3.0/scripts/
H A Dreformat.pl117 my @outformats= ("fas","a2m","a3m","sto","psi","clu","ufas");
199 foreach $element (@outformats) {if ($outformat eq $element) {$found=1; last;}}
/dports/science/openbabel/openbabel-3.1.1/scripts/php/
H A Dbaphpel.php49 $outformats = _formatstodict('GetSupportedOutputFormat'); variable
/dports/science/openbabel/openbabel-3.1.1/scripts/python/openbabel/
H A Dpybel.py92 outformats = _formatstodict(_obconv.GetSupportedOutputFormat()) variable
/dports/science/py-oddt/oddt-0.7/oddt/toolkits/
H A Drdk.py109 outformats = dict([(_x, _formats[_x]) for _x in _formats if _x not in _notoutformats]) variable
/dports/textproc/refdb/refdb-0.9.9-1/
H A DChangeLog370 src/mset.c, src/outformats.h, src/refdbd.c, src/refdbdbib.c,