Searched refs:domain (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/lib/plugins/authad/ |
| H A D | auth.php | 142 $domain = $this->getUserDomain($INPUT->server->str('REMOTE_USER')); 143 $this->loadServerConfig($domain); 261 $domain = $this->getUserDomain($user); 262 if ($domain && !in_array("domain-$domain", $info['grps'])) { 263 $info['grps'][] = $this->cleanGroup("domain-$domain"); 326 $domain = ''; 331 if ($dom) $domain = $dom; 333 if ($dom) $domain = $dom; 336 $domain = PhpString::strtolower(trim($domain)); 341 (!isset($this->conf[$domain]) || !is_array($this->conf[$domain])) && [all …]
|
| /dokuwiki/lib/plugins/extension/images/ |
| H A D | license.txt | 1 plugin.png - public domain, (c) nicubunu, http://openclipart.org/detail/15093/blue-jigsaw-piece-07-… 2 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Sanitize.php | 296 foreach ($domains as $domain) { 297 $domain = trim($domain, ". \t\n\r\0\x0B"); 298 $segments = array_reverse(explode('.', $domain)); 316 protected function is_https_domain($domain) argument 318 $domain = trim($domain, '. '); 319 $segments = array_reverse(explode('.', $domain));
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.cookie.js | 71 options.domain ? '; domain=' + options.domain : '',
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | ReadMe.txt | 14 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/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (a…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 3759 * @param string $domain 3762 private static function dnsName($domain) argument 3764 return ['dNSName' => $domain];
|