Home
last modified time | relevance | path

Searched refs:format_entry (Results 1 – 25 of 96) sorted by relevance

1234

/dports/sysutils/pacman/pacman-5.1.3/scripts/
H A Drepo-add.sh.in403 format_entry "FILENAME" "${1##*/}"
404 format_entry "NAME" "$pkgname"
405 format_entry "BASE" "$pkgbase"
406 format_entry "VERSION" "$pkgver"
407 format_entry "DESC" "$pkgdesc"
409 format_entry "CSIZE" "$csize"
410 format_entry "ISIZE" "$size"
413 format_entry "MD5SUM" "$md5sum"
417 format_entry "PGPSIG" "$pgpsig"
419 format_entry "URL" "$url"
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Dformat.c40 struct format_entry;
53 struct format_entry *);
107 struct format_entry { struct
112 RB_ENTRY(format_entry) entry; argument
125 int format_entry_cmp(struct format_entry *, struct format_entry *);
131 format_entry_cmp(struct format_entry *fe1, struct format_entry *fe2) in format_entry_cmp()
535 struct format_entry *fe; in format_add()
536 struct format_entry *fe_now; in format_add()
562 struct format_entry *fe; in format_add_tv()
563 struct format_entry *fe_now; in format_add_tv()
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dformat.c40 struct format_entry;
53 struct format_entry *);
107 struct format_entry { struct
112 RB_ENTRY(format_entry) entry; argument
125 int format_entry_cmp(struct format_entry *, struct format_entry *);
131 format_entry_cmp(struct format_entry *fe1, struct format_entry *fe2) in format_entry_cmp()
540 struct format_entry *fe; in format_add()
541 struct format_entry *fe_now; in format_add()
567 struct format_entry *fe; in format_add_tv()
568 struct format_entry *fe_now; in format_add_tv()
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Dformat.c41 struct format_entry;
54 struct format_entry *);
108 struct format_entry { struct
113 RB_ENTRY(format_entry) entry; argument
126 int format_entry_cmp(struct format_entry *, struct format_entry *);
132 format_entry_cmp(struct format_entry *fe1, struct format_entry *fe2) in format_entry_cmp()
531 struct format_entry *fe; in format_add()
532 struct format_entry *fe_now; in format_add()
558 struct format_entry *fe; in format_add_tv()
559 struct format_entry *fe_now; in format_add_tv()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/bugreport-0.4.1/src/format/
H A Dplaintext.rs12 fn format_entry(&mut self, entry: &ReportEntry) -> String { in format_entry() method
22 result += &self.format_entry(entry); in format_entry()
29 result += &self.format_entry(entry); in format_entry()
H A Dmarkdown.rs12 fn format_entry(&mut self, entry: &ReportEntry) -> String { in format_entry() method
26 result += &self.format_entry(entry); in format_entry()
33 result += &self.format_entry(entry); in format_entry()
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dtest-store.c268 GskStoreFormatEntry *format_entry; in main() local
288 format_entry = g_object_new (GSK_TYPE_STORE_FORMAT_ENTRY, NULL); in main()
289 g_return_val_if_fail (format_entry, 1); in main()
290 format_entry->storage_format = storage_format; in main()
291 format_entry->format_id = 0; in main()
292 format_entry->value_type = G_TYPE_INVALID; in main()
298 g_ptr_array_add (store->format_entries, format_entry); in main()
/dports/devel/elixir-apex/apex-1.2.1/lib/apex/format/
H A Dseq.ex30 indent(options) <> number <> format_entry(entry, options)
33 defp format_entry(entry, options) function
34 defp format_entry({key, value}, options) when is_atom(key) and not(key in [true, false, nil]) do function
37 defp format_entry(entry, options) do function
/dports/net/gsk/gsk-1.0.63/src/store/
H A Dgskstore.c113 GskStoreFormatEntry *format_entry; in gsk_store_save() local
120 format_entry = get_format_entry_for_type (store, G_VALUE_TYPE (value), error); in gsk_store_save()
121 if (format_entry == NULL) in gsk_store_save()
126 g_return_val_if_fail (format_entry->storage_format, NULL); in gsk_store_save()
127 serialize_stream = gsk_storage_format_serialize (format_entry->storage_format, in gsk_store_save()
150 guint32 format_id_out = format_entry->format_id; in gsk_store_save()
228 GskStoreFormatEntry *format_entry; in load_handle_input_is_readable() local
260 format_entry = get_format_entry_for_id (load_info->store, format_id, &error); in load_handle_input_is_readable()
261 if (format_entry == NULL) in load_handle_input_is_readable()
269 gsk_storage_format_deserialize (format_entry->storage_format, in load_handle_input_is_readable()
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/input/
H A Dtext.py65 def format_entry(self, entry, d): member in Text
99 self.format_entry(entry, format_config)
129 self.format_entry(entry, format_config)
H A Dtail.py72 def format_entry(self, entry, d): member in InputTail
140 self.format_entry(entry, format_config)
164 self.format_entry(entry, format_config)
/dports/net-mgmt/collectd5/collectd-5.12.0/contrib/
H A Dwiki2changelog.pl20 sub format_entry subroutine
74 print format_entry($line);
/dports/finance/beancount/beancount-2.3.3/beancount/parser/
H A Dcmptest.py188 oss.write(printer.format_entry(entry))
193 oss.write(printer.format_entry(entry))
224 oss.write(printer.format_entry(entry))
255 oss.write(printer.format_entry(entry))
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/style/formatting/
H A D__init__.py58 yield self.format_entry(label, entry, bib_data=bib_data)
60 def format_entry(self, label, entry, bib_data=None): member in BaseStyle
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']
/dports/lang/clang-mesa/clang-13.0.1.src/tools/scan-build-py/tests/unit/
H A Dtest_intercept.py17 return list(sut.format_entry(trace))
30 return list(sut.format_entry(trace))[0]['file']

1234