Home
last modified time | relevance | path

Searched defs:httpStatusCode (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DRepositoryError.php29 public $httpStatusCode; variable in Google\\Service\\CloudSearch\\RepositoryError
52 public function setHttpStatusCode($httpStatusCode)
/plugin/oauth/
H A DHttpTokenResponseException.php12 protected $httpStatusCode = 0; variable in dokuwiki\\plugin\\oauth\\HttpTokenResponseException
26 $httpStatusCode = 0,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
DPersonResponse.php25 public $httpStatusCode; variable in Google\\Service\\PeopleService\\PersonResponse
38 public function setHttpStatusCode($httpStatusCode)
/plugin/authfacebook/lib/
DFacebookResponse.php40 protected $httpStatusCode; variable in Facebook\\FacebookResponse
75 …public function __construct(FacebookRequest $request, $body = null, $httpStatusCode = null, array …
/plugin/authfacebook/lib/Http/
DGraphRawResponse.php55 public function __construct($headers, $body, $httpStatusCode = null)