Searched refs:new_abs (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/CPANInternal-140/XML-Parser/Parser/
H A DLWPExternEnt.pl31 $base_uri = URI->new_abs($base_uri, URI::file->cwd);
34 $uri = URI->new_abs($sys, $base_uri);
39 $uri = URI->new_abs($uri, URI::file->cwd);
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dold-relbase.t34 # Test new_abs for URI::URL objects
35 print "not " unless URI::URL->new_abs("foo", "http://foo/bar") eq "http://foo/foo";
H A Dsip.t60 $u = URI->new_abs('sip:phone@domain.ext', 'sip:foo@domain2.ext');
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DURL.pm35 bless [URI::file->new_abs(shift)], $class;
221 The URI::URL->newlocal class method is the same as URI::file->new_abs.
H A DWithBase.pm24 sub new_abs subroutine
H A Dfile.pm49 sub new_abs subroutine
152 =item $u = URI::file->new_abs( $filename, [$os] )
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm64 sub new_abs subroutine
385 =item $uri = URI->new_abs( $str, $base_uri )
398 =item $uri = URI::file->new_abs( $filename )
400 =item $uri = URI::file->new_abs( $filename, $os )
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm2756 my $location = URI->new_abs($_->location->value, $base)->as_string;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm3077 my $location = URI->new_abs($_->location->value, $base)->as_string;
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm2945 my $location = URI->new_abs($_->location->value, $base)->as_string;

Completed in 174 milliseconds