Home
last modified time | relevance | path

Searched refs:domain_create (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/libepp-nicbr/libepp-nicbr-1.18/unit_test/
H A DDomainCreateTest.cpp87 DomainCreate domain_create; in set_xml_template_test() local
121 domain_create.get_command()->set_clTRID("ABC-12345"); in set_xml_template_test()
122 domain_create.set_xml_template(to_be_parsed); in set_xml_template_test()
186 domain_create_cmd = domain_create.get_command(); in set_xml_template_test()
202 DomainCreate domain_create; in command_test() local
244 domain_create.set_xml_template(xml_template); in command_test()
248 parser.parse_command(domain_create.get_xml()); in command_test()
295 DomainCreate domain_create; in response_test() local
361 DomainCreate domain_create; in launch_smd_test() local
362 DomainCreateCmd *cmd = domain_create.get_command(); in launch_smd_test()
[all …]
H A DBrDomainCreateTest.cpp224 BrDomainCreate domain_create; in command_test() local
225 BrDomainCreateCmd *cmd = domain_create.get_command(); in command_test()
262 domain_create.get_command()->set_clTRID("ABC-12345"); in command_test()
263 domain_create.set_xml_template(xml_template); in command_test()
268 parser.parse_command(domain_create.get_xml()); in command_test()
277 cout << endl << domain_create.get_xml() << endl; in command_test()
343 BrDomainCreate domain_create; in response_test() local
347 domain_create.set_response(expected, &parser); in response_test()
352 cout << endl << domain_create.get_xml() << endl; in response_test()
356 BrDomainCreateRsp* rsp = domain_create.get_response(); in response_test()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/DRD/
H A DAFNIC.pm115 sub domain_create subroutine
118 return $self->SUPER::domain_create($ndr,$domain,$rd) unless ($ndr->protocol()->name() eq 'EPP');
119 …return $self->SUPER::domain_create($ndr,$domain,$rd) unless (Net::DRI::Util::has_key($rd,'pure_cre…
126 my $rc=$self->SUPER::domain_create($ndr,$domain,$rd); ## create the domain without any nameserver
/dports/dns/p5-Net-DRI/Net-DRI-0.96/t/
H A D621centralnic_epp.t52 $rc=$dri->domain_create('example2.eu.com',{pure_create=>1,contact=>$cs,auth=>{pw=>'2fooBAR'},ttl=>D…
57 $rc=$dri->domain_create('example3.eu.com',{pure_create=>1,contact=>$cs,auth=>{pw=>'2fooBAR'},ttl=>6…
78 $rc=$dri->domain_create('example6.eu.com',{pure_create=>1,contact=>$cs,auth=>{pw=>'2fooBAR'},web_fo…
H A D608afnic_email.t70 $rc=$dri->domain_create('toto.fr',{pure_create=>1, contact => $cs, maintainer => 'ABCD', ns => $ns,…
123 $rc=$dri->domain_create('toto.fr',{pure_create=>1, contact => $cs, maintainer => 'ABCD', ns => $ns,…
H A D604vnds_epp_secdns.t59 $rc=$dri->domain_create('example4.com',{pure_create=>1,duration=>DateTime::Duration->new(years=>2),…
62 $rc=$dri->domain_create('example5.com',{pure_create=>1,duration=>DateTime::Duration->new(years=>2),…
H A D640pt_epp.t37 $rc=$dri->domain_create('mytestdomain.pt',{pure_create=>1,duration=>DateTime::Duration->new(years=>…
43 $rc=$dri->domain_create('mytestdomain2.pt',{pure_create=>1,duration=>DateTime::Duration->new(years=…
H A D611vnds_epp_idnlang.t34 my $rc=$dri->domain_create('xn--example2.com',{pure_create => 1, auth => { pw => '2fooBAR' }, langu…
H A D637pro_epp.t66 $rc = $dri->domain_create('wirzenius.law.pro', {
88 $rc = $dri->domain_create('bucerius.law.pro', {
H A D639opensrs_xcp.t569 $rc=$dri->domain_create('example-nsi.net',{username => 'daniel', password => 'daniel', contact => $…
690 $rc=$dri->domain_create('yahoo.com',{username => 'daniel', password => 'daniel', contact => $cs, re…
/dports/dns/p5-Net-DRI/Net-DRI-0.96/eg/
H A Dafnic_email.pl44 my $rc=$dri->domain_create('toto1.fr',{pure_create => 1, contact => $cs, maintainer => 'ABCD', ns =…
60 $rc=$dri->domain_create('toto2.fr',{pure_create => 1, contact => $cs, maintainer => 'ABCD', ns => $…
H A Dws_rrp.pl22 $rc=$dri->domain_create($dom,{pure_create=>1,duration=>DateTime::Duration->new(years =>5)});
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/RRI/
H A DDomain.pm343 if ($def && (ref($def) eq 'HASH') && exists($def->{domain_create}) &&
344 (ref($def->{domain_create}) eq 'HASH'))
347 while (my ($k, $v) = each(%{$def->{domain_create}}))
484 if ($def && (ref($def) eq 'HASH') && exists($def->{domain_create}) &&
485 (ref($def->{domain_create}) eq 'HASH'))
488 while (my ($k, $v) = each(%{$def->{domain_create}}))
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/PL/
H A DDomain.pm109 …if ($def && (ref($def) eq 'HASH') && exists($def->{domain_create}) && (ref($def->{domain_create}) …
112 while(my ($k,$v)=each(%{$def->{domain_create}}))
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/CZ/
H A DDomain.pm218 if ($def && (ref($def) eq 'HASH') && exists($def->{domain_create}) &&
219 (ref($def->{domain_create}) eq 'HASH'))
223 while (my ($k, $v) = each(%{$def->{domain_create}}))
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/COOP/
H A DContact.pm79 create => [ \&domain_create, \&domain_parse ],
167 sub domain_create subroutine
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/
H A DFCCN.pm76 …$self->default_parameters({domain_create => { auth => { pw => '' } } }); ## domain:authInfo is not…
H A DCIRA.pm40 …$self->default_parameters({domain_create => { auth => { pw => '' } } }); ## authInfo not used by C…
H A DLU.pm81 …$self->default_parameters({domain_create => { auth => { pw => '' }, duration => undef } }); ## aut…
H A DAFNIC.pm81 …$self->default_parameters({domain_create => { ns => undef } }); ## No nameservers allowed during d…
H A DDNSBE.pm85 $self->default_parameters({domain_create => { auth => { pw => '' } } });
H A DNominet.pm88 …$self->default_parameters({domain_create => { auth => { pw => '' } } }); ## domain:authInfo is not…
H A DSIDN.pm46 …$self->default_parameters({domain_create => { auth => { pw => '' } } }); ## authInfo not used by S…
H A DEURid.pm87 $self->default_parameters({domain_create => { auth => { pw => '' } } });
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Ddomain.h79 domain_type* domain_create(zone_type* zone, ldns_rdf* dname);

1234567