Home
last modified time | relevance | path

Searched refs:error (Results 326 – 350 of 1814) sorted by relevance

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

/plugin/katex/action/
H A Dsetup.php73 Logger::error( $log_title, $log_messages, __FILE__, __LINE__ );
101 Logger::error( $log_title, $log_messages, __FILE__, __LINE__ );
129 Logger::error( $log_title, $log_messages, __FILE__, __LINE__ );
162 Logger::error( $log_title, $log_messages, __FILE__, __LINE__ );
197 Logger::error( $log_title, $log_messages, __FILE__, __LINE__ );
/plugin/keywords/action/
H A Dkeywords.php122 …Logger::error( "An error occurred during the Chat GPT call", $httpClient->error, __FILE__, __LINE_…
124 } else if ( $data->error ) {
125 …Logger::error( "An error occurred during the Chat GPT call", $data->error->message, __FILE__, __LI…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayBracketSpacingSniff.php86 $error = 'Space found before square bracket; expected "%s" but found "%s"';
91 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceBeforeBracket', $data);
104 $error = 'Space found after square bracket; expected "%s" but found "%s"';
109 … $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceAfterBracket', $data);
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php34 return $this->error('authfailed');
37 return $this->error('identitymissing');
60 $this->msg($this->error('regdisabled', array('@PROVID@' => $pname)));
72 $this->msg($this->error('alreadyassigned', array('@PROVID@' => $pname)));
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php106 $error = sprintf( variable in Google\\Auth\\Cache\\TypedItem
112 throw new \TypeError($error);
129 $error = sprintf($message, get_class($this), gettype($time)); variable in Google\\Auth\\Cache\\TypedItem
131 throw new \TypeError($error);
H A DItem.php113 $error = sprintf(
119 throw new TypeError($error);
136 $error = sprintf($message, get_class($this), gettype($time));
138 throw new TypeError($error);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DConnectionProfile.php104 public function setError(Status $error) argument
106 $this->error = $error;
113 return $this->error;
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageLibrary.js40 StorageLibrary.prototype.saveAs = function(title, success, error) argument
42 this.saveFile(title, false, success, error);
70 StorageLibrary.prototype.isRenamable = function(title, success, error) argument
H A DDrawioComment.js35 DrawioComment.prototype.addReply = function(reply, success, error, doResolve, doReopen) argument
41 DrawioComment.prototype.editComment = function(newContent, success, error) argument
47 DrawioComment.prototype.deleteComment = function(success, error) argument
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte3 import { codeErrorStore, configErrorStore } from '../error-store.js';
83 codeClasses = 'error';
84 console.log('code error: ', _error);
91 configClasses = 'error';
92 console.log('conf error: ', _error);
109 .error {
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php183 $error = $this->_ensureFileOpened();
184 if (PEAR::isError($error)) {
185 return $error;
212 $error = $this->_ensureFileOpened();
213 if (PEAR::isError($error)) {
214 return $error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php16 $error = 'Class PHP_CodeSniffer_Standards_AbstractScopeSniff not found'; variable
17 throw new PHP_CodeSniffer_Exception($error);
205 …$error = 'Static method called on non-included class or system "%s"; include system with Channels:…
207 $phpcsFile->addError($error, $stackPtr, 'NotIncludedCall', $data);
286 …$error = 'Class extends non-included class or system "%s"; include system with Channels::includeSy…
288 $phpcsFile->addError($error, $stackPtr, 'NotIncludedExtends', $data);
290 …$error = 'Static method called on non-included class or system "%s"; include system with Channels:…
292 $phpcsFile->addError($error, $stackPtr, 'NotIncludedCall', $data);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted');
61 $errorNode->appendChild($error);
65 $error->appendChild(
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DInlineCommentSniff.php62 $error = 'Perl-style comments are not allowed. Use "// Comment."';
63 $error .= ' or "/* comment */" instead.';
64 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'WrongStyle');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DLocked.php60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted');
61 $errorNode->appendChild($error);
65 $error->appendChild(
/plugin/bugzillaxmlrpc/
H A Dsyntax.php112 …list($error, $faultString, $faultCode, $product) = $this->myGetProductInfo($v['internals']['produc…
113 if ($error)
164 list($error, $faultString, $faultCode, $id) = $this->myLogin();
165 if ($error) {
172 …list($error, $faultString, $faultCode, $id, $summary, $dependson, $product, $creation_ts, $bug_sta…
173 if ($error) {
183 …list($error, $faultString, $faultCode, $id, $summary, $dependson, $product, $creation_ts, $bug_sta…
/plugin/dropfiles/action/
H A Dajax.php108 $error = '';
111 $error .= $msg['msg'];
115 'error' => $error,
149 $error = $this->determineErrorCause($id, $ns, false);
150 $carry[$filename] = $error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DIndentationSniff.php126 $error = 'Blank lines are not allowed in class definitions';
127 $fix = $phpcsFile->addFixableError($error, $i, 'BlankLine');
133 $error = 'Line indented incorrectly; expected %s spaces, found %s';
139 $fix = $phpcsFile->addFixableError($error, $i, 'Incorrect', $data);
/plugin/outliner/
H A Dscript.js13 if (actionState != 'action' && actionState != 'noAction' && actionState != 'None') { console.error("actionState=",actionState) ;return; }
29 console.error("something went wrong when trying to access local storage : {",e,"}");
40 console.error("something went wrong when trying to access local storage : {",e,"}");
87 console.error("Something went wrong when trying to access local storage : {",e,"}");
/plugin/zip/pear/File/Archive/
H A DWriter.php104 $error = $this->writeData(fread($handle, 102400));
105 if (PEAR::isError($error)) {
106 return $error;
/plugin/stlviewer/stlviewer/
H A Dload_stl.min.js2error.code){case a.target.error.NOT_FOUND_ERR:e="File not found";break;case a.target.error.NOT_REA…
/plugin/sentry/
H A Dscript.js36 window.onerror = function (msg, url, lineNo, columnNo, error) { argument
37 logSentryException(error, {});
38 originalErrorHandler(error);
/plugin/combo/ComboStrap/
H A DCacheTag.php32 LogUtility::error($message, self::MARKUP);
50 LogUtility::error($message, self::MARKUP, $e);
69 LogUtility::error($message, CacheExpirationFrequency::PROPERTY_NAME);
83 LogUtility::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js256 error = null, // The MediaError object.
424 myPlayer.bind($.jPlayer.event.error, function(event) {
428error = event.jPlayer.error; // Saving object pointer, not a copy of the object. Possible garbage …
430 if(error.type === $.jPlayer.error.URL) {
431error.code = 4; // MEDIA_ERR_SRC_NOT_SUPPORTED since jPlayer makes this assumption. It is the most…
433 error.code = 0; // It was a jPlayer error, not an HTML5 media error.
437 if(DEBUG) console.dir(error);
445 return error;
448 return error;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js256 error = null, // The MediaError object.
424 myPlayer.bind($.jPlayer.event.error, function(event) {
428error = event.jPlayer.error; // Saving object pointer, not a copy of the object. Possible garbage …
430 if(error.type === $.jPlayer.error.URL) {
431error.code = 4; // MEDIA_ERR_SRC_NOT_SUPPORTED since jPlayer makes this assumption. It is the most…
433 error.code = 0; // It was a jPlayer error, not an HTML5 media error.
437 if(DEBUG) console.dir(error);
445 return error;
448 return error;

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