Skip to content

Instantly share code, notes, and snippets.

@ChALkeR
Created February 4, 2016 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChALkeR/16d0fcd8ff17568a9747 to your computer and use it in GitHub Desktop.
Save ChALkeR/16d0fcd8ff17568a9747 to your computer and use it in GitHub Desktop.
Grep for «GLOBAL[\.\[]» in 2016-01-28 dataset of npm modules, sorted by downloads per month
1002629 mout-0.11.1.tgz/src/lang/isFinite.js:9: is = GLOBAL.isFinite( parseFloat(val) );
1002629 mout-0.11.1.tgz/src/lang/isFinite.js:12: is = GLOBAL.isFinite( val );
1002629 mout-0.11.1.tgz/lang/isFinite.js:13: is = GLOBAL.isFinite( val );
1002629 mout-0.11.1.tgz/lang/isFinite.js:10: is = GLOBAL.isFinite( parseFloat(val) );
886083 whet.extend-0.9.9.tgz/test/test_helper.coffee:6:GLOBAL.expect = chai.expect # to work with 'undefined' - should cant it
886083 whet.extend-0.9.9.tgz/test/test_helper.coffee:5:GLOBAL.should = chai.should()
886083 whet.extend-0.9.9.tgz/test/test_helper.coffee:11:GLOBAL.lib_path = '../lib/'
218526 sumeru-0.10.4.tgz/sumeru/src/newPkg.js:266: GLOBAL[rootName] = global[rootName]; // 在node端仍然绑定到全局空间一个名为sumeru的对像
218526 sumeru-0.10.4.tgz/sumeru/server/run.js:35:GLOBAL.SUMERU_DEFAULT_CONTROLLER;
218526 sumeru-0.10.4.tgz/sumeru/server/run.js:34:GLOBAL.App = {},GLOBAL.Model = {};
157374 wd-0.4.0.tgz/test/helpers/skip.js:3:GLOBAL.skip = function () {
157374 wd-0.4.0.tgz/test/helpers/setup.js:99:GLOBAL.should = chai.should();
157374 wd-0.4.0.tgz/test/helpers/setup.js:98:GLOBAL.expect = chai.expect;
157374 wd-0.4.0.tgz/test/helpers/setup.js:97:GLOBAL.AssertionError = chai.AssertionError;
157374 wd-0.4.0.tgz/test/helpers/setup.js:91:GLOBAL.Q = GLOBAL.wd.Q;
157374 wd-0.4.0.tgz/test/helpers/setup.js:84:GLOBAL.prepareJs = function(script) {
157374 wd-0.4.0.tgz/test/helpers/setup.js:7:GLOBAL.uuidLib = require('node-uuid');
157374 wd-0.4.0.tgz/test/helpers/setup.js:76:GLOBAL.sauceJobTitle = function(title) {
157374 wd-0.4.0.tgz/test/helpers/setup.js:63:GLOBAL.mergeDesired = function(desired, extra){
157374 wd-0.4.0.tgz/test/helpers/setup.js:5:GLOBAL.wd = require('../../lib/main');
157374 wd-0.4.0.tgz/test/helpers/setup.js:41:GLOBAL.midwayUrl = function(testSuite, cat, title){
157374 wd-0.4.0.tgz/test/helpers/setup.js:101:GLOBAL.Express = require("./express-helper").Express;
157374 wd-0.4.0.tgz/test/helpers/env.js:4:var env = GLOBAL.env = {};
157374 wd-0.4.0.tgz/test/helpers/env.js:1:GLOBAL._ = require('../../lib/lodash');
54087 ioredis-1.14.0.tgz/test/helpers/global.js:9:GLOBAL.MockServer = require('./mock_server');
54087 ioredis-1.14.0.tgz/test/helpers/global.js:8:GLOBAL.Redis = require('../..');
54087 ioredis-1.14.0.tgz/test/helpers/global.js:6:GLOBAL.stub = sinon.stub.bind(sinon);
54087 ioredis-1.14.0.tgz/test/helpers/global.js:3:GLOBAL.expect = require('chai').expect;
43610 react-native-0.18.1.tgz/Libraries/Utilities/ErrorUtils.js:27:module.exports = GLOBAL.ErrorUtils;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:33: GLOBAL.MutationObserver = undefined;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:28: GLOBAL.document.createElement = null;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:27: if (GLOBAL.document) {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:21: GLOBAL.Image = {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:16: GLOBAL.Text = {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:173: GLOBAL.process.env.NODE_ENV = __DEV__ ? 'development' : 'production';
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:172: if (!GLOBAL.process.env.NODE_ENV) {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:171: GLOBAL.process.env = GLOBAL.process.env || {};
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:170: GLOBAL.process = GLOBAL.process || {};
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:154: Object.defineProperty(GLOBAL.navigator, 'product', {value: 'ReactNative'});
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:150: polyfillGlobal('geolocation', require('Geolocation'), GLOBAL.navigator);
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:149: GLOBAL.navigator = GLOBAL.navigator || {};
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:132: GLOBAL.Promise = require('Promise');
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:121: GLOBAL.alert = function(text) {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:120: if (!GLOBAL.alert) {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:113: GLOBAL.requestAnimationFrame = function(cb) {
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:112: GLOBAL.cancelAnimationFrame = JSTimers.clearInterval;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:111: GLOBAL.clearImmediate = JSTimers.clearImmediate;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:110: GLOBAL.clearInterval = JSTimers.clearInterval;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:109: GLOBAL.clearTimeout = JSTimers.clearTimeout;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:108: GLOBAL.setImmediate = JSTimers.setImmediate;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:107: GLOBAL.setInterval = JSTimers.setInterval;
43610 react-native-0.18.1.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:106: GLOBAL.setTimeout = JSTimers.setTimeout;
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:73: GLOBAL.cancelAnimationFrame(id);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:69: GLOBAL.clearImmediate(id);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:65: GLOBAL.clearInterval(id);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:61: GLOBAL.clearTimeout(id);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:56:var _requestAnimationFrame = setter(GLOBAL.requestAnimationFrame, _cancelAnimationFrame, _rafs);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:55:var _cancelAnimationFrame = clearer(GLOBAL.cancelAnimationFrame, _rafs);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:52:var _setImmediate = setter(GLOBAL.setImmediate, _clearImmediate, _immediates);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:51:var _clearImmediate = clearer(GLOBAL.clearImmediate, _immediates);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:48:var _setInterval = setter(GLOBAL.setInterval, function() {/* noop */}, _intervals);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:47:var _clearInterval = clearer(GLOBAL.clearInterval, _intervals);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:44:var _setTimeout = setter(GLOBAL.setTimeout, _clearTimeout, _timeouts);
40713 react-timer-mixin-0.13.3.tgz/TimerMixin.js:43:var _clearTimeout = clearer(GLOBAL.clearTimeout, _timeouts);
32789 captains-log-0.11.11.tgz/index.js:80: if ( options.globalizeAs ) GLOBAL[options.globalizeAs] = callableLogger;
21401 augur.js-0.13.17.tgz/qtest.js:3: GLOBAL.stub = {
12662 papi-0.25.0.tgz/lib/tools.js:83: if (GLOBAL.Promise) {
11980 random-js-1.0.8.tgz/spec/RandomSpec.js:63: GLOBAL.Date = realDate;
11980 random-js-1.0.8.tgz/spec/RandomSpec.js:61: expect(GLOBAL.Date).toHaveBeenCalled();
11980 random-js-1.0.8.tgz/spec/RandomSpec.js:51: var realDate = GLOBAL.Date;
11130 jasmine_react-1.2.4.tgz/test/unit/component_helpers_test.js:29: expect(GLOBAL.helloComponent.isMounted()).toBeTruthy();
11130 jasmine_react-1.2.4.tgz/test/unit/component_helpers_test.js:28: expect(GLOBAL.helloComponent).toBeTruthy();
11130 jasmine_react-1.2.4.tgz/lib/jasmine_react.js:33: this.subject = GLOBAL.subject = undefined;
11130 jasmine_react-1.2.4.tgz/lib/jasmine_react.js:28: GLOBAL.subject = this.subject;
10564 mqlight-1.0.2016010409.tgz/mqlight.js:42:var logger = GLOBAL.logger;
10564 mqlight-1.0.2016010409.tgz/mqlight.js:41:exports.logger = GLOBAL.logger;
10564 mqlight-1.0.2016010409.tgz/mqlight.js:32:GLOBAL.logger = require('./mqlight-log');
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:83: GLOBAL.LOAD_SLAVE_CHAINS = function () {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:60: var fayeClient = new GLOBAL.Faye.Client(server + "/messaging", {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:28: SESSION_FRAME_GLOBAL.buster.env = {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:24: var subscription = GLOBAL.FAYE_EVENT_LISTENING_UTILS.on(fayeClient, sessionClientToSlavesEventContextPath, event, handler);
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:23: SESSION_FRAME_GLOBAL.buster.on = function (event, handler) {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:19: var publication = GLOBAL.FAYE_EVENT_LISTENING_UTILS.emit(fayeClient, slaveToSessionClientEventContextPath, event, {data: data, slaveId: slaveId, event: event});
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:18: SESSION_FRAME_GLOBAL.buster.emit = function (event, data) {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:17: SESSION_FRAME_GLOBAL.buster = SESSION_FRAME_GLOBAL.buster || {};
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:16: GLOBAL.INJECT_BUSTER_INTO_SESSION_FRAME = function (SESSION_FRAME_GLOBAL) {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:111: HEADER_FRAME_GLOBAL.buster.onConnectionStatusChange = function (handler) {
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:110: HEADER_FRAME_GLOBAL.buster = {};
7917 ramp-2.0.1.tgz/lib/ramp-slave-chains-frameset.js:109: GLOBAL.INJECT_BUSTER_INTO_HEADER_FRAME = function (HEADER_FRAME_GLOBAL) {
7917 ramp-2.0.1.tgz/lib/faye-event-listening-utils.js:42: GLOBAL.FAYE_EVENT_LISTENING_UTILS = {
7787 co-glob-0.0.2.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
6124 httpplease-0.16.4.tgz/Gruntfile.js:136: GLOBAL.httppleaseplugins = require('./plugins');
6124 httpplease-0.16.4.tgz/Gruntfile.js:135: GLOBAL.httpplease = require('./lib/index');
6124 httpplease-0.16.4.tgz/Gruntfile.js:134: GLOBAL.chai = require('chai');
5838 seed-random-2.2.0.tgz/index.js:154: GLOBAL.screen, tostring(pool)];
5838 seed-random-2.2.0.tgz/index.js:153: return [+new Date, GLOBAL, GLOBAL.navigator && GLOBAL.navigator.plugins,
5838 seed-random-2.2.0.tgz/index.js:150: GLOBAL.crypto.getRandomValues(seed = new Uint8Array(width));
5195 ft-next-express-15.9.0.tgz/test/app.test.js:284: expect(GLOBAL.fetch).to.not.equal(realFetch);
5195 ft-next-express-15.9.0.tgz/test/app.test.js:279: var realFetch = GLOBAL.fetch;
5195 ft-next-express-15.9.0.tgz/test/app.test.js:250: GLOBAL.fetch.restore();
4371 felix-couchdb-1.0.8.tgz/test/common.js:14:GLOBAL.client = couchdb.createClient(undefined, undefined, undefined, undefined, 0);
3787 copy-paste-1.1.4.tgz/index.js:110: GLOBAL.paste = exports.paste;
3787 copy-paste-1.1.4.tgz/index.js:109: GLOBAL.copy = exports.copy;
3765 cozy-controller-2.0.41.tgz/tests/env_test.coffee:43: conf.get('env').global.GLOBAL.should.equal "testGlobal"
3475 bipio-0.4.64.tgz/tools/update-transforms.js:30:// if (GLOBAL.CFG.updateTransforms) {
3475 bipio-0.4.64.tgz/tools/triage.js:63: mPath = GLOBAL.SERVER_ROOT + '/../node_modules/bip-pod-' + podName + '/bpm.json';
3475 bipio-0.4.64.tgz/tools/set_user_level.js:56: if (level === GLOBAL.DEFS.ACCOUNT_LEVEL[k]) {
3475 bipio-0.4.64.tgz/tools/set_user_level.js:55: for (var k in GLOBAL.DEFS.ACCOUNT_LEVEL) {
3475 bipio-0.4.64.tgz/tools/set_user_level.js:42: levels = Object.keys(GLOBAL.CFG.modules.permissions.config.plans).join('|')
3475 bipio-0.4.64.tgz/tools/setup.js:87:GLOBAL.SERVER_ROOT = path.resolve(__dirname);
3475 bipio-0.4.64.tgz/tools/setup.js:86:GLOBAL.CFG = sparseConfig;
3475 bipio-0.4.64.tgz/tools/setup.js:76:GLOBAL.app = {
3475 bipio-0.4.64.tgz/tools/setup.js:75:GLOBAL.DEFS = defs;
3475 bipio-0.4.64.tgz/tools/setup.js:510: GLOBAL.CFG = sparseConfig;
3475 bipio-0.4.64.tgz/tools/setup.js:383: account_level : GLOBAL.DEFS.ACCOUNT_LEVEL.ADMIN,
3475 bipio-0.4.64.tgz/tools/pod-install.js:98: var configFile = GLOBAL.CFG.getConfigSources()[0].name,
3475 bipio-0.4.64.tgz/tools/pod-install.js:108: var imgDir = GLOBAL.CFG.modules.cdn.config.data_dir + "/perm/cdn/img/pods";
3475 bipio-0.4.64.tgz/tools/create_user.js:20: }, accountLevel || GLOBAL.DEFS.ACCOUNT_LEVEL.USER);
3475 bipio-0.4.64.tgz/tools/avsnarf.js:30: dstPath = process.argv[4] ? process.argv[4] : GLOBAL.CFG.datadir + '/perm/cdn/img/av/'
3475 bipio-0.4.64.tgz/tests/models/domain.js:7:domainPublic = GLOBAL.CFG.domain_public.split(':').shift();
3475 bipio-0.4.64.tgz/tests/models/domain.js:20: acct.user.username.should.equal(GLOBAL.CFG.testing_user.username);
3475 bipio-0.4.64.tgz/tests/models/domain.js:13: GLOBAL.CFG.testing_user.password,
3475 bipio-0.4.64.tgz/tests/models/domain.js:12: GLOBAL.CFG.testing_user.username,
3475 bipio-0.4.64.tgz/tests/models/bip.js:72: acct.user.username.should.equal(GLOBAL.CFG.testing_user.username);
3475 bipio-0.4.64.tgz/tests/models/bip.js:65: GLOBAL.CFG.testing_user.password,
3475 bipio-0.4.64.tgz/tests/models/bip.js:64: GLOBAL.CFG.testing_user.username,
3475 bipio-0.4.64.tgz/tests/models/bip.js:20: acct.user.username.should.equal(GLOBAL.CFG.testing_user.username);
3475 bipio-0.4.64.tgz/tests/models/bip.js:13: GLOBAL.CFG.testing_user.password,
3475 bipio-0.4.64.tgz/tests/models/bip.js:12: GLOBAL.CFG.testing_user.username,
3475 bipio-0.4.64.tgz/tests/managers/dao.js:72: acct.user.username.should.equal(GLOBAL.CFG.testing_user.username);
3475 bipio-0.4.64.tgz/tests/managers/dao.js:35: acct.user.username.should.equal(GLOBAL.CFG.testing_user.username);
3475 bipio-0.4.64.tgz/tests/managers/dao.js:28: GLOBAL.CFG.testing_user.password,
3475 bipio-0.4.64.tgz/tests/managers/dao.js:27: GLOBAL.CFG.testing_user.username,
3475 bipio-0.4.64.tgz/tests/managers/dao.js:109: acct.user.username.should.equal(GLOBAL.CFG.testing_user.username);
3475 bipio-0.4.64.tgz/tests/managers/dao.js:102: GLOBAL.CFG.testing_user.password,
3475 bipio-0.4.64.tgz/tests/managers/dao.js:101: GLOBAL.CFG.testing_user.username,
3475 bipio-0.4.64.tgz/src/worker.js:44: var forks = GLOBAL.CFG.server.forks ? GLOBAL.CFG.server.forks : require('os').cpus().length;
3475 bipio-0.4.64.tgz/src/server.js:439: app.logmessage('Listening on :' + GLOBAL.CFG.server.port + ' in "' + restapi.settings.env + '" mode...');
3475 bipio-0.4.64.tgz/src/server.js:431: server.listen(GLOBAL.CFG.server.port, GLOBAL.CFG.server.host, function() {
3475 bipio-0.4.64.tgz/src/server.js:381: opts.cert = fs.readFileSync(GLOBAL.CFG.server.ssl.cert);
3475 bipio-0.4.64.tgz/src/server.js:380: opts.key = fs.readFileSync(GLOBAL.CFG.server.ssl.key);
3475 bipio-0.4.64.tgz/src/server.js:378: if (GLOBAL.CFG.server.ssl && GLOBAL.CFG.server.ssl.key && GLOBAL.CFG.server.ssl.cert) {
3475 bipio-0.4.64.tgz/src/server.js:361:if (!cluster.isMaster || !GLOBAL.CFG.server.forks) {
3475 bipio-0.4.64.tgz/src/server.js:351: }, null, true, GLOBAL.CFG.timezone);
3475 bipio-0.4.64.tgz/src/server.js:344: if (GLOBAL.CFG.transforms && GLOBAL.CFG.transforms.fetch) {
3475 bipio-0.4.64.tgz/src/server.js:340: }, null, true, GLOBAL.CFG.timezone);
3475 bipio-0.4.64.tgz/src/server.js:327: }, null, true, GLOBAL.CFG.timezone);
3475 bipio-0.4.64.tgz/src/server.js:320: }, null, true, GLOBAL.CFG.timezone);
3475 bipio-0.4.64.tgz/src/server.js:305: }, null, true, GLOBAL.CFG.timezone);
3475 bipio-0.4.64.tgz/src/server.js:290: }, null, true, GLOBAL.CFG.timezone);
3475 bipio-0.4.64.tgz/src/server.js:276: var crons = GLOBAL.CFG.crons;
3475 bipio-0.4.64.tgz/src/server.js:266: var forks = (undefined !== GLOBAL.CFG.server.forks) ? GLOBAL.CFG.server.forks : require('os').cpus().length;
3475 bipio-0.4.64.tgz/src/server.js:249: secret: GLOBAL.CFG.server.sessionSecret,
3475 bipio-0.4.64.tgz/src/server.js:134: jwt.verify(token, GLOBAL.CFG.jwtKey, function(err, decoded) {
3475 bipio-0.4.64.tgz/src/router.js:538: html: "<iframe src=\""+ GLOBAL.CFG.oembed_host + "/widget/?payload=" + new Buffer(JSON.stringify(result)).toString("base64") +"\" allowtransparency=\"true\" style=\"border: none; overflow: hidden;\" width=\"470\" height=\"94\"></iframe>"
3475 bipio-0.4.64.tgz/src/router.js:535: provider_url: GLOBAL.CFG.website_public,
3475 bipio-0.4.64.tgz/src/router.js:521: if (req.query.url && GLOBAL.CFG.oembed_host) {
3475 bipio-0.4.64.tgz/src/router.js:501: GLOBAL.app.bastion.bipFire(bip, exports, client, contentParts, files);
3475 bipio-0.4.64.tgz/src/router.js:454: GLOBAL.app.bastion.bipUnpack(
3475 bipio-0.4.64.tgz/src/modules/auth/ldap.js:115: authResult.account_level = GLOBAL.DEFS.ACCOUNT_LEVEL.USER;
3475 bipio-0.4.64.tgz/src/modules/auth/http_basic.js:98: authResult.account_level = GLOBAL.DEFS.ACCOUNT_LEVEL.USER;
3475 bipio-0.4.64.tgz/src/models/domain.js:108: var local = GLOBAL.CFG.domain_public.split(':').shift().replace(/\./g, '\\.'),
3475 bipio-0.4.64.tgz/src/models/channel.js:701: GLOBAL.app.logmessage('POD:' + podName + ':UP');
3475 bipio-0.4.64.tgz/src/models/channel.js:472: GLOBAL.app.bastion.createJob(DEFS.JOB_USER_STAT, {
3475 bipio-0.4.64.tgz/src/models/channel.js:270: GLOBAL.app.logmessage(err, 'error');
3475 bipio-0.4.64.tgz/src/models/account.js:90: -1 !== app._.values(GLOBAL.DEFS.ACCOUNT_LEVEL).indexOf(val)
3475 bipio-0.4.64.tgz/src/models/account.js:85: default : GLOBAL.DEFS.ACCOUNT_LEVEL.USER,
3475 bipio-0.4.64.tgz/src/models/account.js:36:Account.account_level = GLOBAL.DEFS.ACCOUNT_LEVEL.USER;
3475 bipio-0.4.64.tgz/src/models/account.js:27: GLOBAL.DEFS.ACCOUNT_LEVEL = {
3475 bipio-0.4.64.tgz/src/models/account.js:195: next(false, GLOBAL.CFG.proto_public + domain.name
3475 bipio-0.4.64.tgz/src/lib/rabbit.js:29:app = GLOBAL.app;
3475 bipio-0.4.64.tgz/src/lib/dao.js:976: request(GLOBAL.CFG.transforms.syncFrom + '/rpc/transforms', function (err, resp, body) {
3475 bipio-0.4.64.tgz/src/lib/dao.js:975: if (GLOBAL.CFG.transforms.syncFrom) {
3475 bipio-0.4.64.tgz/migrations/0.3.44/index.js:5: rootPath = GLOBAL.SERVER_ROOT + '/../',
3475 bipio-0.4.64.tgz/migrations/0.3.40/index.js:5: rootPath = GLOBAL.SERVER_ROOT + '/../',
3475 bipio-0.4.64.tgz/migrations/0.3.39/index.js:5: rootPath = GLOBAL.SERVER_ROOT + '/../';
3475 bipio-0.4.64.tgz/migrations/0.3.24/index.js:6: rootPath = GLOBAL.SERVER_ROOT + '/../',
3475 bipio-0.4.64.tgz/migrations/0.3.20/index.js:6: rootPath = GLOBAL.SERVER_ROOT + '/../';
3475 bipio-0.4.64.tgz/migrations/0.3.0/index.js:16: var rootPath = GLOBAL.SERVER_ROOT + '/../';
3475 bipio-0.4.64.tgz/migrations/0.2.79/index.js:6: rootPath = GLOBAL.SERVER_ROOT + '/../',
3475 bipio-0.4.64.tgz/migrations/0.2.44/index.js:7: rootPath = GLOBAL.SERVER_ROOT + '/../',
3274 yiewd-0.6.0.tgz/test/es6/element.js:11:var origIt = GLOBAL.it;
3274 yiewd-0.6.0.tgz/test/es6/basic.js:14:var origIt = GLOBAL.it;
3274 yiewd-0.6.0.tgz/test/es5/element.js:11:var origIt = GLOBAL.it;
3274 yiewd-0.6.0.tgz/test/es5/basic.js:14:var origIt = GLOBAL.it;
3064 http-backend-proxy-1.4.3.tgz/test/unit/helpers/protractor-browser.js:23: delete GLOBAL.protractor;
3064 http-backend-proxy-1.4.3.tgz/test/unit/helpers/protractor-browser.js:12: GLOBAL.protractor = protractor;
2977 jasmine-react-1.1.0.tgz/test/unit/component_helpers_test.js:29: expect(GLOBAL.helloComponent.isMounted()).toBeTruthy();
2977 jasmine-react-1.1.0.tgz/test/unit/component_helpers_test.js:28: expect(GLOBAL.helloComponent).toBeTruthy();
2977 jasmine-react-1.1.0.tgz/lib/jasmine_react.js:33: this.subject = GLOBAL.subject = undefined;
2977 jasmine-react-1.1.0.tgz/lib/jasmine_react.js:28: GLOBAL.subject = this.subject;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
2778 uupaa.spec.js-2.0.27.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
2778 uupaa.spec.js-2.0.27.tgz/lib/Spec.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
2778 uupaa.spec.js-2.0.27.tgz/lib/SpecCatalog.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
2549 node-srp-0.0.1.tgz/test/test.js:1:GLOBAL.DEBUG = true;
2466 fh-db-0.6.0.tgz/test/test_fhmongodb.js:1://GLOBAL.DEBUG = true;
2163 sbis3-genie-server-0.5.88.tgz/lib/jsonIndex.js:873: //Сунем их в общий псевдо-модуль GLOBAL.
2120 cuvva-log-0.9.0.tgz/test/index.js:1:GLOBAL.projRequire = function (module) {
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:88: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:76: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:56: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:196: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:176: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:156: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:134: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:12: GLOBAL['stylus'] = {};
1945 template-engine-2.1.12.tgz/xtests/template/StylusTemplateSpec.js:112: GLOBAL['stylus']['tpl_01'] = tplContents;
1945 template-engine-2.1.12.tgz/tests/api/PlatformSpec.js:23: GLOBAL.setInterval = jasmine.createSpy('setInterval');
1945 template-engine-2.1.12.tgz/lib/template/StylusTemplate.js:32: var stylusInstance = stylus(GLOBAL['stylus'][this._configuration.template]);
1945 template-engine-2.1.12.tgz/lib/template/StylusTemplate.js:27: if(!GLOBAL.hasOwnProperty('stylus') || !GLOBAL['stylus'].hasOwnProperty(this._configuration.template)){
1945 template-engine-2.1.12.tgz/lib/cache/resource/StylusCache.js:33: GLOBAL['stylus'][path] = contents;
1945 template-engine-2.1.12.tgz/lib/cache/resource/StylusCache.js:20: GLOBAL['stylus'] = {};
1944 normajs-1.7.10.tgz/lib/install/post.js:5:// GLOBAL.Norma = {}
1944 normajs-1.7.10.tgz/lib/install/post.js:4:// GLOBAL.Tool = "norma"
1944 normajs-1.7.10.tgz/lib/index.js:8: from GLOBAL.Norma = Norma beacuse I dont like the idea of polluting
1910 phantomas-1.13.0.tgz/test/public-api-test.js:10:GLOBAL.phantom = {
1850 ember-1.0.0-pre.2.tgz/metal.js:1735: return IS_GLOBAL.test(path);
1850 ember-1.0.0-pre.2.tgz/metal.js:1533: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
1828 anyproxy-3.8.1.tgz/proxy.js:98: GLOBAL.recorder = new Recorder({filename: option.dbFile});
1828 anyproxy-3.8.1.tgz/proxy.js:86: GLOBAL._throttle = new ThrottleGroup({rate: 1024 * parseInt(option.throttle) }); // rate - byte/sec
1828 anyproxy-3.8.1.tgz/proxy.js:2: GLOBAL.util = require('./lib/util');
1828 anyproxy-3.8.1.tgz/proxy.js:100: GLOBAL.recorder = new Recorder();
1828 anyproxy-3.8.1.tgz/lib/wsServer.js:77: GLOBAL.recorder.on("update",function(data){
1828 anyproxy-3.8.1.tgz/lib/wsServer.js:27: GLOBAL.recorder.getBody(jsonData.id, function(err, data){
1828 anyproxy-3.8.1.tgz/lib/webInterface.js:54: GLOBAL.recorder.getDecodedBody(query.id, function(err, result){
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:76: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:63: GLOBAL.recorder.updateExtInfo(resourceInfoId, {map : req.anyproxy_map_local});
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:51: resourceInfoId = GLOBAL.recorder.appendRecord(resourceInfo);
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:50: if(GLOBAL.recorder){
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:376: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:349: var readable = conn.pipe(GLOBAL._throttle.throttle());
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:348: if(GLOBAL._throttle && !shouldIntercept ){
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:296: resourceInfoId = GLOBAL.recorder.appendRecord(resourceInfo);
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:236: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:217: var readable = thrStream.pipe(GLOBAL._throttle.throttle());
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:214: if(GLOBAL._throttle){
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:107: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
1828 anyproxy-3.8.1.tgz/lib/recorder.js:127: GLOBAL.recorder.getSingleRecord(id,function(err,doc){
1811 grailed-6.0.1.tgz/src/tasks/watch.js:4: if ( !GLOBAL.livereload ) GLOBAL.livereload = require( 'gulp-livereload' );
1811 grailed-6.0.1.tgz/src/tasks/styles.js:18: if ( GLOBAL.livereload ) stream.pipe( GLOBAL.livereload() );
1811 grailed-6.0.1.tgz/src/tasks/server.js:13: if ( GLOBAL.livereload ) stream.pipe( livereload() );
1811 grailed-6.0.1.tgz/src/tasks/reload.js:6: if ( GLOBAL.livereload ) stream.pipe( livereload() );
1811 grailed-6.0.1.tgz/src/tasks/dependencies.js:26: if ( GLOBAL.livereload ) stream.pipe( livereload() );
1811 grailed-6.0.1.tgz/src/tasks/components.js:81: if ( GLOBAL.livereload ) stream.pipe( GLOBAL.livereload() );
1811 grailed-6.0.1.tgz/src/tasks/components.js:46: if ( GLOBAL.livereload ) stream.pipe( GLOBAL.livereload() );
1811 grailed-6.0.1.tgz/src/tasks/components.js:100: if ( GLOBAL.livereload ) stream.pipe( GLOBAL.livereload() );
1811 grailed-6.0.1.tgz/src/tasks/assets.js:16: if ( GLOBAL.livereload ) stream.pipe( GLOBAL.livereload() );
1771 webgme-1.4.1.tgz/src/server/middleware/executor/worker/node_worker.js:135: GLOBAL.WebGMEGlobal = {
1771 webgme-1.4.1.tgz/src/server/middleware/executor/worker/node_worker.classes.build.js:5231: GLOBAL.WebGMEGlobal = {
1771 webgme-1.4.1.tgz/src/server/middleware/executor/worker/addLabelJob.js:67: blobClient = new BlobClient(GLOBAL.WebGMEGlobal.getConfig()),
1771 webgme-1.4.1.tgz/src/server/middleware/executor/worker/addLabelJob.js:46:GLOBAL.WebGMEGlobal = {
1714 avoscloud-sdk-0.6.7.tgz/test/test.js:4: GLOBAL.serverURL="http://192.168.1.216:3000";
1652 var-validator-0.0.3.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
1639 json-api-2.15.7.tgz/src/controllers/API.js:31:GLOBAL.Promise = eval("typeof Promise !== 'undefined' ? Promise : undefined") ||
1577 cleverstack-cli-1.2.8.tgz/lib/utils.js:191: GLOBAL.console = originalConsole;
1577 cleverstack-cli-1.2.8.tgz/lib/utils.js:169: GLOBAL.console = bar.console();
1577 cleverstack-cli-1.2.8.tgz/lib/utils.js:168: // GLOBAL.console = process.stdout = process.stderr = bar.console();
1577 cleverstack-cli-1.2.8.tgz/lib/search.js:7: , _pkg = GLOBAL.lib.install;
1577 cleverstack-cli-1.2.8.tgz/lib/search.js:6: , utils = GLOBAL.lib.utils
1577 cleverstack-cli-1.2.8.tgz/lib/repos.js:3: , utils = GLOBAL.lib.utils;
1577 cleverstack-cli-1.2.8.tgz/lib/project.js:9: , utils = GLOBAL.lib.utils
1577 cleverstack-cli-1.2.8.tgz/lib/project.js:8: , _bower = GLOBAL.lib.util.bower
1577 cleverstack-cli-1.2.8.tgz/lib/project.js:7: , install = GLOBAL.lib.install
1577 cleverstack-cli-1.2.8.tgz/lib/packages.js:12: , utils = GLOBAL.lib.utils;
1577 cleverstack-cli-1.2.8.tgz/lib/packages.js:11: , project = GLOBAL.lib.project
1577 cleverstack-cli-1.2.8.tgz/lib/install.js:9: , util = GLOBAL.lib.util;
1577 cleverstack-cli-1.2.8.tgz/lib/install.js:8: , packages = GLOBAL.lib.packages
1577 cleverstack-cli-1.2.8.tgz/lib/install.js:7: , search = GLOBAL.lib.search
1577 cleverstack-cli-1.2.8.tgz/lib/install.js:6: , utils = GLOBAL.lib.utils
1577 cleverstack-cli-1.2.8.tgz/lib/index.js:13:if ( GLOBAL.lib === undefined ) {
1577 cleverstack-cli-1.2.8.tgz/lib/generator.js:5: , utils = GLOBAL.lib.utils
1577 cleverstack-cli-1.2.8.tgz/lib/generator.js:4: , util = GLOBAL.lib.util
1572 clientconfig-1.1.1.tgz/test/index.js:3:GLOBAL.document = {
1570 l10ns-2.2.5.tgz/interface/core/page.js:387: GLOBAL.coreTmpls = requirejs(cf.CORE_TEMPLATES);
1570 l10ns-2.2.5.tgz/interface/core/page.js:386: GLOBAL.layoutTmpls = requirejs(cf.LAYOUT_TEMPLATES);
1570 l10ns-2.2.5.tgz/interface/core/page.js:385: GLOBAL.documentTmpls = requirejs(cf.DOCUMENT_TEMPLATES);
1557 monocle-api-0.2.6.tgz/test/test_runner.js:4:GLOBAL.LIB_DIR = path.join(process.cwd(), 'lib');
1557 monocle-api-0.2.6.tgz/test/test_runner.js:16:GLOBAL.expect = chai.expect;
1557 monocle-api-0.2.6.tgz/test/test_runner.js:15:GLOBAL.assert = chai.assert;
1557 monocle-api-0.2.6.tgz/test/test_runner.js:13:GLOBAL.chai = require('chai');
1557 monocle-api-0.2.6.tgz/test/test_runner.js:10:GLOBAL.sinon = require('sinon');
1545 cookie-getter-1.0.1.tgz/test/index.js:4:GLOBAL.document = {
1522 promiz-1.0.5.tgz/test/spec-adapter.js:2:GLOBAL.assert = require('assert')
1486 bentojs-api-1.3.2.tgz/lib/router/index.js:12:let Route = GLOBAL.Route = () => {
1486 bentojs-api-1.3.2.tgz/index.js:9:GLOBAL.Bento = module.exports = {};
1450 simplehttpservice-0.3.9.tgz/test/node.js:98: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:96: GLOBAL.service.blog.post({ name: null });
1450 simplehttpservice-0.3.9.tgz/test/node.js:88: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:86: GLOBAL.service.blog.post({name: 'hello world'});
1450 simplehttpservice-0.3.9.tgz/test/node.js:79: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:77: GLOBAL.service.blog['delete']({id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:70: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:68: GLOBAL.service.blog.get({id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:64: assert.equal(GLOBAL.service.fakeComment.url, '/comments/katncandix/123');
1450 simplehttpservice-0.3.9.tgz/test/node.js:63: GLOBAL.service.fakeComment.get({author: 'katncandix', id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:59: assert.equal(GLOBAL.service.fakeComment.url, '/comments/katncandix');
1450 simplehttpservice-0.3.9.tgz/test/node.js:58: GLOBAL.service.fakeComment.get({author: 'katncandix'});
1450 simplehttpservice-0.3.9.tgz/test/node.js:54: assert.equal(GLOBAL.service.fakeComment.url, '/comments/123');
1450 simplehttpservice-0.3.9.tgz/test/node.js:53: GLOBAL.service.fakeComment.get({id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:49: assert.equal(GLOBAL.service.fakeBlog.url, '/blogs?id=123');
1450 simplehttpservice-0.3.9.tgz/test/node.js:48: GLOBAL.service.fakeBlog.get({id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:43: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:41: GLOBAL.service.blog.get({id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:37: assert.equal(GLOBAL.service.blog.url, '/blogs/123');
1450 simplehttpservice-0.3.9.tgz/test/node.js:36: GLOBAL.service.blog.get({id: 123});
1450 simplehttpservice-0.3.9.tgz/test/node.js:32: assert.typeOf(GLOBAL.service.blog, 'object');
1450 simplehttpservice-0.3.9.tgz/test/node.js:27: GLOBAL.xhr.restore();
1450 simplehttpservice-0.3.9.tgz/test/node.js:23: GLOBAL.service.config(config);
1450 simplehttpservice-0.3.9.tgz/test/node.js:22: GLOBAL.service = new Service();
1450 simplehttpservice-0.3.9.tgz/test/node.js:20: GLOBAL.xhr.onCreate = function(req) { GLOBAL.requests.push(req); };
1450 simplehttpservice-0.3.9.tgz/test/node.js:19: GLOBAL.requests = [];
1450 simplehttpservice-0.3.9.tgz/test/node.js:18: GLOBAL.xhr = global.XMLHttpRequest = sinon.useFakeXMLHttpRequest();
1450 simplehttpservice-0.3.9.tgz/test/node.js:178: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:173: GLOBAL.service.author.post({name: 'hello world'}).then(function(raw) {
1450 simplehttpservice-0.3.9.tgz/test/node.js:171: GLOBAL.service.config(config);
1450 simplehttpservice-0.3.9.tgz/test/node.js:170: GLOBAL.service = new Service({ formatter: formatter });
1450 simplehttpservice-0.3.9.tgz/test/node.js:164: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:159: GLOBAL.service.comment.post({name: 'hello world'}).catch(function(raw) {
1450 simplehttpservice-0.3.9.tgz/test/node.js:157: GLOBAL.service.config(config);
1450 simplehttpservice-0.3.9.tgz/test/node.js:156: GLOBAL.service = new Service({rules: rules});
1450 simplehttpservice-0.3.9.tgz/test/node.js:150: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:148: GLOBAL.service.blog.post({ name: '<h1>hello world</h1>' });
1450 simplehttpservice-0.3.9.tgz/test/node.js:145: GLOBAL.service.blog.set('header', {
1450 simplehttpservice-0.3.9.tgz/test/node.js:143: GLOBAL.service.config(config);
1450 simplehttpservice-0.3.9.tgz/test/node.js:135: GLOBAL.service = new Service({
1450 simplehttpservice-0.3.9.tgz/test/node.js:128: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:126: GLOBAL.service.blog.post({ name: 'hello world' });
1450 simplehttpservice-0.3.9.tgz/test/node.js:124: GLOBAL.service.config(config);
1450 simplehttpservice-0.3.9.tgz/test/node.js:116: GLOBAL.service = new Service({
1450 simplehttpservice-0.3.9.tgz/test/node.js:108: var req = GLOBAL.requests[0];
1450 simplehttpservice-0.3.9.tgz/test/node.js:106: GLOBAL.service.blog.patch({id: '123', name: 'hello world'});
1417 gorillascript-0.9.10.tgz/lib/utils.js:296: WeakMap = typeof GLOBAL.WeakMap === "function" ? GLOBAL.WeakMap
1417 gorillascript-0.9.10.tgz/lib/utils.js:261: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/lib/repl.js:283: sandbox[g] = GLOBAL[g];
1417 gorillascript-0.9.10.tgz/lib/repl.js:223: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/lib/parser-nodes.js:957: value = (_ref = GLOBAL[parent.name])[childValue].apply(_ref, constArgs);
1417 gorillascript-0.9.10.tgz/lib/parser-nodes.js:2326: value = GLOBAL[func.name].apply(void 0, constArgs);
1417 gorillascript-0.9.10.tgz/lib/parser.js:424: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/lib/jstranslator.js:176: Map = typeof GLOBAL.Map === "function" ? GLOBAL.Map
1417 gorillascript-0.9.10.tgz/lib/gorilla.js:376: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/lib/gorilla.js:1439: sandbox[k] = GLOBAL[k];
1417 gorillascript-0.9.10.tgz/lib/gorilla.js:1415: v = GLOBAL[k];
1417 gorillascript-0.9.10.tgz/lib/command.js:273: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/lib/browser.js:159: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:9026: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:32111: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:315: WeakMap = typeof GLOBAL.WeakMap === "function" ? GLOBAL.WeakMap
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:31584: sandbox[k] = GLOBAL[k];
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:31560: v = GLOBAL[k];
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:30521: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:280: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:25684: Map = typeof GLOBAL.Map === "function" ? GLOBAL.Map
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:21159: value = GLOBAL[func.name].apply(void 0, constArgs);
1417 gorillascript-0.9.10.tgz/extras/gorillascript.js:19790: value = (_ref = GLOBAL[parent.name])[childValue].apply(_ref, constArgs);
1398 static-server-2.0.1.tgz/test/init.js:3:GLOBAL.assert = global.assert = require('assert');
1351 lmd-1.13.4.tgz/examples/demos/emberjs_lmd/compiled/index.lmd.js:19712: return IS_GLOBAL.test(path);
1351 lmd-1.13.4.tgz/examples/demos/emberjs_lmd/compiled/index.lmd.js:15463: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:560: var responder = GLOBAL.Event._createResponder(uid, eventName, handler);
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:541: delete GLOBAL.Event.cache[uid];
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:533: var CACHE = GLOBAL.Event.cache;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:1362: GLOBAL.Event._createResponder = createResponder;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:1285: GLOBAL.Event.cache = null;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:1282: GLOBAL.Event.cache = {};
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:1280: else GLOBAL.Event = Event;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/event.js:1279: if (GLOBAL.Event) Object.extend(window.Event, Event);
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:92: Object.extend(GLOBAL.Node, {
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:91: if (!GLOBAL.Node.ELEMENT_NODE) {
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:89: if (!GLOBAL.Node) GLOBAL.Node = {};
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:85: GLOBAL.$ = $;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:3450: GLOBAL.Element.extend.refresh = function() {
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:3448: GLOBAL.Element.extend.refresh = Prototype.emptyFunction;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:3442: Object.extend(GLOBAL.Element, {
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:3126: GLOBAL.HTMLElement.prototype = DIV['__proto__'];
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:3125: GLOBAL.HTMLElement = {};
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:3030: GLOBAL.Element.Storage = { UID: 0 };
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:2396: GLOBAL.Element.Methods.Simulated.hasAttribute = hasAttribute;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:180: if (oldElement) GLOBAL.Element.prototype = oldElement.prototype;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:179: Object.extend(GLOBAL.Element, oldElement || {});
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:177: GLOBAL.Element = Element;
1343 panino-2.2.6.tgz/tests/prototype/src/prototype/dom/dom.js:157: var oldElement = GLOBAL.Element;
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:83: GLOBAL.fetch = _fetch;
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:82: GLOBAL.fetch.restore = function() {
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:81: GLOBAL.fetch._instrumented = true;
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:42: GLOBAL.fetch = function(url) {
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:38: var _fetch = GLOBAL.fetch;
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:16: if (GLOBAL.fetch._instrumented) {
1290 next-metrics-1.19.0.tgz/lib/metrics/fetch.js:13: if (!GLOBAL.fetch) {
1229 alinex-builder-1.1.11.tgz/lib/tasks/test.js:75: proc = spawn(cmd, ['-f', path.join(GLOBAL.ROOT_DIR, 'coffeelint.json'), 'src'], {
1229 alinex-builder-1.1.11.tgz/lib/tasks/test.js:70: proc = spawn(cmd, ['-f', path.join(GLOBAL.ROOT_DIR, 'coffeelint.json'), 'src'], {
1229 alinex-builder-1.1.11.tgz/lib/tasks/test.js:68: debug("exec " + dir + "> " + cmd + " -f " + (path.join(GLOBAL.ROOT_DIR, 'coffeelint.json')) + " src");
1229 alinex-builder-1.1.11.tgz/lib/tasks/test.js:53: return path.join(GLOBAL.ROOT_DIR, 'bin/xdg-open');
1229 alinex-builder-1.1.11.tgz/lib/tasks/test.js:31: url = path.join(GLOBAL.ROOT_DIR, dir, 'coverage', 'lcov-report', 'index.html');
1229 alinex-builder-1.1.11.tgz/lib/tasks/test.js:190: coveralls = path.join(GLOBAL.ROOT_DIR, 'node_modules/coveralls/bin/coveralls.js');
1229 alinex-builder-1.1.11.tgz/lib/tasks/doc.js:52: return async.filter([path.join(GLOBAL.ROOT_DIR, 'var/local/docstyle', (pack.name.split(/-/))[0] + '.js'), path.join(GLOBAL.ROOT_DIR, 'var/src/docstyle', (pack.name.split(/-/))[0] + '.js')], fs.exists, function(files) {
1229 alinex-builder-1.1.11.tgz/lib/tasks/doc.js:43: return async.filter([path.join(GLOBAL.ROOT_DIR, 'var/local/docstyle', (pack.name.split(/-/))[0] + '.css'), path.join(GLOBAL.ROOT_DIR, 'var/src/docstyle', (pack.name.split(/-/))[0] + '.css')], fs.exists, function(files) {
1229 alinex-builder-1.1.11.tgz/lib/tasks/doc.js:147: return path.join(GLOBAL.ROOT_DIR, 'bin/xdg-open');
1229 alinex-builder-1.1.11.tgz/lib/tasks/create.js:72: results.push(fs.copy(path.join(GLOBAL.ROOT_DIR, f), file, cb));
1229 alinex-builder-1.1.11.tgz/lib/tasks/create.js:113: return fs.copy(path.join(GLOBAL.ROOT_DIR, 'var/src/gitignore'), file, cb);
1229 alinex-builder-1.1.11.tgz/lib/cli.js:22: GLOBAL.PKG = JSON.parse(fs.readFileSync(path.join(ROOT_DIR, 'package.json')));
1229 alinex-builder-1.1.11.tgz/lib/cli.js:20: GLOBAL.ROOT_DIR = path.dirname(__dirname);
1201 cuvva-log-sentry-0.5.2.tgz/test/index.js:1:GLOBAL.projRequire = function (module) {
1170 sql-mvc-0.0.125.tgz/server/database/db_fb_sql_updater.js:594: } else if (name=qrystr.match(/CREATE\s+GLOBAL\s+TEMPORARY\s+TABLE\s+([\w$]+)/i)) {
1170 sql-mvc-0.0.125.tgz/server/database/db_fb_sql_updater.js:389: Table = barestr.match(/CREATE\s+GLOBAL\s+TEMPORARY\s+TABLE\s+([\w$]+)(\s*\(\s)([\S\s]*)\)/i);
1065 nwa-js-0.0.30.tgz/lib/update-service.js:16:GLOBAL.__root = path.resolve(path.join(__dirname, '..'));
1065 nwa-js-0.0.30.tgz/lib/common/load-config.js:43: GLOBAL.config = cfg;
1065 nwa-js-0.0.30.tgz/lib/command-run.js:8: GLOBAL.Lrequire = function(A, B) {
1065 nwa-js-0.0.30.tgz/lib/command-run.js:7: GLOBAL.__root = BASE;
1065 nwa-js-0.0.30.tgz/lib/command-build.js:8: GLOBAL.__root = BASE;
1065 nwa-js-0.0.30.tgz/bin/nwa.js:38:GLOBAL.BASE = basedir;
1006 ember-templates-loader-1.13.0.tgz/ember-template-compiler.js:7084: return IS_GLOBAL.test(key);
986 friendjs-0.2.3.tgz/test/test_config.js:6:GLOBAL.config = settings;
986 friendjs-0.2.3.tgz/lib/friend.js:5: GLOBAL.config = options;
951 component-hooks-0.3.8.tgz/lib/ember-template-compiler.js:7879: return IS_GLOBAL.test(key);
951 component-hooks-0.3.8.tgz/example/client-ember/app/components/kelonye-ember/lib/ember.js:19623: return IS_GLOBAL.test(key);
948 ember-script-0.0.14.tgz/lib/ember-runtime.js:5109: return IS_GLOBAL.test(path);
948 ember-script-0.0.14.tgz/lib/ember-runtime.js:2735: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
948 apollos-0.2.1-12.tgz/core/server/startup.js:4:// GLOBAL.fetch = fetch
931 we-plugin-core-0.2.55.tgz/client/app/beforeAll/5_ember.js:18030: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
931 we-plugin-core-0.2.55.tgz/client/app/beforeAll/5_ember.js:17097: var isGlobalCache = new Cache(1000, function(key) { return IS_GLOBAL.test(key); });
926 novation-mobile-0.5.12.tgz/lib/server.js:8: GLOBAL.projRequire = function(module) {
926 novation-mobile-0.5.12.tgz/lib/server.js:40: GLOBAL.serverConfig = config;
926 novation-mobile-0.5.12.tgz/lib/server.js:17: GLOBAL.rootUrl = projectDir;
926 novation-mobile-0.5.12.tgz/lib/helpers.js:9: GLOBAL.mongoose = mongoose;
926 novation-mobile-0.5.12.tgz/lib/helpers.js:31: route = GLOBAL.API.version + route;
926 novation-mobile-0.5.12.tgz/lib/helpers.js:26: GLOBAL.API = function(route) {
926 novation-mobile-0.5.12.tgz/lib/helpers.js:22: GLOBAL.API2 = function() {
926 novation-mobile-0.5.12.tgz/lib/helpers.js:16: GLOBAL.ObjectId = mongoose.Types.ObjectId;
926 novation-mobile-0.5.12.tgz/lib/helpers.js:15: GLOBAL.servers = config.servers;
926 novation-mobile-0.5.12.tgz/lib/helpers.js:13: GLOBAL[i] = Schema[i];
926 novation-mobile-0.5.12.tgz/lib/helpers.js:11: GLOBAL.Schema = mongoose.schema;
926 novation-mobile-0.5.12.tgz/lib/helpers.js:10: GLOBAL.io = io;
913 wd-sync-1.2.5.tgz/test/common/setup.js:9: GLOBAL.should = chai.should();
913 wd-sync-1.2.5.tgz/test/common/setup.js:5: GLOBAL.wdSync = require('../../index');
913 wd-sync-1.2.5.tgz/test/common/setup.js:49: GLOBAL.desiredWithTestInfo = function(testInfo) {
913 wd-sync-1.2.5.tgz/test/common/setup.js:13: GLOBAL.env = {};
913 wd-sync-1.2.5.tgz/test/common/setup.coffee:7:GLOBAL.env = {}
913 wd-sync-1.2.5.tgz/test/common/setup.coffee:3:GLOBAL.should = chai.should()
913 wd-sync-1.2.5.tgz/test/common/setup.coffee:31:GLOBAL.desiredWithTestInfo = (testInfo) ->
913 wd-sync-1.2.5.tgz/test/common/setup.coffee:1:GLOBAL.wdSync = require '../../index'
900 next-ft-api-client-3.19.0.tgz/test/search.test.js:5:GLOBAL.fetch = require('node-fetch');
900 next-ft-api-client-3.19.0.tgz/test/related-tags.test.js:4:GLOBAL.fetch = require('node-fetch');
900 next-ft-api-client-3.19.0.tgz/test/mapping.test.js:4:GLOBAL.fetch = require('node-fetch');
900 next-ft-api-client-3.19.0.tgz/test/content.test.js:4:GLOBAL.fetch = require('node-fetch');
900 next-ft-api-client-3.19.0.tgz/test/content.test.js:139: GLOBAL.fetch.restore();
900 next-ft-api-client-3.19.0.tgz/test/content.test.js:136: var elasticOpts = JSON.parse(GLOBAL.fetch.args[0][1].body);
900 next-ft-api-client-3.19.0.tgz/test/content.test.js:126: GLOBAL.fetch.restore();
900 next-ft-api-client-3.19.0.tgz/test/content.test.js:123: var elasticOpts = JSON.parse(GLOBAL.fetch.args[0][1].body);
894 cavehouse-0.7.0.tgz/libs/routes/index.js:22: if(!GLOBAL.navigator) GLOBAL.navigator = {userAgent: this.request.headers['user-agent']};
894 cavehouse-0.7.0.tgz/dist.js:1290: if (!GLOBAL.navigator) GLOBAL.navigator = { userAgent: this.request.headers['user-agent'] };
894 cavehouse-0.7.0.tgz/cavehouse.js:1229: if (!GLOBAL.navigator) GLOBAL.navigator = { userAgent: this.request.headers['user-agent'] };
861 node-uglifier-0.4.5.tgz/src/test/unitTest.coffee:30: GLOBAL._loadDynamic=false
861 node-uglifier-0.4.5.tgz/src/test/unitTest.coffee:22: GLOBAL._loadDynamic=true
861 node-uglifier-0.4.5.tgz/src/test/unitTest.coffee:188: GLOBAL._loadDynamic=false
861 node-uglifier-0.4.5.tgz/src/test/unitTest.coffee:166: GLOBAL._loadDynamic=false
861 node-uglifier-0.4.5.tgz/src/test/unitTest.coffee:140: GLOBAL._loadDynamic=false
861 node-uglifier-0.4.5.tgz/src/test/unitTest.coffee:132: GLOBAL._loadDynamic=false
861 node-uglifier-0.4.5.tgz/src/test/testproject/main.coffee:20:if GLOBAL._loadDynamic
861 node-uglifier-0.4.5.tgz/lib_test_project_export/src/test/testproject/main.coffee:20:if GLOBAL._loadDynamic
861 node-uglifier-0.4.5.tgz/lib_test_project_export/lib_compiled/test/testproject/main.js:33: if (GLOBAL._loadDynamic) {
861 node-uglifier-0.4.5.tgz/lib_compiled/test/unitTest.js:34: GLOBAL._loadDynamic = false;
861 node-uglifier-0.4.5.tgz/lib_compiled/test/unitTest.js:28: GLOBAL._loadDynamic = true;
861 node-uglifier-0.4.5.tgz/lib_compiled/test/unitTest.js:185: GLOBAL._loadDynamic = false;
861 node-uglifier-0.4.5.tgz/lib_compiled/test/unitTest.js:159: GLOBAL._loadDynamic = false;
861 node-uglifier-0.4.5.tgz/lib_compiled/test/unitTest.js:138: GLOBAL._loadDynamic = false;
861 node-uglifier-0.4.5.tgz/lib_compiled/test/unitTest.js:132: GLOBAL._loadDynamic = false;
861 node-uglifier-0.4.5.tgz/lib_compiled/test/testproject/main.js:33: if (GLOBAL._loadDynamic) {
861 node-uglifier-0.4.5.tgz/lib_compiled/test/resultFiles/simpleMergeWithFilter.js:130: if (GLOBAL._loadDynamic) {
861 node-uglifier-0.4.5.tgz/lib_compiled/test/resultFiles/simpleMergeWithBothExportFilterTypes.js:130: if (GLOBAL._loadDynamic) {
861 grunner-0.0.20.tgz/index.js:260:module.exports = GLOBAL.CCA2AB34EC9C4040A54324D4348540E7;
861 grunner-0.0.20.tgz/index.js:257: GLOBAL.CCA2AB34EC9C4040A54324D4348540E7 = g;
861 grunner-0.0.20.tgz/index.js:254:if(!GLOBAL.CCA2AB34EC9C4040A54324D4348540E7) {
857 angoose-0.3.21.tgz/test/context-spec.js:145: GLOBAL.angoose = angoose;
857 angoose-0.3.21.tgz/test/context-spec.js:144: GLOBAL.CB= CB;
840 iot-client-2.6.3.tgz/app/utils/startup-helper.js:24: this._restartMonitorFile = GLOBAL.config.cfg_restart_monitor_file;
840 iot-client-2.6.3.tgz/app/utils/startup-helper.js:23: this._startupFilePath = GLOBAL.config.cfg_startup_file;
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:45: this._localNetworkGatewayIP = GLOBAL.config.cfg_local_network_gateway;
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:39: GLOBAL.config.cfg_outbound_network_interface);
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:35: var ifaceInfo = _os.networkInterfaces()[GLOBAL.config.cfg_outbound_network_interface];
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:221: networkInterface: GLOBAL.config.cfg_local_network_interface,
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:206: return this._readExistingConfig(GLOBAL.config.cfg_baseline_config_file, true)
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:17: darwin: GLOBAL.config.cfg_config_file
840 iot-client-2.6.3.tgz/app/utils/config-builder.js:16: linux: GLOBAL.config.cfg_config_file,
840 iot-client-2.6.3.tgz/app/modules/startup-module.js:52: var components = _path.parse(GLOBAL.config.cfg_restart_monitor_file);
840 iot-client-2.6.3.tgz/app/modules/startup-module.js:37: _fs.stat(GLOBAL.config.cfg_config_file, function(err, data) {
840 iot-client-2.6.3.tgz/app/modules/startup-module.js:25: var configFile = GLOBAL.config.cfg_config_file;
840 iot-client-2.6.3.tgz/app/modules/agent-module.js:64: moduleBasePath: GLOBAL.config.cfg_module_base_dir
840 iot-client-2.6.3.tgz/app/modules/agent-module.js:105: _controller.init(GLOBAL.config.cfg_config_file, startupAction.requestId).then(function() {
840 iot-client-2.6.3.tgz/app/logger-provider.js:26: filename: _path.join(GLOBAL.config.cfg_logs_dir, 'app'),
840 iot-client-2.6.3.tgz/app/logger-provider.js:25: level: GLOBAL.config.cfg_log_level,
840 iot-client-2.6.3.tgz/app/logger-provider.js:23: if(!GLOBAL.config.cfg_no_log_file) {
840 iot-client-2.6.3.tgz/app/logger-provider.js:14: level: GLOBAL.config.cfg_log_level,
840 iot-client-2.6.3.tgz/app/logger-provider.js:12: if(!GLOBAL.config.cfg_no_log_console) {
840 iot-client-2.6.3.tgz/app/index.js:31:logHelper.logObject(GLOBAL.config, 'info', true);
840 iot-client-2.6.3.tgz/app/arg-parser.js:125:GLOBAL.config.cfg_local_network_gateway = args.localNetworkGateway;
840 iot-client-2.6.3.tgz/app/arg-parser.js:124:GLOBAL.config.cfg_local_network_interface = args.localNetworkInterface;
840 iot-client-2.6.3.tgz/app/arg-parser.js:123:GLOBAL.config.cfg_outbound_network_interface = args.outboundNetworkInterface;
840 iot-client-2.6.3.tgz/app/arg-parser.js:122:GLOBAL.config.cfg_baseline_config_file = args.baselineConfigFile;
840 iot-client-2.6.3.tgz/app/arg-parser.js:120:GLOBAL.config.cfg_no_log_console = args.noLogConsole;
840 iot-client-2.6.3.tgz/app/arg-parser.js:119:GLOBAL.config.cfg_no_log_file = args.noLogFile;
840 iot-client-2.6.3.tgz/app/arg-parser.js:118:GLOBAL.config.cfg_log_level = args.logLevel;
840 iot-client-2.6.3.tgz/app/arg-parser.js:116:GLOBAL.config.cfg_module_base_dir = args.connectorDir;
840 iot-client-2.6.3.tgz/app/arg-parser.js:114:GLOBAL.config.cfg_logs_dir = args.logDir;
840 iot-client-2.6.3.tgz/app/arg-parser.js:113:GLOBAL.config.cfg_restart_monitor_file = _path.resolve(_path.join(args.configDir, 'watch/monitor'));
840 iot-client-2.6.3.tgz/app/arg-parser.js:111:GLOBAL.config.cfg_startup_file = _path.resolve(_path.join(args.configDir, 'startup.json'));
840 iot-client-2.6.3.tgz/app/arg-parser.js:110:GLOBAL.config.cfg_config_file = _path.resolve(_path.join(args.configDir, 'config.json'));
840 iot-client-2.6.3.tgz/app/arg-parser.js:109:GLOBAL.config.cfg_config_dir = args.configDir;
840 iot-client-2.6.3.tgz/app/arg-parser.js:108:GLOBAL.config = {};
798 adonis-fold-2.0.1.tgz/index.js:14:GLOBAL.make = Ioc.make
798 adonis-fold-2.0.1.tgz/index.js:13:GLOBAL.use = Ioc.use
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
764 uupaa.task.js-1.1.0.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
764 uupaa.task.js-1.1.0.tgz/lib/TaskMap.js:5:var entity = GLOBAL["WebModule"]["exports"](name, closure);
764 uupaa.task.js-1.1.0.tgz/lib/Task.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
741 grunt-translate-0.3.40.tgz/app/server.js:24:GLOBAL.tmpl = requirejs('public/templates/tmpl');
741 grunt-translate-0.3.40.tgz/app/server.js:23:GLOBAL.opt = opt;
741 grunt-translate-0.3.40.tgz/app/server.js:22:GLOBAL.cf = require('./conf/appConfig');
733 requirejs-tpl-0.4.1.tgz/lib/tpl.js:3:/* GLOBAL.document expected to be set on nodejs */
717 iframely-0.9.2.tgz/utils.js:3: GLOBAL.CONFIG = require('./config');
717 iframely-0.9.2.tgz/test/main.js:5:GLOBAL.CONFIG = require('../config');
717 iframely-0.9.2.tgz/modules/tests-ui/tester.js:1:GLOBAL.CONFIG = require('../../config');
717 iframely-0.9.2.tgz/lib/utils.js:14: GLOBAL.CONFIG = require('../config');
717 iframely-0.9.2.tgz/lib/utils.js:13:if (!GLOBAL.CONFIG) {
715 applyjs-0.0.32.tgz/src/loaders/apply.node.loader.js:26: root.define = GLOBAL.define = function () {
699 mochawait-2.0.1.tgz/lib/mochawait.js:6: , mochaAfterEach = GLOBAL.afterEach;
699 mochawait-2.0.1.tgz/lib/mochawait.js:5: , mochaAfter = GLOBAL.after
699 mochawait-2.0.1.tgz/lib/mochawait.js:4: , mochaBeforeEach = GLOBAL.beforeEach
699 mochawait-2.0.1.tgz/lib/mochawait.js:3: , mochaBefore = GLOBAL.before
699 mochawait-2.0.1.tgz/lib/mochawait.js:2: , mochaIt = GLOBAL.it
699 mochawait-2.0.1.tgz/lib/mochawait.js:26: GLOBAL[name] = (asyncFn) => {
695 homebridge-homewizard-0.0.25.tgz/test/plugin.spec.js:25: expect(GLOBAL.homebridge).to.equal(homebridge);
682 buttercup-0.12.0.tgz/tests/integration/mergingTests.js:5://var Comparator = require(GLOBAL.root + "/classes/ArchiveComparator.js");
678 adonis-lucid-2.0.4.tgz/test/unit/commands.spec.js:53: GLOBAL.use = Ioc.use
667 zetta-app-0.1.28.tgz/zetta-app.js:167:GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setImmediate(t); else setTimeout(fn,t); }
654 ioredis-tree-0.5.1.tgz/test/helpers/global.js:3:GLOBAL.Promise = require('bluebird');
654 ioredis-tree-0.5.1.tgz/test/helpers/global.js:13:GLOBAL.redis = new Redis();
654 ioredis-tree-0.5.1.tgz/test/helpers/global.js:10:GLOBAL.expect = chai.expect;
639 sockbot-2.11.10.tgz/SockBot.js:249:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/plugins/autoreader.js:145:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/plugins/anonymize.js:104:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/utils.js:234:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/notifications.js:191:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/messages.js:380:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/config.js:248:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/commands/status.js:235:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/commands.js:306:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/cli.js:44:if (typeof GLOBAL.describe === 'function') {
639 sockbot-2.11.10.tgz/lib/browser.js:1038:if (typeof GLOBAL.describe === 'function') {
611 craydent-0.5.6.tgz/craydent.js:13:GLOBAL.$g = GLOBAL;
606 daemonix-1.1.2.tgz/test/core.test.js:24: GLOBAL.setTimeout = function ( func, timeout ) {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/webview.js:106: GLOBAL.screen = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/webview.js:103: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/webview.js:102: GLOBAL.qnx = mockedQnx;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/utils.js:92: delete GLOBAL.window;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/utils.js:89: GLOBAL.window = mockWindow;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/utils.js:205: delete GLOBAL.window;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/utils.js:188: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/server.js:63: delete GLOBAL.frameworkModules;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/server.js:59: GLOBAL.frameworkModules = ['plugin/blackberry.app/index.js', 'lib/plugins/default.js'];
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/server.js:243: delete GLOBAL.frameworkModules;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/server.js:239: GLOBAL.frameworkModules = ['plugin/blackberry.app/index.js', 'lib/plugins/default.js'];
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/plugins/default.js:77: delete GLOBAL.window;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/plugins/default.js:76: delete GLOBAL.frameworkModules;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/plugins/default.js:49: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/plugins/default.js:41: GLOBAL.frameworkModules = ["plugin/blackberry.app/index.js"];
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/overlayWebView.js:78: GLOBAL.screen = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/overlayWebView.js:75: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/overlayWebView.js:60: GLOBAL.qnx = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:90: GLOBAL.NamedNodeMap = function () {};
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:89: GLOBAL.qnx = mockedQnx;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:86: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:144: delete GLOBAL.NamedNodeMap;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:143: delete GLOBAL.qnx;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:142: delete GLOBAL.window;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/framework.js:141: delete GLOBAL.blackberry;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/events/deviceEvents.js:42: delete GLOBAL.window;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/events/deviceEvents.js:28: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/events/applicationEvents.js:47: delete GLOBAL.window;
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/events/applicationEvents.js:33: GLOBAL.window = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/controllerWebView.js:56: GLOBAL.screen = {
595 cordova-blackberry10-3.8.0.tgz/framework/test/unit/lib/controllerWebView.js:44: GLOBAL.window = {
588 sf-tool-0.2.22.tgz/ember/template-compiler.js:7566: return IS_GLOBAL.test(key);
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
587 uupaa.es.js-0.9.22.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
587 uupaa.es.js-0.9.22.tgz/lib/ES.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
573 neft-0.8.16.tgz/bundle/neft-node-develop.js:7324: v = GLOBAL[prop];
573 neft-0.8.16.tgz/bundle/neft-ios-develop.js:5408: v = GLOBAL[prop];
573 neft-0.8.16.tgz/bundle/neft-browser-game-develop.js:5519: v = GLOBAL[prop];
573 neft-0.8.16.tgz/bundle/neft-browser-develop.js:5519: v = GLOBAL[prop];
573 neft-0.8.16.tgz/bundle/neft-android-develop.js:5269: v = GLOBAL[prop];
567 scope-lang-0.0.4-0-prairie-dog.tgz/tests/web/web.js:79: return GLOBAL[prop];
567 scope-lang-0.0.4-0-prairie-dog.tgz/tests/web/web.js:78: if (GLOBAL[prop]) {
567 scope-lang-0.0.4-0-prairie-dog.tgz/tests/OOP/extensions/test.js:128: return GLOBAL[prop];
567 scope-lang-0.0.4-0-prairie-dog.tgz/tests/OOP/extensions/test.js:127: if (GLOBAL[prop]) {
567 scope-lang-0.0.4-0-prairie-dog.tgz/tests/basic/classes.js:130: return GLOBAL[prop];
567 scope-lang-0.0.4-0-prairie-dog.tgz/tests/basic/boolean.js:130: return GLOBAL[prop];
567 scope-lang-0.0.4-0-prairie-dog.tgz/extensions/$init.js:76: return GLOBAL[prop];
567 scope-lang-0.0.4-0-prairie-dog.tgz/extensions/$init.js:75: if (GLOBAL[prop]) {
555 browser-info-0.0.4.tgz/test/index.js:9: GLOBAL.navigator = {
553 blend-class-system-2.5.23.tgz/tests/testframework.js:454: GLOBAL.BlendTest = $$().apply({}, []);
553 blend-class-system-2.5.23.tgz/lib/ClassBuilder.js:960: $$().apply(GLOBAL, [GLOBAL.Blend, GLOBAL]);
553 blend-class-system-2.5.23.tgz/lib/Blend.js:361: GLOBAL.Blend = $$().apply(GLOBAL, [path.resolve(__dirname + '/../')]);
531 react-leaflet-lmt-0.6.6.tgz/lib/Leaflet.js:9: GLOBAL.document = {
531 react-leaflet-lmt-0.6.6.tgz/lib/Leaflet.js:8: GLOBAL.window = {};
531 react-leaflet-lmt-0.6.6.tgz/lib/Leaflet.js:24: exp = GLOBAL.L;
531 react-leaflet-lmt-0.6.6.tgz/lib/Leaflet.js:23: GLOBAL.L = require('leaflet');
531 react-leaflet-lmt-0.6.6.tgz/lib/Leaflet.js:20: GLOBAL.navigator = {
522 le_js-0.0.1.tgz/test/leSpec.js:266: GLOBAL.onerror('Script error', 'http://example.com', 0);
522 le_js-0.0.1.tgz/test/leSpec.js:257: GLOBAL.onerror('Script error', 'http://example.com', 0);
522 le_js-0.0.1.tgz/test/leSpec.js:252: expect(GLOBAL.onerror).not.toBe(this.oldErrorHandler);
522 le_js-0.0.1.tgz/test/leSpec.js:244: expect(GLOBAL.onerror).not.toBe(this.oldErrorHandler);
506 strudl-0.8.3.tgz/js/lib/prototype.js:7303: GLOBAL.Event._createResponder = createResponder;
506 strudl-0.8.3.tgz/js/lib/prototype.js:7232: GLOBAL.Event.cache = null;
506 strudl-0.8.3.tgz/js/lib/prototype.js:7229: GLOBAL.Event.cache = {};
506 strudl-0.8.3.tgz/js/lib/prototype.js:7227: else GLOBAL.Event = Event;
506 strudl-0.8.3.tgz/js/lib/prototype.js:7226: if (GLOBAL.Event) Object.extend(window.Event, Event);
506 strudl-0.8.3.tgz/js/lib/prototype.js:7071: var uid = getUniqueElementID(element), registry = GLOBAL.Event.cache[uid];
506 strudl-0.8.3.tgz/js/lib/prototype.js:6958: var responder = GLOBAL.Event._createResponder(uid, eventName, handler);
506 strudl-0.8.3.tgz/js/lib/prototype.js:6944: delete GLOBAL.Event.cache[uid];
506 strudl-0.8.3.tgz/js/lib/prototype.js:6934: var CACHE = GLOBAL.Event.cache;
506 strudl-0.8.3.tgz/js/lib/prototype.js:3452: GLOBAL.Element.extend.refresh = function() {
506 strudl-0.8.3.tgz/js/lib/prototype.js:3450: GLOBAL.Element.extend.refresh = Prototype.emptyFunction;
506 strudl-0.8.3.tgz/js/lib/prototype.js:3444: Object.extend(GLOBAL.Element, {
506 strudl-0.8.3.tgz/js/lib/prototype.js:3286: GLOBAL.HTMLElement.prototype = DIV['__proto__'];
506 strudl-0.8.3.tgz/js/lib/prototype.js:3285: GLOBAL.HTMLElement = {};
506 strudl-0.8.3.tgz/js/lib/prototype.js:3219: GLOBAL.Element.Storage = { UID: 1 };
506 strudl-0.8.3.tgz/js/lib/prototype.js:2835: GLOBAL.Element.Methods.Simulated.hasAttribute =
506 strudl-0.8.3.tgz/js/lib/prototype.js:2116: if (oldElement) GLOBAL.Element.prototype = oldElement.prototype;
506 strudl-0.8.3.tgz/js/lib/prototype.js:2115: Object.extend(GLOBAL.Element, oldElement || {});
506 strudl-0.8.3.tgz/js/lib/prototype.js:2113: GLOBAL.Element = Element;
506 strudl-0.8.3.tgz/js/lib/prototype.js:2093: var oldElement = GLOBAL.Element;
506 strudl-0.8.3.tgz/js/lib/prototype.js:2058: Object.extend(GLOBAL.Node, {
506 strudl-0.8.3.tgz/js/lib/prototype.js:2057: if (!GLOBAL.Node.ELEMENT_NODE) {
506 strudl-0.8.3.tgz/js/lib/prototype.js:2055: if (!GLOBAL.Node) GLOBAL.Node = {};
506 strudl-0.8.3.tgz/js/lib/prototype.js:2052: GLOBAL.$ = $;
506 mqlight-dev-1.0.2016010409.tgz/mqlight.js:42:var logger = GLOBAL.logger;
506 mqlight-dev-1.0.2016010409.tgz/mqlight.js:41:exports.logger = GLOBAL.logger;
506 mqlight-dev-1.0.2016010409.tgz/mqlight.js:32:GLOBAL.logger = require('./mqlight-log');
493 cardamom-0.0.9d.tgz/test.coffee:97: GLOBAL.toString = -> '[GLOBAL]'
478 pastry-0.3.20150805.tgz/src/pastry/pastry.js:736: GLOBAL[key] = value;
478 pastry-0.3.20150805.tgz/src/pastry/pastry.js:14: if (GLOBAL.pastry) { // 避免重复运行
478 pastry-0.3.20150805.tgz/src/pastry/module/define.js:17: var pastry = GLOBAL.pastry,
478 pastry-0.3.20150805.tgz/src/pastry/module/define.js:131: define = GLOBAL.define = Module.define = function (/* id, deps, factory */) {
478 pastry-0.3.20150805.tgz/src/pastry/event/event.js:12: var pastry = GLOBAL.pastry,
478 pastry-0.3.20150805.tgz/src/amd-loader.js:972: define = GLOBAL.define = Module.define = function (/* id, deps, factory */) {
478 pastry-0.3.20150805.tgz/src/amd-loader.js:858: var pastry = GLOBAL.pastry,
478 pastry-0.3.20150805.tgz/src/amd-loader.js:773: var pastry = GLOBAL.pastry,
478 pastry-0.3.20150805.tgz/src/amd-loader.js:736: GLOBAL[key] = value;
478 pastry-0.3.20150805.tgz/src/amd-loader.js:14: if (GLOBAL.pastry) { // 避免重复运行
478 esnextws-1.0.11.tgz/es6web/ServerLibrary.es.js:59: GLOBAL.library = this._serverLibrary;
478 esnextws-1.0.11.tgz/es6web/ServerLibrary.es.js:56: GLOBAL.wsinclude = function( objectLibPath ){
478 esnextws-1.0.11.tgz/es6web/ProtoTypes.js:10:GLOBAL.date = function(format, timestamp) {
478 esnextws-1.0.11.tgz/es6web-es5/ServerLibrary.es.js:73: GLOBAL.library = this._serverLibrary;
478 esnextws-1.0.11.tgz/es6web-es5/ServerLibrary.es.js:70: GLOBAL.wsinclude = function (objectLibPath) {
478 esnextws-1.0.11.tgz/es6web-es5/ProtoTypes.js:12:GLOBAL.date = function (format, timestamp) {
475 lamda-optimizer-0.2.2.tgz/lamda-optimizer.js:12: GLOBAL.nodeRequire = require;
475 lamda-optimizer-0.2.2.tgz/lamda-optimizer.js:10: GLOBAL.define = lamda.define;
475 inkrato-0.6.10.tgz/server.js:388: GLOBAL.forums = forums;
475 inkrato-0.6.10.tgz/server.js:384: GLOBAL.states = states;
475 inkrato-0.6.10.tgz/server.js:380: GLOBAL.priorities = priorities;
475 inkrato-0.6.10.tgz/server.js:376: GLOBAL.topics = topics;
475 inkrato-0.6.10.tgz/server.js:175: res.locals.states = GLOBAL.states;
475 inkrato-0.6.10.tgz/server.js:174: res.locals.priorities = GLOBAL.priorities;
475 inkrato-0.6.10.tgz/server.js:173: res.locals.topics = GLOBAL.topics;
475 inkrato-0.6.10.tgz/server.js:172: res.locals.forums = GLOBAL.forums;
475 inkrato-0.6.10.tgz/models/Post.js:99: if (GLOBAL.forums.length > 0 && this.forum && !/undefined/.test(this.forum.slug))
475 inkrato-0.6.10.tgz/models/Post.js:86: if (GLOBAL.forums.length > 0 && this.forum && !/undefined/.test(this.forum.slug))
475 inkrato-0.6.10.tgz/models/Post.js:68: if (GLOBAL.forums.length > 0 && this.forum && !/undefined/.test(this.forum.slug))
475 inkrato-0.6.10.tgz/models/Post.js:112: if (GLOBAL.forums.length > 0 && this.forum && !/undefined/.test(this.forum.slug))
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:99:GLOBAL.ResponseError = ResponseError;
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:105:GLOBAL.NotImplementedError = NotImplementedError;
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:104:GLOBAL.ServerError = ServerError;
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:103:GLOBAL.NotFoundError = NotFoundError;
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:102:GLOBAL.ForbiddenError = ForbiddenError;
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:101:GLOBAL.UnauthorizedError = UnauthorizedError;
471 stukko-1.7.16.tgz/lib/utils/exceptions.js:100:GLOBAL.BadRequestError = BadRequestError;
471 stukko-1.7.16.tgz/lib/core/stukko.js:56: if(GLOBAL && GLOBAL.$$LOG)
471 stukko-1.7.16.tgz/lib/core/stukko.js:45: GLOBAL.$$PATHS = {
471 stukko-1.7.16.tgz/lib/core/stukko.js:38: GLOBAL.$$UTILS = {
471 stukko-1.7.16.tgz/lib/core/stukko.js:35: GLOBAL._ = require('lodash');
471 stukko-1.7.16.tgz/lib/core/configuration/db.js:242: GLOBAL.$$DB = self.db;
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:459: GLOBAL.$$CONTROLLERS = self.modules.controllers || {};
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:419: GLOBAL[name] = model;
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:387: GLOBAL.$$SERVICES = self.services = self.modules.services || {};
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:332: GLOBAL.$$DEBUG = self.log.debug;
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:331: GLOBAL.$$LOG = self.log;
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:239: GLOBAL.$$PKG = self.pkgapp;
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:238: GLOBAL.$$SETTINGS = self.options;
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:1436: dbModels[k] = GLOBAL[modelName];
471 stukko-1.7.16.tgz/lib/core/configuration/configure.js:1435: if(GLOBAL[modelName])
468 filer-0.0.44.tgz/tests/bugs/issue225.js:13:GLOBAL.XMLHttpRequest = {};
462 slush-source3-3.0.23.tgz/templates/gulpfile.js:6:GLOBAL.registerFramework('application', __dirname + '/application/');
462 slush-source3-3.0.23.tgz/templates/gulpfile.js:5:GLOBAL.registerRootPath(__dirname);
455 node-vibrant-2.0.2.tgz/gulpfile.coffee:4:GLOBAL.config = require('./gulpconfig')
455 node-vibrant-2.0.2.tgz/gulpfile.coffee:3:GLOBAL.cli = heap.cli
455 node-vibrant-2.0.2.tgz/gulpfile.coffee:2:GLOBAL.heap = require('gulp-heap')
455 node-vibrant-2.0.2.tgz/gulpfile.coffee:1:GLOBAL.gulp = require('gulp')
453 react-timers-5.0.0.tgz/lib/index.js:53: return this.__rt_timeouts[this.__rt_timeouts.push(GLOBAL.setTimeout.apply(GLOBAL, [function () {
453 react-timers-5.0.0.tgz/lib/index.js:38: return this.__rt_intervals[this.__rt_intervals.push(GLOBAL.setInterval.apply(GLOBAL, [function () {
453 react-timers-5.0.0.tgz/lib/index.js:21: return GLOBAL.clearTimeout.apply(GLOBAL, arguments);
453 react-timers-5.0.0.tgz/lib/index.js:18: return GLOBAL.clearInterval.apply(GLOBAL, arguments);
453 react-timers-5.0.0.tgz/lib/index.js:15: this.__rt_timeouts.forEach(GLOBAL.clearTimeout);
453 react-timers-5.0.0.tgz/lib/index.js:12: this.__rt_intervals.forEach(GLOBAL.clearInterval);
452 html5sortable-0.3.1.tgz/test/umd/module.js:67: GLOBAL.$ = GLOBAL.jQuery = GLOBAL.sortable = undefined;
452 html5sortable-0.3.1.tgz/test/umd/module.js:45: GLOBAL.$ = GLOBAL.jQuery = GLOBAL.sortable = undefined;
452 html5sortable-0.3.1.tgz/test/umd/module.js:44: GLOBAL.window = GLOBAL.document.defaultView;
452 html5sortable-0.3.1.tgz/test/umd/module.js:43: GLOBAL.document = require('jsdom').jsdom('<html lang="en-US"></html>');
452 html5sortable-0.3.1.tgz/test/umd/module.js:10: GLOBAL.$ = GLOBAL.jQuery = GLOBAL.sortable = undefined;
452 html5sortable-0.3.1.tgz/test/internal.js:6: GLOBAL.$ = GLOBAL.jQuery = require('../node_modules/jquery/dist/jquery.js');
452 html5sortable-0.3.1.tgz/test/internal.js:5: GLOBAL.window = GLOBAL.document.defaultView;
452 html5sortable-0.3.1.tgz/test/internal.js:4: GLOBAL.document = require('jsdom').jsdom('<html lang="en-US"></html>');
452 html5sortable-0.3.1.tgz/test/ghost.js:6: GLOBAL.$ = GLOBAL.jQuery = require('../node_modules/jquery/dist/jquery.js');
452 html5sortable-0.3.1.tgz/test/ghost.js:5: GLOBAL.window = GLOBAL.document.defaultView;
452 html5sortable-0.3.1.tgz/test/ghost.js:4: GLOBAL.document = require('jsdom').jsdom('<html lang="en-US"></html>');
452 html5sortable-0.3.1.tgz/test/events.js:6: GLOBAL.$ = require('jquery');
452 html5sortable-0.3.1.tgz/test/events.js:5: GLOBAL.window = GLOBAL.document.defaultView;
452 html5sortable-0.3.1.tgz/test/events.js:4: GLOBAL.document = require('jsdom').jsdom('<html lang="en-US"></html>');
452 html5sortable-0.3.1.tgz/test/api.js:6: GLOBAL.$ = require('jquery');
452 html5sortable-0.3.1.tgz/test/api.js:5: GLOBAL.window = GLOBAL.document.defaultView;
452 html5sortable-0.3.1.tgz/test/api.js:4: GLOBAL.document = require('jsdom').jsdom('<html lang="en-US"></html>');
448 tagged-api-0.1.22.tgz/test/test_runner.js:4:GLOBAL.LIB_DIR = path.join(process.cwd(), 'lib');
448 tagged-api-0.1.22.tgz/test/test_runner.js:16:GLOBAL.expect = chai.expect;
448 tagged-api-0.1.22.tgz/test/test_runner.js:15:GLOBAL.assert = chai.assert;
448 tagged-api-0.1.22.tgz/test/test_runner.js:13:GLOBAL.chai = require('chai');
448 tagged-api-0.1.22.tgz/test/test_runner.js:10:GLOBAL.sinon = require('sinon');
446 remote-0.2.6.tgz/spec/proxy.spec.coffee:2:GLOBAL.verbose = true
446 remote-0.2.6.tgz/libs/remote.coffee:9: GLOBAL.verbose = opts.verbose or GLOBAL.verbose
446 remote-0.2.6.tgz/libs/remote.coffee:6:GLOBAL.verbose = false
446 remote-0.2.6.tgz/libs/remote.coffee:25: console.log 'File Options', fileOptions if GLOBAL.verbose
446 remote-0.2.6.tgz/libs/remote.coffee:18: console.log 'CLI Options', cliOptions if GLOBAL.verbose
446 remote-0.2.6.tgz/libs/remote.coffee:10: console.log 'Object Options', opts if GLOBAL.verbose
445 eea-searchserver-0.0.17.tgz/lib/routes/download.js:7: var app = require(path.join(GLOBAL.eea_app_home,"app.js"));
445 eea-searchserver-0.0.17.tgz/lib/framework/EEAFacetFramework.js:28: template = path.join(GLOBAL.eea_app_home, "views", template + ".jade");
445 eea-searchserver-0.0.17.tgz/lib/framework/EEAFacetFramework.js:180: var app = require(path.join(GLOBAL.eea_app_home,"app.js"));
445 eea-searchserver-0.0.17.tgz/lib/framework/EEAFacetFramework.js:161: var app = require(path.join(GLOBAL.eea_app_home,"app.js"));
445 eea-searchserver-0.0.17.tgz/lib/framework/EEAFacetFramework.js:15: GLOBAL.eea_app_home = app_home;
445 eea-searchserver-0.0.17.tgz/lib/framework/EEAFacetFramework.js:137: var app = require(path.join(GLOBAL.eea_app_home,"app.js"));
438 devkit-3.1.1.tgz/src/globals.js:6:GLOBAL.bind = base.bind;
438 devkit-3.1.1.tgz/src/globals.js:5:GLOBAL.merge = base.merge;
438 devkit-3.1.1.tgz/src/globals.js:4:GLOBAL.Class = base.Class;
438 devkit-3.1.1.tgz/modules/devkit-view-inspector/simulator/index.js:96: GLOBAL._name = name;
438 devkit-3.1.1.tgz/modules/devkit-view-inspector/simulator/index.js:141: if (GLOBAL.GC && GLOBAL.GC.app && GLOBAL.GC.app.uid) {
438 devkit-3.1.1.tgz/modules/devkit-simulator-client/client.js:45: GLOBAL.NATIVE.onBackButton && GLOBAL.NATIVE.onBackButton(evt);
419 censql-1.4.5.tgz/util/ScreenManager.js:187: GLOBAL.SHOULD_EXIT = true;
419 censql-1.4.5.tgz/util/ScreenManager.js:186: if (GLOBAL.censql.RUNNING_PROCESS) {
419 censql-1.4.5.tgz/util/ScreenManager.js:159: GLOBAL.SHOULD_EXIT = false;
419 censql-1.4.5.tgz/util/ScreenManager.js:153: GLOBAL.censql.RUNNING_PROCESS = false;
419 censql-1.4.5.tgz/util/ScreenManager.js:135: GLOBAL.SHOULD_EXIT = true;
419 censql-1.4.5.tgz/util/ScreenManager.js:120: GLOBAL.censql.RUNNING_PROCESS = true;
419 censql-1.4.5.tgz/util/ScreenManager.js:102: if (GLOBAL.censql.RUNNING_PROCESS) return;
419 censql-1.4.5.tgz/baseCommands/watch.js:86: return !GLOBAL.SHOULD_EXIT
419 censql-1.4.5.tgz/baseCommands/ping.js:101: return !GLOBAL.SHOULD_EXIT
419 censql-1.4.5.tgz/app.js:24: GLOBAL.censql.RUNNING_PROCESS = true;
419 censql-1.4.5.tgz/app.js:18: GLOBAL.censql = {};
419 censql-1.4.5.tgz/app.js:131: GLOBAL.censql.RUNNING_PROCESS = false;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/Utilities/ErrorUtils.js:27:module.exports = GLOBAL.ErrorUtils;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:190: GLOBAL.process.env.NODE_ENV = __DEV__ ? 'development' : 'production';
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:189: if (!GLOBAL.process.env.NODE_ENV) {
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:188: GLOBAL.process.env = GLOBAL.process.env || {};
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:187: GLOBAL.process = GLOBAL.process || {};
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:172: Object.defineProperty(GLOBAL.navigator, 'product', {value: 'ReactNative'});
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:163: polyfillGlobal('geolocation', require('Geolocation'), GLOBAL.navigator);
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:141: GLOBAL.Promise = require('Promise');
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:130: GLOBAL.alert = function(text) {
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:129: if (!GLOBAL.alert) {
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:122: GLOBAL.requestAnimationFrame = function(cb) {
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:121: GLOBAL.cancelAnimationFrame = JSTimers.clearInterval;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:120: GLOBAL.clearImmediate = JSTimers.clearImmediate;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:119: GLOBAL.clearInterval = JSTimers.clearInterval;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:118: GLOBAL.clearTimeout = JSTimers.clearTimeout;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:117: GLOBAL.setImmediate = JSTimers.setImmediate;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:116: GLOBAL.setInterval = JSTimers.setInterval;
412 react-native-desktop-0.3.0-rc3.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:115: GLOBAL.setTimeout = JSTimers.setTimeout;
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:462: err = GLOBAL[msg.err.name] ? new GLOBAL[msg.err.name](msg.err.message) : new Error(msg.err.message);
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:37: GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setTimeout(t,0); else setTimeout(fn,t); }
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:36:if(!GLOBAL.dpc)
411 zetta-rpc-0.2.15.tgz/example/server.js:62:GLOBAL.application = new Server();
411 zetta-rpc-0.2.15.tgz/example/router.js:156: GLOBAL.application = {
411 zetta-rpc-0.2.15.tgz/example/client.js:71: GLOBAL.application = new Client(mac);
411 ember-tools-0.2.8.tgz/packages/ember.js:6418: return IS_GLOBAL.test(path);
411 ember-tools-0.2.8.tgz/packages/ember.js:2758: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
410 pdfjs-1.0.0-alpha.5.tgz/lib/pdf/utils.js:38: var isBuffer = typeof GLOBAL !== 'undefined' && buf instanceof GLOBAL[('Buffer').toString()]
410 pdfjs-1.0.0-alpha.5.tgz/lib/pdf/utils.js:34: // GLOBAL[('Buffer').toString()] is used instead of Buffer to trick browserify
408 json-routing-0.1.4.tgz/lib/load.js:455: cors = json.GLOBAL.cors;
408 json-routing-0.1.4.tgz/lib/load.js:454: if (json.GLOBAL.hasOwnProperty('cors')) {
408 json-routing-0.1.4.tgz/lib/load.js:450: baseUrl = json.GLOBAL.baseUrl;
408 json-routing-0.1.4.tgz/lib/load.js:449: if (json.GLOBAL.hasOwnProperty('baseUrl')) {
408 json-routing-0.1.4.tgz/lib/load.js:444: globalMiddleware = json.GLOBAL.policy;
408 json-routing-0.1.4.tgz/lib/load.js:442: globalMiddleware.push(json.GLOBAL.policy);
408 json-routing-0.1.4.tgz/lib/load.js:441: if (_.isString(json.GLOBAL.policy)) {
408 json-routing-0.1.4.tgz/lib/load.js:439: if (json.GLOBAL.hasOwnProperty('policy')) {
408 json-routing-0.1.4.tgz/lib/load.js:435: basePathPolicy = path.join(options.processdir, json.GLOBAL.policyPath);
408 json-routing-0.1.4.tgz/lib/load.js:434: if (json.GLOBAL.hasOwnProperty('policyPath')) {
408 json-routing-0.1.4.tgz/lib/load.js:430: controller = json.GLOBAL.controller;
408 json-routing-0.1.4.tgz/lib/load.js:429: if (json.GLOBAL.hasOwnProperty('controller')) {
408 json-routing-0.1.4.tgz/lib/load.js:425: basePathController = path.join(options.processdir, json.GLOBAL.controllerPath);
408 json-routing-0.1.4.tgz/lib/load.js:424: if (json.GLOBAL.hasOwnProperty('controllerPath')) {
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:47: GLOBAL[alias] = wm[alias]; // publish to global
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:46: if (wm.publish && !GLOBAL[alias]) {
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:37: var wm = this; // GLOBAL.WebModule
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
407 uupaa.bit.js-0.5.2.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
407 uupaa.bit.js-0.5.2.tgz/lib/BitView.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
407 uupaa.bit.js-0.5.2.tgz/lib/Bit.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-toolbar-view.js:160: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-toolbar-view.js:158: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-toolbar-view.js:157: if (GLOBAL.hasOwnProperty("cRenderer")) {
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-select-histogram-view.js:9: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-select-histogram-view.js:8: if (GLOBAL.hasOwnProperty("cRenderer")) {
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-select-histogram-view.js:11: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-scatterplot-view.js:99: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-scatterplot-view.js:98: if (GLOBAL.hasOwnProperty("cRenderer")) {
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-scatterplot-view.js:101: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-parallel-coordinate-view.js:173: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-parallel-coordinate-view.js:171: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-parallel-coordinate-view.js:170: if (GLOBAL.hasOwnProperty("cRenderer")) {
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-histogram-view.js:526: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-histogram-view.js:524: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-histogram-view.js:523: if (GLOBAL.hasOwnProperty("cRenderer")) {
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-density-scatterplot-view.js:144: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-density-scatterplot-view.js:142: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/Views/canvas-density-scatterplot-view.js:141: if (GLOBAL.hasOwnProperty("cRenderer")) {
406 tonic-widgets-2.0.0.tgz/lib/canvas/ViewManager/index.js:237: GLOBAL.cRenderer = module;
406 tonic-widgets-2.0.0.tgz/lib/canvas/ViewManager/index.js:235: module = GLOBAL.cRenderer || {};
406 tonic-widgets-2.0.0.tgz/lib/canvas/ViewManager/index.js:234: if (GLOBAL.hasOwnProperty("cRenderer")) {
404 oberon-0.7.0.tgz/lib/templateprocessor.js:4: var settings = GLOBAL.settings;
404 oberon-0.7.0.tgz/lib/templateprocessor.js:24: GLOBAL.tags[tag] = plugin_tags[tag];
404 oberon-0.7.0.tgz/lib/templateprocessor.js:10: var default_tags = GLOBAL.tags;
404 oberon-0.7.0.tgz/lib/plugins/builtin.js:1:var settings = GLOBAL.settings;
404 oberon-0.7.0.tgz/lib/main.js:9: process.exit(GLOBAL.THEME_SETTINGS_FILE_NOT_FOUND);
404 oberon-0.7.0.tgz/lib/main.js:58: if (GLOBAL.args.command === 'init') {
404 oberon-0.7.0.tgz/lib/main.js:52: var theme_path = process.cwd() + '/themes/' + GLOBAL.settings.theme + '/theme_settings.yaml';
404 oberon-0.7.0.tgz/lib/main.js:48: GLOBAL.settings.theme = 'default';
404 oberon-0.7.0.tgz/lib/main.js:47: if (GLOBAL.settings.theme == null) {
404 oberon-0.7.0.tgz/lib/main.js:42: require('../templateprocessor').mergeTagsFromPlugin(GLOBAL.settings.plugins[i]);
404 oberon-0.7.0.tgz/lib/main.js:41: for (var i=0; i < GLOBAL.settings.plugins.length; i++) {
404 oberon-0.7.0.tgz/lib/main.js:40: if (GLOBAL.settings.plugins) {
404 oberon-0.7.0.tgz/lib/main.js:39: GLOBAL.tags = require('./plugins/builtin').tags;
404 oberon-0.7.0.tgz/lib/main.js:35: GLOBAL.settings.url = settings_url.substring(0, settings_url.length-1);
404 oberon-0.7.0.tgz/lib/main.js:33: var settings_url = GLOBAL.settings.url;
404 oberon-0.7.0.tgz/lib/main.js:30: GLOBAL.settings = jsyaml.load(data.toString());
404 oberon-0.7.0.tgz/lib/main.js:25: process.exit(GLOBAL.SETTINGS_FILE_NOT_FOUND)
404 oberon-0.7.0.tgz/lib/main.js:14: require('./commands/' + GLOBAL.args.command);
404 oberon-0.7.0.tgz/lib/main.js:13: GLOBAL.settings.theme_settings = jsyaml.load(data.toString());
404 oberon-0.7.0.tgz/lib/generators/postpage.js:60: permalink = GLOBAL.settings.url + '/' + path.dirname(file) + '/' + path.basename(file, ext) + '.html';
404 oberon-0.7.0.tgz/lib/generators/postpage.js:58: var permalink = GLOBAL.settings.url + '/archives/' + path.dirname(file) + '/' + path.basename(file, ext) + '.html';
404 oberon-0.7.0.tgz/lib/generators/postpage.js:50: copyright: 'Copyright &copy; ' + moment(new Date()).format('YYYY') + ', ' + GLOBAL.settings.author
404 oberon-0.7.0.tgz/lib/generators/postpage.js:46: page_title: entryData.title + ' // ' + GLOBAL.settings.title
404 oberon-0.7.0.tgz/lib/generators/postpage.js:43: var theme_path = process.cwd() + '/themes/' + GLOBAL.settings.theme;
404 oberon-0.7.0.tgz/lib/generators/home.js:76: var permalink = GLOBAL.settings.url + '/archives/' + path.dirname(entry.file_path) + '/' + entry.filename + '.html';
404 oberon-0.7.0.tgz/lib/generators/home.js:59: } else if (post_count >= GLOBAL.settings.max_home_entries) {
404 oberon-0.7.0.tgz/lib/generators/home.js:44: if (item != null && post_count < GLOBAL.settings.max_home_entries) {
404 oberon-0.7.0.tgz/lib/generators/home.js:107: copyright: 'Copyright &copy; ' + moment(new Date()).format('YYYY') + ', ' + GLOBAL.settings.author
404 oberon-0.7.0.tgz/lib/generators/home.js:103: page_title: GLOBAL.settings.title // homepage title always same as global site title
404 oberon-0.7.0.tgz/lib/generators/home.js:101: var theme_path = process.cwd() + '/themes/' + GLOBAL.settings.theme;
404 oberon-0.7.0.tgz/lib/generators/feed.js:34: var theme_path = process.cwd() + '/themes/' + GLOBAL.settings.theme;
404 oberon-0.7.0.tgz/lib/generators/archives.js:92: copyright: 'Copyright &copy; ' + moment(new Date()).format('YYYY') + ', ' + GLOBAL.settings.author
404 oberon-0.7.0.tgz/lib/generators/archives.js:88: page_title: 'Archives // ' + GLOBAL.settings.title
404 oberon-0.7.0.tgz/lib/generators/archives.js:86: var theme_path = process.cwd() + '/themes/' + GLOBAL.settings.theme;
404 oberon-0.7.0.tgz/lib/generators/archives.js:54: } else if (post_count >= GLOBAL.settings.max_feed_items) {
404 oberon-0.7.0.tgz/lib/generators/archives.js:39: if (item != null && post_count < GLOBAL.settings.max_feed_items) {
404 oberon-0.7.0.tgz/lib/commands/newpost.js:45: process.exit(GLOBAL.FILE_IO_ERROR);
404 oberon-0.7.0.tgz/lib/commands/newpost.js:19: dest = path1 + path2 + path3 + GLOBAL.args.slug + '.markdown';
404 oberon-0.7.0.tgz/lib/commands/newpost.js:18: if (GLOBAL.args.slug != null) {
404 oberon-0.7.0.tgz/lib/commands/newpage.js:21: process.exit(GLOBAL.FILE_IO_ERROR);
404 oberon-0.7.0.tgz/lib/commands/newpage.js:11: dest = process.cwd() + '/pages/' + GLOBAL.args.slug + '.markdown';
404 oberon-0.7.0.tgz/lib/commands/newpage.js:10: if (GLOBAL.args.slug != null) {
404 oberon-0.7.0.tgz/lib/commands/init.js:24: process.exit(GLOBAL.FILE_IO_ERROR);
404 oberon-0.7.0.tgz/lib/commands/generate.js:6: GLOBAL.settings.url = 'file://' + process.cwd() + '/_output';
404 oberon-0.7.0.tgz/lib/commands/generate.js:62: require('child_process').spawn('open', [GLOBAL.settings.url + '/index.html']);
404 oberon-0.7.0.tgz/lib/commands/generate.js:61: if (GLOBAL.args.preview === true) {
404 oberon-0.7.0.tgz/lib/commands/generate.js:5: if (GLOBAL.args.preview === true) {
404 oberon-0.7.0.tgz/lib/commands/generate.js:39: var theme_path = process.cwd() + '/themes/' + GLOBAL.settings.theme;
404 oberon-0.7.0.tgz/lib/commands/generate.js:30: process.exit(GLOBAL.FILE_IO_ERROR);
404 oberon-0.7.0.tgz/bin/oberon.js:8:GLOBAL.FILE_IO_ERROR = 3;
404 oberon-0.7.0.tgz/bin/oberon.js:7:GLOBAL.THEME_SETTINGS_FILE_NOT_FOUND = 2;
404 oberon-0.7.0.tgz/bin/oberon.js:6:GLOBAL.SETTINGS_FILE_NOT_FOUND = 1;
404 oberon-0.7.0.tgz/bin/oberon.js:63:GLOBAL.args = cli.parseArgs();
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/PageVisibilityEvent.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/PageVisibilityEvent.js:143: function $valid(val, fn, hint) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](val, fn, hint); } }
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/PageVisibilityEvent.js:142://function $args(fn, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(fn, args); } }
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/PageVisibilityEvent.js:141://function $some(val, str, ig) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(val, str, ig) : true; }
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/PageVisibilityEvent.js:140://function $keys(obj, str) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(obj, str) : true; }
400 uupaa.pagevisibilityevent.js-0.9.4.tgz/lib/PageVisibilityEvent.js:139: function $type(obj, type) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(obj, type) : true; }
386 isapi.js-2.0.6.tgz/lib/isapi.js:20:GLOBAL._remember = {};
386 isapi.js-2.0.6.tgz/lib/isapi.js:19:GLOBAL._last = null;
386 isapi.js-2.0.6.tgz/example.js:75: '$.data._id': function(val) { assert.equal(val, GLOBAL.spacedInfo.NewMaker._id ) },
386 isapi.js-2.0.6.tgz/example.js:74: '$.data.name': function(val) { assert.equal(val, GLOBAL.spacedInfo.NewMaker.name ) },
386 isapi.js-2.0.6.tgz/example.js:67: .path('/maker/' + GLOBAL.spacedInfo.NewMaker._id)
386 isapi.js-2.0.6.tgz/example.js:10:GLOBAL.spacedInfo = {};
386 isapi.js-2.0.6.tgz/example2.js:92: '$.data._id': function(val) { assert.equal(val, GLOBAL.spacedInfo.NewMaker._id ) },
386 isapi.js-2.0.6.tgz/example2.js:91: '$.data.name': function(val) { assert.equal(val, GLOBAL.spacedInfo.NewMaker.name ) },
386 isapi.js-2.0.6.tgz/example2.js:84: .path('/maker/' + GLOBAL.spacedInfo.NewMaker._id)
386 isapi.js-2.0.6.tgz/example2.js:27:GLOBAL.spacedInfo = {};
386 cached-tape-2.0.0.tgz/index.js:7: tape = GLOBAL.__TAPE_CACHED_LAZY_HARNESS = require('tape');
386 cached-tape-2.0.0.tgz/index.js:4:var tape = GLOBAL.__TAPE_CACHED_LAZY_HARNESS;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:49: GLOBAL.Test.Position.Long = null;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:48: GLOBAL.Test.Position.Short = null;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:156: GLOBAL.Test.Mock.Position = null;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:155: GLOBAL.Test.Mock.LongPosition = null;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:154: GLOBAL.Test.Mock.ShortPosition = null;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:134: GLOBAL.Test.Position.Long = null;
385 appolo-class-0.2.15.tgz/test/unit/namespace.js:133: GLOBAL.Test.Position.Short = null;
379 thready-0.0.9.tgz/worker.js:36: GLOBAL.worker.socket = socket ;
379 thready-0.0.9.tgz/worker.js:30: GLOBAL.worker.main.apply(GLOBAL,m.process)
379 thready-0.0.9.tgz/worker.js:2:GLOBAL.worker = {
379 thready-0.0.9.tgz/worker.js:24: GLOBAL.worker.main = eval( "(" + m.fn + ")" ) ;
379 thready-0.0.9.tgz/worker.js:18: GLOBAL.worker.main = require( m.module ) ;
379 thready-0.0.9.tgz/worker.js:10: main : function(){ GLOBAL.worker.emit(new Error('No Worker Function Provided')) }
377 jsio-2.2.4.tgz/packages/jsio.js:1027: GLOBAL['logger'] = logging.get('jsiocore');
375 get-translation-0.13.8.tgz/interface/core/page.js:363: GLOBAL.coreTmpls = requirejs(cf.CORE_TEMPLATES);
375 get-translation-0.13.8.tgz/interface/core/page.js:362: GLOBAL.layoutTmpls = requirejs(cf.LAYOUT_TEMPLATES);
375 get-translation-0.13.8.tgz/interface/core/page.js:361: GLOBAL.documentTmpls = requirejs(cf.DOCUMENT_TEMPLATES);
368 the-party-0.10.4.tgz/test/out/compiler/maps-and-output/main.js:2:GLOBAL.main = function () {
368 the-party-0.10.4.tgz/test/out/compiler/concatenate-deps/concatenate-deps.js:64: GLOBAL.main = function () {
368 the-party-0.10.4.tgz/src/test/compiler/deps-across-dirs/main.js:2:GLOBAL.main = function() { return dep.first() }
368 roadie-1.1.3.tgz/core.js:46: GLOBAL._super = function (classDef) {
365 zjs-1.0.2.tgz/z.js:1136: GLOBAL.z = z;
365 zjs-1.0.2.tgz/src/z.js:1136: GLOBAL.z = z;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:47: GLOBAL[alias] = wm[alias]; // publish to global
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:46: if (wm.publish && !GLOBAL[alias]) {
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:37: var wm = this; // GLOBAL.WebModule
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
360 uupaa.typedarray.js-0.4.0.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
360 uupaa.typedarray.js-0.4.0.tgz/lib/TypedArray.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
359 sitechef-0.0.27.tgz/lib/utilities/FetchJSON.coffee:132: "X-Sitechef-Version": GLOBAL.SITECHEF_VERSION
359 sitechef-0.0.27.tgz/lib/utilities/Download.coffee:91: "X-Sitechef-Version": GLOBAL.SITECHEF_VERSION
359 sitechef-0.0.27.tgz/lib/cli.coffee:27: GLOBAL.SITECHEF_VERSION = packageData.version
355 asimov-deploy-ui-0.7.4.tgz/app/start-server.js:52: GLOBAL.clientSockets = io;
354 emerald-0.0.13-alpha.tgz/app/terminal/main.js:56: GLOBAL.settings = _.extend(settings, newsettings);
354 emerald-0.0.13-alpha.tgz/app/terminal/main.js:33:GLOBAL.settings = require("../../settings");
354 emerald-0.0.13-alpha.tgz/app/terminal/generate-data.js:25:GLOBAL.settings = require('../../settings');
354 ember-tools-ext-0.1.17.tgz/packages/ember.js:6418: return IS_GLOBAL.test(path);
354 ember-tools-ext-0.1.17.tgz/packages/ember.js:2758: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
350 muon-core-6.0.1.tgz/old/lib/logging/logger.js:119:GLOBAL.logger = Logger('muon', level, '/tmp/muon.log', true,
350 hfs-0.1.7.tgz/main.js:6:GLOBAL.vfs = new vfsLib.Vfs();
350 hfs-0.1.7.tgz/lib/misc.js:7:GLOBAL.ABCifB = function(a,b,c) { return b ? ''+a+b+(c||'') : ''; }
350 hfs-0.1.7.tgz/lib/misc.js:56:GLOBAL.sizeOf = function(o) {
350 hfs-0.1.7.tgz/lib/misc.js:46:GLOBAL.Enum = function() {
350 hfs-0.1.7.tgz/lib/misc.js:40:GLOBAL.warning = function(condition, message){ if (!condition) dbg('Condition not met',message) };
350 hfs-0.1.7.tgz/lib/misc.js:19:GLOBAL.dbg = function(/*pre, */s) {
350 hfs-0.1.7.tgz/lib/misc.js:10:GLOBAL.log = function() {
350 hfs-0.1.7.tgz/lib/common.js:9:GLOBAL.vfsLib = require('./vfs');
350 hfs-0.1.7.tgz/lib/common.js:8:GLOBAL.misc = require('./misc');
350 hfs-0.1.7.tgz/lib/common.js:7:GLOBAL.ceLib = require('cloneextend');
350 hfs-0.1.7.tgz/lib/common.js:6:GLOBAL.assert = require('assert');
350 hfs-0.1.7.tgz/lib/common.js:5:GLOBAL.fs = require('fs');
350 hfs-0.1.7.tgz/lib/common.js:4:GLOBAL.os = require('os');
350 hfs-0.1.7.tgz/lib/common.js:3:GLOBAL.util = require('util');
350 hfs-0.1.7.tgz/lib/common.js:2:GLOBAL.path = require('path');
350 hfs-0.1.7.tgz/lib/common.js:10:GLOBAL.async = require('async');
347 bentojs-1.0.1.tgz/bin.js:5:GLOBAL.program = require('commander');
343 wolfpack-0.4.0.tgz/lib/wolfpack.js:2:GLOBAL.WOLFPACK = {
341 gs-project-1.4.8.tgz/lib/compiler/lib/compiler/SrcHandler.js:91: return 'GLOBAL.App.'+fileInfo.name+' := '+fileInfo.name;
341 gs-project-1.4.8.tgz/lib/compiler/lib/compiler/SrcHandler.js:112: namespaceText.push('GLOBAL.App.'+namespace+' := '+namespace);
341 gs-project-1.4.8.tgz/lib/compiler/lib/Compiler.js:224: 'GLOBAL.App := {}\n'+state.contents
339 zetta-i18n-0.1.12.tgz/zetta-i18n.js:36: GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setTimeout(t,0); else setTimeout(fn,t); }
339 zetta-i18n-0.1.12.tgz/zetta-i18n.js:35:if(!GLOBAL.dpc)
339 chart-parsers-0.0.28.tgz/lib/TypedFeatureStructure.js:138: if (GLOBAL.config.APPROPRIATE_FUNCTION && type_lattice.appropriate_function) {
339 chart-parsers-0.0.28.tgz/lib/ParserFactory.js:71: GLOBAL.config.LIST_OF_CATEGORIES = options.listOfCategories;
339 chart-parsers-0.0.28.tgz/lib/ParserFactory.js:67: GLOBAL.config.APPROPRIATE_FUNCTION = options.appropriate_function;
339 chart-parsers-0.0.28.tgz/lib/ParserFactory.js:63: GLOBAL.config.UNIFICATION = options.unification;
339 chart-parsers-0.0.28.tgz/lib/HeadCornerParser.js:72: if (GLOBAL.config.LIST_OF_CATEGORIES) {
339 chart-parsers-0.0.28.tgz/lib/HeadCornerParser.js:143: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/GoalItem.js:243: if (!GLOBAL.config.UNIFICATION || (new_item.data.fs !== grammar.type_lattice.top)) {
339 chart-parsers-0.0.28.tgz/lib/GoalItem.js:207: if (!GLOBAL.config.UNIFICATION || (new_item.data.fs !== grammar.type_lattice.top)) {
339 chart-parsers-0.0.28.tgz/lib/GoalItem.js:121: 'fs': GLOBAL.config.UNIFICATION ? rule.fs.copy(grammar.type_lattice) : null
339 chart-parsers-0.0.28.tgz/lib/EarleyItem.js:64: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/EarleyItem.js:46: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/EarleyItem.js:247: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/EarleyItem.js:181: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/EarleyItem.js:108: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/DoubleDottedItem.js:97: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/DoubleDottedItem.js:83: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/DoubleDottedItem.js:68: 'fs': GLOBAL.config.UNIFICATION ? this.data.fs.copy(grammar.type_lattice) : null
339 chart-parsers-0.0.28.tgz/lib/DoubleDottedItem.js:309: if (!GLOBAL.config.UNIFICATION || (new_item.data.fs !== grammar.type_lattice.top)) {
339 chart-parsers-0.0.28.tgz/lib/DoubleDottedItem.js:275: if (!GLOBAL.config.UNIFICATION || (new_item.data.fs !== grammar.type_lattice.top)) {
339 chart-parsers-0.0.28.tgz/lib/DoubleDottedItem.js:127: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/CYKParser.js:61: if (GLOBAL.config.UNIFICATION && !GLOBAL.config.LIST_OF_CATEGORIES) {
339 chart-parsers-0.0.28.tgz/lib/CYKParser.js:55: if (GLOBAL.config.LIST_OF_CATEGORIES) {
339 chart-parsers-0.0.28.tgz/lib/CYKParser.js:107: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/CYK_Item.js:91: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/CYK_Item.js:58: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/CYK_Item.js:46: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/CYK_Item.js:197: if (!GLOBAL.config.UNIFICATION || (new_item.data.fs !== grammar.type_lattice.top)) {
339 chart-parsers-0.0.28.tgz/lib/CYK_Item.js:165: if (!GLOBAL.config.UNIFICATION || (new_item.data.fs != grammar.type_lattice.top)) {
339 chart-parsers-0.0.28.tgz/lib/ChartParser.js:51: if (GLOBAL.config.LIST_OF_CATEGORIES) {
339 chart-parsers-0.0.28.tgz/lib/ChartParser.js:144: if (GLOBAL.config.UNIFICATION) {
339 chart-parsers-0.0.28.tgz/lib/ChartParser.js:123: 'fs': GLOBAL.config.UNIFICATION
339 chart-parsers-0.0.28.tgz/lib/AppropriateFunction.js:41: if (GLOBAL.config.APPROPRIATE_FUNCTION) {
339 chart-parsers-0.0.28.tgz/config/Settings.js:45:GLOBAL.config = config;
338 ft-api-client-4.2.0.tgz/test/apiSpec.js:260: GLOBAL.fetch.restore();
338 ft-api-client-4.2.0.tgz/test/apiSpec.js:242: var resultContext = JSON.parse(GLOBAL.fetch.lastCall.args[1].body).resultContext;
338 ft-api-client-4.2.0.tgz/test/apiSpec.js:225: GLOBAL.fetch.restore();
338 ft-api-client-4.2.0.tgz/test/apiSpec.js:223: expect(GLOBAL.fetch.lastCall.args[1].timeout).to.equal(3000);
338 ft-api-client-4.2.0.tgz/test/apiSpec.js:221: expect(GLOBAL.fetch.lastCall.args[1].timeout).to.equal(3000);
335 rn-packager-0.1.5.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:33: GLOBAL.MutationObserver = undefined;
335 rn-packager-0.1.5.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:28: GLOBAL.document.createElement = null;
335 rn-packager-0.1.5.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:27: if (GLOBAL.document) {
335 rn-packager-0.1.5.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:21: GLOBAL.Image = {
335 rn-packager-0.1.5.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:16: GLOBAL.Text = {
331 zetta-utils-0.1.8.tgz/zetta-utils.js:37:GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setTimeout(t,0); else setTimeout(fn,t); }
327 magic-globals-0.5.0.tgz/tests/index.js:44:GLOBAL.__filid = ' +'
327 magic-globals-0.5.0.tgz/index.js:63: filid = GLOBAL.__filid;
327 magic-globals-0.5.0.tgz/index.js:61: if ( typeof GLOBAL.__filid !== 'undefined' && GLOBAL.__filid )
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
323 uupaa.hash.js-0.2.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
323 uupaa.hash.js-0.2.4.tgz/lib/Hash.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
323 generator-caribou-0.2.15.tgz/templates/test/server_helper.js:7:GLOBAL.__fixture = function(name) {
323 gaffaviewcompiler-0.1.9.tgz/gvc.js:2:GLOBAL.window = {
323 gaffaviewcompiler-0.1.9.tgz/gvc.js:21:GLOBAL.XMLHttpRequest = function () {
323 gaffaviewcompiler-0.1.9.tgz/gvc.js:20:GLOBAL.document = GLOBAL.window.document;
321 conga-framework-0.0.26.tgz/lib/kernel/kernel.js:71: GLOBAL.Conga = {
313 willikins-0.4.0.tgz/sources/_setup.js:9:GLOBAL.__willikins_core_modules = Path.join( __willikins_core_dir, 'node_modules' );
313 willikins-0.4.0.tgz/sources/_setup.js:8:GLOBAL.__willikins_core_dir = Path.resolve( process.argv[ 1 ] );
313 spaceload-0.0.30.tgz/lib/Spaceload.js:116: GLOBAL.USE = function(namespace) { return SPACELOAD.use(namespace); };
313 spaceload-0.0.30.tgz/lib/Spaceload.js:115: GLOBAL.SPACELOAD = spaceload;
312 wallapatta-0.5.1.tgz/wallapatta.js:39: GLOBAL.Weya = require('./lib/weya/weya');
312 wallapatta-0.5.1.tgz/lib/mod/mod.js:21: GLOBAL.Mod = Mod;
308 misojs-0.0.26.tgz/system/main.view.js:39: " if(typeof route.authenticate !== 'undefined'? route.authenticate: "+GLOBAL.serverConfig.all+"){",
308 misojs-0.0.26.tgz/system/main.view.js:36: (GLOBAL.serverConfig.authentication.enabled? [
308 misojs-0.0.26.tgz/system/index.js:302: GLOBAL.misoModels[key] = value;
308 misojs-0.0.26.tgz/system/index.js:296: GLOBAL.misoModels = GLOBAL.misoModels || {};
308 misojs-0.0.26.tgz/system/config.js:19: GLOBAL.serverConfig = serverConfig;
308 misojs-0.0.26.tgz/system/auth_middle.js:7: var serverConfig = GLOBAL.serverConfig,
308 misojs-0.0.26.tgz/system/auth_middle.js:18: secret = GLOBAL.serverConfig.authentication.secret;
308 misojs-0.0.26.tgz/system/auth_middle.js:17: var loginUrlPattern = GLOBAL.serverConfig.authentication.loginUrlPattern,
308 misojs-0.0.26.tgz/system/api/authentication/authentication.api.js:9: secret = GLOBAL.serverConfig.authentication.secret;
308 misojs-0.0.26.tgz/system/api/api.js:164: var model = GLOBAL.misoModels["model." + type],
308 misojs-0.0.26.tgz/system/api/api.js:148: return GLOBAL.misoModels["model." + type];
308 alinex-make-0.4.6.tgz/lib/testTask.js:75: proc = spawn(cmd, ['-f', path.join(GLOBAL.ROOT_DIR, 'coffeelint.json'), 'src'], {
308 alinex-make-0.4.6.tgz/lib/testTask.js:70: proc = spawn(cmd, ['-f', path.join(GLOBAL.ROOT_DIR, 'coffeelint.json'), 'src'], {
308 alinex-make-0.4.6.tgz/lib/testTask.js:68: debug("exec " + dir + "> " + cmd + " -f " + (path.join(GLOBAL.ROOT_DIR, 'coffeelint.json')) + " src");
308 alinex-make-0.4.6.tgz/lib/testTask.js:53: return path.join(GLOBAL.ROOT_DIR, 'bin/xdg-open');
308 alinex-make-0.4.6.tgz/lib/testTask.js:31: url = path.join(GLOBAL.ROOT_DIR, dir, 'coverage', 'lcov-report', 'index.html');
308 alinex-make-0.4.6.tgz/lib/testTask.js:176: coveralls = path.join(GLOBAL.ROOT_DIR, 'node_modules/coveralls/bin/coveralls.js');
308 alinex-make-0.4.6.tgz/lib/index.js:24: GLOBAL.PKG = JSON.parse(fs.readFileSync(path.join(ROOT_DIR, 'package.json')));
308 alinex-make-0.4.6.tgz/lib/index.js:22: GLOBAL.ROOT_DIR = path.dirname(__dirname);
308 alinex-make-0.4.6.tgz/lib/docTask.js:47: file = path.join(GLOBAL.ROOT_DIR, 'var/src/docstyle', (pack.name.split(/-/))[0] + '.js');
308 alinex-make-0.4.6.tgz/lib/docTask.js:45: file = path.join(GLOBAL.ROOT_DIR, 'var/local/docstyle', (pack.name.split(/-/))[0] + '.js');
308 alinex-make-0.4.6.tgz/lib/docTask.js:37: file = path.join(GLOBAL.ROOT_DIR, 'var/src/docstyle', (pack.name.split(/-/))[0] + '.css');
308 alinex-make-0.4.6.tgz/lib/docTask.js:35: file = path.join(GLOBAL.ROOT_DIR, 'var/local/docstyle', (pack.name.split(/-/))[0] + '.css');
308 alinex-make-0.4.6.tgz/lib/docTask.js:152: docker = path.join(GLOBAL.ROOT_DIR, "node_modules/.bin/docker");
308 alinex-make-0.4.6.tgz/lib/docTask.js:133: return path.join(GLOBAL.ROOT_DIR, 'bin/xdg-open');
308 alinex-make-0.4.6.tgz/lib/createTask.js:68: return fs.copy(path.join(GLOBAL.ROOT_DIR, '.npmignore'), file, cb);
308 alinex-make-0.4.6.tgz/lib/createTask.js:107: return fs.copy(path.join(GLOBAL.ROOT_DIR, '.gitignore'), file, cb);
307 node-simple-queue-0.2.9.tgz/lib/worker_process.js:30: GLOBAL[job['CLASS_NAME']].perform(job.PARAMS,function(error,success){
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:95: html = minify(html, GLOBAL.options.minifySettings);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:94: if (!GLOBAL.options.dontMinify) {
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:92: var html = mustache.render(grunt.file.read(this.$page), this.$data.content, GLOBAL.partials.$data);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:75: data = getJSON(dataFile.replace('.json', '.' + GLOBAL.options.env + '.json'), this.$data.copy);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:74: if (GLOBAL.options.env) {
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:71: dataFile = path.normalize(GLOBAL.options.dataDir + '/' + dataFile);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:70: if (GLOBAL.options.dataDir) {
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:52: if (GLOBAL.options.logLevel > 0) {
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:50: this.$dest = fileGroups.dest.replace(path.extname(fileGroups.dest), GLOBAL.options.output);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:48: this.$data = GLOBAL.data;
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:226: GLOBAL.pages.push(new Page(fileGroups));
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:222: GLOBAL.data = getJSON(GLOBAL.options.globalData);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:221: if (GLOBAL.options.globalData) {
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:218: GLOBAL.partials = new Partials();
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:217: if (GLOBAL.options.partials) {
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:211: GLOBAL.options = this.options({
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:158: html = minify(html, GLOBAL.options.minifySettings);
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:112: this.options = GLOBAL.options.partials;
303 grunt-mustache-generate-1.3.1.tgz/tasks/mustache_generate.js:100: if (GLOBAL.options.logLevel > 0) {
302 register-js-1.2.2.tgz/register.js:432: GLOBAL.requireJSON = requireJSON;
302 register-js-1.2.2.tgz/register.js:431: GLOBAL.register = register;
300 ying-0.2.1.tgz/lib/main.js:10:GLOBAL._e = function(t) {
299 angular-inspector-0.3.6.tgz/inspector-server.js:2:GLOBAL.$ = GLOBAL.jQuery = require('jquery-deferred');
299 angular-inspector-0.3.6.tgz/inspector-server.js:229: if (GLOBAL.fiddler) {
299 angular-inspector-0.3.6.tgz/inspector-server.js:228: GLOBAL.fiddler = false;
297 clustr-node-0.16.0.tgz/spec/emitter_spec.coffee:16: GLOBAL.setTimeout = (cb) -> cb()
297 clustr-node-0.16.0.tgz/spec/cluster_spec.coffee:259: GLOBAL.setTimeout = (cb) -> cb()
291 dora-anyproxy-3.9.0.tgz/proxy.js:93: GLOBAL.recorder = new Recorder();
291 dora-anyproxy-3.9.0.tgz/proxy.js:91: GLOBAL.recorder = new Recorder({filename: option.dbFile});
291 dora-anyproxy-3.9.0.tgz/proxy.js:79: GLOBAL._throttle = new ThrottleGroup({rate: 1024 * parseInt(option.throttle) }); // rate - byte/sec
291 dora-anyproxy-3.9.0.tgz/proxy.js:2: GLOBAL.util = require('./lib/util');
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:76: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:63: GLOBAL.recorder.updateExtInfo(resourceInfoId, {map : req.anyproxy_map_local});
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:51: resourceInfoId = GLOBAL.recorder.appendRecord(resourceInfo);
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:50: if(GLOBAL.recorder){
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:376: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:349: var readable = conn.pipe(GLOBAL._throttle.throttle());
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:348: if(GLOBAL._throttle && !shouldIntercept ){
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:296: resourceInfoId = GLOBAL.recorder.appendRecord(resourceInfo);
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:236: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:217: var readable = thrStream.pipe(GLOBAL._throttle.throttle());
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:214: if(GLOBAL._throttle){
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:107: GLOBAL.recorder && GLOBAL.recorder.updateRecord(resourceInfoId,resourceInfo);
291 dora-anyproxy-3.9.0.tgz/lib/recorder.js:127: GLOBAL.recorder.getSingleRecord(id,function(err,doc){
288 crypto-balance-0.0.20.tgz/test/test_helper.coffee:2:GLOBAL.expect = chai.expect
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
280 uupaa.m3u.js-0.1.5.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
280 uupaa.m3u.js-0.1.5.tgz/lib/M3U.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
277 spas-0.1.21.tgz/spas.js:87: var spasService = spawn(GLOBAL.config.isLocal ? 'node' : 'spas', params, { detached: true, stdio: [ 'ignore', 'ignore', 'ignore' ] });
277 spas-0.1.21.tgz/spas.js:84: params.push(GLOBAL.config.args.log);
277 spas-0.1.21.tgz/spas.js:82: if (GLOBAL.config.args.log) {
277 spas-0.1.21.tgz/spas.js:81: if (GLOBAL.config.args.dev) params.push('--dev');
277 spas-0.1.21.tgz/spas.js:79: var params = GLOBAL.config.isLocal ? ['spas'] : [];
277 spas-0.1.21.tgz/spas.js:70:if (GLOBAL.config.args.service) {
277 spas-0.1.21.tgz/spas.js:63:if (GLOBAL.config.args.create) {
277 spas-0.1.21.tgz/spas.js:37:GLOBAL.config = {};
277 spas-0.1.21.tgz/spas.js:36:GLOBAL.cronjobs = [];
277 spas-0.1.21.tgz/spas.js:35:GLOBAL.bundles = {};
277 spas-0.1.21.tgz/spas.js:212: winston.info('Listening on port ' + GLOBAL.config.port);
277 spas-0.1.21.tgz/spas.js:211: server.listen(GLOBAL.config.port);
277 spas-0.1.21.tgz/spas.js:131: oauth.saveOauthToken( GLOBAL.bundles[bid][key], querystring.parse((url.parse(this.req.url).query)).oauth_token, querystring.parse((url.parse(this.req.url).query)).oauth_verifier, bid, key, function( tout ) {
277 spas-0.1.21.tgz/spas.js:126: var bidkey = GLOBAL.config.guids[cookies.authCode].split(',');
277 spas-0.1.21.tgz/lib/streaming.js:9:if (GLOBAL.config.redis.auth) {
277 spas-0.1.21.tgz/lib/streaming.js:8:var client = redis.createClient(GLOBAL.config.redis.port, GLOBAL.config.redis.address);
277 spas-0.1.21.tgz/lib/streaming.js:10: client.auth(GLOBAL.config.redis.auth, function (err) {
277 spas-0.1.21.tgz/lib/oauth.js:79: var oaData = GLOBAL.config.authentication[api.auth.provider],
277 spas-0.1.21.tgz/lib/oauth.js:37: var oaData = GLOBAL.config.authentication[api.auth.provider];
277 spas-0.1.21.tgz/lib/oauth.js:16: client.auth(GLOBAL.config.redis.auth, function (err) {
277 spas-0.1.21.tgz/lib/oauth.js:15:if (GLOBAL.config.redis.auth) {
277 spas-0.1.21.tgz/lib/oauth.js:14:var client = redis.createClient(GLOBAL.config.redis.port, GLOBAL.config.redis.address);
277 spas-0.1.21.tgz/lib/oauth.js:134: var oaData = GLOBAL.config.authentication[api.auth.provider];
277 spas-0.1.21.tgz/lib/oauth.js:129: if (!_.has(GLOBAL.config, 'authentication') || !_.has(GLOBAL.config.authentication, api.auth.provider)) {
277 spas-0.1.21.tgz/lib/oauth.js:107: redirect: GLOBAL.config.url+'/bundle/'+bid,
277 spas-0.1.21.tgz/lib/oauth2.js:90: params.redirect_uri = GLOBAL.config.url + '/oauth2';
277 spas-0.1.21.tgz/lib/oauth2.js:70: var oaData = GLOBAL.config.authentication[api.auth.provider],
277 spas-0.1.21.tgz/lib/oauth2.js:49: 'redirect_uri': GLOBAL.config.url+'/oauth2',
277 spas-0.1.21.tgz/lib/oauth2.js:36: var oaData = GLOBAL.config.authentication[api.auth.provider];
277 spas-0.1.21.tgz/lib/oauth2.js:173: redirect: GLOBAL.config.url + '/bundle/' + state[0]
277 spas-0.1.21.tgz/lib/oauth2.js:15: client.auth(GLOBAL.config.redis.auth, function (err) {
277 spas-0.1.21.tgz/lib/oauth2.js:14:if (GLOBAL.config.redis.auth) {
277 spas-0.1.21.tgz/lib/oauth2.js:13:var client = redis.createClient(GLOBAL.config.redis.port, GLOBAL.config.redis.address);
277 spas-0.1.21.tgz/lib/logging.js:52: level: GLOBAL.config.args.log,
277 spas-0.1.21.tgz/lib/logging.js:43: level: GLOBAL.config.args.log,
277 spas-0.1.21.tgz/lib/logging.js:38:if (GLOBAL.config.args.spawned) {
277 spas-0.1.21.tgz/lib/keystone2.js:12: client.auth(GLOBAL.config.redis.auth, function (err) {
277 spas-0.1.21.tgz/lib/keystone2.js:11:if (GLOBAL.config.redis.auth) {
277 spas-0.1.21.tgz/lib/keystone2.js:10:var client = redis.createClient(GLOBAL.config.redis.port, GLOBAL.config.redis.address);
277 spas-0.1.21.tgz/lib/engine.js:60: GLOBAL.bundles[bid].locked = true;
277 spas-0.1.21.tgz/lib/engine.js:58: if (Number(jDoc.secleft) < 0 && !GLOBAL.bundles[bid].locked) {
277 spas-0.1.21.tgz/lib/engine.js:487: GLOBAL.bundles[bid].locked = false;
277 spas-0.1.21.tgz/lib/engine.js:471: GLOBAL.config.guids[doc.guid] = doc.authBundle+','+doc.authPart;
277 spas-0.1.21.tgz/lib/engine.js:240: GLOBAL.bundles[bid].expiration = new Date(jDoc.expires);
277 spas-0.1.21.tgz/lib/engine.js:189: var bundle = GLOBAL.bundles[bid],
277 spas-0.1.21.tgz/lib/engine.js:16: client.auth(GLOBAL.config.redis.auth, function (err) {
277 spas-0.1.21.tgz/lib/engine.js:15:if (GLOBAL.config.redis.auth) {
277 spas-0.1.21.tgz/lib/engine.js:14:var client = redis.createClient(GLOBAL.config.redis.port, GLOBAL.config.redis.address);
277 spas-0.1.21.tgz/lib/config.js:85:GLOBAL.config = config;
277 spas-0.1.21.tgz/lib/bundleManager.js:88: GLOBAL.cronjobs.push(job);
277 spas-0.1.21.tgz/lib/bundleManager.js:78: GLOBAL.cronjobs = [];
277 spas-0.1.21.tgz/lib/bundleManager.js:74: _.each(GLOBAL.cronjobs, function (job, idx) {
277 spas-0.1.21.tgz/lib/bundleManager.js:71: GLOBAL.bundles = bundles;
277 spas-0.1.21.tgz/lib/bundleManager.js:16:if (GLOBAL.config.isLocal && !fs.existsSync(bundlesFolder)) fs.mkdirSync(bundlesFolder);
277 spas-0.1.21.tgz/lib/bundleManager.js:13:var bundlesFolder = GLOBAL.config.isLocal ? process.cwd() + '/bundles' : process.cwd();
277 spas-0.1.21.tgz/lib/bundleManager.js:133:if ( GLOBAL.config.args.create ) {
275 zongji-0.3.2.tgz/index.js:99: // MySQL < 5.6.2 does not support @@GLOBAL.binlog_checksum
275 zongji-0.3.2.tgz/index.js:92: var sql = 'select @@GLOBAL.binlog_checksum as checksum';
272 egs-0.3.1.tgz/lib/runtime.js:253: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
272 egs-0.3.1.tgz/lib/egs.js:337: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
272 egs-0.3.1.tgz/lib/command.js:236: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
272 egs-0.3.1.tgz/extras/egs-runtime.js:259: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
272 egs-0.3.1.tgz/extras/egs.js:356: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
271 fjson-0.2.1b.tgz/fjson.js:143: JSON = ((_ref = GLOBAL.JSON) != null ? _ref : GLOBAL.JSON = {});
270 reactivity-2.4.1.tgz/lib/index.js:91: module.exports = GLOBAL.reactivity;
270 reactivity-2.4.1.tgz/lib/index.js:87: return GLOBAL.reactivity = build();
270 reactivity-2.4.1.tgz/lib/index.js:78: if ((other = GLOBAL.reactivity) != null) {
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
269 uupaa.thread.js-0.0.22.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
269 uupaa.thread.js-0.0.22.tgz/lib/ThreadProxy.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
269 uupaa.thread.js-0.0.22.tgz/lib/ThreadPool.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
269 uupaa.thread.js-0.0.22.tgz/lib/Thread.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
268 strapping-1.5.2.tgz/routes/pages.js:26:var options = GLOBAL._strapping;
268 strapping-1.5.2.tgz/index.js:10: GLOBAL._strapping = options || {};
268 strapping-1.5.2.tgz/asset-manager.js:16: basePath: GLOBAL._strapping.basePath,
264 emp.ria-jsbuild3-0.1.25.tgz/lib/jsbuild3.js:180: (ria = ria || _GLOBAL.ria || {}).__CFG = ria.__CFG || [].slice.call(document.getElementsByTagName('script'))
263 6px-0.1.6.tgz/lib/px.js:274:GLOBAL.px = function(input) {
261 radioactive-1.6.0.tgz/src/radioactive.coffee:780: module.exports = GLOBAL.radioactive
261 radioactive-1.6.0.tgz/src/radioactive.coffee:777: if create then GLOBAL.radioactive = GLOBAL.Ra = build_public_api()
261 radioactive-1.6.0.tgz/src/radioactive.coffee:771: if ( other = GLOBAL.radioactive )?
259 simput-1.0.5.tgz/bin/manager.js:61: Simput = GLOBAL.Simput;
259 simput-1.0.5.tgz/bin/converter.js:42: var output = GLOBAL.Simput.types[type].convert(inputContents);
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
255 uupaa.sort.js-0.9.3.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
255 uupaa.sort.js-0.9.3.tgz/lib/Sort.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
253 buster-resources-0.3.2.tgz/test/processors/iife-processor-test.js:50: "__GLOBAL.buster=buster;}" +
253 buster-resources-0.3.2.tgz/test/processors/iife-processor-test.js:37: "__GLOBAL.sinon=sinon;}" +
253 buster-resources-0.3.2.tgz/test/processors/iife-processor-test.js:36: "__GLOBAL.buster=buster;" +
253 buster-resources-0.3.2.tgz/test/processors/iife-processor-test.js:26: "__GLOBAL.buster=buster;}" +
251 emp.ria-framework-0.1.19.tgz/mvc/Controller.js:247: if(_BROWSER && href != _GLOBAL.location.hash && history.pushState)
251 emp.ria-framework-0.1.19.tgz/dom/Events.js:13: var Node = _BROWSER ? _GLOBAL.Node : Object;
251 emp.ria-framework-0.1.19.tgz/dom/Dom.js:21: global = _BROWSER ? _GLOBAL.document : null;
251 emp.ria-framework-0.1.19.tgz/controls/ActionFormControl.js:6: var H5F = _GLOBAL['H5F'] || null;
251 codeflow-0.0.20.tgz/activities/codeflow/node/script.js:54: fn(require, inputData, callback, GLOBAL, GLOBAL.CONFIG, '', __dirname, options)
251 codeflow-0.0.20.tgz/activities/codeflow/node/script.js:40: scriptFn(proxyRequire, inputData, callback, GLOBAL, GLOBAL.CONFIG, filepath, cwd, options)
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
246 uupaa.clock.js-0.1.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
246 uupaa.clock.js-0.1.4.tgz/lib/Clock.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
246 hexo-math-2.0.1.tgz/test-runner.js:16:GLOBAL.result = { posts: {}, pages: {} };
246 hexo-math-2.0.1.tgz/test-runner.js:15:GLOBAL.hexo = hexo;
246 hexo-math-2.0.1.tgz/test-runner.js:14:GLOBAL.expect = chai.expect;
246 hexo-math-2.0.1.tgz/test-runner.js:13:GLOBAL.chai = require('chai');
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
240 uupaa.random.js-0.3.3.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
240 uupaa.random.js-0.3.3.tgz/lib/Random.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
237 fdboost-0.1.10.tgz/src/enhance/encoding/adapters/integer.coffee:28:sizeLimits = new GLOBAL.Array(8)
237 fdboost-0.1.10.tgz/lib/enhance/encoding/adapters/integer.js:44: sizeLimits = new GLOBAL.Array(8);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/test.js:8: definitions.GLOBAL.action.connect,
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/test.js:7: definitions.GLOBAL.DEFAULT_CONNECTION_ID,
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/test.js:23: definitions.GLOBAL.DEFAULT_CONNECTION_ID,
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/test.js:22: definitions.GLOBAL.action.connect,
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:63: action: definitions.GLOBAL.action.error
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:60: action: definitions.GLOBAL.action.scrape
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:57: action: definitions.GLOBAL.action.announce
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:54: action: definitions.GLOBAL.action.connect
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:45: action: definitions.GLOBAL.action.scrape
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:42: event: _.values(definitions.GLOBAL.event)
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:41: action: definitions.GLOBAL.action.announce,
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:38: action: definitions.GLOBAL.action.connect
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:37: connection_id: definitions.GLOBAL.DEFAULT_CONNECTION_ID,
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:25:definitions.GLOBAL.DEFAULT_CONNECTION_ID = Buffer.concat([
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:23:definitions.GLOBAL.event.stopped = int32Buffer(3);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:22:definitions.GLOBAL.event.started = int32Buffer(2);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:21:definitions.GLOBAL.event.completed = int32Buffer(1);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:20:definitions.GLOBAL.event.none = int32Buffer(0);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:19:definitions.GLOBAL.event = {};
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:17:definitions.GLOBAL.action.error = int32Buffer(3);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:16:definitions.GLOBAL.action.scrape = int32Buffer(2);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:15:definitions.GLOBAL.action.announce = int32Buffer(1);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:14:definitions.GLOBAL.action.connect = int32Buffer(0);
236 salamander-0.0.4.tgz/src/tracker/udp/protocol/auditor/definitions.js:13:definitions.GLOBAL.action = {};
236 salamander-0.0.4.tgz/src/tracker/udp/client/index.js:58: opts.connection_id = definitions.GLOBAL.DEFAULT_CONNECTION_ID;
236 salamander-0.0.4.tgz/src/tracker/udp/client/index.js:21: self.actions = definitions.GLOBAL.action;
236 salamander-0.0.4.tgz/src/tracker/udp/client/index.js:200: opts.connection_id = self.connection_id ? self.connection_id : definitions.GLOBAL.DEFAULT_CONNECTION_ID;
236 salamander-0.0.4.tgz/src/tracker/udp/client/index.js:144: opts.connection_id = self.connection_id ? self.connection_id : definitions.GLOBAL.DEFAULT_CONNECTION_ID;
236 salamander-0.0.4.tgz/src/peer/tcp/wire/test.js:18: definitions.GLOBAL.pstr,
236 salamander-0.0.4.tgz/src/peer/tcp/wire/test.js:17: definitions.GLOBAL.pstrlen,
236 salamander-0.0.4.tgz/src/peer/tcp/test.js:37: definitions.GLOBAL.message_id.choke
236 salamander-0.0.4.tgz/src/peer/tcp/test.js:36: definitions.GLOBAL.message_length.choke,
236 salamander-0.0.4.tgz/src/peer/tcp/test.js:30: definitions.GLOBAL.pstr,
236 salamander-0.0.4.tgz/src/peer/tcp/test.js:29: definitions.GLOBAL.pstrlen,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:40:parser.client.write(definitions.GLOBAL.message.interested);
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:34: definitions.GLOBAL.pstr,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:33: definitions.GLOBAL.pstrlen,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:29: definitions.GLOBAL.message.unchoke
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:28: definitions.GLOBAL.message.choke,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:24: definitions.GLOBAL.pstr,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/parser/test.js:23: definitions.GLOBAL.pstrlen,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:98: message_id: definitions.GLOBAL.message_id.bitfield
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:95: message_id: definitions.GLOBAL.message_id.have
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:94: message_length: definitions.GLOBAL.message_length.have,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:91: message_id: definitions.GLOBAL.message_id.not_interested
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:90: message_length: definitions.GLOBAL.message_length.not_interested,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:87: message_id: definitions.GLOBAL.message_id.interested
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:86: message_length: definitions.GLOBAL.message_length.interested,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:83: message_id: definitions.GLOBAL.message_id.unchoke
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:82: message_length: definitions.GLOBAL.message_length.unchoke,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:79: message_id: definitions.GLOBAL.message_id.choke
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:78: message_length: definitions.GLOBAL.message_length.choke,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:73: pstr: definitions.GLOBAL.pstr
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:72: pstrlen: definitions.GLOBAL.pstrlen,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:61: definitions.GLOBAL.message_id.not_interested
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:60: definitions.GLOBAL.message_length.not_interested,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:57: definitions.GLOBAL.message_id.interested
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:56: definitions.GLOBAL.message_length.interested,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:53: definitions.GLOBAL.message_id.unchoke
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:52: definitions.GLOBAL.message_length.unchoke,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:49: definitions.GLOBAL.message_id.choke
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:48: definitions.GLOBAL.message_length.choke,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:45: definitions.GLOBAL.message_length.keep_alive
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:43:definitions.GLOBAL.message = {
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:32:definitions.GLOBAL.message_length = {
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:20:definitions.GLOBAL.message_id = {
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:19:definitions.GLOBAL.pstr = new Buffer('BitTorrent protocol');
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:18:definitions.GLOBAL.pstrlen = genByte(19);
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:113: message_id: definitions.GLOBAL.message_id.port
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:112: message_length: definitions.GLOBAL.message_length.port,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:109: message_id: definitions.GLOBAL.message_id.cancel
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:108: message_length: definitions.GLOBAL.message_length.cancel,
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:105: message_id: definitions.GLOBAL.message_id.piece
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:102: message_id: definitions.GLOBAL.message_id.request
236 salamander-0.0.4.tgz/src/peer/tcp/protocol/auditor/definitions.js:101: message_length: definitions.GLOBAL.message_length.request,
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:316: opts.message_id = definitions.GLOBAL.message_id.port;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:315: opts.message_length = definitions.GLOBAL.message_length.port;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:302: opts.message_id = definitions.GLOBAL.message_id.cancel;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:301: opts.message_length = definitions.GLOBAL.message_length.cancel;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:288: opts.message_id = definitions.GLOBAL.message_id.piece;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:275: opts.message_id = definitions.GLOBAL.message_id.request;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:274: opts.message_length = definitions.GLOBAL.message_length.request;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:261: opts.message_id = definitions.GLOBAL.message_id.bitfield;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:248: opts.message_id = definitions.GLOBAL.message_id.have;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:247: opts.message_length = definitions.GLOBAL.message_length.have;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:234: opts.message_id = definitions.GLOBAL.message_id.not_interested;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:233: opts.message_length = definitions.GLOBAL.message_length.not_interested;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:220: opts.message_id = definitions.GLOBAL.message_id.interested;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:219: opts.message_length = definitions.GLOBAL.message_length.interested;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:206: opts.message_id = definitions.GLOBAL.message_id.unchoke;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:205: opts.message_length = definitions.GLOBAL.message_length.unchoke;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:192: opts.message_id = definitions.GLOBAL.message_id.choke;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:191: opts.message_length = definitions.GLOBAL.message_length.choke;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:178: opts.pstr = definitions.GLOBAL.pstr;
236 salamander-0.0.4.tgz/src/peer/tcp/index.js:177: opts.pstrlen = definitions.GLOBAL.pstrlen;
233 jflow-framework-1.1.0.tgz/jflow-framework.js:1183: GLOBAL.jflow = newjFlow;
233 jflow-framework-1.1.0.tgz/jflow-framework.js:1174: var result = jFlowFramework.checkIntegrity( GLOBAL.jflow, newjFlow );
233 jflow-framework-1.1.0.tgz/jflow-framework.js:1173: if(GLOBAL.jflow){
233 grunt-tastypie-schema-0.2.0.tgz/tasks/tastypie_schema.js:13: GLOBAL.request = request.defaults({
233 grunt-tastypie-schema-0.2.0.tgz/tasks/lib/login.js:3:var request = GLOBAL.request || require('request');
233 grunt-tastypie-schema-0.2.0.tgz/tasks/lib/fetch.js:3:var request = GLOBAL.request || require('request');
232 grunt-mocha-chai-sinon-0.0.9.tgz/tasks/mocha-chai-sinon.js:54: GLOBAL.sinon = SinonJS;
232 grunt-mocha-chai-sinon-0.0.9.tgz/tasks/mocha-chai-sinon.js:53: GLOBAL.assert = ChaiJS.assert;
232 grunt-mocha-chai-sinon-0.0.9.tgz/tasks/mocha-chai-sinon.js:52: GLOBAL.expect = ChaiJS.expect;
232 grunt-mocha-chai-sinon-0.0.9.tgz/tasks/mocha-chai-sinon.js:51: GLOBAL.should = ChaiJS.should;
230 astros-0.0.12.tgz/lib/astro.js:9: if (GLOBAL.astro) {
230 astros-0.0.12.tgz/lib/astro.js:15: GLOBAL.astro = this;
230 astros-0.0.12.tgz/lib/astro.js:10: return GLOBAL.astro;
225 protolus-0.0.13-alpha.tgz/protolus-combined.js:147:if(!GLOBAL.Protolus) GLOBAL.Protolus = Protolus;
221 pouch.core-0.0.6.tgz/app.js:608: if (GLOBAL.USEDB) {
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/lang/ja.js:1:GLOBAL["WebModule"]["IntentDialog"]["resource"]["ja"] = {
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/lang/en.js:1:GLOBAL["WebModule"]["IntentDialog"]["resource"]["en"] = {
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/IntentDialogTemplate.js:1:GLOBAL["WebModule"]["IntentDialog"]["template"] = (function multiline() {/*
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/IntentDialog.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
218 uupaa.chrometrigger.js-0.3.2.tgz/lib/ChromeTrigger.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
216 barbakoa-0.0.17.tgz/test/server/test.js:8:GLOBAL.expect = require("chai").expect;
215 sdh-api-0.1.0-alpha.4.tgz/sessions.js:93: for(var token in GLOBAL.SESSIONS) {
215 sdh-api-0.1.0-alpha.4.tgz/sessions.js:88: GLOBAL.SESSIONS = {};
215 sdh-api-0.1.0-alpha.4.tgz/sessions.js:55: GLOBAL.SESSIONS[token]['info']['lastAccess'] = Date.now();
215 sdh-api-0.1.0-alpha.4.tgz/sessions.js:51: delete GLOBAL.SESSIONS[token];
215 sdh-api-0.1.0-alpha.4.tgz/sessions.js:35: var session = GLOBAL.SESSIONS[token];
215 sdh-api-0.1.0-alpha.4.tgz/index.js:53: GLOBAL.getDirName = require("path").dirname;
215 sdh-api-0.1.0-alpha.4.tgz/index.js:52: GLOBAL.mkdirp = require("mkdirp");
215 sdh-api-0.1.0-alpha.4.tgz/index.js:51: GLOBAL.log = null;
215 sdh-api-0.1.0-alpha.4.tgz/index.js:124: GLOBAL.lastUpdate = null;
215 sdh-api-0.1.0-alpha.4.tgz/index.js:122: GLOBAL.agentId = uuid(); // uuid 4
215 sdh-api-0.1.0-alpha.4.tgz/index.js:121: GLOBAL.uuid = require('uuid4');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:119: GLOBAL.N3 = require('n3');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:117: GLOBAL.amqp = require('amqplib/callback_api');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:115: GLOBAL.underscore = require('underscore');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:112: GLOBAL.request = require('request');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:111: GLOBAL.syncRequest = require('sync-request');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:109: GLOBAL.http = require('http');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:106: GLOBAL.moment = require('moment');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:104: GLOBAL.sdhTools = require('./sdh/sdhTools');
215 sdh-api-0.1.0-alpha.4.tgz/index.js:102: GLOBAL.fs = require('fs');
215 sdh-api-0.1.0-alpha.4.tgz/controllers/Auth.js:57: GLOBAL.SESSIONS[token] = {
215 sdh-api-0.1.0-alpha.4.tgz/authentication.js:43: GLOBAL.passport.use(new BearerStrategy(
215 sdh-api-0.1.0-alpha.4.tgz/authentication.js:33: GLOBAL.passport.use(new LdapStrategy({
215 sdh-api-0.1.0-alpha.4.tgz/authentication.js:27: GLOBAL.passport = require('passport');
214 co-suspend-0.1.6.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
213 cordova-plugin-livereload-1.2.1.tgz/lib/utils/helpers.js:94: return !!GLOBAL.isLiveReloadActive;
213 cordova-plugin-livereload-1.2.1.tgz/lib/utils/helpers.js:90: GLOBAL.isLiveReloadActive = true;
213 capslockscript-0.0.4.tgz/INDEX.JS:5:BOOTSTRAP.FUNCTION = GLOBAL[BOOTSTRAP.UNESCAPE('%46%75%6E%63%74%69%6F%6E')];
213 capslockscript-0.0.4.tgz/INDEX.JS:45: DELETE GLOBAL["BOOTSTRAP".TOUPPERCASE()]; \
212 treadmill-2.0.2.tgz/treadmill.js:599: GLOBAL[p] = vocab[p];
212 bedrock-1.0.9.tgz/lib/test.js:145: GLOBAL.should = chai.should();
212 bedrock-1.0.9.tgz/lib/test.js:144: GLOBAL.chai = chai;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/MPEG2TSParser.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
211 uupaa.mpeg2ts.js-0.0.7.tgz/lib/MPEG2TS.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
210 matter-js-0.9.0.tgz/test/lib/resurrect.js:402: var Node = Resurrect.GLOBAL.Node || function() {};
210 matter-js-0.9.0.tgz/demo/js/lib/matter-tools/matter-tools-dev.js:5734: var Node = Resurrect.GLOBAL.Node || function() {};
209 basyt-0.3.0.tgz/user.js:4:var Config = GLOBAL.APP_CONFIG.basyt.auth,
209 basyt-0.3.0.tgz/test/config.js:26:module.exports = GLOBAL.APP_CONFIG;
209 basyt-0.3.0.tgz/test/config.js:1:GLOBAL.APP_CONFIG = {
209 basyt-0.3.0.tgz/index.js:15: var config = GLOBAL.APP_CONFIG;
206 rtest-0.0.15.tgz/models/index.js:6:var config = GLOBAL.appConfig;
206 generator-java-webapp-2.0.7.tgz/app/templates/src/js/sea-config.js:7: seaRoot = GLOBAL.SEA_ROOT;
206 generator-java-webapp-2.0.7.tgz/app/templates/src/js/sea-config.js:6: appRoot = GLOBAL.APP_ROOT.indexOf('http://') >-1 ? GLOBAL.APP_ROOT : ('http://' + location.host + GLOBAL.APP_ROOT),
205 sails-raven-0.11.22.tgz/lib/index.js:8:GLOBAL.peek1 = function peek1(val) {
205 sails-raven-0.11.22.tgz/lib/index.js:5:GLOBAL.peek = function peek(val) {
205 sails-raven-0.11.22.tgz/lib/index.js:20:GLOBAL.peek5 = function peek5(val) {
205 sails-raven-0.11.22.tgz/lib/index.js:17:GLOBAL.peek4 = function peek4(val) {
205 sails-raven-0.11.22.tgz/lib/index.js:14:GLOBAL.peek3 = function peek3(val) {
205 sails-raven-0.11.22.tgz/lib/index.js:11:GLOBAL.peek2 = function peek2(val) {
202 generator-modernweb-1.1.3.tgz/app/templates/lib/app.js:7:GLOBAL.APPROOT = path.resolve(path.join(__dirname, '../'));
201 taco-livereload-1.0.3.tgz/lib/utils/helpers.js:97: GLOBAL.isLiveReloadActive = true;
201 taco-livereload-1.0.3.tgz/lib/utils/helpers.js:101: return !!GLOBAL.isLiveReloadActive;
196 konzilo_webservice-0.5.0.tgz/src/endpoint.coffee:233: { name: "title", label: "GLOBAL.TITLE" }
196 konzilo_webservice-0.5.0.tgz/src/endpoint.coffee:232: { name: "content", label: "GLOBAL.CONTENT" }
196 konzilo_webservice-0.5.0.tgz/src/endpoint.coffee:226: { name: "password", label: "GLOBAL.PASSWORD" }
196 konzilo_webservice-0.5.0.tgz/src/endpoint.coffee:225: { name: "username", label: "GLOBAL.USERNAME" }
196 konzilo_webservice-0.5.0.tgz/src/endpoint.coffee:224: { name: "url", label: "GLOBAL.URL" }
196 konzilo_webservice-0.5.0.tgz/src/endpoint.coffee:153: { name: "url", label: "GLOBAL.URL" }
196 konzilo_webservice-0.5.0.tgz/lib/endpoint.js:396: label: "GLOBAL.TITLE"
196 konzilo_webservice-0.5.0.tgz/lib/endpoint.js:393: label: "GLOBAL.CONTENT"
196 konzilo_webservice-0.5.0.tgz/lib/endpoint.js:383: label: "GLOBAL.PASSWORD"
196 konzilo_webservice-0.5.0.tgz/lib/endpoint.js:380: label: "GLOBAL.USERNAME"
196 konzilo_webservice-0.5.0.tgz/lib/endpoint.js:377: label: "GLOBAL.URL"
196 konzilo_webservice-0.5.0.tgz/lib/endpoint.js:258: label: "GLOBAL.URL"
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:84: GLOBAL.cancelAnimationFrame(id);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:80: GLOBAL.clearImmediate(id);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:76: GLOBAL.clearInterval(id);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:72: GLOBAL.clearTimeout(id);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:57:var _requestAnimationFrame = setter(GLOBAL.requestAnimationFrame, _cancelAnimationFrame, _rafs);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:56:var _cancelAnimationFrame = clearer(GLOBAL.cancelAnimationFrame, _rafs);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:53:var _setImmediate = setter(GLOBAL.setImmediate, _clearImmediate, _immediates);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:52:var _clearImmediate = clearer(GLOBAL.clearImmediate, _immediates);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:49:var _setInterval = setter(GLOBAL.setInterval, function() {/* noop */}, _intervals);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:48:var _clearInterval = clearer(GLOBAL.clearInterval, _intervals);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:45:var _setTimeout = setter(GLOBAL.setTimeout, _clearTimeout, _timeouts);
193 react-native-timer-mixin-0.11.0.tgz/TimerMixin.js:44:var _clearTimeout = clearer(GLOBAL.clearTimeout, _timeouts);
193 globalizer-0.2.2.tgz/index.js:22: GLOBAL[_name] = (typeof mod[_name] === 'string') ? require(mod[_name]) : mod[_name];
193 globalizer-0.2.2.tgz/index.js:16: GLOBAL[mod] = require(mod);
190 withadvice-0.0.8.tgz/test/support/helper.js:9:GLOBAL._ = require('underscore')
190 hubacli-1.9.1.tgz/config.js:47: GLOBAL.LOG = logger;
189 graylog-0.1.4.tgz/sayHello.js:4:GLOBAL.graylogFacility='hellokitty';
189 graylog-0.1.4.tgz/sayHello.js:3:GLOBAL.graylogToConsole=true;
189 graylog-0.1.4.tgz/graylog.js:9:GLOBAL.LOG_ALERT=1; // action must be taken immediately
189 graylog-0.1.4.tgz/graylog.js:96: graylog2Client.send(compressedMessage, 0, compressedMessage.length, GLOBAL.graylogPort, address, function (err, byteCount) {
189 graylog-0.1.4.tgz/graylog.js:8:GLOBAL.LOG_EMERG=0; // system is unusable
189 graylog-0.1.4.tgz/graylog.js:86: graylog2Client.send(chunk, 0, chunk.length, GLOBAL.graylogPort, address, function (err, byteCount) {
189 graylog-0.1.4.tgz/graylog.js:74: chunkBytes = (byteOffset + GLOBAL.graylogChunkSize) < compressedMessage.length ? GLOBAL.graylogChunkSize : (compressedMessage.length - byteOffset),
189 graylog-0.1.4.tgz/graylog.js:63: sequenceSize = Math.ceil(compressedMessage.length / GLOBAL.graylogChunkSize),
189 graylog-0.1.4.tgz/graylog.js:25:GLOBAL.graylogAdditionalFields = {};
189 graylog-0.1.4.tgz/graylog.js:24:GLOBAL.graylogChunkSize = 1100; // 8192 is the maximum
189 graylog-0.1.4.tgz/graylog.js:23:GLOBAL.graylogSequence = 0;
189 graylog-0.1.4.tgz/graylog.js:22:GLOBAL.graylogFacility = 'Node.js';
189 graylog-0.1.4.tgz/graylog.js:21:GLOBAL.graylogToConsole = false;
189 graylog-0.1.4.tgz/graylog.js:20:GLOBAL.graylogHostname = require('os').hostname();
189 graylog-0.1.4.tgz/graylog.js:19:GLOBAL.graylogPort = 12201;
189 graylog-0.1.4.tgz/graylog.js:194:GLOBAL.log = log;
189 graylog-0.1.4.tgz/graylog.js:18:GLOBAL.graylogHost = 'localhost';
189 graylog-0.1.4.tgz/graylog.js:16:GLOBAL.LOG_DEBUG=7; // debug-level message
189 graylog-0.1.4.tgz/graylog.js:167: sendFunc(graylog2Client, compressedMessage, GLOBAL.graylogHost);
189 graylog-0.1.4.tgz/graylog.js:165: resolveAndSend(graylog2Client, compressedMessage, GLOBAL.graylogHost, sendFunc);
189 graylog-0.1.4.tgz/graylog.js:164: if (!net.isIPv4(GLOBAL.graylogHost)) {
189 graylog-0.1.4.tgz/graylog.js:160: if (compressedMessage.length > GLOBAL.graylogChunkSize) {
189 graylog-0.1.4.tgz/graylog.js:15:GLOBAL.LOG_INFO=6; // informational message
189 graylog-0.1.4.tgz/graylog.js:14:GLOBAL.LOG_NOTICE=5; // normal, but significant, condition
189 graylog-0.1.4.tgz/graylog.js:146: if (GLOBAL.graylogToConsole) {
189 graylog-0.1.4.tgz/graylog.js:141: opts['_logSequence'] = GLOBAL.graylogSequence++;
189 graylog-0.1.4.tgz/graylog.js:140: if (GLOBAL.graylogSequence) {
189 graylog-0.1.4.tgz/graylog.js:13:GLOBAL.LOG_WARNING=4; // warning conditions
189 graylog-0.1.4.tgz/graylog.js:12:GLOBAL.LOG_ERROR=3; // because people WILL typo
189 graylog-0.1.4.tgz/graylog.js:128: var additionalFields = GLOBAL.graylogAdditionalFields;
189 graylog-0.1.4.tgz/graylog.js:125: opts.facility = opts.facility || GLOBAL.graylogFacility;
189 graylog-0.1.4.tgz/graylog.js:124: opts.level = opts.level !== undefined ? opts.level : GLOBAL.LOG_INFO;
189 graylog-0.1.4.tgz/graylog.js:123: opts.host = opts.host || GLOBAL.graylogHostname;
189 graylog-0.1.4.tgz/graylog.js:11:GLOBAL.LOG_ERR=3; // error conditions
189 graylog-0.1.4.tgz/graylog.js:10:GLOBAL.LOG_CRIT=2; // critical conditions
189 graylog-0.1.4.tgz/graylog.js:102: dns.resolve4(GLOBAL.graylogHost, function(dnsErr, addr) {
188 ember-cli-ember-validations-0.0.18.tgz/app/components/validate-with.js:7: return IS_GLOBAL.test(path);
188 ember-cli-ember-validations-0.0.18.tgz/app/components/input-validate.js:11: return IS_GLOBAL.test(path);
186 beyo-model-mapper-0.2.0.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
183 uupaa.useragent.js-0.0.13.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
183 uupaa.useragent.js-0.0.13.tgz/lib/UserAgent.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
182 overpass-wizard-0.0.5.tgz/parser.js:59: { type: "literal", value: "GLOBAL", description: "\"GLOBAL\"" },
181 grunt-unused-functions-0.1.0.tgz/tasks/unused_functions.js:57: GLOBAL[sInsertName] = function(line){
181 generator-source3-3.0.10.tgz/app/templates/gulpfile.js:3:GLOBAL.registerFramework('application', __dirname + '/application/');
181 fai-0.2.14.tgz/lib/index.js:3:GLOBAL.fi = {};
180 protolus-templates-0.0.10-alpha.tgz/protolus-templates.js:124: var Protolus = GLOBAL.Protolus || {};
178 nhttpd-0.0.10.tgz/src/httpd.js:70:GLOBAL.assert=assert
178 nhttpd-0.0.10.tgz/src/httpd.js:67:GLOBAL.dbg3=debug>2?dump:function(){}
178 nhttpd-0.0.10.tgz/src/httpd.js:66:GLOBAL.dbg2=debug>1?dump:function(){}
178 nhttpd-0.0.10.tgz/src/httpd.js:65:GLOBAL.dbg1=debug>0?dump:function(){}
178 nhttpd-0.0.10.tgz/src/httpd.js:59:GLOBAL.dump=dump
177 jtsys-0.1.4.tgz/src/lib/network.coffee:25: transmitDrop : GLOBAL.parseInt values[12]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:24: transmitErrs : GLOBAL.parseInt values[11]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:23: transmitPackets : GLOBAL.parseInt values[10]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:22: transmitBytes : GLOBAL.parseInt values[9]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:21: receiveDrop : GLOBAL.parseInt values[4]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:20: receiveErrs : GLOBAL.parseInt values[3]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:19: receivePackets : GLOBAL.parseInt values[2]
177 jtsys-0.1.4.tgz/src/lib/network.coffee:18: receiveBytes : GLOBAL.parseInt values[1]
177 jtsys-0.1.4.tgz/src/lib/memory.coffee:21: swapFree = GLOBAL.parseInt info.substring(swapTotalStr.length)
177 jtsys-0.1.4.tgz/src/lib/memory.coffee:19: swapTotal = GLOBAL.parseInt info.substring(swapTotalStr.length)
177 jtsys-0.1.4.tgz/src/lib/disk.coffee:21: percent : 100 - GLOBAL.parseInt values[4]
177 jtsys-0.1.4.tgz/src/lib/disk.coffee:17: avail = GLOBAL.parseFloat values[3]
177 jtsys-0.1.4.tgz/src/lib/disk.coffee:16: if !GLOBAL.isNaN used
177 jtsys-0.1.4.tgz/src/lib/disk.coffee:15: used = GLOBAL.parseFloat values[2]
177 jtsys-0.1.4.tgz/src/index.coffee:47: timerId = GLOBAL.setInterval ->
177 jtsys-0.1.4.tgz/src/index.coffee:45: GLOBAL.clearInterval timerId if timerId
177 jtsys-0.1.4.tgz/dest/lib/network.js:36: transmitDrop: GLOBAL.parseInt(values[12])
177 jtsys-0.1.4.tgz/dest/lib/network.js:35: transmitErrs: GLOBAL.parseInt(values[11]),
177 jtsys-0.1.4.tgz/dest/lib/network.js:34: transmitPackets: GLOBAL.parseInt(values[10]),
177 jtsys-0.1.4.tgz/dest/lib/network.js:33: transmitBytes: GLOBAL.parseInt(values[9]),
177 jtsys-0.1.4.tgz/dest/lib/network.js:32: receiveDrop: GLOBAL.parseInt(values[4]),
177 jtsys-0.1.4.tgz/dest/lib/network.js:31: receiveErrs: GLOBAL.parseInt(values[3]),
177 jtsys-0.1.4.tgz/dest/lib/network.js:30: receivePackets: GLOBAL.parseInt(values[2]),
177 jtsys-0.1.4.tgz/dest/lib/network.js:29: receiveBytes: GLOBAL.parseInt(values[1]),
177 jtsys-0.1.4.tgz/dest/lib/memory.js:33: swapFree = GLOBAL.parseInt(info.substring(swapTotalStr.length));
177 jtsys-0.1.4.tgz/dest/lib/memory.js:31: swapTotal = GLOBAL.parseInt(info.substring(swapTotalStr.length));
177 jtsys-0.1.4.tgz/dest/lib/disk.js:30: percent: 100 - GLOBAL.parseInt(values[4]),
177 jtsys-0.1.4.tgz/dest/lib/disk.js:26: avail = GLOBAL.parseFloat(values[3]);
177 jtsys-0.1.4.tgz/dest/lib/disk.js:25: if (!GLOBAL.isNaN(used)) {
177 jtsys-0.1.4.tgz/dest/lib/disk.js:24: used = GLOBAL.parseFloat(values[2]);
177 jtsys-0.1.4.tgz/dest/index.js:65: timerId = GLOBAL.setInterval(function() {
177 jtsys-0.1.4.tgz/dest/index.js:62: GLOBAL.clearInterval(timerId);
176 respec-3.2.92.tgz/js/core/base-runner.js:26: GLOBAL.respecEvents = {
176 respec-3.2.92.tgz/examples/respec-debug.js:206: GLOBAL.respecEvents = {
173 cassini-0.1.7.tgz/src/cassini.js:8: GLOBAL.template_path = cli_args.templatePath || path.normalize(__dirname + '/templates/underscoreish');
173 cassini-0.1.7.tgz/src/cassini.js:7: GLOBAL.verbose = cli_args.verbose || false;
172 gulp-jasmine-webdriverio-0.3.0.tgz/index.js:69: GLOBAL.browser = typeof options.ngRoot === 'undefined' ? webdriverio.remote(options) : webdriverjsAngular.remote(options);
172 gulp-jasmine-webdriverio-0.3.0.tgz/index.js:271: return GLOBAL.browser.end(function () {
172 gulp-jasmine-webdriverio-0.3.0.tgz/index.js:269: if (GLOBAL.browser) {
172 gulp-jasmine-webdriverio-0.3.0.tgz/index.js:262: sessionID = GLOBAL.browser.requestHandler.sessionID;
172 gulp-jasmine-webdriverio-0.3.0.tgz/index.js:241: GLOBAL.browser.init(function (err) {
169 wrtc-ice-cand-parse-0.0.11.tgz/test/index.js:12: GLOBAL.window = {}; // Imitate global window object
165 basyt-mongodb-collection-0.3.0.tgz/test/03_validations.js:2:GLOBAL.APP_CONFIG = {
165 basyt-mongodb-collection-0.3.0.tgz/test/02_relations.js:2:GLOBAL.APP_CONFIG = {
165 basyt-mongodb-collection-0.3.0.tgz/test/01_basic_crud.js:2:GLOBAL.APP_CONFIG = {
165 basyt-mongodb-collection-0.3.0.tgz/connector.js:2: config = GLOBAL.APP_CONFIG.mongodb;
164 kosmtik-0.0.13.tgz/src/Config.js:11:GLOBAL.kosmtik = {};
164 actorjs-persist-1.0.5.tgz/test/ActorPersist.js:47: GLOBAL.localStorage = {
164 actorjs-persist-1.0.5.tgz/test/ActorPersist.js:18: GLOBAL.XMLHttpRequest = function() {
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
163 uupaa.textureatlas.js-0.0.14.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
163 uupaa.textureatlas.js-0.0.14.tgz/lib/TextureAtlas.js:732: return GLOBAL["performance"] ? GLOBAL["performance"].now() : Date.now();
163 uupaa.textureatlas.js-0.0.14.tgz/lib/TextureAtlas.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
163 jthalog-0.1.3.tgz/src/logger.coffee:159: total = GLOBAL.parseInt total
163 jthalog-0.1.3.tgz/src/logger.coffee:107: time = GLOBAL.parseInt time
163 jthalog-0.1.3.tgz/dest/logger.js:235: total = GLOBAL.parseInt(total);
163 jthalog-0.1.3.tgz/dest/logger.js:157: time = GLOBAL.parseInt(time);
162 webdriverio-master-2.5.0-beta.tgz/lib/webdriverio.js:42: GLOBAL.WDIO_GLOBALS = {
162 webdriverio-master-2.5.0-beta.tgz/lib/utils/ErrorHandler.js:98: this.message += (GLOBAL.WDIO_GLOBALS.coloredLogs ? colors.dkgray : '') + '\n\n' + pad('', 6) + 'Callstack:\n';
162 webdriverio-master-2.5.0-beta.tgz/lib/utils/ErrorHandler.js:97: GLOBAL.WDIO_GLOBALS = GLOBAL.WDIO_GLOBALS || {};
161 waldojs-0.1.9.tgz/lib/waldo.js:89: GLOBAL.DEBUG && match.log();
161 waldojs-0.1.9.tgz/lib/waldo.js:37: GLOBAL.DEBUG = true;
161 waldojs-0.1.9.tgz/lib/waldo.js:36: if (this === GLOBAL.waldo) {
161 waldojs-0.1.9.tgz/lib/waldo.js:183:GLOBAL.waldo = _Object$assign({}, find, { debug: true });
161 waldojs-0.1.9.tgz/lib/waldobundle.js:83: GLOBAL.DEBUG = true;
161 waldojs-0.1.9.tgz/lib/waldobundle.js:82: if (this === GLOBAL.waldo) {
161 waldojs-0.1.9.tgz/lib/waldobundle.js:229: GLOBAL.waldo = _Object$assign({}, find, { debug: true });
161 waldojs-0.1.9.tgz/lib/waldobundle.js:135: GLOBAL.DEBUG && match.log();
160 hapi-stylus-2.1.0.tgz/test/hapi-stylus.spec.coffee:6:GLOBAL.expect = chai.expect
159 oodebe-0.1.16.tgz/worker.js:17:GLOBAL.cluster = {};
159 oodebe-0.1.16.tgz/worker.js:16:GLOBAL.__basedir = '';
159 oodebe-0.1.16.tgz/worker.js:15:GLOBAL.__pluginsdir = '';
159 oodebe-0.1.16.tgz/stop.js:9:GLOBAL.__port = process.env.npm_package_config_port || 3000;
159 oodebe-0.1.16.tgz/start.js:10:GLOBAL.__pluginsdir = cluster.plugin_path || process.env.npm_package_config_plugin;
159 oodebe-0.1.16.tgz/oodebe.js:9:GLOBAL.__basedir = __dirname + '/';
159 oodebe-0.1.16.tgz/oodebe.js:8:GLOBAL.cluster = require(cluster_config);
159 oodebe-0.1.16.tgz/oodebe.js:176: GLOBAL.discover = new Discover({
159 oodebe-0.1.16.tgz/oodebe.js:128:GLOBAL.redisClient = redis.createClient(cluster.redis.port, cluster.redis.host);
159 oodebe-0.1.16.tgz/oodebe.js:10:GLOBAL.__pluginsdir = cluster.plugin_path || process.env.npm_package_config_plugin || process.env.__pluginsdir;
159 generator-hapihappy-0.0.9.tgz/generators/app/templates/_server.js:9:GLOBAL.server = new Hapi.Server();
159 generator-hapihappy-0.0.9.tgz/generators/app/templates/_server_db.js:13: GLOBAL.server = new Hapi.Server();
159 contracts-js-0.6.3.tgz/js/libs/ember-1.5.1.js:7265: return IS_GLOBAL.test(path);
159 contracts-js-0.6.3.tgz/js/libs/ember-1.5.1.js:3016: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
158 sandcli-0.0.7.tgz/use.js:5:GLOBAL.sand = GLOBAL.fjs;
158 sandcli-0.0.7.tgz/use.js:4:GLOBAL.fjs = require(fjsPath).exports;
158 beyo-i18n-0.2.3.tgz/test/init.js:15:GLOBAL.assert = global.assert = require('assert');
157 grunt-mobile-asset-1.0.5.tgz/lib/mobile-asset-lib.js:315: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
157 grunt-mobile-asset-1.0.5.tgz/lib/mobile-asset.js:187: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
157 grunt-gorilla-0.1.6.tgz/tasks/gorilla.js:276: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
157 ds-gulp-builder-0.1.0.tgz/tasks/Sass.coffee:74: p = GLOBAL.gulp.src @_fixedSrc
157 ds-gulp-builder-0.1.0.tgz/tasks/Sass.coffee:65: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/Sass.coffee:62: GLOBAL.gulp.watch watchList, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/NgJade2js.coffee:55: p = GLOBAL.gulp.src @_fixedSrc
157 ds-gulp-builder-0.1.0.tgz/tasks/NgJade2js.coffee:53: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/NgJade2js.coffee:50: GLOBAL.gulp.watch @_fixedSrc, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/Jasmine.coffee:43: p = GLOBAL.gulp.src @_fixedSrc # Note: _src is used intentionally
157 ds-gulp-builder-0.1.0.tgz/tasks/Jasmine.coffee:41: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/Jasmine.coffee:38: GLOBAL.gulp.watch @_watchSrc, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/Jasmine.coffee:36: GLOBAL.gulp.watch @_fixedSrc, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/Jade.coffee:44: p = GLOBAL.gulp.src @_fixedSrc
157 ds-gulp-builder-0.1.0.tgz/tasks/Jade.coffee:42: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/Jade.coffee:39: GLOBAL.gulp.watch @_fixedSrc, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/Copy.coffee:36: p = GLOBAL.gulp.src @_fixedSrc
157 ds-gulp-builder-0.1.0.tgz/tasks/Copy.coffee:34: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/Copy.coffee:31: GLOBAL.gulp.watch @_fixedSrc, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/Coffee2js.coffee:44: p = GLOBAL.gulp.src @_fixedSrc
157 ds-gulp-builder-0.1.0.tgz/tasks/Coffee2js.coffee:42: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/Coffee2js.coffee:39: GLOBAL.gulp.watch @_fixedSrc, [@_name]
157 ds-gulp-builder-0.1.0.tgz/tasks/ClearFolder.coffee:37: GLOBAL.gulp.task @_name, @_deps, ((callback) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/BrowserSync.coffee:88: GLOBAL.gulp.task @_name, (->
157 ds-gulp-builder-0.1.0.tgz/tasks/Browserify.coffee:58: .on "update", (=> GLOBAL.gulp.start @_name; return)
157 ds-gulp-builder-0.1.0.tgz/tasks/Browserify.coffee:46: GLOBAL.gulp.task @_name, @_deps, ((cb) =>
157 ds-gulp-builder-0.1.0.tgz/tasks/Browserify.coffee:43: GLOBAL.gulp.watch @_src, [@_name]
157 ds-gulp-builder-0.1.0.tgz/index.coffee:7:GLOBAL.R = require 'ramda'
157 ds-gulp-builder-0.1.0.tgz/index.coffee:25: GLOBAL.gulp = gulp
157 ds-gulp-builder-0.1.0.tgz/common/TaskBase.coffee:157: .pipe(GLOBAL.gulp.dest(location)) # save file
157 ds-gulp-builder-0.1.0.tgz/common/TaskBase.coffee:144: resultPipe = src.pipe(GLOBAL.gulp.dest(locations[0]))
157 ds-gulp-builder-0.1.0.tgz/common/TaskBase.coffee:140: return src.pipe(GLOBAL.gulp.dest(locations[0])))
155 backbone.rel-0.2.4.tgz/test/data.js:8: GLOBAL.Backbone = require('backbone');
154 midgard.js-0.1.3.tgz/lib/midgard.js:25: GLOBAL.midgard = midgard;
153 anyfetch-file-watcher-1.0.2.tgz/test/watcher.js:89: fs.unlinkSync(GLOBAL.WATCHED_DIR + '/file.test', "some content");
153 anyfetch-file-watcher-1.0.2.tgz/test/watcher.js:74: fs.writeFile(GLOBAL.WATCHED_DIR + '/file.test', "some content", function() {
153 anyfetch-file-watcher-1.0.2.tgz/test/watcher.js:59: fs.writeFile(GLOBAL.WATCHED_DIR + '/file.test', "some content", function() {
153 anyfetch-file-watcher-1.0.2.tgz/test/watcher.js:14: GLOBAL.WATCHED_DIR = __dirname;
153 anyfetch-file-watcher-1.0.2.tgz/test/index.js:15: GLOBAL.WATCHER_DIR = path.resolve(__dirname + "/../test/sample-directory");
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/upload.js:12: GLOBAL.WATCHED_DIR = path.resolve(__dirname + "/..");
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/list-files.js:33: GLOBAL.WATCHED_DIR = path.resolve("test/sample-directory");
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/list-files.js:14: GLOBAL.WATCHED_DIR = path.resolve("test/sample-directory");
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:94: '/test/txt1.doc': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/test/txt1.doc')).mtime.getTime() - 500,
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:93: '/txt2.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt2.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:92: '/txt1.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt1.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:88: GLOBAL.WATCHED_DIR = __dirname;
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:55: '/test/txt1.doc': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/test/txt1.doc')).mtime.getTime() - 500,
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:54: '/txt2.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt2.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:53: '/txt1.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt1.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:49: GLOBAL.WATCHED_DIR = __dirname;
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:20: '/test/txt1.doc': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/test/txt1.doc')).mtime.getTime() - 500,
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:19: '/txt2.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt2.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:18: '/txt1.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt1.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:187: '/test/txt1.doc': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/test/txt1.doc')).mtime.getTime() - 500,
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:186: '/txt2.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt2.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:185: '/txt1.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt1.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:179: GLOBAL.WATCHED_DIR = __dirname;
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:13: GLOBAL.WATCHED_DIR = __dirname;
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:134: '/test/txt1.doc': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/test/txt1.doc')).mtime.getTime() - 500,
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:133: '/txt2.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt2.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:132: '/txt1.txt': fs.statSync(path.resolve(GLOBAL.WATCHED_DIR + '/sample-directory/txt1.txt')).mtime.getTime(),
153 anyfetch-file-watcher-1.0.2.tgz/test/helpers/cursor.js:126: GLOBAL.WATCHED_DIR = __dirname;
153 anyfetch-file-watcher-1.0.2.tgz/lib/watcher.js:16: watch.createMonitor(GLOBAL.WATCHED_DIR, {skipUnreadableDir: true}, function(monitor) {
153 anyfetch-file-watcher-1.0.2.tgz/lib/watcher.js:14: console.log("WATCHING ", GLOBAL.WATCHED_DIR);
153 anyfetch-file-watcher-1.0.2.tgz/lib/index.js:65: GLOBAL.WATCHED_DIR = dir;
153 anyfetch-file-watcher-1.0.2.tgz/lib/index.js:64: GLOBAL.ACCOUNT = res.body.user_email;
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/upload.js:66: filePath = "/" + path.relative(GLOBAL.WATCHED_DIR, filePath);
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/upload.js:64: if(filePath.indexOf(GLOBAL.WATCHED_DIR) !== -1) {
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/upload.js:18: absolutePath = GLOBAL.WATCHED_DIR + filePath;
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/upload.js:16: if(filePath.indexOf(GLOBAL.WATCHED_DIR) === -1) {
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/list-files.js:75: queue.push({'dir' : GLOBAL.WATCHED_DIR, 'base' : '/'});
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/cursor.js:80: return "/" + path.relative(GLOBAL.WATCHED_DIR, file);
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/cursor.js:78: if(file.indexOf(GLOBAL.WATCHED_DIR) !== -1) {
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/cursor.js:50: files["/" + path.relative(GLOBAL.WATCHED_DIR, files[filePath])] = files[filePath];
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/cursor.js:48: if(filePath.indexOf(GLOBAL.WATCHED_DIR) !== -1) {
153 anyfetch-file-watcher-1.0.2.tgz/lib/helpers/cursor.js:18: return homeDir + "/.anyfetch-file-watcher/" + GLOBAL.WATCHED_DIR.trim().replace(/(\/|\\)/g, '') + '-' + GLOBAL.ACCOUNT;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5832:module.exports = GLOBAL.ErrorUtils;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5691:if(GLOBAL.__BridgeProfilingIsProfiling){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5678:if(GLOBAL.__BridgeProfilingIsProfiling){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5663:if(GLOBAL.__BridgeProfilingIsProfiling){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5273:console.profileEnd = console.profileEnd || GLOBAL.consoleProfileEnd || function(){};
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5272:console.profile = console.profile || GLOBAL.consoleProfile || function(){};
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5268:GLOBAL.WebSocket = require('WebSocket');}
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5264:GLOBAL.navigator.geolocation = require('Geolocation');}
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5263:GLOBAL.navigator = GLOBAL.navigator || {};
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5259:GLOBAL.Response = fetchPolyfill.Response;}
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5258:GLOBAL.Request = fetchPolyfill.Request;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5257:GLOBAL.Headers = fetchPolyfill.Headers;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5256:GLOBAL.fetch = fetchPolyfill.fetch;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5253:GLOBAL.FormData = require('FormData');
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5252:GLOBAL.XMLHttpRequest = require('XMLHttpRequest');
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5246:GLOBAL.Promise = require('Promise');}
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5232:GLOBAL.alert = function(text){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5231:if(!GLOBAL.alert){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5223:GLOBAL.requestAnimationFrame = function(cb){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5222:GLOBAL.cancelAnimationFrame = JSTimers.clearInterval;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5221:GLOBAL.clearImmediate = JSTimers.clearImmediate;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5220:GLOBAL.clearInterval = JSTimers.clearInterval;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5219:GLOBAL.clearTimeout = JSTimers.clearTimeout;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5218:GLOBAL.setImmediate = JSTimers.setImmediate;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5217:GLOBAL.setInterval = JSTimers.setInterval;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:5216:GLOBAL.setTimeout = JSTimers.setTimeout;
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25806:var _requestAnimationFrame=setter(GLOBAL.requestAnimationFrame, _cancelAnimationFrame, _rafs);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25805:var _cancelAnimationFrame=clearer(GLOBAL.cancelAnimationFrame, _rafs);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25802:var _setImmediate=setter(GLOBAL.setImmediate, _clearImmediate, _immediates);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25801:var _clearImmediate=clearer(GLOBAL.clearImmediate, _immediates);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25798:var _setInterval=setter(GLOBAL.setInterval, function(){}, _intervals);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25797:var _clearInterval=clearer(GLOBAL.clearInterval, _intervals);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25794:var _setTimeout=setter(GLOBAL.setTimeout, _clearTimeout, _timeouts);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:25793:var _clearTimeout=clearer(GLOBAL.clearTimeout, _timeouts);
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:1430:GLOBAL.MutationObserver = undefined;})(
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:1425:GLOBAL.document.createElement = null;}
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:1424:if(GLOBAL.document){
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:1418:GLOBAL.Image = {
150 react-native-eval-0.1.0.tgz/react-native-eval/js/app.js:1413:GLOBAL.Text = {
150 jsdocts-0.1.4.tgz/test/ember.js:1874: return IS_GLOBAL.test(path);
150 jsdocts-0.1.4.tgz/test/ember.js:1672: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
149 asciiporn-2012.01.24T.69.tgz/console.js:32: function(kk) {process.SANDBOX[kk] = process.SANDBOX[kk] || process.GLOBAL[kk];}
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
148 uupaa.color.js-1.1.1.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
148 uupaa.color.js-1.1.1.tgz/lib/Color.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
148 uupaa.color.js-1.1.1.tgz/lib/ColorCatalog.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
148 do-gist-1.2.0-0.tgz/test/mock/copy-paste.js:5:GLOBAL.paste = exports.paste = function() {
148 do-gist-1.2.0-0.tgz/test/mock/copy-paste.js:11:GLOBAL.copy = exports.copy = function(str){
148 bedrock-validation-1.0.3.tgz/tests/001-schemas.js:7:var expect = GLOBAL.chai.expect;
147 logatim-0.4.0.tgz/lib/levels.js:50: storedLevel = GLOBAL[sk]
147 logatim-0.4.0.tgz/lib/levels.js:29: GLOBAL[sk] = levelName
145 ep_mypads-1.0.3.tgz/frontend/js/modules/userlist-form.js:202: m('label.col-sm-4', conf.LANG.GLOBAL.OR),
145 ep_mypads-1.0.3.tgz/frontend/js/modules/user.js:88: ' ' + conf.LANG.GLOBAL.AND + ' ' + conf.SERVER.passwordMax +
145 ep_mypads-1.0.3.tgz/frontend/js/modules/user.js:355: m('article.well', m.trust(conf.LANG.GLOBAL.DESCRIPTION))
145 ep_mypads-1.0.3.tgz/frontend/js/modules/user-invitation.js:218: m('label.col-sm-4', conf.LANG.GLOBAL.OR),
145 ep_mypads-1.0.3.tgz/frontend/js/modules/layout.js:162: m('span', m.trust(conf.LANG.GLOBAL.FOOTER + ' | ')),
145 ep_mypads-1.0.3.tgz/frontend/js/modules/group-view.js:209: m('td', conf.LANG.GLOBAL[c.group.readonly ? 'YES' : 'NO']),
144 xmljs-0.3.1.tgz/core.js:46: GLOBAL._super = function (classDef) {
144 white-horse-2.0.0.tgz/WhiteHorse.js:67: return GLOBAL[module];
144 white-horse-2.0.0.tgz/WhiteHorse.js:66: if (GLOBAL[module]) {
144 white-horse-2.0.0.tgz/test/Options.js:66: assert(GLOBAL[module] || require(module));
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:35:GLOBAL.Heat.core_js_build = Heat.dir+'js/build.js';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:34:GLOBAL.Heat.core_js = Heat.dir+'js/heat.js';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:33:GLOBAL.Heat.core_less = Heat.dir+'less/heat.less';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:32:GLOBAL.Heat.project_settings_less = process.cwd()+'/less/settings.less';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:31:GLOBAL.Heat.package_link = Heat.package_dir+'/'+Heat.package_prefix;
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:30:GLOBAL.Heat.package_dir = Heat.dir+'pkg';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:29:GLOBAL.Heat.package_prefix = 'heat-';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:28:GLOBAL.Heat.var = Heat.dir+'var/';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:27:GLOBAL.Heat.dir = process.cwd()+'/heat/';
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:24:GLOBAL.Heat.msg.error = require(__dirname + '/../msg/error');
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:23:GLOBAL.Heat.msg.warning = require(__dirname + '/../msg/warning');
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:22:GLOBAL.Heat.msg.progress = require(__dirname + '/../msg/progress');
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:21:GLOBAL.Heat.msg.success = require(__dirname + '/../msg/success');
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:20:GLOBAL.Heat.msg = {};
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:17:GLOBAL.Heat.compile = require(__dirname + '/../lib/heat-compile');
144 heat-cli-0.1.8.tgz/lib/heat-cli.js:16:GLOBAL.Heat = require(__dirname + '/../lib/heat-lib');
144 ever-js-1.1.3.tgz/fw/kernel/Kernel.js:225: GLOBAL.Lib = self.loadLib(self.fileStructure.LIB);
144 ever-js-1.1.3.tgz/fw/kernel/Kernel.js:214: GLOBAL.Dbh = self.dbHandlers({
144 ever-js-1.1.3.tgz/fw/kernel/Kernel.js:206: GLOBAL.GlobalConfig = self.loadGlobalConfig(self.fileStructure.GLOBAL_CONFIG);
144 ever-js-1.1.3.tgz/fw/kernel/Kernel.js:198: GLOBAL._ = _;
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:59: GLOBAL.localStorage.setItem(id, obj);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:57: GLOBAL.localStorage.removeItem(id);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:55: var obj = GLOBAL.JSON.stringify(comp.__store);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:49: comp.__store = GLOBAL.JSON.parse(obj);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:47: var obj = GLOBAL.localStorage.getItem(id);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:39: id += GLOBAL.document.location.pathname;
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:32: typeof GLOBAL.document.location.pathname === "undefined")
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:31: typeof GLOBAL.document.location === "undefined" ||
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:30: if ( typeof GLOBAL.document === "undefined" ||
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:27: if (_cs.istypeof(GLOBAL.JSON) === "undefined")
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.localstorage.js:24: if (_cs.istypeof(GLOBAL.localStorage) === "undefined")
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:737: GLOBAL.open(dataurl);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:657: _cs.dbg = GLOBAL.open("about:blank", wname, wopts);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:653: _cs.dbg = GLOBAL.open("about:blank", wname, wopts);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:604: (GLOBAL.outerHeight - GLOBAL.innerHeight) > 120) /* guessing: Chrome/Safari Inspector, IE Debugger */
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:603: (GLOBAL.console.firebug || /* precision: Firefox Firebug */
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:602: GLOBAL.console &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:33: catch (e) { result = GLOBAL.document; }
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.plugin.debugger.js:31: el = GLOBAL.document;
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:48: GLOBAL[symbol_current] = $cs;
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:47: value_original = GLOBAL[symbol_current];
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:4390: GLOBAL.ComponentJS_export === "AMD" ))
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:4389: ( typeof GLOBAL.ComponentJS_export !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:4388: typeof GLOBAL.ComponentJS_export === "undefined") ||
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:4383: GLOBAL.ComponentJS_export === "CommonJS" ))
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:4382: ( typeof GLOBAL.ComponentJS_export !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:4381: typeof GLOBAL.ComponentJS_export === "undefined") ||
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:38: GLOBAL[symbol_current] = value_original;
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:137: GLOBAL.Titanium.API.log("[ComponentJS]: " + msg);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:136: typeof GLOBAL.Titanium.API.log === "function")
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:135: typeof GLOBAL.Titanium.API !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:134: else if ( typeof GLOBAL.Titanium !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:131: GLOBAL.console.log("[ComponentJS]: " + msg);
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:130: typeof GLOBAL.console.log !== "undefined")
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:129: else if ( typeof GLOBAL.console !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:113: GLOBAL.console.log(trace.join("\n"));
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:112: trace = GLOBAL.printStackTrace();
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:111: typeof GLOBAL.console.log === "function") {
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:110: else if ( typeof GLOBAL.printStackTrace !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:109: GLOBAL.console.trace();
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:108: if (typeof GLOBAL.console.trace === "function")
141 componentjs-tracing-0.9.5.tgz/app/ui/lib/component.js:107: if (typeof GLOBAL.console === "object") {
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/plugins/component.plugin.tracing-remote.js:45: typeof GLOBAL.console.log !== "undefined") {
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/plugins/component.plugin.tracing-remote.js:44: if ( typeof GLOBAL.console !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/plugins/component.plugin.tracing-console.js:63: GLOBAL.console.log("TRACING: " +
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/plugins/component.plugin.tracing-console.js:26: && typeof GLOBAL.console.log !== "undefined") {
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/plugins/component.plugin.tracing-console.js:25: if ( typeof GLOBAL.console !== "undefined"
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:48: GLOBAL[symbol_current] = $cs;
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:47: value_original = GLOBAL[symbol_current];
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:4398: GLOBAL.ComponentJS_export === "AMD" ))
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:4397: ( typeof GLOBAL.ComponentJS_export !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:4396: typeof GLOBAL.ComponentJS_export === "undefined") ||
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:4391: GLOBAL.ComponentJS_export === "CommonJS" ))
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:4390: ( typeof GLOBAL.ComponentJS_export !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:4389: typeof GLOBAL.ComponentJS_export === "undefined") ||
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:38: GLOBAL[symbol_current] = value_original;
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:137: GLOBAL.Titanium.API.log("[ComponentJS]: " + msg);
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:136: typeof GLOBAL.Titanium.API.log === "function")
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:135: typeof GLOBAL.Titanium.API !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:134: else if ( typeof GLOBAL.Titanium !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:131: GLOBAL.console.log("[ComponentJS]: " + msg);
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:130: typeof GLOBAL.console.log !== "undefined")
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:129: else if ( typeof GLOBAL.console !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:113: GLOBAL.console.log(trace.join("\n"));
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:112: trace = GLOBAL.printStackTrace();
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:111: typeof GLOBAL.console.log === "function") {
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:110: else if ( typeof GLOBAL.printStackTrace !== "undefined" &&
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:109: GLOBAL.console.trace();
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:108: if (typeof GLOBAL.console.trace === "function")
141 componentjs-tracing-0.9.5.tgz/app/sv/proxy.d/3rdparty/component.js:107: if (typeof GLOBAL.console === "object") {
140 amd-ish-0.0.8.tgz/src/define.js:10:GLOBAL.define = function () {
139 react-cordova-boilerplate-1.1.4.tgz/webpack.config.js:86: GLOBAL[prop] = JSON.parse(globals[prop]);
139 ngcreate-0.5.6.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
139 ngcreate-0.5.6.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
139 lros-as-dev-0.5.1.tgz/LineRateAutoScaler.js:59: GLOBAL.Module.prototype.require = function(path) {
139 lros-as-dev-0.5.1.tgz/LineRateAutoScaler.js:58: var realRequire = GLOBAL.Module.prototype.require;
139 lros-as-dev-0.5.1.tgz/LineRateAutoScaler.js:56:GLOBAL.Module = require('module');
139 lros-as-dev-0.5.1.tgz/AutoScaler.js:9:GLOBAL.http = require('http');
139 lros-as-dev-0.5.1.tgz/AutoScaler.js:12: GLOBAL.http.ClientRequest.prototype.setTimeout = function() {
139 lros-as-dev-0.5.1.tgz/AutoScaler.js:11: var realSetTimeout = GLOBAL.http.ClientRequest.prototype.setTimeout;
139 grunt-kapocs-2.0.3.tgz/tasks/kapocs.js:316:illa.GLOBAL.crypto = require('crypto');
139 grunt-kapocs-2.0.3.tgz/tasks/kapocs.js:315:illa.GLOBAL.fs = require('fs');
139 grunt-kapocs-2.0.3.tgz/tasks/kapocs.js:314:illa.GLOBAL.path = require('path');
139 grunt-kapocs-2.0.3.tgz/src/kapocs/Main.ts:9:illa.GLOBAL.path = require('path');
139 grunt-kapocs-2.0.3.tgz/src/kapocs/Main.ts:11:illa.GLOBAL.crypto = require('crypto');
139 grunt-kapocs-2.0.3.tgz/src/kapocs/Main.ts:10:illa.GLOBAL.fs = require('fs');
136 gulp-heap-2.0.0-alpha.1.tgz/test/common.coffee:3:GLOBAL.expect = chai.expect
136 gulp-heap-2.0.0-alpha.1.tgz/test/common.coffee:2:GLOBAL.Assertion = chai.Assertion
136 gulp-heap-2.0.0-alpha.1.tgz/test/common.coffee:1:GLOBAL.chai = require 'chai'
135 tinylogger-0.1.31.tgz/tinylogger.js:35:GLOBAL.LOG_SQL = GLOBAL.LOG_TRACE;
135 tinylogger-0.1.31.tgz/tinylogger.js:34:GLOBAL.LOG_OK = GLOBAL.LOG_INFO;
135 tinylogger-0.1.31.tgz/tinylogger.js:33:GLOBAL.LOG_TODO = GLOBAL.LOG_DEBUG;
135 tinylogger-0.1.31.tgz/tinylogger.js:31:GLOBAL.LOG_TEXT = 0x80;
135 tinylogger-0.1.31.tgz/tinylogger.js:30:GLOBAL.LOG_PANIC = 0x40;
135 tinylogger-0.1.31.tgz/tinylogger.js:29:GLOBAL.LOG_ERROR = 0x20;
135 tinylogger-0.1.31.tgz/tinylogger.js:28:GLOBAL.LOG_ALERT = 0x10;
135 tinylogger-0.1.31.tgz/tinylogger.js:27:GLOBAL.LOG_WARN = 0x08;
135 tinylogger-0.1.31.tgz/tinylogger.js:26:GLOBAL.LOG_INFO = 0x04;
135 tinylogger-0.1.31.tgz/tinylogger.js:25:GLOBAL.LOG_DEBUG = 0x02;
135 tinylogger-0.1.31.tgz/tinylogger.js:24:GLOBAL.LOG_TRACE = 0x01;
135 tinylogger-0.1.31.tgz/tinylogger.js:23:GLOBAL.LOG_NONE = 0x00;
135 tinylogger-0.1.31.tgz/tinylogger.js:22:GLOBAL.LOG_ALL = 0xFF;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6759: GLOBAL.Event._createResponder = createResponder;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6689: GLOBAL.Event.cache = null;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6686: GLOBAL.Event.cache = {};
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6684: else GLOBAL.Event = Event;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6683: if (GLOBAL.Event) Object.extend(window.Event, Event);
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6430: var responder = GLOBAL.Event._createResponder(uid, eventName, handler);
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6416: delete GLOBAL.Event.cache[uid];
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:6406: var CACHE = GLOBAL.Event.cache;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:3412: GLOBAL.Element.extend.refresh = function() {
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:3410: GLOBAL.Element.extend.refresh = Prototype.emptyFunction;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:3404: Object.extend(GLOBAL.Element, {
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:3247: GLOBAL.HTMLElement.prototype = DIV['__proto__'];
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:3246: GLOBAL.HTMLElement = {};
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:3180: GLOBAL.Element.Storage = { UID: 1 };
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2803: GLOBAL.Element.Methods.Simulated.hasAttribute = hasAttribute;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2107: if (oldElement) GLOBAL.Element.prototype = oldElement.prototype;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2106: Object.extend(GLOBAL.Element, oldElement || {});
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2104: GLOBAL.Element = Element;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2084: var oldElement = GLOBAL.Element;
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2049: Object.extend(GLOBAL.Node, {
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2048: if (!GLOBAL.Node.ELEMENT_NODE) {
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2046: if (!GLOBAL.Node) GLOBAL.Node = {};
135 prototype4node-0.0.3-0.tgz/tests/lib/prototype.js:2043: GLOBAL.$ = $;
135 mcms-node-framework-0.0.10.tgz/Bootstrap/start.js:2:GLOBAL.env = {
133 generator-ember-jade-zurb-0.0.7.tgz/app/templates/scripts/libs/ember-1.0.0-rc.6.1.js:5570: return IS_GLOBAL.test(path);
133 generator-ember-jade-zurb-0.0.7.tgz/app/templates/scripts/libs/ember-1.0.0-rc.6.1.js:2473: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
133 botdylan-0.0.10.tgz/bin/botdylan.js:11:GLOBAL._ = require('underscore');
130 we-send-email-0.2.3.tgz/test/index.test.js:48:GLOBAL.sails = {};
129 neoreplicator-0.1.0.tgz/index.js:199: // MySQL < 5.6.2 does not support @@GLOBAL.binlog_checksum
129 neoreplicator-0.1.0.tgz/index.js:192: var sql = 'select @@GLOBAL.binlog_checksum as checksum';
129 giantbomb-api-0.2.0.tgz/examples/web/app.js:18:GLOBAL.gb = gb
128 log4js-protractor-appender-1.1.0.tgz/test/protractorAppender-spec.js:66: GLOBAL.browser = protractorMock;
128 log4js-protractor-appender-1.1.0.tgz/test/protractorAppender-spec.js:57: GLOBAL.browser = protractorMock;
128 log4js-protractor-appender-1.1.0.tgz/test/protractorAppender-spec.js:24: GLOBAL.protractor = {
128 log4js-protractor-appender-1.1.0.tgz/lib/protractorAppender.js:7: return GLOBAL.browser.controlFlow().execute(function () {
128 log4js-protractor-appender-1.1.0.tgz/lib/protractorAppender.js:6: if (GLOBAL.browser) {
128 log4js-protractor-appender-1.1.0.tgz/lib/protractorAppender.js:29: return GLOBAL.protractor.promise.fullyResolved(promises);
128 log4js-protractor-appender-1.1.0.tgz/lib/protractorAppender.js:24: var deferred = GLOBAL.protractor.promise.defer();
128 livehtml-0.0.7.tgz/lib/livehtml.js:211: parent = GLOBAL['livehtml'][fakename];
128 livehtml-0.0.7.tgz/lib/livehtml.js:196: GLOBAL['livehtml'][parentname]['content'][fn.level] = [innertag,arr[1].slice(1),thistag.slice(thistag.length - (pseudo.length + 3)) + arr[2]];
128 livehtml-0.0.7.tgz/lib/livehtml.js:192: arr = GLOBAL['livehtml'][parentname]['content'][fn.level +1];
128 livehtml-0.0.7.tgz/lib/livehtml.js:187: GLOBAL['livehtml'][parentname]['content'][fn.level] = [innertag.slice(0,(innertag.length - (pseudo.length + 3))), arr.slice(1),innertag.slice(innertag.length - (pseudo.length + 3))];
128 livehtml-0.0.7.tgz/lib/livehtml.js:186: innertag = arr[0] +'%'+fn.level+tag(pseudo,GLOBAL['livehtml'][parentname]['content'][fn.level + 1],'#{0}','.a{0}');
128 livehtml-0.0.7.tgz/lib/livehtml.js:179: GLOBAL['livehtml'][parentname]['content'] = rawthislevel +tag(pseudo,GLOBAL['livehtml'][parentname]['content'][fn.level + 1],id,attrs);
128 livehtml-0.0.7.tgz/lib/livehtml.js:177: rawthislevel = GLOBAL['livehtml'][parentname]['content'][fn.level];
128 livehtml-0.0.7.tgz/lib/livehtml.js:175: if(GLOBAL['livehtml'][parentname]['content'][fn.level]){
128 livehtml-0.0.7.tgz/lib/livehtml.js:173: GLOBAL['livehtml'][parentname]['content'] = innertag;
128 livehtml-0.0.7.tgz/lib/livehtml.js:158: arr = GLOBAL['livehtml'][parentname]['content'][fn.level +1];
128 livehtml-0.0.7.tgz/lib/livehtml.js:151: parent = GLOBAL['livehtml'][parentname];
128 livehtml-0.0.7.tgz/lib/livehtml.js:138: GLOBAL['livehtml'][pseudo]['content'][fn.level] = temp || '';
128 livehtml-0.0.7.tgz/lib/livehtml.js:137: GLOBAL['livehtml'][pseudo]['content'] = [];
128 livehtml-0.0.7.tgz/lib/livehtml.js:120: GLOBAL['livehtml'][fakename]['content'] += innertag;
128 livehtml-0.0.7.tgz/lib/livehtml.js:114: content = GLOBAL['livehtml'][fakename]['content'];
128 ftcolumnflow-1.0.0.tgz/test/helpers/stylesheets.js:153: GLOBAL.loadStyleSheet = loadStyleSheet;
128 bookly-1.7.0.tgz/bookly.js:6:GLOBAL.__blogger = require('./lib/helpers/blogger');
128 bookly-1.7.0.tgz/bookly.js:3:GLOBAL.__cwd = process.cwd() + "/";
128 bookly-1.7.0.tgz/bookly.js:2:GLOBAL.__base = require('path').dirname(require.main.filename) + "/";
127 nameless-cli-1.0.9.tgz/lib/test/run.js:337: GLOBAL.TEST = function (text) {
127 nameless-cli-1.0.9.tgz/lib/test/run.js:179: GLOBAL.HELPER = function (name) {
127 nameless-cli-1.0.9.tgz/lib/test/run.js:168: GLOBAL.DESCRIPTION = function (text) {
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:7:var protractor = GLOBAL.protractor;
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:395: parent = parent || GLOBAL.element(by.css('document'));
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:388: return GLOBAL.element(by.tagName(browser.rootEl)).evaluate(
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:35:var api = GLOBAL.bedrock = new Helper();
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:23:var by = GLOBAL.by;
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:22:var browser = GLOBAL.browser;
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:14:GLOBAL.expect = chai.expect;
127 bedrock-protractor-2.3.0.tgz/lib/helper.js:11:GLOBAL.should = chai.should();
126 theory-0.2.8.tgz/theory.js:708: GLOBAL.process.env && GLOBAL.process.pid && GLOBAL.process.execPath)?
126 theory-0.2.8.tgz/theory.js:707: root.pollute = ((typeof GLOBAL !== 'undefined' && GLOBAL.global && GLOBAL.process &&
126 mingui-0.0.10.tgz/index.js:9: GLOBAL[i] = answtype[i];
126 mingui-0.0.10.tgz/index.js:13: GLOBAL[i] = dlgtypes[i];
126 leaflet-headless-0.1.0.tgz/index.js:9:if (!GLOBAL.L) {
126 leaflet-headless-0.1.0.tgz/index.js:75:module.exports = GLOBAL.L;
126 leaflet-headless-0.1.0.tgz/index.js:21: GLOBAL.L = L;
126 leaflet-headless-0.1.0.tgz/index.js:17: GLOBAL.L_DISABLE_3D = true;
126 leaflet-headless-0.1.0.tgz/index.js:15: GLOBAL.Image = require('./src/image.js');
126 leaflet-headless-0.1.0.tgz/index.js:14: GLOBAL.navigator = GLOBAL.window.navigator;
126 leaflet-headless-0.1.0.tgz/index.js:13: GLOBAL.window.navigator.userAgent = 'webkit';
126 leaflet-headless-0.1.0.tgz/index.js:12: GLOBAL.window = GLOBAL.document.defaultView;
126 leaflet-headless-0.1.0.tgz/index.js:11: GLOBAL.document = jsdom('<html><head></head><body></body></html>');
126 bedrock-idp-1.0.3.tgz/bedrock/tests/revokeKey.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/tests/join.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/tests/generateKey.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/selectors/key.js:5:var element = GLOBAL.element;
126 bedrock-idp-1.0.3.tgz/bedrock/selectors/key.js:4:var by = GLOBAL.by;
126 bedrock-idp-1.0.3.tgz/bedrock/selectors/key.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/selectors/identity.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/prepare.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/settings.js:5:var expect = GLOBAL.expect;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/settings.js:4:var element = GLOBAL.element;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/settings.js:3:var by = GLOBAL.by;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/settings.js:2:var browser = GLOBAL.browser;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/settings.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/navbar.js:8:var expect = GLOBAL.expect;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/navbar.js:7:var element = GLOBAL.element;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/navbar.js:6:var by = GLOBAL.by;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/navbar.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/join.js:7:var element = GLOBAL.element;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/join.js:6:var by = GLOBAL.by;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/join.js:1:var bedrock = GLOBAL.bedrock;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/index.js:7:module.exports = GLOBAL.bedrock.pages = pages;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/dashboard.js:3:var expect = GLOBAL.expect;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/dashboard.js:2:var browser = GLOBAL.browser;
126 bedrock-idp-1.0.3.tgz/bedrock/pages/dashboard.js:1:var bedrock = GLOBAL.bedrock;
125 iot-gateway-plugin-rtls-0.0.5.tgz/driver.js:8:GLOBAL.sysLog = log4js.getLogger("sysLog");
124 px-0.1.2.tgz/test/test-px-nodeunit.js:1:GLOBAL._ = require('underscore');
123 em-hbs-precompiler-2.2.0.tgz/lib/ember/ember-template-compiler.js:7875: return IS_GLOBAL.test(key);
122 tagged-health-0.0.7.tgz/test/test_runner.js:5:GLOBAL.LIB_DIR = path.join(process.cwd(), 'lib');
122 tagged-health-0.0.7.tgz/test/test_runner.js:17:GLOBAL.expect = chai.expect;
122 tagged-health-0.0.7.tgz/test/test_runner.js:16:GLOBAL.assert = chai.assert;
122 tagged-health-0.0.7.tgz/test/test_runner.js:14:GLOBAL.chai = require('chai');
122 tagged-health-0.0.7.tgz/test/test_runner.js:11:GLOBAL.sinon = require('sinon');
122 release2-0.1.14.tgz/test/_globals.coffee:9:GLOBAL.fs = require('../lib/utils').fs
122 release2-0.1.14.tgz/test/_globals.coffee:8:GLOBAL.eq = a.deepEqual
122 release2-0.1.14.tgz/test/_globals.coffee:7:GLOBAL.a = a
122 release2-0.1.14.tgz/test/_globals.coffee:6:GLOBAL.Promise = require('bluebird')
122 release2-0.1.14.tgz/test/_globals.coffee:11:GLOBAL.I = require('immutable')
122 release2-0.1.14.tgz/test/_globals.coffee:10:GLOBAL.cproc = require('../lib/utils').cproc
122 generator-cyrus-0.0.501.tgz/app/templates/full-demo/server/service/SecurityService.js:3:var config = GLOBAL.config
122 generator-cyrus-0.0.501.tgz/app/templates/full-demo/server/service/SecurityService.js:21: console.log(GLOBAL.config);
122 generator-cyrus-0.0.501.tgz/app/templates/full-demo/server/service/MessengerService.js:3:var config = GLOBAL.config
122 generator-cyrus-0.0.501.tgz/app/templates/full-demo/server/service/ContentService.js:3:var config = GLOBAL.config
122 generator-cyrus-0.0.501.tgz/app/lib/ask.js:7: // GLOBAL.config = require(path.join(this.src._base, "config/dev_example.js")).load();
121 compago-list-1.0.2.tgz/tests/unit.test.js:12:GLOBAL.document = mb.getDocument();
120 json-extend-0.1.0.tgz/index.js:63: GLOBAL.extend = extend;
120 jivejs-2.1.2.tgz/spec/dataModels-spec.js:2: GLOBAL.self = {
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:9: GLOBAL.document = require('jsdom').jsdom('<html></html>')
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:8: GLOBAL.window = require('jsdom').jsdom('<html></html>').parentWindow;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:7: GLOBAL.__root = __dirname + '/../../';
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:51: delete GLOBAL.define;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:50: delete GLOBAL.requirejs;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:49: delete GLOBAL.$;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:48: delete GLOBAL.document;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:47: delete GLOBAL.window;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:46: delete GLOBAL._root;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:22: GLOBAL.define = require('requirejs').define;
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:18: GLOBAL.requirejs.config = function (config) {
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:13: GLOBAL.requirejs = function (modules) {
116 nooline-0.6.15.tgz/tests/unit/NoolineTest.js:12: GLOBAL.$ = require('jquery');
116 nooline-0.6.15.tgz/tests/unit/CategoryTest.js:5: GLOBAL.define = function (name, dependencies, callback) {
116 nooline-0.6.15.tgz/tests/unit/CategoryTest.js:4: GLOBAL.window = require('jsdom').jsdom('<html></html>').parentWindow;
116 nooline-0.6.15.tgz/tests/unit/CategoryTest.js:3: GLOBAL.__root = __dirname + '/../../';
116 nooline-0.6.15.tgz/tests/unit/CategoryTest.js:204: delete GLOBAL.define;
116 nooline-0.6.15.tgz/tests/unit/CategoryTest.js:203: delete GLOBAL.window;
116 nooline-0.6.15.tgz/tests/unit/CategoryTest.js:202: delete GLOBAL.__root;
116 nooline-0.6.15.tgz/routes/root.js:31: config = require(GLOBAL.__root
116 nooline-0.6.15.tgz/routes/put-snippet.js:7: var N = GLOBAL.Nooline;
116 nooline-0.6.15.tgz/nooline.js:18:GLOBAL.define = function (name, dependencies, callback) {
116 nooline-0.6.15.tgz/nooline.js:17:GLOBAL.Nooline = {};
116 nooline-0.6.15.tgz/nooline.js:16:GLOBAL.window = jsdom('<html></html>').parentWindow;
116 nooline-0.6.15.tgz/nooline.js:15:GLOBAL.__root = __dirname;
116 nooline-0.6.15.tgz/controllers/render-template.js:16: var config = require(GLOBAL.__root
116 jtstats-0.0.9.tgz/src/stats.coffee:17: value : GLOBAL.parseFloat arr[3]
116 jtstats-0.0.9.tgz/src/stats.coffee:12: createdAt = GLOBAL.parseInt arr[4]
116 jtstats-0.0.9.tgz/dest/stats.js:26: value: GLOBAL.parseFloat(arr[3]),
116 jtstats-0.0.9.tgz/dest/stats.js:21: createdAt = GLOBAL.parseInt(arr[4]);
116 grunt-flex-handlebars-0.2.1.tgz/test/test-5-cli.js:9:GLOBAL.Handlebars = require('handlebars');
115 litescript-0.8.9.tgz/lib/Producer_js.js:2166: this.out('GLOBAL.', this.name, "=", this.name, ";", NL);
115 litescript-0.8.9.tgz/lib/Producer_js.js:2165: //.out 'GLOBAL.',.name,"=",.name,";",NL //set declared fn-Class as method of GLOBAL
115 litescript-0.8.9.tgz/lib/Producer_js.js:2050: this.out('GLOBAL.', this.name, "=", this.name, ";", NL);
115 litescript-0.8.9.tgz/lib/Producer_js.js:2049: //.out 'GLOBAL.',.name,"=",.name,";",NL //set declared fn-Class as method of GLOBAL
115 litescript-0.8.9.tgz/lib/interfaces/LiteCoreSupport.js:433: GLOBAL.IterablePos=IterablePos;
115 litescript-0.8.9.tgz/lib/interfaces/LiteCoreSupport.js:21: GLOBAL.LiteCore=LiteCore;
115 litescript-0.8.9.tgz/lib/interfaces/LiteCoreSupport.js:185: GLOBAL.Map=Map;
115 litescript-0.8.9.tgz/lib/interfaces/LiteC.js:31: GLOBAL.LiteCore=LiteCore;
115 jssh-0.0.8.tgz/src/context/tpl/require.js:4:GLOBAL[ns] = require(pkg);
115 jssh-0.0.8.tgz/src/context/tpl/export.js:6:var target = ns ? GLOBAL[ns] : GLOBAL;
115 jssh-0.0.8.tgz/src/context/tpl/export.js:5:if(ns && (typeof GLOBAL[ns] == 'undefined')) GLOBAL[ns] = {};
115 jssh-0.0.8.tgz/portable/jssh-big.js:41: "src/context/tpl/require.js": "var pkg = '{{PACKAGE}}';\r\nvar ns = \"{{NAMESPACE}}\";\r\nvar GLOBAL = typeof global != \"undefined\" ? global : this;\r\nGLOBAL[ns] = require(pkg);\r\n",
115 jssh-0.0.8.tgz/portable/jssh-big.js:40: "src/context/tpl/export.js": "var pkg = '{{PACKAGE}}';\r\nvar ns = \"{{NAMESPACE}}\";\r\nvar GLOBAL = typeof global != \"undefined\" ? global : this;\r\nvar mod = require(pkg);\r\nif(ns && (typeof GLOBAL[ns] == 'undefined')) GLOBAL[ns] = {};\r\nvar target = ns ? GLOBAL[ns] : GLOBAL;\r\nfor(var cmd in mod) {\r\nvar func = mod[cmd];\r\n func.__jssh_api = (ns ? ns + '.' : '') + cmd;\r\n target[cmd] = func;\r\n}\r\n",
114 norris-json-0.2.0.tgz/lib/norris-json.js:29: var self = this, i, p, JSON = GLOBAL.JSON;
114 bunyan-hub-logger-1.1.2.tgz/replaceConsole.js:63: GLOBAL.console[k] = bc[k];
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
112 uupaa.perf.js-0.0.7.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
112 uupaa.perf.js-0.0.7.tgz/lib/Perf.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
112 sockethub-platform-irc-0.3.0.tgz/test/24-irc-suite.js:24: GLOBAL.IRCFactory = env.IRCFactory;
111 spludo-2.0.2.tgz/core/ViewManager.js:118: var engine = GLOBAL[view_engine_options[1]];
111 spludo-2.0.2.tgz/core/util.js:76:GLOBAL.extend = function() {
111 spludo-2.0.2.tgz/core/util.js:49:GLOBAL.chain = function () {
111 spludo-2.0.2.tgz/core/util.js:15:GLOBAL.group = function () {
111 spludo-2.0.2.tgz/core/util.js:142: target[ name ] = GLOBAL.extend( deep, clone, copy );
111 spludo-2.0.2.tgz/core/server/CookieSessionManager.js:29: var engine = GLOBAL[options.engine || "MemoryStorage"];
111 spludo-2.0.2.tgz/core/index.js:237:var session_manager_engine = GLOBAL[config.get("session_manager_engine", "CookieSessionManager")];
111 spludo-2.0.2.tgz/core/database/DatabaseManager.js:84: var engine = GLOBAL[options.driver_name || "StorageDatabaseDriver"];
111 perfget-0.2.1.tgz/src/perfget.js:64: GLOBAL.perfget = perfget.factory;
111 perfget-0.2.1.tgz/src/perfget.js:63: GLOBAL.get_ = perfget.get_;
111 perfget-0.2.1.tgz/src/perfget.js:62: GLOBAL._get = perfget._get;
111 perfget-0.2.1.tgz/src/perfget.js:61: GLOBAL.get = perfget.get;
110 webperf-monitor-0.0.8.tgz/index.js:16: GLOBAL.configFile = configFilePath;
110 webperf-monitor-0.0.8.tgz/db/db-helper.js:37: var config = require(GLOBAL.configFile);
109 protolus-data-0.0.5-alpha.tgz/protolus-data.js:254: eval('this.lastProtolusObject = new GLOBAL.'+type+'();');
109 protolus-data-0.0.5-alpha.tgz/protolus-data.js:170: if(makeGlobal) GLOBAL[type] = classDefinition;
109 filter-proxy-0.0.6.tgz/index.js:176: GLOBAL.debug('got server error' + e.message );
109 filter-proxy-0.0.6.tgz/index.js:170: GLOBAL.debug('filter-proxy post error', error);
109 filter-proxy-0.0.6.tgz/index.js:150: GLOBAL.debug('sent post data');
109 filter-proxy-0.0.6.tgz/index.js:148: GLOBAL.debug('filter-proxy origin requst error', e);
109 filter-proxy-0.0.6.tgz/index.js:129: GLOBAL.debug('WTF', browser_request.proxy_received.headers);
109 filter-proxy-0.0.6.tgz/index.js:113: GLOBAL.debug('filter-proxy request error', err, pageBuffer, browser_request.url, proxy_received.headers);
109 filter-proxy-0.0.6.tgz/index.js:104: GLOBAL.debug('GZIPPED!');
109 filter-proxy-0.0.6.tgz/examples/auth.js:9: response.content = 'You must <a href="' + request_url.hostname + '.' + GLOBAL.config.DOMAIN + ':' + GLOBAL.config.AUTH_PORT + '/login">login</a>';
109 filter-proxy-0.0.6.tgz/examples/auth.js:8: } else if (GLOBAL.config.doAuth !== false && (!GLOBAL.authed[browser_request.connection.remoteAddress])) {
109 filter-proxy-0.0.6.tgz/examples/auth.js:5: if (request_url.port == GLOBAL.config.AUTH_PORT || (request_url.hostname || '').match(GLOBAL.config.NOCACHE_REGEX)) {
109 filter-proxy-0.0.6.tgz/examples/auth.js:16: GLOBAL.authed[browser_request.connection.remoteAddress] = demoUser;
109 filter-proxy-0.0.6.tgz/examples/auth.js:13: browser_request.psMember = GLOBAL.authed[browser_request.connection.remoteAddress];
109 filter-proxy-0.0.6.tgz/examples/auth.js:12: if (GLOBAL.config.doAuth) {
109 conjure-0.1.4.tgz/test/mocha/lib/conjure/helpers.js:447: GLOBAL.$ = function() {};
109 conjure-0.1.4.tgz/test/mocha/lib/conjure/helpers.js:435: GLOBAL.window = {
108 ember-metal-node-1.0.0-pre.2.tgz/index.js:1728: return IS_GLOBAL.test(path);
108 ember-metal-node-1.0.0-pre.2.tgz/index.js:1526: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:48: GLOBAL.log 'info', '------- MASTER MQTT CLIENT => disconnect -------'
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:41: GLOBAL.log 'info', '------- MASTER MQTT CLIENT => message -------'
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:3:GLOBAL.log = (type, msg) ->
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:35: GLOBAL.log 'info', '------- MASTER MQTT CLIENT => unsubscribed -------'
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:29: GLOBAL.log 'info', '------- MASTER MQTT CLIENT => subscribed -------'
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:25: GLOBAL.log 'info', '------- MASTER MQTT CLIENT => connect -------'
108 2lemetry-0.0.7.tgz/clients/test/mqtt.coffee:19: GLOBAL.log 'info', '------- MASTER MQTT CLIENT => error -------'
107 xml-schema-2.2.0.tgz/test/_mock.js:4:GLOBAL.XMLSchema = XMLSchema;
107 co-array-0.0.3.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
105 baidu-zhixin-sdk-2.0.5.tgz/lib/sdk.js:171: var APP_PARAMS = GLOBAL['APP_PARAMS'];
105 baidu-zhixin-sdk-2.0.5.tgz/lib/cli.js:198: GLOBAL['APP_PARAMS'] = params;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
104 uupaa.uri.js-0.9.9.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
104 uupaa.uri.js-0.9.9.tgz/lib/URI.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
104 spark-omen-0.2.6.tgz/engine/utils/projectUtils.js:209: ProjectUtils.omenProjectUpdate(cli, GLOBAL.OMEN_PROJECT);
104 spark-omen-0.2.6.tgz/engine/utils/projectUtils.js:208: GLOBAL.OMEN_PROJECT.setDependency(deps);
104 spark-omen-0.2.6.tgz/engine/utils/projectUtils.js:204: if (deps[packageName] == GLOBAL.OMEN_PROJECT.MAX_VERSION)
104 spark-omen-0.2.6.tgz/engine/utils/projectUtils.js:201: var deps = GLOBAL.OMEN_PROJECT.get('dependencies');
104 spark-omen-0.2.6.tgz/engine/utils/projectUtils.js:200: if (GLOBAL.OMEN_SAVE) {
104 hive-0.1.6.tgz/lib/util/cli.js:170:GLOBAL.cli = new NodeCli();
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
102 uupaa.easing.js-0.0.6.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
102 uupaa.easing.js-0.0.6.tgz/lib/Easing.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
102 used-0.0.8.tgz/use.js:6:module.exports = GLOBAL.use = function(module) {
101 sensebase-0.0.4.tgz/util/indexRISwithPDF.js:19:GLOBAL.config = require('../config.js').config;
101 sensebase-0.0.4.tgz/util/indexRISwithPDF.js:102: var loc = GLOBAL.config.HOMEPAGE + '/files/' + cur.fileName;
101 sensebase-0.0.4.tgz/util/importItemAnnotations.js:5:GLOBAL.config = require('../config.js').config;
101 sensebase-0.0.4.tgz/test/indexer.js:4:GLOBAL.config = require('../config.js').config;
101 sensebase-0.0.4.tgz/test/file-upload.js:5:GLOBAL.config = require('../config.js').config;
101 sensebase-0.0.4.tgz/test/file-upload.js:16: expect(path.join(GLOBAL.config.uploadDirectory, uniq)).to.be.true;
101 sensebase-0.0.4.tgz/test/annotator-structured.js:3:GLOBAL.config = require('../config.js').config;
101 sensebase-0.0.4.tgz/lib/utils.js:15: GLOBAL.error('uncaught error', err);
101 sensebase-0.0.4.tgz/lib/pubsub.js:99: GLOBAL.debug('no search results');
101 sensebase-0.0.4.tgz/lib/pubsub.js:95: GLOBAL.info('searchResults'.yellow, results.hits.hits.length);
101 sensebase-0.0.4.tgz/lib/pubsub.js:90: GLOBAL.config.indexer.formSearch(data, function(err, results) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:89: GLOBAL.info('/search'.yellow, data);
101 sensebase-0.0.4.tgz/lib/pubsub.js:83: GLOBAL.config.indexer.saveAnnotations(combo.uri, combo.annotations);
101 sensebase-0.0.4.tgz/lib/pubsub.js:7:var fayeClient = new faye.Client(GLOBAL.config.FAYEHOST);
101 sensebase-0.0.4.tgz/lib/pubsub.js:77: GLOBAL.config.users.forEach(function(u) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:73: GLOBAL.info('saveAnnotations'.yellow, combo.uri, combo.annotations.length);
101 sensebase-0.0.4.tgz/lib/pubsub.js:64: GLOBAL.error('/annotate error' + err);
101 sensebase-0.0.4.tgz/lib/pubsub.js:60: GLOBAL.info('/annotate'.yellow, data);
101 sensebase-0.0.4.tgz/lib/pubsub.js:51: fayeClient.publish('/teamList', GLOBAL.config.users);
101 sensebase-0.0.4.tgz/lib/pubsub.js:49: GLOBAL.config.users.push({id : new Date().getTime(), active: new Date(), username : candidate.name, type: candidate.type});
101 sensebase-0.0.4.tgz/lib/pubsub.js:46: GLOBAL.info('team/add'.yellow, candidate);
101 sensebase-0.0.4.tgz/lib/pubsub.js:40: fayeClient.publish('/teamList', GLOBAL.config.users);
101 sensebase-0.0.4.tgz/lib/pubsub.js:38: GLOBAL.config.users[i] = member;
101 sensebase-0.0.4.tgz/lib/pubsub.js:37: if (GLOBAL.config.users[i].username == member.username) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:36: for (var i = 0; i < GLOBAL.config.users.length; i++) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:35: GLOBAL.info('team/save'.yellow, member);
101 sensebase-0.0.4.tgz/lib/pubsub.js:29: fayeClient.publish('/teamList', GLOBAL.config.users);
101 sensebase-0.0.4.tgz/lib/pubsub.js:27: GLOBAL.config.users.splice(i, 1);
101 sensebase-0.0.4.tgz/lib/pubsub.js:26: if (GLOBAL.config.users[i].username == member.username) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:25: for (var i = 0; i < GLOBAL.config.users.length; i++) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:24: GLOBAL.info('team/remove'.yellow, member);
101 sensebase-0.0.4.tgz/lib/pubsub.js:241: GLOBAL.error('error', err);
101 sensebase-0.0.4.tgz/lib/pubsub.js:234: fs.writeFileSync('local-users.json', JSON.stringify({ logins : GLOBAL.config.users}, null, 2));
101 sensebase-0.0.4.tgz/lib/pubsub.js:232: fs.writeFileSync('versions/local-users.' + new Date().getTime() + '.json', JSON.stringify({ logins : GLOBAL.config.users}, null, 2));
101 sensebase-0.0.4.tgz/lib/pubsub.js:20: fayeClient.publish('/teamList', GLOBAL.config.users);
101 sensebase-0.0.4.tgz/lib/pubsub.js:201: GLOBAL.info('/visited'.yellow.yellow, site.uri, res.hits.total);
101 sensebase-0.0.4.tgz/lib/pubsub.js:19: GLOBAL.info('team/list'.yellow, data);
101 sensebase-0.0.4.tgz/lib/pubsub.js:151: GLOBAL.debug('NO RESULTS');
101 sensebase-0.0.4.tgz/lib/pubsub.js:147: GLOBAL.info('moreLikeThisResults', err, results.hits.hits.length);
101 sensebase-0.0.4.tgz/lib/pubsub.js:145: GLOBAL.config.indexer.moreLikeThis(data.uri, function(err, results) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:144: GLOBAL.info('/moreLikeThis'.yellow, data);
101 sensebase-0.0.4.tgz/lib/pubsub.js:136: GLOBAL.error('/delete', err, res);
101 sensebase-0.0.4.tgz/lib/pubsub.js:133: GLOBAL.info('/delete'.yellow, cItemURIs);
101 sensebase-0.0.4.tgz/lib/pubsub.js:126: GLOBAL.info('/getContentItem'.yellow, uri);
101 sensebase-0.0.4.tgz/lib/pubsub.js:120: GLOBAL.info('/updateContent'.yellow, data.uri);
101 sensebase-0.0.4.tgz/lib/pubsub.js:113: GLOBAL.debug('no cluster results');
101 sensebase-0.0.4.tgz/lib/pubsub.js:109: GLOBAL.info('clusterResults'.yellow, err, results.hits.hits.length);
101 sensebase-0.0.4.tgz/lib/pubsub.js:107: GLOBAL.config.indexer.formCluster(data, function(err, results) {
101 sensebase-0.0.4.tgz/lib/pubsub.js:106: GLOBAL.info('/cluster'.yellow, data);
101 sensebase-0.0.4.tgz/lib/pageCache.js:7: if (!contentType) { GLOBAL.debug('missing contentType', browser_request.url); contentType = "text/text"; }
101 sensebase-0.0.4.tgz/lib/pageCache.js:42: return GLOBAL.config.CACHE_DIR + encodeURIComponent(page);
101 sensebase-0.0.4.tgz/lib/pageCache.js:34: GLOBAL.debug("got cached " + url);
101 sensebase-0.0.4.tgz/lib/pageCache.js:19: GLOBAL.debug('\nError writing header', err);
101 sensebase-0.0.4.tgz/lib/pageCache.js:13: GLOBAL.debug(err);
101 sensebase-0.0.4.tgz/lib/pageCache.js:10:// GLOBAL.debug('caching', uri, browser_request.encoding);
101 sensebase-0.0.4.tgz/lib/indexer.js:54: GLOBAL.info('INDEXING new', desc.uri);
101 sensebase-0.0.4.tgz/lib/indexer.js:516: es = elasticsearch(GLOBAL.config.ESEARCH);
101 sensebase-0.0.4.tgz/lib/indexer.js:49: GLOBAL.info('INDEXING update', desc.uri);
101 sensebase-0.0.4.tgz/lib/indexer.js:490: path: GLOBAL.config.ESEARCH._index + path,
101 sensebase-0.0.4.tgz/lib/indexer.js:489: port: GLOBAL.config.ESEARCH.server.port,
101 sensebase-0.0.4.tgz/lib/indexer.js:488: host: GLOBAL.config.ESEARCH.server.host,
101 sensebase-0.0.4.tgz/lib/indexer.js:45: GLOBAL.debug('saveContentItem retrieveByURI ERROR', err);
101 sensebase-0.0.4.tgz/lib/indexer.js:459: GLOBAL.error('on', options, docs);
101 sensebase-0.0.4.tgz/lib/indexer.js:451: GLOBAL.debug('inserting', docs.length, options._type);
101 sensebase-0.0.4.tgz/lib/indexer.js:437: GLOBAL.info('NO HITS FOR', JSON.stringify(q, null, 2));
101 sensebase-0.0.4.tgz/lib/indexer.js:405: GLOBAL.info('NO HITS FOR', JSON.stringify(q, null, 2));
101 sensebase-0.0.4.tgz/lib/indexer.js:398: getEs().search({ _index : GLOBAL.config.ESEARCH._index, _type : 'contentItem'}, q, function(err, res) {
101 sensebase-0.0.4.tgz/lib/indexer.js:37: GLOBAL.debug('saveContentItem', desc.uri, desc.contentType);
101 sensebase-0.0.4.tgz/lib/indexer.js:336: GLOBAL.error('unknown validationState', search.validationState);
101 sensebase-0.0.4.tgz/lib/indexer.js:310: GLOBAL.error('unknown validationState', search.validationState);
101 sensebase-0.0.4.tgz/lib/indexer.js:277: getEs().search({ _index : GLOBAL.config.ESEARCH._index, _type : 'savedScrapes'}, q, function(err, res) {
101 sensebase-0.0.4.tgz/lib/indexer.js:249: indexBulk({_index : GLOBAL.config.ESEARCH._index, _type : 'savedScrapes'}, scrape, function(err, res){
101 sensebase-0.0.4.tgz/lib/indexer.js:233: GLOBAL.error('updateAnnotationSummary update', err);
101 sensebase-0.0.4.tgz/lib/indexer.js:222: GLOBAL.error('updateAnnotationSummary search', err);
101 sensebase-0.0.4.tgz/lib/indexer.js:220: getEs().search({ _index : GLOBAL.config.ESEARCH._index, _type : 'annotation'}, query, function(err, res) { // TODO add annotatedBy
101 sensebase-0.0.4.tgz/lib/indexer.js:205: GLOBAL.error('updateContent update', err);
101 sensebase-0.0.4.tgz/lib/indexer.js:189: GLOBAL.error('saveAnnotations', err);
101 sensebase-0.0.4.tgz/lib/indexer.js:187: indexBulk({_index : GLOBAL.config.ESEARCH._index, _type : 'annotation', parent : target}, annotations, function(err, res) {
101 sensebase-0.0.4.tgz/lib/indexer.js:183: GLOBAL.error('trying to save 0 annotations');
101 sensebase-0.0.4.tgz/lib/indexer.js:130: getEs().search({ _index : GLOBAL.config.ESEARCH._index, _type : 'annotation'}, query, function(err, res) {
101 sensebase-0.0.4.tgz/lib/indexer.js:101: GLOBAL.error('INDEXING error', cItem._id, err);
101 sensebase-0.0.4.tgz/lib/file-upload.js:11: targetPath = path.join(GLOBAL.config.uploadDirectory, uploadedFile.name.replace(/.*\//g, '')),
101 sensebase-0.0.4.tgz/lib/auth.js:9: GLOBAL.debug('asset', asset);
101 sensebase-0.0.4.tgz/lib/auth.js:30: GLOBAL.authed[browser_request.connection.remoteAddress] = noUser;
101 sensebase-0.0.4.tgz/lib/auth.js:25: browser_request.psMember = GLOBAL.authed[browser_request.connection.remoteAddress];
101 sensebase-0.0.4.tgz/lib/auth.js:22: response.content = 'You must <a href="' + GLOBAL.config.HOMEPAGE + ':' + GLOBAL.config.AUTH_PORT + '/login">login</a>';
101 sensebase-0.0.4.tgz/lib/auth.js:21: if (!GLOBAL.authed[browser_request.connection.remoteAddress]) {
101 sensebase-0.0.4.tgz/lib/auth.js:20: } else if (GLOBAL.config.doAuth || GLOBAL.authed[browser_request.connection.remoteAddress]) { //FIXME
101 sensebase-0.0.4.tgz/lib/auth.js:17: } else if (request_url.port == GLOBAL.config.AUTH_PORT || (request_url.hostname || '').match(GLOBAL.config.NOCACHE_REGEX)) {
101 sensebase-0.0.4.tgz/lib/annotators/spotlight.js:7: GLOBAL.config.users.forEach(function(user) {
101 sensebase-0.0.4.tgz/lib/annotators/spotlight.js:54: port: GLOBAL.config.SPOTLIGHT.port,
101 sensebase-0.0.4.tgz/lib/annotators/spotlight.js:53: host: GLOBAL.config.SPOTLIGHT.host,
101 sensebase-0.0.4.tgz/lib/annotators/sentiment.js:48: port: GLOBAL.config.SENTIMENT.port,
101 sensebase-0.0.4.tgz/lib/annotators/sentiment.js:47: host: GLOBAL.config.SENTIMENT.host,
101 sensebase-0.0.4.tgz/lib/annotators/sentiment.js:21: GLOBAL.error('sentiment', e);
101 sensebase-0.0.4.tgz/lib/annotators/sentiment.js:14: GLOBAL.info(name, uri, selector, text ? text.length : 'notext');
101 sensebase-0.0.4.tgz/lib/annotators/classify.js:28: GLOBAL.error('Classify annotations error', candidate.uri, err);
101 sensebase-0.0.4.tgz/lib/annotators/classify.js:18: GLOBAL.error('Classify error', uri, err);
101 sensebase-0.0.4.tgz/lib/annotators/classify.js:14: GLOBAL.info(name, uri, text.length);
101 sensebase-0.0.4.tgz/lib/annotators/annotationSet.js:31: GLOBAL.config.users.forEach(function(u) {
101 sensebase-0.0.4.tgz/lib/annotators/annotateLib.js:6:var fayeClient = new faye.Client(GLOBAL.config.FAYEHOST);
101 sensebase-0.0.4.tgz/lib/annotators/annotateLib.js:3:GLOBAL.config = require('../../config.js').config;
101 sensebase-0.0.4.tgz/index.js:65: GLOBAL.config = config;
101 sensebase-0.0.4.tgz/index.js:57: GLOBAL.debug('injecting iframe');
101 sensebase-0.0.4.tgz/index.js:47: GLOBAL.error('index saveContentitem failed', err);
101 sensebase-0.0.4.tgz/index.js:44: GLOBAL.config.indexer.saveContentItem({ uri: uri, title: title, member: psMember, referer: referer, isHTML: browser_request.is_html, content: pageBuffer, contentType: contentType, headers: saveHeaders},
101 sensebase-0.0.4.tgz/index.js:42: GLOBAL.config.pageCache.cache(uri, referer, is_html, pageBuffer, contentType, saveHeaders, browser_request);
101 sensebase-0.0.4.tgz/index.js:26: GLOBAL.authed = GLOBAL.authed || {}; //FIXME use auth scheme that works behind proxies
101 sensebase-0.0.4.tgz/index.js:213: r = repl.start({ prompt: GLOBAL.config.project + "> ", useGlobal: true});
101 sensebase-0.0.4.tgz/index.js:208: filterProxy.start(GLOBAL.config);
101 sensebase-0.0.4.tgz/index.js:192: GLOBAL.config.indexer.saveContentItem({ uri: uri, isHTML: true, title: resp.title, member: req.user.username, content: content}, function(err, res, cItem) {
101 sensebase-0.0.4.tgz/index.js:191: var content = resp.buffer || utils.NOCONTENT, uri = GLOBAL.config.HOMEPAGE + '/files/' + resp.fileName;
101 sensebase-0.0.4.tgz/index.js:189: GLOBAL.error('/upload', err);
101 sensebase-0.0.4.tgz/index.js:177: res.redirect(GLOBAL.config.HOMEPAGE);
101 sensebase-0.0.4.tgz/index.js:174: GLOBAL.authed[req.ip] = req.user;
101 sensebase-0.0.4.tgz/index.js:164: res.render('memberjs', { user: req.user, collab: GLOBAL.config.collab, logo: GLOBAL.config.logo, homepage: GLOBAL.config.homepage });
101 sensebase-0.0.4.tgz/index.js:135: app.use('/files', express.static(GLOBAL.config.uploadDirectory));
101 sensebase-0.0.4.tgz/index.js:125: app.use(express.logger({stream: GLOBAL.config.logStream}));
101 ember-template-precompile-0.4.0.tgz/lib/ember.js:2109: return IS_GLOBAL.test(path);
101 ember-template-precompile-0.4.0.tgz/lib/ember.js:1908: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
100 pagination-template-0.2.1.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
100 pagination-template-0.2.1.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
100 compago-router-1.0.2.tgz/tests/unit.test.js:5:GLOBAL.window = {
100 compago-router-1.0.2.tgz/tests/unit.test.js:14:GLOBAL.document = {
100 beyo-events-0.0.12.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
99 ngsijs-0.14.1.tgz/lib/ngsi-node.js:83:GLOBAL.XPathResult = xpath.XPathResult;
99 ngsijs-0.14.1.tgz/lib/ngsi-node.js:82:GLOBAL.XMLSerializer = xmldom.XMLSerializer;
99 ngsijs-0.14.1.tgz/lib/ngsi-node.js:81:GLOBAL.DOMImplementation = xmldom.DOMImplementation;
99 ngsijs-0.14.1.tgz/lib/ngsi-node.js:80:GLOBAL.DOMParser = xmldom.DOMParser;
99 msg2svg-2.0.0.tgz/out.js:9867: GLOBAL.screen, tostring(pool)];
99 msg2svg-2.0.0.tgz/out.js:9866: return [+new Date, GLOBAL, GLOBAL.navigator && GLOBAL.navigator.plugins,
99 msg2svg-2.0.0.tgz/out.js:9863: GLOBAL.crypto.getRandomValues(seed = new Uint8Array(width));
99 easy-babel-1.0.1.tgz/lib/prepare.js:6:const cwd = GLOBAL.commands_cwd;
99 easy-babel-1.0.1.tgz/lib/commands.js:6:GLOBAL.commands_cwd = cwd;
99 easy-babel-1.0.1.tgz/.easy/lib/prepare.js:6:const cwd = GLOBAL.commands_cwd;
99 easy-babel-1.0.1.tgz/.easy/lib/commands.js:6:GLOBAL.commands_cwd = cwd;
99 beyo-plugin-services-0.0.9.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
98 stormtracker-0.1.8.tgz/test/cert-manager.coffee:7:GLOBAL.config = JSON.parse fs.readFileSync process.cwd()+"/"+DEFAULT_CONFIG
98 spacebox-0.1.5.tgz/env.js:7:GLOBAL.ipfs = ipfsAPI("localhost", "5001");
98 spacebox-0.1.5.tgz/env.js:6:GLOBAL.ipfsAPI = require("ipfs-api");
98 spacebox-0.1.5.tgz/env.js:5:GLOBAL.spacebox = require("./");
98 spacebox-0.1.5.tgz/env.js:4:GLOBAL.tls = require("tls");
98 spacebox-0.1.5.tgz/env.js:3:GLOBAL.net = require("net");
98 spacebox-0.1.5.tgz/env.js:2:GLOBAL.p = require("path");
98 spacebox-0.1.5.tgz/env.js:1:GLOBAL.fs = require("fs");
97 quokka-0.0.7.tgz/src/quokka.js:163: GLOBAL[v] = this[v];
97 level2-ember-1.0.0-beta.2.tgz/src/ember/template-compiler-2.2.0.js:7875: return IS_GLOBAL.test(key);
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:48: var _requestAnimationFrame = setter(GLOBAL.requestAnimationFrame, _cancelAnimationFrame, _rafs)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:47: var _cancelAnimationFrame = clearer(GLOBAL.cancelAnimationFrame, _rafs)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:44: var _setImmediate = setter(GLOBAL.setImmediate, _clearImmediate, _immediates)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:43: var _clearImmediate = clearer(GLOBAL.clearImmediate, _immediates)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:40: var _setInterval = setter(GLOBAL.setInterval, function () {}, _intervals)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:39: var _clearInterval = clearer(GLOBAL.clearInterval, _intervals)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:36: var _setTimeout = setter(GLOBAL.setTimeout, _clearTimeout, _timeouts)
96 react-timeout-0.16.0.tgz/src/reactTimeout.js:35: var _clearTimeout = clearer(GLOBAL.clearTimeout, _timeouts)
96 node-webkit-winstate-1.1.1.tgz/test/index.js:94: var windowState = JSON.parse(GLOBAL.localStorage['windowState']);
96 node-webkit-winstate-1.1.1.tgz/test/index.js:25:GLOBAL.localStorage = {
96 node-webkit-winstate-1.1.1.tgz/test/index.js:113: GLOBAL.localStorage = null;
96 gibber.core.lib-0.2.0.tgz/scripts/gibber.js:47: if( !GLOBAL.document ) document = GLOBAL.document = false
96 gibber.core.lib-0.2.0.tgz/scripts/gibber.js:45: document = GLOBAL.document = false
95 compago-view-1.0.1.tgz/tests/unit.test.js:8:GLOBAL.document = mb.getDocument();
95 chrome-promise-1.0.6.tgz/test/test.js:54: expect(chrome.promise.tabs.create({})).to.be.an.instanceOf(GLOBAL.Promise);
93 mj-pkg-0.0.9.tgz/lib/mj.js:9:GLOBAL.MJ = function(options) {};
92 yarsay-1.0.5.tgz/lib/cli.js:4:if (typeof GLOBAL.Promise === 'undefined') GLOBAL.Promise = require('bluebird');
92 covy-1.0.1.tgz/index.js:6:GLOBAL.sinon = require('sinon');
92 covy-1.0.1.tgz/index.js:10:GLOBAL.expect = chai.expect;
91 newsprint-0.3.2.tgz/bin/index.js:22:GLOBAL.libs = libs;
91 given-core-0.0.2-2.tgz/lib/core/core.js:75: GLOBAL.then = function then () {
91 given-core-0.0.2-2.tgz/lib/core/core.js:72: GLOBAL.when = function when () {
91 given-core-0.0.2-2.tgz/lib/core/core.js:69: GLOBAL.given = function given () {
91 ember-string-parameterize-0.2.1.tgz/tests/lib/ember-runtime.js:7024: return IS_GLOBAL.test(path);
91 ember-string-parameterize-0.2.1.tgz/tests/lib/ember-runtime.js:2956: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
89 uupaa.base64.js-0.9.9.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
89 uupaa.base64.js-0.9.9.tgz/lib/Base64.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
88 salmonjs-0.5.0.tgz/test/parser/phantom.spec.js:67:GLOBAL.phantom = {
88 salmonjs-0.5.0.tgz/test/parser/phantom.spec.js:66:GLOBAL.system = process;
88 salmonjs-0.5.0.tgz/test/parser/phantom.spec.js:65:GLOBAL.webpage = new WebPage();
88 salmonjs-0.5.0.tgz/test/parser/phantom.spec.js:64:GLOBAL.btoa = function () {};
88 salmonjs-0.5.0.tgz/test/parser/phantom.spec.js:55: GLOBAL.document = {location: {}};
88 salmonjs-0.5.0.tgz/test/parser/phantom.functional.spec.js:57:GLOBAL.system = process;
88 salmonjs-0.5.0.tgz/test/parser/phantom.functional.spec.js:56:GLOBAL.webpage = webpage;
88 salmonjs-0.5.0.tgz/test/parser/phantom.functional.spec.js:45: GLOBAL.document = {location: {}};
88 salmonjs-0.5.0.tgz/src/parser/phantom.js:34: system = typeof GLOBAL !== 'undefined' && typeof GLOBAL.system !== 'undefined' ? GLOBAL.system : require('system'),
88 pusher.platform-0.0.5.tgz/lib/pusher.platform.js:381: GLOBAL[globalName] = mongoose.model(globalName, schema);
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:47: GLOBAL[alias] = wm[alias]; // publish to global
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:46: if (wm.publish && !GLOBAL[alias]) {
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:37: var wm = this; // GLOBAL.WebModule
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
87 uupaa.hexdump.js-0.0.5.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
87 uupaa.hexdump.js-0.0.5.tgz/lib/HexDump.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
86 xlib-0.0.6.tgz/dev/core/environment.ts:357:// var testEnv: string = GLOBAL["TEST"] || process.env["TEST"];
86 xlib-0.0.6.tgz/dev/core/environment.ts:356:// var traceEnv: string = GLOBAL["TRACE"] || process.env["TRACE"];
86 xlib-0.0.6.tgz/dev/core/environment.ts:355:// var debugEnv: string = GLOBAL["DEBUG"] || process.env["DEBUG"];
86 xlib-0.0.6.tgz/dev/core/environment.js:332:// var testEnv: string = GLOBAL["TEST"] || process.env["TEST"];
86 xlib-0.0.6.tgz/dev/core/environment.js:331:// var traceEnv: string = GLOBAL["TRACE"] || process.env["TRACE"];
86 xlib-0.0.6.tgz/dev/core/environment.js:330:// var debugEnv: string = GLOBAL["DEBUG"] || process.env["DEBUG"];
86 stik-dom-0.8.1.tgz/specs/spec_helper.js:3:GLOBAL.window = document.parentWindow;
86 stik-dom-0.8.1.tgz/specs/spec_helper.js:2:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
86 stik-dom-0.8.1.tgz/specs/spec_helper.js:16:GLOBAL.stik = window.stik;
86 react-template-0.4.0.tgz/Gruntfile.js:116: GLOBAL.React = require('react');
86 react-template-0.4.0.tgz/Gruntfile.js:115: GLOBAL.ReactTemplate = require('./lib/index');
86 react-template-0.4.0.tgz/Gruntfile.js:114: GLOBAL.chai = require('chai');
86 ima.js-server-0.11.5.tgz/index.js:8: GLOBAL.$IMA = GLOBAL.$IMA || {};
86 ima.js-server-0.11.5.tgz/index.js:7: GLOBAL.$Debug = environment.$Debug;
86 ghost-qiniu-0.5.10-0.1.tgz/core/built/scripts/vendor-dev.js:26885: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
86 ghost-qiniu-0.5.10-0.1.tgz/core/built/scripts/vendor-dev.js:25877: var isGlobalCache = new Cache(1000, function(key) { return IS_GLOBAL.test(key); });
86 fastft-api-client-0.11.0.tgz/test/servertest_spec.js:1:GLOBAL.Promise = require('es6-promise').Promise;
86 courier.js-0.4.0.tgz/specs/courier_spec.js:1:GLOBAL.window = {};
85 vej-0.5.0.tgz/specs/spec_helper.js:1:GLOBAL.window = {};
85 vej-0.5.0.tgz/specs/spec_helper.js:17:GLOBAL.vej = window.vej;
85 stj-1.3.0-2.tgz/stj.js:537: if (GLOBAL.__STD__) {
85 stj-1.3.0-2.tgz/stj.js:452: GLOBAL[key] = null;
85 stj-1.3.0-2.tgz/stj.js:451: result = GLOBAL[key];
85 stj-1.3.0-2.tgz/stj.js:4410: GLOBAL.__STD__ = true;
85 stj-1.3.0-2.tgz/stj.js:423: result = GLOBAL.eval ? GLOBAL.eval(javascriptCode) : eval(javascriptCode);
85 stj-1.3.0-2.tgz/stj.js:1499: toModule(namespaceJoin([root, nativeFunction]), GLOBAL[nativeFunction]);
85 stj-1.3.0-2.tgz/stj.js:1399: GLOBAL[key] = globalValue;
85 stj-1.3.0-2.tgz/stj.js:1398: globalValue = setter(GLOBAL[key], value, key);
85 stj-1.3.0-2.tgz/stj.js:1395: globalValue = GLOBAL[key];
85 logjam-0.1.3.tgz/src/server.js:13:GLOBAL.connections = {};
85 compago-region-1.0.1.tgz/tests/unit.test.js:10:GLOBAL.document = mb.getDocument();
84 webdriverajax-1.0.3.tgz/test/manual_init.js:30: GLOBAL.browser = client;
84 t-bag-1.2.1.tgz/test/index.js:16: GLOBAL.document = document;
84 t-bag-1.2.1.tgz/test/index.js:15: GLOBAL.window = window;
84 t-bag-1.2.1.tgz/test/index.browser.js:1534:// GLOBAL.document = document;
84 t-bag-1.2.1.tgz/test/index.browser.js:1533:// GLOBAL.window = window;
84 retarded-log-1.0.5.tgz/index.js:54: GLOBAL.log = this;
84 foam-framework-0.5.0.tgz/tools/genjs.js:22:var model = GLOBAL[argv[0]];
84 foam-framework-0.5.0.tgz/tools/genjava.js:44: var model = GLOBAL[process.argv[i]];
84 foam-framework-0.5.0.tgz/orphanage/mm6Protobuf.js:59: var model = GLOBAL[type];
84 foam-framework-0.5.0.tgz/orphanage/mailreader/view.js:29: return GLOBAL.EMailLabelDAO;
84 foam-framework-0.5.0.tgz/js/foam/util/JavaSource.js:66: if ( GLOBAL[parentClassName] && GLOBAL[parentClassName].abstract )
84 foam-framework-0.5.0.tgz/js/foam/ui/AutocompleteListView.js:43: if ( typeof value === "string" ) value = GLOBAL[value];
84 foam-framework-0.5.0.tgz/js/foam/lib/email/EMail.js:88: "factory": function () { return GLOBAL.user || ""; },
84 foam-framework-0.5.0.tgz/js/foam/i18n/GlobalController.js:48: GLOBAL.chrome.runtime.id ) {
84 foam-framework-0.5.0.tgz/js/foam/i18n/GlobalController.js:47: if ( GLOBAL.chrome && GLOBAL.chrome.runtime &&
84 foam-framework-0.5.0.tgz/js/foam/i18n/GlobalController.js:105: GLOBAL.X.i18nModel = function(ret, model, X) {
84 foam-framework-0.5.0.tgz/js/foam/i18n/ChromeMessagesInjector.js:61: GLOBAL.chrome.i18n.getMessage(msgKey);
84 foam-framework-0.5.0.tgz/js/foam/i18n/ChromeMessagesInjector.js:60: GLOBAL.chrome.i18n.getMessage &&
84 foam-framework-0.5.0.tgz/js/foam/i18n/ChromeMessagesInjector.js:59: GLOBAL.chrome.i18n &&
84 foam-framework-0.5.0.tgz/js/foam/i18n/ChromeMessagesInjector.js:58: GLOBAL.chrome &&
84 foam-framework-0.5.0.tgz/js/foam/flow/VirtualConsole.js:94: GLOBAL.console = {
84 foam-framework-0.5.0.tgz/js/foam/flow/VirtualConsole.js:105: GLOBAL.console = this.console;
84 foam-framework-0.5.0.tgz/js/foam/flow/CodeSample.js:147: return this.IsolatedContext.create({}, GLOBAL.X).Y.sub({
84 foam-framework-0.5.0.tgz/js/foam/flow/AceCodeView.js:226: var codeView = this.codeView = GLOBAL.ace.edit(this.$);
84 foam-framework-0.5.0.tgz/js/foam/demos/olympics/Controller.js:124: GLOBAL.ctrl = this; // for debugging
84 foam-framework-0.5.0.tgz/js/foam/demos/FOAMComponents.js:92:// var dao = GLOBAL[model.plural] || GLOBAL[model.name + 'DAO'];
84 foam-framework-0.5.0.tgz/js/foam/demos/FOAMComponents.js:110:// GLOBAL.stack = this.StackView.create();
84 foam-framework-0.5.0.tgz/js/foam/dao/IDBDAO.js:170: if ( GLOBAL.__TXN__ ) GLOBAL.__TXN__.store = os;
84 foam-framework-0.5.0.tgz/js/foam/dao/IDBDAO.js:164: GLOBAL.__TXN__ = undefined;
84 foam-framework-0.5.0.tgz/js/foam/dao/IDBDAO.js:159: if ( GLOBAL.__TXN__ && GLOBAL.__TXN__.store ) {
84 foam-framework-0.5.0.tgz/js/com/google/watlobby/Lobby.js:217: GLOBAL.lobby = this;
84 foam-framework-0.5.0.tgz/js/com/google/paper/LoadBase64.js:96: }, GLOBAL.X).Y.sub({
84 foam-framework-0.5.0.tgz/js/com/google/ow/Client.js:132: var sX = GLOBAL.sub({
84 foam-framework-0.5.0.tgz/demos/test.js:77:var t = GLOBAL.t = Test.create();
84 foam-framework-0.5.0.tgz/demos/demo5.js:180: GLOBAL.stack = StackView.create();
84 foam-framework-0.5.0.tgz/demos/demo5.js:177: if ( GLOBAL.drawUML ) drawUML(ctx,100,100,model);
84 foam-framework-0.5.0.tgz/demos/demo5.js:168: var dao = GLOBAL[model.plural] || GLOBAL[model.name + 'DAO'];
84 foam-framework-0.5.0.tgz/core/XMLUtil.js:128: return GLOBAL[model] ? GLOBAL[model].create(obj) : obj;
84 foam-framework-0.5.0.tgz/core/stdlib.js:59: GLOBAL[model.extendsObject] ;
84 foam-framework-0.5.0.tgz/core/stdlib.js:58: proto = model.extendsProto ? GLOBAL[model.extendsProto].prototype :
84 foam-framework-0.5.0.tgz/core/stdlib.js:56: proto = GLOBAL[model.name];
84 foam-framework-0.5.0.tgz/core/stdlib.js:53: GLOBAL[model.name] = {};
84 foam-framework-0.5.0.tgz/core/stdlib.js:51: GLOBAL[model.name] = { __proto__: GLOBAL[model.extends] };
84 foam-framework-0.5.0.tgz/core/stdlib.js:49: if ( ! GLOBAL[model.name] ) {
84 foam-framework-0.5.0.tgz/core/mm6Misc.js:41: defaultValueFn: function() { return GLOBAL[this.relatedModel] ? GLOBAL[this.relatedModel].plural : ''; },
84 foam-framework-0.5.0.tgz/core/mm6Misc.js:176: if ( USED_MODELS[id] ) recopyModelFeatures(GLOBAL.lookup(id));
84 foam-framework-0.5.0.tgz/core/mm6Misc.js:165: recopyModelFeatures(GLOBAL.lookup(id));
84 foam-framework-0.5.0.tgz/core/mm3Types.js:513: this.X.lookup(prop.subType) || GLOBAL.lookup(prop.subType) );
84 foam-framework-0.5.0.tgz/core/mm2Property.js:18:GLOBAL.Property = {
84 foam-framework-0.5.0.tgz/core/mm1Model.js:545: if ( ! GLOBAL.Message ) return ms;
84 foam-framework-0.5.0.tgz/core/index.js:571: } else if ( GLOBAL.DescExpr && DescExpr.isInstance(options.order) && options.order.arg1 === prop ) {
84 foam-framework-0.5.0.tgz/core/index.js:552: arg2 = isExprMatch(GLOBAL.LteExpr);
84 foam-framework-0.5.0.tgz/core/index.js:540: arg2 = isExprMatch(GLOBAL.LtExpr);
84 foam-framework-0.5.0.tgz/core/index.js:529: arg2 = isExprMatch(GLOBAL.GteExpr);
84 foam-framework-0.5.0.tgz/core/index.js:518: arg2 = isExprMatch(GLOBAL.GtExpr);
84 foam-framework-0.5.0.tgz/core/index.js:491: arg2 = isExprMatch(GLOBAL.EqExpr);
84 foam-framework-0.5.0.tgz/core/index.js:447: var arg2 = isExprMatch(GLOBAL.InExpr);
84 foam-framework-0.5.0.tgz/core/index.js:1327: if ( GLOBAL.ExplainExpr && GLOBAL.ExplainExpr.isInstance(sink) ) {
84 foam-framework-0.5.0.tgz/core/index.js:1127: if ( GLOBAL.DescExpr && DescExpr.isInstance(prop) ) prop = prop.arg1;
84 foam-framework-0.5.0.tgz/core/fobrowser.js:203: var m2 = GLOBAL[arg2];
84 foam-framework-0.5.0.tgz/core/fobrowser.js:202: var m1 = GLOBAL[arg1];
84 foam-framework-0.5.0.tgz/core/FOAM.js:52: console.log('Deprecated use of GLOBAL.$$.');
84 foam-framework-0.5.0.tgz/core/FOAM.js:38: console.log('Deprecated use of GLOBAL.$.');
84 foam-framework-0.5.0.tgz/core/FOAM.js:259: GLOBAL.lookupCache_[id] = undefined;
84 foam-framework-0.5.0.tgz/core/FOAM.js:181: if ( i == 0 ) GLOBAL[path[i]] = Y[path[i]];
84 foam-framework-0.5.0.tgz/core/FOAM.js:149: THIS.GLOBAL.X.registerModel(m);
84 foam-framework-0.5.0.tgz/core/experimental/protobuffeatures.js:86: var model = GLOBAL[type];
84 foam-framework-0.5.0.tgz/core/dao.js:274: GLOBAL.__TXN__ = undefined;
84 foam-framework-0.5.0.tgz/core/dao.js:271: GLOBAL.__TXN__ = {};
84 foam-framework-0.5.0.tgz/core/dao.js:268: if ( GLOBAL.__TXN__ ) {
84 foam-framework-0.5.0.tgz/core/context.js:18:GLOBAL.lookupCache_ = {};
84 foam-framework-0.5.0.tgz/core/arrayDAO.js:162: if ( ! hasQuery && GLOBAL.CountExpr && CountExpr.isInstance(sink) ) {
84 ekit-util-0.0.5.tgz/index.js:3:GLOBAL._ = require('underscore');
84 crypto-balances-1.0.1.tgz/test/test_helper.coffee:2:GLOBAL.expect = chai.expect
83 antlr3-0.0.3.tgz/antlr3.js:8: GLOBAL.org.antlr.runtime = {};
83 antlr3-0.0.3.tgz/antlr3.js:7:if (typeof GLOBAL.org.antlr.runtime !== 'object') {
83 antlr3-0.0.3.tgz/antlr3.js:5: GLOBAL.org.antlr = {};
83 antlr3-0.0.3.tgz/antlr3.js:4:if (typeof GLOBAL.org.antlr !== 'object') {
83 antlr3-0.0.3.tgz/antlr3.js:2: GLOBAL.org = {}; // antlr: { runtime: { tree: {} } } };
83 antlr3-0.0.3.tgz/antlr3.js:1:if (typeof GLOBAL.org !== 'object') {
83 antlr3-0.0.3.tgz/antlr3.js:16:GLOBAL.print = function(msg) {
83 antlr3-0.0.3.tgz/antlr3.js:13:var org = GLOBAL.org;
83 antlr3-0.0.3.tgz/antlr3.js:11: GLOBAL.org.antlr.runtime.tree = {};
83 antlr3-0.0.3.tgz/antlr3.js:10:if (typeof GLOBAL.org.antlr.runtime.tree !== 'object') {
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
82 uupaa.messagepack.js-1.0.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
82 uupaa.messagepack.js-1.0.4.tgz/lib/MessagePack.js:743: function $valid(val, fn, hint) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](val, fn, hint); } }
82 uupaa.messagepack.js-1.0.4.tgz/lib/MessagePack.js:742://function $args(fn, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(fn, args); } }
82 uupaa.messagepack.js-1.0.4.tgz/lib/MessagePack.js:741://function $some(val, str, ig) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(val, str, ig) : true; }
82 uupaa.messagepack.js-1.0.4.tgz/lib/MessagePack.js:740: function $keys(obj, str) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(obj, str) : true; }
82 uupaa.messagepack.js-1.0.4.tgz/lib/MessagePack.js:739: function $type(obj, type) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(obj, type) : true; }
82 uupaa.messagepack.js-1.0.4.tgz/lib/MessagePack.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
82 r6-2.0.0.tgz/index.js:15: GLOBAL.r6 = r6;
82 beyo-model-validation-0.0.6.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
81 uupaa.webgldetector.js-0.0.4.tgz/lib/WebGLDetector.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:9:GLOBAL.Promise = P
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:8:GLOBAL.lo = lo
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:7:GLOBAL.a = a
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:15:GLOBAL.promiseError = (p)->
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:12:GLOBAL.eq = lo.curry (msg, expected, actual)->
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:11:GLOBAL.sub = P.promisifyAll(require('redis')).createClient()
81 redis-social-graph-0.5.0.tgz/test/_globals.coffee:10:GLOBAL.db = P.promisifyAll(require('redis')).createClient()
81 mo_ocha-0.3.0.tgz/lib/main.js:9: , mochaBefore = GLOBAL.before
81 mo_ocha-0.3.0.tgz/lib/main.js:8: , mochaIt = GLOBAL.it
81 mo_ocha-0.3.0.tgz/lib/main.js:40: GLOBAL.it = mo_O.it;
81 mo_ocha-0.3.0.tgz/lib/main.js:39: GLOBAL.afterEach = mo_O.afterEach;
81 mo_ocha-0.3.0.tgz/lib/main.js:38: GLOBAL.beforeEach = mo_O.beforeEach;
81 mo_ocha-0.3.0.tgz/lib/main.js:37: GLOBAL.after = mo_O.after;
81 mo_ocha-0.3.0.tgz/lib/main.js:36: GLOBAL.before = mo_O.before;
81 mo_ocha-0.3.0.tgz/lib/main.js:12: , mochaAfterEach = GLOBAL.afterEach;
81 mo_ocha-0.3.0.tgz/lib/main.js:11: , mochaAfter = GLOBAL.after
81 mo_ocha-0.3.0.tgz/lib/main.js:10: , mochaBeforeEach = GLOBAL.beforeEach
79 rapid-tank-0.1.6.tgz/res/tpl/start.js:9:GLOBAL.USER_DIR = path.join(ROOT_DIR, "./app/");
79 rapid-tank-0.1.6.tgz/res/tpl/start.js:8:GLOBAL.ROOT_DIR = path.join(process.argv[1] || __dirname, "../");
79 rapid-tank-0.1.6.tgz/res/tpl/start.js:10:GLOBAL.CONF_DIR = path.join(ROOT_DIR, "./conf/");
79 compago-layout-1.0.1.tgz/tests/unit.test.js:11:GLOBAL.document = mb.getDocument();
78 node-amd-0.3.0.tgz/node-amd.js:87:GLOBAL.define = function (name, deps, moduleFactory) {
78 node-amd-0.3.0.tgz/node-amd.js:66:GLOBAL.requirejs.config = function (cfg) {
78 node-amd-0.3.0.tgz/node-amd.js:51:GLOBAL.requirejs = function (deps, callback) {
78 node-amd-0.3.0.tgz/node-amd.js:169: GLOBAL.requirejs(deps, callback);
78 node-amd-0.3.0.tgz/node-amd.js:131: var cfg = GLOBAL.requirejs.cfg,
78 node-amd-0.3.0.tgz/node-amd.js:12: var cfg = GLOBAL.requirejs.cfg,
78 generator-gik-0.0.5.tgz/app/templates/test/.chai.js:14:GLOBAL.expect = Chai.expect;
77 scs-sdk-0.1.4.tgz/test/credentials.spec.coffee:466: GLOBAL.window = {localStorage: {}}
77 rapid-core-0.0.4.tgz/start.tpl.js:9:GLOBAL.USER_DIR = path.join(ROOT_DIR , "./app/");
77 rapid-core-0.0.4.tgz/start.tpl.js:8:GLOBAL.ROOT_DIR = path.join( process.argv[1] || __dirname, "../");
77 rapid-core-0.0.4.tgz/start.tpl.js:10:GLOBAL.CONF_DIR = path.join(ROOT_DIR , "./conf/");
77 rapid-core-0.0.4.tgz/src/rapid-core.js:348:// GLOBAL.watch = rapid.watch;
77 rapid-core-0.0.4.tgz/src/rapid-core.js:347:// GLOBAL.use = rapid.use;
77 rapid-core-0.0.4.tgz/src/rapid-core.js:346:// GLOBAL.define = rapid.define;
77 rapid-core-0.0.4.tgz/src/rapid-core.js:345:GLOBAL.rapid = rapid;
77 rapid-core-0.0.4.tgz/src/rapid-core.js:102:rapid.CONF_DIR = GLOBAL.CONF_DIR = GLOBAL.CONF_DIR || path.join(ROOT_DIR , "./conf/");
77 rapid-core-0.0.4.tgz/src/rapid-core.js:101:rapid.USER_DIR = GLOBAL.USER_DIR = GLOBAL.USER_DIR || path.join(ROOT_DIR , "./app/");
77 rapid-core-0.0.4.tgz/src/rapid-core.js:100:rapid.ROOT_DIR = GLOBAL.ROOT_DIR = GLOBAL.ROOT_DIR || path.join( process.argv[1] || __dirname, "../");
77 rapid-core-0.0.4.tgz/src/log.js:201: return GLOBAL.log;
77 rapid-core-0.0.4.tgz/src/log.js:198: GLOBAL.log = rapid.log = init(conf);
76 packpin-1.0.1.tgz/test/trackings.js:98: test.equal(result.tracking.tracking_number, GLOBAL.tracking['toll-global-express']);
76 packpin-1.0.1.tgz/test/trackings.js:96: packpin.createTracking(GLOBAL.tracking['toll-global-express'], {slug: 'toll-global-express'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:83: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:81: packpin.createTracking(GLOBAL.tracking.ups, {slug: 'ups'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:6:var packpin = require('../main.js')(GLOBAL.apiKey);
76 packpin-1.0.1.tgz/test/trackings.js:68: test.equal(result.tracking.tracking_number, GLOBAL.tracking.fedex);
76 packpin-1.0.1.tgz/test/trackings.js:66: packpin.createTracking(GLOBAL.tracking.fedex, {slug: 'fedex'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:53: test.equal(result.tracking.tracking_number, GLOBAL.tracking.tnt);
76 packpin-1.0.1.tgz/test/trackings.js:51: packpin.createTracking(GLOBAL.tracking.tnt, {slug: 'tnt'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:435: test.equal(result.tracking.tracking_postal_code, GLOBAL.tracking.dx.tracking_postal_code);
76 packpin-1.0.1.tgz/test/trackings.js:434: test.equal(result.tracking.tracking_number, GLOBAL.tracking.dx.tracking_number);
76 packpin-1.0.1.tgz/test/trackings.js:429: packpin.deleteTracking('dx', GLOBAL.tracking.dx.tracking_number, {tracking_postal_code: GLOBAL.tracking.dx.tracking_postal_code}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:419: test.equal(result.tracking.tracking_number, GLOBAL.tracking.usps);
76 packpin-1.0.1.tgz/test/trackings.js:415: packpin.deleteTracking('usps', GLOBAL.tracking.usps, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:405: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:401: packpin.deleteTracking('ups', GLOBAL.tracking.ups, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:39: test.equal(result.tracking.tracking_number, GLOBAL.tracking.usps);
76 packpin-1.0.1.tgz/test/trackings.js:391: test.equal(result.tracking.tracking_number, GLOBAL.tracking['toll-global-express']);
76 packpin-1.0.1.tgz/test/trackings.js:387: packpin.deleteTracking('toll-global-express', GLOBAL.tracking['toll-global-express'], function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:37: packpin.createTracking(GLOBAL.tracking.usps, {}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:377: test.equal(result.tracking.tracking_number, GLOBAL.tracking.tnt);
76 packpin-1.0.1.tgz/test/trackings.js:373: packpin.deleteTracking('tnt', GLOBAL.tracking.tnt, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:363: test.equal(result.tracking.tracking_number, GLOBAL.tracking.fedex);
76 packpin-1.0.1.tgz/test/trackings.js:359: packpin.deleteTracking('fedex', GLOBAL.tracking.fedex, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:349: test.equal(result.tracking.tracking_number, GLOBAL.tracking.dhl);
76 packpin-1.0.1.tgz/test/trackings.js:345: packpin.deleteTracking('dhl', GLOBAL.tracking.dhl, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:319: packpin.getLastCheckpoint('ups', GLOBAL.tracking.ups, [], function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:306: packpin.getLastCheckpoint('ups', GLOBAL.tracking.ups, ['message'], function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:290: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:286: packpin.updateTracking('ups', GLOBAL.tracking.ups, {title: 'Foobar'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:275: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:271: packpin.updateTracking('ups', GLOBAL.tracking.ups, {}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:24: test.equal(result.tracking.tracking_number, GLOBAL.tracking.usps);
76 packpin-1.0.1.tgz/test/trackings.js:22: packpin.createTracking(GLOBAL.tracking.usps, {}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:226: test.equal(result.tracking.tracking_number, GLOBAL.tracking.dx.tracking_number);
76 packpin-1.0.1.tgz/test/trackings.js:221: packpin.getTracking('dx', GLOBAL.tracking.dx.tracking_number, { tracking_postal_code: GLOBAL.tracking.dx.tracking_postal_code }, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:209: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:204: packpin.getTracking('ups', GLOBAL.tracking.ups, {fields: 'slug,tracking_number'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:1:if (!GLOBAL.apiKey) {
76 packpin-1.0.1.tgz/test/trackings.js:192: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:187: packpin.getTracking('ups', GLOBAL.tracking.ups, {fields: ['slug', 'tracking_number']}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:175: test.equal(result.tracking.tracking_number, GLOBAL.tracking.ups);
76 packpin-1.0.1.tgz/test/trackings.js:170: packpin.getTracking('ups', GLOBAL.tracking.ups, {}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:149: test.equal(result.tracking.tracking_number, GLOBAL.tracking.dx.tracking_number);
76 packpin-1.0.1.tgz/test/trackings.js:146: packpin.createTracking(GLOBAL.tracking.dx.tracking_number, {slug: 'dx', tracking_postal_code: GLOBAL.tracking.dx.tracking_postal_code}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:132: test.equal(result.tracking.tracking_number, GLOBAL.tracking.usps);
76 packpin-1.0.1.tgz/test/trackings.js:127: packpin.createTracking(GLOBAL.tracking.usps, {slug: 'usps'}, function(err, result) {
76 packpin-1.0.1.tgz/test/trackings.js:113: test.equal(result.tracking.tracking_number, GLOBAL.tracking.dhl);
76 packpin-1.0.1.tgz/test/trackings.js:111: packpin.createTracking(GLOBAL.tracking.dhl, {slug: 'dhl'}, function(err, result) {
76 packpin-1.0.1.tgz/test/tests.js:4:GLOBAL.apiKey = process.env.PACKPIN_NODEJS_SDK_API_KEY || '0320c06d-dd54-4767-8d3a-21173033e5d1'; // please use your packpin api key
76 packpin-1.0.1.tgz/test/tests.js:10:GLOBAL.tracking = {
76 packpin-1.0.1.tgz/test/manual_test.js:8:var packpin = require('../main.js')(GLOBAL.apiKey);
76 packpin-1.0.1.tgz/test/manual_test.js:3:if (!GLOBAL.apiKey) {
76 packpin-1.0.1.tgz/test/manual_test.js:1:GLOBAL.apiKey = process.env.PACKPIN_NODEJS_SDK_API_KEY || ''; // please use your packpin api key
76 packpin-1.0.1.tgz/test/couriers.js:6:var packpin = require('../main.js')(GLOBAL.apiKey);
76 packpin-1.0.1.tgz/test/couriers.js:1:if (!GLOBAL.apiKey) {
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
74 uupaa.mp4.js-0.1.1.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
74 uupaa.mp4.js-0.1.1.tgz/lib/MP4.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
74 react-render-cli-0.14.1.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
74 react-render-cli-0.14.1.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
74 generator-nodsem-1.0.6.tgz/app/templates/js/libs/ember-1.5.1.js:7265: return IS_GLOBAL.test(path);
74 generator-nodsem-1.0.6.tgz/app/templates/js/libs/ember-1.5.1.js:3016: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
74 bstaticsrc-0.0.5.tgz/server.js:339: needMonitorFlag = isPathNeedMonitor( parsePathStr( 'http://' + reqHost + GLOBAL.SRC_PATH + item ) );
74 bstaticsrc-0.0.5.tgz/server.js:334: var tmpFPath = parsePathStr( pathPrefix + GLOBAL.SRC_PATH + item );
74 bstaticsrc-0.0.5.tgz/server.js:320: GLOBAL.CONTENT_TYPE = contentType;
74 bstaticsrc-0.0.5.tgz/server.js:303: console.log( pathPrefix + GLOBAL.SRC_PATH + item + ' has saved!');
74 bstaticsrc-0.0.5.tgz/server.js:293: var tmpFilePath = pathPrefix + GLOBAL.SRC_PATH + item;
74 bstaticsrc-0.0.5.tgz/server.js:284: var cachePath = CONFIG.STATIC_CACHE_PATH + '/' + pathPrefix + GLOBAL.SRC_PATH;
74 bstaticsrc-0.0.5.tgz/server.js:238: serverHost && (dnsSrc = 'http://' + serverHost + GLOBAL.SRC_PATH + item + GLOBAL.SRC_QUERY);
74 bstaticsrc-0.0.5.tgz/server.js:226: var srcPath = 'http://' + reqHost + GLOBAL.SRC_PATH + item + GLOBAL.SRC_QUERY;
74 bstaticsrc-0.0.5.tgz/server.js:219: GLOBAL.SRC_LIST.forEach( function ( item, index ) {
74 bstaticsrc-0.0.5.tgz/server.js:217: var leftNum = GLOBAL.SRC_LIST.length;
74 bstaticsrc-0.0.5.tgz/server.js:155: headObj['Content-Type'] = contentType || GLOBAL.CONTENT_TYPE || ctype['extra'];
74 bstaticsrc-0.0.5.tgz/server.js:139: GLOBAL.SRC_LIST = [urlInfo.pathname.slice( tmpPos + 1 )];
74 bstaticsrc-0.0.5.tgz/server.js:138: GLOBAL.SRC_PATH = urlInfo.pathname.slice( 0, (tmpPos = urlInfo.path.lastIndexOf( '/' )) + 1 );
74 bstaticsrc-0.0.5.tgz/server.js:137: GLOBAL.SRC_QUERY = tmpQuery;
74 bstaticsrc-0.0.5.tgz/server.js:129: GLOBAL.SRC_QUERY = srcInfo[2] || '';
74 bstaticsrc-0.0.5.tgz/server.js:126: GLOBAL.SRC_PATH = req.url.slice(0, dataPos);
74 bstaticsrc-0.0.5.tgz/server.js:123: GLOBAL.SRC_LIST = srcInfo[1].split( CONFIG.FILE_SPLIT_SYM );
74 bstaticsrc-0.0.5.tgz/server.js:119: GLOBAL.CONTENT_TYPE = undefined;
74 antiavanti-weather-1.0.4.tgz/app.js:42://console.log("GLOBAL\n============================\n");
73 api-test-runner-0.9.4.tgz/lib/index.coffee:31:GLOBAL.ObjectId = mongodb.ObjectID
72 ghost-upyun-0.5.10.tgz/core/built/scripts/vendor-dev.js:26885: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
72 ghost-upyun-0.5.10.tgz/core/built/scripts/vendor-dev.js:25877: var isGlobalCache = new Cache(1000, function(key) { return IS_GLOBAL.test(key); });
72 current-locale-1.0.7.tgz/test/test.js:29: GLOBAL.navigator = {};
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
71 uupaa.utf8.js-0.9.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
71 uupaa.utf8.js-0.9.4.tgz/lib/UTF8.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:7227: GLOBAL.Event._createResponder = createResponder;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:7157: GLOBAL.Event.cache = null;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:7154: GLOBAL.Event.cache = {};
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:7152: else GLOBAL.Event = Event;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:7151: if (GLOBAL.Event) Object.extend(window.Event, Event);
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:7006: var uid = getUniqueElementID(element), registry = GLOBAL.Event.cache[uid];
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:6898: var responder = GLOBAL.Event._createResponder(uid, eventName, handler);
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:6884: delete GLOBAL.Event.cache[uid];
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:6874: var CACHE = GLOBAL.Event.cache;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:3450: GLOBAL.Element.extend.refresh = function() {
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:3448: GLOBAL.Element.extend.refresh = Prototype.emptyFunction;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:3442: Object.extend(GLOBAL.Element, {
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:3284: GLOBAL.HTMLElement.prototype = DIV['__proto__'];
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:3283: GLOBAL.HTMLElement = {};
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:3217: GLOBAL.Element.Storage = { UID: 1 };
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2838: GLOBAL.Element.Methods.Simulated.hasAttribute =
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2124: if (oldElement) GLOBAL.Element.prototype = oldElement.prototype;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2123: Object.extend(GLOBAL.Element, oldElement || {});
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2121: GLOBAL.Element = Element;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2101: var oldElement = GLOBAL.Element;
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2066: Object.extend(GLOBAL.Node, {
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2065: if (!GLOBAL.Node.ELEMENT_NODE) {
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2063: if (!GLOBAL.Node) GLOBAL.Node = {};
71 grunt-jsl10n-0.2.2.tgz/test/fixtures/prototype.js:2060: GLOBAL.$ = $;
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:244: case MESSAGE_TYPES.GLOBAL.UPDATECHALLENGES:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:237: case MESSAGE_TYPES.GLOBAL.FORMATS:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:231: case MESSAGE_TYPES.GLOBAL.CHALLSTR:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:220: case MESSAGE_TYPES.GLOBAL.QUERYRESPONSE:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:208: case MESSAGE_TYPES.GLOBAL.UPDATEUSER:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:157: case MESSAGE_TYPES.GLOBAL.UPDATECHALLENGES:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:154: case MESSAGE_TYPES.GLOBAL.UPDATEUSER:
70 pokemon-showdown-client-0.0.2-2.tgz/src/index.js:150: case MESSAGE_TYPES.GLOBAL.CHALLSTR:
69 error-js-0.0.5.tgz/error.js:742: GLOBAL.Exception = error;
68 selenium-page-object-generator-1.2.7.tgz/specs/common/helpers-spec.js:8:GLOBAL.Handlebars = {
68 selenium-page-object-generator-1.2.7.tgz/specs/common/helpers-spec.js:6:GLOBAL.window = GLOBAL;
68 selenium-page-object-generator-1.2.7.tgz/specs/common/common-spec.js:6:GLOBAL.window = GLOBAL;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:9: GLOBAL.navigator = GLOBAL.open = GLOBAL.screen = GLOBAL.social = null;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:8: GLOBAL.base = GLOBAL.classes = GLOBAL.ga = GLOBAL.analytics = null;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:32: GLOBAL.social = base.children('a').social();
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:31: GLOBAL.screen = { height: 0, left: 0, top: 0, width: 0 };
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:27: GLOBAL.open = spyOn(window, 'open').and.callFake(function() {});
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:26: GLOBAL.analytics = spyOn(GLOBAL, 'ga').and.callThrough();
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:25: GLOBAL.ga = function() {};
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:23: GLOBAL.classes = ['fa-envelope', 'fa-twitter', 'fa-facebook',
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:22: GLOBAL.base = $('div.base');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:20: GLOBAL.jQuery = GLOBAL.$ = require('jquery');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:19: GLOBAL.chrome = { runtime: { id: 'a' } };
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:18: GLOBAL.navigator = { userAgent: 'chrome' };
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:17: GLOBAL.document = win.document;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/social-spec.js:16: GLOBAL.window = win;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:9: GLOBAL.base = GLOBAL.preloader = GLOBAL.track = GLOBAL.first = null;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:29: GLOBAL.secondColors = second.children('div.color');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:28: GLOBAL.second = track.find('div.second-half');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:27: GLOBAL.firstColors = first.children('div.color');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:26: GLOBAL.first = track.find('div.first-half');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:25: GLOBAL.track = base.children('div.preloader-track');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:24: GLOBAL.preloader = base.preloader({ fadeIn: 0, fadeOut: 0 });
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:23: GLOBAL.colors = ['{{colors.[1]}}', '{{colors.[2]}}', '{{colors.[3]}}', '{{colors.[0]}}'];
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:22: GLOBAL.classes = ['first', 'second', 'third', 'fourth'];
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:21: GLOBAL.base = $('div.base');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:19: GLOBAL.jQuery = GLOBAL.$ = require('jquery');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:18: GLOBAL.document = win.document;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:17: GLOBAL.window = win;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/preloader-spec.js:10: GLOBAL.firstColors = GLOBAL.second = GLOBAL.secondColors = null;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:9: GLOBAL.base = GLOBAL.box = GLOBAL.content = GLOBAL.notifier = null;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:41: GLOBAL.target = $('#target');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:40: GLOBAL.modelTarget = $('[id="model.target"]');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:39: GLOBAL.modelName = $('[id="model.name"]');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:38: GLOBAL.generate = $('button.generate');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:37: GLOBAL.analytics = spyOn(GLOBAL, 'ga').and.callThrough();
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:36: GLOBAL.ga = function() {};
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:35: GLOBAL.downloader = $('button.downloader');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:24: GLOBAL.jQuery = GLOBAL.$ = require('jquery');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:20: GLOBAL.chrome = {
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:19: GLOBAL.document = win.document;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/popup-spec.js:18: GLOBAL.window = win;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:9: GLOBAL.base = GLOBAL.box = GLOBAL.content = GLOBAL.notifier = null;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:24: GLOBAL.content = box.children('div.content');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:23: GLOBAL.arrow = box.children('div.arrow');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:22: GLOBAL.box = base.next('div.notify');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:21: GLOBAL.notifier = base.notify({ hide: { speed: 0 }, show: { speed: 0 }, timeout: 100 });
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:20: GLOBAL.base = $('div.base');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:18: GLOBAL.jQuery = GLOBAL.$ = require('jquery');
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:17: GLOBAL.document = win.document;
68 selenium-page-object-generator-1.2.7.tgz/specs/chrome/notify-spec.js:16: GLOBAL.window = win;
68 selenium-page-object-generator-1.2.7.tgz/bin/generate.js:38:GLOBAL.Handlebars = require(path.join(rootDir, 'libs', 'handlebars-v3.0.3.js'));
68 backbone.partial-fetch-0.0.3.tgz/test/specs.js:8:GLOBAL.Backbone = require('backbone');
68 backbone.partial-fetch-0.0.3.tgz/test/specs.js:7:GLOBAL._ = require('underscore');
68 angoose-bcrypt-0.0.5.tgz/test/context-spec.js:145: GLOBAL.angoose = angoose;
68 angoose-bcrypt-0.0.5.tgz/test/context-spec.js:144: GLOBAL.CB= CB;
67 nodemvc-0.2.1.tgz/controllers/authenticate.js:44: var service = GLOBAL.services;
67 nodemvc-0.2.1.tgz/controllers/authenticate.js:23: var service = GLOBAL.services;
67 nodemvc-0.2.1.tgz/app.js:171: GLOBAL.services = services;
67 nodemvc-0.2.1.tgz/app.js:163: // GLOBAL.services = services;
67 kranium-0.1.4.tgz/lib/kranium-src/utils.js:148: var p = (el && el._p) || (el && el._type && el) || (K(typeof el === 'string' ? el : 'tabgroup').get(0)) || GLOBAL.win || Ti.UI.currentWindow;
67 kranium-0.1.4.tgz/lib/kranium-src/utils.js:107: var p = (el && el._p) || el || GLOBAL.win || Ti.UI.currentWindow;
67 generator-basic-ember-0.0.4.tgz/app/templates/ember.js:7265: return IS_GLOBAL.test(path);
67 generator-basic-ember-0.0.4.tgz/app/templates/ember.js:3016: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
65 uupaa.zlib.js-0.0.4.tgz/lib/ZLib.js:514: function $valid(val, fn, hint) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](val, fn, hint); } }
65 uupaa.zlib.js-0.0.4.tgz/lib/ZLib.js:513://function $args(fn, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(fn, args); } }
65 uupaa.zlib.js-0.0.4.tgz/lib/ZLib.js:512://function $some(val, str, ig) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(val, str, ig) : true; }
65 uupaa.zlib.js-0.0.4.tgz/lib/ZLib.js:511://function $keys(obj, str) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(obj, str) : true; }
65 uupaa.zlib.js-0.0.4.tgz/lib/ZLib.js:510: function $type(obj, type) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(obj, type) : true; }
65 uupaa.zlib.js-0.0.4.tgz/lib/ZLib.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
65 uupaa.zlib.js-0.0.4.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
65 uupaa.doubler.js-0.9.5.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
65 uupaa.doubler.js-0.9.5.tgz/lib/Doubler.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
64 dominode-0.0.2.tgz/lib/dominode.js:102: GLOBAL.document = document = window.document;
64 clay-webdriverio-3.0.0-rc2-clay.tgz/lib/webdriverio.js:40: GLOBAL.WDIO_GLOBALS = {
64 clay-webdriverio-3.0.0-rc2-clay.tgz/lib/utils/ErrorHandler.js:98: this.message += (GLOBAL.WDIO_GLOBALS.coloredLogs ? colors.dkgray : '') + '\n\n' + pad('', 6) + 'Callstack:\n';
64 clay-webdriverio-3.0.0-rc2-clay.tgz/lib/utils/ErrorHandler.js:97: GLOBAL.WDIO_GLOBALS = GLOBAL.WDIO_GLOBALS || {};
63 mongodb-provider-0.1.1.tgz/examples/queries.js:3: GLOBAL.DEBUG = true;
63 mongodb-provider-0.1.1.tgz/examples/queries.coffee:1:GLOBAL.DEBUG = true
63 mongodb-provider-0.1.1.tgz/examples/blog.js:11: GLOBAL.DEBUG = true;
63 mongodb-provider-0.1.1.tgz/examples/blog.coffee:1:GLOBAL.DEBUG = true
62 spiced-0.0.1.tgz/index.js:40: GLOBAL.another = function(it){
62 spiced-0.0.1.tgz/index.js:3: GLOBAL.given = function(quantifier){
62 empath-0.0.1.tgz/components/ember/ember.js:5498: return IS_GLOBAL.test(path);
62 empath-0.0.1.tgz/components/ember/ember.js:2462: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
62 ddbrest-0.2.0.tgz/test/setup.js:5:GLOBAL.api = new DDBRest(process.env.DDBREST_KEY);
62 ddbrest-0.2.0.tgz/test/setup.js:4:GLOBAL.facetTestHelper = require('./utils/facetTestHelper');
62 ddbrest-0.2.0.tgz/test/setup.js:3:GLOBAL.Q = require('q');
62 ddbrest-0.2.0.tgz/test/setup.js:2:GLOBAL.DDBRest = require('../index.js');
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:88: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:76: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:56: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:196: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:176: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:156: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:134: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:12: GLOBAL['stylus'] = {};
61 template-engine-dev-0.4.31.tgz/xtests/template/StylusTemplateSpec.js:112: GLOBAL['stylus']['tpl_01'] = tplContents;
61 template-engine-dev-0.4.31.tgz/lib/template/StylusTemplate.js:32: var stylusInstance = stylus(GLOBAL['stylus'][this._configuration.template]);
61 template-engine-dev-0.4.31.tgz/lib/template/StylusTemplate.js:27: if(!GLOBAL.hasOwnProperty('stylus') || !GLOBAL['stylus'].hasOwnProperty(this._configuration.template)){
61 template-engine-dev-0.4.31.tgz/lib/cache/resource/StylusCache.js:33: GLOBAL['stylus'][path] = contents;
61 template-engine-dev-0.4.31.tgz/lib/cache/resource/StylusCache.js:20: GLOBAL['stylus'] = {};
61 sitemon-js-0.0.2.tgz/test/test_runner.js:4:GLOBAL.LIB_DIR = path.join(process.cwd(), 'lib');
61 sitemon-js-0.0.2.tgz/test/test_runner.js:16:GLOBAL.expect = chai.expect;
61 sitemon-js-0.0.2.tgz/test/test_runner.js:15:GLOBAL.assert = chai.assert;
61 sitemon-js-0.0.2.tgz/test/test_runner.js:13:GLOBAL.chai = require('chai');
61 sitemon-js-0.0.2.tgz/test/test_runner.js:10:GLOBAL.sinon = require('sinon');
61 pandoc-highlighter-0.0.5.tgz/index.js:8:GLOBAL.CodeMirror = require('codemirror/addon/runmode/runmode.node.js');
61 jsshaper-0.1.2.tgz/src/plugins/restricter/restrict-mode.js:219: GLOBAL[fn.name] = fn;
61 jsoopjs-0.0.3.tgz/jsoop-debug.js:180: JSoop.GLOBAL.JSoop = JSoop;
61 jsoopjs-0.0.3.tgz/jsoop-debug.js:153: var console = JSoop.GLOBAL.console;
61 iris-app-0.1.31.tgz/iris-app.js:169:GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setImmediate(t); else setTimeout(fn,t); }
61 benchmark-octane-1.0.0.tgz/lib/octane.js:39:GLOBAL.read = function(a, b) {
61 benchmark-octane-1.0.0.tgz/lib/octane.js:35:GLOBAL.print = function(str) {
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
60 uupaa.eventhandler.js-0.0.3.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
60 uupaa.eventhandler.js-0.0.3.tgz/lib/EventHandler.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
59 sadira-0.0.2-2.tgz/sadira.js:753: GLOBAL.dialog_handlers = {};
59 sadira-0.0.2-2.tgz/sadira.js:752: GLOBAL.post_handlers = {};
59 sadira-0.0.2-2.tgz/sadira.js:751: GLOBAL.get_handlers = {};
59 sadira-0.0.2-2.tgz/sadira.js:749: GLOBAL.sadira = new _sadira();
59 sadira-0.0.2-2.tgz/sadira.js:47:GLOBAL.dump_error =function (err) {
59 sadira-0.0.2-2.tgz/sadira.js:33:GLOBAL.cors_headers = {
59 sadira-0.0.2-2.tgz/dialogs.js:5:GLOBAL.dialog_handlers = {};
59 koa-mount-directory-1.4.0.tgz/test/helpers/global.js:1:GLOBAL.expect = require('chai').expect;
59 freshbooks-javascript-library-0.0.0.tgz/spec/timeEntry.spec.js:20: GLOBAL.httpClient = new FreshBooks.HttpClient(url, token);
59 freshbooks-javascript-library-0.0.0.tgz/spec/timeEntry.spec.js:12:GLOBAL.httpClient = undefined;
59 freshbooks-javascript-library-0.0.0.tgz/library/FreshBooks/Element.js:121: GLOBAL.httpClient.send(requestXML, callback); //what was a return value is now passed into the callback
59 freshbooks-javascript-library-0.0.0.tgz/library/FreshBooks/Element.js:116: throw "GLOBAL.httpClient has not been set up (is null)";
59 freshbooks-javascript-library-0.0.0.tgz/library/FreshBooks/Element.js:115: if (!GLOBAL.httpClient) {
59 florist-0.0.3.tgz/index.js:19: GLOBAL[method] = library[method]
59 componentjs-1.2.7.tgz/component.plugin.testdrive.js:740: var observer = new GLOBAL.MutationObserver(function (mutations) {
59 componentjs-1.2.7.tgz/component.plugin.testdrive.js:731: if (typeof GLOBAL.MutationObserver !== "function")
59 componentjs-1.2.7.tgz/component.plugin.testdrive.js:722: var $ = GLOBAL.jQuery || GLOBAL.$;
59 componentjs-1.2.7.tgz/component.plugin.testdrive.js:25: var $ = GLOBAL.jQuery || GLOBAL.$;
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:60: GLOBAL.localStorage.setItem(id, obj);
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:58: GLOBAL.localStorage.removeItem(id);
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:56: var obj = GLOBAL.JSON.stringify(comp.__store);
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:50: comp.__store = GLOBAL.JSON.parse(obj);
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:48: var obj = GLOBAL.localStorage.getItem(id);
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:40: id += GLOBAL.document.location.pathname;
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:33: || typeof GLOBAL.document.location.pathname === "undefined")
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:32: || typeof GLOBAL.document.location === "undefined"
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:31: if ( typeof GLOBAL.document === "undefined"
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:28: if (_cs.istypeof(GLOBAL.JSON) === "undefined")
59 componentjs-1.2.7.tgz/component.plugin.localstorage.js:25: if (_cs.istypeof(GLOBAL.localStorage) === "undefined")
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:745: GLOBAL.open(dataurl);
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:665: _cs.dbg = GLOBAL.open("about:blank", wname, wopts);
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:661: _cs.dbg = GLOBAL.open("about:blank", wname, wopts);
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:612: (GLOBAL.outerHeight - GLOBAL.innerHeight) > 120) /* guessing: Chrome/Safari Inspector, IE Debugger */
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:611: (GLOBAL.console.firebug || /* precision: Firefox Firebug */
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:610: GLOBAL.console &&
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:34: catch (e) { result = GLOBAL.document; }
59 componentjs-1.2.7.tgz/component.plugin.debugger.js:32: el = GLOBAL.document;
59 componentjs-1.2.7.tgz/component.js:48: GLOBAL[symbol_current] = $cs;
59 componentjs-1.2.7.tgz/component.js:47: value_original = GLOBAL[symbol_current];
59 componentjs-1.2.7.tgz/component.js:4716: && GLOBAL.ComponentJS_export === "AMD" ))
59 componentjs-1.2.7.tgz/component.js:4715: || ( typeof GLOBAL.ComponentJS_export !== "undefined"
59 componentjs-1.2.7.tgz/component.js:4714: && typeof GLOBAL.ComponentJS_export === "undefined")
59 componentjs-1.2.7.tgz/component.js:4709: && GLOBAL.ComponentJS_export === "CommonJS" ))
59 componentjs-1.2.7.tgz/component.js:4708: || ( typeof GLOBAL.ComponentJS_export !== "undefined"
59 componentjs-1.2.7.tgz/component.js:4707: && typeof GLOBAL.ComponentJS_export === "undefined")
59 componentjs-1.2.7.tgz/component.js:38: GLOBAL[symbol_current] = value_original;
59 componentjs-1.2.7.tgz/component.js:139: GLOBAL.Titanium.API.log("[ComponentJS]: " + msg);
59 componentjs-1.2.7.tgz/component.js:138: && typeof GLOBAL.Titanium.API.log === "function")
59 componentjs-1.2.7.tgz/component.js:137: && typeof GLOBAL.Titanium.API !== "undefined"
59 componentjs-1.2.7.tgz/component.js:136: else if ( typeof GLOBAL.Titanium !== "undefined"
59 componentjs-1.2.7.tgz/component.js:133: GLOBAL.console.log("[ComponentJS]: " + msg);
59 componentjs-1.2.7.tgz/component.js:132: && typeof GLOBAL.console.log !== "undefined")
59 componentjs-1.2.7.tgz/component.js:131: else if ( typeof GLOBAL.console !== "undefined"
59 componentjs-1.2.7.tgz/component.js:115: GLOBAL.console.log(trace.join("\n"));
59 componentjs-1.2.7.tgz/component.js:114: trace = GLOBAL.printStackTrace();
59 componentjs-1.2.7.tgz/component.js:113: && typeof GLOBAL.console.log === "function") {
59 componentjs-1.2.7.tgz/component.js:112: else if ( typeof GLOBAL.printStackTrace !== "undefined"
59 componentjs-1.2.7.tgz/component.js:111: GLOBAL.console.trace();
59 componentjs-1.2.7.tgz/component.js:110: if (typeof GLOBAL.console.trace === "function")
59 componentjs-1.2.7.tgz/component.js:109: if (typeof GLOBAL.console === "object") {
58 nodesecurity-0.0.4.tgz/sampleapp.js:5:GLOBAL.rolesConfig = rolesConfig;
58 nodesecurity-0.0.4.tgz/sampleapp.js:4:GLOBAL.DBConfig = DBConfig;
58 na-error-propagation-0.1.3.tgz/test/test.js:8:GLOBAL.nerdamer = nerdamer;
58 na-error-propagation-0.1.3.tgz/test/test.js:10:delete GLOBAL.nerdamer;
58 librarianowl-0.2.0.tgz/lib/librarianowl.js:264: GLOBAL.hbs = hbs;
58 js.io-3.3.0.tgz/jsio.js:857: GLOBAL['logger'] = logging.get('jsiocore');
58 can-scroll-1.0.3.tgz/test/index.js:4:GLOBAL.document = {
58 can-scroll-1.0.3.tgz/test/index.js:22:GLOBAL.Element = function(settings){
58 can-scroll-1.0.3.tgz/test/index.js:20: document: GLOBAL.document
58 can-scroll-1.0.3.tgz/test/index.js:10:GLOBAL.window = {
57 grunt-egs-0.1.2.tgz/test/expected/includeRuntime.js:267: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
57 grunt-egs-0.1.2.tgz/tasks/egs.js:218: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
57 grunt-angularjs-thrift-1.1.0.tgz/compiler/thrift-service-extractor.js:8:GLOBAL.org = require('./antlr3-runtime').runtime.org;
57 grunt-angularjs-thrift-1.1.0.tgz/compiler/thrift-service-extractor.js:17: GLOBAL['AntlrThriftLexer'] = ThriftLexer;
57 grunt-angularjs-thrift-1.1.0.tgz/compiler/thrift-service-extractor.js:16: GLOBAL['AntlrThriftParser'] = ThriftParser;
57 event-sky-0.1.3.tgz/mixin.js:40: eventSkyModule = GLOBAL.eventSky;
57 event-sky-0.1.3.tgz/mixin.js:36: if (!GLOBAL.eventSky) {
57 event-sky-0.1.3.tgz/mixin.js:34: if (!GLOBAL.eventSky) {
57 event-sky-0.1.3.tgz/eventSky.js:235: GLOBAL[namespace] = {
57 catnap-2.0.0.tgz/bin/catnap_runner.js:19:GLOBAL.catnap = require('../lib/facade')(router);
56 ynztyl10_phantomas-1.10.2.tgz/test/public-api-test.js:10:GLOBAL.phantom = {
56 configconfig-0.0.4.tgz/index.js:128: GLOBAL[configConfig.globalVariableName] = config;
55 noof-0.1.1.tgz/global.js:4: GLOBAL[prop] = noof[prop];
55 ndparser-0.0.4.tgz/test/runner.coffee:6:GLOBAL.ndparser = require('../src/ndparser.coffee');
55 ndparser-0.0.4.tgz/test/perf.spec.coffee:3:ndparser = GLOBAL.ndparser
55 ndparser-0.0.4.tgz/test/parse.spec.coffee:3:ndparser = GLOBAL.ndparser
54 nouage-0.0.3-beta.tgz/test/nouage-two-way-binding.js:15:GLOBAL.HTMLElement = document.body.constructor;
54 nouage-0.0.3-beta.tgz/test/nouage-two-way-binding.js:14:GLOBAL.SVGElement = document.createElementNS("http://www.w3.org/2000/svg", "ellipse").constructor;
54 nouage-0.0.3-beta.tgz/test/nouage-nested-objects.js:15:GLOBAL.HTMLElement = document.body.constructor;
54 nouage-0.0.3-beta.tgz/test/nouage-nested-objects.js:14:GLOBAL.SVGElement = document.createElementNS("http://www.w3.org/2000/svg", "ellipse").constructor;
54 nouage-0.0.3-beta.tgz/test/nouage-foreach.js:15:GLOBAL.HTMLElement = document.body.constructor;
54 nouage-0.0.3-beta.tgz/test/nouage-foreach.js:14:GLOBAL.SVGElement = document.createElementNS("http://www.w3.org/2000/svg", "ellipse").constructor;
54 inline-css-imports-0.0.2.tgz/src/index.js:51: while ((match = IMPORT_PATTERN_GLOBAL.exec(css)) !== null) {
54 inline-css-imports-0.0.2.tgz/lib/index.js:60: while ((match = IMPORT_PATTERN_GLOBAL.exec(css)) !== null) {
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:26: var alias = name in GLOBAL["WebModule"] ? (name + "_") : name;
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:24:GLOBAL.WebModule = {
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
53 uupaa.png.js-0.0.3.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
53 uupaa.png.js-0.0.3.tgz/lib/PNG.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
53 uupaa.png.js-0.0.3.tgz/lib/PNGFrame.js:5:var entity = GLOBAL["WebModule"]["exports"](name, closure);
53 nylon-0.0.2.tgz/src/nylon.coffee:686: GLOBAL.nylon = library
53 nylon-0.0.2.tgz/src/nylon.coffee:447: @document = GLOBAL.document
53 nylon-0.0.2.tgz/src/nylon.coffee:431: GLOBAL.localStorage.setItem @constructor.name, JSON.stringify instances
53 nylon-0.0.2.tgz/src/nylon.coffee:429: instances = JSON.parse(GLOBAL.localStorage.getItem @constructor.name) || []
53 hoop-1.0.1.tgz/hoop.js:7:GLOBAL.$functions = function(f, object) {
53 hoop-1.0.1.tgz/hoop.js:1:GLOBAL.$extends = function(child, parent) {
53 hoop-1.0.1.tgz/hoop.js:13:GLOBAL.$statics = function(f, object) {
52 ublend-0.0.2.tgz/api.js:5:GLOBAL.apiKey = '';
52 load-tasks-gulp-0.0.3.tgz/libs/load-tasks-gulp.js:42: GLOBAL[taskName] = require(task);
52 flexy-to-twig-1.0.2.tgz/flexy-to-twig.js:418:GLOBAL.renderTwig = function (nodes) {
52 flexy-to-twig-1.0.2.tgz/flexy-to-twig.js:414:GLOBAL.prettyPrint = function (obj) {
51 socket-heartbeat-0.1.2.tgz/test/_globals.coffee:7:GLOBAL.lo = require('lodash')
51 socket-heartbeat-0.1.2.tgz/test/_globals.coffee:6:GLOBAL.eq = a.deepEqual
51 socket-heartbeat-0.1.2.tgz/test/_globals.coffee:5:GLOBAL.a = a
51 socket-heartbeat-0.1.2.tgz/test/_globals.coffee:4:GLOBAL.Promise = Promise
51 socket-heartbeat-0.1.2.tgz/test/_globals.coffee:20:GLOBAL.once = (o, evt)->
51 socket-heartbeat-0.1.2.tgz/test/_globals.coffee:10:GLOBAL.times = (goal, o, evt)->
50 twittos-0.0.3.tgz/test/helper.coffee:4:GLOBAL.TWEET_ID = '451628418484805632'
50 grunt-mochazo-0.1.2.tgz/tasks/mochazo.js:95: GLOBAL.browser = null;
50 grunt-mochazo-0.1.2.tgz/tasks/mochazo.js:94: GLOBAL.browser.destroy();
50 grunt-mochazo-0.1.2.tgz/tasks/mochazo.js:82: GLOBAL.browser = new Browser(capabilities);
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:47: GLOBAL[alias] = wm[alias]; // publish to global
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:46: if (wm.publish && !GLOBAL[alias]) {
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:37: var wm = this; // GLOBAL.WebModule
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
49 uupaa.gamepad.js-0.0.6.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
49 uupaa.gamepad.js-0.0.6.tgz/lib/GamePadPlayer.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
49 uupaa.gamepad.js-0.0.6.tgz/lib/GamePad.js:9:if (GLOBAL["WebModule"]["publish"]) {
49 uupaa.gamepad.js-0.0.6.tgz/lib/GamePad.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
49 uupaa.gamepad.js-0.0.6.tgz/lib/GamePadDevice.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/Utilities/ErrorUtils.js:27:module.exports = GLOBAL.ErrorUtils;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:33: GLOBAL.MutationObserver = undefined;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:28: GLOBAL.document.createElement = null;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:27: if (GLOBAL.document) {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:21: GLOBAL.Image = {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/polyfills/document.js:16: GLOBAL.Text = {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:177: GLOBAL.process.env.NODE_ENV = __DEV__ ? 'development' : 'production';
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:176: if (!GLOBAL.process.env.NODE_ENV) {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:175: GLOBAL.process.env = GLOBAL.process.env || {};
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:174: GLOBAL.process = GLOBAL.process || {};
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:158: Object.defineProperty(GLOBAL.navigator, 'product', {value: 'ReactNative'});
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:154: polyfillGlobal('geolocation', require('Geolocation'), GLOBAL.navigator);
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:153: GLOBAL.navigator = GLOBAL.navigator || {};
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:136: GLOBAL.Promise = require('Promise');
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:122: GLOBAL.alert = function(text) {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:121: if (!GLOBAL.alert) {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:113: GLOBAL.requestAnimationFrame = function(cb) {
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:112: GLOBAL.cancelAnimationFrame = JSTimers.clearInterval;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:111: GLOBAL.clearImmediate = JSTimers.clearImmediate;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:110: GLOBAL.clearInterval = JSTimers.clearInterval;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:109: GLOBAL.clearTimeout = JSTimers.clearTimeout;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:108: GLOBAL.setImmediate = JSTimers.setImmediate;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:107: GLOBAL.setInterval = JSTimers.setInterval;
49 rmc-react-native-0.2.0.tgz/src/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:106: GLOBAL.setTimeout = JSTimers.setTimeout;
49 ember-heisenberg-0.9.3.tgz/lib/ember.js:7265: return IS_GLOBAL.test(path);
49 ember-heisenberg-0.9.3.tgz/lib/ember.js:3016: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
49 duo-env-0.0.4.tgz/test/_globals.coffee:12:GLOBAL.example = (filename, duoEnvConfig)->
49 duo-env-0.0.4.tgz/test/_globals.coffee:11:GLOBAL.eq = a.deepEqual
49 duo-env-0.0.4.tgz/test/_globals.coffee:10:GLOBAL.a = a
49 beyo-plugin-coefficient-format-0.0.0-3.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
48 zetta-translator-0.0.5.tgz/lib/translator.js:165://GLOBAL.TRANSLATOR = new Translator;
48 translation-0.0.3.tgz/lib/translator.js:786:module.exports = GLOBAL.TRANSLATOR;
48 translation-0.0.3.tgz/lib/translator.js:785:GLOBAL.TRANSLATOR = new Translator();
48 log-facade-0.0.3.tgz/index.js:79: GLOBAL.logFacade.redirectStd = conf.redirectStd;
48 log-facade-0.0.3.tgz/index.js:66: if ('redirectStd' in conf && conf.redirectStd !== GLOBAL.logFacade.redirectStd) {
48 log-facade-0.0.3.tgz/index.js:65: GLOBAL.logFacade._logger = getLogger('log-facade');
48 log-facade-0.0.3.tgz/index.js:64: if ('msgProperty' in conf) GLOBAL.logFacade.msgProperty = conf.msgProperty;
48 log-facade-0.0.3.tgz/index.js:63: if ('formatter' in conf) GLOBAL.logFacade.formatter = conf.formatter;
48 log-facade-0.0.3.tgz/index.js:62: if ('loggers' in conf) GLOBAL.logFacade.loggers = conf.loggers;
48 log-facade-0.0.3.tgz/index.js:44: GLOBAL.logFacade = {
48 log-facade-0.0.3.tgz/index.js:43:if (!GLOBAL.logFacade) {
48 log-facade-0.0.3.tgz/index.js:162: data[GLOBAL.logFacade.msgProperty] = b.length > 1 ? GLOBAL.logFacade.formatter(b) : b[0];
48 log-facade-0.0.3.tgz/index.js:138: GLOBAL.logFacade._logger.verbose('Matched', name, 'to logger', logger.name, 'with level', logger.level);
48 log-facade-0.0.3.tgz/index.js:137: if (GLOBAL.logFacade._logger) {
48 log-facade-0.0.3.tgz/index.js:134: GLOBAL.logFacade._logger.verbose('Couldn\'t match', name, 'to any logger');
48 log-facade-0.0.3.tgz/index.js:133: if (GLOBAL.logFacade._logger) {
48 log-facade-0.0.3.tgz/index.js:119: var logger = GLOBAL.logFacade.loggers[i];
48 log-facade-0.0.3.tgz/index.js:118: for (var i = 0; i < GLOBAL.logFacade.loggers.length; i++) {
48 ampeye-cli-1.0.2.tgz/lib/utils.js:191: GLOBAL.console = originalConsole;
48 ampeye-cli-1.0.2.tgz/lib/utils.js:169: GLOBAL.console = bar.console();
48 ampeye-cli-1.0.2.tgz/lib/utils.js:168: // GLOBAL.console = process.stdout = process.stderr = bar.console();
48 ampeye-cli-1.0.2.tgz/lib/search.js:7: , _pkg = GLOBAL.lib.install;
48 ampeye-cli-1.0.2.tgz/lib/search.js:6: , utils = GLOBAL.lib.utils
48 ampeye-cli-1.0.2.tgz/lib/repos.js:3: , utils = GLOBAL.lib.utils;
48 ampeye-cli-1.0.2.tgz/lib/project.js:9: , utils = GLOBAL.lib.utils
48 ampeye-cli-1.0.2.tgz/lib/project.js:8: , _bower = GLOBAL.lib.util.bower
48 ampeye-cli-1.0.2.tgz/lib/project.js:7: , install = GLOBAL.lib.install
48 ampeye-cli-1.0.2.tgz/lib/packages.js:12: , utils = GLOBAL.lib.utils;
48 ampeye-cli-1.0.2.tgz/lib/packages.js:11: , project = GLOBAL.lib.project
48 ampeye-cli-1.0.2.tgz/lib/install.js:9: , util = GLOBAL.lib.util;
48 ampeye-cli-1.0.2.tgz/lib/install.js:8: , packages = GLOBAL.lib.packages
48 ampeye-cli-1.0.2.tgz/lib/install.js:7: , search = GLOBAL.lib.search
48 ampeye-cli-1.0.2.tgz/lib/install.js:6: , utils = GLOBAL.lib.utils
48 ampeye-cli-1.0.2.tgz/lib/index.js:13:if ( GLOBAL.lib === undefined ) {
48 ampeye-cli-1.0.2.tgz/lib/generator.js:5: , utils = GLOBAL.lib.utils
48 ampeye-cli-1.0.2.tgz/lib/generator.js:4: , util = GLOBAL.lib.util
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
47 uupaa.forceclick.js-0.0.2.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
47 uupaa.forceclick.js-0.0.2.tgz/lib/ForceClick.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
47 ramenjs-0.0.3.tgz/ramen-debug.js:51: JSoop.GLOBAL.Spine = Ramen;
47 ramenjs-0.0.3.tgz/ramen-debug.js:49: if (!JSoop.GLOBAL.Spine) {
47 qjax-0.0.3.tgz/test/domify-node.js:6:GLOBAL.document = window.document;
47 qjax-0.0.3.tgz/test/domify-node.js:5:GLOBAL.window = jsdom.jsdom().createWindow();
47 grunt-figlet-0.1.1.tgz/tasks/figlet.js:13:GLOBAL.figlet = figlet;
47 generator-tie-0.2.1.tgz/generators/component/templates/_gulpfile.js:5:GLOBAL.config = {
47 generator-tie-0.2.1.tgz/generators/app/templates/gulp/utils/registerTasks.js:8:var config = GLOBAL.config;
47 generator-tie-0.2.1.tgz/generators/app/templates/gulp/tasks/watch.js:5:var config = GLOBAL.config;
47 generator-tie-0.2.1.tgz/generators/app/templates/gulp/tasks/release.js:4:var config = GLOBAL.config;
47 generator-tie-0.2.1.tgz/generators/app/templates/gulp/tasks/js.js:10:var config = GLOBAL.config;
47 generator-tie-0.2.1.tgz/generators/app/templates/gulp/tasks/css.js:21:var config = GLOBAL.config;
47 generator-tie-0.2.1.tgz/generators/app/templates/gulp/tasks/browserSync.js:3:var config = GLOBAL.config;
47 fly-ember-1.1.0.tgz/lib/index.js:7174: return IS_GLOBAL.test(key);
47 docpad-plugin-dce-0.9.2.tgz/app.js:53:GLOBAL.docpadInstance = require('docpad').createInstance(docpadInstanceConfiguration, function(err){
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
46 uupaa.webintent.js-0.0.2.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
46 uupaa.webintent.js-0.0.2.tgz/lib/WebIntent.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
46 jsmart-2.14.0.tgz/test/js/test-javascript.js:10:GLOBAL.filterTest = function () {
46 jsmart-2.14.0.tgz/test/js/test-filtered.js:9:GLOBAL.filterTest = function () {
46 jsmart-2.14.0.tgz/test/js/test-escapeParsing.js:9:GLOBAL.filterTest = function () {
46 jsmart-2.14.0.tgz/test/js/test-common.js:193:GLOBAL.smarty_insert_testInsertWithScript = function (params, data) {
46 jsmart-2.14.0.tgz/test/js/test-common.js:184:GLOBAL.insert_testInsert = function (params, data) {
46 jsmart-2.14.0.tgz/test/js/test-common.js:180:GLOBAL.TestClassObj.prototype.func = function() {
46 jsmart-2.14.0.tgz/test/js/test-common.js:172:GLOBAL.TestClassObj = function() {
46 jsmart-2.14.0.tgz/test/js/test-common.js:168:GLOBAL.strayNoArgs = function () {
46 jsmart-2.14.0.tgz/test/js/test-common.js:164:GLOBAL.strayFunc = function (v1, v2) {
46 fetchify-0.0.2.tgz/spec/mock-xmlhttprequest.js:455: GLOBAL.XMLHttpRequest = Request;
46 fetchify-0.0.2.tgz/spec/fetch-spec.js:22:GLOBAL.XMLHttpRequest = require('./mock-xmlhttprequest').MockHttpRequest;
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:9:GLOBAL.IN_WORKER = !IN_NODE_OR_NW && "WorkerLocation" in GLOBAL;
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:8:GLOBAL.IN_BROWSER = !IN_NODE_OR_NW && "document" in GLOBAL;
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:7:GLOBAL.IN_NODE_OR_NW = !!GLOBAL.global;
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:48:GLOBAL.modules = new WebModules();
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:26: hash = GLOBAL["Hash"]["XXHash"](moduleBody);
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:11:GLOBAL.IN_NW = IN_NODE_OR_NW && /native/.test(setTimeout);
44 uupaa.foo.js-0.0.28.tgz/lib/WebModuleGlobal.js:10:GLOBAL.IN_NODE = IN_NODE_OR_NW && !/native/.test(setTimeout);
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:8: GLOBAL["modules"]["register"](alias, moduleBody, entity["repository"]);
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:58: function $valid(val, fn, hint) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](val, fn, hint); } }
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:57://function $args(fn, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(fn, args); } }
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:56://function $some(val, str, ig) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(val, str, ig) : true; }
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:55://function $keys(obj, str) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(obj, str) : true; }
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:54: function $type(obj, type) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(obj, type) : true; }
44 uupaa.foo.js-0.0.28.tgz/lib/Foo.js:13: GLOBAL[alias] = entity;
44 modul.io-0.3.0.tgz/ui_demo/scripts/bespin/BespinEmbedded.uncompressed.js:2507: GLOBAL[key] = exports[key];
44 modul.io-0.3.0.tgz/ui_demo/scripts/bespin/BespinEmbedded.uncompressed.js:2499: GLOBAL[key] = exports[key];
44 madlib-browser-cookie-0.1.1.tgz/test/cookie.coffee:3:GLOBAL.document =
44 jcms-0.0.1.tgz/tools/sandbox/promise-mongodb.js:4: var config = require(GLOBAL.dirRoot + "/config/config.json");
44 jcms-0.0.1.tgz/tools/sandbox/promise-mongodb.js:11: this.driver = require(GLOBAL.dirRoot + "/serveur/database/mongodb");
44 ember-rickshaw-0.1.2.tgz/example/dropbox/scripts.js:17527: return IS_GLOBAL.test(path);
44 ember-rickshaw-0.1.2.tgz/example/dropbox/scripts.js:13867: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
44 argumenter-0.0.2.tgz/tests/base.js:4:GLOBAL.expect = chai.expect;
43 s-query-0.0.3.tgz/test/spec.js:6:var document = GLOBAL.document = window.document;
43 s-query-0.0.3.tgz/test/spec.js:5:var window = GLOBAL.window = doc.defaultView;
43 runtime-monitor-0.1.2.tgz/runtimeMonitor.js:561:GLOBAL.Monitor = Monitor;
43 runtime-monitor-0.1.2.tgz/runtimeMonitor.js:18:GLOBAL.assert = require('assert');
43 runtime-monitor-0.1.2.tgz/demo/UnitTest.js:11:if(GLOBAL.Monitor){
43 logs_cppaddon-1.0.2.tgz/logger.js:85:GLOBAL.log = logger;
42 react-event-emitter-mixin-0.0.3.tgz/EventEmitterMixin.js:5:var _events = GLOBAL.EVENT_EMITTER = {};
42 proximous-0.0.2.tgz/test/test_runner.js:4:GLOBAL.LIB_DIR = path.join(process.cwd(), 'lib');
42 proximous-0.0.2.tgz/test/test_runner.js:16:GLOBAL.expect = chai.expect;
42 proximous-0.0.2.tgz/test/test_runner.js:15:GLOBAL.assert = chai.assert;
42 proximous-0.0.2.tgz/test/test_runner.js:13:GLOBAL.chai = require('chai');
42 proximous-0.0.2.tgz/test/test_runner.js:10:GLOBAL.sinon = require('sinon');
42 jacuzzi-0.1.1.tgz/test.js:4:var Promise = GLOBAL.Promise || require('es6-promise').Promise
42 jacuzzi-0.1.1.tgz/test2.js:4:var Promise = GLOBAL.Promise || require('es6-promise').Promise
42 jacuzzi-0.1.1.tgz/lib/utils.js:3:var Promise = GLOBAL.Promise || require('es6-promise').Promise
42 jacuzzi-0.1.1.tgz/lib/pool.js:5:var Promise = GLOBAL.Promise || require('es6-promise').Promise
42 jacuzzi-0.1.1.tgz/lib/balancer.js:5:var Promise = GLOBAL.Promise || require('es6-promise').Promise
42 jacuzzi-0.1.1.tgz/lib/balancer.js:13: this.pending = 'Map' in GLOBAL ? new GLOBAL.Map : null
41 shellshim-0.0.2.tgz/shellshim.js:14: GLOBAL.$ = $;
41 nhack-1.0.2.tgz/src/scanip.coffee:7: opts.ports = GLOBAL.port if GLOBAL.port
41 nhack-1.0.2.tgz/src/index.coffee:24: GLOBAL.port = program.port
41 nhack-1.0.2.tgz/compiled/scanip.js:12: opts.ports = GLOBAL.port;
41 nhack-1.0.2.tgz/compiled/scanip.js:11: if (GLOBAL.port) {
41 nhack-1.0.2.tgz/compiled/index.js:29: GLOBAL.port = program.port;
40 stream-sift-0.2.2.tgz/test/_globals.coffee:9:GLOBAL.t = a.isTrue
40 stream-sift-0.2.2.tgz/test/_globals.coffee:3:GLOBAL.ss = require('../lib')
40 stream-sift-0.2.2.tgz/test/_globals.coffee:2:GLOBAL.a = require('chai').assert
40 stream-sift-0.2.2.tgz/test/_globals.coffee:18:GLOBAL.log = (a)->
40 stream-sift-0.2.2.tgz/test/_globals.coffee:12: GLOBAL.a.deepEqual(a, b, "Not equal: \n\n#{i(a, {depth: 100})}\n\n #{i(b, {depth: 100})}\n\n")
40 stream-sift-0.2.2.tgz/test/_globals.coffee:11:GLOBAL.eq = (a, b)->
40 stream-sift-0.2.2.tgz/test/_globals.coffee:10:GLOBAL.f = a.isFalse
40 gaffa-pagebuilder-0.0.2.tgz/pagebuilder.js:11:GLOBAL.document = window.document;
40 gaffa-pagebuilder-0.0.2.tgz/pagebuilder.js:10:GLOBAL.window = window;
40 chdl-0.0.3.tgz/chdl.coffee:9:GLOBAL.ecodes = require './lib/ecodes'
40 chdl-0.0.3.tgz/chdl.coffee:24:GLOBAL.SETTINGS =
40 chdl-0.0.3.tgz/chdl.coffee:10:GLOBAL.exits = require './lib/exits'
39 git-any-0.0.1.tgz/src/core/logger.coffee:31: GLOBAL.$_$ = @$_$.bind @
39 git-any-0.0.1.tgz/src/core/logger.coffee:30: GLOBAL.Q_Q = @Q_Q.bind @
39 git-any-0.0.1.tgz/src/core/logger.coffee:29: GLOBAL.O_O = @O_O.bind @
39 git-any-0.0.1.tgz/src/core/logger.coffee:28: GLOBAL.T_T = @T_T.bind @
39 git-any-0.0.1.tgz/lib/core/logger.js:44: return GLOBAL.$_$ = this.$_$.bind(this);
39 git-any-0.0.1.tgz/lib/core/logger.js:43: GLOBAL.Q_Q = this.Q_Q.bind(this);
39 git-any-0.0.1.tgz/lib/core/logger.js:42: GLOBAL.O_O = this.O_O.bind(this);
39 git-any-0.0.1.tgz/lib/core/logger.js:41: GLOBAL.T_T = this.T_T.bind(this);
38 wejsv2old-plugin-core-0.2.56.tgz/client/app/beforeAll/5_ember.js:18030: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
38 wejsv2old-plugin-core-0.2.56.tgz/client/app/beforeAll/5_ember.js:17097: var isGlobalCache = new Cache(1000, function(key) { return IS_GLOBAL.test(key); });
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
38 uupaa.speech.js-0.0.1.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
38 uupaa.speech.js-0.0.1.tgz/lib/Speech.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
38 rtranslation-1.1.0.tgz/test/test.js:3:GLOBAL.lang = require("../rTranslation")({
38 modulesloader-0.4.2.tgz/moduleLoader.js:122: loader = !!module[loader] ? module[loader] : GLOBAL[loader];
38 log-debug-1.0.1.tgz/index.js:4:GLOBAL.$log = module.exports = {
38 lockal-1.0.1.tgz/lockal.test.js:4:GLOBAL.window = {
37 part-0.1.1.tgz/src/part.js:179: GLOBAL._part_ = $;
37 grunt-flex-yui-group-0.0.3.tgz/tests/test-02-parse-config.js:93: modules = GLOBAL.YUI.config.modules;
37 grunt-flex-yui-group-0.0.3.tgz/tests/test-02-parse-config.js:75: modules = GLOBAL.YUI.config.modules;
37 grunt-flex-yui-group-0.0.3.tgz/tests/test-02-parse-config.js:66: test.ok(GLOBAL.YUI.config.modules, "Modules is not null");
37 grunt-flex-yui-group-0.0.3.tgz/tests/test-02-parse-config.js:65: test.ok(GLOBAL.YUI.config, "Config is not null");
37 grunt-flex-yui-group-0.0.3.tgz/tests/test-02-parse-config.js:23:GLOBAL.YUI = {
37 copypaste-0.3.2.tgz/index.js:32:// var _copy = GLOBAL.copy, _paste = GLOBAL.paste;
37 copypaste-0.3.2.tgz/index.js:120:// if(_paste === undefined) { delete GLOBAL.paste; }
37 copypaste-0.3.2.tgz/index.js:119:// if(_copy === undefined) { delete GLOBAL.copy; }
37 copypaste-0.3.2.tgz/index.js:117:// GLOBAL.paste = _paste;
37 copypaste-0.3.2.tgz/index.js:116:// GLOBAL.copy = _copy;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:47: GLOBAL[alias] = wm[alias]; // publish to global
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:46: if (wm.publish && !GLOBAL[alias]) {
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:37: var wm = this; // GLOBAL.WebModule
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
36 uupaa.expgolomb.js-0.9.1.tgz/lib/ExpGolomb.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:47: GLOBAL[alias] = wm[alias]; // publish to global
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:46: if (wm.publish && !GLOBAL[alias]) {
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:37: var wm = this; // GLOBAL.WebModule
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
36 uupaa.cookie.js-0.0.1.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
36 uupaa.cookie.js-0.0.1.tgz/lib/Cookie.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
36 tiny-data-0.2.8.tgz/test/test_helper.coffee:6:GLOBAL.expect = chai.expect # to work with 'undefined' - should cant it
36 tiny-data-0.2.8.tgz/test/test_helper.coffee:5:GLOBAL.should = chai.should()
36 tiny-data-0.2.8.tgz/test/test_helper.coffee:11:GLOBAL.lib_path = '../src/'
36 tiny-data-0.2.8.tgz/test_browser/test/tinydata-test.js:15: lib_path = (typeof GLOBAL !== "undefined" && GLOBAL !== null ? GLOBAL.lib_path : void 0) || '';
36 tiny-data-0.2.8.tgz/test_browser/test/tinydata-stress_test.js:16: lib_path = (typeof GLOBAL !== "undefined" && GLOBAL !== null ? GLOBAL.lib_path : void 0) || '';
36 tiny-data-0.2.8.tgz/test_browser/test/regexp_dot_forger-test.js:15: lib_path = (typeof GLOBAL !== "undefined" && GLOBAL !== null ? GLOBAL.lib_path : void 0) || '';
36 mystalia-0.0.3.tgz/server/server.coffee:8:GLOBAL.locallydb = require('locallydb')
36 mystalia-0.0.3.tgz/server/server.coffee:82:GLOBAL.Items = require('./items')
36 mystalia-0.0.3.tgz/server/server.coffee:79:GLOBAL.io = require('socket.io').listen(server)
36 mystalia-0.0.3.tgz/server/server.coffee:13:GLOBAL.clone = (object) -> JSON.parse(JSON.stringify(object))
36 mystalia-0.0.3.tgz/server/server.coffee:10:GLOBAL.Users = new u()
36 mystalia-0.0.3.tgz/server/maps.coffee:3:GLOBAL.mapStore = {}
36 mystalia-0.0.3.tgz/server/items.coffee:7:GLOBAL.disabledItems = []
36 felix-couchdb-v6-1.0.4.tgz/test/common.js:14:GLOBAL.client = couchdb.createClient(undefined, undefined, undefined, undefined, 0);
36 aqax-0.0.2.tgz/spec/mock-xmlhttprequest.js:455: GLOBAL.XMLHttpRequest = Request;
36 aqax-0.0.2.tgz/spec/aqax-spec.js:3:GLOBAL.XMLHttpRequest = require("./mock-xmlhttprequest").MockHttpRequest;
35 xfig-figure-0.0.1.tgz/lib/index.js:40: GLOBAL.document = jsdom( '<html><head></head><body></body></html>' );
35 urly-0.0.2.tgz/test/test_runner.js:4:GLOBAL.LIB_DIR = path.join(process.cwd(), 'lib');
35 urly-0.0.2.tgz/test/test_runner.js:16:GLOBAL.expect = chai.expect;
35 urly-0.0.2.tgz/test/test_runner.js:15:GLOBAL.assert = chai.assert;
35 urly-0.0.2.tgz/test/test_runner.js:13:GLOBAL.chai = require('chai');
35 urly-0.0.2.tgz/test/test_runner.js:10:GLOBAL.sinon = require('sinon');
35 stripe-card-validator-1.0.1.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
35 stripe-card-validator-1.0.1.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
35 stik-helpers-0.4.1.tgz/specs/spec_helper.js:3:GLOBAL.window = document.parentWindow;
35 stik-helpers-0.4.1.tgz/specs/spec_helper.js:2:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
35 quantum-flux-0.1.1.tgz/spec/tests/events_test.js:183: //_console = GLOBAL.console;
35 pif-0.1.1.tgz/lib.js:259:GLOBAL.toBytes = pif2bytes;
35 pif-0.1.1.tgz/lib.js:258:GLOBAL.fromBytes = bytes2pif;
35 pif-0.1.1.tgz/lib.js:256:GLOBAL.toBitmap = pif2bitmap;
35 pif-0.1.1.tgz/lib.js:255:GLOBAL.fromBitmap = bitmap2pif;
35 monk2-1.0.0.tgz/lib/modules/mongoskin/integration/integration_tests.js:1:GLOBAL.DEBUG = true;
35 modulo-blog-0.0.0.tgz/test/project/config/index.coffee:6:GLOBAL.mongoose = require 'mongoose'
35 modulo-blog-0.0.0.tgz/models/Post.coffee:6:#mongoose = GLOBAL.mongoose
35 madlib-browser-querystring-0.1.2.tgz/test/url.coffee:3:GLOBAL.document =
35 iris-utils-0.1.7.tgz/iris-utils.js:37:GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setTimeout(t,0); else setTimeout(fn,t); }
35 dom-tag-0.1.1.tgz/lib/utils.js:129: return GLOBAL.document;
35 disque-0.0.1.tgz/test/helpers/global.js:9:GLOBAL.MockServer = require('./mock_server');
35 disque-0.0.1.tgz/test/helpers/global.js:8:GLOBAL.Disque = require('../..');
35 disque-0.0.1.tgz/test/helpers/global.js:6:GLOBAL.stub = sinon.stub.bind(sinon);
35 disque-0.0.1.tgz/test/helpers/global.js:3:GLOBAL.expect = require('chai').expect;
34 wassup-0.0.2.tgz/wassup.js:95: GLOBAL[globalName] = new Logger();
34 wassup-0.0.2.tgz/wassup.js:94: if(!(GLOBAL[globalName] instanceof Logger)) {
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
34 uupaa.resourcedownloader.js-0.0.1.tgz/lib/ResourceDownloader.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
34 uupaa.browser.js-0.0.1.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
34 uupaa.browser.js-0.0.1.tgz/lib/Browser.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
34 kuse-0.0.2.tgz/use.js:4:module.exports = GLOBAL.use = function(module) {
34 couchdb-tmp-1.0.1.tgz/test/common.js:14:GLOBAL.client = couchdb.createClient();
34 bashoto-js-0.0.3.tgz/src/bashoto.core.js:129: //GLOBAL.corePrivateMethod = corePrivateMethod;
33 cluster-remote-control-1.1.0.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
33 cluster-remote-control-1.1.0.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
33 captains-log-nw-0.12.1.tgz/index.js:80: if ( options.globalizeAs ) GLOBAL[options.globalizeAs] = callableLogger;
33 ball-and-chain-1.0.1.tgz/test/common.coffee:4:GLOBAL.expect = chai.expect
33 ball-and-chain-1.0.1.tgz/test/common.coffee:3:GLOBAL.Assertion = chai.Assertion
33 ball-and-chain-1.0.1.tgz/test/common.coffee:2:GLOBAL.chai = require 'chai'
32 sweet-virtual-values-0.1.0.tgz/js/libs/ember-1.5.1.js:7265: return IS_GLOBAL.test(path);
32 sweet-virtual-values-0.1.0.tgz/js/libs/ember-1.5.1.js:3016: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
32 nodepal-0.0.3.tgz/test_mongo.js:1:GLOBAL.DEBUG = true;
32 jstyle-0.1.1.tgz/bin/jstyle.js:53:GLOBAL.addPreprocessor = function(pp) {
32 jstyle-0.1.1.tgz/bin/jstyle.js:50:GLOBAL.addEntry = function(name, stylesheet) {
32 jstyle-0.1.1.tgz/bin/jstyle.js:49:GLOBAL.prop = jstyle.prop;
32 jstyle-0.1.1.tgz/bin/jstyle.js:48:GLOBAL.media = jstyle.media;
32 jstyle-0.1.1.tgz/bin/jstyle.js:47:GLOBAL.select = jstyle.select;
32 jstyle-0.1.1.tgz/bin/jstyle.js:46:GLOBAL.StyleSheet = jstyle.StyleSheet;
32 current_locale.js-1.0.1.tgz/test/test.js:8: GLOBAL.navigator = {};
32 cloudvisio-cli-0.1.0.tgz/lib/cloudvisio.js:26: cb(GLOBAL["cloudvisio"]);
32 cloudvisio-cli-0.1.0.tgz/lib/cloudvisio.js:23: GLOBAL["cloudvisio"] = {lib: this._libs, vars: {}};
32 cloader-0.1.3.tgz/index.js:289: GLOBAL[name] = loader;
32 cloader-0.1.3.tgz/index.js:288: if (GLOBAL[name] === undefined) {
31 translator-helper-dustjs-1.0.1.tgz/index.js:13: config = GLOBAL._app.kraken;
31 noleak-emitter-0.1.1.tgz/NoleakEmitter.js:8: Emitter = GLOBAL.Emitter || require('events').EventEmitter;
31 modulo-users-0.0.0.tgz/test/project/config/index.coffee:6:GLOBAL.mongoose = require 'mongoose'
31 meteor-namespace-1.2.1.tgz/tests.js:28: test.isUndefined(GLOBAL['clientOnly']);
31 light-admin-0.0.3.tgz/ops/init_monitor_item.js:11:GLOBAL.smart = require("smartcore");
31 light-admin-0.0.3.tgz/ops/init_machine_info.js:11:GLOBAL.smart = require("smartcore");
31 light-admin-0.0.3.tgz/cron/zabbix_cron.js:11:GLOBAL.smart = require("smartcore");
31 light-admin-0.0.3.tgz/app.js:9:GLOBAL.light.model = require("light-model");
31 light-admin-0.0.3.tgz/app.js:8:GLOBAL.light = require("light-framework");
31 light-admin-0.0.3.tgz/app.js:10:GLOBAL.light.datarider = require("light-model").datarider;
31 fries-2.0.5.tgz/examples/js/fingerblast.js:166: var handler = new GLOBAL.Function('event', this.target.getAttribute(onEventName));
31 fh-db-alpha-0.4.12-BUILD-NUMBER.tgz/test/test_fhmongodb.js:1://GLOBAL.DEBUG = true;
31 fake-http-server-0.1.1.tgz/config.js:7:GLOBAL.projRequire = function(module) {
30 shushujs-1.0.1.tgz/test/helpers/setup.js:7:GLOBAL.expect = chai.expect;
30 shushujs-1.0.1.tgz/test/helpers/setup.js:6:GLOBAL.AssertionError = chai.AssertionError;
30 queue_client-0.0.1.tgz/test/support.coffee:1:GLOBAL.require_root = (name) -> require('../lib/' + name)
30 module-server-0.0.1-alpha.tgz/test/test-module-client.js:89: GLOBAL.window.$LAB = {
30 module-server-0.0.1-alpha.tgz/test/test-module-client.js:88: GLOBAL.window = {};
30 devopsjs-0.0.1.tgz/src/node/nrpeSolr.js:1:GLOBAL.exception = function(s) {
30 devopsjs-0.0.1.tgz/src/node/lib/solrNagios.js:4:var solrClient = solr.createClient(GLOBAL.CONFIG.solrConfig);
30 devopsjs-0.0.1.tgz/src/node/lib/nrpe/check.js:31: GLOBAL.exception(res);
30 devopsjs-0.0.1.tgz/src/node/gettests.js:9: var wikiConfig = GLOBAL.CONFIG.wikiConfig;
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:5:GLOBAL.hostTestName = 'check_fail2ban';
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:420: return { total : total, active : active, activeHosts: activeHosts, inactive : inactive, inactiveHosts: inactiveHosts, available : available, unavailable : unavailable, offline : offline, offlineHosts: offlineHosts, required : GLOBAL.MIN_EDGES};
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:375: throw "not enough available hosts; " + stats.active + ' (required: ' + GLOBAL.MIN_EDGES + ')';
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:371: if (stats.active < GLOBAL.MIN_EDGES) {
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:36:var solrClient = solr.createClient(GLOBAL.CONFIG.solrConfig);
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:26:GLOBAL.MIN_EDGES = GLOBAL.CONFIG.minEdges || 6;
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:25:var flatHostsFile = configBase + GLOBAL.CONFIG.flatHostsFile;
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:130: check.checkEdge(program.testhost, test, GLOBAL.hostTestName, utils.getTick(), function(res) {
30 devopsjs-0.0.1.tgz/src/node/edgemanage.js:128: var test = require('./lib/nrpe/allchecks.js').getChecks(GLOBAL.hostTestName);
30 catch-me-0.9.1.tgz/server.js:9:GLOBAL.db = db;
30 capjs_framework-0.1.0-dev.tgz/index.js:23: // return GLOBAL.capjs;
30 capjs_framework-0.1.0-dev.tgz/index.js:22: // GLOBAL.capjs = _LOCAL_CAPJS;
29 quick-dom-0.0.2.tgz/quick-dom.js:9:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
29 quick-dom-0.0.2.tgz/quick-dom.js:10:GLOBAL.window = document.parentWindow;
29 nativelang-1.0.0.tgz/lib.ios.js:5:GLOBAL.L = require('nativeLang')();
29 nativelang-1.0.0.tgz/lib.android.js:5:GLOBAL.L = require('nativeLang')();
29 module-harvest-0.0.2.tgz/test/recursive-deps.js:38: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
29 module-harvest-0.0.2.tgz/test/module-harvest.js:16: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
29 module-harvest-0.0.2.tgz/test-chdir-temp.js:11: GLOBAL.fsmock = true
28 uluru-sdk-0.1.0.tgz/tests/test.js:3: GLOBAL.serverURL="http://192.168.1.216:3000";
28 mr-config-1.0.1.tgz/test/mr-config.spec.js:90: var configCached = GLOBAL.config;
28 gorillascript-community-0.10.3.tgz/lib/repl.js:99: sandbox[g] = GLOBAL[g];
28 gorillascript-community-0.10.3.tgz/lib/parser-nodes.js:957: value = (_ref = GLOBAL[parent.name])[childValue].apply(_ref, constArgs);
28 gorillascript-community-0.10.3.tgz/lib/parser-nodes.js:2326: value = GLOBAL[func.name].apply(void 0, constArgs);
28 gorillascript-community-0.10.3.tgz/lib/parser.js:224: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
28 gorillascript-community-0.10.3.tgz/lib/gorilla.js:475: sandbox[k] = GLOBAL[k];
28 gorillascript-community-0.10.3.tgz/lib/gorilla.js:451: v = GLOBAL[k];
28 gorillascript-community-0.10.3.tgz/lib/browser.js:159: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
28 gorillascript-community-0.10.3.tgz/extras/gorillascript.js:8442: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
28 gorillascript-community-0.10.3.tgz/extras/gorillascript.js:27148: setImmediate = typeof GLOBAL.setImmediate === "function" ? GLOBAL.setImmediate
28 gorillascript-community-0.10.3.tgz/extras/gorillascript.js:26893: sandbox[k] = GLOBAL[k];
28 gorillascript-community-0.10.3.tgz/extras/gorillascript.js:26869: v = GLOBAL[k];
28 gorillascript-community-0.10.3.tgz/extras/gorillascript.js:20140: value = GLOBAL[func.name].apply(void 0, constArgs);
28 gorillascript-community-0.10.3.tgz/extras/gorillascript.js:18771: value = (_ref = GLOBAL[parent.name])[childValue].apply(_ref, constArgs);
28 ember-metal-0.9.2.tgz/ember-metal.js:954: return !HAS_THIS.test(path) && IS_GLOBAL.test(path);
28 ember-metal-0.9.2.tgz/ember-metal.js:877: isGlobal = !hasThis && IS_GLOBAL.test(path);
28 ember-metal-0.9.2.tgz/ember-metal.js:794: isGlobal = !hasThis && IS_GLOBAL.test(path),
28 backbone.viewmodel-0.0.9.tgz/test/mocha_helper.coffee:6:GLOBAL.expect = chai.expect # to work with 'undefined' - should cant it
28 backbone.viewmodel-0.0.9.tgz/test/mocha_helper.coffee:5:GLOBAL.should = chai.should()
28 backbone.viewmodel-0.0.9.tgz/test/mocha_helper.coffee:16:GLOBAL.inspect = (item) ->
28 backbone.viewmodel-0.0.9.tgz/test/mocha_helper.coffee:11:GLOBAL.lib_path = '../src/'
27 wsexample-0.0.2.tgz/routes/nfa.js:56: cookies = GLOBAL.daemon.cookies;
27 wsexample-0.0.2.tgz/routes/nfa.js:54: var url = GLOBAL.config.nfaServerUrl|| '',
27 wsexample-0.0.2.tgz/routes/nfa.js:23: cookies = GLOBAL.daemon.cookies;
27 wsexample-0.0.2.tgz/routes/nfa.js:18: var url = GLOBAL.config.nfaServerUrl || '',
27 wsexample-0.0.2.tgz/custom_modules/daemon.js:35: console.log(GLOBAL.daemon.cookies);
27 wsexample-0.0.2.tgz/custom_modules/daemon.js:34: GLOBAL.daemon.cookies = output;
27 wsexample-0.0.2.tgz/custom_modules/daemon.js:18: password = GLOBAL.config.nfaServerPassword || '';
27 wsexample-0.0.2.tgz/custom_modules/daemon.js:17: uname = GLOBAL.config.nfaServerUserName || '',
27 wsexample-0.0.2.tgz/custom_modules/daemon.js:16: var url = GLOBAL.config.nfaServerUrl || '',
27 wsexample-0.0.2.tgz/app.js:47: var timeout = (GLOBAL.config.cookiesTimeout >= 60)?GLOBAL.config.cookiesTimeout * 1000:60*1000;
27 wsexample-0.0.2.tgz/app.js:18:app.set('port', process.env.PORT || GLOBAL.config.applicationPort || 3000);
27 wsexample-0.0.2.tgz/app.js:16:GLOBAL.daemon = {};
27 wsexample-0.0.2.tgz/app.js:15:GLOBAL.config = GLOBAL.config || fileUtils.getJsonFileObject('configurations/configuration.json');
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:49: GLOBAL[alias] = wm[alias]; // publish to global
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:48: if (wm.publish && !GLOBAL[alias]) {
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:39: var wm = this; // GLOBAL.WebModule
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:33:GLOBAL.WebModule = {
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:29:GLOBAL.$valid = function(v, api, hl) { return GLOBAL.Valid ? GLOBAL.Valid(v, api, hl) : true; };
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:28:GLOBAL.$args = function(api, args) { return GLOBAL.Valid ? GLOBAL.Valid.args(api, args) : true; };
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:27:GLOBAL.$some = function(v, cd, ig) { return GLOBAL.Valid ? GLOBAL.Valid.some(v, cd, ig) : true; };
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:26:GLOBAL.$keys = function(v, keys) { return GLOBAL.Valid ? GLOBAL.Valid.keys(v, keys) : true; };
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:25:GLOBAL.$type = function(v, types) { return GLOBAL.Valid ? GLOBAL.Valid.type(v, types) : true; };
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:19:GLOBAL.IN_EL = hasGlobal && processType;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:18:GLOBAL.IN_NW = hasGlobal && !processType && nativeTimer;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:17:GLOBAL.IN_NODE = hasGlobal && !processType && !nativeTimer;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:16:GLOBAL.IN_WORKER = !hasGlobal && "WorkerLocation" in GLOBAL;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:15:GLOBAL.IN_BROWSER = !hasGlobal && "document" in GLOBAL;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:12:var processType = !!(GLOBAL.process || 0).type;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebModule.js:11:var hasGlobal = !!GLOBAL.global;
27 uupaa.webaudio.js-0.0.5.tgz/lib/WebAudio.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
27 test-fixtures-1.0.0.tgz/lib/ember.js:6295: return IS_GLOBAL.test(path);
26 substeps.js-0.0.1.tgz/spec/2_integration/step/stepLoaderIntegrationSpec.js:5: module.exports = GLOBAL.stepRequire = function(module){
26 substeps.js-0.0.1.tgz/lib/substeps.js:5: module.exports = GLOBAL.stepRequire = function(module){
26 generator-ember-jade-zurb-express-0.0.1.tgz/app/templates/scripts/libs/ember-1.0.0-rc.6.1.js:5570: return IS_GLOBAL.test(path);
26 generator-ember-jade-zurb-express-0.0.1.tgz/app/templates/scripts/libs/ember-1.0.0-rc.6.1.js:2473: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
25 yt-filter-0.0.1.tgz/index.js:119: var filters = filters || GLOBAL.filters;
25 ux-util-0.10.0-alpha1.tgz/test/helper.js:63: GLOBAL.destructure = destructure;
25 ux-util-0.10.0-alpha1.tgz/test/helper.js:62: GLOBAL.mergeQunit = mergeQunit;
25 ux-util-0.10.0-alpha1.tgz/test/helper.js:61: GLOBAL.notify = notify;
25 open-genealogy-0.0.2.tgz/lib/ember.js:17704: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
25 open-genealogy-0.0.2.tgz/lib/ember.js:16699: var isGlobalCache = new Cache(1000, function(key) { return IS_GLOBAL.test(key); });
25 mss-sdk-2.0.0.tgz/test/credentials.spec.coffee:466: GLOBAL.window = {localStorage: {}}
25 module-assign-0.0.1.tgz/test/module-assign.js:14: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
25 module-assign-0.0.1.tgz/test-chdir-temp.js:11: GLOBAL.fsmock = true
25 faf-0.0.1.tgz/server/globals.js:93: GLOBAL[name] = value;
25 ember-gen-0.1.0.tgz/packages/ember.js:5175: return IS_GLOBAL.test(path);
25 ember-gen-0.1.0.tgz/packages/ember.js:2807: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
25 ans-0.0.21.tgz/config/index.js:11:GLOBAL.redis = require('redis').createClient();
24 webbone-0.1.0.tgz/webbone.js:13: GLOBAL.CONF = {
24 webbone-0.1.0.tgz/lib/config.js:44: _.merge(GLOBAL.CONF, argv.conf);
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:90:GLOBAL.Express = require("./express-helper").Express;
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:88:GLOBAL.should = chai.should();
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:87:GLOBAL.expect = chai.expect;
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:86:GLOBAL.AssertionError = chai.AssertionError;
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:79:GLOBAL.Q = GLOBAL.wd.Q;
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:72:GLOBAL.prepareJs = function(script) {
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:64:GLOBAL.sauceJobTitle = function(title) {
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:51:GLOBAL.mergeDesired = function(desired, extra){
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:4:GLOBAL.wd = require('../../lib/main');
24 wd-edge-0.2.14.tgz/test/helpers/setup.js:39:GLOBAL.midwayUrl = function(testSuite, cat, title){
24 wd-edge-0.2.14.tgz/test/helpers/env.js:3:var env = GLOBAL.env = {};
24 wd-edge-0.2.14.tgz/test/helpers/env.js:1:GLOBAL._ = require('../../lib/lodash');
24 ux-lexer-0.10.0-alpha1.tgz/test/helper.js:63: GLOBAL.destructure = destructure;
24 ux-lexer-0.10.0-alpha1.tgz/test/helper.js:62: GLOBAL.mergeQunit = mergeQunit;
24 ux-lexer-0.10.0-alpha1.tgz/test/helper.js:61: GLOBAL.notify = notify;
24 stik-url-0.2.2.tgz/specs/url_spec.js:3:GLOBAL.window = document.parentWindow;
24 stik-url-0.2.2.tgz/specs/url_spec.js:2:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
24 fingerblast-1.1.1.tgz/lib/fingerblast.js:161: var handler = new GLOBAL.Function('event', this.target.getAttribute(onEventName));
24 fingerblast-1.1.1.tgz/demos/js/fingerblast.umd.js:178: var handler = new GLOBAL.Function('event', this.target.getAttribute(onEventName));
24 fingerblast-1.1.1.tgz/demos/js/fingerblast.js:167: var handler = new GLOBAL.Function('event', this.target.getAttribute(onEventName));
24 blast-0.1.0.tgz/test/blast-core.js:31:GLOBAL.document = doc;
24 blast-0.1.0.tgz/test/blast-core.js:30:GLOBAL.window = window;
23 thing-commander-1.0.0.tgz/app/index.js:44: GLOBAL.config.cfg_session_id);
23 thing-commander-1.0.0.tgz/app/index.js:43: GLOBAL.config.cfg_username,
23 thing-commander-1.0.0.tgz/app/index.js:42: GLOBAL.config.cfg_gateway,
23 thing-commander-1.0.0.tgz/app/index.js:40: clientId, GLOBAL.config.cfg_broker_endpoint).white);
23 thing-commander-1.0.0.tgz/app/index.js:35: password: GLOBAL.config.cfg_password
23 thing-commander-1.0.0.tgz/app/index.js:34: username: GLOBAL.config.cfg_username,
23 thing-commander-1.0.0.tgz/app/index.js:33: endpoint: GLOBAL.config.cfg_broker_endpoint,
23 thing-commander-1.0.0.tgz/app/index.js:32: id: 'console_' + GLOBAL.config.cfg_session_id,
23 thing-commander-1.0.0.tgz/app/arg-parser.js:129: GLOBAL.config = {
23 stik-courier-0.4.0.tgz/specs/boundary_spec.js:1:GLOBAL.window = {};
23 stik-core-1.0.3.tgz/specs/spec_helper.js:3:GLOBAL.window = document.parentWindow;
23 stik-core-1.0.3.tgz/specs/spec_helper.js:2:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
23 se-cram-1.0.0.tgz/cram.js:18: GLOBAL.compiledCache = {};
23 se-cram-1.0.0.tgz/cram.js:17: GLOBAL.globalCache = {};
23 prequire-0.0.0.tgz/index.js:13: GLOBAL.pRequire = function(packageKey) {
23 beyo-plugin-globalize-0.0.0-1.tgz/test/init.js:13:GLOBAL.assert = global.assert = require('assert');
22 ya-ember-precompile-0.1.0-beta.tgz/test/ember-1.0.0-rc.5.js:5498: return IS_GLOBAL.test(path);
22 ya-ember-precompile-0.1.0-beta.tgz/test/ember-1.0.0-rc.5.js:2462: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
22 ux-routing-0.10.0-alpha1.tgz/test/helper.js:63: GLOBAL.destructure = destructure;
22 ux-routing-0.10.0-alpha1.tgz/test/helper.js:62: GLOBAL.mergeQunit = mergeQunit;
22 ux-routing-0.10.0-alpha1.tgz/test/helper.js:61: GLOBAL.notify = notify;
22 tim-react-native-0.14.0.tgz/Libraries/Utilities/ErrorUtils.js:27:module.exports = GLOBAL.ErrorUtils;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:33: GLOBAL.MutationObserver = undefined;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:28: GLOBAL.document.createElement = null;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:27: if (GLOBAL.document) {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:21: GLOBAL.Image = {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/polyfills/document.js:16: GLOBAL.Text = {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:171: GLOBAL.process.env.NODE_ENV = __DEV__ ? 'development' : 'production';
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:170: if (!GLOBAL.process.env.NODE_ENV) {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:169: GLOBAL.process.env = GLOBAL.process.env || {};
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:168: GLOBAL.process = GLOBAL.process || {};
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:154: polyfillGlobal('geolocation', require('Geolocation'), GLOBAL.navigator);
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:153: GLOBAL.navigator = GLOBAL.navigator || {};
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:136: GLOBAL.Promise = require('Promise');
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:122: GLOBAL.alert = function(text) {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:121: if (!GLOBAL.alert) {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:113: GLOBAL.requestAnimationFrame = function(cb) {
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:112: GLOBAL.cancelAnimationFrame = JSTimers.clearInterval;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:111: GLOBAL.clearImmediate = JSTimers.clearImmediate;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:110: GLOBAL.clearInterval = JSTimers.clearInterval;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:109: GLOBAL.clearTimeout = JSTimers.clearTimeout;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:108: GLOBAL.setImmediate = JSTimers.setImmediate;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:107: GLOBAL.setInterval = JSTimers.setInterval;
22 tim-react-native-0.14.0.tgz/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js:106: GLOBAL.setTimeout = JSTimers.setTimeout;
22 stik-labs-0.2.0.tgz/specs/spec_helper.js:3:GLOBAL.window = document.parentWindow;
22 stik-labs-0.2.0.tgz/specs/spec_helper.js:2:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
22 sexylog-0.0.1.tgz/logging/logger.js:119:GLOBAL.logger = Logger('muon', level, '/tmp/muon.log', true,
22 safe-copy-paste-0.4.0.tgz/index.js:82:var paste = GLOBAL.paste = exports.paste = function(callback) {
22 safe-copy-paste-0.4.0.tgz/index.js:34:var copy = GLOBAL.copy = exports.copy = function(text, callback) {
22 safe-copy-paste-0.4.0.tgz/index.js:32:var _copy = GLOBAL.copy, _paste = GLOBAL.paste;
22 safe-copy-paste-0.4.0.tgz/index.js:119: if(_paste === undefined) { delete GLOBAL.paste; }
22 safe-copy-paste-0.4.0.tgz/index.js:118: if(_copy === undefined) { delete GLOBAL.copy; }
22 safe-copy-paste-0.4.0.tgz/index.js:116: GLOBAL.paste = _paste;
22 safe-copy-paste-0.4.0.tgz/index.js:115: GLOBAL.copy = _copy;
22 react-ui-select-0.1.0.tgz/webpack.config.js:7:if(GLOBAL.__MODE__){
22 react-ui-select-0.1.0.tgz/webpack.config.js:59: (GLOBAL.__BUNDLE__ ? "react-select.bundle.min" : "react-select.min")
22 react-ui-select-0.1.0.tgz/webpack.config.js:58: (GLOBAL.__BUNDLE__ ? "react-select.bundle" : "react-select") :
22 react-ui-select-0.1.0.tgz/webpack.config.js:57: filename: "./build/" + (GLOBAL.__MODE__ ?
22 react-ui-select-0.1.0.tgz/webpack.config.js:30: __BUNDLE__: GLOBAL.__BUNDLE__
22 react-ui-select-0.1.0.tgz/webpack.config.js:12: __BUNDLE__: GLOBAL.__BUNDLE__
22 react-ui-select-0.1.0.tgz/gulpfile.js:99: GLOBAL.__BUNDLE__ = 0;
22 react-ui-select-0.1.0.tgz/gulpfile.js:71: taskName = "&dev=" + GLOBAL.__MODE__ + "&" + GLOBAL.__BUNDLE__ ;
22 react-ui-select-0.1.0.tgz/gulpfile.js:67: GLOBAL.__MODE__ = 0;
22 react-ui-select-0.1.0.tgz/gulpfile.js:45: var taskName = "&dev=" + GLOBAL.__MODE__ + "&" + GLOBAL.__BUNDLE__ ;
22 react-ui-select-0.1.0.tgz/gulpfile.js:41: GLOBAL.__MODE__ = 1;
22 react-ui-select-0.1.0.tgz/gulpfile.js:105: GLOBAL.__BUNDLE__ = 1;
22 react-ui-select-0.1.0.tgz/gulpfile.js:103: GLOBAL.__BUNDLE__ = 0;
22 react-ui-select-0.1.0.tgz/gulpfile.js:101: GLOBAL.__BUNDLE__ = 1;
22 rapid-simple-mongo-0.0.1.tgz/start.js:407:if(GLOBAL.rapid){
22 rapid-simple-mongo-0.0.1.tgz/start.js:11:var log = GLOBAL.log || console;
22 on-err-0.0.1.tgz/src/index.coffee:38: GLOBAL.nullCallback = nullCallback
22 on-err-0.0.1.tgz/src/index.coffee:37: GLOBAL.onCallbackDo = onCallbackDo
22 on-err-0.0.1.tgz/src/index.coffee:36: GLOBAL.onCallbackApply = onCallbackApply
22 on-err-0.0.1.tgz/src/index.coffee:35: GLOBAL.onErr = onErr
22 on-err-0.0.1.tgz/src/index.coffee:34: GLOBAL.onErrCall = onErrCall
22 on-err-0.0.1.tgz/lib/index.js:57: return GLOBAL.nullCallback = nullCallback;
22 on-err-0.0.1.tgz/lib/index.js:56: GLOBAL.onCallbackDo = onCallbackDo;
22 on-err-0.0.1.tgz/lib/index.js:55: GLOBAL.onCallbackApply = onCallbackApply;
22 on-err-0.0.1.tgz/lib/index.js:54: GLOBAL.onErr = onErr;
22 on-err-0.0.1.tgz/lib/index.js:53: GLOBAL.onErrCall = onErrCall;
22 mongodb_heroku-0.9.4-5.tgz/examples/url.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/types.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/strict.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/simple.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/replSetServersSimple.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/replSetServersQueries.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/queries.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/oplog.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/info.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/index_test.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/gridfs.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/cursor.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/capped.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/blog.js:1:GLOBAL.DEBUG = true;
22 mongodb_heroku-0.9.4-5.tgz/examples/admin.js:1:GLOBAL.DEBUG = true;
22 kndev-0.0.1.tgz/lib/stylus.js:11: GLOBAL.setImmediate(next);
22 kndev-0.0.1.tgz/lib/coffee.js:9: GLOBAL.setImmediate(next);
22 grunt-navigator-js-0.0.1.tgz/tasks/states.js:5: GLOBAL.navigatorjs = {};
22 grunt-navigator-js-0.0.1.tgz/tasks/states.js:17: return _.isEmpty(ModularStates) ? GLOBAL.States : ModularStates;
22 current_locale-1.0.2.tgz/test/test.js:8: GLOBAL.navigator = {};
22 coyot.io-0.0.1.tgz/index.js:37:GLOBAL.console.warn = warn;
22 coyot.io-0.0.1.tgz/index.js:36:GLOBAL.console.error = error;
22 components-ember-1.7.1.tgz/ember.prod.js:10650: return IS_GLOBAL.test(path);
22 components-ember-1.7.1.tgz/ember.js:16814: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
22 components-ember-1.7.1.tgz/ember.js:10951: return IS_GLOBAL.test(path);
22 charnecore-0.0.0.tgz/api/tablet.js:54: var objeto_proyecto = GLOBAL.getObjetoPrincipalProyecto();
22 charnecore-0.0.0.tgz/api/popup.js:26: var objeto_proyecto = GLOBAL.getObjetoPrincipalProyecto();
22 charnecore-0.0.0.tgz/api/modulo.js:11: var objeto_proyecto = GLOBAL.getObjetoPrincipalProyecto(); // = (obj) MIMoviestarMx
22 charnecore-0.0.0.tgz/api/literales.js:9: var obj_literales = GLOBAL.getObjetoPrincipalProyecto().LITERALES; // = MiProyecto.LITERALES
22 charnecore-0.0.0.tgz/api/literales.js:49: var idProyecto = GLOBAL.getIdApp();
22 charnecore-0.0.0.tgz/api/literales.js:28: var idProyecto = GLOBAL.getIdApp()
22 charnecore-0.0.0.tgz/api/literales.js:20: obj_literales = GLOBAL.getObjetoPrincipalProyecto().LITERALES;
22 charnecore-0.0.0.tgz/api/config.js:10: var configuracion = GLOBAL.getObjetoPrincipalProyecto().CONFIGURACION; // = MIMoviestarMx.CONFIGURACION
22 charnecore-0.0.0.tgz/api/app.js:13: var nodoProyecto = GLOBAL.getObjetoPrincipalProyecto(); // (obj) MiProyecto
22 benchmark-octane2-0.9.2.tgz/lib/octane.js:13:GLOBAL.read = function(a, b) {
22 benchmark-octane2-0.9.2.tgz/lib/octane.js:12:GLOBAL.print = print;
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebPDetector.js:4:var entity = GLOBAL["WebModule"]["exports"](name, closure);
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:9:GLOBAL["IN_BROWSER"] = !GLOBAL["IN_NODE_OR_NW"] && "document" in GLOBAL;
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:8:GLOBAL["IN_NODE_OR_NW"] = !!GLOBAL.global;
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:34: : GLOBAL[aka] = wm[aka];
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:33: return (!wm["publish"] || GLOBAL[aka]) ? wm[aka]
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:30: return this[aka] || (function(wm) { // GLOBAL.WebModule
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:24:GLOBAL["WebModule"] = {
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:20:GLOBAL["$valid"] = function(value, api, highlihgt) { if (GLOBAL["Valid"]) { GLOBAL["Valid"](value, api, highlihgt); } };
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:19:GLOBAL["$args"] = function(api, args) { if (GLOBAL["Valid"]) { GLOBAL["Valid"].args(api, args); } };
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:18:GLOBAL["$some"] = function(value, candidate, ignoreCase) { return GLOBAL["Valid"] ? GLOBAL["Valid"].some(value, candidate, ignoreCase) : true; };
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:17:GLOBAL["$keys"] = function(value, keys) { return GLOBAL["Valid"] ? GLOBAL["Valid"].keys(value, keys) : true; };
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:16:GLOBAL["$type"] = function(value, types) { return GLOBAL["Valid"] ? GLOBAL["Valid"].type(value, types) : true; };
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:12:GLOBAL["IN_NW"] = GLOBAL["IN_NODE_OR_NW"] && /native/.test(setTimeout);
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:11:GLOBAL["IN_NODE"] = GLOBAL["IN_NODE_OR_NW"] && !/native/.test(setTimeout);
21 uupaa.webpdetector.js-0.0.0.tgz/lib/WebModule.js:10:GLOBAL["IN_WORKER"] = !GLOBAL["IN_NODE_OR_NW"] && "WorkerLocation" in GLOBAL;
21 stukko-dirty-0.0.1.tgz/lib/exceptions.js:15:GLOBAL.ValidationError = ValidationError;
21 stik-view-bag-0.3.0.tgz/specs/spec_helper.js:9:GLOBAL.stik = window.stik;
21 stik-view-bag-0.3.0.tgz/specs/spec_helper.js:3:GLOBAL.window = document.parentWindow;
21 stik-view-bag-0.3.0.tgz/specs/spec_helper.js:2:GLOBAL.document = jsdom("<html><head></head><body></body></html>");
21 sockbot-math-2.0.0.tgz/Math.js:78:if (typeof GLOBAL.describe === 'function') {
21 robo-cop-1.0.0.tgz/index.js:4:GLOBAL.config = require('./config.json');
21 robo-cop-1.0.0.tgz/index.js:2:GLOBAL.app = express();
21 robo-cop-1.0.0.tgz/index.js:11:GLOBAL.robocop = require('./src/robocop');
21 reggi-0.0.1.tgz/test/test-chdir-temp.js:9: chdirTemp(true); if (!GLOBAL.fsmock) throw new Error('no mock')
21 reggi-0.0.1.tgz/test/recursive-deps.js:38: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
21 reggi-0.0.1.tgz/test/package-deps.js:43: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
21 reggi-0.0.1.tgz/test/module-builder.js:15: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
21 reggi-0.0.1.tgz/test/faux-project.js:26: chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
21 reggi-0.0.1.tgz/test-chdir-temp.js:11: GLOBAL.fsmock = true
21 reggi-0.0.1.tgz/test/a.js:16:// chdirTemp(); if (!GLOBAL.fsmock) throw new Error('no mock')
21 react-ui-datepicker-0.1.0.tgz/webpack.config.js:7:if(GLOBAL.__MODE__){
21 react-ui-datepicker-0.1.0.tgz/webpack.config.js:5:var plugins, loaders, filename, locale = GLOBAL.__LOCALE__ || "en";
21 react-ui-datepicker-0.1.0.tgz/gulpfile.js:65: taskName = "?locale=" + locale + "&dev=" + GLOBAL.__MODE__;
21 react-ui-datepicker-0.1.0.tgz/gulpfile.js:61: GLOBAL.__MODE__ = 0;
21 react-ui-datepicker-0.1.0.tgz/gulpfile.js:40: var taskName = "?locale=" + locale + "&dev=" + GLOBAL.__MODE__;
21 react-ui-datepicker-0.1.0.tgz/gulpfile.js:35: GLOBAL.__MODE__ = 1;
21 react-ui-datepicker-0.1.0.tgz/gulpfile.js:32: GLOBAL.__LOCALE__ = locale;
21 nonrenew-nonrel-wrapper-1.0.0.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
21 nonrenew-nonrel-wrapper-1.0.0.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
21 netts-0.0.1.tgz/test/init.js:3:GLOBAL.assert = global.assert = require('assert');
21 mapinfo.js-0.0.0.tgz/src/parsers/mif.js:397: GLOBAL.window = GLOBAL;
21 mapinfo.js-0.0.0.tgz/src/parsers/mid.js:266: GLOBAL.window = GLOBAL;
21 loopback-service-wechat-0.0.1.tgz/example/server.js:16:if (require.main === module || GLOBAL.PhusionPassenger) {
21 iris-i18n-0.1.12.tgz/iris-i18n.js:36: GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setTimeout(t,0); else setTimeout(fn,t); }
21 iris-i18n-0.1.12.tgz/iris-i18n.js:35:if(!GLOBAL.dpc)
21 grunt-datadriver-0.6.0.tgz/tasks/datadriver.js:73: GLOBAL.browser = webdriverio.remote(capabilities);
21 grunt-datadriver-0.6.0.tgz/tasks/datadriver.js:377: return GLOBAL.browser.end(function() {
21 grunt-datadriver-0.6.0.tgz/tasks/datadriver.js:295: GLOBAL.browser.end(next(callback, result === 0));
21 grunt-datadriver-0.6.0.tgz/tasks/datadriver.js:280: sessionID = GLOBAL.browser.requestHandler.sessionID;
21 grunt-datadriver-0.6.0.tgz/tasks/datadriver.js:263: GLOBAL.browser.init(function(err) {
21 global-logger-1.0.0.tgz/index.js:6:GLOBAL.logger = require('tracer').console({
21 ember-computed-reverse-0.1.0.tgz/tests/lib/ember-runtime.js:7024: return IS_GLOBAL.test(path);
21 ember-computed-reverse-0.1.0.tgz/tests/lib/ember-runtime.js:2956: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
21 colliejs-server-0.0.1.tgz/lib/cli.js:67: GLOBAL.config = configFile;
21 colliejs-server-0.0.1.tgz/lib/cli.js:66: GLOBAL.db = this.db.init(configFile);
20 wikilab-api-1.0.0.tgz/env.js:4: GLOBAL.$config = require('config');
20 wikilab-api-1.0.0.tgz/env.js:2: GLOBAL.ENV_FLAG = true;
20 wejsv2old-send-email-0.2.3.tgz/test/index.test.js:48:GLOBAL.sails = {};
20 oneid-nodejs-0.0.1.tgz/index.js:1:GLOBAL.logger = require('tracer').console({
20 node-app-terminal-0.1.0.tgz/lib/modules/task.js:13:GLOBAL.TASK_RESULT_ERROR = colors.red.bold('ERROR');
20 node-app-terminal-0.1.0.tgz/lib/modules/task.js:12:GLOBAL.TASK_RESULT_WARNING = colors.yellow.bold('WARNING');
20 node-app-terminal-0.1.0.tgz/lib/modules/task.js:11:GLOBAL.TASK_RESULT_OK = colors.green.bold('OK');
20 mantis-0.0.0.tgz/app/start.js:86: GLOBAL.cf = scf;
20 iris-rpc-0.2.15.tgz/iris-rpc.js:462: err = GLOBAL[msg.err.name] ? new GLOBAL[msg.err.name](msg.err.message) : new Error(msg.err.message);
20 iris-rpc-0.2.15.tgz/iris-rpc.js:37: GLOBAL.dpc = function(t,fn) { if(typeof(t) == 'function') setTimeout(t,0); else setTimeout(fn,t); }
20 iris-rpc-0.2.15.tgz/iris-rpc.js:36:if(!GLOBAL.dpc)
20 iris-rpc-0.2.15.tgz/example/server.js:62:GLOBAL.application = new Server();
20 iris-rpc-0.2.15.tgz/example/router.js:156: GLOBAL.application = {
20 iris-rpc-0.2.15.tgz/example/client.js:71: GLOBAL.application = new Client(mac);
20 iris-adapter-sqlite-0.0.3.tgz/lib/Helper.ts:26: .call(GLOBAL.IRIS_MODULE, parent_modulename);
20 iris-adapter-sqlite-0.0.3.tgz/lib/Helper.ts:25: return GLOBAL.IRIS_MODULE.require
20 iris-adapter-sqlite-0.0.3.tgz/lib/Helper.ts:21: if(GLOBAL.IRIS_MODULE) {
20 iris-adapter-sqlite-0.0.3.tgz/lib/Helper.js:9: return GLOBAL.IRIS_MODULE.require
20 iris-adapter-sqlite-0.0.3.tgz/lib/Helper.js:5: if (GLOBAL.IRIS_MODULE) {
20 iris-adapter-sqlite-0.0.3.tgz/lib/Helper.js:10: .call(GLOBAL.IRIS_MODULE, parent_modulename);
20 grunt-webdriverio-runner-0.0.1.tgz/tasks/lib/process.js:49:GLOBAL.throwIfErr = function(err) {
20 grunt-webdriverio-runner-0.0.1.tgz/tasks/lib/process.js:48:GLOBAL.expect = chai.expect;
20 grunt-webdriverio-runner-0.0.1.tgz/tasks/lib/process.js:47:GLOBAL.client = wdclient;
20 grunt-angularjs-thrift-0.9-0.1.4.tgz/compiler/thrift-service-extractor.js:8:GLOBAL.org = require('./antlr3-runtime').runtime.org;
20 grunt-angularjs-thrift-0.9-0.1.4.tgz/compiler/thrift-service-extractor.js:17: GLOBAL['AntlrThriftLexer'] = ThriftLexer;
20 grunt-angularjs-thrift-0.9-0.1.4.tgz/compiler/thrift-service-extractor.js:16: GLOBAL['AntlrThriftParser'] = ThriftParser;
20 doclets-1.0.0.tgz/test/utils_spec.js:53: assert.equal(modules._GLOBAL.classes.length, 0);
20 doclets-1.0.0.tgz/test/utils_spec.js:52: it('modules._GLOBAL.classes is correct', function () {
20 doclets-1.0.0.tgz/test/utils_spec.js:49: assert.equal(modules._GLOBAL.interfaces.length, 0);
20 doclets-1.0.0.tgz/test/utils_spec.js:48: it('modules._GLOBAL.interfaces is correct', function () {
20 doclets-1.0.0.tgz/test/utils_spec.js:42: var constants = _.indexBy(modules._GLOBAL.constants, 'longname');
20 doclets-1.0.0.tgz/test/utils_spec.js:41: it('modules._GLOBAL.constants is correct', function () {
20 doclets-1.0.0.tgz/test/utils_spec.js:36: var functions = _.indexBy(modules._GLOBAL.functions, 'longname');
20 doclets-1.0.0.tgz/test/utils_spec.js:35: it('modules._GLOBAL.functions is correct', function () {
20 doclets-1.0.0.tgz/lib/structure.js:71: modules._GLOBAL[category].push(docletOfKind);
20 cgedit-0.0.1.tgz/cgedit.js:4: GLOBAL.printErr = function () {
20 cgedit-0.0.1.tgz/cgedit.js:20: GLOBAL.readline = function readline () {
20 cgedit-0.0.1.tgz/cgedit.js:10: GLOBAL.print = function () {
20 basyt-cli-0.1.0.tgz/basyt-cli.js:27: var config = GLOBAL.APP_CONFIG;
19 tago-cli-0.0.1.tgz/index.js:7:GLOBAL.ACCOUNT_TOKEN = utilities.get_token();
19 stik-resource-0.1.1.tgz/specs/boundary_spec.js:1:GLOBAL.window = {};
19 scuelo-api-client-1.0.0.tgz/lib/utils.js:35: args.headers.scueloPassword = GLOBAL.SCUELO_PASSWORD;
19 scuelo-api-client-1.0.0.tgz/lib/utils.js:34: args.headers.scueloLogin = GLOBAL.SCUELO_LOGIN;
19 scuelo-api-client-1.0.0.tgz/lib/utils.js:27: } else if(GLOBAL.SCUELO_PASSWORD === undefined || GLOBAL.SCUELO_PASSWORD === '') {
19 scuelo-api-client-1.0.0.tgz/lib/utils.js:24: if(GLOBAL.SCUELO_LOGIN === undefined || GLOBAL.SCUELO_LOGIN === '') {
19 scuelo-api-client-1.0.0.tgz/lib/index.js:9: GLOBAL.SCUELO_API_ADDRESS = 'http://scuelo-api.herokuapp.com/';
19 scuelo-api-client-1.0.0.tgz/lib/index.js:8: GLOBAL.SCUELO_PASSWORD = settings.password;
19 scuelo-api-client-1.0.0.tgz/lib/index.js:7: GLOBAL.SCUELO_LOGIN = settings.login;
19 scuelo-api-client-1.0.0.tgz/lib/index.js:13: GLOBAL.SCUELO_API_ADDRESS = 'http://scuelo-api-dev.herokuapp.com/';
19 scuelo-api-client-1.0.0.tgz/lib/index.js:12: GLOBAL.SCUELO_PASSWORD = settings.password;
19 scuelo-api-client-1.0.0.tgz/lib/index.js:11: GLOBAL.SCUELO_LOGIN = settings.login;
19 oeweb-app-0.0.1.tgz/pub/js/ember.js:6685: return IS_GLOBAL.test(path);
19 oeweb-app-0.0.1.tgz/pub/js/ember.js:2780: Ember.assert("Path '" + obj + "' must be global if no obj is given.", IS_GLOBAL.test(obj));
19 numero-adk-shared-0.0.1.tgz/package.js:544:module.exports.PackageRegistry = GLOBAL.PackageRegistry;
19 numero-adk-shared-0.0.1.tgz/package.js:509: GLOBAL.PackageRegistry = new PackageRegistry();
19 numero-adk-shared-0.0.1.tgz/package.js:508:if (!GLOBAL.PackageRegistry) {
19 numero-adk-shared-0.0.1.tgz/package.js:274: GLOBAL.PackageRegistry.unregister(that);
19 numero-adk-shared-0.0.1.tgz/package.js:148: GLOBAL.PackageRegistry.register(that);
19 nitty-1.0.0.tgz/test/api/scoper_test.js:2:GLOBAL.window = jsDom.jsdom().parentWindow;
19 nitty-1.0.0.tgz/test/api/emitter_test.js:3:GLOBAL.document = jsDom.jsdom.document;
19 nitty-1.0.0.tgz/test/api/emitter_test.js:2:GLOBAL.window = jsDom.jsdom().parentWindow;
19 ncube-0.0.1.tgz/example/cube.js:15: loader.load(GLOBAL.main,function(mod,file,dir){
19 hitchslap-0.0.1.tgz/lib/hitchslap.js:32:GLOBAL.__libdir = __dirname;
19 hitchslap-0.0.1.tgz/lib/hitchslap.js:28: GLOBAL.CRANKSHAFT_DEBUG_MODE = true;
19 hitchslap-0.0.1.tgz/lib/commands/new.js:28: yield* fsutils.copyRecursive(path.join(GLOBAL.__libdir, "site_template"), dest, { forceDelete: true });
19 devkit-timestep-2.0.0.tgz/src/ui/resource/loader.js:272: GLOBAL.NATIVE && NATIVE.gl && NATIVE.gl.touchTexture(resources[i]);
19 devkit-timestep-2.0.0.tgz/src/ui/resource/loader.js:134: if (GLOBAL.NATIVE && GLOBAL.NATIVE.sound && GLOBAL.NATIVE.sound.preloadSound) {
19 devkit-timestep-2.0.0.tgz/src/ui/resource/Image.js:80: var isNative = GLOBAL.NATIVE && !device.isNativeSimulator;
19 devkit-timestep-2.0.0.tgz/src/ui/resource/Image.js:519: if (!GLOBAL.document || !document.createElement) { throw 'Not supported'; }
19 devkit-timestep-2.0.0.tgz/src/ui/Engine.js:66: if (typeof canvas == 'string' && GLOBAL.document && document.getElementById) {
19 devkit-timestep-2.0.0.tgz/src/ui/backend/canvas/TextView.js:70: buffer: false, // GLOBAL.NATIVE && !device.simulatingMobileNative,
19 devkit-timestep-2.0.0.tgz/src/platforms/native/Canvas.js:21:var Canvas = GLOBAL.HTMLCanvasElement = exports = Class(function () {
19 devkit-timestep-2.0.0.tgz/src/platforms/browser/doc.js:35: var doc = GLOBAL.document,
19 devkit-timestep-2.0.0.tgz/src/platforms/browser/doc.js:198: var doc = GLOBAL.document,
19 devkit-timestep-2.0.0.tgz/src/device.js:109:exports.isSimulator = GLOBAL.CONFIG && !!CONFIG.simulator;
19 clipr-1.1.0.tgz/index.js:112: GLOBAL.paste = exports.paste;
19 clipr-1.1.0.tgz/index.js:111: GLOBAL.copy = exports.copy;
18 stik-dom-lib-loader-0.3.0.tgz/specs.js:60: expect(GLOBAL.window.Zepto).toHaveBeenCalled();
18 stik-dom-lib-loader-0.3.0.tgz/specs.js:2:var window = GLOBAL.window;
18 stik-dom-lib-loader-0.3.0.tgz/specs.js:1:GLOBAL.window = {};
18 steller-0.5.3.tgz/steller.js:353:module.exports = GLOBAL.AudioContext;
18 steller-0.5.3.tgz/steller.js:348: case 3: return new GLOBAL.AudioContext(arguments[0], arguments[1], arguments[2]);
18 steller-0.5.3.tgz/steller.js:347: case 0: return new GLOBAL.AudioContext();
18 steller-0.5.3.tgz/steller.js:344:GLOBAL.webkitAudioContext = function AudioContext() {
18 steller-0.5.3.tgz/steller.js:342:}(GLOBAL.AudioContext || GLOBAL.webkitAudioContext));
18 steller-0.5.3.tgz/steller.js:274:GLOBAL.AudioContext = (function (AC) {
18 steller-0.5.3.tgz/src/steller/AudioContext.js:57:GLOBAL.AudioContext = (function (AC) {
18 steller-0.5.3.tgz/src/steller/AudioContext.js:136:module.exports = GLOBAL.AudioContext;
18 steller-0.5.3.tgz/src/steller/AudioContext.js:131: case 3: return new GLOBAL.AudioContext(arguments[0], arguments[1], arguments[2]);
18 steller-0.5.3.tgz/src/steller/AudioContext.js:130: case 0: return new GLOBAL.AudioContext();
18 steller-0.5.3.tgz/src/steller/AudioContext.js:127:GLOBAL.webkitAudioContext = function AudioContext() {
18 steller-0.5.3.tgz/src/steller/AudioContext.js:125:}(GLOBAL.AudioContext || GLOBAL.webkitAudioContext));
18 steller-0.5.3.tgz/out.js:353:module.exports = GLOBAL.AudioContext;
18 steller-0.5.3.tgz/out.js:348: case 3: return new GLOBAL.AudioContext(arguments[0], arguments[1], arguments[2]);
18 steller-0.5.3.tgz/out.js:347: case 0: return new GLOBAL.AudioContext();
18 steller-0.5.3.tgz/out.js:344:GLOBAL.webkitAudioContext = function AudioContext() {
18 steller-0.5.3.tgz/out.js:342:}(GLOBAL.AudioContext || GLOBAL.webkitAudioContext));
18 steller-0.5.3.tgz/out.js:274:GLOBAL.AudioContext = (function (AC) {
18 sockbot-markov-2.0.0.tgz/Markov.js:142:if (typeof GLOBAL.describe === 'function') {
18 sockbot-emoji-2.0.0.tgz/Emoji.js:82:if (typeof GLOBAL.describe === 'function') {
18 node-care-endpoint-1.0.6.tgz/src/index.coffee:5:GLOBAL.VERBOSITY_LEVEL = process.env.VERBOSITY_LEVEL or 3
18 ekitjs-0.1.3.tgz/index.js:9:GLOBAL.fs = require('fs');
18 ekitjs-0.1.3.tgz/index.js:26:GLOBAL.types = {};
18 ekitjs-0.1.3.tgz/index.js:25:GLOBAL.instance = {};
18 ekitjs-0.1.3.tgz/index.js:24:GLOBAL.Addon = null;
18 ekitjs-0.1.3.tgz/index.js:23:GLOBAL.ekitjs = null;
18 ekitjs-0.1.3.tgz/index.js:19:GLOBAL.io = require('socket.io').listen(server, {
18 ekitjs-0.1.3.tgz/index.js:18:GLOBAL.server = require('http').createServer(app);
18 ekitjs-0.1.3.tgz/index.js:17:GLOBAL.app = express();
18 ekitjs-0.1.3.tgz/index.js:16:GLOBAL.express = require('express');
18 ekitjs-0.1.3.tgz/index.js:11:GLOBAL._ = require('underscore');
18 ekitjs-0.1.3.tgz/index.js:10:GLOBAL.path = require('path');
18 ekitjs-0.1.3.tgz/core/addon.js:1:GLOBAL.Addon = Class.extend({
18 ekitjs-0.1.3.tgz/base/_/types.js:6:GLOBAL.types = instance.base.types = {};
18 bulletml-0.5.4.tgz/src/main/bulletml.dsl.js:10: bulletml.GLOBAL[prefix + func] = bulletml.dsl[func];
17 nojekyll-0.0.2.tgz/server.coffee:2:GLOBAL._ = require("lodash")
17 kralo-0.5.11.tgz/lib/server.js:8: GLOBAL.projRequire = function(module) {
17 kralo-0.5.11.tgz/lib/server.js:40: GLOBAL.serverConfig = config;
17 kralo-0.5.11.tgz/lib/server.js:17: GLOBAL.rootUrl = projectDir;
17 kralo-0.5.11.tgz/lib/helpers.js:9: GLOBAL.mongoose = mongoose;
17 kralo-0.5.11.tgz/lib/helpers.js:31: route = GLOBAL.API.version + route;
17 kralo-0.5.11.tgz/lib/helpers.js:26: GLOBAL.API = function(route) {
17 kralo-0.5.11.tgz/lib/helpers.js:22: GLOBAL.API2 = function() {
17 kralo-0.5.11.tgz/lib/helpers.js:16: GLOBAL.ObjectId = mongoose.Types.ObjectId;
17 kralo-0.5.11.tgz/lib/helpers.js:15: GLOBAL.servers = config.servers;
17 kralo-0.5.11.tgz/lib/helpers.js:13: GLOBAL[i] = Schema[i];
17 kralo-0.5.11.tgz/lib/helpers.js:11: GLOBAL.Schema = mongoose.schema;
17 kralo-0.5.11.tgz/lib/helpers.js:10: GLOBAL.io = io;
17 cohesive-0.6.0.tgz/test/node/promise_test.js:3:GLOBAL.adapter = {
17 cohesive-0.6.0.tgz/test/node/init.js:9:GLOBAL.cohesive = require('../../dist/cjs/node');
17 cohesive-0.6.0.tgz/test/node/init.js:8:GLOBAL.assert = chai.assert;
17 cohesive-0.6.0.tgz/test/node/init.js:7:GLOBAL.expect = chai.expect;
17 cohesive-0.6.0.tgz/test/node/init.js:6:GLOBAL.chai = chai.chai;
16 sukimajs-1.0.0.tgz/test/helpers/setup.js:9:GLOBAL.AssertionError = chai.AssertionError;
16 sukimajs-1.0.0.tgz/test/helpers/setup.js:10:GLOBAL.expect = chai.expect;
15 cli-huballin-1.0.0.tgz/config.js:47: GLOBAL.LOG = logger;
? Backbone.Subset-0.1.1.tgz/test/specs.js:28:GLOBAL.Backbone = require('backbone');
? Backbone.Subset-0.1.1.tgz/test/specs.js:27:GLOBAL._ = _
? Backbone.Subset-0.1.1.tgz/test/benchmarks.js:9:GLOBAL._ = _
? Backbone.Subset-0.1.1.tgz/test/benchmarks.js:10:GLOBAL.Backbone = require('backbone');
? Backbone.Aggregator-0.0.3.tgz/test/test.js:16:GLOBAL.Backbone = require('backbone');
@ChALkeR
Copy link
Author

ChALkeR commented Feb 4, 2016

Bonus:

70465   cwise-parser-1.0.2.tgz/index.js:29:    return identifier in GLOBAL
1417    gorillascript-0.9.10.tgz/lib/gorilla.js:1437:        for (k in GLOBAL) {
1417    gorillascript-0.9.10.tgz/lib/gorilla.js:1413:        for (k in GLOBAL) {
1417    gorillascript-0.9.10.tgz/extras/gorillascript.js:31582:              for (k in GLOBAL) {
1417    gorillascript-0.9.10.tgz/extras/gorillascript.js:31558:              for (k in GLOBAL) {
84  foam-framework-0.5.0.tgz/index.js:107:                   || ( 'CView' in GLOBAL && CView.isInstance(obj) ) ) {
59  inlinify-0.0.3.tgz/inline.js:24:    return identifier in GLOBAL
54  specialize-0.0.2.tgz/lib/lift.js:14:    return identifier in GLOBAL
36  sprite-brunch-localvox-0.0.2.tgz/pakmanaged.js:48809:        return identifier in GLOBAL
28  gorillascript-community-0.10.3.tgz/lib/gorilla.js:473:        for (k in GLOBAL) {
28  gorillascript-community-0.10.3.tgz/lib/gorilla.js:449:        for (k in GLOBAL) {
28  gorillascript-community-0.10.3.tgz/extras/gorillascript.js:26891:              for (k in GLOBAL) {
28  gorillascript-community-0.10.3.tgz/extras/gorillascript.js:26867:              for (k in GLOBAL) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment