Home
last modified time | relevance | path

Searched +full:domain -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 41) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dactionscript.php76 'deblocking', 'delete', 'DELETEKEY', 'docTypeDecl', 'domain', 'DOWN',
H A Daimms.php69 'identifier', 'index', 'index domain', 'body'
H A Dkixtart.php107 '@Domain',
H A Dsql.php73 'DOMAIN', 'DROP',
H A Dchapel.php70 'by', 'delete', 'dmapped', 'domain', 'enum', 'index', 'min',
H A Dpostgresql.php66 'DISCARD','DISTINCT','DO','DOCUMENT','DOMAIN','DOUBLE','DROP',
H A Dprogress.php180 'REFRESH','REFRESH-AUDIT-POLICY','REGISTER-DOMAIN','REJECT-CHANGES',
288 'DISPLAY-TIMEZONE','DISPLAY-TYPE','DOMAIN-DESCRIPTION','DOMAIN-NAME',
289 'DOMAIN-TYPE','DRAG-ENABLED','DROP-TARGET','DYNAMIC',
H A Dracket.php785 'unconstrained-domain->', 'unit', 'unit-from-context', 'unit/c',
H A Dlotusformulas.php243 '@DoWhile', '@Domain', '@DocumentUniqueID', '@DocSiblings',
H A Dstandardml.php112 'Bind', 'Chr', 'Div', 'Domain', 'Empty', 'Fail', 'Match', 'Overflow', 'Size', 'Span', 'Subscript'
H A Dtsql.php146 'DIAGNOSTICS', 'DIALOG', 'DICTIONARY', 'DISABLED', 'DISCONNECT', 'DISK', 'DISTINCT', 'DISTRIBUTED', 'DOMAIN', 'DOUBLE', 'DROP', 'DROPCLEANBUFFERS', 'DROP_EXISTING',
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js71 options.domain ? '; domain=' + options.domain : '',
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php27 * Encode/decode Internationalized Domain Names.
29 * The class allows to convert internationalized domain names
32 * as it will be used in the DNS (Domain Name System).
35 * what you would expect them to do. You are allowed to use complete domain names,
159 * Decode a given ACE domain name
160 * @param string Domain name (ACE string)
162 * @return string Decoded Domain name (UTF-8 or UCS-4)
187 $this->_error('Only simple domain name parts can be handled in strict mode');
208 } elseif (preg_match('![:\./]!', $input)) { // Or a complete domain name (with or without paths / parameters)
211 $this->_error('Only simple domain nam
[all...]
/dokuwiki/conf/
H A Dacronyms.conf13 DNS Domain Name System
H A Dlicense.php15 'name' => 'Public 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/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php13 * $ssh = new \phpseclib3\Net\SSH2('www.domain.tld');
29 * $ssh = new \phpseclib3\Net\SSH2('www.domain.tld');
H A DSCP.php
/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));
H A DSimplePie.php2396 if (isset($category['attribs']['']['domain'])) {
2397 $scheme = $this->sanitize($category['attribs']['']['domain'], self::CONSTRUCT_TEXT);
3078 return 'https://www.google.com/s2/favicons?domain=' . urlencode($url);
H A DSource.php158 if (isset($category['attribs']['']['domain'])) {
159 $scheme = $this->sanitize($category['attribs']['']['domain'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
/dokuwiki/lib/images/admin/
H A DREADME4 styling.png from https://openclipart.org/detail/25595/brush Public 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

12