Home
last modified time | relevance | path

Searched refs:domain (Results 76 – 100 of 236) sorted by relevance

12345678910

/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js28 var d = document.domain ;
35 var test = window.parent.document.domain ;
48 document.domain = d ;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js17 var d = document.domain ;
24 var test = window.opener.document.domain ;
38 document.domain = d ;
/plugin/editonlink/
H A DLICENSE1 This is free and unencumbered software released into the public domain.
10 software to the public domain. We make this dedication for the benefit
/plugin/farmer/lang/en/
H A Dtab_config_help.txt11 When using a subdomain wildcard setup you should specify the main domain in the **Base Domain** setting.
13 The base domain is only appended to animal names not containing any dots.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DTraits.php24 * @property-read string|null $domain The second level domain associated with the
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js71 function cookieSet(name, value, days, path, domain) { argument
74 …ame + '=' + value + '; expires=' + expires.toUTCString() + '; path=' + path + '; domain=' + domain;
76 function cookieDel(name, value, path, domain) { argument
79 …ame + '=' + value + '; expires=' + expires.toUTCString() + '; path=' + path + '; domain=' + domain;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php165 $domain = Auth_OpenID_FileStore::_filenameEscape($parts[0]);
173 $filename = sprintf('%s-%s-%s-%s', $proto, $domain, $url_hash,
381 $domain = $this->_filenameEscape($parts[0]);
386 $domain, $url_hash, $salt_hash);
/plugin/twofactorsmsgateway/
H A Dhelper.php201 list($provider, $domain) = explode("@", trim($line), 2);
202 $providers[$provider] = $domain;
/plugin/sfauth/
H A DREADME.wiki58 ==== Owners domain ====
62 Just set the //owners domain// option to your domain. I.e.: example.com.
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml92 - VIRTUAL_HOST=subdomain.domain.org # REQUIRED: Change to meet your needs
96 - LETSENCRYPT_HOST=subdomain.domain.org # REQUIRED: Change to meet your needs
97 - LETSENCRYPT_EMAIL=mail@domain.org # REQUIRED: Change to meet your needs
/plugin/etherpadlite/
H A DREADME.md32 …s to authorize the client to use the pad. The latter leads to some cross-domain requirements, thou…
34 …tight integration works using javascript cross-domain message posting, so it is more or less cross…
87 …ookie read by the etherpad lite (session identifier). This leads to some cross-domain restrictions.
95 …s: http://openclipart.org/detail/35197/tango-accesories-text-editor-by-warszawianka (public domain)
/plugin/openid/Auth/OpenID/
H A DFileStore.php175 $domain = Auth_OpenID_FileStore::_filenameEscape($parts[0]);
183 $filename = sprintf('%s-%s-%s-%s', $proto, $domain, $url_hash,
415 $domain = $this->_filenameEscape($parts[0]);
420 $domain, $url_hash, $salt_hash);
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php975 public $domain; variable in Google_BucketAccessControl
990 public function setDomain( $domain) { argument
991 $this->domain = $domain;
994 return $this->domain;
1396 public $domain; variable in Google_ObjectAccessControl
1413 public function setDomain( $domain) { argument
1414 $this->domain = $domain;
1417 return $this->domain;
/plugin/externalembed/
H A DREADME.md4 This plugin includes domain privacy features allow you to embed content without needing a cookie / …
5 the embedded content This plugin will ask the user to accept embedded content from a domain before …
38 …Enter the domain you want to whitelist. If you wish to set a custom disclaimer for this domain use…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md96 $entry = (new Entry('cn=foo,dc=domain,dc=local'))
113 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
128 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
159 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternal.txt
/plugin/letsencrypt/lang/en/
H A Dinfo.txt4 on how to modify the domain list.
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php1208 $domain = substr($cookie_str, $start + strlen($cookie_param));
1209 $domain = substr($domain, 0, strpos($domain, ';'));
1211 $domain = '';
1246 'domain' => $domain,
1279 $domain = preg_quote($cookie['domain']);
1280 if (! preg_match("'.*$domain$'i", $this->host)) {
/plugin/statistics/inc/
H A DStatisticsLogger.class.php130 $domain = $urlparts['host'];
137 // check domain against common search engines
139 if(preg_match('/' . $regex . '/', $domain)) {
156 // we seem to have found some generic search, generate name from domain
157 $name = preg_replace('/(\.co)?\.([a-z]{2,5})$/', '', $domain); //strip tld
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml626 scheme, domain, type = type.split( /:/, 3 )
970 - !domain.tld,2002/type\x30 value
971 - !domain.tld,2002/type0 value
973 - !domain.tld,2002/type%30 value
974 - !domain.tld,2002/type0 value
988 # 'tag:domain.tld,2002:invoice' is some type family.
989 invoice: !domain.tld,2002/^invoice
995 # notation 'tag:domain.tld,2002:customer'.
1002 scheme, domain, type = type.split( /:/, 3 )
1003 val['type'] = "domain #{type}"
[all …]
/plugin/authhttp/
H A DREADME63 domain part to the user's login name. This will generate email addresses that
104 ^[^@]+ for Kerberos environments with user@domain login names,
106 \\[^\\]+$ for Windows domain environments with DOMAIN\USER login names,
108 - emaildomain: The domain to append to login names to generate email addresses.
/plugin/linkbonus/
H A Dcommon.php63 $fvicon= $domain.'/favicon.ico';
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php166 public function domain($ipAddress) function in GeoIp2\\Database\\Reader
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js44 domain: h.Domain(t[0]),
331 domain: o.domain,
341 …var e = sre.System.getInstance().engineSetup(), t = "clearspeak" === e.domain ? "default" : e.styl…
342 h.setOption("ruleset", e.domain + "-" + t), u.liveRegion.Clear(), u.liveRegion.Hide(),
/plugin/fckg/action/
H A Dmeta.php184 $domain = trim(DOKU_BASE,'/');
187 if(! empty($domain )) {

12345678910