Home
last modified time | relevance | path

Searched refs:error (Results 1701 – 1725 of 1814) sorted by last modified time

1...<<61626364656667686970>>...73

/plugin/fedauth/js/
H A Dadmin.js110 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
131 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
155 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
179 .error(function() { alert("AJAX error!"); fa_manager._easeitem(sender); });
/plugin/unameban/lang/en/
H A Dintro.txt5 error message telling them about the ban and the explanation you gave.
/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/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jar ... java.lang.Object) Object message public void error (java.lang.Object, java.lang ...
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties.bak107 error=\u9519\u8bef
H A Deditor_de.properties192 error=Fehler key
H A Deditor.properties188 error=Error key
/plugin/logautherror/
H A DREADME.markdown7 **WARNING**: You can config the error message in the admin panel but by default match for fail2ban
/plugin/semanticdata/syntax/
H A Dentry.php176 $error = '';
/plugin/semanticdata/
H A Dbureaucracy_field.php52 if ($this->error) {
/plugin/semanticdata/phpSesame/
H A DphpSesame.php87 throw new Exception ('Phesame engine response error');
174 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
210 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
238 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-…
277 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-…
330 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
358 …throw new Exception ('Failed to set the namespace, HTTP response error: ' . $response->getStatus()…
381 …throw new Exception ('Failed to delete the namespace, HTTP response error: ' . $response->getStatu…
403 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
426 throw new Exception ('Failed to run query, HTTP response error: ' . $response->getStatus());
[all …]
/plugin/icalendar/
H A Dsyntax.php158 if ($this->error) {
159 $renderer->doc .= "Error in Plugin iCalendar: ".$this->error;
274 $this->error = "Could not get '$url': ".$http->status;
/plugin/mindmap/
H A Dsyntax.php253 exec($cmd, $image, $error);
255 if ($error != 0){
/plugin/unusedmedias/admin/
H A Dlist.php25 private $error = ""; variable in admin_plugin_unusedmedias_list
72 $this->error = sprintf($this->getLang('delete_file_in_use'),$mediaToDelete);
76 $this->error = sprintf($this->getLang('delete_file_not_found'),$mediaToDelete);
110 if($this->error != ""){
111 ptln("<div class='error'>".$this->error."</div>");
/plugin/onlineordering/
H A Dsyntax.php139 $content .= $this->getLang('error').'<br />'.$message;
166 $content .= $this->getLang('error').'<br />'.$message;
H A Dstyle.css11 background: #FFAAAA url('images/error.gif') no-repeat;
/plugin/pagemove/
H A Dadmin.php153 foreach($this->errors as $error) {
154 ptln ($error.'<br>');
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js276 error: function(error) { method in Test.Unit.Assertions
278 this.messages.push(error.name + ": "+ error.message + "(" + Test.Unit.inspect(error) +")");
289 catch(e) { this.error(e); }
296 catch(e) { this.error(e); }
303 catch(e) { this.error(e); }
311 catch(e) { this.error(e); }
317 catch(e) { this.error(e); }
337 catch(e) { this.error(e); }
344 catch(e) { this.error(e); }
360 catch(e) { this.error(e); }
[all …]
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function b… function
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js738 …,mousemove,mouseover,mouseout,change,select,submit,keydown,keypress,keyup,error").split(","),funct…
836 }status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xhr)&&"error"||s.ifModified&&jQuery.ht…
1541 }else{if("console" in window&&"error" in window.console){A=function(F,E){if(E!=null){console.error(…
H A Dsimile-ajax-api.js15 error: null, property in SimileAjax
195 … SimileAjax.error = new Error("Failed to derive URL prefix for Simile Ajax API code files"); variable in SimileAjax
/plugin/tline/
H A DCHANGES.txt35 sources.js to sanity check dates and append error messages to event title if
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8error("Method "+g+" does not exist on jQuery.scianimator")}}};e.fn.scianimator.defaults={autoRefre…
/plugin/jsonrpc/
H A DIJR_Server.php32 $this->error(-32700, 'decode error. no correct json string');
36 …$this->error(-32600, 'server error. invalid json-rpc. not conforming to spec. Request must be a me…
40 … $this->error(-32600, 'server error. invalid json-rpc. wrong jsonrpc-spec 2.0 is available');
67 $this->error($res);
143 function error($error, $message = false) function in IJR_Server
145 if ($message && !is_object($error)) {
146 $error = new IJR_Error($error, $message);
150 $result['error']=$error->getJson();

1...<<61626364656667686970>>...73