| /plugin/gtime/gtlib/tsp/ |
| D | GTVerificationResultBase.php | 34 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 …]
|
| D | GTVerificationResultHttp.php | 218 $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/ |
| D | ReportFailure.php | 25 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/ |
| D | AmpUrlError.php | 25 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/ |
| D | OperationStatus.php | 29 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/ |
| D | ErrorHandler.php | 25 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/ |
| D | MigrationJobVerificationError.php | 25 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/ |
| D | ErrorSummary.php | 26 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/ |
| D | GoogleCloudApigeeV1ApiResponseWrapper.php | 25 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiResponseWrapper 42 public function setErrorCode($errorCode) argument 44 $this->errorCode = $errorCode; 51 return $this->errorCode;
|
| D | GoogleCloudApigeeV1ListApiCategoriesResponse.php | 28 public $errorCode; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListApiCategoriesResponse 59 public function setErrorCode($errorCode) argument 61 $this->errorCode = $errorCode; 68 return $this->errorCode;
|
| D | GoogleCloudApigeeV1ApiCategory.php | 27 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/ |
| D | CheckResponse.php | 30 public $errorCode; variable in Google\\Service\\Digitalassetlinks\\CheckResponse 57 public function setErrorCode($errorCode) argument 59 $this->errorCode = $errorCode; 66 return $this->errorCode;
|
| D | ListResponse.php | 30 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/ |
| D | DataExecutionStatus.php | 25 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/ |
| D | ScriptError.php | 29 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/ |
| D | FailureInfo.php | 25 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/ |
| D | Command.php | 34 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/ |
| D | RdapResponse.php | 30 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/ |
| D | AWS.php | 39 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 D | AWS.php | 39 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/ |
| D | pclzip.lib.php | 1289 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/ |
| D | pclzip.lib.php | 1217 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 D | AWSTest.php | 41 $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/ |
| D | DisallowAlternativePHPTagsSniff.php | 101 $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/ |
| D | DisallowTabIndentSniff.php | 70 $errorCode = 'TabsUsed'; 121 $errorCode = 'NonIndentTabsUsed'; 129 $fix = $phpcsFile->addFixableError($error, $i, $errorCode);
|