Skip to content

Instantly share code, notes, and snippets.

@silverwind
Created January 24, 2016 09:56
Show Gist options
  • Save silverwind/1e803579473199e13afd to your computer and use it in GitHub Desktop.
Save silverwind/1e803579473199e13afd to your computer and use it in GitHub Desktop.
doc/api/assert.markdown
133: function() {
143: function() {
154: function() {
331: function() {
340: function() {
349: function() {
352: function(err) {
doc/api/addons.markdown
348: addon(function(msg){
418: void MyFunction(const FunctionCallbackInfo<Value>& args) {
423: void CreateFunction(const FunctionCallbackInfo<Value>& args) {
doc/api/debugger.markdown
17: 2 setTimeout(function () {
31: setTimeout(function () {
44: 2 setTimeout(function () {
50: 2 setTimeout(function () {
56: 2 setTimeout(function () {
133: 22 exports.hello = function() {
doc/api/domain.markdown
351: fs.readFile(filename, 'utf8', d.bind(function(er, data) {
380: fs.readFile(filename, 'utf8', d.intercept(function(data) {
doc/api/events.markdown
39: myEmitter.on('event', function() {
54: myEmitter.on('event', function() {
68: myEmitter.on('event', function(a, b) {
332: var callback = function(stream) {
doc/api/fs.markdown
227: fs.access('/etc/passwd', fs.R_OK | fs.W_OK, function (err) {
doc/api/modules.markdown
20: exports.area = function (r) {
24: exports.circumference = function (r) {
49: module.exports = function(width) {
51: area: function() {
470: function (module, exports) {
doc/api/stream.markdown
930: this._source.ondata = function(chunk) {
937: this._source.onend = function() {
944:SourceWrapper.prototype._read = function(size) {
967:Counter.prototype._read = function() {
1029:SimpleProtocol.prototype._read = function(n) {
1189:transform.prototype._transform = function (data, encoding, callback) {
1194:transform.prototype._transform = function (data, encoding, callback) {
1231:SimpleProtocol.prototype._transform = function(chunk, encoding, done) {
1373: read: function(n) {
1380: write: function(chunk, encoding, next) {
1391: read: function(n) {
1398: writev: function(chunks, next) {
1410: read: function(n) {
1423: transform: function(chunk, encoding, next) {
1432: flush: function(done) {
1446: write: function(chunk, encoding, next) {
1457: writev: function(chunks, next) {
1613:JSONParseStream.prototype._transform = function(chunk, encoding, cb) {
1633:JSONParseStream.prototype._flush = function(cb) {
doc/api/process.markdown
652: maybeSync(true, function() {
866: console.log = function(msg) {
doc/api/readline.markdown
247: rl.on('line', function (line) {
doc/api/repl.markdown
17: > a.forEach(function (v) {
131: > obj.inspect = function() {
204: action: function(name) {
doc/api/util.markdown
58: exports.puts = util.deprecate(function() {
135: MyStream.prototype.write = function(data) {
214: obj.inspect = function(depth) {
226: obj.inspect = function(depth) {
doc/api/zlib.markdown
29: zlib.deflate(input, function(err, buffer) {
36: zlib.unzip(buffer, function(err, buffer) {
doc/api_assets/sh_main.js
93: var output = function(s, style) {
485: request.onreadystatechange = function () {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment