Searched refs:cookie_str (Results 1 – 3 of 3) sorted by relevance
| /plugin/mantis/lib/ |
| D | class.soap_transport_http.php | 684 * @param string $cookie_str data for HTTP Cookie header 688 function buildPayload($data, $cookie_str = '') { argument 714 if ($cookie_str != '') { 715 $hdr = 'Cookie: '.$cookie_str; 737 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==… 740 $this->buildPayload($data, $cookie_str); 765 if ($cookie_str != '') { 766 $curl_headers[] = 'Cookie: ' . $cookie_str; 1193 * @param string $cookie_str content of cookie 1200 function parseCookie($cookie_str) { argument [all …]
|
| D | nusoap.php | 2791 * @param string $cookie_str data for HTTP Cookie header 2795 function buildPayload($data, $cookie_str = '') { argument 2821 if ($cookie_str != '') { 2822 $hdr = 'Cookie: '.$cookie_str; 2844 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==… 2847 $this->buildPayload($data, $cookie_str); 2872 if ($cookie_str != '') { 2873 $curl_headers[] = 'Cookie: ' . $cookie_str; 3300 * @param string $cookie_str content of cookie 3307 function parseCookie($cookie_str) { argument [all …]
|
| /plugin/googlesearch/ |
| D | nusoap.php | 2473 function buildPayload($data, $cookie_str = '') { argument 2491 if ($cookie_str != '') { 2492 $hdr = 'Cookie: '.$cookie_str; 2506 …$cookie_str = $this->getCookiesForRequest($cookies, (($this->scheme == 'ssl') || ($this->scheme ==… 2509 $this->buildPayload($data, $cookie_str); 2529 if ($cookie_str != '') { 2530 $curl_headers[] = 'Cookie: ' . $cookie_str; 2918 * @param string $cookie_str content of cookie 2925 function parseCookie($cookie_str) { argument 2926 $cookie_str = str_replace('; ', ';', $cookie_str) . ';'; [all …]
|