Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 7 of 7) sorted by last modified time

/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js71 options.domain ? '; domain=' + options.domain : '',
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
/dokuwiki/lib/plugins/extension/images/
H A Dlicense.txt2 disabled.png - public domain, (c) Tango Desktop Project http://commons.wikimedia.org/wiki/File:Dialog-information.svg
3 plugin.png - public domain, (c) nicubunu, http://openclipart.org/detail/15093/blue-jigsaw-piece-07-by-nicubunu
4 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php297 foreach ($domains as $domain) {
298 $domain = trim($domain, ". \t\n\r\0\x0B");
299 $segments = array_reverse(explode('.', $domain));
315 * Check if the domain is in the list of forced HTTPS.
317 protected function is_https_domain($domain) argument
319 $domain = trim($domain, '. ');
320 $segments = array_reverse(explode('.', $domain));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1024 * character * which is considered to match any single domain name
2666 // should an IP address appear as the CN if no domain name is specified? idk
3707 * Set the domain name's which the cert is to be valid for
3736 * Helper function to build domain array
3738 * @param string $domain
3741 private static function dnsName($domain)
3743 return ['dNSName' => $domain];
4810 _dnsName($domain) global() argument
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt14 The class idna_convert allows to convert internationalized domain names
20 what you would expect them to do. You are allowed to use complete domain names,
61 1. Say we wish to encode the domain name nörgler.com:
75 2. We received an email from a punycoded domain and are willing to learn, how
76 the domain name reads originally
/dokuwiki/lib/plugins/authad/
H A Dauth.php20 * $conf['plugin']['authad']['account_suffix'] = '@my.domain.org';
21 * $conf['plugin']['authad']['base_dn'] = 'DC=my,DC=domain,DC=org';
22 * $conf['plugin']['authad']['domain_controllers'] = 'srv1.domain.org,srv2.domain.org';
48 * @var array hold connection data for a specific AD domain
53 * @var array open connections for each AD domain, as adLDAP objects
126 // other can do's are changed in $this->_loadServerConfig() base on domain setup
133 * Load domain config on capability check
141 //capabilities depend on config, which may change depending on domain
142 $domain
623 initAdLdap($domain) global() argument
680 loadServerConfig($domain) global() argument
[all...]