Home
last modified time | relevance | path

Searched refs:error (Results 376 – 400 of 1814) sorted by relevance

1...<<11121314151617181920>>...73

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php17 $error = 'Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'; variable
18 throw new PHP_CodeSniffer_Exception($error);
131 $error = 'Possible parse error: non-abstract method defined as abstract';
132 $phpcsFile->addWarning($error, $stackPtr);
H A DAbstractPatternSniff.php18 throw new PHP_CodeSniffer_Exception($error);
185 $error = 'Could not determine a token to listen for';
186 throw new PHP_CodeSniffer_Exception($error);
245 foreach ($errors as $stackPtr => $error) {
248 $allErrors[$stackPtr] = $error;
253 foreach ($allErrors as $stackPtr => $error) {
254 $phpcsFile->addError($error, $stackPtr, 'Found');
708 $error = $this->prepareError($found, $patternCode);
709 $errors[$origStackPtr] = $error;
734 $error = "Expected \"$expected\"; found \"$found\"";
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php125 $error = 'Shorthand syntax not allowed here; use %s instead';
127 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NotAllowed', $data);
166 $error = 'Size definitions must use shorthand if available; expected "%s" but found "%s"';
172 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NotUsed', $data);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php69 \Exception $error = null
75 function (array $matches) use ($request, $response, $error, &$cache) {
151 $result = $error ? $error->getMessage() : 'NULL';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DOperation.php110 public function setError(OperationErrors $error) argument
112 $this->error = $error;
119 return $this->error;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsErrorTests.yml9 causes error because no value specified
11 python-error: causes error because no value specified
/plugin/yql/
H A Dsyntax.php144 … $this->render_error($renderer, 'YQL: Error: the request to the server failed: '.$client->error);
152 if (isset($json_result->error)) {
153 $this->render_error($renderer, 'YQL: YQL Error: '.$json_result->error->description);
232 private function render_error(Doku_Renderer $renderer, $error) { argument
235 $renderer->cdata($error);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php120 $error = error_get_last();
127 $error['message'],
128 strpos($error['message'], ':') + 2
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php17 $error = 'Class Generic_Sniffs_WhiteSpace_ScopeIndentSniff not found'; variable
18 throw new PHP_CodeSniffer_Exception($error);
H A DObjectOperatorIndentSniff.php145 … $error = 'Object operator not indented correctly; expected %s spaces but found %s';
151 $fix = $phpcsFile->addFixableError($error, $next, 'Incorrect', $data);
166 $error = 'Object operator must be at the start of the line, not the end';
167 $fix = $phpcsFile->addFixableError($error, $next, 'StartOfLine');
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php135 …r_handler(static function ($code, $message, $file, $line) use ($reflectionClass, & $error) : void {
136 $error = UnexpectedValueException::fromUncleanUnSerialization(
151 if ($error) {
152 throw $error;
/plugin/vimeo/
H A Dsyntax.php85 foreach ($data['errors'] as $error) {
86 msg('Vimeo Plugin Error: ' . hsc($error), -1);
166 if (!empty($respData['error'])) {
169 $respData['error'] . ' ' . $respData['developer_message'],
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateImageResponse.php83 public function setError(Status $error) argument
85 $this->error = $error;
92 return $this->error;
H A DGoogleCloudVisionV1p2beta1AnnotateImageResponse.php83 public function setError(Status $error) argument
85 $this->error = $error;
92 return $this->error;
H A DGoogleCloudVisionV1p3beta1AnnotateImageResponse.php83 public function setError(Status $error) argument
85 $this->error = $error;
92 return $this->error;
H A DGoogleCloudVisionV1p1beta1AnnotateImageResponse.php83 public function setError(Status $error) argument
85 $this->error = $error;
92 return $this->error;
H A DGoogleCloudVisionV1p4beta1AnnotateImageResponse.php83 public function setError(Status $error) argument
85 $this->error = $error;
92 return $this->error;
/plugin/authucenter/lib/uc_client/lib/
H A Ddbi.class.php92 function error() { function in ucclient_db
93 return (($this->link) ? $this->link->error : mysqli_error());
148 $error = $this->error();
161 $s .= '<b>Error:</b>'.$error.'<br />';
/plugin/zip/pear/File/Archive/Writer/
H A DUniqueAppender.php125 $error = $this->writer->close();
126 if (PEAR::isError($error)) {
127 return $error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowTabIndentSniff.php69 $error = 'Spaces must be used to indent lines; tabs are not allowed';
120 $error = 'Spaces must be used for alignment; tabs are not allowed';
129 $fix = $phpcsFile->addFixableError($error, $i, $errorCode);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEvalSniff.php57 $error = 'Use of eval() is discouraged';
58 $phpcsFile->addWarning($error, $stackPtr, 'Discouraged');
H A DHeredocSniff.php60 …$error = 'Use of heredoc and nowdoc syntax ("<<<") is not allowed; use standard strings or inline …
61 $phpcsFile->addError($error, $stackPtr, 'NotAllowed');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DBacktickOperatorSniff.php57 $error = 'Use of the backtick operator is forbidden';
58 $phpcsFile->addError($error, $stackPtr, 'Found');
/plugin/dokutexit/
H A Dtexitrender.php116 $error = 0;
123 $error = 1;
126 $error = 1;
127 if (!$error) {
132 $error = 1;
133 if (!$error) {
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php78 $error = parent::close();
85 return $error;
105 ($error = $this->source->next()) !== true) {
131 return $error;

1...<<11121314151617181920>>...73