Home
last modified time | relevance | path

Searched refs:error (Results 1776 – 1800 of 1814) sorted by last modified time

1...<<717273

/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt71 backend exception. E.g., if your script dies with some error, it should
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js134 var error = ldObj.load();
135 if (!error) {
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
144 return this._error(error);
H A DJsHttpRequest-script.js134 var error = ldObj.load();
135 if (!error) {
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
144 return this._error(error);
H A DJsHttpRequest.js135 var error = ldObj.load();
136 if (!error) {
143 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
145 return this._error(error);
H A DJsHttpRequest-script-xml.js134 var error = ldObj.load();
135 if (!error) {
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
144 return this._error(error);
H A DJsHttpRequest-xml.js134 var error = ldObj.load();
135 if (!error) {
142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error);
144 return this._error(error);
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js59 error : ['HTMLEvents',1,0], property in eventTypes
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js89 function error(errorMessage) { function
116 error('Incorrect arguments passed to assert function');
129 error('Bad argument to assert(boolean)');
139 error('Bad argument to assertTrue(boolean)');
149 error('Bad argument to assertFalse(boolean)');
/plugin/chat/
H A Dreadme.txt144 * Added error messages when user has insufficient rights
/plugin/googlesearch/
H A Daction.php93 echo $this->locale_xhtml('error');
100 echo '<p><b>Error:</b> <em>'.hsc($API->error).'</em></p>';
H A Dnusoap.php6603 $this->debug('got wsdl error: '.$errstr);
6604 $this->setError('wsdl error: '.$errstr);
H A DGoogleAPI.php11 var $error = ''; variable in GoogleAPI
65 $this->error = $err;
87 $this->error = $err;
/plugin/googlesearch/lang/en/
H A Derror.txt1 ====== An error occured ======
3 Google returned an error for your search. This may be a temporary problem and you can
4 try your search again, by reloading the page. If the error persist try searching
/plugin/txtconf/
H A Dconfig0.class.php389 function error() { return $this->_error; } function in setting0
/plugin/zip/pear/
H A DPEAR.php457 foreach($error_code as $key => $error) {
458 if ($this->_checkDelExpect($error)) {
/plugin/zip/
H A Dadmin.php175 if ($_FILES['zip_file']['error'] != 0) {
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php116 $error = parent::next();
117 if ($error !== true) {
118 return $error;
283 while (($error = $this->next()) === true) {
370 while (($error = $this->next()) === true) { }
371 if (PEAR::isError($error)) {
373 return $error;
H A DArchive.php68 if (!$this->sourceOpened && ($error = $this->source->next()) !== true) {
69 return $error;
H A DTar.php137 $error = parent::next();
138 if ($error !== true) {
139 return $error;
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
148 if (PEAR::isError($error)) {
149 return $error;
250 while (($error = $this->next()) === true) {
339 while (($error = $this->next()) === true) { }
340 if (PEAR::isError($error)) {
342 return $error;
H A DUncompress.php169 if (!$error) {
178 } while (!$error);
218 $error = $this->next();
219 if ($error === false) {
222 return $error;
236 return $error;
280 return $error;
289 $error = $this->next();
291 return $error;
303 $error = $this->next();
[all …]
H A DZip.php92 if (PEAR::isError($error)) {
93 return $error;
162 if (PEAR::isError($error)) {
163 return $error;
216 $error = $this->uncompressData();
217 if (PEAR::isError($error)) {
218 return $error;
319 if (PEAR::isError($error)) {
320 return $error;
397 if (PEAR::isError($error)) {
[all …]
H A DConcat.php57 while (($error = $source->next()) === true) {
69 if (PEAR::isError($error) || PEAR::isError($source->close())) {
71 '('.$error->getMessage().'), cannot continue');
121 $error = $this->source->next();
122 if (PEAR::isError($error)) {
123 return $error;
125 if (!$error) {
H A DDirectory.php78 $error = parent::close();
85 return $error;
105 ($error = $this->source->next()) !== true) {
131 return $error;
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php88 $error = $this->mkdirr($next_pathname);
89 if (PEAR::isError($error)) {
90 return $error;
129 $error = $this->openFile($filename, $pos);
130 if (PEAR::isError($error)) {
131 return $error;
183 if (PEAR::isError($error)) {
184 return $error;
205 $error = $this->mkdirr(substr($complete, 0, $pos));
206 if (PEAR::isError($error)) {
[all …]
H A DMemoryArchive.php86 if (PEAR::isError($error)) {
87 return $error;
90 $error = $this->flush();
92 return $error;
108 $error = $this->flush();
109 if (PEAR::isError($error)) {
110 return $error;
112 $error = $this->sendFooter();
113 if (PEAR::isError($error)) {
114 return $error;
[all …]

1...<<717273