Home
last modified time | relevance | path

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

123

/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultBase.php34 private $errorCode; variable in GTVerifificationResultBase
49 if (is_null($errorCode)) {
50 $errorCode = self::NO_FAILURES;
54 $this->errorCode = $errorCode;
72 return $this->errorCode;
91 public function hasError($errorCode) { argument
92 return ($errorCode & $this->errorCode) > 0;
101 return $this->errorCode == self::NO_FAILURES;
117 * @param int $errorCode the error code to set
120 public function updateErrors($errorCode) { argument
[all …]
H A 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/
H A 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/GameServices/
H A 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/Acceleratedmobilepageurl/
H A 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/DatabaseMigrationService/
H A 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/Appengine/
H A 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/Storagetransfer/
H A 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/DisplayVideo/
H A 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/Digitalassetlinks/
H A DCheckResponse.php30 public $errorCode; variable in Google\\Service\\Digitalassetlinks\\CheckResponse
57 public function setErrorCode($errorCode) argument
59 $this->errorCode = $errorCode;
66 return $this->errorCode;
H A 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/
H A 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/Apigee/
H A DGoogleCloudApigeeV1ApiResponseWrapper.php25 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiResponseWrapper
42 public function setErrorCode($errorCode) argument
44 $this->errorCode = $errorCode;
51 return $this->errorCode;
H A DGoogleCloudApigeeV1ApiCategory.php27 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiCategory
58 public function setErrorCode($errorCode) argument
60 $this->errorCode = $errorCode;
67 return $this->errorCode;
H A DGoogleCloudApigeeV1ListApiCategoriesResponse.php28 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListApiCategoriesResponse
59 public function setErrorCode($errorCode) argument
61 $this->errorCode = $errorCode;
68 return $this->errorCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A 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/
H A 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/
H A 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/
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/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/
H A Dpclzip.lib.php1289 function errorCode() function in PclZip
2166 return PclZip::errorCode();
2313 return PclZip::errorCode();
2325 return PclZip::errorCode();
2517 return PclZip::errorCode();
3000 return PclZip::errorCode();
3026 return PclZip::errorCode();
4103 return PclZip::errorCode();
4121 return PclZip::errorCode();
4230 return PclZip::errorCode();
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php302 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, PclZip::errorCode(), PclZip::errorInfo());
475 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, PclZip::errorCode(), PclZip::errorInfo());
898 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, PclZip::errorCode(), PclZip::errorInfo());
1080 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, PclZip::errorCode(), 0);
1213 // Function : errorCode()
1217 public function errorCode()
1363 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, PclZip::errorCode(), PclZip::errorInfo());
1364 return PclZip::errorCode();
1379 //--(MAGIC-PclTrace)--//PclTraceFctEnd(__FILE__, __LINE__, PclZip::errorCode(), PclZip::errorInfo());
1380 return PclZip::errorCode();
1289 function errorCode() global() function in PclZip
[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/
H A 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/
H A DDisallowTabIndentSniff.php70 $errorCode = 'TabsUsed';
121 $errorCode = 'NonIndentTabsUsed';
129 $fix = $phpcsFile->addFixableError($error, $i, $errorCode);

123