Home
last modified time | relevance | path

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

/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/
H A DJCaptureApplet.java45 httppost.setHeader("Cookie", getCookies()); in createRequest()
H A DAbstractCaptureApplet.java178 protected String getCookies() throws DecoderException { in getCookies() method in AbstractCaptureApplet
/plugin/linkback/
H A Dhttp.php124 $request .= $this->getCookies();
/plugin/upgrade/HTTP/
H A 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 causing fatal error when there were no cookies).
151 - Cookies retrieved using `getCookieNamed()` and `getCookies()` methods of `WebDriverOptions` are now encapsulated in `Cookie` object instead of an plain array. The object implements `ArrayAccess` interface to provide backward compatibility.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java523 httppost.setHeader("Cookie", editor.getConfig().getCookies()); in post()
1352 conn.setRequestProperty("Cookie", editor.getConfig().getCookies()); in actionPerformed()
H A DBasicGraphEditor.java1010 public String getCookies() throws DecoderException {
H A DEditorActions.java.bak523 httppost.setHeader("Cookie", editor.getConfig().getCookies());
1352 conn.setRequestProperty("Cookie", editor.getConfig().getCookies());
H A DBasicGraphEditor.java.bak971 public String getCookies() throws DecoderException {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
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 ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1242 * Adding getCookies() to request interface.