Home
last modified time | relevance | path

Searched refs:err (Results 51 – 75 of 261) sorted by relevance

1234567891011

/plugin/solr/
H A Dindex_all.php88 foreach($data['errors'] as $err) {
89 echo "\n{$err['id']}";
/plugin/bpmnio/vendor/dmn-js/
H A DREADME.md26 viewer.importXML(xml, function(err) {
28 if (err) {
29 console.log('error rendering', err);
/plugin/authwordpress/
H A Dauth.php223 $err = $stmt->errorInfo();
224 $this->logDebug("Error $err[1]: $err[2]");
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js700 if (err)
1000 this.handleError(err);
1115 fs.stat(path, function(err, stat) argument
1117 if (err)
1119 fnErr(err);
1271 this.handleFileError(err);
1575 }), mxUtils.bind(this, function(err) argument
1577 file.handleFileError(err, true);
1590 }), mxUtils.bind(this, function(err) argument
1592 file.handleFileError(err, true);
[all …]
H A DGitHubClient.js336 }), mxUtils.bind(this, function(err) argument
342 error(err);
636 }), mxUtils.bind(this, function(err) argument
638 if (err.code == 404)
641 err.code = null;
644 error(err);
688 }), mxUtils.bind(this, function(err) argument
714 }), mxUtils.bind(this, function(err) argument
716 error(err);
896 var error = mxUtils.bind(this, function(err) argument
[all …]
H A DTrelloFile.js136 mxUtils.bind(this, function(err) argument
142 error(err);
H A DNotionFile.js149 mxUtils.bind(this, function(err) argument
155 error(err);
H A DDrawioFileSync.js65 this.pusherErrorListener = mxUtils.bind(this, function(err) argument
67 if (err.error != null && err.error.data != null &&
68 err.error.data.code === 4004)
671 var thread = this.fileChanged(mxUtils.bind(this, function(err) argument
675 mxUtils.bind(this, function(err) argument
677 this.file.handleFileError(err);
750 }), mxUtils.bind(this, function(err) argument
753 this.file.handleFileError(err);
1059 }), mxUtils.bind(this, function(err) argument
1063 error(err);
/plugin/mdpage/
H A Dsyntax.php128 protected function _debug($message, $err, $line, $file = __FILE__) { argument
130 msg($message, $err, $line, $file);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php68 function error_handler( $err ) { argument
69 echo "error = '" . preg_replace( "/['\\\\]/", "\\\\$0", $err ) . "';\n";
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php64 function error_handler( $err ) { argument
65 echo "error = '" . escape_quote( $err ) . "';\n";
/plugin/jplayer/components/
H A Drequire-built.js162 if (err) {
3321 } catch(err) {
5264 } catch(err) { this._flashError(err); }
5292 } catch(err) { this._flashError(err); }
5301 } catch(err) { this._flashError(err); }
5306 } catch(err) { this._flashError(err); }
5312 } catch(err) { this._flashError(err); }
5319 } catch(err) { this._flashError(err); }
5328 } catch(err) { this._flashError(err); }
5348 } catch(err) { this._flashError(err); }
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js211 var err = "";
214 err = 'Filename too short';
1156 }, function(err) argument
1159 console.log(err);
1167 }, function(err) argument
1169 console.log(err);
1314 EmbedFile.prototype.isConflict = function(err) argument
1316 return err != null && err.status == 409;
1474 mxUtils.bind(this, function(err, desc) argument
1481 if (this.isConflict(err))
[all …]
H A Dtickets.js377 var err = req.status
381 err = JSON.parse(req.responseText);
388 ui.handleError({message: err.message});
/plugin/schulzevote/syntax/
H A Dvote.php206 $err = false;
215 $err = true;
225 if ($err || count(array_filter($_POST['vote'])) === 0) return;
/plugin/mantis/lib/
H A Dclass.soap_parser.php76 …$err = "Charset from HTTP Content-Type '" . $encoding . "' does not match encoding from XML declar…
77 $this->debug($err);
79 $this->setError($err);
108 $err = sprintf('XML error parsing SOAP payload on line %d: %s',
111 $this->debug($err);
113 $this->setError($err);
/plugin/fedauth/
H A Dadmin.php37 var $err = ''; variable in admin_plugin_fedauth
/plugin/spellcheck/
H A Dspellcheck.php132 if(!$spell->runAspell($string,$out,$err,array('!','+html','@nbsp'))){
135 print $err;
/plugin/authdrupal7/
H A Dauth.php405 * @param int $err
410 protected function _debug($message, $err, $line, $file) { argument
412 msg($message, $err, $line, $file);
/plugin/authdrupal8/
H A Dauth.php35 $this->_debug("MySQL err: PHP MySQL extension not found.", -1, __LINE__, __FILE__);
41 $this->_debug("MySQL err: insufficient configuration.", -1, __LINE__, __FILE__);
319 $this->_debug("MySQL err: No access to database {$this->getConf('database')}.", -1, __LINE__, __FILE__);
323 "MySQL err: Connection to {$this->getConf('username')}@{$this->getConf('host')} not possible.",
369 $this->_debug('MySQL err: '.mysqli_error($this->dbcon), -1, __LINE__, __FILE__);
399 * @param int $err
404 protected function _debug($message, $err, $line, $file) {
406 msg($message, $err, $line, $file);
430 $this->_debug('MySQL err: '.mysqli_error($this->dbcon), -1, __LINE__, __FILE__);
415 _debug($message, $err, $line, $file) global() argument
/plugin/quickstats/
H A Daction.php102 $err = "";
121 $err = $e->getMessage();
125 $err .= $this->getLang('missing_mmdb_warning');
130 if($INFO['isadmin'] && $err) msg($err,2);
/plugin/piwik/
H A Dcode.php51 } catch( err ) {}
/plugin/message/
H A Dadmin.php68 $ok = $ok & $this->ecritFichier($conf['cachedir'].'/message_error.txt', $_POST['err']);
/plugin/authsplit/
H A Dauth.php21 * @param int $err -1 for error, 0 for info, 1 for success
26 protected function _debug($message, $err, $line, $file) { argument
29 msg($message, $err, $line, $file);
/plugin/phpbblinks/
H A Daction.php261 $con = @mysql_connect( $host , $user , $pass) or $err = @mysql_error();
264 $this->admMsg('Database connection failed '.$err,-1);

1234567891011