entities listlengths 1 8.61k | max_stars_repo_path stringlengths 7 172 | max_stars_repo_name stringlengths 5 89 | max_stars_count int64 0 82k | content stringlengths 14 1.05M | id stringlengths 2 6 | new_content stringlengths 15 1.05M | modified bool 1
class | references stringlengths 29 1.05M |
|---|---|---|---|---|---|---|---|---|
[
{
"context": "else odataV4Mongodb.createQuery()\n\t\t\t\t\tif key is 'cfs.files.filerecord'\n\t\t\t\t\t\tcreateQuery.query['metadata.space'] = spac",
"end": 6437,
"score": 0.9986519813537598,
"start": 6417,
"tag": "KEY",
"value": "cfs.files.filerecord"
},
{
"context": "['metadata.spa... | packages/steedos-odata/server/odata.coffee | zonglu233/fuel-car | 0 | Meteor.startup ->
odataV4Mongodb = Npm.require 'odata-v4-mongodb'
querystring = Npm.require 'querystring'
visitorParser = (visitor)->
parsedOpt = {}
if visitor.projection
parsedOpt.fields = visitor.projection
if visitor.hasOwnProperty('limit')
parsedOpt.limit = visitor.limit
if visitor.hasOwnPropert... | 171931 | Meteor.startup ->
odataV4Mongodb = Npm.require 'odata-v4-mongodb'
querystring = Npm.require 'querystring'
visitorParser = (visitor)->
parsedOpt = {}
if visitor.projection
parsedOpt.fields = visitor.projection
if visitor.hasOwnProperty('limit')
parsedOpt.limit = visitor.limit
if visitor.hasOwnPropert... | true | Meteor.startup ->
odataV4Mongodb = Npm.require 'odata-v4-mongodb'
querystring = Npm.require 'querystring'
visitorParser = (visitor)->
parsedOpt = {}
if visitor.projection
parsedOpt.fields = visitor.projection
if visitor.hasOwnProperty('limit')
parsedOpt.limit = visitor.limit
if visitor.hasOwnPropert... |
[
{
"context": "->\n newTeam = teamsnap.createTeam\n name: 'New Test Team'\n sportId: 1\n locationCountry: 'United ",
"end": 533,
"score": 0.9987389445304871,
"start": 520,
"tag": "NAME",
"value": "New Test Team"
}
] | test/teams.coffee | teamsnap/teamsnap-javascript-sdk | 9 | describe 'Teams', ->
newTeam = null
it 'should be able to load all teams', (done) ->
teamsnap.loadTeams (err, result) ->
expect(err).to.be.null
result.should.be.an('array')
done()
it 'should be able to load a teams data in bulk', (done) ->
teamsnap.bulkLoad team.id, (err, result) ->
... | 21474 | describe 'Teams', ->
newTeam = null
it 'should be able to load all teams', (done) ->
teamsnap.loadTeams (err, result) ->
expect(err).to.be.null
result.should.be.an('array')
done()
it 'should be able to load a teams data in bulk', (done) ->
teamsnap.bulkLoad team.id, (err, result) ->
... | true | describe 'Teams', ->
newTeam = null
it 'should be able to load all teams', (done) ->
teamsnap.loadTeams (err, result) ->
expect(err).to.be.null
result.should.be.an('array')
done()
it 'should be able to load a teams data in bulk', (done) ->
teamsnap.bulkLoad team.id, (err, result) ->
... |
[
{
"context": "class app.Settings\n DOCS_KEY = 'docs'\n DARK_KEY = 'dark'\n LAYOUT_KEY = 'layout'\n SI",
"end": 37,
"score": 0.9074428677558899,
"start": 33,
"tag": "KEY",
"value": "docs"
},
{
"context": "ss app.Settings\n DOCS_KEY = 'docs'\n DARK_KEY = 'dark'\n LAYOUT_KEY = 'l... | public/javascripts/app/settings.coffee | w3cub/docshub-node | 3 | class app.Settings
DOCS_KEY = 'docs'
DARK_KEY = 'dark'
LAYOUT_KEY = 'layout'
SIZE_KEY = 'size'
TIPS_KEY = 'tips'
@defaults:
count: 0
hideDisabled: false
hideIntro: false
news: 0
manualUpdate: false
schema: 1
constructor: ->
@store = new CookieStore
@cache = {}
get: (ke... | 211524 | class app.Settings
DOCS_KEY = '<KEY>'
DARK_KEY = '<KEY>'
LAYOUT_KEY = 'layout'
SIZE_KEY = 'size'
TIPS_KEY = '<KEY>'
@defaults:
count: 0
hideDisabled: false
hideIntro: false
news: 0
manualUpdate: false
schema: 1
constructor: ->
@store = new CookieStore
@cache = {}
get: ... | true | class app.Settings
DOCS_KEY = 'PI:KEY:<KEY>END_PI'
DARK_KEY = 'PI:KEY:<KEY>END_PI'
LAYOUT_KEY = 'layout'
SIZE_KEY = 'size'
TIPS_KEY = 'PI:KEY:<KEY>END_PI'
@defaults:
count: 0
hideDisabled: false
hideIntro: false
news: 0
manualUpdate: false
schema: 1
constructor: ->
@store = n... |
[
{
"context": "et \"/user/:id\", (req, res) ->\n res.send { name: 'Jane Doe', email: 'jane@doe.com' }\n\n# Spawns a child proce",
"end": 557,
"score": 0.9996359348297119,
"start": 549,
"tag": "NAME",
"value": "Jane Doe"
},
{
"context": "q, res) ->\n res.send { name: 'Jane Doe', emai... | test/helpers/integration.coffee | 1aurabrown/ervell | 118 | #
# Integration test helper that makes it easy to write fast integration tests.
# One of the ways it does this is by providing the methods `startServer` and
# `closeServer` that will spawn a child process of this project. This means
# a version of this project server will run on localhost:5000 using a fake
# API server... | 26516 | #
# Integration test helper that makes it easy to write fast integration tests.
# One of the ways it does this is by providing the methods `startServer` and
# `closeServer` that will spawn a child process of this project. This means
# a version of this project server will run on localhost:5000 using a fake
# API server... | true | #
# Integration test helper that makes it easy to write fast integration tests.
# One of the ways it does this is by providing the methods `startServer` and
# `closeServer` that will spawn a child process of this project. This means
# a version of this project server will run on localhost:5000 using a fake
# API server... |
[
{
"context": "###\npasswordCtrl.coffee\nCopyright (C) 2014 ender xu <xuender@gmail.com>\n\nDistributed under terms of t",
"end": 51,
"score": 0.9983322620391846,
"start": 43,
"tag": "NAME",
"value": "ender xu"
},
{
"context": "\npasswordCtrl.coffee\nCopyright (C) 2014 ender xu <xuend... | src/web/passwordCtrl.coffee | xuender/mindfulness | 0 | ###
passwordCtrl.coffee
Copyright (C) 2014 ender xu <xuender@gmail.com>
Distributed under terms of the MIT license.
###
PasswordCtrl = ($scope, $modalInstance, $http, $log)->
### 密码修改控制 ###
$scope.old = false
$scope.p =
old: ''
password: ''
password2: ''
$scope.ok= (valid)->
$scope.old = true
... | 162733 | ###
passwordCtrl.coffee
Copyright (C) 2014 <NAME> <<EMAIL>>
Distributed under terms of the MIT license.
###
PasswordCtrl = ($scope, $modalInstance, $http, $log)->
### 密码修改控制 ###
$scope.old = false
$scope.p =
old: ''
password: ''
password2: ''
$scope.ok= (valid)->
$scope.old = true
if valid
... | true | ###
passwordCtrl.coffee
Copyright (C) 2014 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
Distributed under terms of the MIT license.
###
PasswordCtrl = ($scope, $modalInstance, $http, $log)->
### 密码修改控制 ###
$scope.old = false
$scope.p =
old: ''
password: ''
password2: ''
$scope.ok= (valid)->
$s... |
[
{
"context": "\n beforeEach ->\n rawToken =\n _id: '4f7c3891d95a479c6385720d240916d27e12708500471a50a4b2715a9e7a5576'\n exp: Math.round(Date.now() / 1000) + 360",
"end": 2294,
"score": 0.8454115986824036,
"start": 2230,
"tag": "PASSWORD",
"value": "4f7c3891d95a479c63857... | test/unit/models/oneTimeTokenSpec.coffee | Zacaria/connect | 0 | # Test dependencies
cwd = process.cwd()
path = require 'path'
chai = require 'chai'
sinon = require 'sinon'
sinonChai = require 'sinon-chai'
proxyquire = require('proxyquire').noCallThru()
mockMulti = require '../lib/multi'
expect = chai.expect
redisMock = require 'redis-mock'
# Configure Chai and Sinon
chai.use sino... | 31803 | # Test dependencies
cwd = process.cwd()
path = require 'path'
chai = require 'chai'
sinon = require 'sinon'
sinonChai = require 'sinon-chai'
proxyquire = require('proxyquire').noCallThru()
mockMulti = require '../lib/multi'
expect = chai.expect
redisMock = require 'redis-mock'
# Configure Chai and Sinon
chai.use sino... | true | # Test dependencies
cwd = process.cwd()
path = require 'path'
chai = require 'chai'
sinon = require 'sinon'
sinonChai = require 'sinon-chai'
proxyquire = require('proxyquire').noCallThru()
mockMulti = require '../lib/multi'
expect = chai.expect
redisMock = require 'redis-mock'
# Configure Chai and Sinon
chai.use sino... |
[
{
"context": "\n\n services = ko.observableArray()\n\n randomKey = Math.random()\n\n register = (service) ->\n service.referenc",
"end": 350,
"score": 0.9928154945373535,
"start": 339,
"tag": "KEY",
"value": "Math.random"
}
] | app/assets/javascripts/models/data/service.js.coffee | evenstensberg/earthdata-search | 1 | ns = @edsc.models.data
ns.Service = do (ko
DetailsModel = @edsc.models.DetailsModel
extend=jQuery.extend
ajax = @edsc.util.xhr.ajax
dateUtil = @edsc.util.date
config = @edsc.config
) ->
services = ko.observableArra... | 108694 | ns = @edsc.models.data
ns.Service = do (ko
DetailsModel = @edsc.models.DetailsModel
extend=jQuery.extend
ajax = @edsc.util.xhr.ajax
dateUtil = @edsc.util.date
config = @edsc.config
) ->
services = ko.observableArra... | true | ns = @edsc.models.data
ns.Service = do (ko
DetailsModel = @edsc.models.DetailsModel
extend=jQuery.extend
ajax = @edsc.util.xhr.ajax
dateUtil = @edsc.util.date
config = @edsc.config
) ->
services = ko.observableArra... |
[
{
"context": "g data\n chats = [\n {\n id: 0\n name: 'Ben Sparrow'\n lastText: 'You on your way?'\n face: '",
"end": 196,
"score": 0.9998202919960022,
"start": 185,
"tag": "NAME",
"value": "Ben Sparrow"
},
{
"context": "img/ben.png'\n }\n {\n id: 1\... | www/js/services.coffee | maruono/ionic | 0 | angular.module('starter.services', []).factory 'Chats', ->
# Might use a resource here that returns a JSON array
# Some fake testing data
chats = [
{
id: 0
name: 'Ben Sparrow'
lastText: 'You on your way?'
face: 'img/ben.png'
}
{
id: 1
name: 'Max Lynx'
lastText... | 70847 | angular.module('starter.services', []).factory 'Chats', ->
# Might use a resource here that returns a JSON array
# Some fake testing data
chats = [
{
id: 0
name: '<NAME>'
lastText: 'You on your way?'
face: 'img/ben.png'
}
{
id: 1
name: '<NAME>'
lastText: 'Hey,... | true | angular.module('starter.services', []).factory 'Chats', ->
# Might use a resource here that returns a JSON array
# Some fake testing data
chats = [
{
id: 0
name: 'PI:NAME:<NAME>END_PI'
lastText: 'You on your way?'
face: 'img/ben.png'
}
{
id: 1
name: 'PI:NAME:<NAME>E... |
[
{
"context": "###\n * bag\n * getbag.io\n *\n * Copyright (c) 2015 Ryan Gaus\n * Licensed under the MIT license.\n###\n\nmongoose ",
"end": 58,
"score": 0.9998572468757629,
"start": 49,
"tag": "NAME",
"value": "Ryan Gaus"
}
] | src/models/foodstuff_model.coffee | 1egoman/bag-node | 0 | ###
* bag
* getbag.io
*
* Copyright (c) 2015 Ryan Gaus
* Licensed under the MIT license.
###
mongoose = require 'mongoose'
foodstuff = mongoose.Schema
name: String
desc: String
tags: Array
image: String
checked: Boolean
user: String
price: String
verified: Boolean
stores: Object
private: B... | 68692 | ###
* bag
* getbag.io
*
* Copyright (c) 2015 <NAME>
* Licensed under the MIT license.
###
mongoose = require 'mongoose'
foodstuff = mongoose.Schema
name: String
desc: String
tags: Array
image: String
checked: Boolean
user: String
price: String
verified: Boolean
stores: Object
private: Bool... | true | ###
* bag
* getbag.io
*
* Copyright (c) 2015 PI:NAME:<NAME>END_PI
* Licensed under the MIT license.
###
mongoose = require 'mongoose'
foodstuff = mongoose.Schema
name: String
desc: String
tags: Array
image: String
checked: Boolean
user: String
price: String
verified: Boolean
stores: Object
... |
[
{
"context": "_WIN_CERTIFICATE_FILE\n certificatePassword: process.env.SIGN_WIN_CERTIFICATE_PASSWORD\n setupIc",
"end": 4929,
"score": 0.6423223614692688,
"start": 4922,
"tag": "PASSWORD",
"value": "process"
},
{
"context": " iconUrl: 'https://raw.githubusercontent... | tasks/pack.coffee | davemolton/electron-superkit | 28 | cp = require 'child_process'
path = require 'path'
fs = require 'fs'
asar = require 'asar'
async = require 'async'
del = require 'del'
gulp = require 'gulp'
zip = require 'gulp-zip'
winInstaller = require 'electron-windows-installer'
manifest = require '../src/package.json'
# Sign the app and create a dmg for darwi... | 220033 | cp = require 'child_process'
path = require 'path'
fs = require 'fs'
asar = require 'asar'
async = require 'async'
del = require 'del'
gulp = require 'gulp'
zip = require 'gulp-zip'
winInstaller = require 'electron-windows-installer'
manifest = require '../src/package.json'
# Sign the app and create a dmg for darwi... | true | cp = require 'child_process'
path = require 'path'
fs = require 'fs'
asar = require 'asar'
async = require 'async'
del = require 'del'
gulp = require 'gulp'
zip = require 'gulp-zip'
winInstaller = require 'electron-windows-installer'
manifest = require '../src/package.json'
# Sign the app and create a dmg for darwi... |
[
{
"context": ", 0, 1, 2]\n uuid: 'fakeUUID'\n key: 'sadness'\n }\n {\n type: 'linearTracker'\n ",
"end": 2672,
"score": 0.8055868148803711,
"start": 2665,
"tag": "USERNAME",
"value": "sadness"
},
{
"context": ", 1, 2]\n uuid: 'fakeUUID'\n ... | public-source/javascripts/data/demoPanel.coffee | lekevicius/vijual | 1 | App.data.demoPanel = [
{
name: 'Gradient Color From'
uuid: 'fake'
color: 3
controls: [
{
type: 'slider'
color: '#d31f1f'
name: 'Red'
value: 0.31
pos: [0, 0, 1, 3]
uuid: 'fakeUUID'
key: 'red'
}
{
type: 'slider'
co... | 21801 | App.data.demoPanel = [
{
name: 'Gradient Color From'
uuid: 'fake'
color: 3
controls: [
{
type: 'slider'
color: '#d31f1f'
name: 'Red'
value: 0.31
pos: [0, 0, 1, 3]
uuid: 'fakeUUID'
key: 'red'
}
{
type: 'slider'
co... | true | App.data.demoPanel = [
{
name: 'Gradient Color From'
uuid: 'fake'
color: 3
controls: [
{
type: 'slider'
color: '#d31f1f'
name: 'Red'
value: 0.31
pos: [0, 0, 1, 3]
uuid: 'fakeUUID'
key: 'red'
}
{
type: 'slider'
co... |
[
{
"context": " \n# Copyright 2011 - 2013 Mark Masse (OSS project WRML.org) \n# ",
"end": 824,
"score": 0.9998032450675964,
"start": 814,
"tag": "NAME",
"value": "Mark Masse"
}
] | wrmldoc/js/app/components/form/FormView.coffee | wrml/wrml | 47 | #
# WRML - Web Resource Modeling Language
# __ __ ______ __ __ __
# /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \
# \... | 217033 | #
# WRML - Web Resource Modeling Language
# __ __ ______ __ __ __
# /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \
# \... | true | #
# WRML - Web Resource Modeling Language
# __ __ ______ __ __ __
# /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \
# \... |
[
{
"context": "n\\n')\n .on(/Enter the password:/).respond('p@ssw0rd\\n')\n .on(/Confirm the password/).respond('p@",
"end": 746,
"score": 0.9762868881225586,
"start": 736,
"tag": "PASSWORD",
"value": "p@ssw0rd\\n"
},
{
"context": "\\n')\n .on(/Confirm the passwor... | test/cliSpec.coffee | h2non/node-authrc | 1 | fs = require 'fs'
suppose = require 'suppose'
{ expect } = require 'chai'
Authrc = require '../lib/authrc'
cwd = process.cwd()
authrcPath = 'test/fixtures/tmp/'
fileExists = ->
fs.existsSync('.authrc')
removeFile = ->
fs.unlink '.authrc' if fileExists()
describe 'CLI', ->
auth = null
before ->
process.... | 62636 | fs = require 'fs'
suppose = require 'suppose'
{ expect } = require 'chai'
Authrc = require '../lib/authrc'
cwd = process.cwd()
authrcPath = 'test/fixtures/tmp/'
fileExists = ->
fs.existsSync('.authrc')
removeFile = ->
fs.unlink '.authrc' if fileExists()
describe 'CLI', ->
auth = null
before ->
process.... | true | fs = require 'fs'
suppose = require 'suppose'
{ expect } = require 'chai'
Authrc = require '../lib/authrc'
cwd = process.cwd()
authrcPath = 'test/fixtures/tmp/'
fileExists = ->
fs.existsSync('.authrc')
removeFile = ->
fs.unlink '.authrc' if fileExists()
describe 'CLI', ->
auth = null
before ->
process.... |
[
{
"context": "one) ->\n model = new ManualIdModel({name: 'Bob'})\n model.save (err) ->\n assert.o",
"end": 2011,
"score": 0.9980498552322388,
"start": 2008,
"tag": "NAME",
"value": "Bob"
},
{
"context": "del = new ManualIdModel({id: _.uniqueId(), name: 'Bob'})\... | test/unit/ids.coffee | michaelBenin/backbone-mongo | 1 | util = require 'util'
assert = require 'assert'
_ = require 'underscore'
Backbone = require 'backbone'
Queue = require 'backbone-orm/lib/queue'
ModelCache = require('backbone-orm/lib/cache/singletons').ModelCache
module.exports = (options, callback) ->
ModelCache.configure({enabled: !!options.cache, max: 100}) # co... | 111513 | util = require 'util'
assert = require 'assert'
_ = require 'underscore'
Backbone = require 'backbone'
Queue = require 'backbone-orm/lib/queue'
ModelCache = require('backbone-orm/lib/cache/singletons').ModelCache
module.exports = (options, callback) ->
ModelCache.configure({enabled: !!options.cache, max: 100}) # co... | true | util = require 'util'
assert = require 'assert'
_ = require 'underscore'
Backbone = require 'backbone'
Queue = require 'backbone-orm/lib/queue'
ModelCache = require('backbone-orm/lib/cache/singletons').ModelCache
module.exports = (options, callback) ->
ModelCache.configure({enabled: !!options.cache, max: 100}) # co... |
[
{
"context": "io.com\n\nCopyright 2016 Chai Biotechnologies Inc. <info@chaibio.com>\n\nLicensed under the Apache License, Version 2.0 ",
"end": 194,
"score": 0.999923050403595,
"start": 178,
"tag": "EMAIL",
"value": "info@chaibio.com"
}
] | frontend/javascripts/app/directives/menu-overlay.js.coffee | MakerButt/chaipcr | 1 | ###
Chai PCR - Software platform for Open qPCR and Chai's Real-Time PCR instruments.
For more information visit http://www.chaibio.com
Copyright 2016 Chai Biotechnologies Inc. <info@chaibio.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the Lic... | 205688 | ###
Chai PCR - Software platform for Open qPCR and Chai's Real-Time PCR instruments.
For more information visit http://www.chaibio.com
Copyright 2016 Chai Biotechnologies Inc. <<EMAIL>>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You... | true | ###
Chai PCR - Software platform for Open qPCR and Chai's Real-Time PCR instruments.
For more information visit http://www.chaibio.com
Copyright 2016 Chai Biotechnologies Inc. <PI:EMAIL:<EMAIL>END_PI>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with t... |
[
{
"context": "ap/4.0.0-beta.2/css/bootstrap.min.css\" integrity=\"sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb\" crossorigin=\"anonymous\">\n </head>\n <bod",
"end": 549,
"score": 0.9943798780441284,
"start": 477,
"tag": "KEY",
"value": "sha384-PsH8R72JQ3... | snippets/templates.cson | hirschadway/v-bootstrap4 | 6 | '.text.html':
'Basic HTML Template':
'prefix': 'html-'
'body': """
<!doctype html>
<html lang="en">
<head>
<title>$1</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
... | 67097 | '.text.html':
'Basic HTML Template':
'prefix': 'html-'
'body': """
<!doctype html>
<html lang="en">
<head>
<title>$1</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
... | true | '.text.html':
'Basic HTML Template':
'prefix': 'html-'
'body': """
<!doctype html>
<html lang="en">
<head>
<title>$1</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
... |
[
{
"context": "0272829'\n accKitVersion : 'v1.1'\n accKitToken: 'ed921b9e2248d0cb68329322c08e97b3'\n\nconfig.menuMainHome = [\n {\n title : 'Kênh O",
"end": 409,
"score": 0.9936593770980835,
"start": 377,
"tag": "PASSWORD",
"value": "ed921b9e2248d0cb68329322c08e97b3"
}
] | app/core/app.coffee | xitrumuit1991/ls-yuptv | 0 | config =
platform : 'web'
version : '1.0.0'
uuid : (new Fingerprint({canvas : true, screen_resolution : false})).get()
modelName : navigator.userAgent
# fBappId : '1933860780272829' #dev
fBappId : '144785392941236' #production
API_URL : "http://api.yuptv.vn/api/v1/"
env : 'production'
accKitAppId : '19... | 73558 | config =
platform : 'web'
version : '1.0.0'
uuid : (new Fingerprint({canvas : true, screen_resolution : false})).get()
modelName : navigator.userAgent
# fBappId : '1933860780272829' #dev
fBappId : '144785392941236' #production
API_URL : "http://api.yuptv.vn/api/v1/"
env : 'production'
accKitAppId : '19... | true | config =
platform : 'web'
version : '1.0.0'
uuid : (new Fingerprint({canvas : true, screen_resolution : false})).get()
modelName : navigator.userAgent
# fBappId : '1933860780272829' #dev
fBappId : '144785392941236' #production
API_URL : "http://api.yuptv.vn/api/v1/"
env : 'production'
accKitAppId : '19... |
[
{
"context": "# grunt-coffee-build\n# https://github.com/tarruda/grunt-coffee-build\n#\n# Copyright (c) 2013 Thiago ",
"end": 49,
"score": 0.9990901350975037,
"start": 42,
"tag": "USERNAME",
"value": "tarruda"
},
{
"context": "/tarruda/grunt-coffee-build\n#\n# Copyright (c) 2013 Thia... | tasks/coffee_build.coffee | gruntjs-updater/grunt-coffee-build | 1 | # grunt-coffee-build
# https://github.com/tarruda/grunt-coffee-build
#
# Copyright (c) 2013 Thiago de Arruda
# Licensed under the MIT license.
fs = require('fs')
path = require('path')
handlebars = require('handlebars')
browserify = require('browserify')
parseScope = require('lexical-scope')
{compile} = require 'coff... | 4288 | # grunt-coffee-build
# https://github.com/tarruda/grunt-coffee-build
#
# Copyright (c) 2013 <NAME>
# Licensed under the MIT license.
fs = require('fs')
path = require('path')
handlebars = require('handlebars')
browserify = require('browserify')
parseScope = require('lexical-scope')
{compile} = require 'coffee-script'... | true | # grunt-coffee-build
# https://github.com/tarruda/grunt-coffee-build
#
# Copyright (c) 2013 PI:NAME:<NAME>END_PI
# Licensed under the MIT license.
fs = require('fs')
path = require('path')
handlebars = require('handlebars')
browserify = require('browserify')
parseScope = require('lexical-scope')
{compile} = require '... |
[
{
"context": "###\nCopyright 2016 Resin.io\n\nLicensed under the Apache License, Version 2.0 (",
"end": 27,
"score": 0.5602496862411499,
"start": 25,
"tag": "NAME",
"value": "io"
}
] | lib/pubnub.coffee | resin-io-modules/resin-device-logs | 0 | ###
Copyright 2016 Resin.io
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distri... | 144454 | ###
Copyright 2016 Resin.<NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | true | ###
Copyright 2016 Resin.PI:NAME:<NAME>END_PI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writin... |
[
{
"context": "_page\": \"47\",\n \"author\": [\n {\"name\": \"Jones Richard\"},\n {\"name\": \"MacGillivray Mark\"},\n ",
"end": 12398,
"score": 0.9997777938842773,
"start": 12385,
"tag": "NAME",
"value": "Jones Richard"
},
{
"context": " {\"name\": \"Jon... | server/use/doaj.coffee | leviathanindustries/noddy | 2 |
# use the doaj
# https://doaj.org/api/v1/docs
# DOAJ API only allows results up to 1000, regardless of page size or rate limit. Annoying...
import fs from 'fs'
import tar from 'tar'
import Future from 'fibers/future'
@doaj_journal = new API.collection {index:"doaj",type:"journal"}
@doaj_in_progress = new API.collec... | 72428 |
# use the doaj
# https://doaj.org/api/v1/docs
# DOAJ API only allows results up to 1000, regardless of page size or rate limit. Annoying...
import fs from 'fs'
import tar from 'tar'
import Future from 'fibers/future'
@doaj_journal = new API.collection {index:"doaj",type:"journal"}
@doaj_in_progress = new API.collec... | true |
# use the doaj
# https://doaj.org/api/v1/docs
# DOAJ API only allows results up to 1000, regardless of page size or rate limit. Annoying...
import fs from 'fs'
import tar from 'tar'
import Future from 'fibers/future'
@doaj_journal = new API.collection {index:"doaj",type:"journal"}
@doaj_in_progress = new API.collec... |
[
{
"context": "###\n# @author Will Steinmetz\n# jQuery notification plug-in inspired by the not",
"end": 28,
"score": 0.999856173992157,
"start": 14,
"tag": "NAME",
"value": "Will Steinmetz"
},
{
"context": "ation style of Windows 8\n# Copyright (c)2013-2015, Will Steinmetz\n# License... | public/third_party/notific8/grunt/contrib-jade.coffee | pvndn/spa | 130 | ###
# @author Will Steinmetz
# jQuery notification plug-in inspired by the notification style of Windows 8
# Copyright (c)2013-2015, Will Steinmetz
# Licensed under the BSD license.
# http://opensource.org/licenses/BSD-3-Clause
###
module.exports = (grunt) ->
grunt.config('jade',
release:
files:
'd... | 217396 | ###
# @author <NAME>
# jQuery notification plug-in inspired by the notification style of Windows 8
# Copyright (c)2013-2015, <NAME>
# Licensed under the BSD license.
# http://opensource.org/licenses/BSD-3-Clause
###
module.exports = (grunt) ->
grunt.config('jade',
release:
files:
'demo/index.html':... | true | ###
# @author PI:NAME:<NAME>END_PI
# jQuery notification plug-in inspired by the notification style of Windows 8
# Copyright (c)2013-2015, PI:NAME:<NAME>END_PI
# Licensed under the BSD license.
# http://opensource.org/licenses/BSD-3-Clause
###
module.exports = (grunt) ->
grunt.config('jade',
release:
files... |
[
{
"context": "adb6ce9d137c32b4528439\"\n personalAccessToken: \"64cdd5db0e81d378a15fddeff334f022977b632e\"\n welcome:\n showOnStartup: false\n\".asciidoc.s",
"end": 703,
"score": 0.9710825681686401,
"start": 663,
"tag": "KEY",
"value": "64cdd5db0e81d378a15fddeff334f022977b632e"
}
] | atom/config.cson | francissabado/dotfiles | 0 | "*":
"asciidoc-preview":
showTitle: false
"atom-beautify":
general:
_analyticsUserId: "0e5013f5-74c7-4ce2-a3ba-6800db4b27ee"
core:
themes: [
"seti-ui"
"monokai-seti"
]
editor:
fontSize: 10
"exception-reporting":
userId: "ae5f05ca-e8c5-e43d-003f-93ddf70737af"
minimap... | 58959 | "*":
"asciidoc-preview":
showTitle: false
"atom-beautify":
general:
_analyticsUserId: "0e5013f5-74c7-4ce2-a3ba-6800db4b27ee"
core:
themes: [
"seti-ui"
"monokai-seti"
]
editor:
fontSize: 10
"exception-reporting":
userId: "ae5f05ca-e8c5-e43d-003f-93ddf70737af"
minimap... | true | "*":
"asciidoc-preview":
showTitle: false
"atom-beautify":
general:
_analyticsUserId: "0e5013f5-74c7-4ce2-a3ba-6800db4b27ee"
core:
themes: [
"seti-ui"
"monokai-seti"
]
editor:
fontSize: 10
"exception-reporting":
userId: "ae5f05ca-e8c5-e43d-003f-93ddf70737af"
minimap... |
[
{
"context": "tring(),\n contributing_authors: [{name: 'James'}, {name: 'Artsy Editorial'}]\n new Article",
"end": 1963,
"score": 0.9992526769638062,
"start": 1958,
"tag": "NAME",
"value": "James"
},
{
"context": "tring(),\n contributing_authors: [{name: 'Jam... | apps/rss/test/partner_updates.coffee | l2succes/force | 1 | _ = require 'underscore'
fs = require 'fs'
partnerUpdatesTemplate = require('jade').compileFile(require.resolve '../templates/partner_updates.jade')
articleTemplate = require('jade').compileFile(require.resolve '../templates/partner_updates_article.jade')
sd = APP_URL: 'http://localhost'
{ fabricate } = require 'antigr... | 165905 | _ = require 'underscore'
fs = require 'fs'
partnerUpdatesTemplate = require('jade').compileFile(require.resolve '../templates/partner_updates.jade')
articleTemplate = require('jade').compileFile(require.resolve '../templates/partner_updates_article.jade')
sd = APP_URL: 'http://localhost'
{ fabricate } = require 'antigr... | true | _ = require 'underscore'
fs = require 'fs'
partnerUpdatesTemplate = require('jade').compileFile(require.resolve '../templates/partner_updates.jade')
articleTemplate = require('jade').compileFile(require.resolve '../templates/partner_updates_article.jade')
sd = APP_URL: 'http://localhost'
{ fabricate } = require 'antigr... |
[
{
"context": "username = @config.username;\n result.password = @config.password;\n result.passphrase = @config.passphrase;\n ",
"end": 1718,
"score": 0.8735062479972839,
"start": 1702,
"tag": "PASSWORD",
"value": "@config.password"
}
] | lib/fs/ftp/sftp-filesystem.coffee | morassman/atom-commander | 43 | fs = require 'fs'
fsp = require 'fs-plus'
PathUtil = require('path').posix
VFileSystem = require '../vfilesystem'
FTPFile = require './ftp-file'
FTPDirectory = require './ftp-directory'
FTPSymLink = require './ftp-symlink'
SFTPSession = require './sftp-session'
Utils = require '../../utils'
module.exports =
class SFTP... | 67155 | fs = require 'fs'
fsp = require 'fs-plus'
PathUtil = require('path').posix
VFileSystem = require '../vfilesystem'
FTPFile = require './ftp-file'
FTPDirectory = require './ftp-directory'
FTPSymLink = require './ftp-symlink'
SFTPSession = require './sftp-session'
Utils = require '../../utils'
module.exports =
class SFTP... | true | fs = require 'fs'
fsp = require 'fs-plus'
PathUtil = require('path').posix
VFileSystem = require '../vfilesystem'
FTPFile = require './ftp-file'
FTPDirectory = require './ftp-directory'
FTPSymLink = require './ftp-symlink'
SFTPSession = require './sftp-session'
Utils = require '../../utils'
module.exports =
class SFTP... |
[
{
"context": "mpt } myUser = User.findOne({ where: { username: 'heath' })\n #{ config.prompt } myUser.updateAttrib",
"end": 3193,
"score": 0.9988476037979126,
"start": 3188,
"tag": "USERNAME",
"value": "heath"
},
{
"context": "nfig.prompt } myUser.updateAttribute('fullName', 'H... | repl.coffee | BoLaMN/loopback-console-cs | 0 | 'use strict'
fs = require 'fs'
path = require 'path'
vm = require 'vm'
coffee = require 'coffee-script'
{ start, REPLServer } = require 'repl'
{ updateSyntaxError } = require 'coffee-script/lib/coffee-script/helpers'
sawSIGINT = false
wrap = (replServer) ->
defaultEval = replServer.eval
runInContext = (js, con... | 221603 | 'use strict'
fs = require 'fs'
path = require 'path'
vm = require 'vm'
coffee = require 'coffee-script'
{ start, REPLServer } = require 'repl'
{ updateSyntaxError } = require 'coffee-script/lib/coffee-script/helpers'
sawSIGINT = false
wrap = (replServer) ->
defaultEval = replServer.eval
runInContext = (js, con... | true | 'use strict'
fs = require 'fs'
path = require 'path'
vm = require 'vm'
coffee = require 'coffee-script'
{ start, REPLServer } = require 'repl'
{ updateSyntaxError } = require 'coffee-script/lib/coffee-script/helpers'
sawSIGINT = false
wrap = (replServer) ->
defaultEval = replServer.eval
runInContext = (js, con... |
[
{
"context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission",
"end": 18,
"score": 0.9993118643760681,
"start": 12,
"tag": "NAME",
"value": "Joyent"
}
] | test/simple/test-file-write-stream3.coffee | lxe/io.coffee | 0 | # Copyright Joyent, Inc. and other Node contributors.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, me... | 168647 | # Copyright <NAME>, Inc. and other Node contributors.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, me... | true | # Copyright PI:NAME:<NAME>END_PI, Inc. and other Node contributors.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, co... |
[
{
"context": "runch/\")\n\t\tclientid = \"sandbox\"\n\t\tclientSecret = \"YNXZHOH3GPYO6DF7B43K\"\n\t\tredirectURI = encodeURI(\"http://localhost\")\n\t\t",
"end": 325,
"score": 0.9996213912963867,
"start": 305,
"tag": "KEY",
"value": "YNXZHOH3GPYO6DF7B43K"
},
{
"context": "params = {... | app/scripts/coffeescripts/popup.coffee | mapguy/News-Tab | 1 | do ($=jQuery) ->
document.addEventListener "DOMContentLoaded", ->
url = "https://cloud.feedly.com"
auth = "/v3/auth/auth"
subs = "/v3/subscriptions"
mix = "/v3/mixes/contents?streamId=" + encodeURIComponent("feed/http://feeds.feedburner.com/TechCrunch/")
clientid = "sandbox"
clientSecret = "YNXZHOH3GPYO6DF... | 136254 | do ($=jQuery) ->
document.addEventListener "DOMContentLoaded", ->
url = "https://cloud.feedly.com"
auth = "/v3/auth/auth"
subs = "/v3/subscriptions"
mix = "/v3/mixes/contents?streamId=" + encodeURIComponent("feed/http://feeds.feedburner.com/TechCrunch/")
clientid = "sandbox"
clientSecret = "<KEY>"
redire... | true | do ($=jQuery) ->
document.addEventListener "DOMContentLoaded", ->
url = "https://cloud.feedly.com"
auth = "/v3/auth/auth"
subs = "/v3/subscriptions"
mix = "/v3/mixes/contents?streamId=" + encodeURIComponent("feed/http://feeds.feedburner.com/TechCrunch/")
clientid = "sandbox"
clientSecret = "PI:KEY:<KEY>END... |
[
{
"context": " option value: securityGroup.name, key: securityGroup.id, securityGroup.name\n\n\n\n if metaData.router",
"end": 3204,
"score": 0.9634225368499756,
"start": 3196,
"tag": "KEY",
"value": "Group.id"
},
{
"context": " option value: router.id, key: rou... | plugins/kubernetes/app/assets/javascripts/kubernetes/components/clusters/advancedoptions.coffee | renovate-reproductions/elektra | 1 | #= require components/form_helpers
{ div,form,input,textarea,h4, h5,label,span,button,abbr,select,option,optgroup,p,i,a } = React.DOM
{ connect } = ReactRedux
{ updateAdvancedOptions, changeVersion} = kubernetes
AdvancedOptions = ({
clusterForm,
metaData,
info,
handleChange,
handleVersionChange,
edit
... | 163199 | #= require components/form_helpers
{ div,form,input,textarea,h4, h5,label,span,button,abbr,select,option,optgroup,p,i,a } = React.DOM
{ connect } = ReactRedux
{ updateAdvancedOptions, changeVersion} = kubernetes
AdvancedOptions = ({
clusterForm,
metaData,
info,
handleChange,
handleVersionChange,
edit
... | true | #= require components/form_helpers
{ div,form,input,textarea,h4, h5,label,span,button,abbr,select,option,optgroup,p,i,a } = React.DOM
{ connect } = ReactRedux
{ updateAdvancedOptions, changeVersion} = kubernetes
AdvancedOptions = ({
clusterForm,
metaData,
info,
handleChange,
handleVersionChange,
edit
... |
[
{
"context": "g')\n @swig.renderFile(lpath, locals: {author: \"Jeff Escalante\"}).done((res) =>\n should.match_expected(@swi",
"end": 781,
"score": 0.9998828172683716,
"start": 767,
"tag": "NAME",
"value": "Jeff Escalante"
},
{
"context": "m()});\\n\"\n partOfClientHel... | test/swig.coffee | slang800/accord | 0 | should = require 'should'
path = require 'path'
accord = require '../'
describe 'swig', ->
before ->
@swig = accord.load('swig')
@path = path.join(__dirname, 'fixtures', 'swig')
it 'should expose name, extensions, output, and engine', ->
@swig.extensions.should.be.an.instanceOf(Array)
@swig.output... | 61397 | should = require 'should'
path = require 'path'
accord = require '../'
describe 'swig', ->
before ->
@swig = accord.load('swig')
@path = path.join(__dirname, 'fixtures', 'swig')
it 'should expose name, extensions, output, and engine', ->
@swig.extensions.should.be.an.instanceOf(Array)
@swig.output... | true | should = require 'should'
path = require 'path'
accord = require '../'
describe 'swig', ->
before ->
@swig = accord.load('swig')
@path = path.join(__dirname, 'fixtures', 'swig')
it 'should expose name, extensions, output, and engine', ->
@swig.extensions.should.be.an.instanceOf(Array)
@swig.output... |
[
{
"context": "\nclass PingdomService\n constructor: ({ @appKey, @username, @password }) ->\n throw new Error 'Missing app",
"end": 225,
"score": 0.7833731770515442,
"start": 217,
"tag": "USERNAME",
"value": "username"
},
{
"context": "y?\n throw new Error 'Missing username' un... | src/pingdom-service.coffee | octoblu/pingdom-util | 0 | _ = require 'lodash'
async = require 'async'
request = require 'request'
moment = require 'moment'
debug = require('debug')('pingdom-util:pingdom-service')
class PingdomService
constructor: ({ @appKey, @username, @password }) ->
throw new Error 'Missing appKey' unless @appKey?
throw new Error 'Mis... | 202290 | _ = require 'lodash'
async = require 'async'
request = require 'request'
moment = require 'moment'
debug = require('debug')('pingdom-util:pingdom-service')
class PingdomService
constructor: ({ @appKey, @username, @password }) ->
throw new Error 'Missing appKey' unless @appKey?
throw new Error 'Mis... | true | _ = require 'lodash'
async = require 'async'
request = require 'request'
moment = require 'moment'
debug = require('debug')('pingdom-util:pingdom-service')
class PingdomService
constructor: ({ @appKey, @username, @password }) ->
throw new Error 'Missing appKey' unless @appKey?
throw new Error 'Mis... |
[
{
"context": "= node.getAttribute 'data-view-name'\n viewKey = \"#{data.yaml.type}/#{name}\"\n descriptor = \"#{data._id}/#{name}\"\n else\n ",
"end": 63681,
"score": 0.994579017162323,
"start": 63654,
"tag": "KEY",
"value": "\"#{data.yaml.type}/#{name}\""
},
{
"context": "=... | METEOR-OLD/client/28-fancyOrg.coffee | zot/Leisure | 58 | {
Node,
resolve,
lazy,
defaultEnv,
} = root = module.exports = require '15-base'
rz = resolve
lz = lazy
{
TAB,
ENTER,
BS,
DEL,
} = require '21-browserSupport'
{
getType,
define,
makeSyncMonad,
} = require '16-ast'
{
runMonad,
isMonad,
escapePresentationHtml,
unescapePresentationHtml,
} = r... | 175166 | {
Node,
resolve,
lazy,
defaultEnv,
} = root = module.exports = require '15-base'
rz = resolve
lz = lazy
{
TAB,
ENTER,
BS,
DEL,
} = require '21-browserSupport'
{
getType,
define,
makeSyncMonad,
} = require '16-ast'
{
runMonad,
isMonad,
escapePresentationHtml,
unescapePresentationHtml,
} = r... | true | {
Node,
resolve,
lazy,
defaultEnv,
} = root = module.exports = require '15-base'
rz = resolve
lz = lazy
{
TAB,
ENTER,
BS,
DEL,
} = require '21-browserSupport'
{
getType,
define,
makeSyncMonad,
} = require '16-ast'
{
runMonad,
isMonad,
escapePresentationHtml,
unescapePresentationHtml,
} = r... |
[
{
"context": "TA: 222\n AUTHENTICATED: 281\n PASSWORD_REQUIRED: 381\n ARTICLE_NOT_FOUND: 430\n TOO_MANY_CONNECTIONS: ",
"end": 6008,
"score": 0.9905228614807129,
"start": 6005,
"tag": "PASSWORD",
"value": "381"
}
] | src/connection.coffee | andykant/nzb | 1 | Events = require 'events'
tls = require 'tls'
net = require 'net'
util = require 'util'
buffertools = require 'buffertools'
class Connection extends Events.EventEmitter
constructor: (@options) ->
@options or= {}
@data = []
log: (message) ->
# util.log @options.host + ':' + @options.port + '#' + (@op... | 217883 | Events = require 'events'
tls = require 'tls'
net = require 'net'
util = require 'util'
buffertools = require 'buffertools'
class Connection extends Events.EventEmitter
constructor: (@options) ->
@options or= {}
@data = []
log: (message) ->
# util.log @options.host + ':' + @options.port + '#' + (@op... | true | Events = require 'events'
tls = require 'tls'
net = require 'net'
util = require 'util'
buffertools = require 'buffertools'
class Connection extends Events.EventEmitter
constructor: (@options) ->
@options or= {}
@data = []
log: (message) ->
# util.log @options.host + ':' + @options.port + '#' + (@op... |
[
{
"context": "a simple document', (done) ->\n# doc = {name: 'Meow', field: 'Mixer'}\n# wongo.prune(doc, schema.f",
"end": 461,
"score": 0.8182539939880371,
"start": 457,
"tag": "NAME",
"value": "Meow"
},
{
"context": "to prune an array', (done) ->\n# doc = {name: 'Meow', ... | test/prune.test.coffee | wookets/wongo | 0 | # assert = require 'assert'
# wongo = require '../lib/wongo'
#
#
# wongo.schema 'MockPrune',
# fields:
# name: String
# array: [String]
# arrayObj: [
# name: String
# ]
# subdoc:
# name: String
# subdoc:
# name: String
# array: [String]
#
# describe 'Wongo ... | 131788 | # assert = require 'assert'
# wongo = require '../lib/wongo'
#
#
# wongo.schema 'MockPrune',
# fields:
# name: String
# array: [String]
# arrayObj: [
# name: String
# ]
# subdoc:
# name: String
# subdoc:
# name: String
# array: [String]
#
# describe 'Wongo ... | true | # assert = require 'assert'
# wongo = require '../lib/wongo'
#
#
# wongo.schema 'MockPrune',
# fields:
# name: String
# array: [String]
# arrayObj: [
# name: String
# ]
# subdoc:
# name: String
# subdoc:
# name: String
# array: [String]
#
# describe 'Wongo ... |
[
{
"context": " <tr>\n <th>Name</th>\n <th>Twin</th>\n <th>Details</th>\n </tr>\n",
"end": 2549,
"score": 0.9266858696937561,
"start": 2548,
"tag": "NAME",
"value": "T"
}
] | app/classifier/tasks/survey/editor-help.cjsx | tlalka/Panoptes-Front-End | 0 | React = require 'react'
module.exports =
choices: <div className="content-container">
<p>User-identifiable <strong>choices</strong>, with these headers:</p>
<table className="standard-table">
<tbody>
<tr>
<th>Name</th>
<th>Description</th>
<th>Images</th>
... | 161680 | React = require 'react'
module.exports =
choices: <div className="content-container">
<p>User-identifiable <strong>choices</strong>, with these headers:</p>
<table className="standard-table">
<tbody>
<tr>
<th>Name</th>
<th>Description</th>
<th>Images</th>
... | true | React = require 'react'
module.exports =
choices: <div className="content-container">
<p>User-identifiable <strong>choices</strong>, with these headers:</p>
<table className="standard-table">
<tbody>
<tr>
<th>Name</th>
<th>Description</th>
<th>Images</th>
... |
[
{
"context": "ne )->\n\n\t\t\tquery =\n\t\t\t\ttoken:\n\t\t\t\t\t\"startsWith\": \"desfire-801e\"\n\t\t\topt =\n\t\t\t\tlimit: 0\n\t\t\t\t_customQueryF",
"end": 6886,
"score": 0.6305949687957764,
"start": 6883,
"tag": "USERNAME",
"value": "des"
},
{
"context": ")->\n\n\t\t\tquery =\n... | _src/test/general.coffee | mpneuried/pg-factory | 0 | _CONFIG = require './config'
PgFactory = require( "../." )
_map = require( "lodash/map" )
_difference = require( "lodash/difference" )
should = require('should')
moment = require('moment')
_startTime = Date.now() - 1000 * 60
_utils = require( "../lib/utils" )
DBFactory = null
cbMulti = ( count, cb )->
return ->
... | 149988 | _CONFIG = require './config'
PgFactory = require( "../." )
_map = require( "lodash/map" )
_difference = require( "lodash/difference" )
should = require('should')
moment = require('moment')
_startTime = Date.now() - 1000 * 60
_utils = require( "../lib/utils" )
DBFactory = null
cbMulti = ( count, cb )->
return ->
... | true | _CONFIG = require './config'
PgFactory = require( "../." )
_map = require( "lodash/map" )
_difference = require( "lodash/difference" )
should = require('should')
moment = require('moment')
_startTime = Date.now() - 1000 * 60
_utils = require( "../lib/utils" )
DBFactory = null
cbMulti = ( count, cb )->
return ->
... |
[
{
"context": "###\n backbone-orm.js 0.5.12\n Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm\n Lice",
"end": 58,
"score": 0.9753897190093994,
"start": 50,
"tag": "NAME",
"value": "Vidigami"
},
{
"context": " Copyright (c) 2013 Vidigami - https://github.com/v... | src/extensions/collection.coffee | michaelBenin/backbone-orm | 1 | ###
backbone-orm.js 0.5.12
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Backbone.js, Underscore.js, and Moment.js.
###
_ = require 'underscore'
Backbone = require 'backbone'
Utils = require '../utils'
col... | 93811 | ###
backbone-orm.js 0.5.12
Copyright (c) 2013 <NAME> - https://github.com/vidigami/backbone-orm
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Backbone.js, Underscore.js, and Moment.js.
###
_ = require 'underscore'
Backbone = require 'backbone'
Utils = require '../utils'
colle... | true | ###
backbone-orm.js 0.5.12
Copyright (c) 2013 PI:NAME:<NAME>END_PI - https://github.com/vidigami/backbone-orm
License: MIT (http://www.opensource.org/licenses/mit-license.php)
Dependencies: Backbone.js, Underscore.js, and Moment.js.
###
_ = require 'underscore'
Backbone = require 'backbone'
Utils = require '..... |
[
{
"context": "\nnikita = require '@nikitajs/core/lib'\n{tags, config} = require '../test'\nthey",
"end": 28,
"score": 0.7480289936065674,
"start": 26,
"tag": "USERNAME",
"value": "js"
},
{
"context": "lder/id_rsa\"\n bits: 2048\n comment: 'nikita'\n $status.should.... | packages/tools/test/ssh/keygen.coffee | shivaylamba/meilisearch-gatsby-plugin-guide | 31 |
nikita = require '@nikitajs/core/lib'
{tags, config} = require '../test'
they = require('mocha-they')(config)
return unless tags.posix
describe 'tools.ssh.keygen', ->
they 'a new key', ({ssh}) ->
nikita
$ssh: ssh
$tmpdir: true
, ({metadata: {tmpdir}}) ->
{$status} = await @tools.ssh.keyg... | 84508 |
nikita = require '@nikitajs/core/lib'
{tags, config} = require '../test'
they = require('mocha-they')(config)
return unless tags.posix
describe 'tools.ssh.keygen', ->
they 'a new key', ({ssh}) ->
nikita
$ssh: ssh
$tmpdir: true
, ({metadata: {tmpdir}}) ->
{$status} = await @tools.ssh.keyg... | true |
nikita = require '@nikitajs/core/lib'
{tags, config} = require '../test'
they = require('mocha-they')(config)
return unless tags.posix
describe 'tools.ssh.keygen', ->
they 'a new key', ({ssh}) ->
nikita
$ssh: ssh
$tmpdir: true
, ({metadata: {tmpdir}}) ->
{$status} = await @tools.ssh.keyg... |
[
{
"context": " email is confirmed', ->\n @values.email = 'bob@example.com'\n @userEdit.validate(@values).email_confir",
"end": 543,
"score": 0.9999205470085144,
"start": 528,
"tag": "EMAIL",
"value": "bob@example.com"
},
{
"context": "tion_emtpy\n\n @values.email... | src/mobile/apps/user/test/models/user_edit.test.coffee | trkaplan/force | 1 | _ = require 'underscore'
Backbone = require 'backbone'
UserEdit = require '../../models/user_edit.coffee'
fabricate = require('antigravity').fabricate
sinon = require 'sinon'
describe 'UserEdit', ->
beforeEach ->
@userEdit = new UserEdit fabricate 'user'
sinon.stub Backbone, 'sync'
afterEach ->
Backb... | 187864 | _ = require 'underscore'
Backbone = require 'backbone'
UserEdit = require '../../models/user_edit.coffee'
fabricate = require('antigravity').fabricate
sinon = require 'sinon'
describe 'UserEdit', ->
beforeEach ->
@userEdit = new UserEdit fabricate 'user'
sinon.stub Backbone, 'sync'
afterEach ->
Backb... | true | _ = require 'underscore'
Backbone = require 'backbone'
UserEdit = require '../../models/user_edit.coffee'
fabricate = require('antigravity').fabricate
sinon = require 'sinon'
describe 'UserEdit', ->
beforeEach ->
@userEdit = new UserEdit fabricate 'user'
sinon.stub Backbone, 'sync'
afterEach ->
Backb... |
[
{
"context": "vgMgr, 'Hue' )\n\n @quadrants = [\n { name1:\"Red\", key: '0', color:\"hsl( 0,100%,50%)\", be",
"end": 266,
"score": 0.9251652359962463,
"start": 263,
"tag": "NAME",
"value": "Red"
},
{
"context": " 0,100%,50%)\", beg:-15, end: 15 }\n { name1:\"Or... | src/augm/show/Hue.coffee | axiom6/aug | 0 |
import {vis} from '../../../lib/pub/draw/Vis.js'
import Palettes from '../../../lib/pub/draw/Palettes.js'
import Radar from './Radar.js'
class Hue extends Radar
constructor:( svgMgr ) ->
super( svgMgr, 'Hue' )
@quadrants = [
{ name1:"Red", key: '0', color:"hsl( 0,100%,50%)", beg:-1... | 154493 |
import {vis} from '../../../lib/pub/draw/Vis.js'
import Palettes from '../../../lib/pub/draw/Palettes.js'
import Radar from './Radar.js'
class Hue extends Radar
constructor:( svgMgr ) ->
super( svgMgr, 'Hue' )
@quadrants = [
{ name1:"<NAME>", key: '0', color:"hsl( 0,100%,50%)", beg... | true |
import {vis} from '../../../lib/pub/draw/Vis.js'
import Palettes from '../../../lib/pub/draw/Palettes.js'
import Radar from './Radar.js'
class Hue extends Radar
constructor:( svgMgr ) ->
super( svgMgr, 'Hue' )
@quadrants = [
{ name1:"PI:NAME:<NAME>END_PI", key: '0', color:"hsl( 0,1... |
[
{
"context": "layer\n rico: ->\n if @neighbor(0,1).key == 'rico'\n blank\n else\n <symbol viewBox=\"0 0 ",
"end": 5504,
"score": 0.9052903652191162,
"start": 5503,
"tag": "KEY",
"value": "o"
},
{
"context": "bel == 'DCi+1,2j' and @neighbor(+4,0).key == 'c:DCi+1,2j+1'... | svgtiler/recursed.coffee | edemaine/recursed-xls2lua | 6 | # Mapping of internal room names to LaTeX label.
# I'm guessing that A_01 and B_10 will be the reference "room i,j"
#
# In order of appearance
nameMap =
# start room
"A00" : "A_{0,0}"
"global_lock" : "\\text{GL}" # "\\gl{}" # too big
# DC gadget needs to be re-done in small_examples to match binary tree versi... | 214603 | # Mapping of internal room names to LaTeX label.
# I'm guessing that A_01 and B_10 will be the reference "room i,j"
#
# In order of appearance
nameMap =
# start room
"A00" : "A_{0,0}"
"global_lock" : "\\text{GL}" # "\\gl{}" # too big
# DC gadget needs to be re-done in small_examples to match binary tree versi... | true | # Mapping of internal room names to LaTeX label.
# I'm guessing that A_01 and B_10 will be the reference "room i,j"
#
# In order of appearance
nameMap =
# start room
"A00" : "A_{0,0}"
"global_lock" : "\\text{GL}" # "\\gl{}" # too big
# DC gadget needs to be re-done in small_examples to match binary tree versi... |
[
{
"context": " `Title` AS `title`, `Password` AS `password`,\n `IrcChannel` AS `irc_cha",
"end": 11617,
"score": 0.9914433360099792,
"start": 11609,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "nelData.title)},\n `Pass... | src/server/datasources/ds.default.coffee | Atanamo/IRC-Gateway | 0 |
## Include libraries
Q = require 'q'
crypto = require 'crypto'
## Include app modules
config = require '../config'
log = require '../logger'
## Include data classes
MysqlDatabaseHandler = require '../databasehandlers/dbh.mysql'
AbstractDatasource = require './ds.abstract'
## Default abstraction of data managing me... | 82489 |
## Include libraries
Q = require 'q'
crypto = require 'crypto'
## Include app modules
config = require '../config'
log = require '../logger'
## Include data classes
MysqlDatabaseHandler = require '../databasehandlers/dbh.mysql'
AbstractDatasource = require './ds.abstract'
## Default abstraction of data managing me... | true |
## Include libraries
Q = require 'q'
crypto = require 'crypto'
## Include app modules
config = require '../config'
log = require '../logger'
## Include data classes
MysqlDatabaseHandler = require '../databasehandlers/dbh.mysql'
AbstractDatasource = require './ds.abstract'
## Default abstraction of data managing me... |
[
{
"context": " {}\n ]\n keys: get: ->\n [\n ['z', 'uuu', '3', 'b'],\n ['g', 'b', 'z', '3'],",
"end": 324,
"score": 0.899425208568573,
"start": 323,
"tag": "KEY",
"value": "z"
},
{
"context": "\n ]\n keys: get: ->\n [\n ['z', 'uuu', '3'... | test/ext-order/order-key.coffee | xinchaobeta/cress-type | 0 | {__test__: {orderKey}} = require 'cress-type/dest/ext-order'
Should = require 'should'
_ = require 'lodash'
describe 'function orderKey', ->
Object.defineProperties (different = {}),
obj: get: ->
[
{b: '', '3': 0, g: null, z: undefined, k: {}},
{}
]
keys: get: ->
[
... | 139023 | {__test__: {orderKey}} = require 'cress-type/dest/ext-order'
Should = require 'should'
_ = require 'lodash'
describe 'function orderKey', ->
Object.defineProperties (different = {}),
obj: get: ->
[
{b: '', '3': 0, g: null, z: undefined, k: {}},
{}
]
keys: get: ->
[
... | true | {__test__: {orderKey}} = require 'cress-type/dest/ext-order'
Should = require 'should'
_ = require 'lodash'
describe 'function orderKey', ->
Object.defineProperties (different = {}),
obj: get: ->
[
{b: '', '3': 0, g: null, z: undefined, k: {}},
{}
]
keys: get: ->
[
... |
[
{
"context": " beforeEach ->\n view.set {\n name: 'Test'\n command: 'echo test'\n wd: '.'\n ",
"end": 363,
"score": 0.9229791760444641,
"start": 359,
"tag": "NAME",
"value": "Test"
},
{
"context": "and', ->\n expect(c).toEqual {\n name: 'Foo... | spec/command-edit-main-pane-spec.coffee | fstiewitz/build-tools-cpp | 3 | CommandEditMainPane = require '../lib/view/command-edit-main-pane'
describe 'Command Edit Main Pane', ->
view = null
beforeEach ->
view = new CommandEditMainPane
afterEach ->
view.destroy?()
it 'has a pane', ->
expect(view.element).toBeDefined()
describe 'On set with a value', ->
beforeE... | 125845 | CommandEditMainPane = require '../lib/view/command-edit-main-pane'
describe 'Command Edit Main Pane', ->
view = null
beforeEach ->
view = new CommandEditMainPane
afterEach ->
view.destroy?()
it 'has a pane', ->
expect(view.element).toBeDefined()
describe 'On set with a value', ->
beforeE... | true | CommandEditMainPane = require '../lib/view/command-edit-main-pane'
describe 'Command Edit Main Pane', ->
view = null
beforeEach ->
view = new CommandEditMainPane
afterEach ->
view.destroy?()
it 'has a pane', ->
expect(view.element).toBeDefined()
describe 'On set with a value', ->
beforeE... |
[
{
"context": "eplace(/^\\/+/, '')\n \n key = [conn.key, root_path].join(':')\n \n return @cache[key] if @cache[key]?\n ",
"end": 291,
"score": 0.8689416646957397,
"start": 278,
"tag": "KEY",
"value": "path].join(':"
}
] | lib/connection.coffee | mattinsler/firebase-work | 2 | q = require 'q'
URL = require 'url'
FirebaseConnection = require './firebase_connection'
class Connection
@cache: {}
@connect: (url) ->
conn = FirebaseConnection.connect(url)
root_path = URL.parse(url).pathname.replace(/^\/+/, '')
key = [conn.key, root_path].join(':')
return @cache[key... | 44011 | q = require 'q'
URL = require 'url'
FirebaseConnection = require './firebase_connection'
class Connection
@cache: {}
@connect: (url) ->
conn = FirebaseConnection.connect(url)
root_path = URL.parse(url).pathname.replace(/^\/+/, '')
key = [conn.key, root_<KEY>')
return @cache[key] if @ca... | true | q = require 'q'
URL = require 'url'
FirebaseConnection = require './firebase_connection'
class Connection
@cache: {}
@connect: (url) ->
conn = FirebaseConnection.connect(url)
root_path = URL.parse(url).pathname.replace(/^\/+/, '')
key = [conn.key, root_PI:KEY:<KEY>END_PI')
return @cach... |
[
{
"context": "umbvalue = ''\noptions = {\nurl: '',\nauth: {\n'user': jenkins_user,\n'pass': jenkins_api\n},\nmethod: 'POST',\nheaders:{",
"end": 1592,
"score": 0.9376921057701111,
"start": 1580,
"tag": "USERNAME",
"value": "jenkins_user"
},
{
"context": "= {\nurl: '',\nauth: {\n'user... | scripts/jenkins/scripts-msteams/restart.coffee | CognizantOneDevOps/OnBot | 4 | #-------------------------------------------------------------------------------
# Copyright 2018 Cognizant Technology Solutions
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at
# ... | 145482 | #-------------------------------------------------------------------------------
# Copyright 2018 Cognizant Technology Solutions
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at
# ... | true | #-------------------------------------------------------------------------------
# Copyright 2018 Cognizant Technology Solutions
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at
# ... |
[
{
"context": " api.account.create\n firstName: firstName\n lastName: lastName\n ema",
"end": 197,
"score": 0.9837586283683777,
"start": 188,
"tag": "NAME",
"value": "firstName"
},
{
"context": " email: email\n password: ... | test/browser/account.coffee | hanzo-io/hanzo.js | 147 | describe 'Api.account (browser)', ->
describe '.create', ->
it 'should create users', ->
user = yield browser.evaluate ->
api.account.create
firstName: firstName
lastName: lastName
email: email
password: goodPass1
passwo... | 43931 | describe 'Api.account (browser)', ->
describe '.create', ->
it 'should create users', ->
user = yield browser.evaluate ->
api.account.create
firstName: <NAME>
lastName: lastName
email: email
password: <PASSWORD>
password... | true | describe 'Api.account (browser)', ->
describe '.create', ->
it 'should create users', ->
user = yield browser.evaluate ->
api.account.create
firstName: PI:NAME:<NAME>END_PI
lastName: lastName
email: email
password: PI:PASSWORD:<PA... |
[
{
"context": "# * Copyright (C) 2013 [Jeff Mesnil](http://jmesnil.net/)\n#\n# The library can be used",
"end": 35,
"score": 0.9998511672019958,
"start": 24,
"tag": "NAME",
"value": "Jeff Mesnil"
},
{
"context": "oc/ | Apache License V2.0\n\n Copyright (C) 2013 [Jeff Mesnil](http://... | node_modules/@stomp/stompjs/src/stomp-node.coffee | cristianBarreto/nem-front-all | 0 | # * Copyright (C) 2013 [Jeff Mesnil](http://jmesnil.net/)
#
# The library can be used in node.js app to connect to STOMP brokers over TCP
# or Web sockets.
###
Stomp Over WebSocket http://www.jmesnil.net/stomp-websocket/doc/ | Apache License V2.0
Copyright (C) 2013 [Jeff Mesnil](http://jmesnil.net/)
###
Stomp ... | 11897 | # * Copyright (C) 2013 [<NAME>](http://jmesnil.net/)
#
# The library can be used in node.js app to connect to STOMP brokers over TCP
# or Web sockets.
###
Stomp Over WebSocket http://www.jmesnil.net/stomp-websocket/doc/ | Apache License V2.0
Copyright (C) 2013 [<NAME>](http://jmesnil.net/)
###
Stomp = require(... | true | # * Copyright (C) 2013 [PI:NAME:<NAME>END_PI](http://jmesnil.net/)
#
# The library can be used in node.js app to connect to STOMP brokers over TCP
# or Web sockets.
###
Stomp Over WebSocket http://www.jmesnil.net/stomp-websocket/doc/ | Apache License V2.0
Copyright (C) 2013 [PI:NAME:<NAME>END_PI](http://jmesnil... |
[
{
"context": "s string formatted as an hexadecimal value (i.e. '01294b7431234b5323f5588ce7d02703'\n @throw If the seed length is not 32 or if it",
"end": 3748,
"score": 0.9996057152748108,
"start": 3716,
"tag": "KEY",
"value": "01294b7431234b5323f5588ce7d02703"
},
{
"context": "s ... | app/src/fup/firmware_update_request.coffee | doged/ledger-wallet-doged-chrome | 1 | ledger.fup ?= {}
States =
Undefined: 0
Erasing: 1
LoadingOldApplication: 2
ReloadingBootloaderFromOs: 3
LoadingBootloader: 4
LoadingReloader: 5
LoadingBootloaderReloader: 6
LoadingOs: 7
InitializingOs: 8
Done: 9
Modes =
Os: 0
Bootloader: 1
Errors =
UnableToRetrieveVersion: ledger.errors.Una... | 28776 | ledger.fup ?= {}
States =
Undefined: 0
Erasing: 1
LoadingOldApplication: 2
ReloadingBootloaderFromOs: 3
LoadingBootloader: 4
LoadingReloader: 5
LoadingBootloaderReloader: 6
LoadingOs: 7
InitializingOs: 8
Done: 9
Modes =
Os: 0
Bootloader: 1
Errors =
UnableToRetrieveVersion: ledger.errors.Una... | true | ledger.fup ?= {}
States =
Undefined: 0
Erasing: 1
LoadingOldApplication: 2
ReloadingBootloaderFromOs: 3
LoadingBootloader: 4
LoadingReloader: 5
LoadingBootloaderReloader: 6
LoadingOs: 7
InitializingOs: 8
Done: 9
Modes =
Os: 0
Bootloader: 1
Errors =
UnableToRetrieveVersion: ledger.errors.Una... |
[
{
"context": " type: 'agent'\n bucket: 'agent'\n key: '7ec23d7d-9522-478c-97a4-2f577335e023'\n content:\n content_type: 'applicatio",
"end": 1092,
"score": 0.9997471570968628,
"start": 1056,
"tag": "KEY",
"value": "7ec23d7d-9522-478c-97a4-2f577335e023"
},
{
"co... | test/agent/Model.coffee | joukou/joukou-api | 0 | ###*
Copyright 2014 Joukou Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... | 219484 | ###*
Copyright 2014 Joukou Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... | true | ###*
Copyright 2014 Joukou Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... |
[
{
"context": "DB './mochaTest.json'\n user =\n username: 'dreyacosta'\n name: 'David'\n blog: 'dreyacosta.com'",
"end": 2415,
"score": 0.9996777772903442,
"start": 2405,
"tag": "USERNAME",
"value": "dreyacosta"
},
{
"context": " user =\n username: 'dreyacosta'\... | specs/somewhereSpec.coffee | dreyacosta/somewhere.js | 27 | 'use strict'
expect = require('chai').expect
DB = require '../index'
describe "JSONdb module", ->
describe "Memory and disk persistence", ->
it "should set new database path", ->
db = new DB './database.json'
expect(db.databasePath).to.equal './database.json'
it "should write first record on me... | 109027 | 'use strict'
expect = require('chai').expect
DB = require '../index'
describe "JSONdb module", ->
describe "Memory and disk persistence", ->
it "should set new database path", ->
db = new DB './database.json'
expect(db.databasePath).to.equal './database.json'
it "should write first record on me... | true | 'use strict'
expect = require('chai').expect
DB = require '../index'
describe "JSONdb module", ->
describe "Memory and disk persistence", ->
it "should set new database path", ->
db = new DB './database.json'
expect(db.databasePath).to.equal './database.json'
it "should write first record on me... |
[
{
"context": "ri: \"https://bsc-dataseed.binance.org/\"\n\napiKey: \"CHANGEME\"\n\ninvoices:\n minConfirmations: 1\n\npublic:\n allo",
"end": 98,
"score": 0.979032039642334,
"start": 90,
"tag": "KEY",
"value": "CHANGEME"
},
{
"context": ":\n minConfirmations: 1\n\npublic:\n allow... | config/default.cson | sotblad/decentrapay | 0 | listen: 8000
provider:
type: "rpc"
uri: "https://bsc-dataseed.binance.org/"
apiKey: "CHANGEME"
invoices:
minConfirmations: 1
public:
allowTokens: ['WMUE']
contracts:
WMUE:
address: "0x00abaa93faf8fdc4f382135a7a56f9cf7c3edd21" # Mainnet
| 191389 | listen: 8000
provider:
type: "rpc"
uri: "https://bsc-dataseed.binance.org/"
apiKey: "<KEY>"
invoices:
minConfirmations: 1
public:
allowTokens: ['<KEY>']
contracts:
WMUE:
address: "0x00abaa93faf8fdc4f382135a7a56f9cf7c3edd21" # Mainnet
| true | listen: 8000
provider:
type: "rpc"
uri: "https://bsc-dataseed.binance.org/"
apiKey: "PI:KEY:<KEY>END_PI"
invoices:
minConfirmations: 1
public:
allowTokens: ['PI:KEY:<KEY>END_PI']
contracts:
WMUE:
address: "0x00abaa93faf8fdc4f382135a7a56f9cf7c3edd21" # Mainnet
|
[
{
"context": " beforeEach ->\n input.value('bob')\n emit(input.node(), 'input')\n ",
"end": 12231,
"score": 0.9726568460464478,
"start": 12228,
"tag": "NAME",
"value": "bob"
}
] | src/components/date-picker/spec.coffee | p-koscielniak/hexagonjs | 0 | import chai from 'chai'
import { select, div } from 'utils/selection'
import logger from 'utils/logger'
import { preferences } from 'utils/preferences'
import { DatePicker } from 'components/date-picker'
import { config as dropdownConfig } from 'components/dropdown'
import emit from 'test/utils/fake-event'
import in... | 64412 | import chai from 'chai'
import { select, div } from 'utils/selection'
import logger from 'utils/logger'
import { preferences } from 'utils/preferences'
import { DatePicker } from 'components/date-picker'
import { config as dropdownConfig } from 'components/dropdown'
import emit from 'test/utils/fake-event'
import in... | true | import chai from 'chai'
import { select, div } from 'utils/selection'
import logger from 'utils/logger'
import { preferences } from 'utils/preferences'
import { DatePicker } from 'components/date-picker'
import { config as dropdownConfig } from 'components/dropdown'
import emit from 'test/utils/fake-event'
import in... |
[
{
"context": "0-e4a1-4de3-b8a3-20d4db3d3481\"\n name: \"Livre\"\n matter: [\n {\n ",
"end": 419,
"score": 0.9438744783401489,
"start": 414,
"tag": "NAME",
"value": "Livre"
},
{
"context": "308-88ad-9489f1a44bb2\"\n name: ... | general/locco/document.spec.coffee | DrJekyllandMrHyde/chocolate | 41 | Document = require '../../general/locco/document'
describe 'Document', ->
it 'should create a Document with no input', ->
expect((new Document) instanceof Document).toBeTruthy()
expect(typeof (new Document).uuid).toEqual('string')
it 'should create a Document with a simple input', ->
do... | 220496 | Document = require '../../general/locco/document'
describe 'Document', ->
it 'should create a Document with no input', ->
expect((new Document) instanceof Document).toBeTruthy()
expect(typeof (new Document).uuid).toEqual('string')
it 'should create a Document with a simple input', ->
do... | true | Document = require '../../general/locco/document'
describe 'Document', ->
it 'should create a Document with no input', ->
expect((new Document) instanceof Document).toBeTruthy()
expect(typeof (new Document).uuid).toEqual('string')
it 'should create a Document with a simple input', ->
do... |
[
{
"context": "resolve) ->\n resolve\n id: id\n name: 'Kitty'\n)",
"end": 160,
"score": 0.9993953704833984,
"start": 155,
"tag": "NAME",
"value": "Kitty"
}
] | app/api/resources/cat.coffee | dlepaux/mithril-isomorphic-kitstarter | 3 | 'use strict'
# Requires
Promise = require('promise')
module.exports = cat: get: (id) ->
new Promise((resolve) ->
resolve
id: id
name: 'Kitty'
) | 39315 | 'use strict'
# Requires
Promise = require('promise')
module.exports = cat: get: (id) ->
new Promise((resolve) ->
resolve
id: id
name: '<NAME>'
) | true | 'use strict'
# Requires
Promise = require('promise')
module.exports = cat: get: (id) ->
new Promise((resolve) ->
resolve
id: id
name: 'PI:NAME:<NAME>END_PI'
) |
[
{
"context": "elago_-adults_and_chicks-8.jpg\" title=\"Uploaded by snowmanradio\">Background image by Liam Quinn from Canada<",
"end": 372,
"score": 0.5334264039993286,
"start": 365,
"tag": "USERNAME",
"value": "snowman"
},
{
"context": "tle=\"Uploaded by snowmanradio\">Background im... | attribute-background-image.coffee | zooniverse/penguinwatch | 0 | document.body.insertAdjacentHTML 'beforeEnd', '''
<div id="background-image-attribution">
<a href="http://commons.wikimedia.org/wiki/File:Pygoscelis_papua_-Jougla_Point,_Wiencke_Island,_Palmer_Archipelago_-adults_and_chicks-8.jpg#mediaviewer/File:Pygoscelis_papua_-Jougla_Point,_Wiencke_Island,_Palmer_Archipelago_... | 139224 | document.body.insertAdjacentHTML 'beforeEnd', '''
<div id="background-image-attribution">
<a href="http://commons.wikimedia.org/wiki/File:Pygoscelis_papua_-Jougla_Point,_Wiencke_Island,_Palmer_Archipelago_-adults_and_chicks-8.jpg#mediaviewer/File:Pygoscelis_papua_-Jougla_Point,_Wiencke_Island,_Palmer_Archipelago_... | true | document.body.insertAdjacentHTML 'beforeEnd', '''
<div id="background-image-attribution">
<a href="http://commons.wikimedia.org/wiki/File:Pygoscelis_papua_-Jougla_Point,_Wiencke_Island,_Palmer_Archipelago_-adults_and_chicks-8.jpg#mediaviewer/File:Pygoscelis_papua_-Jougla_Point,_Wiencke_Island,_Palmer_Archipelago_... |
[
{
"context": "blesorter.com\n###\n\nlast_name_options =\n id: 'last_name' # the parser na",
"end": 170,
"score": 0.7529597282409668,
"start": 166,
"tag": "NAME",
"value": "last"
}
] | app/assets/javascripts/members/mem_indx_table.js.coffee | andyl/BAMRU-Private | 1 | ###
This is jQuery code that manages the
table sorting on the members/index page.
Table sorter plugin at: http://tablesorter.com
###
last_name_options =
id: 'last_name' # the parser name
is: (s) -> false # disable standard parser
type: 'text' ... | 180756 | ###
This is jQuery code that manages the
table sorting on the members/index page.
Table sorter plugin at: http://tablesorter.com
###
last_name_options =
id: '<NAME>_name' # the parser name
is: (s) -> false # disable standard parser
type: 'text' ... | true | ###
This is jQuery code that manages the
table sorting on the members/index page.
Table sorter plugin at: http://tablesorter.com
###
last_name_options =
id: 'PI:NAME:<NAME>END_PI_name' # the parser name
is: (s) -> false # disable standard parser
typ... |
[
{
"context": "orm Javascript Library\n\n URL: https://github.com/jondavidjohn/payform\n Author: Jonathan D. Johnson <me@jondavi",
"end": 72,
"score": 0.8233920335769653,
"start": 60,
"tag": "USERNAME",
"value": "jondavidjohn"
},
{
"context": " https://github.com/jondavidjohn/payfor... | src/payform.coffee | nickpresta/payform | 3 | ###
Payform Javascript Library
URL: https://github.com/jondavidjohn/payform
Author: Jonathan D. Johnson <me@jondavidjohn.com>
License: MIT
Version: 1.0.2
###
((name, definition) ->
if module?
module.exports = definition()
else if typeof define is 'function' and typeof define.amd is 'object'
defin... | 22872 | ###
Payform Javascript Library
URL: https://github.com/jondavidjohn/payform
Author: <NAME> <<EMAIL>>
License: MIT
Version: 1.0.2
###
((name, definition) ->
if module?
module.exports = definition()
else if typeof define is 'function' and typeof define.amd is 'object'
define(name, definition)
els... | true | ###
Payform Javascript Library
URL: https://github.com/jondavidjohn/payform
Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
License: MIT
Version: 1.0.2
###
((name, definition) ->
if module?
module.exports = definition()
else if typeof define is 'function' and typeof define.amd is 'object'
d... |
[
{
"context": "5.github.com/#x15.2.3.2\n \n # https://github.com/kriskowal/es5-shim/issues#issue/2\n # http://ejohn.org/blog",
"end": 494,
"score": 0.9878845810890198,
"start": 485,
"tag": "USERNAME",
"value": "kriskowal"
},
{
"context": ".org/blog/objectgetprototypeof/\n # recomm... | lib/generators/app/templates/coffeescript/assets/vendor/es5-sham.coffee | technicolorenvy/rendr-cli | 1 | # Copyright 2009-2012 by contributors, MIT License
# vim: ts=4 sts=4 sw=4 expandtab
# Module systems magic dance
((definition) ->
# RequireJS
if typeof define is "function"
define definition
# YUI3
else if typeof YUI is "function"
YUI.add "es5-sham", definition
# CommonJS and <script>
else... | 130072 | # Copyright 2009-2012 by contributors, MIT License
# vim: ts=4 sts=4 sw=4 expandtab
# Module systems magic dance
((definition) ->
# RequireJS
if typeof define is "function"
define definition
# YUI3
else if typeof YUI is "function"
YUI.add "es5-sham", definition
# CommonJS and <script>
else... | true | # Copyright 2009-2012 by contributors, MIT License
# vim: ts=4 sts=4 sw=4 expandtab
# Module systems magic dance
((definition) ->
# RequireJS
if typeof define is "function"
define definition
# YUI3
else if typeof YUI is "function"
YUI.add "es5-sham", definition
# CommonJS and <script>
else... |
[
{
"context": " p = @map.latLngToLayerPoint(ll)\n key = \"#{Math.round(p.x / @clusterWidth)}_#{Math.round(p.y / @clusterHe",
"end": 4069,
"score": 0.7874150276184082,
"start": 4057,
"tag": "KEY",
"value": "Math.round(p"
},
{
"context": "\n key = \"#{Math.round(p.x / @clu... | src/weather/leaflet-layer.coffee | idress4weather/m | 9 | Icon = L.Icon.extend
options:
popupAnchor: new L.Point(0, -25)
initialize: (options) ->
L.Util.setOptions(this, options)
createIcon: ->
div = document.createElement('div')
div.className = 'leaflet-marker-icon weather-icon'
div.style['margin'] = '-30px 0px 0px -30px'
div.style['width'] =... | 83496 | Icon = L.Icon.extend
options:
popupAnchor: new L.Point(0, -25)
initialize: (options) ->
L.Util.setOptions(this, options)
createIcon: ->
div = document.createElement('div')
div.className = 'leaflet-marker-icon weather-icon'
div.style['margin'] = '-30px 0px 0px -30px'
div.style['width'] =... | true | Icon = L.Icon.extend
options:
popupAnchor: new L.Point(0, -25)
initialize: (options) ->
L.Util.setOptions(this, options)
createIcon: ->
div = document.createElement('div')
div.className = 'leaflet-marker-icon weather-icon'
div.style['margin'] = '-30px 0px 0px -30px'
div.style['width'] =... |
[
{
"context": "#\n# Copyright (c) 2011 Hidden\n# Copyright (c) 2012 Marc René Arns\n# Released under the MIT, BSD, and GPL Licenses.\n",
"end": 133,
"score": 0.9998798370361328,
"start": 119,
"tag": "NAME",
"value": "Marc René Arns"
}
] | node_modules/EVE/src/eve.coffee | NUDelta/guide | 4 | # EVE
#
# A JavaScript object schema, processor and validation lib.
#
# Copyright (c) 2011 Hidden
# Copyright (c) 2012 Marc René Arns
# Released under the MIT, BSD, and GPL Licenses.
eve = {}
validator = require "./validator"
type = require "./type"
require "./number"
require "./string"
require "./date"
require "./ob... | 16745 | # EVE
#
# A JavaScript object schema, processor and validation lib.
#
# Copyright (c) 2011 Hidden
# Copyright (c) 2012 <NAME>
# Released under the MIT, BSD, and GPL Licenses.
eve = {}
validator = require "./validator"
type = require "./type"
require "./number"
require "./string"
require "./date"
require "./object"
re... | true | # EVE
#
# A JavaScript object schema, processor and validation lib.
#
# Copyright (c) 2011 Hidden
# Copyright (c) 2012 PI:NAME:<NAME>END_PI
# Released under the MIT, BSD, and GPL Licenses.
eve = {}
validator = require "./validator"
type = require "./type"
require "./number"
require "./string"
require "./date"
require... |
[
{
"context": "> users: {client_id: user.clientId, id: 1, name: \"wes\"}\n @server.r 'POST:/groups', (xhr) ->\n ",
"end": 595,
"score": 0.9981207847595215,
"start": 592,
"tag": "NAME",
"value": "wes"
},
{
"context": "groups: {client_id: group.clientId, id: 2, name: \"brogram... | test/rest/rest.acceptance.coffee | travisperson/coalesce | 18 | `import Model from 'coalesce/model/model'`
`import Context from 'coalesce/rest/context'`
`import {postWithComments, groupWithMembersWithUsers} from '../support/configs'`
`import {delay} from '../support/async'`
describe "rest acceptance scenarios", ->
lazy 'context', -> new Context
lazy 'session', -> @context.ne... | 144565 | `import Model from 'coalesce/model/model'`
`import Context from 'coalesce/rest/context'`
`import {postWithComments, groupWithMembersWithUsers} from '../support/configs'`
`import {delay} from '../support/async'`
describe "rest acceptance scenarios", ->
lazy 'context', -> new Context
lazy 'session', -> @context.ne... | true | `import Model from 'coalesce/model/model'`
`import Context from 'coalesce/rest/context'`
`import {postWithComments, groupWithMembersWithUsers} from '../support/configs'`
`import {delay} from '../support/async'`
describe "rest acceptance scenarios", ->
lazy 'context', -> new Context
lazy 'session', -> @context.ne... |
[
{
"context": "###\n * bag\n * getbag.io\n *\n * Copyright (c) 2015 Ryan Gaus\n * Licensed under the MIT license.\n###\nuuid = req",
"end": 58,
"score": 0.9998376369476318,
"start": 49,
"tag": "NAME",
"value": "Ryan Gaus"
}
] | src/controllers/bag_controller.coffee | 1egoman/bag-node | 0 | ###
* bag
* getbag.io
*
* Copyright (c) 2015 Ryan Gaus
* Licensed under the MIT license.
###
uuid = require "uuid"
Bag = require "../models/bag_model"
# get a bag of all lists
# GET /bag
exports.index = (req, res) ->
Bag.findOne user: req.user._id, (err, data) ->
if err
res.send
status: "bag.e... | 103564 | ###
* bag
* getbag.io
*
* Copyright (c) 2015 <NAME>
* Licensed under the MIT license.
###
uuid = require "uuid"
Bag = require "../models/bag_model"
# get a bag of all lists
# GET /bag
exports.index = (req, res) ->
Bag.findOne user: req.user._id, (err, data) ->
if err
res.send
status: "bag.erro... | true | ###
* bag
* getbag.io
*
* Copyright (c) 2015 PI:NAME:<NAME>END_PI
* Licensed under the MIT license.
###
uuid = require "uuid"
Bag = require "../models/bag_model"
# get a bag of all lists
# GET /bag
exports.index = (req, res) ->
Bag.findOne user: req.user._id, (err, data) ->
if err
res.send
sta... |
[
{
"context": " проставим имя пользователя\n\tusername = $.cookie('username')\t\n\t$('#username').html username\n\n\n# Установление",
"end": 902,
"score": 0.9087540507316589,
"start": 894,
"tag": "USERNAME",
"value": "username"
},
{
"context": " JSON.stringify\n\t\t\tfilename: filenam... | server.coffee | agershun/minday | 0 | ##################################
# Minday 0.009 Lykia
# server.coffee
# Реализация кооперативной работы
#################################
username = ""
filename = "minday.mdy"
cometStatus = off
# Устанавливаем меню
setMenuServer =->
$(".server_changeuser").click serverChangeUser
$(".server_open").click serverOpe... | 69038 | ##################################
# Minday 0.009 Lykia
# server.coffee
# Реализация кооперативной работы
#################################
username = ""
filename = "minday.mdy"
cometStatus = off
# Устанавливаем меню
setMenuServer =->
$(".server_changeuser").click serverChangeUser
$(".server_open").click serverOpe... | true | ##################################
# Minday 0.009 Lykia
# server.coffee
# Реализация кооперативной работы
#################################
username = ""
filename = "minday.mdy"
cometStatus = off
# Устанавливаем меню
setMenuServer =->
$(".server_changeuser").click serverChangeUser
$(".server_open").click serverOpe... |
[
{
"context": "ates a new user', ->\n Users.insert { email: 'craigspaeth@gmail.com', password: 'footothebar' }, (err, user) ->\n ",
"end": 523,
"score": 0.9999246597290039,
"start": 502,
"tag": "EMAIL",
"value": "craigspaeth@gmail.com"
},
{
"context": "sert { email: 'craigspa... | test/dal/user.coffee | craigspaeth/nfd-api | 0 | _ = require 'underscore'
rewire = require 'rewire'
Users = rewire '../../dal/users'
sinon = require 'sinon'
collectionStub = require '../helpers/collection-stub'
describe 'users', ->
beforeEach ->
Users.__set__ 'bcrypt', hash: (pwd, len, cb) -> cb null, 'foohash'
Users.collection = collectionStub()
Us... | 106460 | _ = require 'underscore'
rewire = require 'rewire'
Users = rewire '../../dal/users'
sinon = require 'sinon'
collectionStub = require '../helpers/collection-stub'
describe 'users', ->
beforeEach ->
Users.__set__ 'bcrypt', hash: (pwd, len, cb) -> cb null, 'foohash'
Users.collection = collectionStub()
Us... | true | _ = require 'underscore'
rewire = require 'rewire'
Users = rewire '../../dal/users'
sinon = require 'sinon'
collectionStub = require '../helpers/collection-stub'
describe 'users', ->
beforeEach ->
Users.__set__ 'bcrypt', hash: (pwd, len, cb) -> cb null, 'foohash'
Users.collection = collectionStub()
Us... |
[
{
"context": " host: 'data123.mongolab.com'\n username: 'heroku_user'\n password: 'asdfasdfasdf'\n\n result = Tow",
"end": 471,
"score": 0.9996210932731628,
"start": 460,
"tag": "USERNAME",
"value": "heroku_user"
},
{
"context": "m'\n username: 'heroku_user'\n ... | test/cases/store/server/mongodbTest.coffee | jivagoalves/tower | 1 | describe 'Tower.StoreMongodb', ->
__config = null
config = null
beforeEach ->
__config = Tower.StoreMongodb.config
config = Tower.StoreMongodb.config = {}
afterEach ->
Tower.StoreMongodb.config = __config
test 'url', ->
config.url = 'mongodb://heroku_user:asdfasdfasdf@data123.mo... | 114038 | describe 'Tower.StoreMongodb', ->
__config = null
config = null
beforeEach ->
__config = Tower.StoreMongodb.config
config = Tower.StoreMongodb.config = {}
afterEach ->
Tower.StoreMongodb.config = __config
test 'url', ->
config.url = 'mongodb://heroku_user:asdfasdfasdf@data123.mo... | true | describe 'Tower.StoreMongodb', ->
__config = null
config = null
beforeEach ->
__config = Tower.StoreMongodb.config
config = Tower.StoreMongodb.config = {}
afterEach ->
Tower.StoreMongodb.config = __config
test 'url', ->
config.url = 'mongodb://heroku_user:asdfasdfasdf@data123.mo... |
[
{
"context": "lert \"Galloping...\"\n super 45\n\nsam: new Snake \"Sammy the Python\"\ntom: new Horse \"Tommy the Palomino\"\n\nsam.move()\n",
"end": 348,
"score": 0.9982207417488098,
"start": 332,
"tag": "NAME",
"value": "Sammy the Python"
},
{
"context": "sam: new Snake \"Sammy ... | lib/coffee/lib/coffee-script/documentation/coffee/classes.coffee | InfinitelLoop/website-3 | 2 | class Animal
move: (meters) ->
alert @name + " moved " + meters + "m."
class Snake extends Animal
constructor: (name) ->
@name: name
move: ->
alert "Slithering..."
super 5
class Horse extends Animal
constructor: (name) ->
@name: name
move: ->
alert "Galloping..."
super 45
sam:... | 171955 | class Animal
move: (meters) ->
alert @name + " moved " + meters + "m."
class Snake extends Animal
constructor: (name) ->
@name: name
move: ->
alert "Slithering..."
super 5
class Horse extends Animal
constructor: (name) ->
@name: name
move: ->
alert "Galloping..."
super 45
sam:... | true | class Animal
move: (meters) ->
alert @name + " moved " + meters + "m."
class Snake extends Animal
constructor: (name) ->
@name: name
move: ->
alert "Slithering..."
super 5
class Horse extends Animal
constructor: (name) ->
@name: name
move: ->
alert "Galloping..."
super 45
sam:... |
[
{
"context": "esources\n username: params?.u\n password: params?.p\n returnroute: params?.returnroute\n applic",
"end": 1820,
"score": 0.9945248961448669,
"start": 1811,
"tag": "PASSWORD",
"value": "params?.p"
},
{
"context": " userToken = new UserToken.Model\n ... | Web.App/app/modules/common/controller.coffee | vip32/eventfeedback | 0 | application = require 'application'
Controller = require '../../lib/base/controller'
UserProfile = require '../../models/userprofile'
UserToken = require '../../models/usertoken'
vent = require 'vent'
settings = require 'settings'
user = require 'user'
config = require 'config'
module.exports = class Controller extend... | 185729 | application = require 'application'
Controller = require '../../lib/base/controller'
UserProfile = require '../../models/userprofile'
UserToken = require '../../models/usertoken'
vent = require 'vent'
settings = require 'settings'
user = require 'user'
config = require 'config'
module.exports = class Controller extend... | true | application = require 'application'
Controller = require '../../lib/base/controller'
UserProfile = require '../../models/userprofile'
UserToken = require '../../models/usertoken'
vent = require 'vent'
settings = require 'settings'
user = require 'user'
config = require 'config'
module.exports = class Controller extend... |
[
{
"context": "=\n username: null\n email: null\n password: null\n code: null\n\n link: (scope, elem, attr, ctrl)",
"end": 82,
"score": 0.9988679885864258,
"start": 78,
"tag": "PASSWORD",
"value": "null"
}
] | h/js/directives.coffee | balupton/h | 0 | authentication = ->
base =
username: null
email: null
password: null
code: null
link: (scope, elem, attr, ctrl) ->
angular.extend scope, base
controller: [
'$scope', 'authentication',
($scope, authentication) ->
$scope.$on '$reset', => angular.extend $scope, base
$scope... | 144730 | authentication = ->
base =
username: null
email: null
password: <PASSWORD>
code: null
link: (scope, elem, attr, ctrl) ->
angular.extend scope, base
controller: [
'$scope', 'authentication',
($scope, authentication) ->
$scope.$on '$reset', => angular.extend $scope, base
... | true | authentication = ->
base =
username: null
email: null
password: PI:PASSWORD:<PASSWORD>END_PI
code: null
link: (scope, elem, attr, ctrl) ->
angular.extend scope, base
controller: [
'$scope', 'authentication',
($scope, authentication) ->
$scope.$on '$reset', => angular.extend $s... |
[
{
"context": ">\n yield [\n new User(username: 'bogus').validate().should.be.fulfilled\n new ",
"end": 861,
"score": 0.999636709690094,
"start": 856,
"tag": "USERNAME",
"value": "bogus"
},
{
"context": "ould.be.fulfilled\n new User(username: 'b... | test/validation.coffee | bgaeddert/bookshelf-schema | 44 | Bookshelf = require 'bookshelf'
CheckIt = require 'checkit'
Schema = require '../src/'
init = require './init'
Fields = require '../src/fields'
{StringField, IntField, EmailField} = Fields
describe "Validation", ->
this.timeout 3000
db = null
User = null
before ->
db = init.init()
init... | 11733 | Bookshelf = require 'bookshelf'
CheckIt = require 'checkit'
Schema = require '../src/'
init = require './init'
Fields = require '../src/fields'
{StringField, IntField, EmailField} = Fields
describe "Validation", ->
this.timeout 3000
db = null
User = null
before ->
db = init.init()
init... | true | Bookshelf = require 'bookshelf'
CheckIt = require 'checkit'
Schema = require '../src/'
init = require './init'
Fields = require '../src/fields'
{StringField, IntField, EmailField} = Fields
describe "Validation", ->
this.timeout 3000
db = null
User = null
before ->
db = init.init()
init... |
[
{
"context": "idth]']\n ],\n [[\n key: '.box$12322', values: {'::window[width]': document.documentEl",
"end": 8104,
"score": 0.9984109401702881,
"start": 8093,
"tag": "KEY",
"value": "'.box$12322"
}
] | spec/command.coffee | kevinSuttle/engine | 1,203 | Engine = GSS.Engine #require 'gss-engine/lib/Engine.js'
remove = (el) ->
el.parentNode.removeChild(el)
stringify = JSON.stringify
stringify = (o) -> o
expect = chai.expect
assert = chai.assert
describe 'GSS commands', ->
scope = null
engine = null
beforeEach ->
fixtures = document.getElementById 'fixtur... | 199064 | Engine = GSS.Engine #require 'gss-engine/lib/Engine.js'
remove = (el) ->
el.parentNode.removeChild(el)
stringify = JSON.stringify
stringify = (o) -> o
expect = chai.expect
assert = chai.assert
describe 'GSS commands', ->
scope = null
engine = null
beforeEach ->
fixtures = document.getElementById 'fixtur... | true | Engine = GSS.Engine #require 'gss-engine/lib/Engine.js'
remove = (el) ->
el.parentNode.removeChild(el)
stringify = JSON.stringify
stringify = (o) -> o
expect = chai.expect
assert = chai.assert
describe 'GSS commands', ->
scope = null
engine = null
beforeEach ->
fixtures = document.getElementById 'fixtur... |
[
{
"context": " 5000 if @isIPadApp() # if me.displayName() is 'Nick'\n\n initVolume: ->\n volume = me.get('volume')\n",
"end": 11147,
"score": 0.986789882183075,
"start": 11143,
"tag": "NAME",
"value": "Nick"
},
{
"context": "ion.get('team')] = session.get('creatorName') or 'Ano... | app/views/play/level/PlayLevelView.coffee | pougounias/codecombat | 0 | RootView = require 'views/core/RootView'
template = require 'templates/play/level'
{me} = require 'core/auth'
ThangType = require 'models/ThangType'
utils = require 'core/utils'
storage = require 'core/storage'
{createAetherOptions} = require 'lib/aether_utils'
# tools
Surface = require 'lib/surface/Surface'
God = req... | 210286 | RootView = require 'views/core/RootView'
template = require 'templates/play/level'
{me} = require 'core/auth'
ThangType = require 'models/ThangType'
utils = require 'core/utils'
storage = require 'core/storage'
{createAetherOptions} = require 'lib/aether_utils'
# tools
Surface = require 'lib/surface/Surface'
God = req... | true | RootView = require 'views/core/RootView'
template = require 'templates/play/level'
{me} = require 'core/auth'
ThangType = require 'models/ThangType'
utils = require 'core/utils'
storage = require 'core/storage'
{createAetherOptions} = require 'lib/aether_utils'
# tools
Surface = require 'lib/surface/Surface'
God = req... |
[
{
"context": "3 Flarebyte.com Ltd. All rights reserved.\nCreator: Olivier Huin\nContributors:\n###\n\n'use strict'\n\nclient = require",
"end": 151,
"score": 0.9998672604560852,
"start": 139,
"tag": "NAME",
"value": "Olivier Huin"
},
{
"context": "UserContext= (req)->\n uctx=\n o... | nodejs/flarebyte.net/0.8/node/flaming/routes/api.coffee | flarebyte/wonderful-bazar | 0 | ###
GENERATED - DO NOT EDIT - Tue Jan 14 2014 22:25:31 GMT+0000 (GMT)
Copyright (c) 2013 Flarebyte.com Ltd. All rights reserved.
Creator: Olivier Huin
Contributors:
###
'use strict'
client = require('flaming-magma-client')
getUserContext= (req)->
uctx=
ownerRef: "email:magma.test.u1.77225432@flarebyte.com"
... | 94741 | ###
GENERATED - DO NOT EDIT - Tue Jan 14 2014 22:25:31 GMT+0000 (GMT)
Copyright (c) 2013 Flarebyte.com Ltd. All rights reserved.
Creator: <NAME>
Contributors:
###
'use strict'
client = require('flaming-magma-client')
getUserContext= (req)->
uctx=
ownerRef: "email:<EMAIL>"
universeId: "magma:f/universe/tes... | true | ###
GENERATED - DO NOT EDIT - Tue Jan 14 2014 22:25:31 GMT+0000 (GMT)
Copyright (c) 2013 Flarebyte.com Ltd. All rights reserved.
Creator: PI:NAME:<NAME>END_PI
Contributors:
###
'use strict'
client = require('flaming-magma-client')
getUserContext= (req)->
uctx=
ownerRef: "email:PI:EMAIL:<EMAIL>END_PI"
univ... |
[
{
"context": "Each ->\n @artwork = new Artwork artist: name: 'Foo Bar'\n\n describe 'sans partner', ->\n it 'returns t",
"end": 230,
"score": 0.9986807107925415,
"start": 223,
"tag": "NAME",
"value": "Foo Bar"
}
] | src/desktop/components/contact/test/default_message.coffee | kanaabe/force | 1 | Artwork = require '../../../models/artwork'
Partner = require '../../../models/partner'
defaultMessage = require '../default_message'
describe 'defaultMessage', ->
beforeEach ->
@artwork = new Artwork artist: name: 'Foo Bar'
describe 'sans partner', ->
it 'returns the default message', ->
defaultMes... | 183509 | Artwork = require '../../../models/artwork'
Partner = require '../../../models/partner'
defaultMessage = require '../default_message'
describe 'defaultMessage', ->
beforeEach ->
@artwork = new Artwork artist: name: '<NAME>'
describe 'sans partner', ->
it 'returns the default message', ->
defaultMess... | true | Artwork = require '../../../models/artwork'
Partner = require '../../../models/partner'
defaultMessage = require '../default_message'
describe 'defaultMessage', ->
beforeEach ->
@artwork = new Artwork artist: name: 'PI:NAME:<NAME>END_PI'
describe 'sans partner', ->
it 'returns the default message', ->
... |
[
{
"context": "uTube result.'\n version: '0.5'\n authors: [\n 'Tunnecino @ ignitae.com',\n 'Álvaro Cuesta'\n ]\n",
"end": 2000,
"score": 0.8436197638511658,
"start": 1999,
"tag": "USERNAME",
"value": "T"
},
{
"context": "Tube result.'\n version: '0.5'\n authors: [\n 'Tun... | plugins/youtube.coffee | Arrogance/nerdobot | 1 | request = require('request')
watchURL = (v) ->
"http://youtu.be/#{v}"
module.exports = ({results, random, options}) ->
results ?= 1
random ?= false
searchURL = (q) ->
q = encodeURIComponent q
if options?
query = '&' + ("#{k}=#{v}" for k, v of options).join '&'
else
query = ''
"... | 172428 | request = require('request')
watchURL = (v) ->
"http://youtu.be/#{v}"
module.exports = ({results, random, options}) ->
results ?= 1
random ?= false
searchURL = (q) ->
q = encodeURIComponent q
if options?
query = '&' + ("#{k}=#{v}" for k, v of options).join '&'
else
query = ''
"... | true | request = require('request')
watchURL = (v) ->
"http://youtu.be/#{v}"
module.exports = ({results, random, options}) ->
results ?= 1
random ?= false
searchURL = (q) ->
q = encodeURIComponent q
if options?
query = '&' + ("#{k}=#{v}" for k, v of options).join '&'
else
query = ''
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.