Home
last modified time | relevance | path

Searched refs:error (Results 1001 – 1025 of 1814) sorted by relevance

1...<<41424344454647484950>>...73

/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md5 * Clearer error message for unexpected method calls (@meridius)
6 * Clearer error message for aggregate exceptions (@meridius)
13 * [fixed] Argument::containingString throwing error when called with non-string (@dcabrejas)
/plugin/combo/ComboStrap/
H A DPageExplorerTag.php109 LogUtility::error("The given leaf page ($page) does not exist and was not added to the page-explorer tree", self::CANONICAL);
125 LogUtility::error("Error while rendering the leaf. Error: {$e->getMessage()}", self::CANONICAL);
135 LogUtility::error("Error while rendering the default tree page. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js28 error: "ui-state-error", property in styling.jqueryui
46 error: "alert-error", property in styling.bootstrap
238 … styles.container+" ui-pnotify-container "+(opts.type == "error" ? styles.error : (opts.type == "i…
301 …iner.removeClass(styles.error+" "+styles.notice+" "+styles.success+" "+styles.info).addClass(opts.…
H A Djquery.pnotify.min.js12 …o",success:"ui-state-default",success_icon:"ui-icon ui-icon-circle-check",error:"ui-state-error",e… property in u.jqueryui
13 …icon:"icon-info-sign",success:"alert-success",success_icon:"icon-ok-sign",error:"alert-error",erro… property in u.bootstrap
19 …<div />",{"class":f.container+" ui-pnotify-container "+(a.type=="error"?f.error:a.type=="info"?f.i…
21 …pe!=c.type&&b.container.removeClass(f.error+" "+f.notice+" "+f.success+" "+f.info).addClass(a.type…
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js28 error: "ui-state-error", property in styling.jqueryui
46 error: "alert-error", property in styling.bootstrap
238 … styles.container+" ui-pnotify-container "+(opts.type == "error" ? styles.error : (opts.type == "i…
301 …iner.removeClass(styles.error+" "+styles.notice+" "+styles.success+" "+styles.info).addClass(opts.…
H A Djquery.pnotify.min.js12 …o",success:"ui-state-default",success_icon:"ui-icon ui-icon-circle-check",error:"ui-state-error",e… property in u.jqueryui
13 …icon:"icon-info-sign",success:"alert-success",success_icon:"icon-ok-sign",error:"alert-error",erro… property in u.bootstrap
19 …<div />",{"class":f.container+" ui-pnotify-container "+(a.type=="error"?f.error:a.type=="info"?f.i…
21 …pe!=c.type&&b.container.removeClass(f.error+" "+f.notice+" "+f.success+" "+f.info).addClass(a.type…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte3 import { codeErrorStore } from '../error-store.js';
/plugin/guestbook/
H A Dstyle.css66 .guestbookform .error {
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 …pe:"json",success:function(data,textStatus,jqXHR){existingTags=data.tags},error:function(jqXHR,tex…
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md47 * added a way to retrieve the standard and error output incrementally
/plugin/data-au/helper/
H A Daliastextbox.php97 if($this->error) {
/plugin/upgrade/
H A Dstyle.css7 #plugin__upgrade .log-error::before {
H A Dhelper.php68 $this->log('error', $this->getLang('vs_ssl'));
76 $this->log('error', $this->getLang('vs_tgzno') . ' ' . hsc($http->error));
81 $this->log('error', $this->getLang('vs_tgzno'));
123 $this->log('error', $this->getLang('vs_php'), $minphp, phpversion());
147 $this->log('error', $http->error);
148 $this->log('error', $this->getLang('dl_fail'));
154 $this->log('error', $this->getLang('dl_fail'));
184 $this->log('error',
[all...]
/plugin/data/
H A Dbureaucracy_field.php104 if ($this->error) {
/plugin/data/helper/
H A Daliastextbox.php99 if ($this->error) {
/plugin/multiorphan/action/
H A Dmultiorphan.php363 if ( !empty( $httpClient->error ) ) {
364 $event->data['error'] = $httpClient->error;
/plugin/xtern/
H A Dadmin.php114 foreach($errors as $error) {
115 $this->do_check($error, "", $id);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php202 $error = count(static::$types) == 1 ?
205 … throw new UnsupportedAlgorithmException($error . 'This is an unsupported ' . $type . ' key');
/plugin/epub/scripts/
H A Dcss3.php173 $error = 'A fatal error occured during compilation of the CSS files. '.
177 echo "$error\n";
/plugin/ckgedit/scripts/
H A Dcss6.php180 $error = 'A fatal error occured during compilation of the CSS files. '.
184 msg($error);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php323 if ($error = curl_error($this->curl)) {
325 'Curl error thrown for http %s to %s',
333 throw new WebDriverCurlException($msg . "\n\n" . $error);
370 if (isset($value['error'])) {
372 WebDriverException::throwException($value['error'], $message, $results);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php839 $error = 'Line indented incorrectly; expected ';
841 $error .= 'at least ';
846 $error .= '%s tabs, found %s';
852 $error .= '%s spaces, found %s';
861 $message = vsprintf($error, $data);
865 $fix = $phpcsFile->addFixableError($error, $checkToken, $type, $data);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md17 …* Fixed error handler signature to accept a null $context which happens with internal PHP errors (…
65 * Fixed internal type error when mbstring is missing
82 * Fixed GitProcessor type error when there is no git repo present
104 …* Fixed type error in BrowserConsoleHandler when the context array of log records was not associat…
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
170 * Fixed GitProcessor type error when there is no git repo present
213 * Added ability to customize error handling at the Logger level using Logger::setExceptionHandler
274 * Added the $context to context information when the ErrorHandler handles a regular php error
339 …* Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered …
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
[all …]
/plugin/codemirror/dist/modes/
H A Ddockerfile.min.js.map1error\"],\n sol: true\n },\n {\n regex: shellsAsArrayRegex,\n token…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php54 …$this->error('First 8 bytes of file ('.getid3_lib::PrintHexBytes($PNGidentifier).') did not match …
62 $this->error('Failed to read data_length at offset '.$offset);
152 … $this->error('Invalid color_type in tRNS chunk: '.$thisfile_png['IHDR']['raw']['color_type']);

1...<<41424344454647484950>>...73