Searched refs:will_modify (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DFilterStack.pm56 sub will_modify { return $_[0]->{will_modify}; } subroutine
85 # compute the "will_modify" value
86 $self->{will_modify} = $self->{body}
87 ? grep { $_->will_modify() } @{ $self->{current} }
194 =item will_modify()
198 result of calling C<will_modify()> on all selected filters.
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data subroutine
135 =item will_modify()
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsimple.pm9 my $methods = join '|', qw( begin filter end will_modify );
31 if $name ne 'will_modify' && ref $code ne 'CODE';
45 sub will_modify { return $_[0]{_will_modify} } subroutine
145 =item will_modify()
147 The C<will_modify()> method returns a scalar value (boolean) indicating
157 will_modify => 0, # "foo" is the same length as "bar"
H A Dtags.pm20 sub will_modify { 0 } subroutine
61 =item will_modify()
H A Dcomplete.pm18 sub will_modify { 0 } subroutine
88 =item will_modify()
H A Dlines.pm54 sub will_modify { 0 } subroutine
117 =item will_modify()
H A Dhtmlparser.pm31 sub will_modify { $_[0]->{rw} } subroutine
122 =item will_modify()
H A Dsave.pm168 sub will_modify { 0 } subroutine
387 =item will_modify()
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dsimple.pm9 my $methods = join '|', qw( begin filter end will_modify );
31 if $name ne 'will_modify' && ref $code ne 'CODE';
45 sub will_modify { return $_[0]{_will_modify} } subroutine
145 =item will_modify()
147 The C<will_modify()> method returns a scalar value (boolean) indicating
157 will_modify => 0, # "foo" is the same length as "bar"
H A Dtags.pm20 sub will_modify { 0 } subroutine
61 =item will_modify()
H A Dcomplete.pm18 sub will_modify { 0 } subroutine
88 =item will_modify()
H A Dlines.pm54 sub will_modify { 0 } subroutine
117 =item will_modify()
H A Dhtmlparser.pm31 sub will_modify { $_[0]->{rw} } subroutine
122 =item will_modify()
H A Dsave.pm168 sub will_modify { 0 } subroutine
389 =item will_modify()
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DFilterStack.pm56 sub will_modify { return $_[0]->{will_modify}; } subroutine
85 # compute the "will_modify" value
86 $self->{will_modify} = $self->{body}
87 ? grep { $_->will_modify() } @{ $self->{current} }
196 =item will_modify()
200 result of calling C<will_modify()> on all selected filters.
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data subroutine
135 =item will_modify()
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm505 if $self->{body}{response}->will_modify();
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm505 if $self->{body}{response}->will_modify();

Completed in 205 milliseconds