Searched refs:emailProtection (Results 1 – 11 of 11) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/ |
H A D | ExtendedKeyUsageOptions.php | 33 public $emailProtection; variable in Google\\Service\\CertificateAuthorityService\\ExtendedKeyUsageOptions 78 public function setEmailProtection($emailProtection) argument 80 $this->emailProtection = $emailProtection; 87 return $this->emailProtection;
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
H A D | link.js.unc | 241 if ( emailProtection == 'encode' ) 252 else if ( emailProtection ) 472 var emailProtection = editor.config.emailProtection || ''; 475 if ( emailProtection && emailProtection != 'encode' ) 479 emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params ) 1247 switch( emailProtection ) 1262 if ( emailProtection == 'encode' )
|
H A D | link.js | 1 …\'/g,"'")}function F(W){return W.replace(/'/g,"\\$&")}var l=b.config.emailProtection||"";if(l&&l!=…
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
H A D | link.js.unc | 227 if ( emailProtection == 'encode' ) 238 else if ( emailProtection ) 473 var emailProtection = editor.config.emailProtection || ''; 476 if ( emailProtection && emailProtection != 'encode' ) 480 emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params ) 1259 switch( emailProtection ) 1274 if ( emailProtection == 'encode' )
|
H A D | link-cmpr.js | 1 …\'/g,"'")}function F(W){return W.replace(/'/g,"\\$&")}var l=b.config.emailProtection||"";if(l&&l!=…
|
H A D | link.js | 1 …\'/g,"'")}function F(W){return W.replace(/'/g,"\\$&")}var l=b.config.emailProtection||"";if(l&&l!=…
|
/plugin/ckgdoku/ckeditor/ |
H A D | CHANGES.md | 282 …email body are empty and [`config.emailProtection`](http://docs.ckeditor.com/#!/api/CKEDITOR.confi…
|
H A D | ckeditor.js | 912 …[d])):"","'");g.push(")");return g.join("")}function c(a){a=a.config.emailProtection||"";var b;a&&… 923 r=a.config.emailProtection,z,A={};c.match(e)&&("encode"==r?c=c.replace(n,function(a,b,c){c=c||"";re… 925 …advanced=c)}return A},getLinkAttributes:function(c,d){var e=c.config.emailProtection||"",g={};swit…
|
/plugin/ckgedit/ckeditor/ |
H A D | CHANGES.md | 702 … are empty and [`config.emailProtection`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
|
H A D | ckeditor.js | 988 …omponent(b[a])):"","'");e.push(")");return e.join("")}function n(c){c=c.config.emailProtection||""; 999 …("href"))||"",d=c.plugins.link.compiledProtectionFunction,f=c.config.emailProtection,e,g={};a.matc… 1002 …advanced=a)}return g},getLinkAttributes:function(c,b){var a=c.config.emailProtection||"",d={};swit…
|
H A D | ckeditor.js.unc | 19640 c = c.config.emailProtection || ""; 19825 f = c.config.emailProtection, 19878 var a = c.config.emailProtection || "",
|