Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 25 of 67) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/lib/
DDumpvalue.pm63 (print $self->stringify($_[0]), "\n"), return unless ref $_[0];
85 sub stringify { subroutine
126 my $short = $self->stringify($v, ref $v);
133 my @a = map $self->stringify($_), @$v[0..$depth];
141 my @b = map {$self->stringify($_) . " => " . $self->stringify($$v{$_})}
207 push @keys, $self->stringify($_) . " => " . $self->stringify($v->{$_});
216 print $sp, $self->stringify($key), " => ";
233 map {exists $v->[$_] ? $self->stringify($v->[$_]) : "empty"} ($[..$tArrayDepth)
258 print "$sp-> ",$self->stringify($$v,1),"\n";
DDumpvalue.t37 is( $d->stringify(), 'undef', 'stringify handles undef okay' );
41 is( $d->stringify(), "''", 'stringify skips undef when asked nicely' );
43 is( $d->stringify(*FOO), *FOO . "", 'stringify stringifies globs alright' );
47 like( $d->stringify("hi\005"), qr/^"hi/, 'added double-quotes when necessary' );
63 is( $d->stringify('5@ $1'), "'5\@ \$1'", 'quoted $ and @ fine' );
64 is( $d->stringify("5@\033\$1"), '"5\@\e\$1"', 'quoted $ and @ and \033 fine' );
65 like( $d->stringify("\037"), qr/^"\\c/, 'escaped ASCII value okay' );
Ddumpvar.pl32 (print &stringify($_[0]), "\n"), return unless ref $_[0];
54 sub stringify { subroutine
115 my $short = &stringify($_[0], ref $_[0]);
206 push @keys, &stringify($_) . " => " . &stringify($v->{$_});
215 print "$sp", &stringify($key), " => ";
237 map {exists $v->[$_] ? stringify $v->[$_] : "empty"} ($[..$tArrayDepth)
281 print "$sp-> ",&stringify($$v,1),"\n";
Ddumpvar.t32 sub stringify { print dumpvar::stringify($_[0]), "\n" }
/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/
Dnull.t5 "cannot stringify a Unicode code point\n";
Dshort.t5 "cannot stringify a Unicode code point\n";
Dillegal.t5 "cannot stringify a Unicode code point\n";
Dproto.t5 "cannot stringify a Unicode code point\n";
Dnorm.t5 "cannot stringify a Unicode code point\n";
Dsplit.t5 "cannot stringify a Unicode code point\n";
Dtest.t5 "cannot stringify a Unicode code point\n";
Dform.t5 "cannot stringify a Unicode code point\n";
Dfcdc.t5 "cannot stringify a Unicode code point\n";
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/
Dversion.t5 "cannot stringify a Unicode code point\n";
Dhangtype.t4 "cannot stringify a Unicode code point\n";
Dillegalp.t5 "cannot stringify a Unicode code point\n";
Daltern.t5 "cannot stringify a Unicode code point\n";
Dvariable.t5 "cannot stringify a Unicode code point\n";
Drearrang.t5 "cannot stringify a Unicode code point\n";
Dcjkrange.t5 "cannot stringify a Unicode code point\n";
Dillegal.t5 "cannot stringify a Unicode code point\n";
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dgld960.em82 sc="-f stringify.sed"
Dgld960c.em97 sc="-f stringify.sed"
Dgeneric.em76 sc="-f stringify.sed"
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dsort.t402 use overload (qw("" stringify 0+ numify fallback 1));
408 sub stringify { $_[0]->[0] }

123