Home
last modified time | relevance | path

Searched refs:value_is_path (Results 1 – 6 of 6) sorted by path

/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/
H A DChanges179 value_is_path and orig_value_is_path
/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/lib/Apache/
H A DConfigParser.pm702 if ($new_node->value_is_path($i)) {
761 unless ($new_node->value_is_path) {
H A DConfigParser.pod702 if ($new_node->value_is_path($i)) {
761 unless ($new_node->value_is_path) {
/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/lib/Apache/ConfigParser/
H A DDirective.pm660 sub value_is_path { subroutine
H A DDirective.pod483 =item Note on $d->value_is_path, $d->value_is_abs_path,
516 2) The methods '*value_is_path' test if the directive value is a path,
523 =item $d->value_is_path
525 =item $d->value_is_path($index_into_value_array)
551 # This is a function that does the work for value_is_path,
660 sub value_is_path {
662 confess "$0: Apache::ConfigParser::Directive::value_is_path ",
676 This has the same behavior as C<< $d->value_is_path >> except the results
920 This hash is used by C<value_is_path> and C<orig_value_is_path>.
/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/t/
H A D01directive.t179 is($d->value_is_path, $a[0], "$dn $pipe value path");
191 is($d->value_is_path, $a[3], "$dn $syslog value path");
202 is($d->value_is_path, 0, "$dn $dev_null is not a path");
209 is($d->value_is_path, $a[6], "$dn $abs_path path value");
220 is($d->value_is_path, $a[9], " $dn $rel_path path value");