Home
last modified time | relevance | path

Searched full:provides (Results 1 – 25 of 2839) sorted by relevance

12345678910>>...114

/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DSpreadsheet-Read.tml12 provides:
31 description: Provides parsing of CSV streams
39 description: Provides parsing of Microsoft Excel files
46 description: Provides parsing of Microsoft Excel 2007 files
50 description: Provides parsing of OpenOffice spreadsheets
87 'provides' => {
104 'description' => 'Provides parsing of CSV streams'
116 'description' => 'Provides parsing of Microsoft Excel files'
124 'description' => 'Provides parsing of Microsoft Excel 2007 files'
132 'description' => 'Provides parsing of OpenOffice spreadsheets'
/openbsd-src/share/man/man4/
H A Dipmi.447 The BMC provides the intelligence behind Intelligent Platform Management.
49 and the platform management hardware, provides autonomous monitoring,
71 IPMI provides access by abstracted sensor commands
82 The BMC provides a centralized non-volatile System Event Log, or SEL.
124 The SMIC interface provides an alternative
134 This interface provides a higher performance system interface option.
137 The BT interface also provides an alternative to using
145 The SSIF interface provides access to the BMC over an SMBus interface.
148 IPMI provides
H A Dnvme.429 driver provides support for NVMe, or NVM Express,
33 Although the NVMe specification provides its own command set, the
35 driver provides access to the storage via a SCSI translation layer.
H A Dsoftraid.429 device emulates a Host Bus Adapter (HBA) that provides RAID and other I/O
33 device provides a scaffold to implement more complex I/O transformation
43 that provides specific I/O functionality.
47 level driver that provides the I/O transformation for the softraid
85 It stripes data across chunks and provides parity to prevent data loss of
H A Dviasio.429 driver provides support for the VIA VT1211 LPC Super I/O IC.
33 The hardware monitor provides hardware monitoring capabilities
56 The watchdog timer provides a standard
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd.conf.580 module provides authentication from the local system's
88 module provides conversion from EAP-MSCHAPv2 to MS-CHAPv2.
94 module provides authentication by a local file.
100 module provides IP configuration and manages the IP address pool.
101 It also provides session-timeout and disconnection feature.
107 module provides authentication from upstream RADIUS servers.
113 module provides standard decorations for RADIUS messages.
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dmerge.t30 provides => {
64 provides => {
94 provides => {
125 provides => {
159 eval { $merger->merge(\%base, { provides => { Baz => { file => 'Baz.pm' } } }) },
161 'Trying to merge different provides.$module.file gives an exception',
163 like $@, qr/^Duplication of element provides\.Baz\.file /, 'Exception looks right';
165 my $provides_result = $merger->merge(\%base, { provides => { Baz => { file => 'lib/Baz.pm', version…
169 'Trying to merge a new key for provides.$module is permitted; identical values are preserved',
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst29 Reference <./ProgRef>`, which provides a detailed reference for coding
65 The ``RecordKeeper`` class provides a few useful functions.
108 The ``Record`` class provides many useful functions.
142 The ``RecordVal`` class provides some useful functions.
167 The ``RecTy`` class provides a few useful functions.
230 this record. It also provides a function to obtain the array of classes and
252 The ``Init`` class provides a few useful functions.
295 value. It provides a function to get that ``RecTy`` type.
324 The class provides the usual ``get()`` function. It does not provide the
327 The class provides the following additional functions.
[all …]
/openbsd-src/share/man/man9/
H A Dcpumem_get.958 The per CPU memory API provides wrappers around the allocation of
65 systems that provides no overhead compared to direct access to a
118 and provides the number of bytes specified by the
157 provides access to the current CPU's memory allocation referenced by
165 provides access to the first CPU's memory allocation referenced by
173 provides access to the next CPU's memory allocation referenced by
H A Devcount.927 API provides an interface for generic event and interrupt counting,
91 provides the counter name, which is modeled after a
97 provides a chunk of data that will be made available through the
123 The following is an outline of code that provides routines to register
133 * machine/intr.h provides a structure, intrhand, which is
H A Dcounters_alloc.972 The per CPU counter API builds on the per CPU memory API and provides
75 The API provides versioning of counter updates without using
86 that provides no overhead compared to direct access to a
117 and provides memory for the number of counters specified by
150 provides access to the current CPU's set of counters referenced by
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Doverrides.t32 is hex(@_), "32", 'bigint hex override provides scalar context';
33 is oct(@_), "16", 'bigint oct override provides scalar context';
50 is hex(@_), "32", 'bigfloat hex override provides scalar context';
51 is oct(@_), "16", 'bigfloat oct override provides scalar context';
68 is hex(@_), "32", 'bigrat hex override provides scalar context';
69 is oct(@_), "16", 'bigrat oct override provides scalar context';
/openbsd-src/share/man/man4/man4.alpha/
H A Dtsc.445 driver provides support for the DECchip 21272 (Tsunami) and
51 driver attaches to it and provides support for the DECchip 21272 and 21274
54 DECchip 21272 provides one PCI bus, while DECchip 21274 provides two distinct
/openbsd-src/lib/libc/yp/
H A Dyp_bind.377 This function suite provides an interface to the YP subsystem.
155 The suite provides the following functionality:
158 Provides the value associated with the given key.
160 Provides the first key-value pair from the given map in the named domain.
162 Provides the next key-value pair in the given map.
201 provides a better solution for reading all of the entries in a particular
204 This function provides a way to transfer an entire map from
208 The third argument to this function provides a way to supply the name
/openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-libs-2.2.8/
H A D+DESC2 CUPS provides a portable printing layer for UNIX(r)-based operating
3 systems. CUPS provides the System V and Berkeley command-line
6 This package provides the core CUPS libraries.
/openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-libs-2.2.7/
H A D+DESC2 CUPS provides a portable printing layer for UNIX(r)-based operating
3 systems. CUPS provides the System V and Berkeley command-line
6 This package provides the core CUPS libraries.
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DDebugMode.rst13 Libc++ provides a debug mode that enables special debugging checks meant to detect
28 The debug mode provides various checks to aid application debugging.
32 Libc++ provides some checks for the consistency of comparators passed to algorithms. Specifically,
40 The library provides iterators that ensure they are within the bounds of their container when deref…
52 The library provides iterator ownership checking, which allows catching cases where e.g.
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A Dmd5.pod20 print $sha->stringize # provides a base64 representation
27 C<OpenBSD::md5> provides an object-oriented interface to cryptographic
30 In particular, it provides an abstraction to build crypto hashes from
35 but the module only provides a C<OpenBSD::sha> class, that produces
H A DIdCache.pod25 C<OpenBSD::IdCache> provides four classes: C<OpenBSD::UidCache> for UIDs,
34 C<GidCache::new> provides the same service for GIDs.
39 C<GnameCache::new> provides the same service for group names.
/openbsd-src/usr.sbin/hostctl/
H A Dhostctl.834 program provides a generic interface for accessing key-value stores on
85 driver provides access to the
96 driver provides access to the XenStore that is available in Xen
107 The XenStore is a virtual filesystem that also provides directories.
/openbsd-src/gnu/usr.bin/perl/lib/Tie/
H A DScalar.pm37 This module provides some skeletal methods for scalar-tying classes. See
39 package. The basic B<Tie::Scalar> package provides a C<new> method, as well
41 package provides all the methods specified in L<perltie>. It inherits from
79 C<< Tie::Scalar >> provides all the necessary methods, but one should realize
139 # The Tie::StdScalar package provides scalars that behave exactly like
/openbsd-src/gnu/llvm/clang/utils/
H A Dmodfuzz.py17 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument
20 self.provides = provides
33 for i in self.provides:
38 Decl('struct X { int n; };\n', provides=['X'], conflicts=['X']),
/openbsd-src/lib/libcrypto/man/
H A DACCESS_DESCRIPTION_new.368 and certificate revocation lists and provides access to certificates
69 issued to the CA that issued the certificate, or provides access
75 and provides access to revocation information via the Online
80 certificates and provides access to an online repository of
/openbsd-src/share/man/man4/man4.i386/
H A Dgscpcib.430 driver provides support for the National Semiconductor Geode SC1100
39 driver provides support for the
49 program provides a convenient way to manipulate these pins from userland.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrvend.c49 /* End of .ctor/.dtor sections that provides a list of constructors and
55 /* End of .eh_frame section that provides all of the exception handling
60 /* End of .rofixup section that provides a list of pointers that we

12345678910>>...114