Beispiel #1
0
 msg._sign.exec(' cat keys.csv | wc -c', function placeholder() {
   return flx.start(flx.m('anonymous-1002', {
     _args: arguments,
     _sign: {
       _this: msg._sign._this
     }
   }));
 });
Beispiel #2
0
 /*msg._sign.*/exec('echo "keys *" | redis-cli --csv > ' + _this.options.keyfilename, function placeholder() {
   return flx.start(flx.m('anonymous-1000', {
     _args: arguments,
     _sign: {
       _this: _this,
       exec: exec
     }
   }));
 });
Beispiel #3
0
 msg._sign.exec('cat keys.csv | grep -o "\\",\\"" | wc -l', function placeholder() {
   return flx.start(flx.m('anonymous-1001', {
     _args: arguments,
     _sign: {
       _this: msg._sign._this,
       exec: msg._sign.exec
     }
   }));
 });
Beispiel #4
0
 fs.writeFile('./static/html/' + k + 'overview.html', _template(v), function placeholder() {
   return flx.start(flx.m('anonymous-1004', {
     _args: arguments,
     _sign: {
       _last: _last,
       k: k,
       _fin: _fin,
       _this: _this
     }
   }));
 });
Beispiel #5
0
 fs.writeFile('./static/html/keyoverview.html', _template(_keytemplatedata), function placeholder() {
   return flx.start(flx.m('anonymous-1005', {
     _args: arguments,
     _sign: {_finCreating : _finCreating}
   }));
 });
Beispiel #6
0
 fs.unlink('./static/html/' + type + 'overview.html', function placeholder() {
   return flx.start(flx.m('anonymous-1003', {
     _args: arguments,
     _sign: {}
   }));
 });
Beispiel #7
0
app.get('/', function placeholder() {
  return flx.start(flx.m('handler-1000', {
    _args: arguments,
    _sign: {}
  }));
});
Beispiel #8
0
 (function handler(req, res) {
   flx.post(flx.m('reply-1001', {
     _args: arguments,
     _sign: { res: res }
   }));
 }.apply(this, msg._args));