Home
last modified time | relevance | path

Searched refs:socketId (Results 1 – 6 of 6) sorted by relevance

/plugin/revealjs/plugin/notes-server/
H A Dclient.js7 socketId = Math.random().toString().slice( 2 ); variable
9 console.log( 'View slide notes at ' + window.location.origin + '/notes/' + socketId );
11 window.open( window.location.origin + '/notes/' + socketId, 'notes-' + socketId );
24 socketId: socketId, property in post.messageData
H A Dindex.js51 socketId : req.params.socketId
/plugin/revealjs/plugin/multiplex/
H A Dclient.js3 var socketId = multiplex.id; variable
8 if (data.socketId !== socketId) { return; }
H A Dindex.js21 if (createHash(data.secret) === data.socketId) {
23 socket.broadcast.emit(data.socketId, data);
49 res.send({secret: secret, socketId: createHash(secret)});
H A Dmaster.js15 socketId: multiplex.id property in post.messageData
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...