Searched +refs:org +refs:add +refs:props (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm192 my %props;
197 $props{$name} = $value == 1 ? 0 : $value;
200 $props{$name} = $self->$method();
202 return \%props;
625 See to L<http://www.json.org/> and C<RFC4627>(L<http://www.ietf.org/rfc/rfc4627.txt>).
933 If C<$enable> is true (or missing), then the C<encode> method will add an extra
936 If C<$enable> is false, then the C<encode> method will not add any extra
952 If C<$enable> is true (or missing), then the C<encode> method will add an extra
957 If C<$enable> is false, then the C<encode> method will not add an
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm209 my %props;
214 $props{$name} = $value == 1 ? 0 : $value;
217 $props{$name} = $self->$method();
219 return \%props;
667 See to L<http://www.json.org/> and C<RFC4627>(L<http://www.ietf.org/rfc/rfc4627.txt>).
1061 If C<$enable> is true (or missing), then the C<encode> method will add an extra
1064 If C<$enable> is false, then the C<encode> method will not add any extra
1080 If C<$enable> is true (or missing), then the C<encode> method will add an extra
1085 If C<$enable> is false, then the C<encode> method will not add an
[all...]

Completed in 94 milliseconds