Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
Net /
OpenID /
Yadis /
[ HOME SHELL ]
Name
Size
Permission
Action
Service.pm
1.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Service.pm
package Net::OpenID::Yadis::Service; $Net::OpenID::Yadis::Service::VERSION = '1.20'; use strict; use warnings; sub URI { Net::OpenID::Yadis::_pack_array(shift->{'URI'}) } sub Type { Net::OpenID::Yadis::_pack_array(shift->{'Type'}) } sub priority { shift->{'priority'} } sub extra_field { my $self = shift; my ($field,$xmlns) = @_; $xmlns and $field = "\{$xmlns\}$field"; $self->{$field}; } 1; __END__ =head1 NAME Net::OpenID::Yadis::Service - Class representing an XRDS Service element =head1 VERSION version 1.20 =head1 SYNOPSIS use Net::OpenID::Yadis; my $disc = Net::OpenID::Yadis->new(); my @xrd = $disc->discover("http://id.example.com/") or Carp::croak($disc->err); foreach my $srv (@xrd) { # Loop for Each Service in Yadis Resourse Descriptor print $srv->priority; # Service priority (sorted) print $srv->Type; # Identifier of some version of some service (scalar, array or array ref) print $srv->URI; # URI that resolves to a resource providing the service (scalar, array or array ref) print $srv->extra_field("Delegate","http://openid.net/xmlns/1.0"); # Extra field of some service } =head1 DESCRIPTION After L<Net::OpenID::Yadis> performs discovery, the result is a list of instances of this class. =head1 METHODS =over 4 =item $srv->B<priority> The priority value for the service. =item $srv->B<Type> The URI representing the kind of service provided at the endpoint for this record. =item $srv->B<URI> The URI of the service endpoint. =item $srv->B<extra_field>( $fieldname , $namespace ) Fetch the value of extension fields not provided directly by this class. If C<$namespace> is not specified, the default is the namespace whose name is the empty string. =back =head1 COPYRIGHT, WARRANTY, AUTHOR See L<Net::OpenID::Yadis> for author, copyright and licensing information. =head1 SEE ALSO L<Net::OpenID::Yadis> Yadis website: L<http://yadis.org/>
Close