Home
last modified time | relevance | path

Searched refs:format_field (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/mail/mailutils/mailutils-3.13/frm/
H A Dcommon.c224 static fmt_formatter format_field; variable
318 format_field = format_field_simple; in init_output()
322 format_field = format_field_align; in init_output()
439 format_field ("%4lu:", (u_long) clos->msg_index); in action()
448 format_field ("(%s)", hto); in action()
452 format_field ("(none)"); in action()
461 format_field ("%s", hfield); in action()
465 format_field (""); in action()
473 format_field ("%s", tmp); in action()
477 format_field (""); in action()
[all …]
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochifmt_std.erl26 -export([new/0, format/3, get_value/3, format_field/3, get_field/3, convert_field/3]).
43 format_field(Arg, Format, {?MODULE}=THIS) -> function
44 mochifmt:format_field(Arg, Format, THIS).
H A Dmochifmt.erl27 -export([format/2, format_field/2, convert_field/2, get_value/2, get_field/2]).
28 -export([tokenize/1, format/3, get_field/3, format_field/3]).
99 format_field(Arg, Format) -> function
100 format_field(Arg, Format, ?MODULE).
104 format_field(Arg, Format, _Module) -> function
202 format_field(V1, Format);
208 try Module:format_field(V1, Format)
209 catch error:undef -> format_field(V1, Format, Module) end
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochifmt_std.erl8 -export([new/0, format/3, get_value/3, format_field/3, get_field/3, convert_field/3]).
25 format_field(Arg, Format, {?MODULE}=THIS) -> function
26 mochifmt:format_field(Arg, Format, THIS).
H A Dmochifmt.erl9 -export([format/2, format_field/2, convert_field/2, get_value/2, get_field/2]).
10 -export([tokenize/1, format/3, get_field/3, format_field/3]).
81 format_field(Arg, Format) -> function
82 format_field(Arg, Format, ?MODULE).
86 format_field(Arg, Format, _Module) -> function
184 format_field(V1, Format);
190 try Module:format_field(V1, Format)
191 catch error:undef -> format_field(V1, Format, Module) end
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochifmt_std.erl26 -export([new/0, format/3, get_value/3, format_field/3, get_field/3, convert_field/3]).
43 format_field(Arg, Format, {?MODULE}=THIS) -> function
44 mochifmt:format_field(Arg, Format, THIS).
H A Dmochifmt.erl29 -export([convert_field/2, format/2, format_field/2,
32 -export([format/3, format_field/3, get_field/3,
108 format_field(Arg, Format) -> function
109 format_field(Arg, Format, ?MODULE).
113 format_field(Arg, Format, _Module) -> function
210 format_field(V1, Format);
221 try tuple_apply(Module, format_field, [V1, Format])
223 error:undef -> format_field(V1, Format, Module)
/dports/net/chrony/chrony-4.2/
H A Dntp_ext.c41 format_field(unsigned char *buffer, int buffer_length, int start, in format_field() function
72 if (!format_field(buffer, buffer_length, start, type, body_length, length, &ef_body)) in NEF_SetField()
94 if (!format_field((unsigned char *)packet, sizeof (*packet), length, in NEF_AddBlankField()
/dports/net/chrony-lite/chrony-4.2/
H A Dntp_ext.c41 format_field(unsigned char *buffer, int buffer_length, int start, in format_field() function
72 if (!format_field(buffer, buffer_length, start, type, body_length, length, &ef_body)) in NEF_SetField()
94 if (!format_field((unsigned char *)packet, sizeof (*packet), length, in NEF_AddBlankField()
/dports/devel/py-pymarc/pymarc-3.1.13/pymarc/
H A Drecord.py456 return self['086'].format_field()
461 return self['100'].format_field()
463 return self['110'].format_field()
465 return self['111'].format_field()
470 return self['130'].format_field()
472 return self['240'].format_field()
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dquil.py38 def format_field(self, value: Any, spec: str) -> str: member in QuilFormatter
44 return super().format_field(value, spec)
H A Dqasm.py56 def format_field(self, value: Any, spec: str) -> str: member in QasmArgs
69 return super().format_field(value, spec)
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/protocols/
H A Dquil.py38 def format_field(self, value: Any, spec: str) -> str: member in QuilFormatter
44 return super().format_field(value, spec)
H A Dqasm.py56 def format_field(self, value: Any, spec: str) -> str: member in QasmArgs
69 return super().format_field(value, spec)
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dquil.py38 def format_field(self, value: Any, spec: str) -> str: member in QuilFormatter
44 return super().format_field(value, spec)
H A Dqasm.py56 def format_field(self, value: Any, spec: str) -> str: member in QasmArgs
69 return super().format_field(value, spec)
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/protocols/
H A Dquil.py38 def format_field(self, value: Any, spec: str) -> str: member in QuilFormatter
44 return super().format_field(value, spec)
H A Dqasm.py56 def format_field(self, value: Any, spec: str) -> str: member in QasmArgs
69 return super().format_field(value, spec)
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dquil.py38 def format_field(self, value: Any, spec: str) -> str: member in QuilFormatter
44 return super().format_field(value, spec)
H A Dqasm.py56 def format_field(self, value: Any, spec: str) -> str: member in QasmArgs
69 return super().format_field(value, spec)
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dformat.hpp303 struct format_field struct
309 inline format_field parse_field(boost::string_ref field) noexcept in parse_field()
318 return format_field{id, spec}; in parse_field()
321 return format_field{id, ""}; in parse_field()
343 format_field const field = parse_field(field_str); in format_to()
/dports/audio/siren/siren-0.9/
H A Dformat.c29 struct format_field {
53 struct format_field field;
62 const struct format_field *, size_t);
92 format_get_field(const char **fmt, struct format_field *fld)
197 format_get_value(char *buf, size_t bufsize, const struct format_field *fld,
499 const struct format_field *fld, size_t varwidth)
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_accesslog.c138 } format_field; typedef
144 format_field ptr[]; /* C99 VLA */
146 format_field ptr[1];
223 …e_format_err(log_error_st *errh, const char *file, unsigned int line, format_field *f, const char … in accesslog_parse_format_err()
235 format_field *f; in accesslog_parse_format()
236 format_field fptr[128]; /* (128 elements takes 4k on stack in 64-bit) */ in accesslog_parse_format()
399 malloc(sizeof(format_fields) + ((used+1) * sizeof(format_field))); in accesslog_parse_format()
402 memcpy(fields->ptr, fptr, (used+1) * sizeof(format_field)); in accesslog_parse_format()
407 for (format_field *f = ff->ptr; f->type != FIELD_UNSET; ++f) in mod_accesslog_free_format_fields()
603 for (format_field *f = parsed_format->ptr; f->type != FIELD_UNSET; ++f) { in mod_accesslog_process_format()
[all …]
/dports/net/py-pyfixbuf/pyfixbuf-0.8.1/samples/
H A Ddump_ipfix_metadata.py161 def format_field(field, ancestors=None, function
212 bl_path = format_field(
240 field_path = format_field(curr_field, ancestors=ancestors)
264 bl_path = format_field(
285 field_path = format_field(curr_field, ancestors=ancestors)
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Dutils.py337 return self.element_formatter.format_field(elem, format_spec)
339 def format_field(self, value, format_spec): member in SequenceFormatter
374 def format_field(self, value, format_spec): member in QuotedFormatter
382 formatted = super().format_field(value, format_spec)
396 def format_field(self, value, format_spec): member in AlwaysQuotedFormatter
399 return super().format_field(value, format_spec)

1234567