Home
last modified time | relevance | path

Searched refs:postfields (Results 1 – 2 of 2) sorted by relevance

/plugin/autotweet/
H A Dtwitteroauth.php197 function http($url, $method, $postfields = NULL) { argument
213 if (!empty($postfields)) {
214 curl_setopt($ci, CURLOPT_POSTFIELDS, $postfields);
219 if (!empty($postfields)) {
220 $url = "{$url}?{$postfields}";
/plugin/solr/
H A Dhelper.php125 * @param string $postfields POST data, used for CURLOPT_POSTFIELDS
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
140 curl_setopt($this->curl_ch, CURLOPT_POSTFIELDS, $postfields);
149 'postfields' => $postfields,