Home
last modified time | relevance | path

Searched refs:detail (Results 51 – 75 of 618) sorted by path

12345678910>>...25

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo.php25 public $detail; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo
34 public function setDetail($detail) argument
36 $this->detail = $detail;
43 return $this->detail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterStatus.php25 public $detail; variable in Google\\Service\\Dataproc\\ClusterStatus
42 public function setDetail($detail) argument
44 $this->detail = $detail;
51 return $this->detail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ValidationMessage.php26 public $detail; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ValidationMessage
45 public function setDetail($detail) argument
47 $this->detail = $detail;
54 return $this->detail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php52 public function setDetail(ActionDetail $detail) argument
54 $this->detail = $detail;
61 return $this->detail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DSqlExternalSyncSettingError.php25 public $detail; variable in Google\\Service\\SQLAdmin\\SqlExternalSyncSettingError
38 public function setDetail($detail) argument
40 $this->detail = $detail;
47 return $this->detail;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountStatusAccountLevelIssue.php33 public $detail; variable in Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue
82 public function setDetail($detail) argument
84 $this->detail = $detail;
91 return $this->detail;
H A DAccountStatusItemLevelIssue.php37 public $detail; variable in Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue
100 public function setDetail($detail) argument
102 $this->detail = $detail;
109 return $this->detail;
H A DCollectionStatusItemLevelIssue.php41 public $detail; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue
114 public function setDetail($detail) argument
116 $this->detail = $detail;
123 return $this->detail;
H A DProductStatusItemLevelIssue.php46 public $detail; variable in Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue
133 public function setDetail($detail) argument
135 $this->detail = $detail;
142 return $this->detail;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md438 detail). Instead, you should now provide an associative array to the
H A DUPGRADING.md745 - Removed `Guzzle\Http\ClientInterface::expandTemplate()`. This is an implementation detail.
746 - Removed `Guzzle\Http\ClientInterface::setRequestFactory()`. This is an implementation detail.
747 …moved `Guzzle\Http\ClientInterface::getCurlMulti()`. This is a very specific implementation detail.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md83 * Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
89 * Fixed normalization of SoapFault objects containing non-strings as "detail" in LineFormatter
101 * Fixed normalization of SoapFault objects containing non-strings as "detail"
171 * Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
187 * Fixed normalization of SoapFault objects containing non-strings as "detail"
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php201 if (isset($e->detail)) {
202 if (is_string($e->detail)) {
203 $str .= ' detail: ' . $e->detail;
204 } elseif (is_object($e->detail) || is_array($e->detail)) {
205 $str .= ' detail: ' . $this->toJson($e->detail, true);
H A DNormalizerFormatter.php221 if (isset($e->detail)) {
222 if (is_string($e->detail)) {
223 $data['detail'] = $e->detail;
224 } elseif (is_object($e->detail) || is_array($e->detail)) {
225 $data['detail'] = $this->toJson($e->detail, true);
/plugin/authhiorgserver/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
/plugin/authldaplocal/
H A DLICENSE257 be similar in spirit to the present version, but may differ in detail to
/plugin/authlemonldap/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
/plugin/authlinotp/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
/plugin/authloginapi/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
/plugin/authmantis/
H A DLICENSE.md565 detail to address new problems or concerns.
/plugin/authnc/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
/plugin/authorlist/
H A DCOPYING239 be similar in spirit to the present version, but may differ in detail to
/plugin/authowncloud/
H A DCOPYING239 be similar in spirit to the present version, but may differ in detail to
/plugin/authphpbb3/
H A DLICENSE239 be similar in spirit to the present version, but may differ in detail to
/plugin/authplaincas/
H A Dlicense239 be similar in spirit to the present version, but may differ in detail to

12345678910>>...25