/plugin/ckgedit/scripts/ |
H A D | setsamesite.php | 6 …$name, $value, $expire=0, $path ='/', $domain="", $httponly="HttpOnly", $secure=false, $samesite="… argument 9 … setcookie($name, $value, $expire, "$path; samesite=$samesite", $domain, $secure, $httponly); 17 'secure' => $secure,
|
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/ |
H A D | SMTP.php | 47 protected $secure; variable in Tx\\Mailer\\SMTP 101 * @param string $secure ssl tls 104 public function setServer($host, $port, $secure=null) argument 108 $this->secure = $secure; 152 if ($this->secure === 'tls'){ 173 $host = ($this->secure == 'ssl') ? 'ssl://' . $this->host : $this->host;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | FloodlightActivity.php | 100 public $secure; variable in Google\\Service\\Dfareporting\\FloodlightActivity 427 public function setSecure($secure) argument 429 $this->secure = $secure; 436 return $this->secure;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | url_encode.rst | 32 .. _`urlencode`: https://secure.php.net/urlencode 33 .. _`rawurlencode`: https://secure.php.net/rawurlencode 34 .. _`http_build_query`: https://secure.php.net/http_build_query
|
H A D | trim.rst | 43 .. _`trim`: https://secure.php.net/trim 44 .. _`ltrim`: https://secure.php.net/ltrim 45 .. _`rtrim`: https://secure.php.net/rtrim
|
H A D | slice.rst | 68 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php 69 .. _`array_slice`: https://secure.php.net/array_slice 70 .. _`mb_substr` : https://secure.php.net/mb-substr 71 .. _`substr`: https://secure.php.net/substr
|
H A D | json_encode.rst | 22 .. _`json_encode`: https://secure.php.net/json_encode 23 .. _`json_encode options`: https://secure.php.net/manual/en/json.constants.php
|
H A D | date_modify.rst | 22 .. _`strtotime`: https://secure.php.net/strtotime 23 .. _`DateTime`: https://secure.php.net/DateTime
|
H A D | date.rst | 96 .. _`strtotime`: https://secure.php.net/strtotime 97 .. _`DateTime`: https://secure.php.net/DateTime 98 .. _`DateInterval`: https://secure.php.net/DateInterval 99 .. _`date`: https://secure.php.net/date 100 .. _`DateInterval::format`: https://secure.php.net/DateInterval.format
|
H A D | convert_encoding.rst | 27 .. _`iconv`: https://secure.php.net/iconv 28 .. _`mbstring`: https://secure.php.net/mbstring
|
H A D | split.rst | 52 .. _`explode`: https://secure.php.net/explode 53 .. _`str_split`: https://secure.php.net/str_split
|
H A D | abs.rst | 18 .. _`abs`: https://secure.php.net/abs
|
/plugin/smtp/subtree/txtthinking/Mailer/src/ |
H A D | Mailer.php | 57 * @param string $secure ssl tls 60 public function setServer($host, $port, $secure=null){ argument 61 $this->smtp->setServer($host, $port, $secure);
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | images.md | 2  9 [](http://travis-ci.org/cebe… 10 [](http://travis-ci.org/cebe…
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | URI.MungeSecretKey.txt | 7 This directive enables secure checksum generation along with %URI.Munge. 8 It should be set to a secure key that is not shared with anyone else. 22 secure hashes en-mass by abusing your website's Preview feature or the
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | cookie.js | 8 function setCookie(name, value, expires, path, domain, secure) { argument 9 …h) ? '; path=' + path : '') + ((domain) ? '; domain=' + domain : '') + ((secure) ? '; secure' : ''…
|
/plugin/ikso/ |
H A D | script.js | 56 secure: (typeof DOKU_COOKIE_PARAM.secure === "undefined" 57 … ? JSINFO.DOKU_COOKIE_PARAM.secure : DOKU_COOKIE_PARAM.secure)
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/ |
H A D | SetCookie.php | 240 * @param bool $secure Set to true or false if secure 242 public function setSecure($secure) argument 244 $this->data['Secure'] = $secure;
|
/plugin/bpmnioeditor/action/ |
H A D | bpmnioeditor.php | 80 protected function _checkFilePermissions($secure = false){ argument 99 if($secure){
|
/plugin/favoris/ |
H A D | favoris.js | 16 function setCookie(name, value, expires, path, domain, secure) { argument 21 ((secure) ? "; secure" : "");
|
/plugin/socialcards/ |
H A D | action.php | 149 $secure = strpos($ogImage, 'https') === 0 ? ':secure_url' : ''; 151 'property' => 'og:image' . $secure,
|
/plugin/diagramsnet/lib/math/ |
H A D | .travis.yml | 15 …secure: VbG6GALVGUCeZKhaqpR1JD70ZWC20NyTSyue9htlmLMhrw02JR/5Bi7mZDZrnvAqo8gSO6MGE6lbbaBBI5u42iklNH…
|
/plugin/adhoctags/ |
H A D | plugin.info.txt | 6 desc A secure but flexible way to insert HTML tags into DokuWiki (under development!)
|
/plugin/socialshareprivacy2/JC/ |
H A D | README.md | 47 *Note: when deleting a cookie, you must pass the exact same path, domain and secure options that we… 93 ### secure subsection 95 secure: true 97 If true, the cookie transmission requires a secure protocol (https). Default: `false`.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | flush.rst | 17 .. _`flush`: https://secure.php.net/flush
|