Home
last modified time | relevance | path

Searched refs:cookie (Results 76 – 100 of 183) sorted by relevance

12345678

/plugin/linkback/
H A Dhttp.php168 if (isset ($this->resp_headers['set-cookie'])) {
169 foreach ((array) $this->resp_headers['set-cookie'] as $cookie) {
170 list ($key, $value, $foo) = explode('=', $cookie);
/plugin/refnotes/
H A Daction.php410 static $cookie = '{B27067E9-3DDA-4E31-9768-E66F23D18F4A}';
413 print($cookie . $data . $cookie);
H A Dadmin.js146 let cookie = '{B27067E9-3DDA-4E31-9768-E66F23D18F4A}';
147 let match = data.match(new RegExp(cookie + '(.+?)' + cookie));
/plugin/ckgedit/
H A Dscript.js276 … document.cookie = 'ckgEdht=' + h +';expires=0;path=' +JSINFO['doku_base'] + ';SameSite=Lax;';
287 …document.cookie = 'ckgEdPaste=' + which +';expires="Thu, 18 Dec 2575 12:00:00 UTC";path=' +JSINFO[…
497 var value = re.exec(document.cookie);
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php65 $this->manager->cookie->set($uname, $this->provid, $svcdata, false /*$sticky*/);
H A Dfa_register.usr.class.php47 … $this->manager->cookie->set($_POST['login'], $data['prid'], $data['svcd'], false /*$sticky*/);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js378 …$.cookie('socialSharePrivacy_'+service_name, 'perma_on', options.cookie_expires, options.cookie_pa…
382 …$.cookie('socialSharePrivacy_'+service_name, null, -1, options.cookie_path, options.cookie_domain);
390 var cookies = $.cookie();
761 'perma_option' : !!$.cookie,
/plugin/authucenter/lib/uc_client/
H A Dclient.php216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
247 $header .= "Cookie: $cookie\r\n\r\n";
256 $header .= "Cookie: $cookie\r\n\r\n";
/plugin/upgrade/HTTP/
H A DHTTPClient.php342 if(isset($this->resp_headers['set-cookie'])){
343 foreach ((array) $this->resp_headers['set-cookie'] as $cookie){
344 list($cookie) = array_pad(explode(';', $cookie, 2), 2, '');
345 list($key, $val) = array_pad(explode('=', $cookie, 2), 2, '');
/plugin/cookiebanner/
H A DREADME3 Display a cookie banner
/plugin/cookielaw/
H A DREADME3 Inserts banner for user's consent with cookie storing.
/plugin/tocselect/
H A Dscript.js83 var ca = document.cookie.split(';');
/plugin/elwikiupgrade/
H A DHTTPClient.php351 foreach ((array) $this->resp_headers['set-cookie'] as $cookie){
352 list($cookie) = explode(';',$cookie,2);
353 list($key,$val) = explode('=',$cookie,2);
/plugin/combo/
H A Dyarn.lock144 tough-cookie "^4.1.2"
224 tough-cookie@^4.1.2:
226 resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874"
/plugin/tindexmenu/
H A Dindexmenu-full.js404 document.cookie = escape(cookieName) + '=' + escape(cookieValue)
412 pN = document.cookie.indexOf(escape(cookieName) + '=');
415 endPos = document.cookie.indexOf(';', posValue);
417 cookieValue = unescape(document.cookie.substring(posValue, endPos));
419 cookieValue = unescape(document.cookie.substring(posValue));
H A Dindexmenu.js42 …ookieValue",a)};dTree.prototype.setCookie=function(a,c,b,d,e,f){document.cookie=escape(a)+"="+esca…
43cookie.indexOf(escape(a)+"=");-1!=b&&(a=b+(escape(a)+"=").length,c=document.cookie.indexOf(";",a),…
/plugin/indexmenu/scripts/
H A Dindexmenu.js189 * Open all nodes, if no node status was stored in cookie
389 * Returns the selected node as stored in cookie
523 * [Cookie] Clears a cookie
534 * [Cookie] Sets value in a cookie
541 document.cookie =
549 * [Cookie] Gets a value from a cookie
556 pN = document.cookie.indexOf(encodeURIComponent(cookieName) + '=');
559 endPos = document.cookie.indexOf(';', posValue);
561 cookieValue = decodeURIComponent(document.cookie.substring(posValue, endPos));
564 cookieValue = decodeURIComponent(document.cookie
[all...]
/plugin/facebookalbum/
H A Dsyntax.php157 'cookie' => true, // enable optional cookie support
/plugin/siteexport/inc/
H A Dsettings.php30 public $cookie = null; variable in settings_plugin_siteexport_settings
/plugin/404manager/
H A DCHANGES.md16 …* When a intern redirection occurs the message is kept in the cookie in order to still show it whe…
/plugin/siteexport/
H A Djquery.filedownload.js326 if (document.cookie.indexOf(settings.cookieName + "=" + settings.cookieValue) != -1) {
332 …document.cookie = settings.cookieName + "=; expires=" + new Date(1000).toUTCString() + "; path=" +…
/plugin/bookcreator/script/
H A Djquery.fileDownload.js12 * You must also write a cookie in conjunction with using this plugin as mentioned in the orignal post:
104 //the cookie name to indicate if a file download has occured
109 //the cookie value for the above name to indicate that a file download has occured
114 //the cookie path for above name value pair
338 //has the cookie been written due to a file download occuring?
347 if (document.cookie.toLowerCase().indexOf(lowerCaseCookie) > -1) {
352 //remove cookie
355 document.cookie = cookieData;
/plugin/chat/
H A Dscript.js762 function chatSetVolume(vol,silent,cookie) { argument
779 if (cookie) {
/plugin/hipchat/
H A Dcomposer.lock40 "guzzle/plugin-cookie": "self.version",
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js

12345678