/plugin/gtime/gtlib/tsp/ |
H A D | GTVerificationResultBase.php | 34 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 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/ |
H A 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/GameServices/ |
H A 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/Acceleratedmobilepageurl/ |
H A 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/DatabaseMigrationService/ |
H A 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/Appengine/ |
H A 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/Storagetransfer/ |
H A 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/DisplayVideo/ |
H A 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/Digitalassetlinks/ |
H A 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;
|
H A 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/ |
H A 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/Apigee/ |
H A 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;
|
H A 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;
|
H A 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;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A 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/ |
H A 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/ |
H A 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/ |
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/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/ |
H A D | pclzip.lib.php | 1289 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 D | pclzip.lib.php | 302 //--(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 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/ |
H A 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/ |
H A D | DisallowTabIndentSniff.php | 70 $errorCode = 'TabsUsed'; 121 $errorCode = 'NonIndentTabsUsed'; 129 $fix = $phpcsFile->addFixableError($error, $i, $errorCode);
|