Home
last modified time | relevance | path

Searched refs:cookies (Results 26 – 50 of 56) sorted by relevance

123

/plugin/mantis/lib/
H A Dnusoap.php2516 * @param array $cookies cookies to send
2535 if (!$this->sendRequest($data, $cookies)){
2556 * @param array $cookies cookies to send
2838 * @param array $cookies cookies to send
2842 function sendRequest($data, $cookies = NULL) { argument
3373 if ((! is_null($cookies)) && (is_array($cookies))) {
3374 foreach ($cookies as $cookie) {
7993 foreach ($cookies as $newCookie) {
8004 $cookie = $this->cookies[$i];
8024 $this->cookies[$i] = $newCookie;
[all …]
H A Dchangelog289 - soapclient: read/write cookies (thanks Ingo)
291 - soap_transport_http: read/write cookies (thanks Ingo)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php45 $stack->push(Middleware::cookies(), 'cookies');
/plugin/etherpadlite/action/
H A Detherpadlite.php359 …$cookies = $this->ep_instance->createSession($this->groupid, $authorid, time() + 7 * 24 * 60 * 60);
360 $sessionID = (string) $cookies->sessionID;
/plugin/fastwiki/
H A Daction.php184 //$cookies = array();
186 // array_push($cookies, $name . '=' . addslashes($value));
187 //$cookies = join('; ', $cookies);
188 //echo "[{$_SERVER["REMOTE_USER"]}, $cookies]";
318 "Cookie: " . $cookies,
/plugin/linkback/
H A Dhttp.php166 // handle headers and cookies
171 $this->cookies[$key] = $value;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md12 uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
H A DCHANGELOG.md66 * Bug fix: Parsing 0 epoch expiry times in cookies [#2014](https://github.com/guzzle/guzzle/pull/20…
157 * Feature: Added the ability to persist session cookies in CookieJars.
180 * Bug fix: quotes are no longer stripped when parsing cookies.
1038 * Bug: Fixed a bug when adding multiple cookies to a request to use the correct glue value
1043 * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are add…
1108 * Bug: Fixed cookie bug on a request object by using CookieParser to parse cookies on requests
H A DUPGRADING.md67 `GuzzleHttp\Middleware::cookies`
559 make it possible to plug in custom parsers for cookies, messages, URI
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md109 - Improper behavior of Microsoft Edge when retrieving all cookies via `getCookies()` (it was causing fatal error when there were no cookies).
/plugin/externalembed/
H A DREADME.md6 preventing it from loading trackers and cookies to the user's browser without consent) - see DOMAIN…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt93 Here <sid> is the session identifier extracted from document cookies or
/plugin/etherpadlite/
H A DREADME.md32 …signed by the dokuwiki plugin. Further, the dokuwiki plugin sets browser cookies to authorize the …
/plugin/chat/
H A Dreadme.txt127 * Fixed cookies handling to work with newest DokuWiki
/plugin/socialshareprivacy2/SSP/
H A DREADME.md64 * [jQuery cookies plugin](https://github.com/panzi/jQuery-Cookies) (optional)
68 The jQuery cookies plugin is needed in order to enable services permanently.
71 example that stores the perma options in HTML5 local storage instead of cookies
444 <td>true (if the jQuery cookies plugin is installed)</td>
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/aimg/
H A Dscript.js1164 var cookies = document.cookie.split(';');
/plugin/authsplit/
H A DREADME88 external backend, eg. use it to clear cookies or similar actions".
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak972 String cookiesStr = applet.getParameter("cookies");
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1 …status', //response\n 'clientcertificate', 'cookies', 'form', 'querys…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js399 var cookies = document.cookie.split(";");
401 for (var i = 0; i < cookies.length; i++)
404 var cookie = mxUtils.trim(cookies[i]);
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js71 var cookies = document.cookie.split('; '); variable
73 for (var i = 0, l = cookies.length; i < l; i++) {
74 var parts = cookies[i].split('=');
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1056 converted REQUIRES cookies and loops in an infinite recursion

123