Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/freebsd-14.2/crypto/openssl/
H A DSUPPORT.md13 An overview over the [mailing lists](#mailing-lists) can be found below.
25 - Search the mailing lists and/or the GitHub issues to find out whether
66 The OpenSSL maintains a number of [mailing lists] for various purposes.
67 The most important lists are:
79 lists] page.
87 [mailing lists]: https://www.openssl.org/community/mailinglists.html
/freebsd-14.2/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi118 my %lists = (
128 die "Not supported list type <$type>" if not exists $lists{ $type };
129 Mdoc::set_El_callback(sub { $lists{ $type }[1] });
130 $lists{ $type }[0]
H A Dmdoc2man78 my %lists = (
120 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
128 $lists{$1}->(%opts);
/freebsd-14.2/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man104 my %lists = (
146 if (defined $type && $type =~ /-(\w+)/ && exists $lists{$1}) {
154 $lists{$1}->(%opts);
/freebsd-14.2/contrib/flex/
H A DREADME.md13 There are several mailing lists available as well:
15 * flex-announce@lists.sourceforge.net - where posts will be made
17 * flex-help@lists.sourceforge.net - where you can post questions about
19 * flex-devel@lists.sourceforge.net - where you can discuss development
22 Find information on subscribing to the mailing lists at:
/freebsd-14.2/contrib/kyua/
H A DCONTRIBUTORS4 # The AUTHORS file lists the copyright holders; this file lists people.
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-vt8500.txt23 Each pin configuration node lists the pin(s) to which it applies, and one or
26 listed. In other words, a subnode that lists only a mux function implies no
27 information about any pull configuration. Similarly, a subnode that lists only
H A Dbrcm,bcm2835-gpio.txt39 Each pin configuration node lists the pin(s) to which it applies, and one or
42 listed. In other words, a subnode that lists only a mux function implies no
43 information about any pull configuration. Similarly, a subnode that lists only
/freebsd-14.2/crypto/openssl/crypto/property/
H A DREADME.md41 comparison degenerates to integer comparison. Additionally, lists of
76 These convert ASCII strings into lists of properties. The resulting
77 lists are sorted by the name index. Some additional utility functions
78 for dealing with property lists are also included: comparison of a query
/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/
H A DREADME7 nvlists are wrapped as dictionaries or lists depending on their usage.
10 Enumerations and bit flags become strings and lists of strings in Python.
/freebsd-14.2/contrib/libpcap/
H A DCONTRIBUTING.md28 Still not sure how to do? Feel free to [subscribe](https://www.tcpdump.org/#mailing-lists)
29 to the mailing list tcpdump-workers@lists.tcpdump.org and ask!
/freebsd-14.2/contrib/libedit/
H A Dshlib_version2 # Remember to update distrib/sets/lists/base/shl.* when changing
/freebsd-14.2/share/skel/
H A Ddot.mail_aliases7 # FreeBSD Mailing lists aliases
/freebsd-14.2/sys/contrib/device-tree/Bindings/serial/
H A Dnxp,sc16is7xx.txt24 - irda-mode-ports: An array that lists the indices of the port that
60 - irda-mode-ports: An array that lists the indices of the port that
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_always_instrument.txt3 # -fxray-always-instrument=<path> along with your project-specific lists.
H A Dxray_never_instrument.txt3 # -fxray-never-instrument=<path> along with your project-specific lists.
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java896 List <List <Probe>> lists = in main() local
899 lists.add(dtrace.listProgramProbeDetail(p)); in main()
903 for (List <Probe> list : lists) { in main()
912 List <List <ProbeDescription>> lists = in main() local
915 lists.add(dtrace.listProgramProbes(p)); in main()
917 for (List <ProbeDescription> list : lists) { in main()
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset2214 12 in one of the lists\n
/freebsd-14.2/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dconfig.yml10 url: https://lists.freebsd.org/mailman/listinfo/freebsd-fs
/freebsd-14.2/crypto/heimdal/
H A DREADME12 <http://www.h5l.org/> or the mailing lists:
/freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/
H A Dapple,s5l-fpwm.yaml10 - asahi@lists.linux.dev
/freebsd-14.2/share/examples/kld/firmware/
H A DREADME7 menu). The Makefile lists the firmware file "firmware.img" and the
/freebsd-14.2/contrib/libxo/doc/
H A Dformatting.rst126 JSON output consists of a hierarchical set of objects and lists, each
129 encoded using braces; lists are encoded using square brackets.
130 Data inside objects and lists is separated using commas::
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DClangOptionDocs.td25 This page lists the command line arguments currently supported by the
/freebsd-14.2/usr.bin/login/
H A Dmotd.template8 Questions List: https://www.FreeBSD.org/lists/questions/

12345678910>>...17