HomeSort by relevance Sort by last modified time
    Searched refs:indent_length (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm 96 allow_blessed convert_blessed indent indent_length allow_bignum
137 indent_length => 3,
168 if ($enable) { # indent_length(3) for JSON::XS compatibility
169 $self->indent(1)->indent_length(3)->space_before(1)->space_after(1);
214 sub indent_length { subroutine
216 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
219 $_[0]->{indent_length} = $_[1];
225 $_[0]->{indent_length};
257 my $indent_length;
281 ($max_depth, $indent_length) = @{$self}{qw/max_depth indent_length/}
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm 96 allow_blessed convert_blessed indent indent_length allow_bignum
137 indent_length => 3,
168 if ($enable) { # indent_length(3) for JSON::XS compatibility
169 $self->indent(1)->indent_length(3)->space_before(1)->space_after(1);
214 sub indent_length { subroutine
216 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
219 $_[0]->{indent_length} = $_[1];
225 $_[0]->{indent_length};
257 my $indent_length;
281 ($max_depth, $indent_length) = @{$self}{qw/max_depth indent_length/}
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm 96 allow_blessed convert_blessed indent indent_length allow_bignum
137 indent_length => 3,
168 if ($enable) { # indent_length(3) for JSON::XS compatibility
169 $self->indent(1)->indent_length(3)->space_before(1)->space_after(1);
214 sub indent_length { subroutine
216 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
219 $_[0]->{indent_length} = $_[1];
225 $_[0]->{indent_length};
257 my $indent_length;
281 ($max_depth, $indent_length) = @{$self}{qw/max_depth indent_length/}
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 38 indent_length sort_by
554 $pp->indent_length( $_[0]->get_indent_length );
599 sub indent_length {
603 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
1077 With JSON::PP, you can also access C<indent_length> to change indent space length.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 38 indent_length sort_by
554 $pp->indent_length( $_[0]->get_indent_length );
599 sub indent_length {
603 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
1077 With JSON::PP, you can also access C<indent_length> to change indent space length.
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 38 indent_length sort_by
554 $pp->indent_length( $_[0]->get_indent_length );
599 sub indent_length {
603 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
1077 With JSON::PP, you can also access C<indent_length> to change indent space length.
    [all...]

Completed in 44 milliseconds