Searched refs:path_segments (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CPANInternal-140/URI/URI/file/
H A DUnix.pm42 my @ps = $uri->path_segments;
H A DWin32.pm66 my @path = $uri->path_segments;
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dsip.pm81 sub path_segments {} subroutine
H A DURL.pm107 my @p = $self->path_segments;
128 shift->path_segments(@_);
253 $url->path_components: same as $uri->path_segments (if you don't
H A D_generic.pm89 sub path_segments subroutine
/macosx-10.9.5/ruby-104/ruby/lib/uri/
H A Dcommon.rb135 # abs_path = "/" path_segments
169 # abs_path = "/" path_segments
419 # path_segments = segment *( "/" segment )
420 ret[:PATH_SEGMENTS] = path_segments = "#{segment}(?:/#{segment})*"
437 # abs_path = "/" path_segments
438 ret[:ABS_PATH] = abs_path = "/#{path_segments}"
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm73 my @segs = $uri->path_segments; # starts with an empty string
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm73 my @segs = $uri->path_segments; # starts with an empty string
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm560 =item $uri->path_segments
562 =item $uri->path_segments( $segment, ... )

Completed in 79 milliseconds