Home
last modified time | relevance | path

Searched refs:provides (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DPPPort_pm.PL33 my(%provides, %prototypes, %explicit);
52 my @provided = sort dictionary_order keys %provides;
148 warn "$INCLUDE/$provides{$_} provides $_, which is still marked "
185 if (exists $provides{$_} && !exists $raw_base{$_}) {
200 $line .= 'p' if exists $provides{$_};
297 for (@{$data->{provides}}) {
298 if (exists $provides{$_}) {
299 if ($provides{$_} ne $file) {
300 warn "$file: $_ already provided by $provides{$_}\n";
304 $provides{$_} = $file;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dppptools.pl128 if (! exists $data{provides}) {
131 $data{provides} = "";
134 $data{provides} = ($file =~ /(\w+)\.?$/)[0];
137 $data{provides} = [$data{provides} =~ /(\S+)/g];
154 for $p (@{$data{provides}}) {
209 $data{provides} = \@prov;
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
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',
Dconverter.t247 # specific test for missing provides version
249 my $path = File::Spec->catfile('t','data-test','provides-version-missing.json');
254 is_deeply( $converted->{provides}{"Foo::Bar"}, { file => "lib/Foo/Bar.pm", version => "0.27_02" },
255 "Foo::Bar provides correct"
257 is_deeply( $converted->{provides}{"Foo::Bar::Blah"}, { file => "lib/Foo/Bar/Blah.pm" },
258 "Foo::Bar::Blah provides correct"
260 …is_deeply( $converted->{provides}{"Foo::Bar::Baz"}, { file => "lib/Foo/Bar/Baz.pm", version => "0.…
261 "Foo::Bar provides correct"
/openbsd/src/regress/usr.sbin/pkg_add/oldcups/cups-libs-2.2.7/
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/newcups/cups-libs-2.2.8/
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/clang/utils/
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/gnu/usr.bin/perl/cpan/bignum/t/
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/usr.sbin/pkg_add/OpenBSD/
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
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.
DSearch.pod26 C<OpenBSD::Search> provides a search infrastructure
47 The infrastructure provides the following objects:
/openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/
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.
DExtendedCXX03Support.rst16 This document tracks the C++11 extensions libc++ requires, the C++11 extensions it provides,
22 Clang provides a large subset of C++11 in C++03 as an extension. The features
44 The C++11 extensions libc++ provides in C++03 are currently undergoing change. Existing extensions
/openbsd/src/gnu/usr.bin/perl/dist/lib/
DMakefile.PL12 provides:
19 provides => {
/openbsd/src/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/
D+DESC2 CUPS provides a portable printing layer for UNIX(r)-based operating
3 systems. CUPS provides the System V and Berkeley command-line
/openbsd/src/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/
D+DESC2 CUPS provides a portable printing layer for UNIX(r)-based operating
3 systems. CUPS provides the System V and Berkeley command-line
/openbsd/src/gnu/llvm/llvm/docs/TableGen/
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/gnu/llvm/llvm/lib/Target/WebAssembly/
DREADME.txt15 Emscripten provides a C/C++ compilation environment based on clang which
19 wasi-sdk provides a more minimal C/C++ SDK based on clang, llvm and a libc based
22 Rust provides WebAssembly support integrated into Cargo. There are two
24 - wasm32-unknown-unknown, which provides a relatively minimal environment
27 provides standard C/C++ libraries, filesystem emulation, GL and SDL
/openbsd/src/gnu/lib/libreadline/doc/
Dhist.texinfo18 provides a consistent user interface for recalling lines of previously
54 provides a consistent user interface for recalling lines of previously
84 provides a consistent user interface for recalling lines of previously
/openbsd/src/regress/usr.bin/pkg-config/pcdir/
Dprint-provides.pc1 Name: --print-provides test
/openbsd/src/gnu/llvm/clang/
DModuleInfo.txt1 # This file provides information for llvm-top
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
DSpreadsheet-Read.tml12 provides:
87 'provides' => {
/openbsd/src/gnu/llvm/llvm/docs/AMDGPU/
Dgfx90a_sbase_b0aa25.rst13 A 128-bit buffer resource constant for scalar memory operations which provides a base address, a si…
Dgfx9_sbase_b0aa25.rst13 A 128-bit buffer resource constant for scalar memory operations which provides a base address, a si…
Dgfx940_sbase_b0aa25.rst13 A 128-bit buffer resource constant for scalar memory operations which provides a base address, a si…

12345678910>>...30