Home
last modified time | relevance | path

Searched full:dns (Results 1 – 25 of 196) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDns.php23 * Service definition for Dns (v2).
30 * <a href="https://cloud.google.com/dns/docs" target="_blank">Documentation</a>
35 class Dns extends \Google\Service class
43 /** View your DNS records hosted by Google Cloud DNS. */
46 /** View and manage your DNS records hosted by Google Cloud DNS. */
61 * Constructs the internal representation of the Dns service.
70 $this->rootUrl = $rootUrl ?: 'https://dns.googleapis.com/';
74 $this->serviceName = 'dns';
76 $this->changes = new Dns\Resource\Changes(
83 … 'path' => 'dns/v2/projects/{project}/locations/{location}/managedZones/{managedZone}/changes',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/Resource/
DProjectsLocationsDnsAuthorizations.php38 * @param string $parent Required. The parent resource of the dns authorization.
44 * dns authorization.
56 * @param string $name Required. A name of the dns authorization to delete. Must
70 * @param string $name Required. A name of the dns authorization to describe.
85 * @param string $parent Required. The project and location from which the dns
90 * @opt_param string filter Filter expression to restrict the Dns Authorizations
92 * @opt_param string orderBy A list of Dns Authorization field names used to
95 * @opt_param int pageSize Maximum number of dns authorizations to return per
112 * @param string $name A user-defined name of the dns authorization.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
DServicesProjectsServicenetworkingGlobalNetworksPeeredDnsDomains.php35 * Creates a peered DNS domain which sends requests for records in given
40 * for which the peered DNS domain will be created in the format:
58 * Deletes a peered DNS domain. (peeredDnsDomains.delete)
60 * @param string $name Required. The name of the peered DNS domain to delete in
68 * peered DNS domain.
79 * Lists peered DNS domains for a connection. (peeredDnsDomains.listServicesProj
83 * which owns this collection of peered DNS domains in the format:
DServicesDnsRecordSets.php36 * Service producers can use this method to add DNS record sets to private DNS
54 * Service producers can use this method to remove DNS record sets from private
55 * DNS zones in the shared producer host project. (dnsRecordSets.remove)
72 * Service producers can use this method to update DNS record sets from private
73 * DNS zones in the shared producer host project. (dnsRecordSets.update)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
DManagedZoneOperations.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\ManagedZoneOperationsListResponse;
21 use Google\Service\Dns\Operation;
27 * $dnsService = new Google\Service\Dns(...);
DResponsePolicies.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\ResponsePoliciesListResponse;
21 use Google\Service\Dns\ResponsePoliciesPatchResponse;
22 use Google\Service\Dns\ResponsePoliciesUpdateResponse;
23 use Google\Service\Dns\ResponsePolicy;
29 * $dnsService = new Google\Service\Dns(...);
DPolicies.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\PoliciesListResponse;
21 use Google\Service\Dns\PoliciesPatchResponse;
22 use Google\Service\Dns\PoliciesUpdateResponse;
23 use Google\Service\Dns\Policy;
29 * $dnsService = new Google\Service\Dns(...);
DProjects.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\Project;
26 * $dnsService = new Google\Service\Dns(...);
DDnsKeys.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\DnsKey;
21 use Google\Service\Dns\DnsKeysListResponse;
27 * $dnsService = new Google\Service\Dns(...);
DResponsePolicyRules.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\ResponsePolicyRule;
21 use Google\Service\Dns\ResponsePolicyRulesListResponse;
22 use Google\Service\Dns\ResponsePolicyRulesPatchResponse;
23 use Google\Service\Dns\ResponsePolicyRulesUpdateResponse;
29 * $dnsService = new Google\Service\Dns(...);
DChanges.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\Change;
21 use Google\Service\Dns\ChangesListResponse;
27 * $dnsService = new Google\Service\Dns(...);
DManagedZones.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\ManagedZone;
21 use Google\Service\Dns\ManagedZonesListResponse;
22 use Google\Service\Dns\Operation;
28 * $dnsService = new Google\Service\Dns(...);
DProjectsManagedZonesRrsets.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\ResourceRecordSet;
21 use Google\Service\Dns\ResourceRecordSetsDeleteResponse;
27 * $dnsService = new Google\Service\Dns(...);
DProjectsManagedZones.php18 namespace Google\Service\Dns\Resource;
24 * $dnsService = new Google\Service\Dns(...);
DResourceRecordSets.php18 namespace Google\Service\Dns\Resource;
20 use Google\Service\Dns\ResourceRecordSet;
21 use Google\Service\Dns\ResourceRecordSetsListResponse;
27 * $dnsService = new Google\Service\Dns(...);
/plugin/dig/
Dsyntax.php77 $dns = $this->getDNS($domain);
78 $this->renderCell($R, $dns['ip']);
79 $this->renderCell($R, $dns['ns']);
119 * Get the DNS information for a domain
123 * @throws Exception if the DNS lookup fails
193 $domains = array_map(static fn($d) => preg_replace('/^DNS:/', '', trim($d)), $domains);
/plugin/dnsresolver/
Dplugin.info.txt5 name DNS Resolver
6 desc Resolving dns name in real ip address.
Dsyntax.php35 $this->Lexer->addEntryPattern('<dns>', $mode, 'plugin_dnsresolver');
40 $this->Lexer->addExitPattern('</dns>','plugin_dnsresolver');
89 // resolve dns
DREADME1 DNS Resolver Plugin for DokuWiki
3 Resolving dns name in real ip address.
/plugin/chat/
Dchat.php95 $dNS = $conf['chat']['namespace'];
97 return strpos($ID, "$dNS:$pID") !== false;
107 $dNS = $conf['chat']['namespace'];
108 return str_replace("$dNS:", '', $ID);
118 $dNS = $conf['chat']['namespace'];
126 $dID .= $dNS.':'.noNS($ID);
/plugin/combo/action/
H A Dmetacsp.php95DNS prefetching, allowing browsers to proactively perform domain name resolution on external links…
96 "X-DNS-Prefetch-Control: on",
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php7 * are re-used and DNS is cached, all thanks to the power of curl.
47 // problems (such as not being able to connect to a host, dns errors,
/plugin/asciidocjs/node_modules/resolve/lib/
Dcore.json27 "dns": true, boolean
28 "node:dns": [">= 14.18 && < 15", ">= 16"],
29 "dns/promises": ">= 15",
30 "node:dns/promises": ">= 16",
/plugin/asciidocjs/node_modules/is-core-module/
Dcore.json27 "dns": true, boolean
28 "node:dns": [">= 14.18 && < 15", ">= 16"],
29 "dns/promises": ">= 15",
30 "node:dns/promises": ">= 16",
/plugin/accscounter/lang/de/
Dsettings.php8 …rseLookupFailed" anwenden soll. <br> Das Plugin erhält Ländercodes von dem DNS-Dienst "cc.wariate.…
10 …aus bestimmten Ländern verfügt. <br> Das Plugin erhält Ländercodes von dem DNS-Dienst "cc.wariate.…
11 … NUR Benutzer aus diesen Ländern.<br>Das Plugin erhält Ländercodes von dem DNS-Dienst "cc.wariate.…

12345678