Home
last modified time | relevance | path

Searched refs:err (Results 1 – 25 of 261) sorted by relevance

1234567891011

/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php24 $out = $err = ''; variable
48 if (in_array(\STDERR, $w) && strlen($err) > 0) {
49 $written = fwrite(\STDERR, (string) $err, 32768);
53 $err = (string) substr($err, $written); variable
55 if (null === $read && '' === $err) {
63 $err .= $str;
/plugin/diagramsnet/lib/
H A DelectronFilesWorker.js44 fs.readFile(fileObject.path, writeEnc, (err, writtenData) =>
65 fs.unlink(fileObject.bkpPath, (err) => {}); //Ignore errors!
79 fs.copyFile(fileObject.path, fileObject.bkpPath, COPYFILE_EXCL, (err) =>
81 if (!err)
97 fs.stat(fileObject.path, function(err, stat) argument
103 else if (err != null && err.code !== 'ENOENT')
105 postMessage({error: true, msg: 'stat failed', e: err, reqId: reqId});
/plugin/hcalendar/syntax/
H A Dhelper.php16 …@list($start_yy,$start_mth,$start_day,$start_hh,$start_min,$start_sec,$start_data, $err) = hcal_pa…
17 if (!isset($err)) {
19 …@list($end_yy,$end_mth,$end_day,$end_hh,$end_min,$end_sec,$end_data, $err) = hcal_parseEntry($end_…
28 $err);
36 $err = "Wrong time format";
49 if (!isset($time_date)) { $err = 'No Time date';}
58 return array($time_yy,$time_mth,$time_day,$time_hh,$time_min,$time_sec, $time, $err);
62 $err = null;
69 return array($time_yy,$time_mth,$time_day,$time_hh,$time_min,$time_sec,null,$err);
/plugin/googlesearch/
H A DGoogleAPI.php56 $err = $this->soapclient->getError();
64 if ($err) {
65 $this->error = $err;
84 $err = $soapclient->getError();
86 if ($err){
87 $this->error = $err;
/plugin/barcodes/vendor/
H A Dautoload.php9 …$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSI… variable
12 fwrite(STDERR, $err);
14 echo $err;
18 $err,
/plugin/upgrade/vendor/
H A Dautoload.php9 $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; variable
12 fwrite(STDERR, $err);
14 echo $err;
18 $err,
/plugin/dw2pdf/vendor/
H A Dautoload.php9 $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; variable
12 fwrite(STDERR, $err);
14 echo $err;
18 $err,
/plugin/aichat/vendor/
H A Dautoload.php9 $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL; variable
12 fwrite(STDERR, $err);
14 echo $err;
18 $err,
/plugin/bpmnio/script/
H A Dbpmnio_render.js18 } catch (err) {
19 container.textContent = err;
20 console.log(err.message, err.warnings);
87 } catch (err) {
88 console.log(err);
125 } catch (err) {
126 console.warn(err.message);
/plugin/bpmnioeditor/
H A Dscript.js144 } catch (err) {
145 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err);
152 } catch (err) {
153 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err);
193 } catch (err) {
194 console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err);
226 } catch (err) {
227 console.error(LANG.plugins.bpmnioeditor.error_saving_bpmn, err);
252 } catch (err) {
253 … console.log(LANG.plugins.bpmnioeditor.error_loading_bpmn, err.message, err.warnings);
/plugin/bez/action/
H A Dmigration.php64 $err = $db->errorInfo();
65 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
97 $err = $db->errorInfo();
98 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
138 $err = $db->errorInfo();
139 msg($err[
[all...]
/plugin/odt2dw/
H A Daction.php274 $err = -1;
277 $err = 1;
280 $err = 0;
284 $err = $type;
293 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
296 msg( 'odt2dw : '.$content, $err );
300 if ( $err == -1 ) return false;
416 $this->err['ok'] = array();
429 } else $this->err[$pict] = 'rename';
430 } else $this->err[$pict] = 'unzip';
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DTaskQueue.php25 $err = error_get_last();
26 if (!$err || ($err['type'] ^ E_ERROR)) {
/plugin/spellcheck/
H A Daspell.php165 function runAspell($text,&$out,&$err,$specials=null){ argument
186 $rc = $this->execPipe($command,$stdin,$out,$err);
188 $err = "Could not run Aspell '".ASPELL_BIN."'";
210 if ($err){
212 $err = "Aspell returned an error(".ASPELL_BIN." exitcode: $rc ):\n".$err;
290 if($this->runAspell("^$word",$out,$err)){
/plugin/odtplus2dw/
H A Daction.php291 $err = -1;
294 $err = 1;
297 $err = 0;
301 $err = $type;
304 if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err : '.$err.'</p>';
307 if ( !$force && $this->debug == 0 ) return ( $err == -1 ? false : true );
310 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
313 msg( 'odtplus2dw : '.$content, $err );
317 if ( $err
[all...]
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php158 $err = 0;
175 $err |= ($c0 | $c1 | $c2 | $c3) >> 8;
191 $err |= ($c0 | $c1 | $c2) >> 8;
198 $err |= ($c0 | $c1) >> 8;
200 $err |= 1;
203 $check = ($err === 0);
H A DBase32.php228 $err = 0;
259 $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5 | $c6 | $c7) >> 8;
289 $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5 | $c6) >> 8;
309 $err |= ($c0 | $c1 | $c2 | $c3 | $c4 | $c5) >> 8;
326 $err |= ($c0 | $c1 | $c2 | $c3 | $c4) >> 8;
340 $err |= ($c0 | $c1 | $c2 | $c3) >> 8;
352 $err |= ($c0 | $c1 | $c2) >> 8;
361 $err |= ($c0 | $c1) >> 8;
367 $err |= ($c0) >> 8;
370 $check = ($err === 0);
/plugin/htmlokay/
H A Dsyntax.php286 $err = array();
290 $err[] = $m;
293 if (count($err))
295 return $this->getError(HTML_OK_BADFNNAME, $match, $err);
338 $err = array();
341 $err[] = $m;
343 if (count($err))
345 return $this->getError(HTML_OK_BADSELECTOR, $match, $err);
351 $err = array();
356 $err[] = $m;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js89 promise['catch'](mxUtils.bind(this, function(err) argument
95 if (err != null && err.status === 401 && !failOnAuth)
289 promise['catch'](mxUtils.bind(this, function(err) argument
295 if (err != null && (err.status == 500 || err.status == 400 ||
296 err.status == 401))
456 checkPromise['catch'](function(err)
460 if (acceptResponse && err != null && err.status == 409)
504 promise['catch'](mxUtils.bind(this, function(err) argument
512 if (err != null && (err.status == 500 || err.status == 400 ||
513 err.status == 401))
[all …]
H A DGitHubFile.js79 GitHubFile.prototype.isConflict = function(err) argument
81 return err != null && err.status == 409;
265 mxUtils.bind(this, function(err) argument
269 if (this.isConflict(err))
282 error(err);
H A DGitLabFile.js56 GitLabFile.prototype.isConflict = function(err) argument
58 return err != null && err.status == 400;
/plugin/authgoogle/google/io/
H A DGoogle_REST.php57 $err = 'Error calling ' . $response->getRequestMethod() . ' ' . $response->getUrl();
61 $err .= ": ({$decoded['error']['code']}) {$decoded['error']['message']}";
63 $err .= ": ($code) $body";
66 throw new Google_ServiceException($err, $code, null, $decoded['error']['errors']);
/plugin/register/
H A Dsyntax.php58 private function err(&$renderer, $msg) { $this->_msg($renderer, "error", $msg); } function in syntax_plugin_register
71 $this->err($renderer, "failed to create output dir '$dir'");
144 $this->err($renderer, "invalid xml file name '".$keys["xml"]."'");
156 $this->err($renderer, "unable to read xml file '$xml'");
167 $this->err($renderer, "XML error: %s at line %d",
232 $this->err($renderer, "incoming data from handle() is not an array");
243 $this->err($renderer, "get_output_pieces() failed");
250 $this->err($renderer, "generate_image() failed");
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js162 if (err) {
163 e.originalError = err;
507 function onError(err, errback) { argument
512 errback(err);
527 req.onError(err);
676 return onError(err);
823 var err, cjsModule,
870 if (err) {
988 onError(err);
1775 req.onError = function (err) { argument
[all …]
/plugin/jplayer/components/
H A Drequire.js162 if (err) {
163 e.originalError = err;
507 function onError(err, errback) { argument
512 errback(err);
527 req.onError(err);
676 return onError(err);
823 var err, cjsModule,
870 if (err) {
988 onError(err);
1775 req.onError = function (err) { argument
[all …]

1234567891011