This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11114592 events-2.0.0.tgz/events.js:67: EventEmitter.defaultMaxListeners = defaultMaxListeners; | |
11114592 events-2.0.0.tgz/events.js:81: return EventEmitter.defaultMaxListeners; | |
11114592 events-2.0.0.tgz/tests/check-listener-leaks.js:63: events.EventEmitter.defaultMaxListeners = 42; | |
11114592 events-2.0.0.tgz/tests/check-listener-leaks.js:74: events.EventEmitter.defaultMaxListeners = 44; | |
11114592 events-2.0.0.tgz/tests/check-listener-leaks.js:83: events.EventEmitter.defaultMaxListeners = 42; | |
11114592 events-2.0.0.tgz/tests/max-listeners.js:43: assert.throws(function() { events.defaultMaxListeners = obj; }, defError); | |
6328358 mocha-5.0.1.tgz/mocha.js:10649:EventEmitter.defaultMaxListeners = 10; | |
6328358 mocha-5.0.1.tgz/mocha.js:10746: m = EventEmitter.defaultMaxListeners; | |
4886878 eventsource-1.0.5.tgz/example/eventsource-polyfill.js:2339:EventEmitter.defaultMaxListeners = 10; | |
4886878 eventsource-1.0.5.tgz/example/eventsource-polyfill.js:2436: m = EventEmitter.defaultMaxListeners; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
190M react-native-linphone-4.0.0.tgz | |
188M react-present-0.2.1.tgz | |
181M react-native-appboy-sdk-1.4.0.tgz | |
178M react-native-kaltura-player-v3-1.0.1.tgz | |
177M react-native-embryo-0.1.0.tgz | |
176M react-native-huanxinpro-1.0.2.tgz | |
171M react-native-annecy-media-1.4.3.tgz | |
161M react-native-sectioned-multi-select-0.3.4.tgz | |
160M react-native-openalpr-1.1.0.tgz | |
160M react-native-media-editor-0.0.1.tgz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdint.h> | |
#ifdef _MSC_VER | |
#include <intrin.h> /* for rdtscp and clflush */ | |
#pragma optimize("gt",on) | |
#else | |
#include <x86intrin.h> /* for rdtscp and clflush */ | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path.js-1.0.7.tgz/test/path-test.coffee:281: assert.equal path._makeLong(null), null | |
path.js-1.0.7.tgz/test/path-test.coffee:282: assert.equal path._makeLong(100), 100 | |
path.js-1.0.7.tgz/test/path-test.coffee:283: assert.equal path._makeLong(path), path | |
path.js-1.0.7.tgz/test/path-test.coffee:284: assert.equal path._makeLong(false), false | |
path.js-1.0.7.tgz/test/path-test.coffee:285: assert.equal path._makeLong(true), true | |
path.js-1.0.7.tgz/test/win-path-test.coffee:313: assert.equal path._makeLong(null), null | |
path.js-1.0.7.tgz/test/win-path-test.coffee:314: assert.equal path._makeLong(100), 100 | |
path.js-1.0.7.tgz/test/win-path-test.coffee:315: assert.equal path._makeLong(path), path | |
path.js-1.0.7.tgz/test/win-path-test.coffee:316: assert.equal path._makeLong(false), false | |
path.js-1.0.7.tgz/test/win-path-test.coffee:317: assert.equal path._makeLong(true), true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.0 | |
import QtQuick.Particles 2.0 | |
Item { | |
width: 1500 | |
height: 800 | |
Rectangle { | |
color: 'black' | |
anchors.fill: parent | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import QtQuick 2.2 | |
Item { | |
width: 300; height: 300 | |
property bool arg: false | |
Rectangle { | |
id: item | |
color: 'red' | |
width: 100; height: 100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4835626 browserify-zlib-0.1.4.tgz/src/index.js:22:var Transform = require('_stream_transform'); | |
159317 jimp-0.2.27.tgz/browser/lib/jimp.js:984:var Transform=require('_stream_transform');var binding=require('./binding');var util=require('util');var assert=require('assert').ok;// zlib doesn't provide these, so kludge them in following the same | |
25307 steal-1.2.7.tgz/ext/builtin/_stream_duplex.js:30:var Readable = require('_stream_readable'); | |
25307 steal-1.2.7.tgz/ext/builtin/_stream_duplex.js:31:var Writable = require('_stream_writable'); | |
25307 steal-1.2.7.tgz/ext/builtin/_stream_passthrough.js:28:var Transform = require('_stream_transform'); | |
25307 steal-1.2.7.tgz/ext/builtin/_stream_transform.js:66:var Duplex = require('_stream_duplex'); | |
25307 steal-1.2.7.tgz/ext/builtin/stream.js:28:Stream.Readable = require('_stream_readable'); | |
25307 steal-1.2.7.tgz/ext/builtin/stream.js:29:Stream.Writable = require('_stream_writable'); | |
25307 steal-1.2.7.tgz/ext/builtin/stream.js:30:Stream.Duplex = require('_stream_duplex'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12680931 send-0.14.2.tgz/index.js:330: var headers = Object.keys(res._headers || {}) | |
12680931 send-0.14.2.tgz/index.js:408: return fresh(this.req.headers, this.res._headers) | |
12680931 send-0.14.2.tgz/index.js:426: ? ~ifRange.indexOf(this.res._headers['etag']) | |
12680931 send-0.14.2.tgz/index.js:427: : Date.parse(this.res._headers['last-modified']) <= Date.parse(ifRange) | |
12680931 send-0.14.2.tgz/index.js:845: res._headers = {} | |
10044842 express-4.14.1.tgz/lib/request.js:457: return fresh(this.headers, (this.res._headers || {})); | |
4172637 timed-out-4.0.1.tgz/index.js:9: var host = req._headers ? (' to ' + req._headers.host) : ''; | |
4072650 stream-http-2.6.3.tgz/lib/request.js:32: self._headers = {} | |
4072650 stream-http-2.6.3.tgz/lib/request.js:77: self._headers[lowerName] = { | |
4072650 stream-http-2.6.3.tgz/lib/request.js:85: return self._headers[name.toLowerCase()].value |