Home
last modified time | relevance | path

Searched refs:error (Results 451 – 475 of 1814) sorted by relevance

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DNamedColoursSniff.php100 $error = 'Named colours are forbidden; use hex, rgb, or rgba values instead';
101 $phpcsFile->addError($error, $stackPtr, 'Forbidden');
H A DEmptyStyleDefinitionSniff.php66 $error = 'Style definition is empty';
67 $phpcsFile->addError($error, $stackPtr, 'Found');
H A DDisallowMultipleStyleDefinitionsSniff.php74 $error = 'Each style definition must be on a line by itself';
75 $fix = $phpcsFile->addFixableError($error, $next, 'Found');
/plugin/components/ajax/
H A Dexample.php43 $this->error(404);
47 $this->error(400, "range must have a from proterty and a to property");
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsf.php43 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
61 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$headeroffset.', found…
68 …$this->error('Expecting '.($info['dsf']['dsd']['dsd_chunk_size'] + $info['dsf']['fmt']['fmt_chunk_…
95 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$headeroffset.', found…
H A Dmodule.misc.msoffice.php33 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at '.$info['avdataoffset'].', foun…
38 …$this->error('MS Office (.doc, .xls, etc) parsing not enabled in this version of getID3() ['.$this…
H A Dmodule.audio.tak.php42 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
64 …$this->error('Expecting Type 1 (STREAMINFO) Metadata Object header, but found Type "'.$objtype.'" …
133 $this->error('Corrupt TAK file: samplerate == zero');
139 $this->error('Corrupt TAK file: playtime == zero');
146 $this->error('Corrupt TAK file: uncompressed_size == zero');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php79 public function setError(GoogleRpcStatus $error) argument
81 $this->error = $error;
88 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperation.php175 public function setError(OperationError $error) argument
177 $this->error = $error;
184 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php175 public function setError(OperationError $error) argument
177 $this->error = $error;
184 return $this->error;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py219 parser.error('File summary is missing.')
221 parser.error('Project name is missing.')
223 parser.error('File to upload not provided.')
225 parser.error('Only one file may be specified.')
/plugin/combo/ComboStrap/
H A DHtml.php107 $error = "";
110 $error .= "The $expectedName has the value (" . $leftClass . ") that is not present in the $actualName)\n";
118 $error .= "The $actualName has the value (" . $rightClass . ") that is not present in the $expectedName)\n";
120 return $error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DLowercaseFunctionKeywordsSniff.php67 $error = '%s keyword must be lowercase; expected "%s" but found "%s"';
73 $phpcsFile->addError($error, $stackPtr, 'FoundUppercase', $data);
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalLibrary.js47 LocalLibrary.prototype.saveAs = function(title, success, error) argument
49 this.saveFile(title, false, success, error);
H A DOneDriveLibrary.js30 OneDriveLibrary.prototype.save = function(revision, success, error) argument
40 }), error);
H A DDriveLibrary.js30 DriveLibrary.prototype.save = function(revision, success, error) argument
40 }), error);
/plugin/webdavclient/
H A Dadmin.php16 protected $error = false; variable in admin_plugin_webdavclient
69 $this->error = true;
77 $this->error = true;
108 $this->error = true;
136 $this->error = true;
165 if($this->error === true)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DObjectMemberCommaSniff.php66 $error = 'Last member of object must not be followed by a comma';
67 $fix = $phpcsFile->addFixableError($error, $prev, 'Missing');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLowercasedFilenameSniff.php65 $error = 'Filename "%s" doesn\'t match the expected filename "%s"';
66 $phpcsFile->addError($error, $stackPtr, 'NotFound', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DDisallowNewWidgetSniff.php62 …$error = 'Manual creation of widget objects is banned; use Widget::getWidget(\'%s\'); instead…
64 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DDebugCodeSniff.php58 $error = 'Call to debug function Debug::%s() must be removed';
60 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/barcodes/
H A Dsyntax.php54 $data->error = 'error parsing barcode tag';
78 if ($data->error) {
79 $renderer->doc .= $this->renderErrorMessage($data->error);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DCastSpacingSniff.php64 $error = 'Cast statements must not contain whitespace; expected "%s" but found "%s"';
70 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'ContainsWhiteSpace', $data);
/plugin/fetchmedia/script/
H A Dmain.js52 console.error(res);
111 .catch((error) => {
112 console.error(error);
/plugin/sql/
H A Dsyntax.php121 $error = $e->getMessage();
122 $renderer->doc .= '<div class="error">Plugin SQL Error '. $error .'</div>';
134 $error = $e->getMessage();
135 $renderer->doc .= '<div class="error">Plugin SQL Error '. $error .'</div>';

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