Home
last modified time | relevance | path

Searched refs:error (Results 426 – 450 of 1814) sorted by relevance

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

/plugin/diagramsnet/lib/js/diagramly/
H A DNotionLibrary.js16 NotionLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DGitLabLibrary.js16 GitLabLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DTrelloLibrary.js16 TrelloLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DDropboxLibrary.js27 DropboxLibrary.prototype.doSave = function(title, success, error) argument
29 this.saveFile(title, false, success, error);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;
H A DGoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;
H A DGoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;
H A DGoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php63 public function setError(GoogleRpcStatus $error) argument
65 $this->error = $error;
72 return $this->error;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMigrationJob.php204 public function setError(Status $error) argument
206 $this->error = $error;
213 return $this->error;
/plugin/combo/ComboStrap/
H A DDimension.php249 LogUtility::error("The width value is empty for the tag ({$logicalTag})");
258 LogUtility::error("The width value ($widthValue) is not a valid length. Error: {$e->getMessage()}");
297 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
314 LogUtility::error("The conditional length ($conditionalWidthLength) could not be converted to a col class. Error: {$e->getMessage()}");
323 LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CSS value. Error", self::CANONICAL);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php206 $client->on('error', function() use (&$called) {
209 $client->on('error:404', function() use (&$called) {
303 'Curl error',
313 $this->assertEquals('Curl error', $result['curl_errmsg']);
359 'Curl error',
369 $this->assertEquals('Curl error', $e->getMessage());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.midi.php50 …$this->error('Expecting "'.getid3_lib::PrintHexBytes(GETID3_MIDI_MAGIC_MTHD).'" at offset '.$info[…
70 …$this->error('Unabled to read more file data at '.$this->ftell().' (trying to seek to : '.$offset.…
83 …$this->error('Expecting "'.getid3_lib::PrintHexBytes(GETID3_MIDI_MAGIC_MTRK).'" at '.($offset - 4)…
89 $this->error('Cannot find MIDI track information');
240 $this->error('Corrupt MIDI file: CurrentMicroSecondsPerBeat == zero');
310 $this->error('Corrupt MIDI file: ticksperqnote == zero');
323 $this->error('Corrupt MIDI file: ticksperqnote == zero');
H A Dmodule.archive.xz.php36 …$this->error('Invalid XZ stream header magic (expecting FD 37 7A 58 5A 00, found '.getid3_lib::Pri…
40 $this->error('XZ parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
/plugin/farm/
H A Dsoapconfig.class.php53 $this->manager->error('system_errors', 'system_badtoken_failure');
60 $this->manager->error('system_errors', 'postparametermissing_failure');
66 }else $this->manager->error('soapconfig_errors', 'soapconfig_save_failure');
83 }else $this->manager->error('soapconfig_errors', 'soapconfig_save_failure');
97 $this->manager->error('system_errors', 'postparametermissing_failure');
129 $this->manager->error('soapconfig_errors', 'soapconfig_corruptedfile_failure');
139 }else $this->manager->error('soapconfig_errors', 'soapconfig_save_failure');
157 }else $this->manager->error('soapconfig_errors', 'soapconfig_save_failure');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DCharacterBeforePHPOpeningTagSniff.php63 $error = 'The opening PHP tag must be the first content in the file';
64 $phpcsFile->addError($error, $stackPtr, 'Found');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsJson.php55 $error = PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider::determineJsonError(
62 $error
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DNoSpaceAfterCastSniff.php63 $error = 'A cast statement must not be followed by a space';
64 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceFound');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/JsonMatches/
H A DErrorMessageProviderTest.php27 public function testDetermineJsonError($expected, $error, $prefix) argument
32 $error,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DGlobalKeywordSniff.php61 $error = 'Use of the "global" keyword is forbidden; use "$GLOBALS[\'%s\']" instead';
63 $phpcsFile->addError($error, $stackPtr, 'NotAllowed', $data);
H A DDisallowBooleanStatementSniff.php66 $error = 'Boolean operators are not allowed outside of control structure conditions';
67 $phpcsFile->addError($error, $stackPtr, 'Found');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DEmptyCatchCommentSniff.php63 … $error = 'Empty CATCH statement must have a comment to explain why the exception is not handled';
64 $phpcsFile->addError($error, $scopeStart, 'Missing');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DGlobalFunctionSniff.php67 $error = 'Consider putting global function "%s" in a static class';
69 $phpcsFile->addWarning($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DValidLogicalOperatorsSniff.php73 $error = 'Logical operator "%s" is prohibited; use "%s" instead';
78 $phpcsFile->addError($error, $stackPtr, 'NotAllowed', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DEmptyClassDefinitionSniff.php66 $error = 'Class definition is empty';
67 $phpcsFile->addError($error, $stackPtr, 'Found');

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