Home
last modified time | relevance | path

Searched refs:errorString (Results 1 – 9 of 9) sorted by path

/plugin/botbouncer/lib/
H A Dmollom.php401 $errorString = @curl_error($curl);
419 …omething went wrong. Maybe the following message can be handy.<br />'. $errorString, $errorNumber);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php31 string $errorString, argument
45 new Exception($errorString, $errorCode)
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js137 ….completeResponse();else{var errorString="Error: the XML response that was returned from the serve…
138 errorString+="\nYou have whitespace at the beginning of your response.";trimmedResponseText=r.respo…
139 errorString+="\nYou have whitespace at the end of your response.";alert(errorString);this.completeR…
141 …)){var errorString="Error: the server returned the following HTTP status: "+r.status;errorString+=…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pgn4web/pgn4web/
H A Dpgn-decoder.js25 var errorString; variable
29 errorString = "error: PGN encoding/decoding mismatch";
30 if (typeof myAlert == "function") { myAlert(errorString); }
31 else { alert(errorString); }
37 errorString = "error: PGN encoding version mismatch (e:" +
39 if (typeof myAlert == "function") { myAlert(errorString); }
40 else { alert(errorString); }
H A Dpgn-encoder.js25 var errorString; variable
29 errorString = "error: PGN encoding/decoding version/charset mismatch";
30 if (typeof myAlert == "function") { myAlert(errorString); }
31 else { alert(errorString); }