Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4611 public function getErrors() function in phpseclib3\\Net\\SSH2
/plugin/davcal/vendor/sabre/xml/lib/
H A DLibXMLException.php47 function getErrors() { function in Sabre\\Xml\\LibXMLException
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php295 $this->assertInternalType('array', $e->getErrors());
/plugin/diffpreview/
H A Daction.php153 $errors = $draft->getErrors();
/plugin/farm/
H A Dsoapserver.php18 function getErrors() { function in SOAP_errorHandler
140 }else return array('success' => false, 'errors' => $eh->getErrors());
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php66 foreach ($form->getErrors() as $error) {
124 foreach ($data->getErrors() as $error) {
/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/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php187 * @see getErrors()
1368 public function getErrors() function in PHP_CodeSniffer_File
H A DReporting.php320 foreach ($phpcsFile->getErrors() as $line => $lineErrors) {
/plugin/struct/action/
H A Dinline.php144 throw new StructException(implode("\n", $validator->getErrors()));
/plugin/struct/
H A Dhelper.php133 throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/struct/helper/
H A Dfield.php57 foreach ($validator->getErrors() as $error) {
/plugin/struct/meta/
H A DAccessDataValidator.php55 $errors = array_merge($errors, $validation->getErrors());
H A DCSVImporter.php155 public function getErrors() function in dokuwiki\\plugin\\struct\\meta\\CSVImporter
H A DValueValidator.php64 public function getErrors()
58 public function getErrors() global() function in dokuwiki\\plugin\\struct\\meta\\ValueValidator
/plugin/swarmwebhook/
H A Dhelper.php55 … throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
/plugin/webdav/vendor/sabre/xml/lib/
H A DLibXMLException.php47 function getErrors() { function in Sabre\\Xml\\LibXMLException

1234