/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | Spreadsheet-Read.tml | 12 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 D | ipmi.4 | 47 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 D | nvme.4 | 29 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 D | softraid.4 | 29 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 D | viasio.4 | 29 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 D | radiusd.conf.5 | 80 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 D | merge.t | 30 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 D | BackGuide.rst | 29 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 D | cpumem_get.9 | 58 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 D | evcount.9 | 27 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 D | counters_alloc.9 | 72 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 D | overrides.t | 32 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 D | tsc.4 | 45 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 D | yp_bind.3 | 77 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 | +DESC | 2 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 | +DESC | 2 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 D | DebugMode.rst | 13 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 D | md5.pod | 20 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 D | IdCache.pod | 25 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 D | hostctl.8 | 34 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 D | Scalar.pm | 37 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 D | modfuzz.py | 17 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 D | ACCESS_DESCRIPTION_new.3 | 68 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 D | gscpcib.4 | 30 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 D | frvend.c | 49 /* 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
|