Home
last modified time | relevance | path

Searched refs:error (Results 601 – 625 of 1814) sorted by relevance

1...<<21222324252627282930>>...73

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDailymotion.php96 } elseif (isset($data['error_description']) || isset($data['error'])) {
100 isset($data['error_description']) ? $data['error_description'] : $data['error']
H A DHeroku.php82 } elseif (isset($data['error_description']) || isset($data['error'])) {
86 isset($data['error_description']) ? $data['error_description'] : $data['error']
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php67 $message = sprintf('cURL error: "%s"', curl_error($ch));
68 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]);
77 $message = sprintf('HTTP error: %d', $info['http_code']);
78 $this->logger->error($message, ['context' => LogContext::REMOTE_CONTENT]);
114 $this->logger->error(sprintf('Socket error "%s": "%s"', $errno, $errstr), ['context' => LogContext::REMOTE_CONTENT]);
/plugin/etherpadlite/scripts/
H A Detherpadlite.js22 if (data.error) {
23 alert(data.error);
80 if (data.error) {
81 alert(data.error);
210 if (data.error) {
211 alert(data.error);
268 if (data.error) {
269 alert(data.error);
368 if (data.error) {
597 if (data.error) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php265 $error = $DOM->createElementNS('DAV:', 'd:error');
266 $error->setAttribute('xmlns:s', self::NS_SABREDAV);
267 $DOM->appendChild($error);
276 … $error->appendChild($DOM->createElement('s:sabredav-version', $h(Version::VERSION)));
279 $error->appendChild($DOM->createElement('s:exception', $h(get_class($e))));
280 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
282 $error->appendChild($DOM->createElement('s:file', $h($e->getFile())));
283 $error->appendChild($DOM->createElement('s:line', $h($e->getLine())));
284 $error->appendChild($DOM->createElement('s:code', $h($e->getCode())));
298 $error->appendChild($xPrevious);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php259 $error = $DOM->createElementNS('DAV:', 'd:error');
260 $error->setAttribute('xmlns:s', self::NS_SABREDAV);
261 $DOM->appendChild($error);
270 … $error->appendChild($DOM->createElement('s:sabredav-version', $h(Version::VERSION)));
273 $error->appendChild($DOM->createElement('s:exception', $h(get_class($e))));
274 $error->appendChild($DOM->createElement('s:message', $h($e->getMessage())));
276 $error->appendChild($DOM->createElement('s:file', $h($e->getFile())));
277 $error->appendChild($DOM->createElement('s:line', $h($e->getLine())));
278 $error->appendChild($DOM->createElement('s:code', $h($e->getCode())));
292 $error->appendChild($xPrevious);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php439 public $error; variable in Google_BackupRun
468 public function setError(Google_OperationError $error) { argument
469 $this->error = $error;
472 return $this->error;
665 public $error; variable in Google_InstanceOperation
691 public function setError(/* array(Google_OperationError) */ $error) { argument
692 $this->assertIsArray($error, 'Google_OperationError', __METHOD__);
693 $this->error = $error;
696 return $this->error;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php115 $error = 'Duplicate class definition found; first defined on line %s';
117 $phpcsFile->addError($error, $next, 'Found', $data);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.exe.php34 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
59 …$this->error('EXE parsing not enabled in this version of getID3() ['.$this->getid3->version().']');
H A Dmodule.audio.aac.php102 $this->error('Corrupt AAC file: bitrate_audio == zero');
260 …$this->error('AAC-ADIF synch not found at offset '.$info['avdataoffset'].' (expected "ADIF", found…
335 …$this->error('Failed to read 7 bytes at offset '.($this->ftell() - $substringlength).' (only read …
345 …$this->error('Synch pattern (0x0FFF) not found at offset '.($this->ftell() - $substringlength).' (…
390 $this->error('Corrupt AAC file: sample_frequency == zero');
443 $this->error('Corrupt AAC file: playtime_seconds == zero');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php105 $error = 'Duplicate %s name "%s" found; first defined in %s on line %s';
112 $phpcsFile->addWarning($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php98 $error = 'End of line character is invalid; expected "%s" but found "%s"';
108 $fix = $phpcsFile->addFixableError($error, 0, 'InvalidEOLChar', $data);
/plugin/combo/ComboStrap/
H A DHorizontal.php48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
/plugin/elwikiupgrade/
H A DHTTPClient.php47 var $error; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
176 $this->error = '';
216 $this->error = 'This PHP version does not support SSL - cannot connect to server';
273 $this->error = "Could not connect to $server:$port\n$errstr ($errno)";
287 $this->error = $e->getMessage();
338 $this->error = 'Reported content length exceeds allowed response size';
419 $this->error = 'Allowed response size exceeded';
461 $this->error = 'Allowed response size exceeded';
467 $this->error = $err->getMessage();
488 $this->error = 'Failed to decompress gzip encoded content';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseKeywordSniff.php131 $error = 'PHP keywords must be lowercase; expected "%s" but found "%s"';
137 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Found', $data);
/plugin/googlesearch/
H A Daction.php93 echo $this->locale_xhtml('error');
100 echo '<p><b>Error:</b> <em>'.hsc($API->error).'</em></p>';
/plugin/onlineordering/
H A Dsyntax.php139 $content .= $this->getLang('error').'<br />'.$message;
166 $content .= $this->getLang('error').'<br />'.$message;
/plugin/move/script/
H A Dprogress.js12 * Set visibility of buttons according to current error state
33 * @param {bool} skip should an error be skipped?
36 // clear error output
53 if (data.error) {
54 $this.find('.output').html('<p><div class="error">' + data.error + '</div></p>');
78 // should the next error be skipped?
/plugin/slacknotifier/
H A Daction.php58 throw new RuntimeException('Logic error: in rename is false after rename');
151 'http_error' => $http->error,
153 Logger::error('Error posting to Slack', $ctx, __FILE__, __LINE__);
/plugin/projects/lib/
H A Dmaker.php214 foreach ($this->errors as $name => $error)
318 private function add_error($name, $error) { argument
319 add_error($this->errors, $name, $error);
331 function add_error(&$errors, $name, $error) { argument
333 $errors[$name] = array($error);
335 $errors[$name][] = $error;
/plugin/facebookalbum/
H A Dfacebook.php65 $error = $this->result['error'];
66 if (is_string($error)) {
68 return $error;
69 } else if (is_array($error)) {
71 if (isset($error['type'])) {
72 return $error['type'];
/plugin/bez/action/
H A Ddefault.php269 foreach ($this->errors as $error) {
270 echo '<div class="error">';
271 if ($error['header'] === NULL) {
272 echo $error['value'];
274 echo '<strong>'.$error['header'].'</strong>: '.$error['value'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php151 $error = 'Call-time pass-by-reference calls are prohibited';
152 $phpcsFile->addError($error, $tokenBefore, 'NotAllowed');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DDisallowSelfActionsSniff.php123 …$error = "Static calls to public methods in Action classes must not use the $type keyword; use %s:…
128 $phpcsFile->addError($error, $token, 'Found'.ucfirst($funcData['type']), $data);
/plugin/elasticsearch/
H A Dcli.php76 $this->error($e->getMessage());
88 $this->error('No command provided');

1...<<21222324252627282930>>...73