Home
last modified time | relevance | path

Searched refs:cookie (Results 101 – 125 of 183) sorted by relevance

12345678

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1389 return function(cookie) { argument
1392 return _this.setCookie(cookie);
1420 Decoder.prototype.setCookie = function(cookie) {}; argument
1955 …var buffer, byteOffset, cookie, entries, flags, i, key, metadata, offset, sampleOffset, value, _i,…
1997 if (cookie = M4ADemuxer.readEsds(this.stream)) {
1998 this.emit('cookie', cookie);
2267 return this.track.cookie = this.stream.readBuffer(this.len - 4);
2273 this.track.cookie = M4ADemuxer.readEsds(this.stream);
2456 if (this.track.cookie) {
2457 this.emit('cookie', this.track.cookie);
H A Daac.js68 var cookie = new Uint8Array(2);
69 cookie[0] = (header.profile << 3) | ((header.samplingIndex >> 1) & 7);
70 cookie[1] = ((header.samplingIndex & 1) << 7) | (header.chanConfig << 3);
71 this.emit('cookie', new AV.Buffer(cookie));
/plugin/fckg/fckeditor/
H A Dfckconfig.js28 var allcookies = document.cookie;
/plugin/authremoteuser/
H A DREADME.md81 4. Remove *DokuWiki* cookie from your browser or close and restart your
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js70 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
H A DJsHttpRequest-xml.js70 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
H A DJsHttpRequest-script-xml.js70 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
H A DJsHttpRequest-form.js70 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
H A DJsHttpRequest.js71 || document.cookie.match(new RegExp('(?:;|^)\\s*' + session_name + '=([^;]*)'))
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
H A DJsHttpRequest-xml.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
H A DJsHttpRequest-script-xml.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
H A DJsHttpRequest-form.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
H A DJsHttpRequest.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML.js49cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.Menu.NAV=h;var c=g.ITEM=…
H A DAM_HTMLorMML.js48cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.Menu.NAV=h;var c=g.ITEM=…
H A DAccessible.js65cookie)},getCookie:function(){this.cookie=o.Cookie.Get("menu")}});MathJax.Menu.NAV=h;var c=g.ITEM=…
/plugin/externalembed/
H A DREADME.md4 This plugin includes domain privacy features allow you to embed content without needing a cookie / …
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js14 * https://github.com/carhartl/jquery-cookie
33 // This is a quoted cookie as according to RFC2068, unescape
43 var config = $.cookie = function (key, value, options) {
60 return (document.cookie = [
71 var cookies = document.cookie.split('; ');
76 var cookie = decode(parts.join('=')); variable
79 result = fromJSON(cookie);
84 result[name] = fromJSON(cookie);
94 if ($.cookie(key) !== null) {
95 $.cookie(ke
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md69 * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/gu…
91 * Feature: Added convenience method to access a cookie by name [#1318](https://github.com/guzzle/gu…
129 * Bug fix: do not attempt to escape cookie values.
565 * Added the ability to persist a cookie session using $_SESSION.
1042 * Enhanced cookie jar de-duplication
1043 * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are add…
1081 * Moved all cookie code to Guzzle\Plugin\Cookie
1103 * Bug: Fixed a cookie issue that caused dot prefixed domains to not match where popular browsers did
1108 * Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests
1231 * Bug: Changed the default cookie header casing back to 'Cookie'
[all …]
/plugin/aimg/
H A Dscript.js222 var cookies2 = document.cookie.split(';');
1164 var cookies = document.cookie.split(';');
/plugin/etherpadlite/
H A DREADME.md87 * The dokuwiki plugin sets a browser cookie read by the etherpad lite (session identifier). This le…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dauto-collapse.js144 r = MathJax.Menu.cookie;
H A Dcollapsible.js240 o = MathJax.Menu.cookie;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js44 if(document.location.search.match(new RegExp("[&?]"+session_name+"=([^&?]*)"))||document.cookie.mat…

12345678