Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/plugins/authad/
H A Dauth.php143 $domain = $this->getUserDomain($INPUT->server->str('REMOTE_USER'));
144 $this->loadServerConfig($domain);
262 $domain = $this->getUserDomain($user);
263 if ($domain && !in_array("domain-$domain", $info['grps'])) {
264 $info['grps'][] = $this->cleanGroup("domain-$domain");
327 $domain = '';
332 if ($dom) $domain = $dom;
334 if ($dom) $domain = $dom;
337 $domain = PhpString::strtolower(trim($domain));
342 (!isset($this->conf[$domain]) || !is_array($this->conf[$domain])) &&
[all …]
/dokuwiki/lib/plugins/extension/images/
H A Dlicense.txt1 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/lib/scripts/jquery/
H A Djquery.cookie.js71 options.domain ? '; domain=' + options.domain : '',
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php357 foreach ($domains as $domain) {
358 $domain = trim($domain, ". \t\n\r\0\x0B");
359 $segments = array_reverse(explode('.', $domain));
380 protected function is_https_domain(string $domain) argument
382 $domain = trim($domain, '. ');
383 $segments = array_reverse(explode('.', $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" (a…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3765 * @param string $domain
3768 private static function dnsName($domain) argument
3770 return ['dNSName' => $domain];