Home
last modified time | relevance | path

Searched refs:secure (Results 26 – 50 of 120) sorted by relevance

12345

/plugin/adhoctags/
H A Dplugin.info.txt6 desc (Formerly: Ad Hoc Tags) A secure but flexible way to insert HTML tags into DokuWiki
/plugin/authucenter/lib/api/
H A Duc.php368 $secure = $_SERVER['SERVER_PORT'] == 443 ? 1 : 0;
370 setcookie($var, $value, $life, $path, DW_UC_COOKIE_DOMAIN, $secure);
372 setcookie($var, $value, $life, $path, DW_UC_COOKIE_DOMAIN, $secure, $httponly);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dflush.rst17 .. _`flush`: https://secure.php.net/flush
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst18 .. _`asort`: https://secure.php.net/asort
H A Dformat.rst14 .. _`sprintf`: https://secure.php.net/sprintf
H A Dfirst.rst25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php
H A Dlast.rst25 .. _`Traversable`: https://secure.php.net/manual/en/class.traversable.php
H A Dstriptags.rst29 .. _`strip_tags`: https://secure.php.net/strip_tags
H A Dreverse.rst47 .. _`Traversable`: https://secure.php.net/Traversable
/plugin/vbsso/
H A Dplugin.info.txt6 … platforms like content management systems, blogs, and online stores using a secure Single Sign-On.
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml23secure: LVmBXAz0TKdB8dsB9Rt+M5+KnpStxEbOKuNVHN/lYOYmnB5CNogc/TDUKIFe5OUHAjGbn3xUy+tgBIME/RZLPAC6aA…
/plugin/dw2markdown/
H A D.travis.yml10secure: iu6Ahx6EghpQW73c1O7McKfwnZEGdaMbteDzykxprdBMRZXxRfy1u5+ygUGRTuo+f4UABSCEj8ht4DOLJvCodjUF3X…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DREADME.rst1 Twig, the flexible, fast, and secure template language for PHP
/plugin/authucenter/
H A Dauth.php480 $secure = $_SERVER['SERVER_PORT'] == 443 ? 1 : 0;
482 setcookie($var, $value, $life, $path, $this->getConf('cookiedomain'), $secure);
484 … setcookie($var, $value, $life, $path, $this->getConf('cookiedomain'), $secure, $httponly);
/plugin/webdav/vendor/sabre/xml/
H A DREADME.md4 [![Build Status](https://secure.travis-ci.org/fruux/sabre-xml.svg?branch=master)](http://travis-ci.…
/plugin/icalevents/vendor/sabre/xml/
H A DREADME.md4 [![Build Status](https://secure.travis-ci.org/fruux/sabre-xml.svg?branch=master)](http://travis-ci.…
/plugin/davcal/vendor/sabre/xml/
H A DREADME.md4 [![Build Status](https://secure.travis-ci.org/fruux/sabre-xml.svg?branch=master)](http://travis-ci.…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml39 …- secure: "AAAAB3NzaC1yc2EAAAADAQABAAACAQDIf0Rf76Hhkflz5b9UzWjOjk4UlMU5ySk0VY3B4WdHDLWMMK7fBp1Aj9q…
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst36 .. _`mt_rand`: https://secure.php.net/mt_rand
H A Drange.rst58 .. _`range`: https://secure.php.net/range
H A Ddate.rst55 .. _`date and time formats`: https://secure.php.net/manual/en/datetime.formats.php
/plugin/authdrupal8/
H A Dpassword.inc85 * process. A larger value is more secure, but takes more time to complete.
107 * process. A larger value is more secure, but takes more time to complete.
123 * Hash a password using a secure stretched hash.
192 * Hash a password using a secure hash.
/plugin/socialshareprivacy2/JC/
H A Djquery.cookie.js58 options.secure ? '; secure' : ''
/plugin/interwikiformatting/
H A DREADME.md39secure than any normal interwiki link. No extra measures have been implemented to secure or valida…
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php1234 $secure = true;
1236 $secure = false;
1249 'secure' => $secure
1260 * @param boolean $secure is the send-content secure or not?
1264 function getCookiesForRequest($cookies, $secure=false) { argument
1292 if ((! $secure) && (isset($cookie['secure'])) && ($cookie['secure'])) {

12345