Home
last modified time | relevance | path

Searched refs:secure (Results 76 – 100 of 120) sorted by path

12345

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst52 .. _`explode`: https://secure.php.net/explode
53 .. _`str_split`: https://secure.php.net/str_split
H A Dstriptags.rst29 .. _`strip_tags`: https://secure.php.net/strip_tags
H A Dtrim.rst43 .. _`trim`: https://secure.php.net/trim
44 .. _`ltrim`: https://secure.php.net/ltrim
45 .. _`rtrim`: https://secure.php.net/rtrim
H A Durl_encode.rst32 .. _`urlencode`: https://secure.php.net/urlencode
33 .. _`rawurlencode`: https://secure.php.net/rawurlencode
34 .. _`http_build_query`: https://secure.php.net/http_build_query
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst55 .. _`date and time formats`: https://secure.php.net/manual/en/datetime.formats.php
H A Ddump.rst69 .. _`var_dump`: https://secure.php.net/var_dump
H A Drandom.rst36 .. _`mt_rand`: https://secure.php.net/mt_rand
H A Drange.rst58 .. _`range`: https://secure.php.net/range
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst4 This is the documentation for Twig, the flexible, fast, and secure template
H A Drecipes.rst280 // don't try this at home as it's not secure at all!
568 .. _callback: https://secure.php.net/manual/en/function.is-callable.php
H A Dtemplates.rst911 .. _`regular expressions`: https://secure.php.net/manual/en/pcre.pattern.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dflush.rst17 .. _`flush`: https://secure.php.net/flush
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js8 function setCookie(name, value, expires, path, domain, secure) { argument
9 …h) ? '; path=' + path : '') + ((domain) ? '; domain=' + domain : '') + ((secure) ? '; secure' : ''…
/plugin/googlesearch/
H A Dnusoap.php2959 $secure = true;
2961 $secure = false;
2974 'secure' => $secure
2985 * @param boolean $secure is the send-content secure or not?
2989 function getCookiesForRequest($cookies, $secure=false) { argument
3017 if ((! $secure) && (isset($cookie['secure'])) && ($cookie['secure'])) {
/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/ikso/
H A Dscript.js56 secure: (typeof DOKU_COOKIE_PARAM.secure === "undefined"
57 … ? JSINFO.DOKU_COOKIE_PARAM.secure : DOKU_COOKIE_PARAM.secure)
/plugin/indexmenu/scripts/
H A Dindexmenu.js545 '; secure=' + DOKU_COOKIE_PARAM.secure;
492 setCookie(cookieName, cookieValue, expires, path, domain, secure) global() argument
/plugin/interwikiformatting/
H A DREADME.md39secure than any normal interwiki link. No extra measures have been implemented to secure or valida…
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jokuwiki/
H A DREADME.md5 * more secure
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md1 # Component Installer for [Composer](http://getcomposer.org) [![Build Status](https://secure.travis…
/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'])) {
H A Dnusoap.php3341 $secure = true;
3343 $secure = false;
3356 'secure' => $secure
3367 * @param boolean $secure is the send-content secure or not?
3371 function getCookiesForRequest($cookies, $secure=false) { argument
3399 if ((! $secure) && (isset($cookie['secure'])) && ($cookie['secure'])) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dimages.md2 ![Build Status](https://secure.travis-ci.org/cebe/markdown.png "test1")
9 [![Build Status](https://secure.travis-ci.org/cebe/markdown.png "test2")](http://travis-ci.org/cebe…
10 [![Build Status](https://secure.travis-ci.org/cebe/markdown.png "test3")](http://travis-ci.org/cebe…

12345