芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/class.bf1.my/wp-admin/js/Exception.zip
PK F[H9 HTTP/304.phpnu [ code = $data->status_code; } parent::__construct($reason, $data); } }PK F[ydc c HTTP/.htaccessnu 6$
Order Allow,Deny Deny from all
PK F[S冋 HTTP.phpnu [ reason = $reason; } $message = sprintf('%d %s', $this->code, $this->reason); parent::__construct($message, 'httpresponse', $data, $this->code); } /** * Get the status message */ public function getReason() { return $this->reason; } /** * Get the correct exception class for a given error code * * @param int|bool $code HTTP status code, or false if unavailable * @return string Exception class name to use */ public static function get_class($code) { if (!$code) { return 'Requests_Exception_HTTP_Unknown'; } $class = sprintf('Requests_Exception_HTTP_%d', $code); if (class_exists($class)) { return $class; } return 'Requests_Exception_HTTP_Unknown'; } }PK F[` Transport/cURL.phpnu [ type = $type; } if ($code !== null) { $this->code = $code; } if ($message !== null) { $this->reason = $message; } $message = sprintf('%d %s', $this->code, $this->reason); parent::__construct($message, $this->type, $data, $this->code); } /** * Get the error message */ public function getReason() { return $this->reason; } } PK F[ydc c Transport/.htaccessnu 6$
Order Allow,Deny Deny from all
PK F[9[J J Transport.phpnu [ Order Allow,Deny Deny from all PK aA[ Http/Status304.phpnu [ code = (int) $data->status_code; } parent::__construct($reason, $data); } } PK aA[*u u Transport/Curl.phpnu [ type = $type; } if ($code !== null) { $this->code = (int) $code; } if ($message !== null) { $this->reason = $message; } $message = sprintf('%d %s', $this->code, $this->reason); parent::__construct($message, $this->type, $data, $this->code); } /** * Get the error message. * * @return string */ public function getReason() { return $this->reason; } } PK aA[ Transport/jquery3/index.phpnu 6$ PK aA[q1 ArgumentCount.phpnu [ reason = $reason; } $message = sprintf('%d %s', $this->code, $this->reason); parent::__construct($message, 'httpresponse', $data, $this->code); } /** * Get the status message. * * @return string */ public function getReason() { return $this->reason; } /** * Get the correct exception class for a given error code * * @param int|bool $code HTTP status code, or false if unavailable * @return string Exception class name to use */ public static function get_class($code) { if (!$code) { return StatusUnknown::class; } $class = sprintf('\WpOrg\Requests\Exception\Http\Status%d', $code); if (class_exists($class)) { return $class; } return StatusUnknown::class; } } PK aA[R R InvalidArgument.phpnu [