Lines Matching refs:echo
231 echo: function f(text) {
251 }else if(this.echo._clearPending){
252 delete this.echo._clearPending;
256 if(this.jqTerm) this.jqTerm.echo(text);
331 SF.addMsgHandler(['stdout', 'stderr'], (ev)=>SF.echo(ev.data));
464 this.echo._clearPending = true;
558 SF.echo("Export failed:",ev.error);
569 SF.echo("Exported (possibly auto-downloaded):",ev.filename);
585 SF.echo("Loading",f.name,"...");
588 SF.echo("Loading progress:",ev.loaded,"of",ev.total,"bytes.");
593 SF.echo("Loaded",f.name+". Opening db...");
601 SF.echo("Loading",f.name,"failed for unknown reasons.");
605 SF.echo("Cancelled loading of",f.name+".");
806 SF.echo('This experimental app is provided in the hope that it',