Home
last modified time | relevance | path

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

/template/kajukkk/
H A DSnoopy.class.php104 var $_submit_type = "application/x-www-form-urlencoded"; // default submit type variable in Snoopy
300 $this->_httprequest($URI,$fp,$URI,$this->_submit_method,$this->_submit_type,$postdata);
306 $this->_httprequest($path, $fp, $URI, $this->_submit_method, $this->_submit_type, $postdata);
369 $this->_httpsrequest($URI, $URI, $this->_submit_method, $this->_submit_type, $postdata);
375 $this->_httpsrequest($path, $URI, $this->_submit_method, $this->_submit_type, $postdata);
586 $this->_submit_type = "multipart/form-data";
597 $this->_submit_type = "application/x-www-form-urlencoded";
1195 switch ($this->_submit_type) {