Home
last modified time | relevance | path

Searched refs:domain_names (Results 51 – 72 of 72) sorted by relevance

123

/dports/dns/bind911/bind-9.11.37/lib/dns/tests/
H A Drbt_test.c93 static const char * const domain_names[] = { variable
98 static const size_t domain_names_count = (sizeof(domain_names) /
99 sizeof(domain_names[0]));
186 dns_test_namefromstring(domain_names[i], &fname); in test_context_setup()
231 dns_test_namefromstring(domain_names[i], &fname); in check_test_data()
690 result = insert_helper(mytree, domain_names[i], &node); in rbt_remove()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/tests/
H A Drbt_test.c85 static const char *const domain_names[] = { variable
92 (sizeof(domain_names) / sizeof(domain_names[0]));
179 dns_test_namefromstring(domain_names[i], &fname); in test_context_setup()
224 dns_test_namefromstring(domain_names[i], &fname); in check_test_data()
683 result = insert_helper(mytree, domain_names[i], &node); in rbt_remove()
/dports/dns/bind916/bind-9.16.27/lib/dns/tests/
H A Drbt_test.c87 static const char *const domain_names[] = { variable
94 (sizeof(domain_names) / sizeof(domain_names[0]));
181 dns_test_namefromstring(domain_names[i], &fname); in test_context_setup()
226 dns_test_namefromstring(domain_names[i], &fname); in check_test_data()
685 result = insert_helper(mytree, domain_names[i], &node); in rbt_remove()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/tests/
H A Drbt_test.c85 static const char *const domain_names[] = { variable
92 (sizeof(domain_names) / sizeof(domain_names[0]));
179 dns_test_namefromstring(domain_names[i], &fname); in test_context_setup()
224 dns_test_namefromstring(domain_names[i], &fname); in check_test_data()
683 result = insert_helper(mytree, domain_names[i], &node); in rbt_remove()
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_run_conf.py596 domain_names = self.get('setup', 'coupled_domains')
598 if domain_names:
599 for dom in domain_names.split(":"):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/avi/
H A Davi_gslbservice.py197 domain_names=dict(type='list',),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Davi_gslbservice.py197 domain_names=dict(type='list',),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/plugins/modules/
H A Dhcloud_certificate_info.py116 "domain_names": [to_native(domain) for domain in certificate.domain_names],
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hetzner/hcloud/tests/integration/targets/hcloud_certificate_info/tasks/
H A Dmain.yml19 - certificate.hcloud_certificate.domain_names[0] == "www.example.com"
/dports/mail/py-fuglu/fuglu-0.8.0/src/fuglu/plugins/
H A Dattachment.py642 domain_names = self.rulescache.get_rules_from_config_lines(
651 …(len(domain_names), len(domain_ctypes), len(domain_archive_names), len(domain_archive_ctypes), sus…
661 domain_names = self.rulescache.getNAMERules(suspect.to_domain)
703 [user_names, domain_names, default_names], att_name, suspect, att_name)
/dports/net/uhttpmock/uhttpmock-0.5.3/libuhttpmock/
H A Duhm-server.h129 void uhm_server_set_expected_domain_names (UhmServer *self, const gchar * const *domain_names);
H A Duhm-server.c2200 uhm_server_set_expected_domain_names (UhmServer *self, const gchar * const *domain_names)
2206 new_domain_names = g_strdupv ((gchar **) domain_names); /* may be NULL */
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/f5/
H A Dbigiq_application_https_waf.py417 def domain_names(self): member in ModuleParameters
868 if self.want.domain_names is None:
1009 domain_names=dict(type='list'),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/plugins/modules/
H A Dbigiq_application_https_waf.py408 def domain_names(self): member in ModuleParameters
860 if self.want.domain_names is None:
1004 domain_names=dict(
/dports/audio/py-pylast/pylast-4.4.0/src/pylast/
H A D__init__.py147 domain_names, argument
185 self.domain_names = domain_names
267 if domain_language in self.domain_names:
268 return self.domain_names[domain_language]
685 domain_names={
751 domain_names={
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_boto3_elasticsearch.py621 domain_names=["test_domain"], **CONN_PARAMETERS
637 domain_names=["testdomain"], **CONN_PARAMETERS
/dports/deskutils/egroupware/egroupware/api/src/
H A DSession.php199 * @param array $domain_names =null domain-names used in this install
201 function __construct(array $domain_names=null) argument
208 $this->egw_domains = $domain_names;
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto3_elasticsearch.py490 domain_names, region=None, keyid=None, key=None, profile=None
514 res = conn.describe_elasticsearch_domains(DomainNames=domain_names)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/pages/custom_domains_ssl_tls_certification/
H A Ddns_concepts.md41 - [Gandi](https://docs.gandi.net/en/domain_names/faq/dns_records.html)
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/asm/
H A Dasm.c178 char **domain_names; in PCSetUp_ASM() local
180 …ierr = DMCreateDomainDecomposition(pc->dm, &num_domains, &domain_names, &inner_domain_is, &outer_d… in PCSetUp_ASM()
189 if (domain_names) {ierr = PetscFree(domain_names[d]);CHKERRQ(ierr);} in PCSetUp_ASM()
193 ierr = PetscFree(domain_names);CHKERRQ(ierr); in PCSetUp_ASM()
/dports/net/p5-Net-DLookup/Net-DLookup-1.01/
H A DDLookup.pm474 ai http://www.offshore.com.ai/domain_names/ Anguilla
/dports/security/dirbuster/DirBuster-1.0-RC1/
H A Ddirectories.jbrofuzz14039 domain_names

123