Home
last modified time | relevance | path

Searched refs:error (Results 151 – 175 of 1814) sorted by relevance

12345678910>>...73

/plugin/pycode/
H A Dscript.js355 var error = new Array;
362 error.push("no-src-url");
369 error.push("no-py");
383 error.push("no-def");
399 error.push("no-cls");
403 error.push("no-def");
417 error.push("no-cls");
435 error.push("no-nums");
455 error.push("no-docstr");
460 error.push("no-cls");
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DSpaceAfterCastSniff.php60 $error = 'A cast statement must be followed by a single space';
61 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NoSpace');
73 $error = 'A cast statement must be followed by a single space';
74 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'TooMuchSpace');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DSemicolonSpacingSniff.php66 $error = 'Style definitions must end with a semicolon';
67 $phpcsFile->addError($error, $stackPtr, 'NotAtEnd');
73 $error = 'Expected 0 spaces before semicolon in style definition; %s found';
75 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceFound', $data);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php16 * @see http://php.net/manual/en/function.json-last-error.php
35 if ($error = self::getJsonLastErrorMsg()) {
36 throw new JSONParseException($error);
47 * @see http://php.net/manual/en/function.json-last-error.php
64 if ($error = self::getJsonLastErrorMsg()) {
65 throw new JSONParseException($error);
75 * @see http://php.net/manual/en/function.json-last-error.php
76 * @see http://php.net/manual/en/function.json-last-error-msg.php
/plugin/projects/lib/
H A Dlayout.php41 $errors = $this->project->error($this->file_name);
44 foreach ($errors as $error) {
45 if ($error == 'undefined') {
49 if (isset($error['failure'])) {
55 if (isset($error['dependency'])) {
57 $dep = $error['dependency'];
67 if (isset($error['loop'])) {
69 foreach ($error['loop'] as $loop)
133 public function add_error(&$renderer, $error) { argument
134 $renderer->doc .= "<div class=\"error\">$error</div>";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DReachabilityDetails.php39 public function setError(Status $error) argument
41 $this->error = $error;
48 return $this->error;
/plugin/guestbook/
H A Dbasic.class.php289 …if(empty($_POST['name']) || preg_match("/<[^>]*>/", $_POST['name'])) $error['name']="Bitte geben S…
290 …if(empty($_POST['subject']) || preg_match("/<[^>]*>/", $_POST['subject'])) $error['subject']="Bitt…
291 …if(empty($_POST['body']) || preg_match("/<[^>]*>/", $_POST['body'])) $error['body']="Bitte geben S…
298 $error['spam']="Es scheint Sie wollen Spam verbreiten ... nicht mit uns!";
300 if (empty($error))
338 $_SESSION['error']=$error;
350 $error = $_SESSION['error'];
351 if(!empty($error))
353 if (!is_array($error)) $error=array($error);
354 array_unique($error);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DPropertyLabelSpacingSniff.php71 $error = 'There must be no space before the colon in a property/label declaration';
72 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Before');
79 $error = 'There must be a single space after the colon in a property/label declaration';
80 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'After');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Files/
H A DFileExtensionSniff.php65 $error = '%s found in ".php" file; use ".inc" extension instead';
67 $phpcsFile->addError($error, $stackPtr, 'ClassFound', $data);
72 $error = 'No interface or class found in ".inc" file; use ".php" extension instead';
73 $phpcsFile->addError($error, $stackPtr, 'NoClass');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
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/CloudRuntimeConfig/
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/Document/
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/DataprocMetastore/
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/OnDemandScanning/
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/CloudShell/
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/ServiceManagement/
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/CloudSourceRepositories/
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/DataLabeling/
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/GameServices/
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/BigtableAdmin/
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/Vision/
H A DGoogleCloudVisionV1p2beta1AnnotateFileResponse.php37 public function setError(Status $error) argument
39 $this->error = $error;
46 return $this->error;
H A DGoogleCloudVisionV1p3beta1AnnotateFileResponse.php37 public function setError(Status $error) argument
39 $this->error = $error;
46 return $this->error;
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/RecommendationsAI/
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/CloudRedis/
H A DOperation.php58 public function setError(Status $error) argument
60 $this->error = $error;
67 return $this->error;

12345678910>>...73