Home
last modified time | relevance | path

Searched refs:getErrors (Results 76 – 96 of 96) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnpolicyCustomBatchResponseEntry.php59 public function getErrors() function in Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponseEntry
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DWmxSitemap.php82 public function getErrors() function in Google\\Service\\SearchConsole\\WmxSitemap
/plugin/webdav/vendor/sabre/xml/lib/
H A DLibXMLException.php47 function getErrors() { function in Sabre\\Xml\\LibXMLException
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php1051 public function getErrors() function in OneLogin_Saml2_Settings
H A DAuth.php437 public function getErrors() function in OneLogin_Saml2_Auth
/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/swarmwebhook/
H A Dhelper.php55 … throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php66 foreach ($form->getErrors() as $error) {
124 foreach ($data->getErrors() as $error) {
/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/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1463 public function getErrors() { function in Google_JobStatus
H A DGoogle_ComputeService.php3486 public function getErrors() { function in Google_OperationError
H A DGoogle_CalendarService.php1772 public function getErrors() { function in Google_FreeBusyCalendar
1793 public function getErrors() { function in Google_FreeBusyGroup
H A DGoogle_PredictionService.php242 public function getErrors() { function in Google_Analyze
/plugin/authgoogle/google/
H A DGoogle_Client.php468 public function getErrors() { function in Google_ServiceException
/plugin/icalevents/vendor/sabre/xml/lib/
H A DLibXMLException.php47 function getErrors() { function in Sabre\\Xml\\LibXMLException
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php356 $this->assertInternalType('array', $e->getErrors());
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1002 function &getErrors() function in pfcGlobalConfig
1093 $errors =& $this->getErrors();
H A Dpfcinfo.class.php40 function getErrors() function in pfcInfo
43 return array_merge($this->errors, $this->c->getErrors());
49 return count($this->getErrors()) > 0;
H A Dphpfreechat.class.php104 if (count($c->getErrors()) > 0)
107 foreach( $c->getErrors() as $e ) $output .= "<li>".$e."</li>"; $output .= "</ul>";
/plugin/farm/
H A Dsoapserver.php18 function getErrors() { function in SOAP_errorHandler
140 }else return array('success' => false, 'errors' => $eh->getErrors());

1234