Home
last modified time | relevance | path

Searched refs:error (Results 251 – 275 of 1814) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalOperation.php58 public function setError(SasPortalStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DImage.php36 public function setError(Status $error) argument
38 $this->error = $error;
45 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DGoogleLongrunningOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleLongrunningOperation.php58 public function setError(GoogleRpcStatus $error) argument
60 $this->error = $error;
67 return $this->error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php71 $error = 'Short PHP opening tag used; expected "<?php" but found "%s"';
73 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Found', $data);
91 …$error = 'Short PHP opening tag used with echo; expected "<?php echo %s ..." but found "%s %s ..…
97 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'EchoFound', $data);
136 $error = 'Possible use of short open tags detected; found: %s';
140 $phpcsFile->addWarning($error, $stackPtr, 'PossibleFound', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DDocCommentAlignmentSniff.php121 $error = 'Expected %s space(s) before asterisk; %s found';
126 $fix = $phpcsFile->addFixableError($error, $i, 'SpaceBeforeStar', $data);
147 $error = 'Expected 1 space after asterisk; 0 found';
148 $fix = $phpcsFile->addFixableError($error, $i, 'NoSpaceAfterStar');
155 $error = 'Expected 1 space after asterisk; %s found';
157 $fix = $phpcsFile->addFixableError($error, $i, 'SpaceAfterStar', $data);
H A DClassCommentSniff.php82 $error = 'There must be no blank lines after the class comment';
83 $phpcsFile->addError($error, $commentEnd, 'SpacingAfter');
88 $error = '%s tag is not allowed in class comment';
90 $phpcsFile->addWarning($error, $tag, 'TagNotAllowed', $data);
/plugin/darcspatch/
H A Dadmin.php128 $error = false;
155 $error = true;
165 $error = true;
170 $error = true;
173 if($error) break;
177 $error = true;
182 if($error) break;
184 if(!$error) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DUseDeclarationSniff.php63 $error = 'There must be a single space after the USE keyword';
64 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceAfterUse');
73 $error = 'There must be one USE keyword per declaration';
74 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'MultipleDeclarations');
131 $error = 'USE declarations must go after the first namespace declaration';
132 $phpcsFile->addError($error, $stackPtr, 'UseAfterNamespace');
162 $error = 'There must be one blank line after the last USE statement; %s found;';
164 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceAfterLastUse', $data);
/plugin/combo/action/
H A Dmetafacebook.php117 // Internal error, the page should exist
118 LogUtility::error("Internal Error: We were unable to define the publication date for the page ($page)", self::CANONICAL);
125 // Internal error, the page should exist
126 LogUtility::error("Internal Error: We were unable to define the modification date for the page ($page)", self::CANONICAL);
148 LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) because of the following error: {$e->getMessage()}", self::CANONICAL);
152 LogUtility::error("The default facebook image ($defaultFacebookImage) does not exist", self::CANONICAL);
168 LogUtility::error("The image ($path) does not exist and was not added", self::CANONICAL);
189 LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the image: {$e->getMessage()}", self::CANONICAL);
212 LogUtility::error(
[all...]
/plugin/struct/helper/
H A Dfield.php55 $this->error = !$validator->validateValue($this->column, $value);
56 if ($this->error) {
57 foreach ($validator->getErrors() as $error) {
58 msg(hsc($error), -1);
65 $this->error = true;
76 return !$this->error;
95 if ($this->error) {
201 $lclass = $this->error ? 'bureaucracy_error' : '';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DEmacs.php63 foreach ($colErrors as $error) {
64 $message = $error['message'];
66 $message .= ' ('.$error['source'].')';
69 $type = strtolower($error['type']);
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js188 error();
1031 }, error);
1466 error(e);
1506 error();
1512 error();
1517 error(err);
1526 error(e);
1541 error(e);
1558 error(e);
1600 }), error);
[all …]
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
54 return new IJR_Error(-32602, 'server error. missing method parameters');
97 return new IJR_Error(-32602, 'server error. invalid method parameters');
105 … return new IJR_Error(-32601, 'server error. requested method "'.$method.'" not specified.');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2SuggestionResult.php34 public function setError(GoogleRpcStatus $error) argument
36 $this->error = $error;
43 return $this->error;
H A DGoogleCloudDialogflowV2beta1SuggestionResult.php34 public function setError(GoogleRpcStatus $error) argument
36 $this->error = $error;
43 return $this->error;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php68 public static function error() : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator
70 static $error;
72 return $error ?? ($error = new DFAState(new ATNConfigSet(), 0x7FFFFFFF));
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php137 $error = parent::next();
138 if ($error !== true) {
139 return $error;
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
148 if (PEAR::isError($error)) {
149 return $error;
250 while (($error = $this->next()) === true) {
339 while (($error = $this->next()) === true) { }
340 if (PEAR::isError($error)) {
342 return $error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColourDefinitionSniff.php67 $error = 'CSS colours must be defined in uppercase; expected %s but found %s';
73 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NotUpper', $data);
86 $error = 'CSS colours must use shorthand if available; expected %s but found %s';
92 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Shorthand', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php122 $error = 'Closing brace must be on a line by itself';
123 $fix = $phpcsFile->addFixableError($error, $scopeEnd, 'Line');
161 … $error = 'Case breaking statement indented incorrectly; expected %s spaces, found %s';
166 $fix = $phpcsFile->addFixableError($error, $scopeEnd, 'BreakIndent', $data);
171 $error = 'Closing brace indented incorrectly; expected %s spaces, found %s';
176 $fix = $phpcsFile->addFixableError($error, $scopeEnd, 'Indent', $data);

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