Home
last modified time | relevance | path

Searched refs:Versions (Results 1 – 25 of 108) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A Ddbinfo24 Versions => # DB_BTREEVERSION
40 Versions => # DB_HASHVERSION
56 Versions => # DB_QAMVERSION
67 Versions => # DB_HEAPVERSION
121 if ( defined $type->{Versions}{$version} )
123 $ver_string = $type->{Versions}{$version}[1];
124 if ($type->{Versions}{$version}[0] )
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/framework/
H A DBUILD.gn82 # - ./ClangdXPC -> Versions/Current/ClangdXPC
83 # - ./Resources -> Versions/Current/Resources
84 # - ./XPCServices -> Versions/Current/XPCServices
85 # - ./Versions/Current -> Versions/A
95 source = "Versions/Current/$target"
101 output = "$root_out_dir/lib/ClangdXPC.framework/Versions/Current"
107 bundle_contents_dir = "$bundle_root_dir/Versions/A"
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dkhitan.t11 BEGIN { $| = 1; print "1..100\n"; } # 5 + 5 x @Versions
31 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
53 for my $v (@Versions) {
H A Dnushu.t11 BEGIN { $| = 1; print "1..233\n"; } # 5 + 12 x @Versions
31 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
53 for my $v (@Versions) {
H A Dcompatui.t11 BEGIN { $| = 1; print "1..1331\n"; } # 1 + 70 x @Versions
31 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
42 for my $v (@Versions) {
87 for my $v (@Versions) {
H A Dtangut.t11 BEGIN { $| = 1; print "1..689\n"; } # 5 + 36 x @Versions
31 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
58 for my $v (@Versions) {
H A Dhangtype.t11 BEGIN { $| = 1; print "1..951\n"; } # 1 + 50 x @Versions
31 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
34 for my $v (@Versions) {
H A Dovercjk1.t11 BEGIN { $| = 1; print "1..562\n"; } # 11 + 29 x @Versions
68 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
71 for my $v (@Versions) {
H A Dovercjk0.t11 BEGIN { $| = 1; print "1..1070\n"; } # 6 + 56 x @Versions
72 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
75 for my $v (@Versions) {
H A Dillegal.t16 BEGIN { $| = 1; print "1..176\n"; } # 81 + 5 x @Versions
183 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
186 for my $v (@Versions) {
H A Dcjkrange.t11 BEGIN { $| = 1; print "1..1426\n"; } # 1 + 75 x @Versions
59 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
62 for my $v (@Versions) {
H A Dview.t11 BEGIN { $| = 1; print "1..214\n"; } # 62 + 8 x @Versions
268 my @Versions = ( 8, 9, 11, 14, 16, 18, 20, 22, 24, 26,
271 for my $v (@Versions) {
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/t/
H A D10version.t22 my $has_sort_versions = eval { require Sort::Versions; 1 };
34 if (Sort::Versions::versioncmp($l,$r) != $res) {
35 push @other, sprintf "SV: %d", Sort::Versions::versioncmp($l,$r);
/openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/
H A DInternals.pod26 Any version which "looks like a number", see L<Decimal Versions>. This
28 underscore, see L<Alpha Versions>, even though these must be quoted
35 Versions>. This is what is commonly used in most open source software as
49 In specific, version numbers initialized as L<Decimal Versions> will
51 passed to C<new()>. Version numbers initialized as L<Dotted-Decimal Versions>
54 =head2 Decimal Versions
76 single decimal. See also L<Alpha Versions>.
84 =head2 Dotted-Decimal Versions
93 Unlike L<Decimal Versions>, Dotted-Decimal Versions have more than
103 In general, Dotted-Decimal Versions permit the greatest amount of freedom
[all …]
/openbsd-src/gnu/llvm/lldb/examples/test/tmp/
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de…
2 argv[0]="/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/debugserver"
9 … pid=55237, path='/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/debug…
H A Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt1 com.apple.main-thread /Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/de…
2 argv[0]="/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/debugserver"
9 … pid=55287, path='/Volumes/data/lldb/svn/ToT/build/Debug/LLDB.framework/Versions/A/Resources/debug…
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A DMakefile.rules300 DYLIB_NAME ?= $(FRAMEWORK).framework/Versions/A/$(FRAMEWORK)
301 DYLIB_FILENAME ?= $(FRAMEWORK).framework/Versions/A/$(FRAMEWORK)
307 DYLIB_INSTALL_NAME ?= @executable_path/$(FRAMEWORK).framework/Versions/A/$(FRAMEWORK)
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c276 dyld_build_version_t Versions[] = { in __isPlatformVersionAtLeast() local
278 return AvailabilityVersionCheck(1, Versions); in __isPlatformVersionAtLeast()
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DLLDBFramework.cmake3 message(STATUS "LLDB.framework: resources subdirectory is 'Versions/${LLDB_FRAMEWORK_VERSION}/Resou…
65 Versions/Current/Headers
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.td27 // SM Versions
69 // PTX Versions
/openbsd-src/usr.sbin/unbound/
H A DSECURITY.md3 ## Supported Versions
/openbsd-src/usr.sbin/nsd/
H A DSECURITY.md3 ## Supported Versions
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dversion.c.in15 char *version_string = "Concurrent Versions System (CVS) @VERSION@";
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info4 * CVS: (cvs). Concurrent Versions System
83 Node: Versions revisions releases95666
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dvmsconf.sh15 $! Caution: Versions 1.38.1 and earlier had a bug in the handling of

12345