Home
last modified time | relevance | path

Searched refs:getCookies (Results 1 – 20 of 20) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/
H A DAbstract.php223 $request->addCookies($this->_cookieJar->getCookies($url));
354 public function getCookies() function in CAS_ProxiedService_Http_Abstract
356 return $this->_cookieJar->getCookies($this->getServiceUrl());
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverOptions.php104 $cookies = $this->getCookies();
119 public function getCookies() function in Facebook\\WebDriver\\WebDriverOptions
/plugin/jcapture/src/com/hammurapi/jcapture/
DJCaptureApplet.java45 httppost.setHeader("Cookie", getCookies()); in createRequest()
DAbstractCaptureApplet.java178 protected String getCookies() throws DecoderException { in getCookies() method in AbstractCaptureApplet
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DCookieJar.php101 public function getCookies ($request_url) function in CAS_CookieJar
/plugin/linkback/
Dhttp.php124 $request .= $this->getCookies();
/plugin/upgrade/HTTP/
DHTTPClient.php308 $request .= $this->getCookies();
816 protected function getCookies(){ function in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md109 - Improper behavior of Microsoft Edge when retrieving all cookies via `getCookies()` (it was causin…
151 - Cookies retrieved using `getCookieNamed()` and `getCookies()` methods of `WebDriverOptions` are n…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java523 httppost.setHeader("Cookie", editor.getConfig().getCookies()); in post()
1352 conn.setRequestProperty("Cookie", editor.getConfig().getCookies()); in actionPerformed()
DBasicGraphEditor.java1010 public String getCookies() throws DecoderException {
DEditorActions.java.bak523 httppost.setHeader("Cookie", editor.getConfig().getCookies());
1352 conn.setRequestProperty("Cookie", editor.getConfig().getCookies());
DBasicGraphEditor.java.bak971 public String getCookies() throws DecoderException {
/plugin/diagramsnet/lib/WEB-INF/lib/
Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1242 * Adding getCookies() to request interface.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1537 * Adding getCookies() to request interface.