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": " uuid: 'whoever-uuid'\n token: 'some-token'\n responseId: 'its-electric'\n ", "end": 1675, "score": 0.9835603833198547, "start": 1665, "tag": "KEY", "value": "some-token" }, { "context": "auth).to.deep.equal uuid: 'someone-uuid', to...
test/enqueue-webhook-spec.coffee
octoblu/meshblu-core-task-enqueue-webhooks
0
{describe,beforeEach,it,expect} = global uuid = require 'uuid' redis = require 'fakeredis' mongojs = require 'mongojs' Datastore = require 'meshblu-core-datastore' JobManager = require 'meshblu-core-job-manager' RedisNS = require '@octoblu/redis-ns' EnqueueWebhooks = requ...
103701
{describe,beforeEach,it,expect} = global uuid = require 'uuid' redis = require 'fakeredis' mongojs = require 'mongojs' Datastore = require 'meshblu-core-datastore' JobManager = require 'meshblu-core-job-manager' RedisNS = require '@octoblu/redis-ns' EnqueueWebhooks = requ...
true
{describe,beforeEach,it,expect} = global uuid = require 'uuid' redis = require 'fakeredis' mongojs = require 'mongojs' Datastore = require 'meshblu-core-datastore' JobManager = require 'meshblu-core-job-manager' RedisNS = require '@octoblu/redis-ns' EnqueueWebhooks = requ...
[ { "context": "escribe 'ingress: badges', ->\n user =\n name: 'user'\n id: 'U123'\n robot =\n respond: sinon.spy(", "end": 154, "score": 0.9994454979896545, "start": 150, "tag": "USERNAME", "value": "user" }, { "context": ",\n ':p-a-chapeau-2:',\n ':su...
test/badges-test.coffee
adglueck/hubot-ingress
52
chai = require 'chai' sinon = require 'sinon' chai.use require 'sinon-chai' expect = chai.expect describe 'ingress: badges', -> user = name: 'user' id: 'U123' robot = respond: sinon.spy() hear: sinon.spy() brain: on: (_, cb) -> cb() data: { ingressBadges: { ...
129688
chai = require 'chai' sinon = require 'sinon' chai.use require 'sinon-chai' expect = chai.expect describe 'ingress: badges', -> user = name: 'user' id: 'U123' robot = respond: sinon.spy() hear: sinon.spy() brain: on: (_, cb) -> cb() data: { ingressBadges: { ...
true
chai = require 'chai' sinon = require 'sinon' chai.use require 'sinon-chai' expect = chai.expect describe 'ingress: badges', -> user = name: 'user' id: 'U123' robot = respond: sinon.spy() hear: sinon.spy() brain: on: (_, cb) -> cb() data: { ingressBadges: { ...
[ { "context": "it 'should capitalize a provided string', ->\n \"patrick\".capitalize().should.equal 'Patrick'\n\n it 'shoul", "end": 359, "score": 0.9444742202758789, "start": 352, "tag": "NAME", "value": "patrick" }, { "context": "ing', ->\n \"patrick\".capitalize().should.equ...
_old/node/test/js/stringTest.coffee
lagdotcom/rot.js
1,653
# stringTest.coffee #---------------------------------------------------------------------------- should = require 'should' ROT = require '../../lib/rot' describe 'string', -> it 'should extend the String prototype', -> "".should.have.properties ['capitalize', 'lpad', 'rpad', 'format'] it 'should capital...
57781
# stringTest.coffee #---------------------------------------------------------------------------- should = require 'should' ROT = require '../../lib/rot' describe 'string', -> it 'should extend the String prototype', -> "".should.have.properties ['capitalize', 'lpad', 'rpad', 'format'] it 'should capital...
true
# stringTest.coffee #---------------------------------------------------------------------------- should = require 'should' ROT = require '../../lib/rot' describe 'string', -> it 'should extend the String prototype', -> "".should.have.properties ['capitalize', 'lpad', 'rpad', 'format'] it 'should capital...
[ { "context": "'t\n # change the method name during refactoring - Sinan 10 May 2012\n selectItem:(item, event = {})->\n\n ", "end": 6864, "score": 0.9481362104415894, "start": 6859, "tag": "NAME", "value": "Sinan" }, { "context": "o not CHANGE\n # or ask one of those two, namely...
src/components/list/listviewcontroller.coffee
burakcan/kd
0
KDView = require './../../core/view.coffee' KDScrollView = require './../../core/scrollview.coffee' KDViewController = require './../../core/viewcontroller.coffee' KDListView = require './../list/listview.coffee' KDLoaderView = require './../loader/loaderview.coffee' module.exports = class KDLi...
10952
KDView = require './../../core/view.coffee' KDScrollView = require './../../core/scrollview.coffee' KDViewController = require './../../core/viewcontroller.coffee' KDListView = require './../list/listview.coffee' KDLoaderView = require './../loader/loaderview.coffee' module.exports = class KDLi...
true
KDView = require './../../core/view.coffee' KDScrollView = require './../../core/scrollview.coffee' KDViewController = require './../../core/viewcontroller.coffee' KDListView = require './../list/listview.coffee' KDLoaderView = require './../loader/loaderview.coffee' module.exports = class KDLi...
[ { "context": "RequiredForVaulting : \"83502\"\n TokenIsInUse : \"93503\"\n PaymentMethodNonceConsumed : \"93504\"\n ", "end": 1100, "score": 0.6361071467399597, "start": 1099, "tag": "KEY", "value": "9" }, { "context": "equiredForVaulting : \"83502\"\n TokenIsInUse : \"935...
src/braintree/validation_error_codes.coffee
StreamCo/braintree_node
0
class ValidationErrorCodes @Address = CannotBeBlank : "81801" CompanyIsInvalid : "91821" CompanyIsTooLong : "81802" CountryCodeAlpha2IsNotAccepted : "91814" CountryCodeAlpha3IsNotAccepted : "91816" CountryCodeNumericIsNotAccepted : "91817" CountryNameIsNotAccepted : "91803" ExtendedA...
178547
class ValidationErrorCodes @Address = CannotBeBlank : "81801" CompanyIsInvalid : "91821" CompanyIsTooLong : "81802" CountryCodeAlpha2IsNotAccepted : "91814" CountryCodeAlpha3IsNotAccepted : "91816" CountryCodeNumericIsNotAccepted : "91817" CountryNameIsNotAccepted : "91803" ExtendedA...
true
class ValidationErrorCodes @Address = CannotBeBlank : "81801" CompanyIsInvalid : "91821" CompanyIsTooLong : "81802" CountryCodeAlpha2IsNotAccepted : "91814" CountryCodeAlpha3IsNotAccepted : "91816" CountryCodeNumericIsNotAccepted : "91817" CountryNameIsNotAccepted : "91803" ExtendedA...
[ { "context": "y: \"test\"\n source_password: \"abc123\"\n root_route: true\n seconds: ", "end": 245, "score": 0.9975334405899048, "start": 239, "tag": "PASSWORD", "value": "abc123" }, { "context": ": \"_test\"\n source_passwo...
test/sources/transcoding.coffee
firebrandv2/FirebrandNetwork.ga
342
_ = require "underscore" FileSource = $src "sources/file" TransSource = $src "sources/transcoding" AAC = $src "parsers/aac" Logger = $src "logger" FILE_STREAM = key: "test" source_password: "abc123" root_route: true seconds: 60*60*4 format: ...
171133
_ = require "underscore" FileSource = $src "sources/file" TransSource = $src "sources/transcoding" AAC = $src "parsers/aac" Logger = $src "logger" FILE_STREAM = key: "test" source_password: "<PASSWORD>" root_route: true seconds: 60*60*4 form...
true
_ = require "underscore" FileSource = $src "sources/file" TransSource = $src "sources/transcoding" AAC = $src "parsers/aac" Logger = $src "logger" FILE_STREAM = key: "test" source_password: "PI:PASSWORD:<PASSWORD>END_PI" root_route: true seconds: ...
[ { "context": "###\n\tFlexNav.js 1.3.3\n\n\tCreated by Jason Weaver http://jasonweaver.name\n\tReleased under http://un", "end": 47, "score": 0.9998155832290649, "start": 35, "tag": "NAME", "value": "Jason Weaver" } ]
coffeescripts/jquery.flexnav.coffee
Demoncheg28011989/flexnav
316
### FlexNav.js 1.3.3 Created by Jason Weaver http://jasonweaver.name Released under http://unlicense.org/ // ### # Use local alias for $.noConflict() compatibility $ = jQuery $.fn.flexNav = (options) -> settings = $.extend 'animationSpeed': 250, 'transitionOpacity': true, 'buttonSelector': '.menu-b...
126749
### FlexNav.js 1.3.3 Created by <NAME> http://jasonweaver.name Released under http://unlicense.org/ // ### # Use local alias for $.noConflict() compatibility $ = jQuery $.fn.flexNav = (options) -> settings = $.extend 'animationSpeed': 250, 'transitionOpacity': true, 'buttonSelector': '.menu-button'...
true
### FlexNav.js 1.3.3 Created by PI:NAME:<NAME>END_PI http://jasonweaver.name Released under http://unlicense.org/ // ### # Use local alias for $.noConflict() compatibility $ = jQuery $.fn.flexNav = (options) -> settings = $.extend 'animationSpeed': 250, 'transitionOpacity': true, 'buttonSelector': ...
[ { "context": "join} = require 'path'\n\nmodule.exports =\n name: 'Claru'\n debug: true\n apiPrefix: '/v1'\n", "end": 56, "score": 0.9977871179580688, "start": 51, "tag": "NAME", "value": "Claru" } ]
server/config/default.coffee
stevelacy/claru
0
{join} = require 'path' module.exports = name: 'Claru' debug: true apiPrefix: '/v1'
160075
{join} = require 'path' module.exports = name: '<NAME>' debug: true apiPrefix: '/v1'
true
{join} = require 'path' module.exports = name: 'PI:NAME:<NAME>END_PI' debug: true apiPrefix: '/v1'
[ { "context": "SendInvites\n teamsHelpers.inviteUser browser, 'admin', null, yes\n browser.pause 1000, callback\n\n\n ", "end": 9435, "score": 0.8499637842178345, "start": 9430, "tag": "USERNAME", "value": "admin" }, { "context": "sswordSelector\n .setValue passwordSelecto...
client/test/lib/helpers/myteamhelpers.coffee
lionheart1022/koding
0
utils = require '../utils/utils.js' helpers = require '../helpers/helpers.js' teamsHelpers = require '../helpers/teamshelpers.js' myTeamLink = "#{helpers.getUrl(yes)}/Home/my-team" welcomeLink = "#{helpers.getUrl(yes)}/Welcome" sectionSelector = '.HomeAppView--section.team-settings' sectionSendInvites = '.HomeAppV...
122601
utils = require '../utils/utils.js' helpers = require '../helpers/helpers.js' teamsHelpers = require '../helpers/teamshelpers.js' myTeamLink = "#{helpers.getUrl(yes)}/Home/my-team" welcomeLink = "#{helpers.getUrl(yes)}/Welcome" sectionSelector = '.HomeAppView--section.team-settings' sectionSendInvites = '.HomeAppV...
true
utils = require '../utils/utils.js' helpers = require '../helpers/helpers.js' teamsHelpers = require '../helpers/teamshelpers.js' myTeamLink = "#{helpers.getUrl(yes)}/Home/my-team" welcomeLink = "#{helpers.getUrl(yes)}/Welcome" sectionSelector = '.HomeAppView--section.team-settings' sectionSendInvites = '.HomeAppV...
[ { "context": "ser.name is process.env.LOCAL_USER && user.pass is process.env.LOCAL_PASSWORD\n return next()\n else\n return unauthorized(", "end": 376, "score": 0.9133318662643433, "start": 350, "tag": "PASSWORD", "value": "process.env.LOCAL_PASSWORD" } ]
lib/auth.coffee
arenahq/surround-audience
0
basicAuth = require 'basic-auth' module.exports = (req, res, next) -> unauthorized = (res) -> res.set 'WWW-Authenticate', 'Basic realm=Authorization Required' return res.sendStatus(401) user = basicAuth(req) if !user or !user.name or !user.pass return unauthorized(res) if user.name is process.e...
147300
basicAuth = require 'basic-auth' module.exports = (req, res, next) -> unauthorized = (res) -> res.set 'WWW-Authenticate', 'Basic realm=Authorization Required' return res.sendStatus(401) user = basicAuth(req) if !user or !user.name or !user.pass return unauthorized(res) if user.name is process.e...
true
basicAuth = require 'basic-auth' module.exports = (req, res, next) -> unauthorized = (res) -> res.set 'WWW-Authenticate', 'Basic realm=Authorization Required' return res.sendStatus(401) user = basicAuth(req) if !user or !user.name or !user.pass return unauthorized(res) if user.name is process.e...
[ { "context": "v class=\"form-group\">\n <label for=\"username\">Username</label>\n <input type=\"te", "end": 626, "score": 0.9986538290977478, "start": 618, "tag": "USERNAME", "value": "username" }, { "context": "orm-group\">\n <label for=...
ModelCatalogueCorePlugin/grails-app/assets/javascripts/modelcatalogue/core/ui/bs/modalPromptLogin.coffee
tumtumtree/tumtumtree
0
angular.module('mc.core.ui.bs.modalPromptLogin', ['mc.util.messages', 'ngCookies']).config ['messagesProvider', (messagesProvider)-> factory = [ '$modal', '$q', 'messages', 'security', ($modal, $q, messages, security) -> -> dialog = $modal.open { windowClass: 'login-modal-prompt' template: '...
42926
angular.module('mc.core.ui.bs.modalPromptLogin', ['mc.util.messages', 'ngCookies']).config ['messagesProvider', (messagesProvider)-> factory = [ '$modal', '$q', 'messages', 'security', ($modal, $q, messages, security) -> -> dialog = $modal.open { windowClass: 'login-modal-prompt' template: '...
true
angular.module('mc.core.ui.bs.modalPromptLogin', ['mc.util.messages', 'ngCookies']).config ['messagesProvider', (messagesProvider)-> factory = [ '$modal', '$q', 'messages', 'security', ($modal, $q, messages, security) -> -> dialog = $modal.open { windowClass: 'login-modal-prompt' template: '...
[ { "context": "s['breve'] =\n\tglyphName: 'breve'\n\tcharacterName: 'BREVE ACCENT'\n\tanchors:\n\t\t0:\n\t\t\tx: parentAnchors[0].x\n\t\t\ty: pa", "end": 75, "score": 0.9930568933486938, "start": 63, "tag": "NAME", "value": "BREVE ACCENT" } ]
src/glyphs/components/breve.coffee
byte-foundry/john-fell
1
exports.glyphs['breve'] = glyphName: 'breve' characterName: 'BREVE ACCENT' anchors: 0: x: parentAnchors[0].x y: parentAnchors[0].y + 70 tags: [ 'component', 'diacritic' ] contours: 0: skeleton: true closed: false nodes: 0: x: anchors[0].x - 110 * width - ( 20 / 85 ) * thickness ...
184736
exports.glyphs['breve'] = glyphName: 'breve' characterName: '<NAME>' anchors: 0: x: parentAnchors[0].x y: parentAnchors[0].y + 70 tags: [ 'component', 'diacritic' ] contours: 0: skeleton: true closed: false nodes: 0: x: anchors[0].x - 110 * width - ( 20 / 85 ) * thickness y: a...
true
exports.glyphs['breve'] = glyphName: 'breve' characterName: 'PI:NAME:<NAME>END_PI' anchors: 0: x: parentAnchors[0].x y: parentAnchors[0].y + 70 tags: [ 'component', 'diacritic' ] contours: 0: skeleton: true closed: false nodes: 0: x: anchors[0].x - 110 * width - ( 20 / 85 ) * thick...
[ { "context": "ee: Github organization class\n#\n# Copyright Β© 2011 Pavan Kumar Sunkara. All rights reserved\n#\n\n# Requiring modules\n\n# In", "end": 82, "score": 0.9998349547386169, "start": 63, "tag": "NAME", "value": "Pavan Kumar Sunkara" }, { "context": " GET\n members: (cb) ->...
src/octonode/org.coffee
troupe/octonode
0
# # org.coffee: Github organization class # # Copyright Β© 2011 Pavan Kumar Sunkara. All rights reserved # # Requiring modules # Initiate class class Org constructor: (@name, @client) -> # Get an organization # '/orgs/flatiron' GET info: (cb) -> @client.get "/orgs/#{@name}", (err, s, b) -> return ...
108335
# # org.coffee: Github organization class # # Copyright Β© 2011 <NAME>. All rights reserved # # Requiring modules # Initiate class class Org constructor: (@name, @client) -> # Get an organization # '/orgs/flatiron' GET info: (cb) -> @client.get "/orgs/#{@name}", (err, s, b) -> return cb(err) if er...
true
# # org.coffee: Github organization class # # Copyright Β© 2011 PI:NAME:<NAME>END_PI. All rights reserved # # Requiring modules # Initiate class class Org constructor: (@name, @client) -> # Get an organization # '/orgs/flatiron' GET info: (cb) -> @client.get "/orgs/#{@name}", (err, s, b) -> return...
[ { "context": "class @Zahlen\n @language: 'en'\n @locales:\n en:\n error", "end": 13, "score": 0.9694592952728271, "start": 6, "tag": "USERNAME", "value": "@Zahlen" }, { "context": "invalido.'\n card_holdername: \"El nombre del titular es invalido.\"\n rejected...
app/assets/javascripts/zahlen/zahlen.js.coffee
Actiun/zahlen
1
class @Zahlen @language: 'en' @locales: en: errors: not_valid: 'The card information is not a valid. Please check the errors marked on red.' card_number: 'Credit card number is invalid.' card_exp: 'The expiration date is invalid.' card_exp_month: 'The expiration month is in...
125817
class @Zahlen @language: 'en' @locales: en: errors: not_valid: 'The card information is not a valid. Please check the errors marked on red.' card_number: 'Credit card number is invalid.' card_exp: 'The expiration date is invalid.' card_exp_month: 'The expiration month is in...
true
class @Zahlen @language: 'en' @locales: en: errors: not_valid: 'The card information is not a valid. Please check the errors marked on red.' card_number: 'Credit card number is invalid.' card_exp: 'The expiration date is invalid.' card_exp_month: 'The expiration month is in...
[ { "context": "settings: number_of_shards: 9\nP.src.oadoi._key = 'doi'\nP.src.oadoi._prefix = false\n\nP.src.oadoi.hybrid ", "end": 386, "score": 0.9605943560600281, "start": 383, "tag": "KEY", "value": "doi" } ]
worker/src/src/oadoi.coffee
oaworks/paradigm
1
S.src.oadoi ?= {} try S.src.oadoi = JSON.parse SECRETS_OADOI P.src.oadoi = (doi) -> doi ?= @params?.oadoi ? @params?.doi if typeof doi is 'string' and doi.startsWith '10.' await @sleep 900 url = 'https://api.oadoi.org/v2/' + doi + '?email=' + S.mail.to return @fetch url else return P.src.oa...
190953
S.src.oadoi ?= {} try S.src.oadoi = JSON.parse SECRETS_OADOI P.src.oadoi = (doi) -> doi ?= @params?.oadoi ? @params?.doi if typeof doi is 'string' and doi.startsWith '10.' await @sleep 900 url = 'https://api.oadoi.org/v2/' + doi + '?email=' + S.mail.to return @fetch url else return P.src.oa...
true
S.src.oadoi ?= {} try S.src.oadoi = JSON.parse SECRETS_OADOI P.src.oadoi = (doi) -> doi ?= @params?.oadoi ? @params?.doi if typeof doi is 'string' and doi.startsWith '10.' await @sleep 900 url = 'https://api.oadoi.org/v2/' + doi + '?email=' + S.mail.to return @fetch url else return P.src.oa...
[ { "context": "ap = null\n\nwindow.fn.sensors =\n \"1002\": { name: 'ΠœΠΈΠ»Π°Π΄ΠΈΠ½ΠΎΠ²Ρ†ΠΈ' }\n \"11888f3a-bc5e-4a0c-9f27-702984decedf\": { na", "end": 103, "score": 0.9992879033088684, "start": 92, "tag": "NAME", "value": "ΠœΠΈΠ»Π°Π΄ΠΈΠ½ΠΎΠ²Ρ†ΠΈ" }, { "context": " \"11888f3a-bc5e-4a0c-9f27-702984decedf...
www/coffee/sensors.coffee
atonevski/skp-ons
0
# # MAP # # Leaflet MAP window.fn.sensorMap = null window.fn.sensors = "1002": { name: 'ΠœΠΈΠ»Π°Π΄ΠΈΠ½ΠΎΠ²Ρ†ΠΈ' } "11888f3a-bc5e-4a0c-9f27-702984decedf": { name: 'ΠœΠ—Π’' } "01440b05-255d-4764-be87-bdf135f32289": { name: 'Π‘Π°Ρ€Π΄ΠΎΠ²Ρ†ΠΈ' } "bb948861-3fd7-47dd-b986-cb13c9732725": { name: 'БисСр' } "cec29ba1-5414-4cf3-bbcc-8ce4d...
69720
# # MAP # # Leaflet MAP window.fn.sensorMap = null window.fn.sensors = "1002": { name: '<NAME>' } "11888f3a-bc5e-4a0c-9f27-702984decedf": { name: '<NAME>' } "01440b05-255d-4764-be87-bdf135f32289": { name: '<NAME>' } "bb948861-3fd7-47dd-b986-cb13c9732725": { name: '<NAME>' } "cec29ba1-5414-4cf3-bbcc-8ce4db1d...
true
# # MAP # # Leaflet MAP window.fn.sensorMap = null window.fn.sensors = "1002": { name: 'PI:NAME:<NAME>END_PI' } "11888f3a-bc5e-4a0c-9f27-702984decedf": { name: 'PI:NAME:<NAME>END_PI' } "01440b05-255d-4764-be87-bdf135f32289": { name: 'PI:NAME:<NAME>END_PI' } "bb948861-3fd7-47dd-b986-cb13c9732725": { name: 'PI:...
[ { "context": " API_URL: \"https://api.are.na/v2\"\n PUSHER_KEY: '19beda1f7e2ca403abab'\n S3_KEY: null\n S3_SECRET: null\n SESSION_SECRE", "end": 548, "score": 0.9995083212852478, "start": 528, "tag": "KEY", "value": "19beda1f7e2ca403abab" }, { "context": "S3_KEY: null\n S3_SECR...
src/config.coffee
jdsimcoe/ervell
0
# # Using ["The Twelve-Factor App"](http://12factor.net/) as a reference all # environment configuration will live in environment variables. This file # simply lays out all of those environment variables with sensible defaults # for development. # module.exports = NODE_ENV: "development" PORT: 4000 APP_URL: "htt...
112184
# # Using ["The Twelve-Factor App"](http://12factor.net/) as a reference all # environment configuration will live in environment variables. This file # simply lays out all of those environment variables with sensible defaults # for development. # module.exports = NODE_ENV: "development" PORT: 4000 APP_URL: "htt...
true
# # Using ["The Twelve-Factor App"](http://12factor.net/) as a reference all # environment configuration will live in environment variables. This file # simply lays out all of those environment variables with sensible defaults # for development. # module.exports = NODE_ENV: "development" PORT: 4000 APP_URL: "htt...
[ { "context": "BROWSER\n\n\t\t\tTEST_SOURCE_URL = 'https://github.com/balena-io-projects/simple-server-node/archive/v1.0.0.tar.gz'\n\n\t\t\tit ", "end": 2327, "score": 0.9986866116523743, "start": 2309, "tag": "USERNAME", "value": "balena-io-projects" }, { "context": "omUrl(@applicati...
tests/integration/models/release.spec.coffee
josecoelho/balena-sdk
1
m = require('mochainon') _ = require('lodash') { balena credentials givenAnApplication givenLoggedInUser givenMulticontainerApplication IS_BROWSER } = require('../setup') { itShouldSetGetAndRemoveTags itShouldGetAllTagsByResource } = require('./tags') describe 'Release Model', -> givenLoggedInUser(before) ...
167953
m = require('mochainon') _ = require('lodash') { balena credentials givenAnApplication givenLoggedInUser givenMulticontainerApplication IS_BROWSER } = require('../setup') { itShouldSetGetAndRemoveTags itShouldGetAllTagsByResource } = require('./tags') describe 'Release Model', -> givenLoggedInUser(before) ...
true
m = require('mochainon') _ = require('lodash') { balena credentials givenAnApplication givenLoggedInUser givenMulticontainerApplication IS_BROWSER } = require('../setup') { itShouldSetGetAndRemoveTags itShouldGetAllTagsByResource } = require('./tags') describe 'Release Model', -> givenLoggedInUser(before) ...
[ { "context": "dd\n , 'numChildViews', 'itemViewClass'\n\n # TODO(Peter): Consider making this a computed... binding logi", "end": 1366, "score": 0.9588140249252319, "start": 1361, "tag": "NAME", "value": "Peter" } ]
src/utils/lazy_container_view.coffee
FellowMD/ember-table
0
Ember.LazyContainerView = Ember.ContainerView.extend Ember.AddeparMixins.StyleBindingsMixin, classNames: 'lazy-list-container' styleBindings: ['height'] content: null itemViewClass: null rowHeight: null scrollTop: null startIndex: null init: -> @_super() @onNumChildVi...
35832
Ember.LazyContainerView = Ember.ContainerView.extend Ember.AddeparMixins.StyleBindingsMixin, classNames: 'lazy-list-container' styleBindings: ['height'] content: null itemViewClass: null rowHeight: null scrollTop: null startIndex: null init: -> @_super() @onNumChildVi...
true
Ember.LazyContainerView = Ember.ContainerView.extend Ember.AddeparMixins.StyleBindingsMixin, classNames: 'lazy-list-container' styleBindings: ['height'] content: null itemViewClass: null rowHeight: null scrollTop: null startIndex: null init: -> @_super() @onNumChildVi...
[ { "context": "\n\nGenerate the Colors modal for WolfCage.\n\n@author Destin Moulton\n@git https://github.com/destinmoulton/wolfcage\n@l", "end": 68, "score": 0.9998831748962402, "start": 54, "tag": "NAME", "value": "Destin Moulton" }, { "context": ".\n\n@author Destin Moulton\n@git h...
src/modals/ColorsModal.coffee
destinmoulton/cagen
0
### Generate the Colors modal for WolfCage. @author Destin Moulton @git https://github.com/destinmoulton/wolfcage @license MIT Component of the Wolfram Cellular Automata Generator (WolfCage) ### DOM = require("../DOM.coffee") Modal = require("./Modal.coffee") Templates = require("../Templates.coffee") colors = req...
153523
### Generate the Colors modal for WolfCage. @author <NAME> @git https://github.com/destinmoulton/wolfcage @license MIT Component of the Wolfram Cellular Automata Generator (WolfCage) ### DOM = require("../DOM.coffee") Modal = require("./Modal.coffee") Templates = require("../Templates.coffee") colors = require(".....
true
### Generate the Colors modal for WolfCage. @author PI:NAME:<NAME>END_PI @git https://github.com/destinmoulton/wolfcage @license MIT Component of the Wolfram Cellular Automata Generator (WolfCage) ### DOM = require("../DOM.coffee") Modal = require("./Modal.coffee") Templates = require("../Templates.coffee") colors...
[ { "context": "eoverview Tests for no-unreachable rule.\n# @author Joel Feenstra\n###\n\n'use strict'\n\n#-----------------------------", "end": 75, "score": 0.9998404383659363, "start": 62, "tag": "NAME", "value": "Joel Feenstra" } ]
src/tests/rules/no-unreachable.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Tests for no-unreachable rule. # @author Joel Feenstra ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require '../../rules/no-unreachable' {Rule...
52702
###* # @fileoverview Tests for no-unreachable rule. # @author <NAME> ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require '../../rules/no-unreachable' {RuleTester}...
true
###* # @fileoverview Tests for no-unreachable rule. # @author PI:NAME:<NAME>END_PI ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require '../../rules/no-unreachable...
[ { "context": "refix': 'MAGENTA'\n 'body': 'MAGENTA'\n\n 'Ray White':\n 'prefix': 'RAYWHITE'\n 'body': 'R", "end": 1720, "score": 0.9715961813926697, "start": 1711, "tag": "NAME", "value": "Ray White" } ]
snippets/python.cson
HamdyElzonqali/raylib-python-snippets-atom
0
'.source.python': 'Light Gray': 'prefix': 'LIGHTGRAY' 'body': 'LIGHTGRAY' 'Gray': 'prefix': 'GRAY' 'body': 'GRAY' 'Dark Gray': 'prefix': 'DARKGRAY' 'body': 'DARKGRAY' 'Yellow': 'prefix': 'YELLOW' 'body': 'YELLOW' 'Gold': 'pr...
3359
'.source.python': 'Light Gray': 'prefix': 'LIGHTGRAY' 'body': 'LIGHTGRAY' 'Gray': 'prefix': 'GRAY' 'body': 'GRAY' 'Dark Gray': 'prefix': 'DARKGRAY' 'body': 'DARKGRAY' 'Yellow': 'prefix': 'YELLOW' 'body': 'YELLOW' 'Gold': 'pr...
true
'.source.python': 'Light Gray': 'prefix': 'LIGHTGRAY' 'body': 'LIGHTGRAY' 'Gray': 'prefix': 'GRAY' 'body': 'GRAY' 'Dark Gray': 'prefix': 'DARKGRAY' 'body': 'DARKGRAY' 'Yellow': 'prefix': 'YELLOW' 'body': 'YELLOW' 'Gold': 'pr...
[ { "context": "arter :\n repository : 'https://github.com/paulovitorwd/ionic-starter'\n name : 'ionic-start", "end": 78, "score": 0.8254033327102661, "start": 66, "tag": "USERNAME", "value": "paulovitorwd" }, { "context": "nicframework.ionicstarter'\n auth...
gulp/settings/project.coffee
plastic/ionic-starter
0
project = starter : repository : 'https://github.com/paulovitorwd/ionic-starter' name : 'ionic-starter' description : 'This project aims to streamline starting an application in Ionic' version : '1.0.0' id : 'com.ionicframework.ionicstarter' autho...
107711
project = starter : repository : 'https://github.com/paulovitorwd/ionic-starter' name : 'ionic-starter' description : 'This project aims to streamline starting an application in Ionic' version : '1.0.0' id : 'com.ionicframework.ionicstarter' autho...
true
project = starter : repository : 'https://github.com/paulovitorwd/ionic-starter' name : 'ionic-starter' description : 'This project aims to streamline starting an application in Ionic' version : '1.0.0' id : 'com.ionicframework.ionicstarter' autho...
[ { "context": "#\n# foundation-strength.js\n# Author: Alexander Egorov\n# Original author: Aaron Lumsden\n# Licensed under", "end": 53, "score": 0.9998679161071777, "start": 37, "tag": "NAME", "value": "Alexander Egorov" }, { "context": "h.js\n# Author: Alexander Egorov\n# Original au...
src/foundation-strength.coffee
qatsi/foundation-strength.js
6
# # foundation-strength.js # Author: Alexander Egorov # Original author: Aaron Lumsden # Licensed under the MIT license # do ($) -> defaults = show_meter: true meterClasses: 'radius' show_messages: true classes: nopassword: 'nopassword' weak: 'password-weak' moderate: 'password-mode...
23008
# # foundation-strength.js # Author: <NAME> # Original author: <NAME> # Licensed under the MIT license # do ($) -> defaults = show_meter: true meterClasses: 'radius' show_messages: true classes: nopassword: 'nopassword' weak: 'password-weak' moderate: 'password-moderate' stron...
true
# # foundation-strength.js # Author: PI:NAME:<NAME>END_PI # Original author: PI:NAME:<NAME>END_PI # Licensed under the MIT license # do ($) -> defaults = show_meter: true meterClasses: 'radius' show_messages: true classes: nopassword: 'nopassword' weak: 'password-weak' moderate: 'pa...
[ { "context": " address_components: [\n long_name: \"East Harlem\"\n short_name: \"East Harlem\"\n ", "end": 3331, "score": 0.8037349581718445, "start": 3320, "tag": "NAME", "value": "East Harlem" }, { "context": "ng_name: \"East Harlem\"\n ...
test/dal/listings.coffee
craigspaeth/nfd-api
0
Listings = require '../../dal/listings' sinon = require 'sinon' collectionStub = require '../helpers/collection-stub' _ = require 'underscore' describe 'listings', -> beforeEach -> Listings.collection = collectionStub() describe "#find", -> it 'limits by beds', -> Listings.find('bed-mi...
44065
Listings = require '../../dal/listings' sinon = require 'sinon' collectionStub = require '../helpers/collection-stub' _ = require 'underscore' describe 'listings', -> beforeEach -> Listings.collection = collectionStub() describe "#find", -> it 'limits by beds', -> Listings.find('bed-mi...
true
Listings = require '../../dal/listings' sinon = require 'sinon' collectionStub = require '../helpers/collection-stub' _ = require 'underscore' describe 'listings', -> beforeEach -> Listings.collection = collectionStub() describe "#find", -> it 'limits by beds', -> Listings.find('bed-mi...
[ { "context": "lass IsyInsteonSwitchNode extends IsyNode\n key: 'insteonSwitch'\n types: [[2, 42], [2, 55]]\n\n aspects:", "end": 105, "score": 0.6604896187782288, "start": 101, "tag": "KEY", "value": "inst" } ]
lib/adapters/isy/IsyInsteonSwitchNode.coffee
monitron/jarvis-ha
1
IsyNode = require('./IsyNode') module.exports = class IsyInsteonSwitchNode extends IsyNode key: 'insteonSwitch' types: [[2, 42], [2, 55]] aspects: powerOnOff: commands: set: (node, value) -> command = if value then 'DON' else 'DOF' operative = value != node.getAspect('powe...
40444
IsyNode = require('./IsyNode') module.exports = class IsyInsteonSwitchNode extends IsyNode key: '<KEY>eonSwitch' types: [[2, 42], [2, 55]] aspects: powerOnOff: commands: set: (node, value) -> command = if value then 'DON' else 'DOF' operative = value != node.getAspect('pow...
true
IsyNode = require('./IsyNode') module.exports = class IsyInsteonSwitchNode extends IsyNode key: 'PI:KEY:<KEY>END_PIeonSwitch' types: [[2, 42], [2, 55]] aspects: powerOnOff: commands: set: (node, value) -> command = if value then 'DON' else 'DOF' operative = value != node.g...
[ { "context": "ttp%3A%2F%2Fartsy.net%2Fartist%2Fandy-warhol&text=Andy Warhol on Artsy&url=http%3A%2F%2Fartsy.net%2Fartist%2Fan", "end": 1215, "score": 0.9994006156921387, "start": 1204, "tag": "NAME", "value": "Andy Warhol" } ]
src/desktop/components/share/test/mixin.coffee
kanaabe/force
1
fs = require 'fs' jade = require 'jade' path = require 'path' benv = require 'benv' render = (templateName) -> filename = path.resolve __dirname, "#{templateName}.jade" jade.compile fs.readFileSync(filename), filename: filename describe 'Share mixin', -> before (done) -> benv.setup -> benv.expose ...
125296
fs = require 'fs' jade = require 'jade' path = require 'path' benv = require 'benv' render = (templateName) -> filename = path.resolve __dirname, "#{templateName}.jade" jade.compile fs.readFileSync(filename), filename: filename describe 'Share mixin', -> before (done) -> benv.setup -> benv.expose ...
true
fs = require 'fs' jade = require 'jade' path = require 'path' benv = require 'benv' render = (templateName) -> filename = path.resolve __dirname, "#{templateName}.jade" jade.compile fs.readFileSync(filename), filename: filename describe 'Share mixin', -> before (done) -> benv.setup -> benv.expose ...
[ { "context": "singers = {Jagger: \"Rock\", Elvis: \"Roll\"}\n\nkids =\n brother:\n na", "end": 17, "score": 0.9996140003204346, "start": 11, "tag": "NAME", "value": "Jagger" }, { "context": "singers = {Jagger: \"Rock\", Elvis: \"Roll\"}\n\nkids =\n brother:\n name: \"Ma", ...
src/test/resources/lexer/objects.coffee
consulo/consulo-coffeescript
8
singers = {Jagger: "Rock", Elvis: "Roll"} kids = brother: name: "Max" age: 11 sister: name: "Ida" age: 9
147534
singers = {<NAME>: "<NAME>", <NAME>: "<NAME>"} kids = brother: name: "<NAME>" age: 11 sister: name: "<NAME>" age: 9
true
singers = {PI:NAME:<NAME>END_PI: "PI:NAME:<NAME>END_PI", PI:NAME:<NAME>END_PI: "PI:NAME:<NAME>END_PI"} kids = brother: name: "PI:NAME:<NAME>END_PI" age: 11 sister: name: "PI:NAME:<NAME>END_PI" age: 9
[ { "context": " nodes: [\n {id: 2, name: 'Bob'}\n {id: 4, name: 'Dave'}\n ", "end": 1463, "score": 0.9998635053634644, "start": 1460, "tag": "NAME", "value": "Bob" }, { "context": ", name: 'Bob'}\n {id: 4, name: 'Dave'}...
Lambda Functions/searchlocales/node_modules/neo4j/test-new/cypher._coffee
RussellPhipps/PilgrimAdminTools
0
# # Tests for the GraphDatabase `cypher` method, e.g. the ability to make queries, # parametrize them, have responses be auto-parsed for nodes & rels, etc. # {expect} = require 'chai' fixtures = require './fixtures' helpers = require './util/helpers' neo4j = require '../' ## SHARED STATE {DB} = fixtures [TEST_NODE...
144574
# # Tests for the GraphDatabase `cypher` method, e.g. the ability to make queries, # parametrize them, have responses be auto-parsed for nodes & rels, etc. # {expect} = require 'chai' fixtures = require './fixtures' helpers = require './util/helpers' neo4j = require '../' ## SHARED STATE {DB} = fixtures [TEST_NODE...
true
# # Tests for the GraphDatabase `cypher` method, e.g. the ability to make queries, # parametrize them, have responses be auto-parsed for nodes & rels, etc. # {expect} = require 'chai' fixtures = require './fixtures' helpers = require './util/helpers' neo4j = require '../' ## SHARED STATE {DB} = fixtures [TEST_NODE...
[ { "context": " Storage\")\n @site.use(session({\n secret: '9`hIi6Z89*0gMHfgh3sdsfdwerwrefd43',\n resave: false,\n saveUninitialized: t", "end": 2211, "score": 0.9903522729873657, "start": 2178, "tag": "KEY", "value": "9`hIi6Z89*0gMHfgh3sdsfdwerwrefd43" } ]
webserver.coffee
motorlatitude/MotorBot
4
morgan = require 'morgan' express = require "express" fs = require 'fs' nib = require 'nib' stylus = require 'stylus' compression = require 'compression' serveStatic = require 'serve-static' bodyParser = require('body-parser') cookieParser = require('cookie-parser') session = require('express-session') passport = requi...
73057
morgan = require 'morgan' express = require "express" fs = require 'fs' nib = require 'nib' stylus = require 'stylus' compression = require 'compression' serveStatic = require 'serve-static' bodyParser = require('body-parser') cookieParser = require('cookie-parser') session = require('express-session') passport = requi...
true
morgan = require 'morgan' express = require "express" fs = require 'fs' nib = require 'nib' stylus = require 'stylus' compression = require 'compression' serveStatic = require 'serve-static' bodyParser = require('body-parser') cookieParser = require('cookie-parser') session = require('express-session') passport = requi...
[ { "context": "ture.hu':\n 'editor':\n 'completions': [\n 'JellemzΕ‘:'\n 'HΓ‘ttΓ©r:'\n 'PΓ©lda:'\n 'ForgatΓ³kΓΆ", "end": 76, "score": 0.6974369287490845, "start": 68, "tag": "NAME", "value": "JellemzΕ‘" }, { "context": " 'completions': [\n 'JellemzΕ‘:'\n '...
settings/language-gherkin_hu.cson
mackoj/language-gherkin-i18n
17
'.text.gherkin.feature.hu': 'editor': 'completions': [ 'JellemzΕ‘:' 'HΓ‘ttΓ©r:' 'PΓ©lda:' 'ForgatΓ³kΓΆnyv:' 'ForgatΓ³kΓΆnyv vΓ‘zlat:' 'PΓ©ldΓ‘k:' 'Amennyiben ' 'Adott ' 'Majd ' 'Ha ' 'Amikor ' 'Akkor ' 'De ' 'Γ‰s ' ] 'increaseIndentPa...
41205
'.text.gherkin.feature.hu': 'editor': 'completions': [ '<NAME>:' 'HΓ‘tt<NAME>:' 'PΓ©lda:' 'ForgatΓ³kΓΆnyv:' 'ForgatΓ³kΓΆnyv vΓ‘zlat:' 'PΓ©ldΓ‘k:' '<NAME> ' '<NAME> ' '<NAME> ' '<NAME> ' '<NAME> ' '<NAME> ' 'De ' 'Γ‰s ' ] 'increaseIn...
true
'.text.gherkin.feature.hu': 'editor': 'completions': [ 'PI:NAME:<NAME>END_PI:' 'HΓ‘ttPI:NAME:<NAME>END_PI:' 'PΓ©lda:' 'ForgatΓ³kΓΆnyv:' 'ForgatΓ³kΓΆnyv vΓ‘zlat:' 'PΓ©ldΓ‘k:' 'PI:NAME:<NAME>END_PI ' 'PI:NAME:<NAME>END_PI ' 'PI:NAME:<NAME>END_PI ' 'PI:NAME:<NAME>EN...
[ { "context": "exports =\n meta:\n name: \"speech\"\n author: \"Joseph\"\n version: \"0.0.1\"\n description: \"text to s", "end": 125, "score": 0.9991047978401184, "start": 119, "tag": "NAME", "value": "Joseph" } ]
node_modules/status/lib/plugins/speech.coffee
DORCAS12345/lamisplus-angular
0
{exec} = require "child_process" {which} = require "fractal" module.exports = meta: name: "speech" author: "Joseph" version: "0.0.1" description: "text to speech using festival" speak: (text)-> return @error 'Missing text argument' unless typeof text is 'string' return @error 'festival is ...
81901
{exec} = require "child_process" {which} = require "fractal" module.exports = meta: name: "speech" author: "<NAME>" version: "0.0.1" description: "text to speech using festival" speak: (text)-> return @error 'Missing text argument' unless typeof text is 'string' return @error 'festival is ...
true
{exec} = require "child_process" {which} = require "fractal" module.exports = meta: name: "speech" author: "PI:NAME:<NAME>END_PI" version: "0.0.1" description: "text to speech using festival" speak: (text)-> return @error 'Missing text argument' unless typeof text is 'string' return @error...
[ { "context": " 'vanilla'\n name: 'Vanilla Bootstrap'\n author: 'Twitter'\n checksum: crypto.createHash('md5').update('').", "end": 411, "score": 0.7878953218460083, "start": 404, "tag": "NAME", "value": "Twitter" } ]
server/install-predefined-themes.coffee
TAPevents/Meteorstrap
5
@Meteorstrap = @Meteorstrap || {} fs = Npm.require 'fs' crypto = Npm.require 'crypto' # coffeescript import Themes = Meteorstrap.Themes predefinedThemes = [] Meteorstrap.registerPredefinedTheme = (theme) -> predefinedThemes.push theme # make vanilla the only default theme Meteorstrap.registerPredefinedTheme de...
61391
@Meteorstrap = @Meteorstrap || {} fs = Npm.require 'fs' crypto = Npm.require 'crypto' # coffeescript import Themes = Meteorstrap.Themes predefinedThemes = [] Meteorstrap.registerPredefinedTheme = (theme) -> predefinedThemes.push theme # make vanilla the only default theme Meteorstrap.registerPredefinedTheme de...
true
@Meteorstrap = @Meteorstrap || {} fs = Npm.require 'fs' crypto = Npm.require 'crypto' # coffeescript import Themes = Meteorstrap.Themes predefinedThemes = [] Meteorstrap.registerPredefinedTheme = (theme) -> predefinedThemes.push theme # make vanilla the only default theme Meteorstrap.registerPredefinedTheme de...
[ { "context": " : () ->\n [\n {\n name : \"Personality\"\n id : \"abc123\"\n defau", "end": 134, "score": 0.9942775964736938, "start": 123, "tag": "NAME", "value": "Personality" }, { "context": " provider:\n id:'do'\n ...
stage/shim/providers.coffee
nanobox-io/nanobox-dash-ui-provider-manager
0
module.exports = class ProvidersShim constructor: () -> getAccounts : () -> [ { name : "Personality" id : "abc123" defaultRegion : {name:"Amsterdam 2", id:"am2"} provider: id:'do' name:"Personal" icon:'custom' ...
204317
module.exports = class ProvidersShim constructor: () -> getAccounts : () -> [ { name : "<NAME>" id : "abc123" defaultRegion : {name:"Amsterdam 2", id:"am2"} provider: id:'do' name:"<NAME>" icon:'custom' end...
true
module.exports = class ProvidersShim constructor: () -> getAccounts : () -> [ { name : "PI:NAME:<NAME>END_PI" id : "abc123" defaultRegion : {name:"Amsterdam 2", id:"am2"} provider: id:'do' name:"PI:NAME:<NAME>END_PI" ...
[ { "context": " code: \"\"\"\n // 'B rose' by Guy John (@rumblesan)\n // Mozilla Festiva", "end": 7232, "score": 0.9997563362121582, "start": 7224, "tag": "NAME", "value": "Guy John" }, { "context": "ode: \"\"\"\n // 'B rose' b...
coffee/core/program-loader.coffee
xinaesthete/livecodelab
1
### ## ProgramLoader takes care of managing the URL and editor content ## when the user navigates through demos and examples - either by ## selecting menu entries, or by clicking back/forward arrow, or by ## landing on a URL with a hashtag. ### define [ 'Three.Detector' ], ( Detector ) -> class ProgramLoader ...
152632
### ## ProgramLoader takes care of managing the URL and editor content ## when the user navigates through demos and examples - either by ## selecting menu entries, or by clicking back/forward arrow, or by ## landing on a URL with a hashtag. ### define [ 'Three.Detector' ], ( Detector ) -> class ProgramLoader ...
true
### ## ProgramLoader takes care of managing the URL and editor content ## when the user navigates through demos and examples - either by ## selecting menu entries, or by clicking back/forward arrow, or by ## landing on a URL with a hashtag. ### define [ 'Three.Detector' ], ( Detector ) -> class ProgramLoader ...
[ { "context": "github\n headers = {\n 'User-Agent': 'Autocode <support@autocode.run> (https://autocode.run/autocode)'\n }\n \n # get ", "end": 1008, "score": 0.9998661875724792, "start": 988, "tag": "EMAIL", "value": "support@autocode.run" } ]
src/autocode/install.coffee
crystal/autocode-js
92
# load deps autocode = require '../autocode' colors = require 'colors' fs = require 'fs' mkdirp = require 'mkdirp' path = require 'path' request = require 'sync-request' semver = require 'semver' untar = require 'untar.js' userHome = require 'user-home' zlib = require 'zlib' install = (opts) ->...
217093
# load deps autocode = require '../autocode' colors = require 'colors' fs = require 'fs' mkdirp = require 'mkdirp' path = require 'path' request = require 'sync-request' semver = require 'semver' untar = require 'untar.js' userHome = require 'user-home' zlib = require 'zlib' install = (opts) ->...
true
# load deps autocode = require '../autocode' colors = require 'colors' fs = require 'fs' mkdirp = require 'mkdirp' path = require 'path' request = require 'sync-request' semver = require 'semver' untar = require 'untar.js' userHome = require 'user-home' zlib = require 'zlib' install = (opts) ->...
[ { "context": "oad selected foods from localStorage\n saveKey = \"selectedFoods\"\n selectedFoods = window.localStorage.getItem(sa", "end": 1566, "score": 0.5784461498260498, "start": 1553, "tag": "KEY", "value": "selectedFoods" } ]
src/factories/ComparePage.coffee
ryanatkn/nutrients-per-calorie
17
module.exports = ($location, FoodData) -> data = query: text: "" includeFoodGroups: false selectedFoods: [] isSelected: (food) -> !!_.find data.selectedFoods, (f) -> f.NDB_No is food.NDB_No toggle: (food) -> if data.isSelected(food) data.deselect food else ...
19190
module.exports = ($location, FoodData) -> data = query: text: "" includeFoodGroups: false selectedFoods: [] isSelected: (food) -> !!_.find data.selectedFoods, (f) -> f.NDB_No is food.NDB_No toggle: (food) -> if data.isSelected(food) data.deselect food else ...
true
module.exports = ($location, FoodData) -> data = query: text: "" includeFoodGroups: false selectedFoods: [] isSelected: (food) -> !!_.find data.selectedFoods, (f) -> f.NDB_No is food.NDB_No toggle: (food) -> if data.isSelected(food) data.deselect food else ...
[ { "context": " the dom-navigation methods\n#\n# Copyright (C) 2011 Nikolay Nemshilov\n#\nElement.include\n #\n # Finds _all_ matching su", "end": 89, "score": 0.9998868703842163, "start": 72, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
stl/dom/src/element/navigation.coffee
lovely-io/lovely.io-stl
2
# # This module keeps the dom-navigation methods # # Copyright (C) 2011 Nikolay Nemshilov # Element.include # # Finds _all_ matching sub-elements # # @param {String} css-rule # @param {Boolean} marker if you want an Array of raw dom-elements # @return {NodeList|Array} matching elements collection # find...
215672
# # This module keeps the dom-navigation methods # # Copyright (C) 2011 <NAME> # Element.include # # Finds _all_ matching sub-elements # # @param {String} css-rule # @param {Boolean} marker if you want an Array of raw dom-elements # @return {NodeList|Array} matching elements collection # find: (css_rule...
true
# # This module keeps the dom-navigation methods # # Copyright (C) 2011 PI:NAME:<NAME>END_PI # Element.include # # Finds _all_ matching sub-elements # # @param {String} css-rule # @param {Boolean} marker if you want an Array of raw dom-elements # @return {NodeList|Array} matching elements collection # f...
[ { "context": "OFTWARE.\n\nangular-google-maps\nhttps://github.com/nlaplante/angular-google-maps\n\n@authors Bruno Queiroz, crea", "end": 1154, "score": 0.631291389465332, "start": 1146, "tag": "USERNAME", "value": "laplante" }, { "context": "github.com/nlaplante/angular-google-maps\n...
www/lib/js/angular-google-maps/src/coffee/directives/label.coffee
neilff/liqbo-cordova
1
### ! The MIT License Copyright (c) 2010-2013 Google, Inc. http://angularjs.org 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...
186828
### ! The MIT License Copyright (c) 2010-2013 Google, Inc. http://angularjs.org 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...
true
### ! The MIT License Copyright (c) 2010-2013 Google, Inc. http://angularjs.org 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...
[ { "context": " grunt-hipchat-v2-notifier\n# * https://github.com/logankoester/grunt-hipchat-v2-notifier\n# *\n# * Copyright (c) 2", "end": 67, "score": 0.9990495443344116, "start": 55, "tag": "USERNAME", "value": "logankoester" }, { "context": "ipchat-v2-notifier\n# *\n# * Copyright ...
Gruntfile.coffee
jasonmit/grunt-hipchat-v2-notifier
1
# # * grunt-hipchat-v2-notifier # * https://github.com/logankoester/grunt-hipchat-v2-notifier # * # * Copyright (c) 2013-2014 Logan Koester # * Licensed under the MIT license. # module.exports = (grunt) -> # Project configuration. grunt.initConfig clean: tasks: ['tasks'] tests: ['tmp'] coffee...
112332
# # * grunt-hipchat-v2-notifier # * https://github.com/logankoester/grunt-hipchat-v2-notifier # * # * Copyright (c) 2013-2014 <NAME> # * Licensed under the MIT license. # module.exports = (grunt) -> # Project configuration. grunt.initConfig clean: tasks: ['tasks'] tests: ['tmp'] coffee: ...
true
# # * grunt-hipchat-v2-notifier # * https://github.com/logankoester/grunt-hipchat-v2-notifier # * # * Copyright (c) 2013-2014 PI:NAME:<NAME>END_PI # * Licensed under the MIT license. # module.exports = (grunt) -> # Project configuration. grunt.initConfig clean: tasks: ['tasks'] tests: ['tmp'] ...
[ { "context": "# The ray tracer code in this file is written by Adam Burmister. It\n# is available in its original form from:\n#\n#", "end": 63, "score": 0.9998309016227722, "start": 49, "tag": "NAME", "value": "Adam Burmister" }, { "context": "avaScript framework, version 1.5.0\n# (c...
deps/v8/benchmarks/raytrace.coffee
lxe/io.coffee
0
# The ray tracer code in this file is written by Adam Burmister. It # is available in its original form from: # # http://labs.flog.nz.co/raytracer/ # # It has been modified slightly by Google to work as a standalone # benchmark, but the all the computational code remains # untouched. This file also contains a copy of...
7527
# The ray tracer code in this file is written by <NAME>. It # is available in its original form from: # # http://labs.flog.nz.co/raytracer/ # # It has been modified slightly by Google to work as a standalone # benchmark, but the all the computational code remains # untouched. This file also contains a copy of parts o...
true
# The ray tracer code in this file is written by PI:NAME:<NAME>END_PI. It # is available in its original form from: # # http://labs.flog.nz.co/raytracer/ # # It has been modified slightly by Google to work as a standalone # benchmark, but the all the computational code remains # untouched. This file also contains a c...
[ { "context": ": the Shell.\"\n\n user = @userForId('1', {name: \"Shell\"})\n\n process.stdin.resume()\n process.stdin.", "end": 313, "score": 0.9928855299949646, "start": 308, "tag": "USERNAME", "value": "Shell" }, { "context": "Timeout =>\n user = @userForId('1', {na...
src/hubot/shell.coffee
lincolnloop/hubot
1
Robot = require '../robot' class Shell extends Robot send: (user, strings...) -> for str in strings console.log str reply: (user, strings...) -> for str in strings @send user, "#{user.name}: #{str}" run: -> console.log "Hubot: the Shell." user = @userForId('1', {name: "Shell"}) ...
44157
Robot = require '../robot' class Shell extends Robot send: (user, strings...) -> for str in strings console.log str reply: (user, strings...) -> for str in strings @send user, "#{user.name}: #{str}" run: -> console.log "Hubot: the Shell." user = @userForId('1', {name: "Shell"}) ...
true
Robot = require '../robot' class Shell extends Robot send: (user, strings...) -> for str in strings console.log str reply: (user, strings...) -> for str in strings @send user, "#{user.name}: #{str}" run: -> console.log "Hubot: the Shell." user = @userForId('1', {name: "Shell"}) ...
[ { "context": "iew Tests for no-this-before-super rule.\n# @author Toru Nagashima\n###\n\n'use strict'\n\n#-----------------------------", "end": 82, "score": 0.9998738765716553, "start": 68, "tag": "NAME", "value": "Toru Nagashima" }, { "context": " this.a()\n '''\n\n # h...
src/tests/rules/no-this-before-super.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Tests for no-this-before-super rule. # @author Toru Nagashima ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require '../../rules/no-this-before...
207079
###* # @fileoverview Tests for no-this-before-super rule. # @author <NAME> ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require '../../rules/no-this-before-super' ...
true
###* # @fileoverview Tests for no-this-before-super rule. # @author PI:NAME:<NAME>END_PI ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require '../../rules/no-this-...
[ { "context": " \n# Copyright 2011 - 2013 Mark Masse (OSS project WRML.org) \n# ", "end": 824, "score": 0.9997811317443848, "start": 814, "tag": "NAME", "value": "Mark Masse" } ]
wrmldoc/js/app/config/backbone/sync.coffee
wrml/wrml
47
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
131975
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
true
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
[ { "context": "')\n expect(connInfo.username).toEqual('foo')\n expect(connInfo.password).toEqual('", "end": 603, "score": 0.9972653388977051, "start": 600, "tag": "USERNAME", "value": "foo" }, { "context": "')\n expect(connInfo.password).toEqual('bar')...
spec/database_spec.coffee
monokrome/modelingclay
0
Database = require('../lib/database').Database MySqlAdapter = require('../lib/adapters/mysql').MySqlAdapter Query = require('../lib/query').Query describe 'Database', -> describe '#connect', -> it 'should accept a connection string and parse it correctly', -> db = new Database() db...
91736
Database = require('../lib/database').Database MySqlAdapter = require('../lib/adapters/mysql').MySqlAdapter Query = require('../lib/query').Query describe 'Database', -> describe '#connect', -> it 'should accept a connection string and parse it correctly', -> db = new Database() db...
true
Database = require('../lib/database').Database MySqlAdapter = require('../lib/adapters/mysql').MySqlAdapter Query = require('../lib/query').Query describe 'Database', -> describe '#connect', -> it 'should accept a connection string and parse it correctly', -> db = new Database() db...
[ { "context": "\n //- {\n custom: {\n name: {\n de: 'Hajo',\n en: 'Abi'\n }\n }\n }\n ###\n\n ma", "end": 2488, "score": 0.9995008707046509, "start": 2484, "tag": "NAME", "value": "Hajo" }, { "context": " {\n name: {\n de: 'Hajo',\n ...
src/coffee/mappings.coffee
wkrugiolka/sphere-stock-import
0
_ = require 'underscore' csv = require 'csv' CONS = require './constants' class CustomFieldMappings constructor: (options = {}) -> @errors = [] mapFieldTypes: ({fieldDefinitions, typeDefinitionKey, rowIndex, key, value, langHeader}) -> result = undefined _.each fieldDefinitions, (fieldDefinition) => ...
82954
_ = require 'underscore' csv = require 'csv' CONS = require './constants' class CustomFieldMappings constructor: (options = {}) -> @errors = [] mapFieldTypes: ({fieldDefinitions, typeDefinitionKey, rowIndex, key, value, langHeader}) -> result = undefined _.each fieldDefinitions, (fieldDefinition) => ...
true
_ = require 'underscore' csv = require 'csv' CONS = require './constants' class CustomFieldMappings constructor: (options = {}) -> @errors = [] mapFieldTypes: ({fieldDefinitions, typeDefinitionKey, rowIndex, key, value, langHeader}) -> result = undefined _.each fieldDefinitions, (fieldDefinition) => ...
[ { "context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.9999120831489563, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/_classes/forum-topic-title.coffee
osu-katakuna/osu-katakuna-web
5
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. class @ForumTopicTitle constructor: -> @input = document.getElementsByClassName('js-forum-topic-title--input') @saveButton = document....
164944
# Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. class @ForumTopicTitle constructor: -> @input = document.getElementsByClassName('js-forum-topic-title--input') @saveButton = document.getElem...
true
# Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. class @ForumTopicTitle constructor: -> @input = document.getElementsByClassName('js-forum-topic-title--input') @saveButton = d...
[ { "context": "# **Author:** Peter Urbak<br/>\n# **Version:** 2013-01-29\n\n# ### Initializat", "end": 25, "score": 0.9998358488082886, "start": 14, "tag": "NAME", "value": "Peter Urbak" } ]
client_src/initialize.coffee
dragonwasrobot/gesture-recognition
2
# **Author:** Peter Urbak<br/> # **Version:** 2013-01-29 # ### Initialization # # Initializes the gesture recognition project. root = exports ? window $(document).ready () -> root.surface = $('#surface') # Wait a bit and load stuff setTimeout () => stylesheet = { objectSelectedColor : { red : 100, ...
216243
# **Author:** <NAME><br/> # **Version:** 2013-01-29 # ### Initialization # # Initializes the gesture recognition project. root = exports ? window $(document).ready () -> root.surface = $('#surface') # Wait a bit and load stuff setTimeout () => stylesheet = { objectSelectedColor : { red : 100, green...
true
# **Author:** PI:NAME:<NAME>END_PI<br/> # **Version:** 2013-01-29 # ### Initialization # # Initializes the gesture recognition project. root = exports ? window $(document).ready () -> root.surface = $('#surface') # Wait a bit and load stuff setTimeout () => stylesheet = { objectSelectedColor : { red : ...
[ { "context": "###\nThe MIT License\n\nCopyright (c) 2013-2014 Wilfred Springer, http://nxt.flotsam.nl/\n\nPermission is hereby gra", "end": 61, "score": 0.999862790107727, "start": 45, "tag": "NAME", "value": "Wilfred Springer" } ]
EHealthPouchDb/angular-pouchdb.coffee
inuwas/eHealthAfrica
43
### The MIT License Copyright (c) 2013-2014 Wilfred Springer, http://nxt.flotsam.nl/ 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 t...
118375
### The MIT License Copyright (c) 2013-2014 <NAME>, http://nxt.flotsam.nl/ 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, cop...
true
### The MIT License Copyright (c) 2013-2014 PI:NAME:<NAME>END_PI, http://nxt.flotsam.nl/ 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 righ...
[ { "context": " \"high\" : {\n \"name\" : \"DateTime\",\n \"type\" : \"FunctionRef\",\n ", "end": 2297, "score": 0.9958194494247437, "start": 2289, "tag": "NAME", "value": "DateTime" }, { "context": " }\n }, {\n ...
Src/coffeescript/cql-execution/test/elm/interval/data.coffee
esteban-aliverti/clinical_quality_language
0
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### Interval library TestSnippet version '1' using QUICK context Patient define Open = interval(DateTime(2012, 1,...
192303
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### Interval library TestSnippet version '1' using QUICK context Patient define Open = interval(DateTime(2012, 1,...
true
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### Interval library TestSnippet version '1' using QUICK context Patient define Open = interval(DateTime(2012, 1,...
[ { "context": "tman()\n anotherNoName = Batman()\n nullName = Batman\n author: Batman\n name: null\n naNNa", "end": 764, "score": 0.9854929447174072, "start": 758, "tag": "NAME", "value": "Batman" }, { "context": "ame = Batman()\n nullName = Batman\n autho...
tests/batman/set/set_sort_test.coffee
nickjs/batman.js
3
assertSorted = (array, compareFunction) -> last = null for item, i in array if last ok compareFunction(last, item) < 1 last = item setSortSuite = -> test "new Batman.SetSort(set, key) constructs a sort on the set for that keypath", -> equal @authorNameSort.base, @base equal @authorNameSort...
1433
assertSorted = (array, compareFunction) -> last = null for item, i in array if last ok compareFunction(last, item) < 1 last = item setSortSuite = -> test "new Batman.SetSort(set, key) constructs a sort on the set for that keypath", -> equal @authorNameSort.base, @base equal @authorNameSort...
true
assertSorted = (array, compareFunction) -> last = null for item, i in array if last ok compareFunction(last, item) < 1 last = item setSortSuite = -> test "new Batman.SetSort(set, key) constructs a sort on the set for that keypath", -> equal @authorNameSort.base, @base equal @authorNameSort...
[ { "context": " }\n {\n 'comment': 'Funciones Parametros Varios'\n 'name': 'meta.function.lat'\n 'mat", "end": 3474, "score": 0.7496401071548462, "start": 3468, "tag": "NAME", "value": "Varios" } ]
AtomPlugin/grammars/lat.cson
jarriztg/testing-latino
0
'scopeName': 'source.lat' 'name': 'latino' 'comment': 'latino syntax: version 0.1' 'fileTypes': [ 'lat' ] 'firstLineMatch': '^#!.*\\blat' 'patterns': [ { 'comment': 'Comentarios' 'name': 'comment.line.number-sign.lat' 'match': '(#).*$\n?' 'captures': { '1': { ...
161317
'scopeName': 'source.lat' 'name': 'latino' 'comment': 'latino syntax: version 0.1' 'fileTypes': [ 'lat' ] 'firstLineMatch': '^#!.*\\blat' 'patterns': [ { 'comment': 'Comentarios' 'name': 'comment.line.number-sign.lat' 'match': '(#).*$\n?' 'captures': { '1': { ...
true
'scopeName': 'source.lat' 'name': 'latino' 'comment': 'latino syntax: version 0.1' 'fileTypes': [ 'lat' ] 'firstLineMatch': '^#!.*\\blat' 'patterns': [ { 'comment': 'Comentarios' 'name': 'comment.line.number-sign.lat' 'match': '(#).*$\n?' 'captures': { '1': { ...
[ { "context": "epackage[utf8]{inputenc}\\n\\n\\\\title{42}\\n\\\\author{Jane Doe}\\n\\\\date{June 2011}\"\n\t\t\t\t@updateMerger.p.readFile", "end": 4695, "score": 0.9998135566711426, "start": 4687, "tag": "NAME", "value": "Jane Doe" } ]
test/unit/coffee/ThirdPartyDataStore/UpdateMergerTests.coffee
shyoshyo/web-sharelatex
1
Stream = require('stream') SandboxedModule = require('sandboxed-module') sinon = require('sinon') require('chai').should() modulePath = require('path').join __dirname, '../../../../app/js/Features/ThirdPartyDataStore/UpdateMerger.js' BufferedStream = require('bufferedstream') describe 'UpdateMerger :', -> beforeEach ...
179273
Stream = require('stream') SandboxedModule = require('sandboxed-module') sinon = require('sinon') require('chai').should() modulePath = require('path').join __dirname, '../../../../app/js/Features/ThirdPartyDataStore/UpdateMerger.js' BufferedStream = require('bufferedstream') describe 'UpdateMerger :', -> beforeEach ...
true
Stream = require('stream') SandboxedModule = require('sandboxed-module') sinon = require('sinon') require('chai').should() modulePath = require('path').join __dirname, '../../../../app/js/Features/ThirdPartyDataStore/UpdateMerger.js' BufferedStream = require('bufferedstream') describe 'UpdateMerger :', -> beforeEach ...
[ { "context": "###\n * eventparser\n * https://github.com/1egoman/eventparser\n *\n * Copyright (c) 2015 Ryan Gaus\n *", "end": 48, "score": 0.9991946220397949, "start": 41, "tag": "USERNAME", "value": "1egoman" }, { "context": "b.com/1egoman/eventparser\n *\n * Copyright (c) 2015 Rya...
src/index.coffee
1egoman/eventparser
0
### * eventparser * https://github.com/1egoman/eventparser * * Copyright (c) 2015 Ryan Gaus * Licensed under the MIT license. ### 'use strict'; app = require("express")() chalk = require "chalk" path = require "path" bodyParser = require "body-parser" router = require './routes' exports.main = -> # set ejs ...
14174
### * eventparser * https://github.com/1egoman/eventparser * * Copyright (c) 2015 <NAME> * Licensed under the MIT license. ### 'use strict'; app = require("express")() chalk = require "chalk" path = require "path" bodyParser = require "body-parser" router = require './routes' exports.main = -> # set ejs as ...
true
### * eventparser * https://github.com/1egoman/eventparser * * Copyright (c) 2015 PI:NAME:<NAME>END_PI * Licensed under the MIT license. ### 'use strict'; app = require("express")() chalk = require "chalk" path = require "path" bodyParser = require "body-parser" router = require './routes' exports.main = -> ...
[ { "context": "abled by default.\n \"\"\"\n\n tokens: [ \"++\", \"--\" ]\n\n lintToken : (token, tokenApi) ->\n ", "end": 530, "score": 0.9759901762008667, "start": 530, "tag": "KEY", "value": "" }, { "context": "d by default.\n \"\"\"\n\n tokens: [ \"+...
node_modules/coffeelint/src/rules/no_plusplus.coffee
buruno/site-cra
8
module.exports = class NoPlusPlus rule: name: 'no_plusplus' level : 'ignore' message : 'The increment and decrement operators are forbidden' description: """ This rule forbids the increment and decrement arithmetic operators. Some people believe the <tt>++</...
72450
module.exports = class NoPlusPlus rule: name: 'no_plusplus' level : 'ignore' message : 'The increment and decrement operators are forbidden' description: """ This rule forbids the increment and decrement arithmetic operators. Some people believe the <tt>++</...
true
module.exports = class NoPlusPlus rule: name: 'no_plusplus' level : 'ignore' message : 'The increment and decrement operators are forbidden' description: """ This rule forbids the increment and decrement arithmetic operators. Some people believe the <tt>++</...
[ { "context": "g interface unit tests\n#\n# Copyright (C) 2011-2013 Nikolay Nemshilov\n#\n{Test,should} = require('lovely')\n\neval(Test.bu", "end": 90, "score": 0.9998893141746521, "start": 73, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
stl/core/test/events_test.coffee
lovely-io/lovely.io-stl
2
# # The events handling interface unit tests # # Copyright (C) 2011-2013 Nikolay Nemshilov # {Test,should} = require('lovely') eval(Test.build) Lovely = this.Lovely describe 'Events', # a dummy class to test the interface Dummy = new Lovely.Class include: Lovely.Events method: -> # some dummy method ...
138167
# # The events handling interface unit tests # # Copyright (C) 2011-2013 <NAME> # {Test,should} = require('lovely') eval(Test.build) Lovely = this.Lovely describe 'Events', # a dummy class to test the interface Dummy = new Lovely.Class include: Lovely.Events method: -> # some dummy method describe "...
true
# # The events handling interface unit tests # # Copyright (C) 2011-2013 PI:NAME:<NAME>END_PI # {Test,should} = require('lovely') eval(Test.build) Lovely = this.Lovely describe 'Events', # a dummy class to test the interface Dummy = new Lovely.Class include: Lovely.Events method: -> # some dummy method ...
[ { "context": " rich text editing jQuery UI widget\n# (c) 2011 Henri Bergius, IKS Consortium\n# Hallo may be freely distrib", "end": 79, "score": 0.9998525381088257, "start": 66, "tag": "NAME", "value": "Henri Bergius" } ]
src/plugins/reundo.coffee
git-j/hallo
0
# Hallo - a rich text editing jQuery UI widget # (c) 2011 Henri Bergius, IKS Consortium # Hallo may be freely distributed under the MIT license ((jQuery) -> jQuery.widget "IKS.halloreundo", options: editable: null toolbar: null uuid: '' buttonCssCl...
206169
# Hallo - a rich text editing jQuery UI widget # (c) 2011 <NAME>, IKS Consortium # Hallo may be freely distributed under the MIT license ((jQuery) -> jQuery.widget "IKS.halloreundo", options: editable: null toolbar: null uuid: '' buttonCssClass: nu...
true
# Hallo - a rich text editing jQuery UI widget # (c) 2011 PI:NAME:<NAME>END_PI, IKS Consortium # Hallo may be freely distributed under the MIT license ((jQuery) -> jQuery.widget "IKS.halloreundo", options: editable: null toolbar: null uuid: '' butt...
[ { "context": "Crack extends Skill\n target: TARGET_DIR8\n key: 'skull_crack'\n name: 'skull crack'\n mp: 3\n cooldown: 3\n\n r", "end": 72, "score": 0.9962806701660156, "start": 61, "tag": "KEY", "value": "skull_crack" } ]
js/skills/skull_crack.coffee
ktchernov/7drl-lion.github.io
27
class SkullCrack extends Skill target: TARGET_DIR8 key: 'skull_crack' name: 'skull crack' mp: 3 cooldown: 3 run: (dir) -> true # register_skill 'skull_crack', SkullCrack
83399
class SkullCrack extends Skill target: TARGET_DIR8 key: '<KEY>' name: 'skull crack' mp: 3 cooldown: 3 run: (dir) -> true # register_skill 'skull_crack', SkullCrack
true
class SkullCrack extends Skill target: TARGET_DIR8 key: 'PI:KEY:<KEY>END_PI' name: 'skull crack' mp: 3 cooldown: 3 run: (dir) -> true # register_skill 'skull_crack', SkullCrack
[ { "context": "rt of switch-reducers\n# Copyright (C) 2018-present Dario Giovannetti <dev@dariogiovannetti.net>\n# Licensed under MIT\n#", "end": 85, "score": 0.9998668432235718, "start": 68, "tag": "NAME", "value": "Dario Giovannetti" }, { "context": "s\n# Copyright (C) 2018-present ...
index.coffee
kynikos/lib.js.switch-reducers
1
# This file is part of switch-reducers # Copyright (C) 2018-present Dario Giovannetti <dev@dariogiovannetti.net> # Licensed under MIT # https://github.com/kynikos/switch-reducers/blob/master/LICENSE module.exports = (getControlVar, reducersMap) -> (args...) -> reduce = reducersMap[getControlVar(args...)] ...
38129
# This file is part of switch-reducers # Copyright (C) 2018-present <NAME> <<EMAIL>> # Licensed under MIT # https://github.com/kynikos/switch-reducers/blob/master/LICENSE module.exports = (getControlVar, reducersMap) -> (args...) -> reduce = reducersMap[getControlVar(args...)] if reduce? ...
true
# This file is part of switch-reducers # Copyright (C) 2018-present PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> # Licensed under MIT # https://github.com/kynikos/switch-reducers/blob/master/LICENSE module.exports = (getControlVar, reducersMap) -> (args...) -> reduce = reducersMap[getControlVar(args...)]...
[ { "context": ": \"0\"\n notify_invites: \"1\"\n email: \"jasmine@example.com\"\n email_confirmed: 1\n api_token: \"0", "end": 212, "score": 0.9999100565910339, "start": 193, "tag": "EMAIL", "value": "jasmine@example.com" }, { "context": "m\"\n email...
www/test/src/fixtures/models.coffee
berekuk/questhub
15
define [ "models/current-user" ], (currentUser) -> result = {} result.settings = notify_likes: "1" notify_comments: "0" notify_invites: "1" email: "jasmine@example.com" email_confirmed: 1 api_token: "0123456789abcdef0123456789abcdef" notify_followers:...
7879
define [ "models/current-user" ], (currentUser) -> result = {} result.settings = notify_likes: "1" notify_comments: "0" notify_invites: "1" email: "<EMAIL>" email_confirmed: 1 api_token: "<KEY>" notify_followers: "0" newsletter: "0" resul...
true
define [ "models/current-user" ], (currentUser) -> result = {} result.settings = notify_likes: "1" notify_comments: "0" notify_invites: "1" email: "PI:EMAIL:<EMAIL>END_PI" email_confirmed: 1 api_token: "PI:KEY:<KEY>END_PI" notify_followers: "0" ...
[ { "context": "offeescript/src/command.coffee(https://github.com/jashkenas/coffeescript)\n Thanks to Jeremy Ashkenas\n Some", "end": 88, "score": 0.9933568239212036, "start": 79, "tag": "USERNAME", "value": "jashkenas" }, { "context": "://github.com/jashkenas/coffeescript)\n Thank...
src/command.coffee
taijiweb/taijilang
34
### this file is based on coffeescript/src/command.coffee(https://github.com/jashkenas/coffeescript) Thanks to Jeremy Ashkenas Some stuffs is added or modified for taiji langauge. ### ### Copyright (c) 2009-2014 Jeremy Ashkenas Copyright (c) 2014-2015 Caoxingming Permission is hereby granted, free of charge, to...
38198
### this file is based on coffeescript/src/command.coffee(https://github.com/jashkenas/coffeescript) Thanks to <NAME> Some stuffs is added or modified for taiji langauge. ### ### Copyright (c) 2009-2014 <NAME> Copyright (c) 2014-2015 Caoxingming Permission is hereby granted, free of charge, to any person obtain...
true
### this file is based on coffeescript/src/command.coffee(https://github.com/jashkenas/coffeescript) Thanks to PI:NAME:<NAME>END_PI Some stuffs is added or modified for taiji langauge. ### ### Copyright (c) 2009-2014 PI:NAME:<NAME>END_PI Copyright (c) 2014-2015 Caoxingming Permission is hereby granted, free of ...
[ { "context": "th = '/_' if _.isEmpty path\n redisKey = \"#{uuid}#{path}\"\n debug { uuid, path, redisKey }\n @r", "end": 765, "score": 0.7178360819816589, "start": 765, "tag": "KEY", "value": "" }, { "context": "ight parsing error /' # WONTFIX\n redisKey = \"#{uuid}/#{pat...
src/services/meshblu-ref-cache-service.coffee
octoblu/meshblu-ref-cache-service
0
_ = require 'lodash' async = require 'async' debug = require('debug')('meshblu-ref-cache-service:meshblu-ref-cache-service') GenericPool = require 'generic-pool' When = require 'when' RedisNS = require '@octoblu/redis-ns' Redis = require 'ioredis' class MeshbluRefCacheService c...
42221
_ = require 'lodash' async = require 'async' debug = require('debug')('meshblu-ref-cache-service:meshblu-ref-cache-service') GenericPool = require 'generic-pool' When = require 'when' RedisNS = require '@octoblu/redis-ns' Redis = require 'ioredis' class MeshbluRefCacheService c...
true
_ = require 'lodash' async = require 'async' debug = require('debug')('meshblu-ref-cache-service:meshblu-ref-cache-service') GenericPool = require 'generic-pool' When = require 'when' RedisNS = require '@octoblu/redis-ns' Redis = require 'ioredis' class MeshbluRefCacheService c...
[ { "context": "'offset'] is 'continue'\n context.registers.for[@name]\n else\n context.get(@attributes['offset']", "end": 3014, "score": 0.9626752138137817, "start": 3009, "tag": "USERNAME", "value": "@name" }, { "context": "on for the continue flag\n context.registers....
node_modules/liquid.coffee/src/liquid/tags/for.coffee
darkoverlordofdata/shmupwarz-ooc
1
#+--------------------------------------------------------------------+ #| for.coffee #+--------------------------------------------------------------------+ #| Copyright DarkOverlordOfData (c) 2013 #+--------------------------------------------------------------------+ #| #| This file is a part of liquid.coffee #| #| ...
18706
#+--------------------------------------------------------------------+ #| for.coffee #+--------------------------------------------------------------------+ #| Copyright DarkOverlordOfData (c) 2013 #+--------------------------------------------------------------------+ #| #| This file is a part of liquid.coffee #| #| ...
true
#+--------------------------------------------------------------------+ #| for.coffee #+--------------------------------------------------------------------+ #| Copyright DarkOverlordOfData (c) 2013 #+--------------------------------------------------------------------+ #| #| This file is a part of liquid.coffee #| #| ...
[ { "context": ".com\n# full_roomname = webapps@conference.digitalreasoning.com\n# STASH_JIRA_URL - The URL to your JIRA inst", "end": 485, "score": 0.9999225735664368, "start": 446, "tag": "EMAIL", "value": "webapps@conference.digitalreasoning.com" }, { ...
index.coffee
cha55son/hubot-stash-webhooks
0
# Description: # Accepts Atlassian Stash post commit webhook POSTs and delivers to XMPP chat # # Dependencies: # None # # Configurations: # STASH_HOST_URL - The URL to your stash instance. # STASH_ROOM_SUFFIX - To be appended to the end of the roomname. # Ex. roomname = webapps ...
147590
# Description: # Accepts Atlassian Stash post commit webhook POSTs and delivers to XMPP chat # # Dependencies: # None # # Configurations: # STASH_HOST_URL - The URL to your stash instance. # STASH_ROOM_SUFFIX - To be appended to the end of the roomname. # Ex. roomname = webapps ...
true
# Description: # Accepts Atlassian Stash post commit webhook POSTs and delivers to XMPP chat # # Dependencies: # None # # Configurations: # STASH_HOST_URL - The URL to your stash instance. # STASH_ROOM_SUFFIX - To be appended to the end of the roomname. # Ex. roomname = webapps ...
[ { "context": "###\n# Copyright (C) 2014 Andrey Antukh <niwi@niwi.be>\n# Copyright (C) 2014 JesΓΊs Espino ", "end": 38, "score": 0.9998872876167297, "start": 25, "tag": "NAME", "value": "Andrey Antukh" }, { "context": "###\n# Copyright (C) 2014 Andrey Antukh <niwi@niwi.be>\n# Copyright...
public/taiga-front/app/coffee/modules/base/storage.coffee
mabotech/maboss
0
### # Copyright (C) 2014 Andrey Antukh <niwi@niwi.be> # Copyright (C) 2014 JesΓΊs Espino Garcia <jespinog@gmail.com> # Copyright (C) 2014 David BarragΓ‘n Merino <bameda@dbarragan.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as ...
185858
### # Copyright (C) 2014 <NAME> <<EMAIL>> # Copyright (C) 2014 <NAME> <<EMAIL>> # Copyright (C) 2014 <NAME> <<EMAIL>> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of...
true
### # Copyright (C) 2014 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> # Copyright (C) 2014 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> # Copyright (C) 2014 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero Gen...
[ { "context": "'name', presence: yes\n\n p = new Product name: 'nick'\n p.validate (result, errors) ->\n ok resu", "end": 941, "score": 0.8110060095787048, "start": 937, "tag": "NAME", "value": "nick" } ]
tests/batman/model/validations_test.coffee
airhorns/batman
1
validationsTestSuite = -> asyncTest "validation shouldn leave the model in the same state it left it", -> class Product extends Batman.Model @validate 'name', presence: yes p = new Product oldState = p.state() p.validate (result, errors) -> equal p.state(), oldState QUnit.start() ...
46655
validationsTestSuite = -> asyncTest "validation shouldn leave the model in the same state it left it", -> class Product extends Batman.Model @validate 'name', presence: yes p = new Product oldState = p.state() p.validate (result, errors) -> equal p.state(), oldState QUnit.start() ...
true
validationsTestSuite = -> asyncTest "validation shouldn leave the model in the same state it left it", -> class Product extends Batman.Model @validate 'name', presence: yes p = new Product oldState = p.state() p.validate (result, errors) -> equal p.state(), oldState QUnit.start() ...
[ { "context": "\"\"\"\n\n\t\t\tUsage: #{'node client.js'.cyan} \"To Name <toaddress@example.com>\" \"From Name <fromaddress@example.com>\" \"Test Sub", "end": 107, "score": 0.9999234080314636, "start": 86, "tag": "EMAIL", "value": "toaddress@example.com" }, { "context": "an} \"To Name...
client.coffee
odojs/pokemon-emails
0
args = process.argv.slice 2 usage = """ Usage: #{'node client.js'.cyan} "To Name <toaddress@example.com>" "From Name <fromaddress@example.com>" "Test Subject" "Test Content" localhost """ if args.length isnt 5 console.error usage process.exit 1 deliveremail = require './deliveremail' fs = require 'fs' strea...
72288
args = process.argv.slice 2 usage = """ Usage: #{'node client.js'.cyan} "To Name <<EMAIL>>" "From Name <<EMAIL>>" "Test Subject" "Test Content" localhost """ if args.length isnt 5 console.error usage process.exit 1 deliveremail = require './deliveremail' fs = require 'fs' stream = require 'stream' moment = ...
true
args = process.argv.slice 2 usage = """ Usage: #{'node client.js'.cyan} "To Name <PI:EMAIL:<EMAIL>END_PI>" "From Name <PI:EMAIL:<EMAIL>END_PI>" "Test Subject" "Test Content" localhost """ if args.length isnt 5 console.error usage process.exit 1 deliveremail = require './deliveremail' fs = require 'fs' strea...
[ { "context": " grunt-smart-assets\n# *\n# *\n# * Copyright (c) 2014 Shapovalov Alexandr\n# * Licensed under the MIT license.\n#\n\"use strict", "end": 75, "score": 0.9997490048408508, "start": 56, "tag": "NAME", "value": "Shapovalov Alexandr" } ]
tasks/smart_assets.coffee
Freezko/grunt-smart-assets
0
# # * grunt-smart-assets # * # * # * Copyright (c) 2014 Shapovalov Alexandr # * Licensed under the MIT license. # "use strict" module.exports = (grunt) -> path = require('path') crypto = require('crypto'); _ = require('lodash'); run_task = (task, config) -> default_config = grunt.config.get('task') || {}; ...
93735
# # * grunt-smart-assets # * # * # * Copyright (c) 2014 <NAME> # * Licensed under the MIT license. # "use strict" module.exports = (grunt) -> path = require('path') crypto = require('crypto'); _ = require('lodash'); run_task = (task, config) -> default_config = grunt.config.get('task') || {}; default_con...
true
# # * grunt-smart-assets # * # * # * Copyright (c) 2014 PI:NAME:<NAME>END_PI # * Licensed under the MIT license. # "use strict" module.exports = (grunt) -> path = require('path') crypto = require('crypto'); _ = require('lodash'); run_task = (task, config) -> default_config = grunt.config.get('task') || {};...
[ { "context": " avatar: creator.avatar\n name: creator.name\n totalBlipCount: total\n ", "end": 7872, "score": 0.5552603006362915, "start": 7865, "tag": "NAME", "value": "creator" }, { "context": "atar: creator.avatar\n name: crea...
src/server/blip/search_controller.coffee
LaPingvino/rizzoma
88
_= require('underscore') async = require('async') SearchController = require('../search/controller').SearchController CouchBlipProcessor = require('../blip/couch_processor').CouchBlipProcessor CouchWaveProcessor = require('../wave/couch_processor').CouchWaveProcessor UserCouchProcessor = require('../user/couch_processo...
65325
_= require('underscore') async = require('async') SearchController = require('../search/controller').SearchController CouchBlipProcessor = require('../blip/couch_processor').CouchBlipProcessor CouchWaveProcessor = require('../wave/couch_processor').CouchWaveProcessor UserCouchProcessor = require('../user/couch_processo...
true
_= require('underscore') async = require('async') SearchController = require('../search/controller').SearchController CouchBlipProcessor = require('../blip/couch_processor').CouchBlipProcessor CouchWaveProcessor = require('../wave/couch_processor').CouchWaveProcessor UserCouchProcessor = require('../user/couch_processo...
[ { "context": "yles: {\n apps: \"list\"\n }\n\n localStorageKey: \"ui\"\n\n state: ->\n listStyles: @listStyles\n\n onCh", "end": 2085, "score": 0.8260679841041565, "start": 2083, "tag": "KEY", "value": "ui" } ]
app/assets/js/app-store.coffee
OlegIlyenko/learning-reactjs
1
global.ErrorActions = Reflux.createActions [ "serverError" "clear" ] global.AppActions = Reflux.createActions [ "addApp" "updateApp" "deleteApp" "updated" "list" "subscribe" "unsubscribe" ] updateHandler = (p) -> p.then AppActions.updated .fail ErrorActions.serverError AppActions.addApp.listen...
95768
global.ErrorActions = Reflux.createActions [ "serverError" "clear" ] global.AppActions = Reflux.createActions [ "addApp" "updateApp" "deleteApp" "updated" "list" "subscribe" "unsubscribe" ] updateHandler = (p) -> p.then AppActions.updated .fail ErrorActions.serverError AppActions.addApp.listen...
true
global.ErrorActions = Reflux.createActions [ "serverError" "clear" ] global.AppActions = Reflux.createActions [ "addApp" "updateApp" "deleteApp" "updated" "list" "subscribe" "unsubscribe" ] updateHandler = (p) -> p.then AppActions.updated .fail ErrorActions.serverError AppActions.addApp.listen...
[ { "context": "3-456-789'\n clientSecret: 'shhh-its-a-secret'\n\n doorman(config)\n require('rupert", "end": 1160, "score": 0.9177846312522888, "start": 1143, "tag": "KEY", "value": "shhh-its-a-secret" } ]
src/server/auth/route_test.coffee
RupertJS/rupert-doorman
0
request = require('supertest') express = require('express') router = require('./route') doorman = require('./config') Config = require('rupert').Config describe 'Doorman Router', -> it 'exports a routing function', -> router.should.be.an.instanceof Function it 'attaches express-session to the app', (d...
46010
request = require('supertest') express = require('express') router = require('./route') doorman = require('./config') Config = require('rupert').Config describe 'Doorman Router', -> it 'exports a routing function', -> router.should.be.an.instanceof Function it 'attaches express-session to the app', (d...
true
request = require('supertest') express = require('express') router = require('./route') doorman = require('./config') Config = require('rupert').Config describe 'Doorman Router', -> it 'exports a routing function', -> router.should.be.an.instanceof Function it 'attaches express-session to the app', (d...
[ { "context": "module.exports =\n user:\n admin:\n name: 'admin'\n email: 'admin@mob.myvnc.com'\n", "end": 54, "score": 0.9794068932533264, "start": 49, "tag": "USERNAME", "value": "admin" }, { "context": "ser:\n admin:\n name: 'admin'\n email: 'admin@mob.my...
config/user.coffee
twhtanghk/restfile
0
module.exports = user: admin: name: 'admin' email: 'admin@mob.myvnc.com'
35633
module.exports = user: admin: name: 'admin' email: '<EMAIL>'
true
module.exports = user: admin: name: 'admin' email: 'PI:EMAIL:<EMAIL>END_PI'
[ { "context": "is a derived version of Angular Calculator Demo by Thom Porter (http://www.thomporter.com/docco/calc.html).\n###\n", "end": 128, "score": 0.9996508955955505, "start": 117, "tag": "NAME", "value": "Thom Porter" } ]
src/scripts/services/calc.coffee
dbtek/angular-material-calculator
4
app = require '../app' ###* # Logic implemented in this service is a derived version of Angular Calculator Demo by Thom Porter (http://www.thomporter.com/docco/calc.html). ### app.factory '$calc', -> memory = 0 stuff = [0] justGotMath = false display = '' input: (n) -> console.log "input: #{n}" if...
58637
app = require '../app' ###* # Logic implemented in this service is a derived version of Angular Calculator Demo by <NAME> (http://www.thomporter.com/docco/calc.html). ### app.factory '$calc', -> memory = 0 stuff = [0] justGotMath = false display = '' input: (n) -> console.log "input: #{n}" if just...
true
app = require '../app' ###* # Logic implemented in this service is a derived version of Angular Calculator Demo by PI:NAME:<NAME>END_PI (http://www.thomporter.com/docco/calc.html). ### app.factory '$calc', -> memory = 0 stuff = [0] justGotMath = false display = '' input: (n) -> console.log "input: #{n...
[ { "context": "ndexesOf = Ember.EnumerableUtils.indexesOf\n# TODO(Peter): use selection index\nEmber.Table.RowSelectionMix", "end": 56, "score": 0.9760202169418335, "start": 51, "tag": "NAME", "value": "Peter" } ]
src/row_selection_mixin.coffee
blend/ember-table
0
indexesOf = Ember.EnumerableUtils.indexesOf # TODO(Peter): use selection index Ember.Table.RowSelectionMixin = Ember.Mixin.create # we need to set tabindex so that div responds to key events attributeBindings: 'tabindex' contentBinding: Ember.Binding.oneWay 'controller.bodyContent' rowHeightBinding: ...
88445
indexesOf = Ember.EnumerableUtils.indexesOf # TODO(<NAME>): use selection index Ember.Table.RowSelectionMixin = Ember.Mixin.create # we need to set tabindex so that div responds to key events attributeBindings: 'tabindex' contentBinding: Ember.Binding.oneWay 'controller.bodyContent' rowHeightBinding: ...
true
indexesOf = Ember.EnumerableUtils.indexesOf # TODO(PI:NAME:<NAME>END_PI): use selection index Ember.Table.RowSelectionMixin = Ember.Mixin.create # we need to set tabindex so that div responds to key events attributeBindings: 'tabindex' contentBinding: Ember.Binding.oneWay 'controller.bodyContent' rowHei...
[ { "context": "\nnikita = require '@nikitajs/core/lib'\n{command} = require '../src/query'\n{tag", "end": 28, "score": 0.8221434354782104, "start": 23, "tag": "USERNAME", "value": "itajs" }, { "context": " engine\n admin_username: db[engine].admin_username\n admin_pa...
packages/db/test/user.coffee
shivaylamba/meilisearch-gatsby-plugin-guide
31
nikita = require '@nikitajs/core/lib' {command} = require '../src/query' {tags, config, db} = require './test' they = require('mocha-they')(config) return unless tags.db for engine, _ of db describe "db.user #{engine}", -> they 'requires host, hostname, username', ({ssh}) -> nikita $ssh: ssh ...
170613
nikita = require '@nikitajs/core/lib' {command} = require '../src/query' {tags, config, db} = require './test' they = require('mocha-they')(config) return unless tags.db for engine, _ of db describe "db.user #{engine}", -> they 'requires host, hostname, username', ({ssh}) -> nikita $ssh: ssh ...
true
nikita = require '@nikitajs/core/lib' {command} = require '../src/query' {tags, config, db} = require './test' they = require('mocha-they')(config) return unless tags.db for engine, _ of db describe "db.user #{engine}", -> they 'requires host, hostname, username', ({ssh}) -> nikita $ssh: ssh ...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9991400241851807, "start": 12, "tag": "NAME", "value": "Joyent" } ]
test/simple/test-fs-write-stream-err.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...
18745
# 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": " API downlinkMax polyfill micro-library.\n @author Daniel Lamb <dlamb.open.source@gmail.com>\n###\ndownlinkmax = -", "end": 116, "score": 0.9998528957366943, "start": 105, "tag": "NAME", "value": "Daniel Lamb" }, { "context": "ax polyfill micro-library.\n @author Dani...
downlinkmax.coffee
johngeorgewright/downlinkMax
68
###* @file downlinkMax is 0.26KB Network Information API downlinkMax polyfill micro-library. @author Daniel Lamb <dlamb.open.source@gmail.com> ### downlinkmax = -> limitless = Infinity nav = navigator # deal with vendor prefixing and fallback if not supported connection = nav.connection or nav.mozConnectio...
91317
###* @file downlinkMax is 0.26KB Network Information API downlinkMax polyfill micro-library. @author <NAME> <<EMAIL>> ### downlinkmax = -> limitless = Infinity nav = navigator # deal with vendor prefixing and fallback if not supported connection = nav.connection or nav.mozConnection or nav.webkitConnection...
true
###* @file downlinkMax is 0.26KB Network Information API downlinkMax polyfill micro-library. @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ### downlinkmax = -> limitless = Infinity nav = navigator # deal with vendor prefixing and fallback if not supported connection = nav.connection or nav.mozConne...
[ { "context": "# The MIT License (MIT)\n# \n# Copyright (c) 2013 Alytis\n# \n# Permission is hereby granted, free of charge", "end": 54, "score": 0.9987066388130188, "start": 48, "tag": "NAME", "value": "Alytis" } ]
src/main.coffee
monokrome/HyperBone
0
# The MIT License (MIT) # # Copyright (c) 2013 Alytis # # 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, ...
209178
# The MIT License (MIT) # # Copyright (c) 2013 <NAME> # # 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, ...
true
# The MIT License (MIT) # # Copyright (c) 2013 PI:NAME:<NAME>END_PI # # 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, ...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9996116161346436, "start": 12, "tag": "NAME", "value": "Joyent" }, { "context": "# Regression test for GH-784\n# https://github.com/joyent/node/issues/784\n#\n# The test works...
test/simple/test-regress-GH-784.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...
149795
# 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": " id: 'test-merchant-01',\n key: '123123123123',\n },\n user: {\n merchant_u", "end": 456, "score": 0.9994581341743469, "start": 444, "tag": "KEY", "value": "123123123123" }, { "context": "user_id: '0001-0001-0001-0001',\n ...
test/services/requestValidationService.coffee
leonkyr/melbourneapi
1
RequestValidationService = require '../../src/services/requestValidationService' expect = require 'expect' should = require 'should' assert = require 'assert' describe 'Request Validation Service', -> describe 'Validate Pay Request', -> it 'Initial Payment Request with all new objects', -> api = new Reque...
84478
RequestValidationService = require '../../src/services/requestValidationService' expect = require 'expect' should = require 'should' assert = require 'assert' describe 'Request Validation Service', -> describe 'Validate Pay Request', -> it 'Initial Payment Request with all new objects', -> api = new Reque...
true
RequestValidationService = require '../../src/services/requestValidationService' expect = require 'expect' should = require 'should' assert = require 'assert' describe 'Request Validation Service', -> describe 'Validate Pay Request', -> it 'Initial Payment Request with all new objects', -> api = new Reque...
[ { "context": "is.setOptions options\n#\n# Copyright (C) 2011-2012 Nikolay Nemshilov\n#\nOptions =\n options: {} # instance options obj", "end": 322, "score": 0.9998942613601685, "start": 305, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
stl/core/src/options.coffee
lovely-io/lovely.io-stl
2
# # A standard options handling interface mixin # # MyClass = new Lovely.Class # include: Lovely.Options, # extend: # Options: # one: 'thing' # another: 'one' # # initialize: (options) -> # this.setOptions options # # Copyright (C) 2011-2012 Nikolay Nemshil...
131173
# # A standard options handling interface mixin # # MyClass = new Lovely.Class # include: Lovely.Options, # extend: # Options: # one: 'thing' # another: 'one' # # initialize: (options) -> # this.setOptions options # # Copyright (C) 2011-2012 <NAME> # Option...
true
# # A standard options handling interface mixin # # MyClass = new Lovely.Class # include: Lovely.Options, # extend: # Options: # one: 'thing' # another: 'one' # # initialize: (options) -> # this.setOptions options # # Copyright (C) 2011-2012 PI:NAME:<NAME>E...
[ { "context": "@_extendAll(rr)\n rankConstraintMessageKey = 'kobo--rank-constraint-message'\n if !rr.get(rankConstraintMessageKey)\n ", "end": 6467, "score": 0.997516393661499, "start": 6438, "tag": "KEY", "value": "kobo--rank-constraint-message" }, { "context": "ed more...
kobo-docker/.vols/static/kpi/xlform/src/model.row.coffee
OpenOPx/kobotoolbox
0
global = @ _ = require 'underscore' Backbone = require 'backbone' alertify = require 'alertifyjs' base = require './model.base' $configs = require './model.configs' $utils = require './model.utils' $surveyDetail = require './model.surveyDetail' $aliases = require './model.aliases' $rowDetail = require './model.rowDeta...
83495
global = @ _ = require 'underscore' Backbone = require 'backbone' alertify = require 'alertifyjs' base = require './model.base' $configs = require './model.configs' $utils = require './model.utils' $surveyDetail = require './model.surveyDetail' $aliases = require './model.aliases' $rowDetail = require './model.rowDeta...
true
global = @ _ = require 'underscore' Backbone = require 'backbone' alertify = require 'alertifyjs' base = require './model.base' $configs = require './model.configs' $utils = require './model.utils' $surveyDetail = require './model.surveyDetail' $aliases = require './model.aliases' $rowDetail = require './model.rowDeta...
[ { "context": "tframes-toback.coffee\n\n // Copyright (c) 2013\n // Fabian \"fabiantheblind\" MorΓ³n Zirfas\n // Permission is h", "end": 70, "score": 0.9998534321784973, "start": 64, "tag": "NAME", "value": "Fabian" }, { "context": "oback.coffee\n\n // Copyright (c) 2013\n // Fabian...
_dev/coffee/move-textframes-to-back.coffee
fabianmoronzirfas/mpo-id-tools
2
### move-textframes-toback.coffee // Copyright (c) 2013 // Fabian "fabiantheblind" MorΓ³n Zirfas // 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 w...
212729
### move-textframes-toback.coffee // Copyright (c) 2013 // <NAME> "fabiantheblind" <NAME> // 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...
true
### move-textframes-toback.coffee // Copyright (c) 2013 // PI:NAME:<NAME>END_PI "fabiantheblind" PI:NAME:<NAME>END_PI // 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 re...
[ { "context": "ners.push({\n userID: user._id\n name: user.name\n email: user.email\n firstName: user", "end": 827, "score": 0.9393222332000732, "start": 818, "tag": "NAME", "value": "user.name" }, { "context": "ncat _.assign({ userID: me.id }, me.pick('nam...
app/views/teachers/ShareLicensesStoreModule.coffee
mcgilvrayb/codecombat
0
api = require 'core/api' initialState = { _prepaid: { joiners: [] } error: '' } translateError = (error) -> if error.i18n return i18n.t(error.i18n) else if error.errorID is 'no-user-with-that-email' return i18n.t('share_licenses.teacher_not_found') else if error.errorID is 'cant-fetch-nonteacher-by-...
146286
api = require 'core/api' initialState = { _prepaid: { joiners: [] } error: '' } translateError = (error) -> if error.i18n return i18n.t(error.i18n) else if error.errorID is 'no-user-with-that-email' return i18n.t('share_licenses.teacher_not_found') else if error.errorID is 'cant-fetch-nonteacher-by-...
true
api = require 'core/api' initialState = { _prepaid: { joiners: [] } error: '' } translateError = (error) -> if error.i18n return i18n.t(error.i18n) else if error.errorID is 'no-user-with-that-email' return i18n.t('share_licenses.teacher_not_found') else if error.errorID is 'cant-fetch-nonteacher-by-...
[ { "context": "uth.method isnt 'password' || auth.username isnt \"brady\" || auth.password isnt \"test\"\n return auth.rej", "end": 222, "score": 0.9995355606079102, "start": 217, "tag": "USERNAME", "value": "brady" }, { "context": "auth.username isnt \"brady\" || auth.password isn...
node_modules/node-sftp-server/server_example.coffee
Drimpac2020eu/DRIMPAC_REST_API
0
fs=require 'fs' SFTPServer=require "./wrapper" srv=new SFTPServer() srv.listen(8022) srv.on "connect", (auth) -> console.warn "authentication attempted" if auth.method isnt 'password' || auth.username isnt "brady" || auth.password isnt "test" return auth.reject() # forcing a short-circuit here is weird, b...
40601
fs=require 'fs' SFTPServer=require "./wrapper" srv=new SFTPServer() srv.listen(8022) srv.on "connect", (auth) -> console.warn "authentication attempted" if auth.method isnt 'password' || auth.username isnt "brady" || auth.password isnt "<PASSWORD>" return auth.reject() # forcing a short-circuit here is we...
true
fs=require 'fs' SFTPServer=require "./wrapper" srv=new SFTPServer() srv.listen(8022) srv.on "connect", (auth) -> console.warn "authentication attempted" if auth.method isnt 'password' || auth.username isnt "brady" || auth.password isnt "PI:PASSWORD:<PASSWORD>END_PI" return auth.reject() # forcing a short-...
[ { "context": "In-browser CoffeeScript REPL\n# https://github.com/larryng/coffeescript-repl\n# \n# written by Larry Ng\n\nrequi", "end": 59, "score": 0.9996258020401001, "start": 52, "tag": "USERNAME", "value": "larryng" }, { "context": "thub.com/larryng/coffeescript-repl\n# \n# writt...
coffee/main.coffee
zhandao/coffeescript-repl
28
# In-browser CoffeeScript REPL # https://github.com/larryng/coffeescript-repl # # written by Larry Ng require ['jquery', 'coffee-script', 'nodeutil'], ($, CoffeeScript, nodeutil) -> $ -> SAVED_CONSOLE_LOG = console.log $output = $('#output') $input = $('#input') $prompt = $('#prompt'...
176096
# In-browser CoffeeScript REPL # https://github.com/larryng/coffeescript-repl # # written by <NAME> require ['jquery', 'coffee-script', 'nodeutil'], ($, CoffeeScript, nodeutil) -> $ -> SAVED_CONSOLE_LOG = console.log $output = $('#output') $input = $('#input') $prompt = $('#prompt') ...
true
# In-browser CoffeeScript REPL # https://github.com/larryng/coffeescript-repl # # written by PI:NAME:<NAME>END_PI require ['jquery', 'coffee-script', 'nodeutil'], ($, CoffeeScript, nodeutil) -> $ -> SAVED_CONSOLE_LOG = console.log $output = $('#output') $input = $('#input') $prompt =...
[ { "context": "\n req.integration =\n _id: 1\n token: '02ddb822d4000975005c76484364f1ee'\n\n $bitbucket.then (bitbucket) -> bitbucket.re", "end": 400, "score": 0.9959940314292908, "start": 368, "tag": "KEY", "value": "02ddb822d4000975005c76484364f1ee" }, { "context": "...
test/services/bitbucket.coffee
jianliaoim/talk-services
40
should = require 'should' loader = require '../../src/loader' {req} = require '../util' $bitbucket = loader.load 'bitbucket' describe 'Bitbucket#Webhook', -> it 'receive invalid webhook', (done) -> data = require './bitbucket_assets/invalid_event.json' req.headers = data.headers req.body = data.body ...
117448
should = require 'should' loader = require '../../src/loader' {req} = require '../util' $bitbucket = loader.load 'bitbucket' describe 'Bitbucket#Webhook', -> it 'receive invalid webhook', (done) -> data = require './bitbucket_assets/invalid_event.json' req.headers = data.headers req.body = data.body ...
true
should = require 'should' loader = require '../../src/loader' {req} = require '../util' $bitbucket = loader.load 'bitbucket' describe 'Bitbucket#Webhook', -> it 'receive invalid webhook', (done) -> data = require './bitbucket_assets/invalid_event.json' req.headers = data.headers req.body = data.body ...
[ { "context": "ey\"\n\t\t\t\t\tAWSSecretKey: \"secret\"\n\t\t\t\tfromAddress: \"bob@bob.com\"\n\t\t\t\treplyToAddress: \"sally@gmail.com\"\n\n\t\t@sesCli", "end": 505, "score": 0.9999256134033203, "start": 494, "tag": "EMAIL", "value": "bob@bob.com" }, { "context": "\t\tfromAddress: \...
test/UnitTests/coffee/Email/EmailSenderTests.coffee
watercrossing/web-sharelatex
0
should = require('chai').should() SandboxedModule = require('sandboxed-module') assert = require('assert') path = require('path') sinon = require('sinon') modulePath = path.join __dirname, "../../../../app/js/Features/Email/EmailSender.js" expect = require("chai").expect describe "EmailSender", -> beforeEach -> @...
62275
should = require('chai').should() SandboxedModule = require('sandboxed-module') assert = require('assert') path = require('path') sinon = require('sinon') modulePath = path.join __dirname, "../../../../app/js/Features/Email/EmailSender.js" expect = require("chai").expect describe "EmailSender", -> beforeEach -> @...
true
should = require('chai').should() SandboxedModule = require('sandboxed-module') assert = require('assert') path = require('path') sinon = require('sinon') modulePath = path.join __dirname, "../../../../app/js/Features/Email/EmailSender.js" expect = require("chai").expect describe "EmailSender", -> beforeEach -> @...
[ { "context": "from PortAuthority\nfetchBuses = () ->\n\tAPI_key = '4EycNF36ZzhQnyHQBsrgVCx8C'\n\tproxy = 'https://paulmakesthe.net/ba-simple-pro", "end": 93, "score": 0.9996593594551086, "start": 68, "tag": "KEY", "value": "4EycNF36ZzhQnyHQBsrgVCx8C" } ]
public/js/buses.coffee
pschfr/dashboard
1
# Fetch bus times from PortAuthority fetchBuses = () -> API_key = '4EycNF36ZzhQnyHQBsrgVCx8C' proxy = 'https://paulmakesthe.net/ba-simple-proxy.php' # portURL = 'http://truetime.portauthority.org/bustime/api/v1/getstops' + '?key=' + API_key + '&rt=P1&dir=OUTBOUND' portURL = 'http://truetime.portauthority.org/bustim...
165409
# Fetch bus times from PortAuthority fetchBuses = () -> API_key = '<KEY>' proxy = 'https://paulmakesthe.net/ba-simple-proxy.php' # portURL = 'http://truetime.portauthority.org/bustime/api/v1/getstops' + '?key=' + API_key + '&rt=P1&dir=OUTBOUND' portURL = 'http://truetime.portauthority.org/bustime/api/v1/getpredicti...
true
# Fetch bus times from PortAuthority fetchBuses = () -> API_key = 'PI:KEY:<KEY>END_PI' proxy = 'https://paulmakesthe.net/ba-simple-proxy.php' # portURL = 'http://truetime.portauthority.org/bustime/api/v1/getstops' + '?key=' + API_key + '&rt=P1&dir=OUTBOUND' portURL = 'http://truetime.portauthority.org/bustime/api/v...
[ { "context": "s\" : {\n \"def\" : [ {\n \"name\" : \"Patient\",\n \"context\" : \"Patient\",\n ", "end": 3796, "score": 0.9960963129997253, "start": 3789, "tag": "NAME", "value": "Patient" }, { "context": " }\n }, {\n ...
src/example/age.coffee
luis1van/cql-execution-1
2
module.exports = { "library" : { "identifier" : { "id" : "AgeAtMP", "version" : "1" }, "schemaIdentifier" : { "id" : "urn:hl7-org:elm", "version" : "r1" }, "usings" : { "def" : [ { "localIdentifier" : "System", "uri" :...
157508
module.exports = { "library" : { "identifier" : { "id" : "AgeAtMP", "version" : "1" }, "schemaIdentifier" : { "id" : "urn:hl7-org:elm", "version" : "r1" }, "usings" : { "def" : [ { "localIdentifier" : "System", "uri" :...
true
module.exports = { "library" : { "identifier" : { "id" : "AgeAtMP", "version" : "1" }, "schemaIdentifier" : { "id" : "urn:hl7-org:elm", "version" : "r1" }, "usings" : { "def" : [ { "localIdentifier" : "System", "uri" :...
[ { "context": " port: 27017\n name: 'worklog'\n username: 'someuser'\n password: 'somepass'\n google:\n clientId:", "end": 832, "score": 0.9995962381362915, "start": 824, "tag": "USERNAME", "value": "someuser" }, { "context": "'worklog'\n username: 'someuser'\n pa...
backend/backend.coffee
KamilSzot/ReactBackboneCoffeescript
0
express = require 'express' session = require 'express-session' Q = require 'q' crypto = require 'crypto' bodyParser = require 'body-parser' passport = require 'passport' util = require 'util' mongoSessionStore = require 'connect-mongodb' GoogleStrategy = require('passport-google-oau...
159785
express = require 'express' session = require 'express-session' Q = require 'q' crypto = require 'crypto' bodyParser = require 'body-parser' passport = require 'passport' util = require 'util' mongoSessionStore = require 'connect-mongodb' GoogleStrategy = require('passport-google-oau...
true
express = require 'express' session = require 'express-session' Q = require 'q' crypto = require 'crypto' bodyParser = require 'body-parser' passport = require 'passport' util = require 'util' mongoSessionStore = require 'connect-mongodb' GoogleStrategy = require('passport-google-oau...
[ { "context": " if join = match.get('join')\n keys = keys.add('eid')\n keys\n\ncleanupEmptyMap = (key,map) ->\n if Imm", "end": 736, "score": 0.6149042248725891, "start": 733, "tag": "KEY", "value": "eid" }, { "context": "p:\n# index: ['eid', 'type']\n# keypath: [['bullet...
src/javascript/search/object_store_search.coffee
dcrosby42/metroid-clone
5
Immutable = require 'immutable' Profiler = require '../profiler' ObjectStore = require './object_store' debug = -> # debugging disabled # debug = console.log # debugging enabled expandPlaceholder = (x,row) -> if Immutable.List.isList(x) row.getIn(x) else x expandMatch = (filter,row) -> if filter....
174368
Immutable = require 'immutable' Profiler = require '../profiler' ObjectStore = require './object_store' debug = -> # debugging disabled # debug = console.log # debugging enabled expandPlaceholder = (x,row) -> if Immutable.List.isList(x) row.getIn(x) else x expandMatch = (filter,row) -> if filter....
true
Immutable = require 'immutable' Profiler = require '../profiler' ObjectStore = require './object_store' debug = -> # debugging disabled # debug = console.log # debugging enabled expandPlaceholder = (x,row) -> if Immutable.List.isList(x) row.getIn(x) else x expandMatch = (filter,row) -> if filter....
[ { "context": "# Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>\n#\n# Redistribution and us", "end": 34, "score": 0.9998286366462708, "start": 21, "tag": "NAME", "value": "Yusuke Suzuki" }, { "context": "# Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com>\n#\n# Redist...
node_modules/esutils/test/code.coffee
Kengetsu/Yuri-san
0
# Copyright (C) 2013 Yusuke Suzuki <utatane.tea@gmail.com> # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and...
182636
# Copyright (C) 2013 <NAME> <<EMAIL>> # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the following discla...
true
# Copyright (C) 2013 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright # notice, this list of condit...
[ { "context": "yout and Drawing Framework 0.0.3alpha\n * (c) 2010 Philipp Strathausen <strathausen@gmail.com>, http://strathausen.eu\n *", "end": 94, "score": 0.9998912811279297, "start": 75, "tag": "NAME", "value": "Philipp Strathausen" }, { "context": "work 0.0.3alpha\n * (c) 2010...
js/dracula_graph.coffee
cutburn/presup_visualization
2
### * Dracula Graph Layout and Drawing Framework 0.0.3alpha * (c) 2010 Philipp Strathausen <strathausen@gmail.com>, http://strathausen.eu * * Contributions by: * Branched by Jake Stothard <stothardj@gmail.com>. * * based on the Graph JavaScript framework, version 0.0.1 * (c) 2006 Aslak Hellesoy <aslak.h...
150076
### * Dracula Graph Layout and Drawing Framework 0.0.3alpha * (c) 2010 <NAME> <<EMAIL>>, http://strathausen.eu * * Contributions by: * Branched by <NAME> <<EMAIL>>. * * based on the Graph JavaScript framework, version 0.0.1 * (c) 2006 <NAME> <<EMAIL>> * (c) 2006 <NAME> <<EMAIL>> * * Ported from Gra...
true
### * Dracula Graph Layout and Drawing Framework 0.0.3alpha * (c) 2010 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>, http://strathausen.eu * * Contributions by: * Branched by PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>. * * based on the Graph JavaScript framework, version 0.0.1 * (c) 2006 PI:NAME:<NA...
[ { "context": "lient\n key: 'fedex-api-key'\n password: 'password'\n account: 'fedex-user'\n meter: 'what-c", "end": 505, "score": 0.9994840025901794, "start": 497, "tag": "PASSWORD", "value": "password" } ]
test/fedex.coffee
humm64/ship_new
0
fs = require 'fs' assert = require 'assert' should = require('chai').should() expect = require('chai').expect bond = require 'bondjs' {FedexClient} = require '../lib/fedex' {ShipperClient} = require '../lib/shipper' {Builder, Parser} = require 'xml2js' describe "fedex client", -> _fedexClient = null _xmlParser = n...
181146
fs = require 'fs' assert = require 'assert' should = require('chai').should() expect = require('chai').expect bond = require 'bondjs' {FedexClient} = require '../lib/fedex' {ShipperClient} = require '../lib/shipper' {Builder, Parser} = require 'xml2js' describe "fedex client", -> _fedexClient = null _xmlParser = n...
true
fs = require 'fs' assert = require 'assert' should = require('chai').should() expect = require('chai').expect bond = require 'bondjs' {FedexClient} = require '../lib/fedex' {ShipperClient} = require '../lib/shipper' {Builder, Parser} = require 'xml2js' describe "fedex client", -> _fedexClient = null _xmlParser = n...
[ { "context": "rs,<br><br>RSCVD team'\n @mail\n from: 'rscvd@oa.works'\n to: rec.email\n subject: 'RSCVD Re", "end": 1791, "score": 0.999927818775177, "start": 1777, "tag": "EMAIL", "value": "rscvd@oa.works" }, { "context": "push {resolver: resolver, url: res...
worker/src/rscvd.coffee
oaworks/api
0
P.svc ?= {} P.svc.rscvd = _index: true P.svc.rscvd.form = () -> if @keys(@params).length > 1 rec = @copy @params delete rec.form rec.status = 'Awaiting verification' try if rq = await @svc.rscvd.requestees 'email:"' + rec.email + '"' if rq?.verified or rq?.verification is 'Approved' ...
112224
P.svc ?= {} P.svc.rscvd = _index: true P.svc.rscvd.form = () -> if @keys(@params).length > 1 rec = @copy @params delete rec.form rec.status = 'Awaiting verification' try if rq = await @svc.rscvd.requestees 'email:"' + rec.email + '"' if rq?.verified or rq?.verification is 'Approved' ...
true
P.svc ?= {} P.svc.rscvd = _index: true P.svc.rscvd.form = () -> if @keys(@params).length > 1 rec = @copy @params delete rec.form rec.status = 'Awaiting verification' try if rq = await @svc.rscvd.requestees 'email:"' + rec.email + '"' if rq?.verified or rq?.verification is 'Approved' ...
[ { "context": "ink it does you can request a takedown by emailing help@openaccessbutton.org.'\n meta =\n title: params.metadata.title ?", "end": 3836, "score": 0.9999260902404785, "start": 3811, "tag": "EMAIL", "value": "help@openaccessbutton.org" }, { "context": " when undefi...
worker/src/svc/oaworks/deposit.coffee
oaworks/paradigm
1
# need listing of deposits and deposited for each user ID # and/or given a uid, find the most recent URL that this users uid submitted a deposit for # need to handle old/new user configs somehow - just store all the old ones and let the UI pick them up # make sure all users submit the config with the incoming query (f...
108760
# need listing of deposits and deposited for each user ID # and/or given a uid, find the most recent URL that this users uid submitted a deposit for # need to handle old/new user configs somehow - just store all the old ones and let the UI pick them up # make sure all users submit the config with the incoming query (f...
true
# need listing of deposits and deposited for each user ID # and/or given a uid, find the most recent URL that this users uid submitted a deposit for # need to handle old/new user configs somehow - just store all the old ones and let the UI pick them up # make sure all users submit the config with the incoming query (f...
[ { "context": "maximum of props on a single line in JSX\n# @author Yannick Croissant\n###\n'use strict'\n\n# -----------------------------", "end": 95, "score": 0.9998496770858765, "start": 78, "tag": "NAME", "value": "Yannick Croissant" } ]
src/tests/rules/jsx-max-props-per-line.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Limit maximum of props on a single line in JSX # @author Yannick Croissant ### 'use strict' # ------------------------------------------------------------------------------ # Requirements # ------------------------------------------------------------------------------ rule = require '../../rules/...
157363
###* # @fileoverview Limit maximum of props on a single line in JSX # @author <NAME> ### 'use strict' # ------------------------------------------------------------------------------ # Requirements # ------------------------------------------------------------------------------ rule = require '../../rules/jsx-max-pro...
true
###* # @fileoverview Limit maximum of props on a single line in JSX # @author PI:NAME:<NAME>END_PI ### 'use strict' # ------------------------------------------------------------------------------ # Requirements # ------------------------------------------------------------------------------ rule = require '../../rul...
[ { "context": "omjs와 톡신할 포트\n}\nnaver = {\n id = '넀이버 아이디'\n pw = '넀이버 λΉ„λ°€λ²ˆν˜Έ'\n chat_room = |https://chat.cafe.naver.com/room/", "end": 574, "score": 0.9740051627159119, "start": 566, "tag": "NAME", "value": "넀이버 λΉ„λ°€λ²ˆν˜Έ" }, { "context": "= false # ssh μ—¬λΆ€\n nick...
sample-config.cson
disjukr/never-cafe-chat
6
# 이 νŒŒμΌμ€ μƒ˜ν”Œμž…λ‹ˆλ‹€. # 이 νŒŒμΌμ„ λ³΅μ‚¬ν•˜μ—¬ 같은 κ²½λ‘œμ— config.cson νŒŒμΌμ„ λ§Œλ“€κ³  μ›ν•˜λŠ” μ •λ³΄λ‘œ μˆ˜μ •ν•˜μ‹œλ©΄ λ©λ‹ˆλ‹€. # 이 μ„€μ •νŒŒμΌμ˜ 포맷에 λŒ€ν•΄μ„œλŠ” http://noe.mearie.org/cson/ 이 λ¬Έμ„œλ₯Ό μ°Έκ³ ν•΄μ£Όμ‹œκΈ° λ°”λžλ‹ˆλ‹€. user-agent = |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 phantom = { args = [ ...
130636
# 이 νŒŒμΌμ€ μƒ˜ν”Œμž…λ‹ˆλ‹€. # 이 νŒŒμΌμ„ λ³΅μ‚¬ν•˜μ—¬ 같은 κ²½λ‘œμ— config.cson νŒŒμΌμ„ λ§Œλ“€κ³  μ›ν•˜λŠ” μ •λ³΄λ‘œ μˆ˜μ •ν•˜μ‹œλ©΄ λ©λ‹ˆλ‹€. # 이 μ„€μ •νŒŒμΌμ˜ 포맷에 λŒ€ν•΄μ„œλŠ” http://noe.mearie.org/cson/ 이 λ¬Έμ„œλ₯Ό μ°Έκ³ ν•΄μ£Όμ‹œκΈ° λ°”λžλ‹ˆλ‹€. user-agent = |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 phantom = { args = [ ...
true
# 이 νŒŒμΌμ€ μƒ˜ν”Œμž…λ‹ˆλ‹€. # 이 νŒŒμΌμ„ λ³΅μ‚¬ν•˜μ—¬ 같은 κ²½λ‘œμ— config.cson νŒŒμΌμ„ λ§Œλ“€κ³  μ›ν•˜λŠ” μ •λ³΄λ‘œ μˆ˜μ •ν•˜μ‹œλ©΄ λ©λ‹ˆλ‹€. # 이 μ„€μ •νŒŒμΌμ˜ 포맷에 λŒ€ν•΄μ„œλŠ” http://noe.mearie.org/cson/ 이 λ¬Έμ„œλ₯Ό μ°Έκ³ ν•΄μ£Όμ‹œκΈ° λ°”λžλ‹ˆλ‹€. user-agent = |Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 phantom = { args = [ ...
[ { "context": "###\n# YCatalyst\n# Copyright(c) 2011 Jae Kwon (jae@ycatalyst.com)\n# MIT Licensed\n###\n\nrequire.p", "end": 44, "score": 0.9998378753662109, "start": 36, "tag": "NAME", "value": "Jae Kwon" }, { "context": "###\n# YCatalyst\n# Copyright(c) 2011 Jae Kwon (jae@ycatalyst....
logic/referrals.coffee
jaekwon/YCatalyst
3
### # YCatalyst # Copyright(c) 2011 Jae Kwon (jae@ycatalyst.com) # MIT Licensed ### require.paths.unshift 'vendor' mongo = require '../mongo' mailer = require './mailer' utils = require '../utils' config = require '../config' # submit/create a new referral. # referral = :first_name, :last_name, :email, :referred_by e...
201752
### # YCatalyst # Copyright(c) 2011 <NAME> (<EMAIL>) # MIT Licensed ### require.paths.unshift 'vendor' mongo = require '../mongo' mailer = require './mailer' utils = require '../utils' config = require '../config' # submit/create a new referral. # referral = :first_name, :last_name, :email, :referred_by exports.submi...
true
### # YCatalyst # Copyright(c) 2011 PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) # MIT Licensed ### require.paths.unshift 'vendor' mongo = require '../mongo' mailer = require './mailer' utils = require '../utils' config = require '../config' # submit/create a new referral. # referral = :first_name, :last_name, :emai...