Home
last modified time | relevance | path

Searched refs:getErrors (Results 76 – 96 of 96) sorted by relevance

1234

/plugin/diffpreview/
H A Daction.php153 $errors = $draft->getErrors();
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php186 $exception->getErrors()
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php104 if (count($c->getErrors()) > 0)
107 foreach( $c->getErrors() as $e ) $output .= "<li>".$e."</li>"; $output .= "</ul>";
H A Dpfcglobalconfig.class.php1002 function &getErrors() function in pfcGlobalConfig
1093 $errors =& $this->getErrors();
/plugin/struct/
H A Dhelper.php133 throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/struct/meta/
H A DCSVImporter.php155 public function getErrors() function in dokuwiki\\plugin\\struct\\meta\\CSVImporter
/plugin/authgoogle/google/
H A DGoogle_Client.php468 public function getErrors() { function in Google_ServiceException
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php295 $this->assertInternalType('array', $e->getErrors());
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php356 $this->assertInternalType('array', $e->getErrors());
/plugin/struct/helper/
H A Dfield.php57 foreach ($validator->getErrors() as $error) {
/plugin/struct/action/
H A Dinline.php144 throw new StructException(implode("\n", $validator->getErrors()));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php320 foreach ($phpcsFile->getErrors() as $line => $lineErrors) {
H A DFile.php187 * @see getErrors()
1368 public function getErrors() function in PHP_CodeSniffer_File
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php437 public function getErrors() function in OneLogin_Saml2_Auth
H A DSettings.php1051 public function getErrors() function in OneLogin_Saml2_Settings
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php242 public function getErrors() { function in Google_Analyze
H A DGoogle_CalendarService.php1772 public function getErrors() { function in Google_FreeBusyCalendar
1793 public function getErrors() { function in Google_FreeBusyGroup
H A DGoogle_BigqueryService.php1463 public function getErrors() { function in Google_JobStatus
H A DGoogle_ComputeService.php3486 public function getErrors() { function in Google_OperationError
/plugin/adfs/phpsaml/
H A DREADME.md770 $errors = $auth->getErrors();
911 $errors = $auth->getErrors();
1114 $errors = $auth->getErrors(); // This method receives an array with the errors
1132 $errors = $auth->getErrors(); // Retrieves possible validation errors
1188 $errors = $auth->getErrors();
1331 * `getErrors` - Returns if there were any error
1436 * `getErrors` - Returns an array with the errors, the array is empty when
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4611 public function getErrors() function in phpseclib3\\Net\\SSH2

1234