Home
last modified time | relevance | path

Searched refs:domain (Results 26 – 50 of 236) sorted by last modified time

12345678910

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1101 - Fix elasticsearch links to elastic domain [#809](https://github.com/ruflin/Elastica/issues/809/)
/plugin/ckgedit/ckeditor/
H A DCHANGES.md994 …com/cke4/addon/lineutils) are used in an inline editor loaded in a cross-domain `iframe`. Thanks t…
1543 * [#10165](https://dev.ckeditor.com/ticket/10165): [IE] Access denied error when `document.domain` …
H A Dckeditor.js.unc252 var a = document.domain,
709 a = window.parent.document.domain;
712 a = a ? a.replace(/.+?(?:\.|$)/, "") : document.domain;
714 document.domain =
19837 a.address = [a.name, a.domain].join("@")
19905 … a = f.split("@", 2), e.name = a[0], e.domain = a[1], a = ["javascript:", r(c, e)]
22224 …e = "all options lang ignore-all-caps-words ignore-domain-names ignore-words-with-mixed-cases igno…
22225 …f = ["lang", "ignore-all-caps-words", "ignore-domain-names", "ignore-words-with-mixed-cases", "ign…
22583 …"boolean" === typeof a.config.scayt_ignoreDomainNames && (f["ignore-domain-names"] = a.config.scay…
26622 …wysiwyg: !CKEDITOR.env.opera && !CKEDITOR.env.air && document.domain == window.location.hostname &…
H A Dckeditor.js14 …)/.test(a),isCustomDomain:function(){if(!this.ie)return!1;var a=document.domain,b=window.location.…
37 …ry{a=window.parent.document.domain;break}catch(b){a=a?a.replace(/.+?(?:\.|$)/,""):document.domain;…
1000 …\\'/g,"'"),h=f(h),f=d.params[k].toLowerCase(),a[f]=h;a.address=[a.name,a.domain].join("@")}}));if(…
1003 …ush(")")):a=["mailto:",f,e];break;default:a=f.split("@",2),e.name=a[0],e.domain=a[1],a=["javascrip…
1336 …spell")).modes={wysiwyg:!CKEDITOR.env.opera&&!CKEDITOR.env.air&&document.domain==window.location.h…
/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 ;
H A Dcommon.js28 var d = document.domain ;
35 var test = window.top.opener.document.domain ;
49 document.domain = d ;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1domain].join("@")}})}}}if(!ag.type){var am=W?W.getAttribute("class"):"";if((al=ap.match(v))){ag.ty…
H A Dlink.js1domain].join("@")}})}}}if(!ag.type){var am=W?W.getAttribute("class"):"";if((al=ap.match(v))){ag.ty…
H A Dlink.js.unc260 email.address = [ email.name, email.domain ].join( '@' );
1290 // Separating name and domain.
1293 email.domain = nameAndDomain[ 1 ];
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified323 "accessSameDomain": "Same domain",
H A Den.js-4.9.merged5 …","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":…
H A Den.js.4.95 …","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":…
H A Den.js.unc5 …","accessAlways":"Always","accessNever":"Never","accessSameDomain":"Same domain","alignAbsBottom":…
H A Dlang_array.txt243 "accessSameDomain": "Same domain",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified323 "accessSameDomain": "Same domain",
/plugin/ckgedit/scripts/
H A Dsetsamesite.php6 …function setcookieSameSite($name, $value, $expire=0, $path ='/', $domain="", $httponly="HttpOnly",… argument
9 … setcookie($name, $value, $expire, "$path; samesite=$samesite", $domain, $secure, $httponly);
15 'domain' => $domain,
/plugin/ckgedit/action/
H A Dmeta.php531 $domain = trim(DOKU_BASE,'/');
535 if(! empty($domain )) {
/plugin/indexmenu/scripts/
H A Dindexmenu.js492 setCookie(cookieName, cookieValue, expires, path, domain, secure) global() argument
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php133 …ction idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { … argument
136 …unction idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) {… argument
140 …ction idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) {… argument
143 …nction idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) {… argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermission.php38 public $domain; variable in Google\\Service\\Drive\\Permission
125 public function setDomain($domain) argument
127 $this->domain = $domain;
134 return $this->domain;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccess.php27 public $domain; variable in Google\\Service\\Bigquery\\DatasetAccess
70 public function setDomain($domain) argument
72 $this->domain = $domain;
79 return $this->domain;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DOwner.php34 public function setDomain(Domain $domain) argument
36 $this->domain = $domain;
43 return $this->domain;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserOrganization.php41 public $domain; variable in Google\\Service\\Directory\\UserOrganization
130 public function setDomain($domain) argument
132 $this->domain = $domain;
139 return $this->domain;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DError.php25 public $domain; variable in Google\\Service\\ShoppingContent\\Error
38 public function setDomain($domain) argument
40 $this->domain = $domain;
47 return $this->domain;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DUrlDispatchRule.php25 public $domain; variable in Google\\Service\\Appengine\\UrlDispatchRule
38 public function setDomain($domain) argument
40 $this->domain = $domain;
47 return $this->domain;

12345678910