Home
last modified time | relevance | path

Searched refs:error (Results 301 – 325 of 1814) sorted by relevance

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DGetRequestDataSniff.php102 $error = 'The %s super global must not be accessed directly; use Security::getRequestData(';
106 $error .= '%s, \'%s\'';
111 $error .= ') instead';
112 $phpcsFile->addError($error, $stackPtr, $type, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowComparisonAssignmentSniff.php108 $error = 'The value of a comparison must not be assigned to a variable';
109 $phpcsFile->addError($error, $stackPtr, 'AssignedComparison');
116 $error = 'The value of a boolean operation must not be assigned to a variable';
117 $phpcsFile->addError($error, $stackPtr, 'AssignedBool');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DCutoverJob.php100 public function setError(Status $error) argument
102 $this->error = $error;
109 return $this->error;
H A DUtilizationReport.php91 public function setError(Status $error) argument
93 $this->error = $error;
100 return $this->error;
/plugin/projects/plugins/file/
H A Dplot_dependency.php34 private $error = NULL; variable in PlotDefinition
38 public function error() { return $this->error; } function in PlotDefinition
118 $this->error = "No data file.";
124 $this->error = "No data column specified for x-axis.";
129 $this->error = "No data column.";
/plugin/unusedmedias/admin/
H A Dlist.php25 private $error = ""; variable in admin_plugin_unusedmedias_list
72 $this->error = sprintf($this->getLang('delete_file_in_use'),$mediaToDelete);
76 $this->error = sprintf($this->getLang('delete_file_not_found'),$mediaToDelete);
110 if($this->error != ""){
111 ptln("<div class='error'>".$this->error."</div>");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionClosingBraceSpaceSniff.php72 … $error = 'Expected one blank line after closing brace of class definition; %s found';
74 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpacingAfterClose', $data);
112 $error = 'Closing brace of class definition must be on new line';
113 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'ContentBeforeClose');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DDoubleQuoteUsageSniff.php97 … $error = 'Variable "%s" not allowed in double quoted string; use concatenation instead';
99 $phpcsFile->addError($error, $stackPtr, 'ContainsVar', $data);
133 $error = 'String %s does not require double quotes; use single quotes instead';
135 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'NotRequired', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php78 $error = 'Closing brace must be on a line by itself';
79 $fix = $phpcsFile->addFixableError($error, $scopeEnd, 'ContentBefore');
94 $error = 'Closing brace indented incorrectly; expected %s spaces, found %s';
100 $fix = $phpcsFile->addFixableError($error, $scopeEnd, 'Indent', $data);
H A DObjectOperatorSpacingSniff.php110 $error = 'Space found before object operator';
111 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Before');
140 $error = 'Space found after object operator';
141 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'After');
/plugin/tagfilter/script/select2/
H A Dselect2-bootstrap.css44 .control-group.error .select2-container .select2-choice,
45 .control-group.error .select2-container .select2-choices,
46 .control-group.error .select2-container-active .select2-choice,
47 .control-group.error .select2-container-active .select2-choices,
48 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
49 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
50 .control-group.error .select2-container-multi.select2-container-active .select2-choices {
54 .control-group.error .select2-container .select2-choice div {
/plugin/jukebox/id3/
H A Dgetid3.php157 return $this->error($this->startup_error);
175 return $this->error($errormessage);
194 return $this->error('Could not open file "'.$filename.'"');
211 return $this->error('File is most likely larger than 2GB and is not supported by PHP');
264 return $this->error('module.tag.id3v1.php is missing - you may disable option_tag_id3v1.');
273 return $this->error('module.tag.apetag.php is missing - you may disable option_tag_apetag.');
298 return $this->error('unable to determine file format');
305 return $this->error('ID3 tags not allowed on this file type.');
315 return $this->error('APE tags not allowed on this file type.');
392 function error($message) { function in getID3
[all …]
/plugin/googlesearch/lang/en/
H A Derror.txt1 ====== An error occured ======
3 Google returned an error for your search. This may be a temporary problem and you can
4 try your search again, by reloading the page. If the error persist try searching
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php16 $error = 'Class PEAR_Sniffs_Functions_FunctionDeclarationSniff not found'; variable
17 throw new PHP_CodeSniffer_Exception($error);
181 …$error = 'The first parameter of a multi-line '.$type.' declaration must be on the line after the …
182 … $fix = $phpcsFile->addFixableError($error, $next, $errorPrefix.'FirstParamSpacing');
209 $error = 'Multi-line '.$type.' declarations must define one parameter per line';
210 $fix = $phpcsFile->addFixableError($error, $next, $errorPrefix.'OneParamPerLine');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php23 $error = new Error('foo');
24 $error->setSourceContext(new Source('', new \SplFileInfo(__FILE__)));
26 …ATOR.'Twig'.DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPARATOR.'ErrorTest.php', $error->getMessage());
31 $error = new Error('foo');
32 $error->setSourceContext(new Source('', ['foo' => 'bar']));
34 $this->assertEquals('foo in {"foo":"bar"}', $error->getMessage());
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DEndFileNewlineSniff.php70 $error = 'Expected 1 newline at end of file; 0 found';
71 $fix = $phpcsFile->addFixableError($error, $lastToken, 'NoneFound');
95 $error = 'Expected 1 blank line at end of file; %s found';
97 $fix = $phpcsFile->addFixableError($error, $lastCode, 'TooMany', $data);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DJob.php108 public function setError(Status $error) argument
110 $this->error = $error;
117 return $this->error;
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js20 executionsError.push({"error": e, "element": scriptElement});
25 for (const error of executionsError) {
26 msg += `Railbar error: the script element (${error.element.className}) returns the following error ${error.error.message}\n`;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php78 $error = 'Comment refers to a FIXME task';
82 $error .= ' "%s"';
85 $phpcsFile->addError($error, $stackPtr, $type, $data);
H A DTodoSniff.php76 $error = 'Comment refers to a TODO task';
80 $error .= ' "%s"';
83 $phpcsFile->addWarning($error, $stackPtr, $type, $data);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.rar.php47 $this->error('failed to rar_open('.$info['filename'].')');
50 $this->error('RAR support does not appear to be available in this PHP installation');
53 …$this->error('PHP-RAR processing has been disabled (set $getid3_rar->option_use_rar_extension=true…
H A Dmodule.misc.pdf.php92 $this->error('Unexpected structure "'.$line.'" at offset '.$offset);
101 $this->error('Did not find "xref" at offset '.$info['pdf']['trailer']['startxref']);
104 $this->error('Did not find "startxref" in the last 40 bytes of the PDF');
110 $this->error('Did not find "%PDF" at the beginning of the PDF');
135 $this->error('failed to parse XREF entry #'.$i.' in XREF table at offset '.$XREFoffset);
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessFailedException.php31 … $error = sprintf('The command "%s" failed.'."\n\nExit Code: %s(%s)\n\nWorking directory: %s",
39 … $error .= sprintf("\n\nOutput:\n================\n%s\n\nError Output:\n================\n%s",
45 parent::__construct($error);
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessFailedException.php31 $error = sprintf('The command "%s" failed.'."\n\nExit Code: %s(%s)\n\nWorking directory: %s",
39 $error .= sprintf("\n\nOutput:\n================\n%s\n\nError Output:\n================\n%s",
45 parent::__construct($error);
/plugin/combo/ComboStrap/
H A DGridTag.php183 LogUtility::error("The align attribute default values could not be processed. Error: {$e->getMessage()}");
241 LogUtility::error("The max-cells attribute value ($maxCellsValue) is not a valid length value. Error: {$e->getMessage()}", GridTag::CANONICAL);
246 LogUtility::error("The max-cells attribute value ($maxCellsValue) should be less than 12.", GridTag::CANONICAL);
272 LogUtility::error("Error internal: We were unable to find the closing template tag.", GridTag::CANONICAL);
316 LogUtility::error("The width length $conditionalWidthsLength is not a valid length value. Error: {$e->getMessage()}");
329 LogUtility::error("The ratio of the width ($conditionalLengthObject) is not a valid. Error: {$e->getMessage()}");
359 LogUtility::error("Bad default value initialization. Error:{$e->getMessage()}", GridTag::CANONICAL);
388 LogUtility::error("Error while adding the row-col class. Error: {$e->getMessage()}");
405 LogUtility::error("The width value ($width) is not valid length. Error: {$e->getMessage()}");
416 LogUtility::error("Th
[all...]

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