Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 25 of 58) sorted by relevance

123

/plugin/gtime/gtlib/tsp/
DGTVerificationResultBase.php34 private $errorCode; variable in GTVerifificationResultBase
41 * @param int $errorCode verification error code bitfield
43 public function __construct($statusCode = null, $errorCode = null) { argument
49 if (is_null($errorCode)) {
50 $errorCode = self::NO_FAILURES;
54 $this->errorCode = $errorCode;
72 return $this->errorCode;
88 * @param int $errorCode the error code to check for
91 public function hasError($errorCode) { argument
92 return ($errorCode & $this->errorCode) > 0;
[all …]
DGTVerificationResultHttp.php218 $errorCode = $this->getErrorCode();
220 if ($errorCode == self::NO_FAILURES ||
221 $errorCode == self::TIMESTAMP_TOO_NEW_FAILURE ||
222 $errorCode == self::TIMESTAMP_TOO_OLD_FAILURE ||
223 $errorCode == self::SERVICE_UNREACHABLE_FAILURE) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
DReportFailure.php25 public $errorCode; variable in Google\\Service\\DoubleClickBidManager\\ReportFailure
30 public function setErrorCode($errorCode) argument
32 $this->errorCode = $errorCode;
39 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Acceleratedmobilepageurl/
DAmpUrlError.php25 public $errorCode; variable in Google\\Service\\Acceleratedmobilepageurl\\AmpUrlError
38 public function setErrorCode($errorCode) argument
40 $this->errorCode = $errorCode;
47 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
DOperationStatus.php29 public $errorCode; variable in Google\\Service\\GameServices\\OperationStatus
52 public function setErrorCode($errorCode) argument
54 $this->errorCode = $errorCode;
61 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
DErrorHandler.php25 public $errorCode; variable in Google\\Service\\Appengine\\ErrorHandler
38 public function setErrorCode($errorCode) argument
40 $this->errorCode = $errorCode;
47 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
DMigrationJobVerificationError.php25 public $errorCode; variable in Google\\Service\\DatabaseMigrationService\\MigrationJobVerificationError
38 public function setErrorCode($errorCode) argument
40 $this->errorCode = $errorCode;
47 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
DErrorSummary.php26 public $errorCode; variable in Google\\Service\\Storagetransfer\\ErrorSummary
37 public function setErrorCode($errorCode) argument
39 $this->errorCode = $errorCode;
46 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ApiResponseWrapper.php25 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiResponseWrapper
42 public function setErrorCode($errorCode) argument
44 $this->errorCode = $errorCode;
51 return $this->errorCode;
DGoogleCloudApigeeV1ListApiCategoriesResponse.php28 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListApiCategoriesResponse
59 public function setErrorCode($errorCode) argument
61 $this->errorCode = $errorCode;
68 return $this->errorCode;
DGoogleCloudApigeeV1ApiCategory.php27 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiCategory
58 public function setErrorCode($errorCode) argument
60 $this->errorCode = $errorCode;
67 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
DCheckResponse.php30 public $errorCode; variable in Google\\Service\\Digitalassetlinks\\CheckResponse
57 public function setErrorCode($errorCode) argument
59 $this->errorCode = $errorCode;
66 return $this->errorCode;
DListResponse.php30 public $errorCode; variable in Google\\Service\\Digitalassetlinks\\ListResponse
55 public function setErrorCode($errorCode) argument
57 $this->errorCode = $errorCode;
64 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DDataExecutionStatus.php25 public $errorCode; variable in Google\\Service\\Sheets\\DataExecutionStatus
42 public function setErrorCode($errorCode) argument
44 $this->errorCode = $errorCode;
51 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DScriptError.php29 public $errorCode; variable in Google\\Service\\DisplayVideo\\ScriptError
56 public function setErrorCode($errorCode) argument
58 $this->errorCode = $errorCode;
65 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DFailureInfo.php25 public $errorCode; variable in Google\\Service\\Directory\\FailureInfo
40 public function setErrorCode($errorCode) argument
42 $this->errorCode = $errorCode;
49 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
DCommand.php34 public $errorCode; variable in Google\\Service\\AndroidManagement\\Command
83 public function setErrorCode($errorCode) argument
85 $this->errorCode = $errorCode;
92 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
DRdapResponse.php30 public $errorCode; variable in Google\\Service\\DomainsRDAP\\RdapResponse
65 public function setErrorCode($errorCode) argument
67 $this->errorCode = $errorCode;
74 return $this->errorCode;
/plugin/webdav/vendor/sabre/http/lib/Auth/
DAWS.php39 public $errorCode = 0; variable in Sabre\\HTTP\\Auth\\AWS
60 $this->errorCode = self::ERR_NOAWSHEADER;
98 $this->errorCode = self::ERR_MD5CHECKSUMWRONG;
125 $this->errorCode = self::ERR_INVALIDSIGNATURE;
167 $this->errorCode = self::ERR_INVALIDDATEFORMAT;
176 $this->errorCode = self::ERR_REQUESTTIMESKEWED;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php39 public $errorCode = 0; variable in Sabre\\HTTP\\Auth\\AWS
60 $this->errorCode = self::ERR_NOAWSHEADER;
98 $this->errorCode = self::ERR_MD5CHECKSUMWRONG;
125 $this->errorCode = self::ERR_INVALIDSIGNATURE;
167 $this->errorCode = self::ERR_INVALIDDATEFORMAT;
176 $this->errorCode = self::ERR_REQUESTTIMESKEWED;
/plugin/tindexmenu/inc/
Dpclzip.lib.php1289 function errorCode() function in PclZip
1464 return PclZip::errorCode();
1480 return PclZip::errorCode();
1497 return PclZip::errorCode();
1521 return PclZip::errorCode();
1537 return PclZip::errorCode();
1554 return PclZip::errorCode();
1567 return PclZip::errorCode();
1587 return PclZip::errorCode();
1603 return PclZip::errorCode();
[all …]
/plugin/indexmenu/inc/
Dpclzip.lib.php1217 public function errorCode() function in PclZip
1364 return PclZip::errorCode();
1380 return PclZip::errorCode();
1397 return PclZip::errorCode();
1422 return PclZip::errorCode();
1436 return PclZip::errorCode();
1453 return PclZip::errorCode();
1465 return PclZip::errorCode();
1487 return PclZip::errorCode();
1504 return PclZip::errorCode();
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php41 $this->assertEquals(AWS::ERR_NOAWSHEADER, $this->auth->errorCode);
61 $this->assertEquals(AWS::ERR_MD5CHECKSUMWRONG, $this->auth->errorCode);
84 $this->assertEquals(AWS::ERR_INVALIDDATEFORMAT, $this->auth->errorCode);
112 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
140 $this->assertEquals(AWS::ERR_REQUESTTIMESKEWED, $this->auth->errorCode);
171 $this->assertEquals(AWS::ERR_INVALIDSIGNATURE, $this->auth->errorCode);
204 … $this->assertTrue($result, 'Signature did not validate, got errorcode ' . $this->auth->errorCode);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
DDisallowAlternativePHPTagsSniff.php101 $errorCode = 'ASPOpenTagFound';
105 $errorCode = 'ScriptOpenTagFound';
108 if (isset($error, $closer, $errorCode) === true) {
112 $phpcsFile->addError($error, $stackPtr, $errorCode, $data);
114 $fix = $phpcsFile->addFixableError($error, $stackPtr, $errorCode, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
DDisallowTabIndentSniff.php70 $errorCode = 'TabsUsed';
121 $errorCode = 'NonIndentTabsUsed';
129 $fix = $phpcsFile->addFixableError($error, $i, $errorCode);

123