Home
last modified time | relevance | path

Searched refs:mani (Results 1 – 25 of 1796) sorted by relevance

12345678910>>...72

/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dmarkup-word-wrap.ly40 { \wordwrap-string " Om mani padme hum Om mani padme hum Om mani
41 padme hum Om mani padme hum Om mani padme hum Om mani padme hum Om
42 mani padme hum Om mani padme hum.
47 \justify-string " Om mani padme hum Om mani padme hum Om mani
48 padme hum Om mani padme hum Om mani padme hum Om mani padme hum Om
49 mani padme hum Om mani padme hum.
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dmarkup-word-wrap.ly40 { \wordwrap-string " Om mani padme hum Om mani padme hum Om mani
41 padme hum Om mani padme hum Om mani padme hum Om mani padme hum Om
42 mani padme hum Om mani padme hum.
47 \justify-string " Om mani padme hum Om mani padme hum Om mani
48 padme hum Om mani padme hum Om mani padme hum Om mani padme hum Om
49 mani padme hum Om mani padme hum.
/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dmk_manifest_and_skip.pl12 my $mani = Parrot::Manifest->new( { script => $script, } );
14 my $manifest_lines_ref = $mani->prepare_manifest();
15 my $need_for_files = $mani->determine_need_for_manifest($manifest_lines_ref);
16 $mani->print_manifest($manifest_lines_ref) if $need_for_files;
18 my $print_str = $mani->prepare_manifest_skip();
19 my $need_for_skip = $mani->determine_need_for_manifest_skip($print_str);
20 $mani->print_manifest_skip($print_str) if $need_for_skip;
/dports/lang/parrot/parrot-8.1.0/t/manifest/
H A D01-basic.t26 my $mani = Parrot::Manifest->new( { script => $script, } );
27 isa_ok( $mani, 'Parrot::Manifest' );
29 ok( scalar( @{ $mani->{versioned_files} } ),
32 my $manifest_lines_ref = $mani->prepare_manifest();
41 $mani->print_manifest($manifest_lines_ref);
47 my $print_str = $mani->prepare_manifest_skip();
55 my $need_for_skip = $mani->determine_need_for_manifest_skip($print_str);
57 ok( $mani->print_manifest_skip($print_str), "print_manifest_skip() returned true" );
H A D02-regenerate_file.t25 my $mani = Parrot::Manifest->new( { script => $script, } );
26 isa_ok( $mani, 'Parrot::Manifest' );
31 my $manifest_lines_ref = $mani->prepare_manifest();
45 my $need_for_file = $mani->determine_need_for_manifest($manifest_lines_ref);
76 my $need_for_file = $mani->determine_need_for_manifest($manifest_lines_ref);
78 ok( $mani->print_manifest($manifest_lines_ref), "print_manifest() returned true" );
92 my $need_for_file = $mani->determine_need_for_manifest($manifest_lines_ref);
H A D03-regenerate_skip.t25 my $mani = Parrot::Manifest->new( { script => $script, } );
26 isa_ok( $mani, 'Parrot::Manifest' );
30 my $print_str = $mani->prepare_manifest_skip();
44 my $need_for_skip = $mani->determine_need_for_manifest_skip($print_str);
71 my $need_for_skip = $mani->determine_need_for_manifest_skip($print_str);
73 ok( $mani->print_manifest_skip($print_str), "print_manifest_skip() returned true" );
H A D04-alt_file.t23 my $mani = Parrot::Manifest->new(
29 isa_ok( $mani, 'Parrot::Manifest' );
31 my $manifest_lines_ref = $mani->prepare_manifest();
35 my $need_for_file = $mani->determine_need_for_manifest($manifest_lines_ref);
H A D05-alt_skip.t23 my $mani = Parrot::Manifest->new(
29 isa_ok( $mani, 'Parrot::Manifest' );
31 my $print_str = $mani->prepare_manifest_skip();
35 my $need_for_skip = $mani->determine_need_for_manifest_skip($print_str);
/dports/games/black-hole-solver/black-hole-solver-1.10.1/t/
H A Dblack-hole-output.t38 my $mani = Dir::Manifest->new(
48 $mani->text( "26464608654870335080.bh.sol.txt", { lf => 1 } ),
83 $mani->text( "26464608654870335080.bh.sol.txt", { lf => 1 } ),
159 $mani->text(
181 $mani->text( "26464608654870335080-disp-boards.bh.sol.txt",
196 $mani->text(
231 $mani->text( '906.golf.solution.txt', { lf => 1 } ),
253 $mani->text( '2.golf.sol.txt', { lf => 1 } ),
270 ( map { $mani->fh("golf$_.board") } 1 .. 20 )
284 $mani->text( "golf-1to20.sol.txt", { lf => 1 } ),
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/porting/
H A Dmanifest.t98 my %mani;
99 ++$mani{$_} for @files;
100 is( 0+keys %mani, 0+@files, "no duplicate files in MANIFEST")
101 or diag(join("\n ", "Duplicates:",grep $mani{$_} > 1, keys %mani));
102 delete $mani{$_} for @repo;
105 my @still_in_mani= keys %mani;
/dports/lang/perl5.34/perl-5.34.0/t/porting/
H A Dmanifest.t104 my %mani;
105 ++$mani{$_} for @files;
106 is( 0+keys %mani, 0+@files, "no duplicate files in MANIFEST")
107 or diag(join("\n ", "Duplicates:",grep $mani{$_} > 1, keys %mani));
108 delete $mani{$_} for @repo;
111 my @still_in_mani= keys %mani;
/dports/lang/perl5.32/perl-5.32.1/t/porting/
H A Dmanifest.t102 my %mani;
103 ++$mani{$_} for @files;
104 is( 0+keys %mani, 0+@files, "no duplicate files in MANIFEST")
105 or diag(join("\n ", "Duplicates:",grep $mani{$_} > 1, keys %mani));
106 delete $mani{$_} for @repo;
109 my @still_in_mani= keys %mani;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/porting/
H A Dmanifest.t104 my %mani;
105 ++$mani{$_} for @files;
106 is( 0+keys %mani, 0+@files, "no duplicate files in MANIFEST")
107 or diag(join("\n ", "Duplicates:",grep $mani{$_} > 1, keys %mani));
108 delete $mani{$_} for @repo;
111 my @still_in_mani= keys %mani;
/dports/security/p5-Module-Signature/Module-Signature-0.88/lib/Module/
H A DSignature.pm99 my ($mani, $file) = _fullcheck($args{skip});
101 if (@{$mani} or @{$file}) {
166 my($mani, $file);
185 ($mani, $file) = ExtUtils::Manifest::fullcheck();
193 ($mani, $file) = ExtUtils::Manifest::fullcheck();
202 @{$mani} = grep {$_ ne 'SIGNATURE'} @{$mani};
205 warn "No such file: $_\n" for @{$mani};
207 return ($mani, $file);
400 my ($mani, $file) = _fullcheck($args{skip});
402 if (@{$mani} or @{$file}) {
/dports/x11-wm/berry/berry-0.1.9/
H A DMakefile69 mani := ${mand}/${name}.1 macro
75 ${mani}: ${name}.1 | ${mand}
83 install: ${mani} ${manci}
86 @if [ -f ${mani} ]; then\
87 echo "Removing ${mani} and ${manci} ...";\
88 rm -f ${mani} ${manci};\
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/unsorted/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c35 mani (a, b) in mani() function
59 s = mani (1, 1); in main()
63 s = mani (2, 1); in main()
67 s = mani (1, 2); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c35 mani (a, b) in mani() function
59 s = mani (1, 1); in main()
63 s = mani (2, 1); in main()
67 s = mani (1, 2); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dstructret.c33 mani (a, b) in mani() function
57 s = mani (1, 1); in main()
61 s = mani (2, 1); in main()
65 s = mani (1, 2); in main()

12345678910>>...72