Home
last modified time | relevance | path

Searched refs:output_type (Results 1 – 25 of 5196) sorted by last modified time

12345678910>>...208

/dports/www/cadaver/cadaver-0.23.3/src/
H A Dcadaver.c762 void output(enum output_type t, const char *fmt, ...) in output()
/dports/textproc/antiword/antiword-0.37/
H A Dantiword.h438 extern BOOL bCheckDoubleLinkedList(output_type *);
444 extern output_type *pSplitList(output_type *);
475 extern void vAlign2Window(diagram_type *, output_type *,
477 extern void vJustify2Window(diagram_type *, output_type *,
482 extern void vTableRow2Window(diagram_type *, output_type *,
688 extern BOOL bOutputContainsText(const output_type *);
690 extern output_type *pHdrFtrDecryptor(FILE *, ULONG, ULONG);
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dstty.c179 enum output_type enum
452 static void display_settings (enum output_type output_type,
1274 enum output_type output_type; in main() local
1294 output_type = changed; in main()
1316 output_type = all; in main()
1321 output_type = recoverable; in main()
1395 display_settings (output_type, &mode, device_name); in main()
1859 display_settings (enum output_type output_type, struct termios *mode, in display_settings() argument
1862 switch (output_type) in display_settings()
/dports/sysutils/inxi/inxi-3.3.08-1/
H A Dinxi123 my ($output_file,$output_type) = ('','screen');
1203 $output_type = $val if $val =~ /^(json|screen|xml)$/}
4987 $output_type = $arg;
5109 $output_type eq 'screen'){
5115 if ($output_type){
5116 if ($output_type ne 'screen' && !$output_file){
6512 if ($output_type eq 'screen'){
6515 elsif ($output_type eq 'json'){
6518 elsif ($output_type eq 'xml'){
26965 if ($output_type ne 'screen'){
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os10/plugins/modules/
H A Dshow_system_network_summary.py72 self.output_type = self.module.params['output_type']
131 if self.output_type != "json":
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/filter/
H A Ddecrypt.py19 def decrypt_filter(data, input_type='yaml', output_type='yaml', sops_binary='sops', rstrip=True, de… argument
28 if output_type not in _VALID_TYPES:
30 expected=', '.join(sorted(_VALID_TYPES)), value=output_type))
57 input_type=input_type, output_type=output_type, get_option_value=get_option_value)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/lookup/
H A Dsops.py131 output_type = self.get_option('output_type')
153 … input_type=input_type, output_type=output_type, get_option_value=get_option_value)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/modules/
H A Dsops_encrypt.py198 path, decode_output=False, output_type=get_data_type(module), rstrip=False,
206 output_type = None
208 output_type = 'json'
210 output_type = 'yaml'
212 data=input_data, cwd=directory, input_type=input_type, output_type=output_type,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/plugins/module_utils/
H A Dsops.py147 …display=None, decode_output=True, rstrip=True, input_type=None, output_type=None, get_option_value… argument
154 if output_type is not None:
155 command.extend(["--output-type", output_type])
186 …def encrypt(data, display=None, cwd=None, input_type=None, output_type=None, get_option_value=None… argument
194 if output_type is not None:
195 command.extend(["--output-type", output_type])
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dtesting.py689 for output in cell["outputs"] if output.output_type == "error"]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/python/tutorials/
H A Dtest_notebooks.py44 if output.output_type == "error"]
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/lib2geom/
H A Dpiecewise.h61 typedef typename T::output_type output_type; typedef
63 explicit Piecewise(const output_type & v) { in Piecewise()
71 inline output_type operator()(double t) const { return valueAt(t); } in operator()
72 inline output_type valueAt(double t) const { in valueAt()
186 boost::function_requires<AddableConcept<typename T::output_type> >(); in continuousConcat()
188 typename T::output_type y = segs.back().at1() - other.segs.front().at0(); in continuousConcat()
413 Piecewise<T> operator+(Piecewise<T> const &a, typename T::output_type b) {
423 Piecewise<T> operator-(Piecewise<T> const &a, typename T::output_type b) {
433 Piecewise<T> operator+=(Piecewise<T>& a, typename T::output_type b) {
443 Piecewise<T> operator-=(Piecewise<T>& a, typename T::output_type b) {
[all …]
H A Dconcepts.h60 typedef typename T::output_type OutputType;
115 typename T::output_type d;
125 typename T::output_type d;
H A Dsbasis.h62 typedef double output_type; typedef
H A Dlinear.h88 typedef double output_type; typedef
H A Dd2.h66 typedef Point output_type; typedef
H A Dinterval.h95 typedef Coord output_type; typedef
H A Dbezier.h135 typedef Coord output_type; typedef
/dports/print/hplip/hplip-3.20.6/
H A Dscan.py756 output_type = 'pdf' variable
761 output_type = 'pdf' variable
1216 output_type = 'pdf' variable
1222 output_type = 'png' variable
1227 output_type = 'jpeg' variable
1234 if output_type == 'jpg':
1235 output_type = 'jpeg' variable
1237 output_type = '' variable
1239 if output_type and output_type not in ('jpeg', 'png', 'pdf'):
1243 if adf and output_type and output_type != 'pdf':
[all …]
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/config/
H A Dndomod.cfg-sample.in24 #output_type=file
25 #output_type=tcpsocket
26 output_type=unixsocket
93 # option has no effect if the output_type option is a socket.
103 # output_type option is a socket.
/dports/net-mgmt/bwm-ng/bwm-ng-0.6/src/
H A Dbwm-ng.c109 output_type=RATE_OUT;
/dports/net/freeradius3/freeradius-server-3.0.25/scripts/
H A Djlibtool.c233 enum output_type { enum
292 enum output_type output;
/dports/net/daq/daq-2.2.2/os-daq-modules/
H A Ddaq_dump.c66 DumpOutputType output_type; member
100 impl->output_type = DUMP_OUTPUT_NONE; in daq_dump_get_vars()
102 impl->output_type = DUMP_OUTPUT_PCAP; in daq_dump_get_vars()
104 impl->output_type = DUMP_OUTPUT_TEXT; in daq_dump_get_vars()
106 impl->output_type = DUMP_OUTPUT_BOTH; in daq_dump_get_vars()
175 impl->output_type = DUMP_OUTPUT_PCAP; in dump_daq_initialize()
303 if ( impl->output_type & DUMP_OUTPUT_PCAP ) in dump_daq_start()
319 if ( impl->output_type & DUMP_OUTPUT_TEXT ) in dump_daq_start()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/
H A Dadv7343.c205 static int adv7343_setoutput(struct v4l2_subdev *sd, u32 output_type) in adv7343_setoutput() argument
211 if (output_type > ADV7343_SVIDEO_ID) { in adv7343_setoutput()
214 output_type); in adv7343_setoutput()
223 if (output_type == ADV7343_COMPOSITE_ID) in adv7343_setoutput()
225 else if (output_type == ADV7343_COMPONENT_ID) in adv7343_setoutput()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/i2c/
H A Dadv7343.c205 static int adv7343_setoutput(struct v4l2_subdev *sd, u32 output_type) in adv7343_setoutput() argument
211 if (output_type > ADV7343_SVIDEO_ID) { in adv7343_setoutput()
214 output_type); in adv7343_setoutput()
223 if (output_type == ADV7343_COMPOSITE_ID) in adv7343_setoutput()
225 else if (output_type == ADV7343_COMPONENT_ID) in adv7343_setoutput()

12345678910>>...208