Home
last modified time | relevance | path

Searched +full:_debug +full:_debug_html (Results 1 – 1 of 1) sorted by relevance

/plugin/elwikiupgrade/
H A DHTTPClient.php261 $this->_debug('connection pool', self::$connections);
264 $this->_debug('reusing connection', $connectionId);
320 $this->_debug('request',$request);
330 $this->_debug('response headers',$r_headers);
495 $this->_debug('response body',$this->resp_body);
524 $this->_debug('SSL Tunnel CONNECT',$request);
534 $this->_debug('SSL Tunnel Response',$r_headers);
694 * Uses _debug_text or _debug_html depending on the SAPI name
701 function _debug($info,$var=null){ function in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
706 $this->_debug_html($info, $var);
[all …]