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": "About:\n tabTitle: \"Pri\"\n releaseNotes: \"Eldonaj Notoj\"\n newUpdate: \"Nova Ĝisdatigo\"\n upToDate: \"Atom ", "end": 55, "score": 0.9757124185562134, "start": 42, "tag": "NAME", "value": "Eldonaj Notoj" } ]
def/eo/about.cson
abilogos/atom-i18n
76
About: tabTitle: "Pri" releaseNotes: "Eldonaj Notoj" newUpdate: "Nova Ĝisdatigo" upToDate: "Atom estas ĝisdata!" checkingForUpdates: "Kontrolas ĝisdatigojn..." checkUpdatesNow: "Kontroli nun" automaticDownloadUpdates: "Aŭtomate elŝuti ĝisdatigon" restartInstall: "Restartigi kaj instali" license: "Perm...
97532
About: tabTitle: "Pri" releaseNotes: "<NAME>" newUpdate: "Nova Ĝisdatigo" upToDate: "Atom estas ĝisdata!" checkingForUpdates: "Kontrolas ĝisdatigojn..." checkUpdatesNow: "Kontroli nun" automaticDownloadUpdates: "Aŭtomate elŝuti ĝisdatigon" restartInstall: "Restartigi kaj instali" license: "Permesilo" ...
true
About: tabTitle: "Pri" releaseNotes: "PI:NAME:<NAME>END_PI" newUpdate: "Nova Ĝisdatigo" upToDate: "Atom estas ĝisdata!" checkingForUpdates: "Kontrolas ĝisdatigojn..." checkUpdatesNow: "Kontroli nun" automaticDownloadUpdates: "Aŭtomate elŝuti ĝisdatigon" restartInstall: "Restartigi kaj instali" license...
[ { "context": " { name: '+', description: '+' } }\n name: 'Name'\n description: 'Description'\n inner", "end": 6036, "score": 0.9808523058891296, "start": 6032, "tag": "NAME", "value": "Name" }, { "context": "' }, de: { name: '+' }, fr: {} }\n name: 'Name...
test/app/models/CocoModel.spec.coffee
cihatislamdede/codecombat
4,858
CocoModel = require 'models/CocoModel' utils = require 'core/utils' class BlandClass extends CocoModel @className: 'Bland' @schema: { type: 'object' additionalProperties: false properties: number: {type: 'number'} object: {type: 'object'} string: {type: 'string'} _id: {type: 'st...
113060
CocoModel = require 'models/CocoModel' utils = require 'core/utils' class BlandClass extends CocoModel @className: 'Bland' @schema: { type: 'object' additionalProperties: false properties: number: {type: 'number'} object: {type: 'object'} string: {type: 'string'} _id: {type: 'st...
true
CocoModel = require 'models/CocoModel' utils = require 'core/utils' class BlandClass extends CocoModel @className: 'Bland' @schema: { type: 'object' additionalProperties: false properties: number: {type: 'number'} object: {type: 'object'} string: {type: 'string'} _id: {type: 'st...
[ { "context": "##############################################\n#\n# Markus 12/10/2017\n#\n####################################", "end": 75, "score": 0.9989625811576843, "start": 69, "tag": "NAME", "value": "Markus" } ]
server/methods/admissions.coffee
MooqitaSFH/worklearn
0
################################################################ # # Markus 12/10/2017 # ################################################################ ############################################### Meteor.methods add_admissions: (collection_name, item_id, admissions) -> #TODO: This is not working do we need it?...
2808
################################################################ # # <NAME> 12/10/2017 # ################################################################ ############################################### Meteor.methods add_admissions: (collection_name, item_id, admissions) -> #TODO: This is not working do we need it?...
true
################################################################ # # PI:NAME:<NAME>END_PI 12/10/2017 # ################################################################ ############################################### Meteor.methods add_admissions: (collection_name, item_id, admissions) -> #TODO: This is not working ...
[ { "context": "oretical+Physics&sort=published&order=desc&mailto=wolfwm@uwec.edu'\n $.ajax(url, ->\n\n $('#paper-list').html\n", "end": 187, "score": 0.99991774559021, "start": 172, "tag": "EMAIL", "value": "wolfwm@uwec.edu" } ]
assets/js/application.coffee
wmwolf/kitp_papers
0
CrossRef = papers: [] get_json: -> url = 'https://api.crossref.org/works?query.affiliation=Kavli+Institute+for+Theoretical+Physics&sort=published&order=desc&mailto=wolfwm@uwec.edu' $.ajax(url, -> $('#paper-list').html ) getPapers: (institution, numPapers) -> query = this.query(institution, ...
61946
CrossRef = papers: [] get_json: -> url = 'https://api.crossref.org/works?query.affiliation=Kavli+Institute+for+Theoretical+Physics&sort=published&order=desc&mailto=<EMAIL>' $.ajax(url, -> $('#paper-list').html ) getPapers: (institution, numPapers) -> query = this.query(institution, numPaper...
true
CrossRef = papers: [] get_json: -> url = 'https://api.crossref.org/works?query.affiliation=Kavli+Institute+for+Theoretical+Physics&sort=published&order=desc&mailto=PI:EMAIL:<EMAIL>END_PI' $.ajax(url, -> $('#paper-list').html ) getPapers: (institution, numPapers) -> query = this.query(instit...
[ { "context": " server.respondWith '/aoo', JSON.stringify keyA: 'valueA'\n server.respondWith '/boo', JSON.strin", "end": 1920, "score": 0.5740281939506531, "start": 1915, "tag": "KEY", "value": "value" }, { "context": " server.respondWith '/coo', JSON.stringify keyC: 'valueC...
lib/swiss-ajax.spec.coffee
kpunith8/gringotts
0
import Backbone from 'backbone' import Chaplin from 'chaplin' import swissAjax from './swiss-ajax' class MockModelString extends Chaplin.Model url: '/foo' class MockModelSingleArray extends Chaplin.Model url: ['/foo'] class MockModelArray extends Chaplin.Model url: ['/aoo', '/boo', '/coo'] # It's recommended...
85740
import Backbone from 'backbone' import Chaplin from 'chaplin' import swissAjax from './swiss-ajax' class MockModelString extends Chaplin.Model url: '/foo' class MockModelSingleArray extends Chaplin.Model url: ['/foo'] class MockModelArray extends Chaplin.Model url: ['/aoo', '/boo', '/coo'] # It's recommended...
true
import Backbone from 'backbone' import Chaplin from 'chaplin' import swissAjax from './swiss-ajax' class MockModelString extends Chaplin.Model url: '/foo' class MockModelSingleArray extends Chaplin.Model url: ['/foo'] class MockModelArray extends Chaplin.Model url: ['/aoo', '/boo', '/coo'] # It's recommended...
[ { "context": " static properties should be positioned.\n# @author Daniel Mason\n###\n\n'use strict'\n\n# ----------------------------", "end": 113, "score": 0.9980961680412292, "start": 101, "tag": "NAME", "value": "Daniel Mason" }, { "context": "\n getDefaultProps: ->\n ...
src/tests/rules/static-property-placement.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Defines where React component static properties should be positioned. # @author Daniel Mason ### 'use strict' # ------------------------------------------------------------------------------ # Positioning Options # ------------------------------------------------------------------------------ STA...
215901
###* # @fileoverview Defines where React component static properties should be positioned. # @author <NAME> ### 'use strict' # ------------------------------------------------------------------------------ # Positioning Options # ------------------------------------------------------------------------------ STATIC_PU...
true
###* # @fileoverview Defines where React component static properties should be positioned. # @author PI:NAME:<NAME>END_PI ### 'use strict' # ------------------------------------------------------------------------------ # Positioning Options # --------------------------------------------------------------------------...
[ { "context": "###\n backbone-orm.js 0.5.12\n Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm\n Lice", "end": 58, "score": 0.9921421408653259, "start": 50, "tag": "NAME", "value": "Vidigami" }, { "context": " Copyright (c) 2013 Vidigami - https://github.com/v...
src/cache/query_cache.coffee
michaelBenin/backbone-orm
1
### backbone-orm.js 0.5.12 Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm License: MIT (http://www.opensource.org/licenses/mit-license.php) Dependencies: Backbone.js, Underscore.js, and Moment.js. ### _ = require 'underscore' inflection = require 'inflection' Queue = require '../queue' ...
98490
### backbone-orm.js 0.5.12 Copyright (c) 2013 <NAME> - https://github.com/vidigami/backbone-orm License: MIT (http://www.opensource.org/licenses/mit-license.php) Dependencies: Backbone.js, Underscore.js, and Moment.js. ### _ = require 'underscore' inflection = require 'inflection' Queue = require '../queue' J...
true
### backbone-orm.js 0.5.12 Copyright (c) 2013 PI:NAME:<NAME>END_PI - https://github.com/vidigami/backbone-orm License: MIT (http://www.opensource.org/licenses/mit-license.php) Dependencies: Backbone.js, Underscore.js, and Moment.js. ### _ = require 'underscore' inflection = require 'inflection' Queue = require...
[ { "context": "local SOCKS5 proxy port\n @password=null, # shadowsocks password\n @method='", "end": 628, "score": 0.9842648506164551, "start": 624, "tag": "PASSWORD", "value": "null" }, { "context": "onfig,\n# new args.ServerConfig\n# '20...
args.coffee
yaleh/shadowsocks-gui
0
localStorage = null if window? # node-webkit, apply windows.localStroage localStorage = window.localStorage else # node.js, load node-localstorage LocalStorage = require('node-localstorage').LocalStorage localStorage = new LocalStorage './test_storage' util = require 'util' fs = require 'fs' hydrate = requir...
117423
localStorage = null if window? # node-webkit, apply windows.localStroage localStorage = window.localStorage else # node.js, load node-localstorage LocalStorage = require('node-localstorage').LocalStorage localStorage = new LocalStorage './test_storage' util = require 'util' fs = require 'fs' hydrate = requir...
true
localStorage = null if window? # node-webkit, apply windows.localStroage localStorage = window.localStorage else # node.js, load node-localstorage LocalStorage = require('node-localstorage').LocalStorage localStorage = new LocalStorage './test_storage' util = require 'util' fs = require 'fs' hydrate = requir...
[ { "context": " id = ''\n doc = {}\n data =\n name: 'Look, an event!'\n date: '4/3/21'\n\n # ==== He", "end": 378, "score": 0.6636850833892822, "start": 374, "tag": "NAME", "value": "Look" }, { "context": "one)->\n event =\n name: 'An...
tests/default-controllers.test.coffee
mattbalmer/monsoon
1
supertest = require 'supertest' db = require './helpers/db' h = require './helpers/common' {last, status, body, expectDocument} = require './helpers/supertest' describe 'http-controllers', -> server = supertest 'http://localhost:3000/api/events' # ==== Sample Data ==== sampleId = '0123456789abcdefghijklm...
193018
supertest = require 'supertest' db = require './helpers/db' h = require './helpers/common' {last, status, body, expectDocument} = require './helpers/supertest' describe 'http-controllers', -> server = supertest 'http://localhost:3000/api/events' # ==== Sample Data ==== sampleId = '0123456789abcdefghijklm...
true
supertest = require 'supertest' db = require './helpers/db' h = require './helpers/common' {last, status, body, expectDocument} = require './helpers/supertest' describe 'http-controllers', -> server = supertest 'http://localhost:3000/api/events' # ==== Sample Data ==== sampleId = '0123456789abcdefghijklm...
[ { "context": "#\n# Author: Peter K. Lee (peter@corenova.com)\n#\n# All rights reserved. Thi", "end": 24, "score": 0.9998681545257568, "start": 12, "tag": "NAME", "value": "Peter K. Lee" }, { "context": "#\n# Author: Peter K. Lee (peter@corenova.com)\n#\n# All rights reserved. This pr...
src/server.coffee
opencord/composer
0
# # Author: Peter K. Lee (peter@corenova.com) # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 # Yang = require('yang-js') ...
30864
# # Author: <NAME> (<EMAIL>) # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 # Yang = require('yang-js') app = require('y...
true
# # Author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI) # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 # Yang = require...
[ { "context": "\n\n ciphers : () -> [ \"aes-256-cbc\", \"camellia-256-cbc\" ]\n\n num_ciphers : () -> @ciphers().length\n\n ", "end": 1803, "score": 0.5523456931114197, "start": 1803, "tag": "KEY", "value": "" }, { "context": " @ciphers = for c, i in ciphers\n key = @keys[c.sp...
src/attic/crypto.iced
AngelKey/Angelkey.nodeclient
151
crypto = require 'crypto' purepack = require 'purepack' log = require './log' {constants} = require './constants' stream = require 'stream' {Queue} = require './queue' iced.catchExceptions() #================================================================== pack2 = (o) -> b1 = purepack.pack o, 'buffer', { byte_a...
144590
crypto = require 'crypto' purepack = require 'purepack' log = require './log' {constants} = require './constants' stream = require 'stream' {Queue} = require './queue' iced.catchExceptions() #================================================================== pack2 = (o) -> b1 = purepack.pack o, 'buffer', { byte_a...
true
crypto = require 'crypto' purepack = require 'purepack' log = require './log' {constants} = require './constants' stream = require 'stream' {Queue} = require './queue' iced.catchExceptions() #================================================================== pack2 = (o) -> b1 = purepack.pack o, 'buffer', { byte_a...
[ { "context": "ompatible\n# @public\n# @param\t{String}\tpassword\t\t\t\tPassword\n# @param\t{String}\thash\t\t\t\t\tHash to compare to\n# @", "end": 1028, "score": 0.9847439527511597, "start": 1020, "tag": "PASSWORD", "value": "Password" } ]
server/lib/hash_helpers.coffee
willroberts/duelyst
5
### # A small helper module for hash generation and compares # Uses Bluebird to promisify the bcrypt modules # Methods are both node style callback and promise compatible # @module hash_helpers ### Promise = require 'bluebird' bcrypt = require 'bcrypt' ### This call wraps the bcrypt module in a Promise compatible i...
156211
### # A small helper module for hash generation and compares # Uses Bluebird to promisify the bcrypt modules # Methods are both node style callback and promise compatible # @module hash_helpers ### Promise = require 'bluebird' bcrypt = require 'bcrypt' ### This call wraps the bcrypt module in a Promise compatible i...
true
### # A small helper module for hash generation and compares # Uses Bluebird to promisify the bcrypt modules # Methods are both node style callback and promise compatible # @module hash_helpers ### Promise = require 'bluebird' bcrypt = require 'bcrypt' ### This call wraps the bcrypt module in a Promise compatible i...
[ { "context": "./lib/swag'\n\ncontext =\n collection: [\n 'Amy Wong'\n 'Bender'\n 'Dr. Zoidberg'\n ", "end": 127, "score": 0.9997377395629883, "start": 119, "tag": "NAME", "value": "Amy Wong" }, { "context": "t =\n collection: [\n 'Amy Wong'\n ...
test/collections_test.coffee
SBoudrias/swag
0
require 'should' Handlebars = require 'handlebars' Swag = require '../lib/swag' context = collection: [ 'Amy Wong' 'Bender' 'Dr. Zoidberg' 'Fry' 'Hermes Conrad' 'Leela' 'Professor Farnsworth' 'Scruffy' ] describe 'first', -> describe '{{firs...
110652
require 'should' Handlebars = require 'handlebars' Swag = require '../lib/swag' context = collection: [ '<NAME>' '<NAME>' 'Dr. <NAME>' '<NAME>' '<NAME>' '<NAME>' '<NAME>' '<NAME>' ] describe 'first', -> describe '{{first collection}}', -> ...
true
require 'should' Handlebars = require 'handlebars' Swag = require '../lib/swag' context = collection: [ 'PI:NAME:<NAME>END_PI' 'PI:NAME:<NAME>END_PI' 'Dr. PI:NAME:<NAME>END_PI' 'PI:NAME:<NAME>END_PI' 'PI:NAME:<NAME>END_PI' 'PI:NAME:<NAME>END_PI' 'PI:NAME:<NA...
[ { "context": " Basic tools\n# @date 2014-12-2 15:10:14\n# @author pjg <iampjg@gmail.com>\n# @link http://pjg.pw\n# @versi", "end": 74, "score": 0.9994415044784546, "start": 71, "tag": "USERNAME", "value": "pjg" }, { "context": "c tools\n# @date 2014-12-2 15:10:14\n# @author pjg <iam...
node_modules/vbuilder/lib/utils/index.coffee
duolaimi/v.builder.site
0
###* # @fileOverview Basic tools # @date 2014-12-2 15:10:14 # @author pjg <iampjg@gmail.com> # @link http://pjg.pw # @version $Id$ ### fs = require 'fs' path = require 'path' _ = require 'lodash' _url = require 'url' crypto = require 'crypto' http = require 'http' https = require 'https' uglify...
53474
###* # @fileOverview Basic tools # @date 2014-12-2 15:10:14 # @author pjg <<EMAIL>> # @link http://pjg.pw # @version $Id$ ### fs = require 'fs' path = require 'path' _ = require 'lodash' _url = require 'url' crypto = require 'crypto' http = require 'http' https = require 'https' uglify = requi...
true
###* # @fileOverview Basic tools # @date 2014-12-2 15:10:14 # @author pjg <PI:EMAIL:<EMAIL>END_PI> # @link http://pjg.pw # @version $Id$ ### fs = require 'fs' path = require 'path' _ = require 'lodash' _url = require 'url' crypto = require 'crypto' http = require 'http' https = require 'https' ...
[ { "context": " }\n\n statusNode =\n node:\n key: '/foo/bar/status'\n dir: true\n nodes: [\n key", "end": 3154, "score": 0.8865167498588562, "start": 3138, "tag": "KEY", "value": "'/foo/bar/status" }, { "context": " dir: true\n no...
test/integration/v2-status-spec.coffee
octoblu/deployinate-service
1
{afterEach, beforeEach, describe, it} = global {expect} = require 'chai' request = require 'request' enableDestroy = require 'server-destroy' shmock = require 'shmock' url = require 'url' Server = require '../../src/server' describe 'GET /v2/status/foo/bar', -> beforeEach (done) -> @mesh...
45860
{afterEach, beforeEach, describe, it} = global {expect} = require 'chai' request = require 'request' enableDestroy = require 'server-destroy' shmock = require 'shmock' url = require 'url' Server = require '../../src/server' describe 'GET /v2/status/foo/bar', -> beforeEach (done) -> @mesh...
true
{afterEach, beforeEach, describe, it} = global {expect} = require 'chai' request = require 'request' enableDestroy = require 'server-destroy' shmock = require 'shmock' url = require 'url' Server = require '../../src/server' describe 'GET /v2/status/foo/bar', -> beforeEach (done) -> @mesh...
[ { "context": "url', token.url)\n formData =\n key: token.path + '/' + file.name\n AWSAccesskeyId: toke", "end": 6374, "score": 0.6776461601257324, "start": 6364, "tag": "KEY", "value": "token.path" }, { "context": ".path + '/' + file.name\n AWSAcce...
client/directives/fileUpload.coffee
aitutaki/gi-ui
0
angular.module('gi.ui').directive 'giFileupload' , [ '$q', 'giFileManager' , ($q, FileManager) -> restrict: 'E' templateUrl: 'gi.ui.fileUpload.html' scope: { files: '=' parent: '=' } link: (scope, elem, attrs) -> scope.addText = "Add an image" scope.pendingFiles = [] scope.uploadedFiles = ...
66897
angular.module('gi.ui').directive 'giFileupload' , [ '$q', 'giFileManager' , ($q, FileManager) -> restrict: 'E' templateUrl: 'gi.ui.fileUpload.html' scope: { files: '=' parent: '=' } link: (scope, elem, attrs) -> scope.addText = "Add an image" scope.pendingFiles = [] scope.uploadedFiles = ...
true
angular.module('gi.ui').directive 'giFileupload' , [ '$q', 'giFileManager' , ($q, FileManager) -> restrict: 'E' templateUrl: 'gi.ui.fileUpload.html' scope: { files: '=' parent: '=' } link: (scope, elem, attrs) -> scope.addText = "Add an image" scope.pendingFiles = [] scope.uploadedFiles = ...
[ { "context": " a←13 8 122 4 ⋄ a[⍋a] ←→ 4 8 13 122\n # ⍋\"ZAMBIA\" ←→ 1 5 3 4 2 0\n # s←\"ZAMBIA\"", "end": 118, "score": 0.5822644829750061, "start": 112, "tag": "NAME", "value": "ZAMBIA" }, { "context": "3 4\n # ... 0 1 0)\n #\n # a←3 2 ...
src/vocabulary/grade.coffee
brunogal/apl
0
addVocabulary # ⍋13 8 122 4 ←→ 3 1 0 2 # a←13 8 122 4 ⋄ a[⍋a] ←→ 4 8 13 122 # ⍋"ZAMBIA" ←→ 1 5 3 4 2 0 # s←"ZAMBIA" ⋄ s[⍋s] ←→ 'AABIMZ' # t←3 3⍴"BOBALFZAK" ⋄ ⍋t ←→ 1 0 2 # t←3 3⍴4 5 6 1 1 3 1 1 2 ⋄ ⍋t ←→ 2 1 0 # # t←3 3⍴4 5 6 1 1 3 1 1 2 ⋄ t[⍋...
124003
addVocabulary # ⍋13 8 122 4 ←→ 3 1 0 2 # a←13 8 122 4 ⋄ a[⍋a] ←→ 4 8 13 122 # ⍋"<NAME>" ←→ 1 5 3 4 2 0 # s←"ZAMBIA" ⋄ s[⍋s] ←→ 'AABIMZ' # t←3 3⍴"BOBALFZAK" ⋄ ⍋t ←→ 1 0 2 # t←3 3⍴4 5 6 1 1 3 1 1 2 ⋄ ⍋t ←→ 2 1 0 # # t←3 3⍴4 5 6 1 1 3 1 1 2 ⋄ t[⍋...
true
addVocabulary # ⍋13 8 122 4 ←→ 3 1 0 2 # a←13 8 122 4 ⋄ a[⍋a] ←→ 4 8 13 122 # ⍋"PI:NAME:<NAME>END_PI" ←→ 1 5 3 4 2 0 # s←"ZAMBIA" ⋄ s[⍋s] ←→ 'AABIMZ' # t←3 3⍴"BOBALFZAK" ⋄ ⍋t ←→ 1 0 2 # t←3 3⍴4 5 6 1 1 3 1 1 2 ⋄ ⍋t ←→ 2 1 0 # # t←3 3⍴4 5 6 1 1...
[ { "context": "###\nCopyright (c) 2013, Alexander Cherniuk <ts33kr@gmail.com>\nAll rights reserved.\n\nRedistri", "end": 42, "score": 0.999851405620575, "start": 24, "tag": "NAME", "value": "Alexander Cherniuk" }, { "context": "###\nCopyright (c) 2013, Alexander Cherniuk <ts33kr@gmail...
library/membrane/endpoint.coffee
ts33kr/granite
6
### Copyright (c) 2013, Alexander Cherniuk <ts33kr@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of co...
172922
### Copyright (c) 2013, <NAME> <<EMAIL>> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the foll...
true
### Copyright (c) 2013, PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this li...
[ { "context": "nect: (config, callback) ->\n\t\t\tcfg =\n\t\t\t\tuserName: config.user\n\t\t\t\tpassword: config.password\n\t\t\t\thost: config.se", "end": 3176, "score": 0.9236633777618408, "start": 3165, "tag": "USERNAME", "value": "config.user" }, { "context": ">\n\t\t\tcfg =\n\t\t...
node_modules/mssql/src/tds.coffee
kaushik-hemant/workingp2p
0
{Pool} = require 'generic-pool' tds = require 'tds' util = require 'util' FIXED = false {TYPES, declare} = require('./datatypes') ISOLATION_LEVEL = require('./isolationlevel') ### @ignore ### castParameter = (value, type) -> unless value? then return null switch type when TYPES.VarChar, TYPES.NVarChar, TYPES.C...
462
{Pool} = require 'generic-pool' tds = require 'tds' util = require 'util' FIXED = false {TYPES, declare} = require('./datatypes') ISOLATION_LEVEL = require('./isolationlevel') ### @ignore ### castParameter = (value, type) -> unless value? then return null switch type when TYPES.VarChar, TYPES.NVarChar, TYPES.C...
true
{Pool} = require 'generic-pool' tds = require 'tds' util = require 'util' FIXED = false {TYPES, declare} = require('./datatypes') ISOLATION_LEVEL = require('./isolationlevel') ### @ignore ### castParameter = (value, type) -> unless value? then return null switch type when TYPES.VarChar, TYPES.NVarChar, TYPES.C...
[ { "context": "###\n\tFlexNav.js 1.2\n\n\tCreated by Jason Weaver http://jasonweaver.name\n\tReleased under http://un", "end": 45, "score": 0.999855101108551, "start": 33, "tag": "NAME", "value": "Jason Weaver" } ]
assets/zengrids-demo/javascripts/flexnav-master/coffeescripts/jquery.flexnav.coffee
macmladen/lucar
0
### FlexNav.js 1.2 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-but...
93400
### FlexNav.js 1.2 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.2 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": "fig:\n template: 'HI'\n key: 'nested.squirrel'\n\n it 'should return the message with the ke", "end": 1689, "score": 0.9990699887275696, "start": 1674, "tag": "KEY", "value": "nested.squirrel" } ]
test/template-spec.coffee
octoblu/nanocyte-component-template
0
ReturnValue = require 'nanocyte-component-return-value' Template = require '../src/template' describe 'Template', -> beforeEach -> @sut = new Template it 'should exist', -> expect(@sut).to.be.an.instanceOf ReturnValue describe '->onEnvelope', -> describe 'when called with a template and no key', ->...
217031
ReturnValue = require 'nanocyte-component-return-value' Template = require '../src/template' describe 'Template', -> beforeEach -> @sut = new Template it 'should exist', -> expect(@sut).to.be.an.instanceOf ReturnValue describe '->onEnvelope', -> describe 'when called with a template and no key', ->...
true
ReturnValue = require 'nanocyte-component-return-value' Template = require '../src/template' describe 'Template', -> beforeEach -> @sut = new Template it 'should exist', -> expect(@sut).to.be.an.instanceOf ReturnValue describe '->onEnvelope', -> describe 'when called with a template and no key', ->...
[ { "context": " Meteor.users.findOne('emails.address': 'admin@fbriders.ch')._id\n autoform:\n options: ->\n _.m", "end": 926, "score": 0.9999164938926697, "start": 909, "tag": "EMAIL", "value": "admin@fbriders.ch" } ]
collections/helpertasks.coffee
meip/vmt
0
@Helpertasks = new Meteor.Collection('helpertasks'); Schemas.Helpertasks = new SimpleSchema description: type: String autoform: rows: 5 startTime: type: Date endTime: type: Date numPersons: type: Number regEx: /[0-9]{1,3}/ helpertaskType: type: String regEx: SimpleSc...
83553
@Helpertasks = new Meteor.Collection('helpertasks'); Schemas.Helpertasks = new SimpleSchema description: type: String autoform: rows: 5 startTime: type: Date endTime: type: Date numPersons: type: Number regEx: /[0-9]{1,3}/ helpertaskType: type: String regEx: SimpleSc...
true
@Helpertasks = new Meteor.Collection('helpertasks'); Schemas.Helpertasks = new SimpleSchema description: type: String autoform: rows: 5 startTime: type: Date endTime: type: Date numPersons: type: Number regEx: /[0-9]{1,3}/ helpertaskType: type: String regEx: SimpleSc...
[ { "context": "PI key'}\n ]\n localFilters: [\n {title: 'Assignee', stateAttribute: 'assignees', ticketField: 'as", "end": 3668, "score": 0.8816404342651367, "start": 3662, "tag": "NAME", "value": "Assign" }, { "context": "'}\n ]\n localFilters: [\n {title: 'Assi...
src/coffee/config/KanbanConfig.coffee
marcosnasp/kanbanboard
2
exports.KanbanConfig = { serverConfig: null #will be updated from TicketCollection getRedmineIssueUrl: (redmineId) -> return "https://#{@serverConfig.redmineHost}/issues/#{redmineId}" teamViewConfig: path: 'team' title: 'Team' issuesUrl: '/teamissues' remoteFilters: [ {text: 'Key', name: 'ke...
127291
exports.KanbanConfig = { serverConfig: null #will be updated from TicketCollection getRedmineIssueUrl: (redmineId) -> return "https://#{@serverConfig.redmineHost}/issues/#{redmineId}" teamViewConfig: path: 'team' title: 'Team' issuesUrl: '/teamissues' remoteFilters: [ {text: 'Key', name: 'ke...
true
exports.KanbanConfig = { serverConfig: null #will be updated from TicketCollection getRedmineIssueUrl: (redmineId) -> return "https://#{@serverConfig.redmineHost}/issues/#{redmineId}" teamViewConfig: path: 'team' title: 'Team' issuesUrl: '/teamissues' remoteFilters: [ {text: 'Key', name: 'ke...
[ { "context": "# @author Tim Knip / http://www.floorplanner.com/ / tim at floorplan", "end": 18, "score": 0.9998839497566223, "start": 10, "tag": "NAME", "value": "Tim Knip" }, { "context": "orplanner.com/ / tim at floorplanner.com\n# @author aladjev.andrew@gmail.com\n\nclass Key\n c...
source/javascripts/new_src/loaders/collada/key.coffee
andrew-aladev/three.js
0
# @author Tim Knip / http://www.floorplanner.com/ / tim at floorplanner.com # @author aladjev.andrew@gmail.com class Key constructor: (time) -> @targets = [] @time = time addTarget: (fullSid, transform, member, data) -> @targets.push sid: fullSid member: member transf...
18893
# @author <NAME> / http://www.floorplanner.com/ / tim at floorplanner.com # @author <EMAIL> class Key constructor: (time) -> @targets = [] @time = time addTarget: (fullSid, transform, member, data) -> @targets.push sid: fullSid member: member transform: transform ...
true
# @author PI:NAME:<NAME>END_PI / http://www.floorplanner.com/ / tim at floorplanner.com # @author PI:EMAIL:<EMAIL>END_PI class Key constructor: (time) -> @targets = [] @time = time addTarget: (fullSid, transform, member, data) -> @targets.push sid: fullSid member: member ...
[ { "context": " coco which contains:\nmodule.exports = username: 'email@example.com', password: 'your_password'\n3. Run `./node_module", "end": 257, "score": 0.9997571706771851, "start": 240, "tag": "EMAIL", "value": "email@example.com" }, { "context": "ports = username: 'email@exampl...
headless_client.coffee
JurianLock/codecombat
1
### This file will simulate games on node.js by emulating the browser environment. In order to use, followed these steps: 1. Setup dev environment as usual 2. Create a `login.coffee` file in coco which contains: module.exports = username: 'email@example.com', password: 'your_password' 3. Run `./node_modules/coffee-scri...
116459
### This file will simulate games on node.js by emulating the browser environment. In order to use, followed these steps: 1. Setup dev environment as usual 2. Create a `login.coffee` file in coco which contains: module.exports = username: '<EMAIL>', password: '<PASSWORD>' 3. Run `./node_modules/coffee-script/bin/coffee...
true
### This file will simulate games on node.js by emulating the browser environment. In order to use, followed these steps: 1. Setup dev environment as usual 2. Create a `login.coffee` file in coco which contains: module.exports = username: 'PI:EMAIL:<EMAIL>END_PI', password: 'PI:PASSWORD:<PASSWORD>END_PI' 3. Run `./node...
[ { "context": "\n equal Posts.first().getAuthor().get('jid'), 'joe@diaspora-x.com'\n", "end": 375, "score": 0.9999242424964905, "start": 357, "tag": "EMAIL", "value": "joe@diaspora-x.com" } ]
test/models/post_test.coffee
bnolan/diaspora-x2
7
runTests -> module('post model'); new PostFixtures test 'model exists', -> ok(Post) test 'getName()', -> ok(true) test "isReply()", -> ok Posts.first().isReply() test 'getAuthor()', -> ok Posts.first().getAuthor() ok(Posts.first().getAuthor() instanceof User) equal Po...
2882
runTests -> module('post model'); new PostFixtures test 'model exists', -> ok(Post) test 'getName()', -> ok(true) test "isReply()", -> ok Posts.first().isReply() test 'getAuthor()', -> ok Posts.first().getAuthor() ok(Posts.first().getAuthor() instanceof User) equal Po...
true
runTests -> module('post model'); new PostFixtures test 'model exists', -> ok(Post) test 'getName()', -> ok(true) test "isReply()", -> ok Posts.first().isReply() test 'getAuthor()', -> ok Posts.first().getAuthor() ok(Posts.first().getAuthor() instanceof User) equal Po...
[ { "context": "\t\t\ticon: 'users'\n\t\t\ttableColumns: [\n\t\t\t\t{ label: 'First Name', name: 'first_name' }\n\t\t\t\t{ label: 'Last Name', ", "end": 134, "score": 0.9746434688568115, "start": 124, "tag": "NAME", "value": "First Name" }, { "context": "tableColumns: [\n\t\t\t\t{ labe...
lib/_config/admin_config.coffee
niinyarko/retail-pay
0
@AdminConfig = name: Config.name collections: Payees: color: 'red' icon: 'users' tableColumns: [ { label: 'First Name', name: 'first_name' } { label: 'Last Name', name: 'last_name' } { label: 'Phone Number', name: 'phone_number' } ] Transactions: color: 'green' icon: 'money' table...
209041
@AdminConfig = name: Config.name collections: Payees: color: 'red' icon: 'users' tableColumns: [ { label: '<NAME>', name: '<NAME>' } { label: '<NAME>', name: '<NAME>' } { label: 'Phone Number', name: 'phone_number' } ] Transactions: color: 'green' icon: 'money' tableColumns: [ ...
true
@AdminConfig = name: Config.name collections: Payees: color: 'red' icon: 'users' tableColumns: [ { label: 'PI:NAME:<NAME>END_PI', name: 'PI:NAME:<NAME>END_PI' } { label: 'PI:NAME:<NAME>END_PI', name: 'PI:NAME:<NAME>END_PI' } { label: 'Phone Number', name: 'phone_number' } ] Transactions: ...
[ { "context": "efix: \"s-user-add-hash\"\n\t\tbody: \"CREATE USER '${1:username}'@'${2:localhost}' IDENTIFIED BY PASSWORD '*832EB", "end": 169, "score": 0.5402026176452637, "start": 161, "tag": "USERNAME", "value": "username" }, { "context": "username}'@'${2:localhost}' IDENTIFIED BY ...
snippets/sql-user-add-hash.cson
cliffordfajardo/mysql-snippets
1
# Generated with Atomizr – https://atom.io/packages/atomizr ".source.sql": "(new user, hashed password)": prefix: "s-user-add-hash" body: "CREATE USER '${1:username}'@'${2:localhost}' IDENTIFIED BY PASSWORD '*832EB84CB764129D05D498ED9CA7E5CE9B8F83EB';$0"
70431
# Generated with Atomizr – https://atom.io/packages/atomizr ".source.sql": "(new user, hashed password)": prefix: "s-user-add-hash" body: "CREATE USER '${1:username}'@'${2:localhost}' IDENTIFIED BY PASSWORD <PASSWORD>';$<PASSWORD>"
true
# Generated with Atomizr – https://atom.io/packages/atomizr ".source.sql": "(new user, hashed password)": prefix: "s-user-add-hash" body: "CREATE USER '${1:username}'@'${2:localhost}' IDENTIFIED BY PASSWORD PI:PASSWORD:<PASSWORD>END_PI';$PI:PASSWORD:<PASSWORD>END_PI"
[ { "context": "###\nCC JS Helpers\n\nCopyright (c) 2015 Scott Yang\n\nDependencies:\nCC Core (cc.core.js)\njQuery (Ver 1", "end": 48, "score": 0.9996463656425476, "start": 38, "tag": "NAME", "value": "Scott Yang" } ]
public/core/js/cc.helpers.coffee
yisyang/loves_money
1
### CC JS Helpers Copyright (c) 2015 Scott Yang Dependencies: CC Core (cc.core.js) jQuery (Ver 1.11+) ### ((global) -> "use strict" ### Verify that CSS file is loaded and alternatively load from local source @param {String} filename File name of remotely loaded CSS @param {String} localpath Local path of cs...
226192
### CC JS Helpers Copyright (c) 2015 <NAME> Dependencies: CC Core (cc.core.js) jQuery (Ver 1.11+) ### ((global) -> "use strict" ### Verify that CSS file is loaded and alternatively load from local source @param {String} filename File name of remotely loaded CSS @param {String} localpath Local path of css fi...
true
### CC JS Helpers Copyright (c) 2015 PI:NAME:<NAME>END_PI Dependencies: CC Core (cc.core.js) jQuery (Ver 1.11+) ### ((global) -> "use strict" ### Verify that CSS file is loaded and alternatively load from local source @param {String} filename File name of remotely loaded CSS @param {String} localpath Local ...
[ { "context": "->\n beforeEach ->\n @getCurrentUser.resolve(@user)\n\n describe \"general behavior\", ->\n b", "end": 1665, "score": 0.7301507592201233, "start": 1665, "tag": "USERNAME", "value": "" }, { "context": "([{\n \"id\": \"000\",\n \"name...
packages/desktop-gui/cypress/integration/setup_project_modal_spec.coffee
zacharoth/cypress
0
describe "Set Up Project", -> beforeEach -> cy.fixture("user").as("user") cy.fixture("projects").as("projects") cy.fixture("projects_statuses").as("projectStatuses") cy.fixture("config").as("config") cy.fixture("specs").as("specs") cy.fixture("organizations").as("orgs") cy.fixture("keys")....
180006
describe "Set Up Project", -> beforeEach -> cy.fixture("user").as("user") cy.fixture("projects").as("projects") cy.fixture("projects_statuses").as("projectStatuses") cy.fixture("config").as("config") cy.fixture("specs").as("specs") cy.fixture("organizations").as("orgs") cy.fixture("keys")....
true
describe "Set Up Project", -> beforeEach -> cy.fixture("user").as("user") cy.fixture("projects").as("projects") cy.fixture("projects_statuses").as("projectStatuses") cy.fixture("config").as("config") cy.fixture("specs").as("specs") cy.fixture("organizations").as("orgs") cy.fixture("keys")....
[ { "context": "layer = new Player\n x: 0, y: 0, z: 0, name: 'bob'\n player.toJSON().should.eql x: 0, y: 0, z: 0,", "end": 498, "score": 0.5791761875152588, "start": 495, "tag": "USERNAME", "value": "bob" }, { "context": "ayer.toJSON().should.eql x: 0, y: 0, z: 0, name: 'bob'\n...
test/app/player_spec.coffee
davemaurakis/sumbro
0
Player = require '../../src/app/player.coffee' describe 'Player', -> it 'can be required', -> Player.should.be.a.function it 'should have a starting position', -> player = new Player x: 0, y: 0, z: 0 player.x.should.equal 0 player.y.should.equal 0 player.z.should.equal 0 it 'should ...
140444
Player = require '../../src/app/player.coffee' describe 'Player', -> it 'can be required', -> Player.should.be.a.function it 'should have a starting position', -> player = new Player x: 0, y: 0, z: 0 player.x.should.equal 0 player.y.should.equal 0 player.z.should.equal 0 it 'should ...
true
Player = require '../../src/app/player.coffee' describe 'Player', -> it 'can be required', -> Player.should.be.a.function it 'should have a starting position', -> player = new Player x: 0, y: 0, z: 0 player.x.should.equal 0 player.y.should.equal 0 player.z.should.equal 0 it 'should ...
[ { "context": "T'\n options.data ?= {}\n options.data.token = token.id\n options.data.timestamp = new Date().getTim", "end": 746, "score": 0.5940307378768921, "start": 741, "tag": "KEY", "value": "token" }, { "context": "options.data ?= {}\n options.data.token = token.id\n...
app/models/Product.coffee
mcgilvrayb/codecombat
0
CocoModel = require './CocoModel' module.exports = class ProductModel extends CocoModel @className: 'Product' @schema: require 'schemas/models/product.schema' urlRoot: '/db/products' priceStringNoSymbol: -> (@get('amount') / 100).toFixed(2) adjustedPriceStringNoSymbol: -> amt = @get('amount') if @g...
178337
CocoModel = require './CocoModel' module.exports = class ProductModel extends CocoModel @className: 'Product' @schema: require 'schemas/models/product.schema' urlRoot: '/db/products' priceStringNoSymbol: -> (@get('amount') / 100).toFixed(2) adjustedPriceStringNoSymbol: -> amt = @get('amount') if @g...
true
CocoModel = require './CocoModel' module.exports = class ProductModel extends CocoModel @className: 'Product' @schema: require 'schemas/models/product.schema' urlRoot: '/db/products' priceStringNoSymbol: -> (@get('amount') / 100).toFixed(2) adjustedPriceStringNoSymbol: -> amt = @get('amount') if @g...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9956175684928894, "start": 12, "tag": "NAME", "value": "Joyent" }, { "context": "ot\nnameBuilder2:: = nbRoot\nnb1 = new nameBuilder(\"Ryan\", \"Dahl\")\nnb2 = new nameBuilder2...
test/simple/test-assert.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...
161549
# 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": "llowing text is an excerpt from Finnegan's Wake by James Joyce\", done\n\n it 'verifies that an element does not", "end": 780, "score": 0.9998499155044556, "start": 769, "tag": "NAME", "value": "James Joyce" }, { "context": "llowing text is an excerpt from Finnegan's...
node_modules/chai-webdriver/spec/suite.spec.coffee
imaarthi/blockchain-explorer
70
path = require 'path' webdriver = require 'selenium-webdriver' chai = require 'chai' chaiWebdriver = require '..' webdriver.logging = LevelName: 'DEBUG' # this seems like a bug in webdriver... driver = new webdriver.Builder() .withCapabilities(webdriver.Capabilities.phantomjs()) .build() chai.use chaiWebdriver(d...
210954
path = require 'path' webdriver = require 'selenium-webdriver' chai = require 'chai' chaiWebdriver = require '..' webdriver.logging = LevelName: 'DEBUG' # this seems like a bug in webdriver... driver = new webdriver.Builder() .withCapabilities(webdriver.Capabilities.phantomjs()) .build() chai.use chaiWebdriver(d...
true
path = require 'path' webdriver = require 'selenium-webdriver' chai = require 'chai' chaiWebdriver = require '..' webdriver.logging = LevelName: 'DEBUG' # this seems like a bug in webdriver... driver = new webdriver.Builder() .withCapabilities(webdriver.Capabilities.phantomjs()) .build() chai.use chaiWebdriver(d...
[ { "context": "rbot\n# A NodeJS module for creating Twitter Bots\n# Nathaniel Kirby <nate@projectspong.com\n# https://github.com/nkirb", "end": 132, "score": 0.9998750686645508, "start": 117, "tag": "NAME", "value": "Nathaniel Kirby" }, { "context": "dule for creating Twitter Bots\n# ...
src/twitterbot.coffee
nkirby/node-twitterbot
75
#################################################### # node-twitterbot # A NodeJS module for creating Twitter Bots # Nathaniel Kirby <nate@projectspong.com # https://github.com/nkirby/node-twitterbot #################################################### fs = require 'fs' Twit = require 'twit' eventEmitter = require('ev...
121897
#################################################### # node-twitterbot # A NodeJS module for creating Twitter Bots # <NAME> <<EMAIL> # https://github.com/nkirby/node-twitterbot #################################################### fs = require 'fs' Twit = require 'twit' eventEmitter = require('events').EventEmitter cl...
true
#################################################### # node-twitterbot # A NodeJS module for creating Twitter Bots # PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI # https://github.com/nkirby/node-twitterbot #################################################### fs = require 'fs' Twit = require 'twit' eventEmitter = requi...
[ { "context": " sessionSecret: process.env.SESSION_SECRET or \"9a205fba94b140e59456d3a5128075bd\"\n port: process.env", "end": 154, "score": 0.6117697954177856, "start": 149, "tag": "KEY", "value": "9a205" }, { "context": "cret: process.env.SESSION_SECRET or \"9a205fba94b140e594...
config.coffee
rfloriano/pagarme-github-test
0
module.exports = mongoUrl: process.env.MONGO_URL or "mongodb://localhost/pagarme-github-test" sessionSecret: process.env.SESSION_SECRET or "9a205fba94b140e59456d3a5128075bd" port: process.env.PORT or 3000 githubAppId: process.env.GITHUB_APP_ID or "9e0a6ba06413b22eea38" githubAppSecret: process.env...
186965
module.exports = mongoUrl: process.env.MONGO_URL or "mongodb://localhost/pagarme-github-test" sessionSecret: process.env.SESSION_SECRET or "<KEY>fba94b14<KEY>e<KEY>456d3a<KEY>807<KEY>" port: process.env.PORT or 3000 githubAppId: process.env.GITHUB_APP_ID or "9e0a6ba06413b22eea38" githubAppSecret: ...
true
module.exports = mongoUrl: process.env.MONGO_URL or "mongodb://localhost/pagarme-github-test" sessionSecret: process.env.SESSION_SECRET or "PI:KEY:<KEY>END_PIfba94b14PI:KEY:<KEY>END_PIePI:KEY:<KEY>END_PI456d3aPI:KEY:<KEY>END_PI807PI:KEY:<KEY>END_PI" port: process.env.PORT or 3000 githubAppId: process....
[ { "context": "xtrous', 'flow'\n\t]\n\tauthor: '2015+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011-2014 Benjamin Lupton <b@", "end": 539, "score": 0.9999310374259949, "start": 528, "tag": "EMAIL", "value": "us@bevry.me" }, { "context": "Pty Ltd <us@bevry.me> (http://bevry.me), ...
test-fixtures/src/projectz.cson
oliverlorenz/projectz
1
{ # ================================= # META name: "ambi" repo: "bevry/ambi" version: "2.1.4" license: "(MIT AND CC-BY-4.0)" description: "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous func...
174223
{ # ================================= # META name: "ambi" repo: "bevry/ambi" version: "2.1.4" license: "(MIT AND CC-BY-4.0)" description: "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous func...
true
{ # ================================= # META name: "ambi" repo: "bevry/ambi" version: "2.1.4" license: "(MIT AND CC-BY-4.0)" description: "Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous func...
[ { "context": "# Author: Josh Bass\n# Description: Purpose of main here is to create ", "end": 19, "score": 0.9998711943626404, "start": 10, "tag": "NAME", "value": "Josh Bass" } ]
src/client/main.coffee
jbass86/Aroma
0
# Author: Josh Bass # Description: Purpose of main here is to create the main react component and lay out all of the # sub components window.$ = window.jQuery = window.jquery = require("jquery"); require('bootstrap'); React = require("react"); ReactDOM = require("react-dom"); #require ("css/main.css"); re...
134583
# Author: <NAME> # Description: Purpose of main here is to create the main react component and lay out all of the # sub components window.$ = window.jQuery = window.jquery = require("jquery"); require('bootstrap'); React = require("react"); ReactDOM = require("react-dom"); #require ("css/main.css"); requi...
true
# Author: PI:NAME:<NAME>END_PI # Description: Purpose of main here is to create the main react component and lay out all of the # sub components window.$ = window.jQuery = window.jquery = require("jquery"); require('bootstrap'); React = require("react"); ReactDOM = require("react-dom"); #require ("css/mai...
[ { "context": "e.equal ''\n expect(wallet.name).to.be.equal 'Qiwi'\n expect(wallet.pattern).to.contain 'Номер", "end": 1319, "score": 0.6213667988777161, "start": 1317, "tag": "NAME", "value": "Qi" } ]
src/Vifeed/FrontendBundle/Tests/unit/publisher/resources/wallets.spec.coffee
bzis/zomba
0
describe 'Wallets', -> beforeEach( -> module 'resources.wallets' ) describe 'Resource', -> wallets = {} httpBackend = {} mock = {} expect = chai.expect beforeEach(inject ($httpBackend, Wallets) -> httpBackend = $httpBackend wallets = Wallets mock = new WalletsMock(httpBackend...
172876
describe 'Wallets', -> beforeEach( -> module 'resources.wallets' ) describe 'Resource', -> wallets = {} httpBackend = {} mock = {} expect = chai.expect beforeEach(inject ($httpBackend, Wallets) -> httpBackend = $httpBackend wallets = Wallets mock = new WalletsMock(httpBackend...
true
describe 'Wallets', -> beforeEach( -> module 'resources.wallets' ) describe 'Resource', -> wallets = {} httpBackend = {} mock = {} expect = chai.expect beforeEach(inject ($httpBackend, Wallets) -> httpBackend = $httpBackend wallets = Wallets mock = new WalletsMock(httpBackend...
[ { "context": "eoverview Tests for max-statements rule.\n# @author Ian Christian Myers\n###\n\n'use strict'\n\n#-----------------------------", "end": 81, "score": 0.9996980428695679, "start": 62, "tag": "NAME", "value": "Ian Christian Myers" } ]
src/tests/rules/max-statements.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Tests for max-statements rule. # @author Ian Christian Myers ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require 'eslint/lib/rules/max-statem...
89493
###* # @fileoverview Tests for max-statements rule. # @author <NAME> ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require 'eslint/lib/rules/max-statements' {RuleTe...
true
###* # @fileoverview Tests for max-statements rule. # @author PI:NAME:<NAME>END_PI ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require 'eslint/lib/rules/max-state...
[ { "context": "on/.test(name)\n\nisSmokeTestEmail = (email) ->\n /@example.com/.test(email) or /smoketest/.test(email)\n\nround = ", "end": 16427, "score": 0.848573625087738, "start": 16416, "tag": "EMAIL", "value": "example.com" }, { "context": "\n quote: \"The kids love it.\"...
app/core/utils.coffee
kremerben/codecombat
1
slugify = _.str?.slugify ? _.string?.slugify # TODO: why _.string on client and _.str on server? translatejs2cpp = (jsCode, fullCode=true) -> matchBrackets = (str, startIndex) -> cc = 0 for i in [startIndex..str.length-1] by 1 cc += 1 if str[i] == '{' if str[i] == '}' cc -= 1 retu...
225143
slugify = _.str?.slugify ? _.string?.slugify # TODO: why _.string on client and _.str on server? translatejs2cpp = (jsCode, fullCode=true) -> matchBrackets = (str, startIndex) -> cc = 0 for i in [startIndex..str.length-1] by 1 cc += 1 if str[i] == '{' if str[i] == '}' cc -= 1 retu...
true
slugify = _.str?.slugify ? _.string?.slugify # TODO: why _.string on client and _.str on server? translatejs2cpp = (jsCode, fullCode=true) -> matchBrackets = (str, startIndex) -> cc = 0 for i in [startIndex..str.length-1] by 1 cc += 1 if str[i] == '{' if str[i] == '}' cc -= 1 retu...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9989874958992004, "start": 12, "tag": "NAME", "value": "Joyent" } ]
test/simple/test-net-listen-exclusive-random-ports.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...
148799
# 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": "\n\t\t@adding_user_id = \"adding-user-id\"\n\t\t@email = \"joe@sharelatex.com\"\n\t\t@callback = sinon.stub()\n\t\n\tdescribe \"getMembe", "end": 1029, "score": 0.999889075756073, "start": 1011, "tag": "EMAIL", "value": "joe@sharelatex.com" }, { "context": "\n\t\t\t\t@C...
test/UnitTests/coffee/Collaborators/CollaboratorsHandlerTests.coffee
bowlofstew/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/Collaborators/CollaboratorsHandler" expect = require("chai").expect Errors = require "../../../../app/...
98790
should = require('chai').should() SandboxedModule = require('sandboxed-module') assert = require('assert') path = require('path') sinon = require('sinon') modulePath = path.join __dirname, "../../../../app/js/Features/Collaborators/CollaboratorsHandler" expect = require("chai").expect Errors = require "../../../../app/...
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/Collaborators/CollaboratorsHandler" expect = require("chai").expect Errors = require "../../../../app/...
[ { "context": ".relationship, relationship_options\n\tfor key in [\"created_at\", \"updated_at\"] when relationship_options[key]\n\t\t", "end": 11465, "score": 0.8955346941947937, "start": 11455, "tag": "KEY", "value": "created_at" }, { "context": "onship_options\n\tfor key in [\"crea...
src/index.coffee
bigluck/neoogm
0
request = require "request" async = require "async" _ = require "lodash" Q = require "q" # # Globals globals = host: "localhost" port: 7474 secure: false merge: true node: created_at: false updated_at: false relationship: created_at: false updated_at: false models = node: {} relationship: {} options:...
158804
request = require "request" async = require "async" _ = require "lodash" Q = require "q" # # Globals globals = host: "localhost" port: 7474 secure: false merge: true node: created_at: false updated_at: false relationship: created_at: false updated_at: false models = node: {} relationship: {} options:...
true
request = require "request" async = require "async" _ = require "lodash" Q = require "q" # # Globals globals = host: "localhost" port: 7474 secure: false merge: true node: created_at: false updated_at: false relationship: created_at: false updated_at: false models = node: {} relationship: {} options:...
[ { "context": "r to the game the player is currently in\n name: \"Unnamed\"\n race: null\n team: 0\n isBot: false\n token: n", "end": 602, "score": 0.967689573764801, "start": 595, "tag": "NAME", "value": "Unnamed" }, { "context": "\n @socket = null\n @game = null\n @nam...
gameserver/lib/player.coffee
towerstorm/game
11
### * * This class controls all the player details like their socket and stats * ### netMsg = require 'config/net-messages' config = require 'config/general' gameMsg = require 'config/game-messages' bulkLoad = require("config/bulk-load") minionConfig = bulkLoad("minions") tdb = require('../../database') rs = requ...
13926
### * * This class controls all the player details like their socket and stats * ### netMsg = require 'config/net-messages' config = require 'config/general' gameMsg = require 'config/game-messages' bulkLoad = require("config/bulk-load") minionConfig = bulkLoad("minions") tdb = require('../../database') rs = requ...
true
### * * This class controls all the player details like their socket and stats * ### netMsg = require 'config/net-messages' config = require 'config/general' gameMsg = require 'config/game-messages' bulkLoad = require("config/bulk-load") minionConfig = bulkLoad("minions") tdb = require('../../database') rs = requ...
[ { "context": "8,\n resource: {resourceType: 'Users', name: 'John Doe'}\n )\n truncateOutcome = schema.fhir_truncat", "end": 1504, "score": 0.9997504949569702, "start": 1496, "tag": "NAME", "value": "John Doe" } ]
test/core/schema_spec.coffee
micabe/fhirbase
0
plv8 = require('../../plpl/src/plv8') schema = require('../../src/core/schema') pg_meta = require('../../src/core/pg_meta') crud = require('../../src/fhir/crud') assert = require('assert') describe "CORE: schema", ()-> it "drop Users storage", ()-> schema.fhir_drop_storage(plv8, resourceType: 'Users') asser...
56330
plv8 = require('../../plpl/src/plv8') schema = require('../../src/core/schema') pg_meta = require('../../src/core/pg_meta') crud = require('../../src/fhir/crud') assert = require('assert') describe "CORE: schema", ()-> it "drop Users storage", ()-> schema.fhir_drop_storage(plv8, resourceType: 'Users') asser...
true
plv8 = require('../../plpl/src/plv8') schema = require('../../src/core/schema') pg_meta = require('../../src/core/pg_meta') crud = require('../../src/fhir/crud') assert = require('assert') describe "CORE: schema", ()-> it "drop Users storage", ()-> schema.fhir_drop_storage(plv8, resourceType: 'Users') asser...
[ { "context": "stName: \"!~\": \"L\")'\ntest 'where(firstName: \"!=\": \"Lance\")'\ntest 'where(firstName: \"!=\": null)'\ntest 'wher", "end": 2891, "score": 0.7668877243995667, "start": 2886, "tag": "NAME", "value": "Lance" } ]
test/config.coffee
ludicast/tower
1
require '../lib/tower' File = require('pathfinder').File # require './secrets' global.chai = require 'chai' global.assert = chai.assert global.expect = chai.expect global.test = it global.sinon = require 'sinon' global.async = require 'async' global.cb = true Tower.root = process.cwd() + "/test/...
151419
require '../lib/tower' File = require('pathfinder').File # require './secrets' global.chai = require 'chai' global.assert = chai.assert global.expect = chai.expect global.test = it global.sinon = require 'sinon' global.async = require 'async' global.cb = true Tower.root = process.cwd() + "/test/...
true
require '../lib/tower' File = require('pathfinder').File # require './secrets' global.chai = require 'chai' global.assert = chai.assert global.expect = chai.expect global.test = it global.sinon = require 'sinon' global.async = require 'async' global.cb = true Tower.root = process.cwd() + "/test/...
[ { "context": ")\n\n client.config.credentials.accessKeyId = 'akid'\n client.config.credentials.secretAccessKey ", "end": 2518, "score": 0.9972755908966064, "start": 2514, "tag": "KEY", "value": "akid" } ]
node_modules/aws-sdk/test/event_listeners.spec.coffee
ellennewellevans/newsScraper
1
# Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
139149
# Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
true
# Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
[ { "context": "uth =\n username: authParts[0]\n password: authParts[1]\n sendImmediately: true\n api\n", "end": 855, "score": 0.9482954740524292, "start": 844, "tag": "PASSWORD", "value": "authParts[1" } ]
lib/generators/app/templates/coffeescript/server/lib/data_adapter.coffee
technicolorenvy/rendr-cli
1
DataAdapter = (options) -> RestAdapter.call this, options RestAdapter = require("rendr/server/data_adapter/rest_adapter") util = require("util") module.exports = DataAdapter util.inherits DataAdapter, RestAdapter ### We have to do a kind of silly thing for our example app; GitHub rate limits requests to its API, but...
68299
DataAdapter = (options) -> RestAdapter.call this, options RestAdapter = require("rendr/server/data_adapter/rest_adapter") util = require("util") module.exports = DataAdapter util.inherits DataAdapter, RestAdapter ### We have to do a kind of silly thing for our example app; GitHub rate limits requests to its API, but...
true
DataAdapter = (options) -> RestAdapter.call this, options RestAdapter = require("rendr/server/data_adapter/rest_adapter") util = require("util") module.exports = DataAdapter util.inherits DataAdapter, RestAdapter ### We have to do a kind of silly thing for our example app; GitHub rate limits requests to its API, but...
[ { "context": "# OAuth daemon\r\n# Copyright (C) 2013 Webshell SAS\r\n#\r\n# This program is free software: you", "end": 40, "score": 0.626362144947052, "start": 37, "tag": "NAME", "value": "Web" } ]
src/core/oauth/oauth-response-parser.coffee
makevoid/oauthd
443
# OAuth daemon # Copyright (C) 2013 Webshell SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # This program is distribute...
79188
# OAuth daemon # Copyright (C) 2013 <NAME>shell SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # This program is distrib...
true
# OAuth daemon # Copyright (C) 2013 PI:NAME:<NAME>END_PIshell SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # # This prog...
[ { "context": "### Copyright (c) 2015 Magnus Leo. All rights reserved. ###\n\ncollision = {}\nmodule.", "end": 33, "score": 0.9998548626899719, "start": 23, "tag": "NAME", "value": "Magnus Leo" } ]
src/modules/collision.coffee
magnusleo/Leo-Engine
1
### Copyright (c) 2015 Magnus Leo. All rights reserved. ### collision = {} module.exports = collision Line = require('../classes/Line') Rect = require('../classes/Rect') util = require('./util') view = require('./view') collision.actorToLayer = (actor, layer, options) -> o = reposition: false o = uti...
124973
### Copyright (c) 2015 <NAME>. All rights reserved. ### collision = {} module.exports = collision Line = require('../classes/Line') Rect = require('../classes/Rect') util = require('./util') view = require('./view') collision.actorToLayer = (actor, layer, options) -> o = reposition: false o = util.me...
true
### Copyright (c) 2015 PI:NAME:<NAME>END_PI. All rights reserved. ### collision = {} module.exports = collision Line = require('../classes/Line') Rect = require('../classes/Rect') util = require('./util') view = require('./view') collision.actorToLayer = (actor, layer, options) -> o = reposition: false ...
[ { "context": "User'\n\nmodule.exports = new User(\n {\n \"_id\": \"teacher1\",\n \"testGroupNumber\": 169,\n \"anonymous\": fa", "end": 81, "score": 0.9923452138900757, "start": 73, "tag": "USERNAME", "value": "teacher1" }, { "context": " \"anonymous\": false,\n \"__v\"...
test/app/fixtures/teacher.coffee
cihatislamdede/codecombat
4,858
User = require 'models/User' module.exports = new User( { "_id": "teacher1", "testGroupNumber": 169, "anonymous": false, "__v": 0, "email": "teacher1@example.com", "emails": { "recruitNotes": { "enabled": true }, "anyNotes": { "enabled": true }, "...
182692
User = require 'models/User' module.exports = new User( { "_id": "teacher1", "testGroupNumber": 169, "anonymous": false, "__v": 0, "email": "<EMAIL>", "emails": { "recruitNotes": { "enabled": true }, "anyNotes": { "enabled": true }, "generalNews":...
true
User = require 'models/User' module.exports = new User( { "_id": "teacher1", "testGroupNumber": 169, "anonymous": false, "__v": 0, "email": "PI:EMAIL:<EMAIL>END_PI", "emails": { "recruitNotes": { "enabled": true }, "anyNotes": { "enabled": true }, ...
[ { "context": "er : 'Email or username'\n name : 'username'\n }\n {\n type : 'pas", "end": 2923, "score": 0.9992974996566772, "start": 2915, "tag": "USERNAME", "value": "username" }, { "context": "type : 'password'\n placeh...
src/lib/widgets/SignUp.coffee
dashersw/spark
1
goog.provide 'spark.widgets.SignUp' goog.require 'spark.core.View' goog.require 'spark.components.Form' class spark.widgets.SignUp extends spark.core.View ###* Ready to use customizable user sign up widget of Spark Framework. @constructor @export @param {Object=} options Class options. @par...
37235
goog.provide 'spark.widgets.SignUp' goog.require 'spark.core.View' goog.require 'spark.components.Form' class spark.widgets.SignUp extends spark.core.View ###* Ready to use customizable user sign up widget of Spark Framework. @constructor @export @param {Object=} options Class options. @par...
true
goog.provide 'spark.widgets.SignUp' goog.require 'spark.core.View' goog.require 'spark.components.Form' class spark.widgets.SignUp extends spark.core.View ###* Ready to use customizable user sign up widget of Spark Framework. @constructor @export @param {Object=} options Class options. @par...
[ { "context": ") ->\n\t# NB: special Array case http://web.mit.edu/jwalden/www/isArray.html\n\tif Array.isArray(type) then swi", "end": 282, "score": 0.9994259476661682, "start": 275, "tag": "USERNAME", "value": "jwalden" }, { "context": " Object # Object type, e.g.: `{id: Number, nam...
src/isValid.coffee
laurentpayot/rflow
19
import {isAny, isEmptyObject} from './tools' import typeOf from './typeOf' import Type from './types/Type' # check that a value is of a given type or of any (undefined) type, e.g.: isValid("foo", String) isValid = (type, val) -> # NB: special Array case http://web.mit.edu/jwalden/www/isArray.html if Array.isArray(ty...
188979
import {isAny, isEmptyObject} from './tools' import typeOf from './typeOf' import Type from './types/Type' # check that a value is of a given type or of any (undefined) type, e.g.: isValid("foo", String) isValid = (type, val) -> # NB: special Array case http://web.mit.edu/jwalden/www/isArray.html if Array.isArray(ty...
true
import {isAny, isEmptyObject} from './tools' import typeOf from './typeOf' import Type from './types/Type' # check that a value is of a given type or of any (undefined) type, e.g.: isValid("foo", String) isValid = (type, val) -> # NB: special Array case http://web.mit.edu/jwalden/www/isArray.html if Array.isArray(ty...
[ { "context": "= {\n\t\t\tstripeId: 'cus_HtT1Ke62Z248Bj',\n\t\t\temail: 'victor.cottin+1598277023896@gmail.com',\n\t\t\taddress: {},\n\t\t\tvatCountry: undefined,\n\t\t\tco", "end": 10062, "score": 0.9999143481254578, "start": 10025, "tag": "EMAIL", "value": "victor.cottin+1598277023896@gmail...
src/test__ramda-extras.coffee
Cottin/ramda-extras
3
{add, append, dec, empty, evolve, inc, isNil, match, merge, path, prop, reduce, reject, remove, replace, set, type, values, where} = R = require 'ramda' #auto_require: ramda {change, changeM, pickRec, isAffected, diff, toggle, cc, cc_, doto, doto_, $, $_, $$, $$_, superFlip, isNilOrEmpty, PromiseProps, undef, satisfies...
4127
{add, append, dec, empty, evolve, inc, isNil, match, merge, path, prop, reduce, reject, remove, replace, set, type, values, where} = R = require 'ramda' #auto_require: ramda {change, changeM, pickRec, isAffected, diff, toggle, cc, cc_, doto, doto_, $, $_, $$, $$_, superFlip, isNilOrEmpty, PromiseProps, undef, satisfies...
true
{add, append, dec, empty, evolve, inc, isNil, match, merge, path, prop, reduce, reject, remove, replace, set, type, values, where} = R = require 'ramda' #auto_require: ramda {change, changeM, pickRec, isAffected, diff, toggle, cc, cc_, doto, doto_, $, $_, $$, $$_, superFlip, isNilOrEmpty, PromiseProps, undef, satisfies...
[ { "context": "damaged as well as when it is spent.\n *\n * @name Archer\n * @physical\n * @dps\n * @hp 70+[level*10]+[con", "end": 420, "score": 0.7735856771469116, "start": 414, "tag": "NAME", "value": "Archer" } ]
src/character/classes/Archer.coffee
sadbear-/IdleLands
0
Class = require "./../base/Class" _ = require "lodash" MessageCreator = require "../../system/MessageCreator" `/** * The Archer is a physical debuff/dps class. Their Focus stat increases critical chance by up to 50%, * and allows access to powerful skills. Focus increases every turn and with use of the Take Aim s...
123321
Class = require "./../base/Class" _ = require "lodash" MessageCreator = require "../../system/MessageCreator" `/** * The Archer is a physical debuff/dps class. Their Focus stat increases critical chance by up to 50%, * and allows access to powerful skills. Focus increases every turn and with use of the Take Aim s...
true
Class = require "./../base/Class" _ = require "lodash" MessageCreator = require "../../system/MessageCreator" `/** * The Archer is a physical debuff/dps class. Their Focus stat increases critical chance by up to 50%, * and allows access to powerful skills. Focus increases every turn and with use of the Take Aim s...
[ { "context": "# @fileoverview Tests for no-alert rule.\n# @author Nicholas C. Zakas\n###\n\n'use strict'\n\n#-----------------------------", "end": 73, "score": 0.9998018145561218, "start": 56, "tag": "NAME", "value": "Nicholas C. Zakas" } ]
src/tests/rules/no-alert.coffee
danielbayley/eslint-plugin-coffee
21
###* # @fileoverview Tests for no-alert rule. # @author Nicholas C. Zakas ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require 'eslint/lib/rules/no-alert' {RuleTes...
187549
###* # @fileoverview Tests for no-alert rule. # @author <NAME> ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require 'eslint/lib/rules/no-alert' {RuleTester} = requ...
true
###* # @fileoverview Tests for no-alert rule. # @author PI:NAME:<NAME>END_PI ### 'use strict' #------------------------------------------------------------------------------ # Requirements #------------------------------------------------------------------------------ rule = require 'eslint/lib/rules/no-alert' {Rule...
[ { "context": "###\n\tAudio output example.\n\tby florin.braghis@gmail.com\n###\n\noflib = require 'lib/of'\noflib._.extend this", "end": 55, "score": 0.999898374080658, "start": 31, "tag": "EMAIL", "value": "florin.braghis@gmail.com" } ]
bin/audioOutputExample.coffee
codeboost/JOpenFrameworks
12
### Audio output example. by florin.braghis@gmail.com ### oflib = require 'lib/of' oflib._.extend this, oflib window = new ofAppGlutWindow ofSetupOpenGL window, 1024, 768, OF_WINDOW g_App = new ofBaseApp class AudioOutputExample constructor: -> @pan = 0 @sampleRate = 44100 @phase = 0 @phaseAdder = 0.0 @...
180132
### Audio output example. by <EMAIL> ### oflib = require 'lib/of' oflib._.extend this, oflib window = new ofAppGlutWindow ofSetupOpenGL window, 1024, 768, OF_WINDOW g_App = new ofBaseApp class AudioOutputExample constructor: -> @pan = 0 @sampleRate = 44100 @phase = 0 @phaseAdder = 0.0 @phaseAdderTarget ...
true
### Audio output example. by PI:EMAIL:<EMAIL>END_PI ### oflib = require 'lib/of' oflib._.extend this, oflib window = new ofAppGlutWindow ofSetupOpenGL window, 1024, 768, OF_WINDOW g_App = new ofBaseApp class AudioOutputExample constructor: -> @pan = 0 @sampleRate = 44100 @phase = 0 @phaseAdder = 0.0 @ph...
[ { "context": "r templates, refer to the FAQ: https://github.com/bevry/docpad/wiki/FAQ\n\n\ttemplateData:\n\t# Specify some s", "end": 450, "score": 0.9976492524147034, "start": 445, "tag": "USERNAME", "value": "bevry" }, { "context": "ite\"\"\"\n\n\t\t# The website author's name\n\t\...
docpad.coffee
Edifice/karstensminde
0
# The DocPad Configuration File # It is simply a CoffeeScript Object which is parsed by CSON findSubPages = (database, mainPage) -> database.findAllLive({relativeOutDirPath: mainPage, pageOrder: $exists: true }, [ pageOrder: 1, title: 1 ]) docpadConfig = # Template Data # ============= # These are variables t...
137249
# The DocPad Configuration File # It is simply a CoffeeScript Object which is parsed by CSON findSubPages = (database, mainPage) -> database.findAllLive({relativeOutDirPath: mainPage, pageOrder: $exists: true }, [ pageOrder: 1, title: 1 ]) docpadConfig = # Template Data # ============= # These are variables t...
true
# The DocPad Configuration File # It is simply a CoffeeScript Object which is parsed by CSON findSubPages = (database, mainPage) -> database.findAllLive({relativeOutDirPath: mainPage, pageOrder: $exists: true }, [ pageOrder: 1, title: 1 ]) docpadConfig = # Template Data # ============= # These are variables t...
[ { "context": "st bucket, \"identity\"\n key = (rest (Key.split \"identity/\")).join \"identity/\"\n\n if Key.match /.*\\/$/\n confi", "end": 2309, "score": 0.7911673188209534, "start": 2292, "tag": "KEY", "value": "identity/\")).join" }, { "context": "y\"\n key = (rest ...
src/bucket.coffee
pandastrike/haiku9
10
import {relative, join} from "path" import mime from "mime" import ProgressBar from "progress" import {flow} from "panda-garden" import {first, second, rest, cat, include, toJSON} from "panda-parchment" import {read} from "panda-quill" import {partition} from "panda-river" import {scanLocal, reconcile} from "./local" i...
133849
import {relative, join} from "path" import mime from "mime" import ProgressBar from "progress" import {flow} from "panda-garden" import {first, second, rest, cat, include, toJSON} from "panda-parchment" import {read} from "panda-quill" import {partition} from "panda-river" import {scanLocal, reconcile} from "./local" i...
true
import {relative, join} from "path" import mime from "mime" import ProgressBar from "progress" import {flow} from "panda-garden" import {first, second, rest, cat, include, toJSON} from "panda-parchment" import {read} from "panda-quill" import {partition} from "panda-river" import {scanLocal, reconcile} from "./local" i...
[ { "context": "er for Zen Photon Garden.\n#\n# Copyright (c) 2013 Micah Elizabeth Scott <micah@scanlime.org>\n#\n# Permission is hereby g", "end": 222, "score": 0.9998753070831299, "start": 201, "tag": "NAME", "value": "Micah Elizabeth Scott" }, { "context": ".\n#\n# Copyright (...
example /hqz/queue-watcher.coffee
amane312/photon_generator
0
#!/usr/bin/env coffee # # Watch the results of our rendering queue, and download the finished images. # This file is part of HQZ, the batch renderer for Zen Photon Garden. # # Copyright (c) 2013 Micah Elizabeth Scott <micah@scanlime.org> # # Permission is hereby granted, free of charge, to any person # obtain...
212580
#!/usr/bin/env coffee # # Watch the results of our rendering queue, and download the finished images. # This file is part of HQZ, the batch renderer for Zen Photon Garden. # # Copyright (c) 2013 <NAME> <<EMAIL>> # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this softwar...
true
#!/usr/bin/env coffee # # Watch the results of our rendering queue, and download the finished images. # This file is part of HQZ, the batch renderer for Zen Photon Garden. # # Copyright (c) 2013 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> # # Permission is hereby granted, free of charge, to any person # obt...
[ { "context": "g 'Inserting user admin'.red\n\t\tconsole.log 'email: admin@admin.com | password: admin'.red\n\n\t\tid = Meteor.users.inser", "end": 195, "score": 0.999920666217804, "start": 180, "tag": "EMAIL", "value": "admin@admin.com" }, { "context": "\n\t\tconsole.log 'email: admi...
server/startup/initialData.coffee
halilertekin/Rocket.Chat
0
lineSep = '---------------------------' Meteor.startup -> if not Meteor.users.findOne()? console.log lineSep.red console.log 'Inserting user admin'.red console.log 'email: admin@admin.com | password: admin'.red id = Meteor.users.insert createdAt: new Date emails: [ address: 'admin@admin.com' ve...
39204
lineSep = '---------------------------' Meteor.startup -> if not Meteor.users.findOne()? console.log lineSep.red console.log 'Inserting user admin'.red console.log 'email: <EMAIL> | password: <PASSWORD>'.red id = Meteor.users.insert createdAt: new Date emails: [ address: '<EMAIL>' verified: tru...
true
lineSep = '---------------------------' Meteor.startup -> if not Meteor.users.findOne()? console.log lineSep.red console.log 'Inserting user admin'.red console.log 'email: PI:EMAIL:<EMAIL>END_PI | password: PI:PASSWORD:<PASSWORD>END_PI'.red id = Meteor.users.insert createdAt: new Date emails: [ add...
[ { "context": " 'works', ->\n obj = {king: 'queen', prince: 'princess'}\n store.set obj: obj\n expect(store.get", "end": 1151, "score": 0.6481549739837646, "start": 1143, "tag": "NAME", "value": "princess" } ]
spec/store/local_storage_spec.coffee
TheSwanFactory/self-service-kiosk
0
describe 'SwanKiosk.Store.LocalStorage', -> store = new SwanKiosk.Store.LocalStorage beforeEach -> localStorage.clear() describe '#set()', -> it 'sets properly', -> store.set 'key', 'value' expect(localStorage['key']).to.eq 'value' it 'sets many', -> store.set sleigh: 'ride', kiosk: 'm...
116780
describe 'SwanKiosk.Store.LocalStorage', -> store = new SwanKiosk.Store.LocalStorage beforeEach -> localStorage.clear() describe '#set()', -> it 'sets properly', -> store.set 'key', 'value' expect(localStorage['key']).to.eq 'value' it 'sets many', -> store.set sleigh: 'ride', kiosk: 'm...
true
describe 'SwanKiosk.Store.LocalStorage', -> store = new SwanKiosk.Store.LocalStorage beforeEach -> localStorage.clear() describe '#set()', -> it 'sets properly', -> store.set 'key', 'value' expect(localStorage['key']).to.eq 'value' it 'sets many', -> store.set sleigh: 'ride', kiosk: 'm...
[ { "context": "\n\n failKey = (key) ->\n unless key.match(/^fail[A-Z]/)\n return u.prefixCamelCase(key, 'fail')", "end": 49727, "score": 0.5381043553352356, "start": 49727, "tag": "KEY", "value": "" }, { "context": " failKey = (key) ->\n unless key.match(/^fail[A-Z]/)\n ...
lib/assets/javascripts/unpoly/fragment.coffee
pfw/unpoly
0
u = up.util e = up.element ###** Fragment API =========== The `up.fragment` module offers a high-level JavaScript API to work with DOM elements. A fragment is an element with some additional properties that are useful in the context of a server-rendered web application: - Fragments are [identified by a CSS selector...
179055
u = up.util e = up.element ###** Fragment API =========== The `up.fragment` module offers a high-level JavaScript API to work with DOM elements. A fragment is an element with some additional properties that are useful in the context of a server-rendered web application: - Fragments are [identified by a CSS selector...
true
u = up.util e = up.element ###** Fragment API =========== The `up.fragment` module offers a high-level JavaScript API to work with DOM elements. A fragment is an element with some additional properties that are useful in the context of a server-rendered web application: - Fragments are [identified by a CSS selector...
[ { "context": "-----------\n# Copyright IBM Corp. 2014\n# Copyright Patrick Mueller 2015, 2017\n#\n# Licensed under the Apache License,", "end": 6518, "score": 0.9997864961624146, "start": 6503, "tag": "NAME", "value": "Patrick Mueller" } ]
lib-src/cfenv.coffee
smg-bg/node-cfenv
0
# Licensed under the Apache License. See footer for details. fs = require "fs" URL = require "url" pkg = require "../package.json" _ = require "underscore" ports = require "ports" yaml = require "js-yaml" #------------------------------------------------------------------------------- # properties on the c...
124190
# Licensed under the Apache License. See footer for details. fs = require "fs" URL = require "url" pkg = require "../package.json" _ = require "underscore" ports = require "ports" yaml = require "js-yaml" #------------------------------------------------------------------------------- # properties on the c...
true
# Licensed under the Apache License. See footer for details. fs = require "fs" URL = require "url" pkg = require "../package.json" _ = require "underscore" ports = require "ports" yaml = require "js-yaml" #------------------------------------------------------------------------------- # properties on the c...
[ { "context": "://webservices.amazon.com/onca/xml?AWSAccessKeyId=AKIAJ7KOQXVZ5KAY36HQ&AssociateTag=tellico-20&ItemId=0124166903&Operati", "end": 828, "score": 0.9997066259384155, "start": 808, "tag": "KEY", "value": "AKIAJ7KOQXVZ5KAY36HQ" } ]
tests-src/domain/services/RequestSigner.coffee
sekko27/node-apa-api
0
Helper = require('wire-context-helper').Helper() APIMeta = require Helper.model('APIMeta') Credential = require Helper.model('Credential') Operations = require Helper.model('Operations') RequestFactory = require Helper.model('RequestFactory') Signer = require Helper.service('RequestSigner') credentialConfiguration = re...
93642
Helper = require('wire-context-helper').Helper() APIMeta = require Helper.model('APIMeta') Credential = require Helper.model('Credential') Operations = require Helper.model('Operations') RequestFactory = require Helper.model('RequestFactory') Signer = require Helper.service('RequestSigner') credentialConfiguration = re...
true
Helper = require('wire-context-helper').Helper() APIMeta = require Helper.model('APIMeta') Credential = require Helper.model('Credential') Operations = require Helper.model('Operations') RequestFactory = require Helper.model('RequestFactory') Signer = require Helper.service('RequestSigner') credentialConfiguration = re...
[ { "context": "rc', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyApM4iQyAfb0hbmkeXc_zs58aA_Jy0SIac&callback=initMap')\n $head.append($script)\n\n\n ", "end": 568, "score": 0.9996939897537231, "start": 529, "tag": "KEY", "value": "AIzaSyApM4iQyAfb0hbmkeXc_zs58aA_Jy0SIac" } ]
coffee/main.coffee
coreytegeler/la-casita-verde
0
jQuery ($) -> $ -> $palette = $('#palette') window.palette = { light: '#f8f2e1', medium: '#707377', dark: '#2b1010', green: '#33eb74' } if($('#map').length) initMapApi() $('header .hover').mouseenter () -> $('header').addClass('hover') $('header .hover').mouselea...
1849
jQuery ($) -> $ -> $palette = $('#palette') window.palette = { light: '#f8f2e1', medium: '#707377', dark: '#2b1010', green: '#33eb74' } if($('#map').length) initMapApi() $('header .hover').mouseenter () -> $('header').addClass('hover') $('header .hover').mouselea...
true
jQuery ($) -> $ -> $palette = $('#palette') window.palette = { light: '#f8f2e1', medium: '#707377', dark: '#2b1010', green: '#33eb74' } if($('#map').length) initMapApi() $('header .hover').mouseenter () -> $('header').addClass('hover') $('header .hover').mouselea...
[ { "context": "userId\n # info {\"proto\":\"baidu|otask\",\"token\":\"4421797412868072244_1021458100439220363\",\"updated\":1405307999,\"created\":1405072050}\n s", "end": 630, "score": 0.6650103330612183, "start": 591, "tag": "KEY", "value": "4421797412868072244_1021458100439220363" ...
lib/pushservices/baidu.coffee
steedos/opush
0
BCM = require 'baidu-push-sdk' class PushServiceBaidu tokenFormat: /^[0-9_]+$/ validateToken: (token) -> @logger.info "token: " + token if PushServiceBaidu::tokenFormat.test(token) return token.toLowerCase() constructor: (conf, @logger, tokenResolver) -> @logger.verbose "api_key: " + conf.api_...
58583
BCM = require 'baidu-push-sdk' class PushServiceBaidu tokenFormat: /^[0-9_]+$/ validateToken: (token) -> @logger.info "token: " + token if PushServiceBaidu::tokenFormat.test(token) return token.toLowerCase() constructor: (conf, @logger, tokenResolver) -> @logger.verbose "api_key: " + conf.api_...
true
BCM = require 'baidu-push-sdk' class PushServiceBaidu tokenFormat: /^[0-9_]+$/ validateToken: (token) -> @logger.info "token: " + token if PushServiceBaidu::tokenFormat.test(token) return token.toLowerCase() constructor: (conf, @logger, tokenResolver) -> @logger.verbose "api_key: " + conf.api_...
[ { "context": "Fixtures =\n email: \"test@test.test\"\n password: \"password\"\n accountToken: \"6HKYAJCR", "end": 35, "score": 0.9999052286148071, "start": 21, "tag": "EMAIL", "value": "test@test.test" }, { "context": "Fixtures =\n email: \"test@test.test\"\n password: \"passwor...
tests/helpers/fixtures.coffee
simwms/simwms-shared
0
Fixtures = email: "test@test.test" password: "password" accountToken: "6HKYAJCR7XKUGKR6HOHY42BN36GK3RBLG6VUP3YVQ7UZHTUNLIXA====" `export default Fixtures`
98243
Fixtures = email: "<EMAIL>" password: "<PASSWORD>" accountToken: "<KEY> `export default Fixtures`
true
Fixtures = email: "PI:EMAIL:<EMAIL>END_PI" password: "PI:PASSWORD:<PASSWORD>END_PI" accountToken: "PI:KEY:<KEY>END_PI `export default Fixtures`
[ { "context": "1\n\n renderStepList: (step, i) ->\n step._key ?= Math.random()\n buttonClasses = classnames\n \"selected\"", "end": 3052, "score": 0.9558928608894348, "start": 3041, "tag": "KEY", "value": "Math.random" }, { "context": " <ProjectModalEditorController\n ...
app/partials/project-modal-editor.cjsx
tlalka/Panoptes-Front-End
0
React = require 'react' createReactClass = require 'create-react-class' apiClient = require 'panoptes-client/lib/api-client' putFile = require '../lib/put-file' FileButton = require '../components/file-button' {MarkdownEditor, MarkdownHelp} = require 'markdownz' debounce = require 'debounce' DragReorderable = require '...
225702
React = require 'react' createReactClass = require 'create-react-class' apiClient = require 'panoptes-client/lib/api-client' putFile = require '../lib/put-file' FileButton = require '../components/file-button' {MarkdownEditor, MarkdownHelp} = require 'markdownz' debounce = require 'debounce' DragReorderable = require '...
true
React = require 'react' createReactClass = require 'create-react-class' apiClient = require 'panoptes-client/lib/api-client' putFile = require '../lib/put-file' FileButton = require '../components/file-button' {MarkdownEditor, MarkdownHelp} = require 'markdownz' debounce = require 'debounce' DragReorderable = require '...
[ { "context": " \"id\": \"13\",\n# \"title\": \"желтая\",\n# \"points\": [\n# ", "end": 4498, "score": 0.9928449988365173, "start": 4492, "tag": "NAME", "value": "желтая" }, { "context": " \"id\": \"14\",\n# ...
resources/assets/coffee/services/svgmap.coffee
maxflex/egerep
0
angular.module('Egerep').service 'SvgMap', -> # this.map = new SVGMap # iframeId: 'map', # clicable: true, # places: [], # placesHash: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42...
215419
angular.module('Egerep').service 'SvgMap', -> # this.map = new SVGMap # iframeId: 'map', # clicable: true, # places: [], # placesHash: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42...
true
angular.module('Egerep').service 'SvgMap', -> # this.map = new SVGMap # iframeId: 'map', # clicable: true, # places: [], # placesHash: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42...
[ { "context": "\n @joiner1 = factories.makeUser({firstName: 'joiner', lastName: 'one'})\n @joiner2 = factories.ma", "end": 504, "score": 0.8309057354927063, "start": 498, "tag": "NAME", "value": "joiner" }, { "context": "\n @joiner2 = factories.makeUser({firstName: 'joi...
test/app/views/teachers/ShareLicensesModal.spec.coffee
cihatislamdede/codecombat
4,858
ShareLicensesModal = require 'views/teachers/ShareLicensesModal' ShareLicensesStoreModule = require 'views/teachers/ShareLicensesStoreModule' factories = require '../../factories' api = require 'core/api' describe 'ShareLicensesModal', -> afterEach -> @modal?.destroy?() unless @modal?.destroyed describe 'jo...
150979
ShareLicensesModal = require 'views/teachers/ShareLicensesModal' ShareLicensesStoreModule = require 'views/teachers/ShareLicensesStoreModule' factories = require '../../factories' api = require 'core/api' describe 'ShareLicensesModal', -> afterEach -> @modal?.destroy?() unless @modal?.destroyed describe 'jo...
true
ShareLicensesModal = require 'views/teachers/ShareLicensesModal' ShareLicensesStoreModule = require 'views/teachers/ShareLicensesStoreModule' factories = require '../../factories' api = require 'core/api' describe 'ShareLicensesModal', -> afterEach -> @modal?.destroy?() unless @modal?.destroyed describe 'jo...
[ { "context": "terableArray [{\n name: {\n first: 'john'\n last: 'smith'\n }\n }], {fie", "end": 3843, "score": 0.9998010396957397, "start": 3839, "tag": "NAME", "value": "john" }, { "context": " name: {\n first: 'john'\n last: 's...
specs/extentions/filterableArray.spec.coffee
aryaroudi/Cyclops
28
describe 'Extentions: filterableArray', -> it 'hangs off the global knockout object', -> expect(ko.filterableArray).toBeDefined() return it 'default properties', -> filterable = ko.filterableArray [] expect(filterable.isFilterableArray).toBeDefined() expect(filterable.query).toBeDefined() e...
192224
describe 'Extentions: filterableArray', -> it 'hangs off the global knockout object', -> expect(ko.filterableArray).toBeDefined() return it 'default properties', -> filterable = ko.filterableArray [] expect(filterable.isFilterableArray).toBeDefined() expect(filterable.query).toBeDefined() e...
true
describe 'Extentions: filterableArray', -> it 'hangs off the global knockout object', -> expect(ko.filterableArray).toBeDefined() return it 'default properties', -> filterable = ko.filterableArray [] expect(filterable.isFilterableArray).toBeDefined() expect(filterable.query).toBeDefined() e...
[ { "context": "ApplicationController\n # @params \"email\", \"firstName\", \"lastName\"\n # \n # @return [Object]\n pa", "end": 825, "score": 0.9612492918968201, "start": 816, "tag": "NAME", "value": "firstName" }, { "context": "ntroller\n # @params \"email\", \...
src/tower/controller/params.coffee
vjsingh/tower
1
# @mixin Tower.Controller.Params = ClassMethods: # Define a parameter that should be parsed into criteria for a model query. # # @example # class App.UsersController extends App.ApplicationController # @param "email" # # @param [String] key # @param [Object] options # @opti...
203983
# @mixin Tower.Controller.Params = ClassMethods: # Define a parameter that should be parsed into criteria for a model query. # # @example # class App.UsersController extends App.ApplicationController # @param "email" # # @param [String] key # @param [Object] options # @opti...
true
# @mixin Tower.Controller.Params = ClassMethods: # Define a parameter that should be parsed into criteria for a model query. # # @example # class App.UsersController extends App.ApplicationController # @param "email" # # @param [String] key # @param [Object] options # @opti...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9987885355949402, "start": 12, "tag": "NAME", "value": "Joyent" } ]
test/simple/test-child-process-fork-exec-path.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...
81249
# 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": " \"resource\" : {\n \"accountName\" : \"Acme Foo\",\n \"accountNumber\" : accountNumber,\n", "end": 1939, "score": 0.9488396644592285, "start": 1931, "tag": "NAME", "value": "Acme Foo" } ]
src/com/redhat/ascension/rest/taskLogic.coffee
pbathia/ascension
0
fs = require 'fs' logger = require('tracer').colorConsole() settings = require '../settings/settings' prettyjson = require 'prettyjson' _ = require 'lodash' moment = require 'moment' Q = require 'q' #MongoOps = require '../db/...
214846
fs = require 'fs' logger = require('tracer').colorConsole() settings = require '../settings/settings' prettyjson = require 'prettyjson' _ = require 'lodash' moment = require 'moment' Q = require 'q' #MongoOps = require '../db/...
true
fs = require 'fs' logger = require('tracer').colorConsole() settings = require '../settings/settings' prettyjson = require 'prettyjson' _ = require 'lodash' moment = require 'moment' Q = require 'q' #MongoOps = require '../db/...
[ { "context": "ts\n\n sel = {\n owner: ownerName\n name: synchroName\n }\n unless collectionContains(@sync", "end": 5707, "score": 0.6561344265937805, "start": 5704, "tag": "NAME", "value": "syn" }, { "context": "@synchros.update {\n owner: ownerName, name: s...
packages/nog-sync/nog-sync-store.coffee
nogproject/nog
0
{ check, Match } = require 'meteor/check' { createStagingPrefixTree } = require './nog-sync-merge-lib.coffee' { createEntryCache, createEntryNullCache, } = require './nog-sync-store-cache.js' { createContentCollections createContentStore } = NogContent { ERR_UNKNOWN_USERNAME ERR_UPDATE_SYNCHRO ERR_SYN...
48178
{ check, Match } = require 'meteor/check' { createStagingPrefixTree } = require './nog-sync-merge-lib.coffee' { createEntryCache, createEntryNullCache, } = require './nog-sync-store-cache.js' { createContentCollections createContentStore } = NogContent { ERR_UNKNOWN_USERNAME ERR_UPDATE_SYNCHRO ERR_SYN...
true
{ check, Match } = require 'meteor/check' { createStagingPrefixTree } = require './nog-sync-merge-lib.coffee' { createEntryCache, createEntryNullCache, } = require './nog-sync-store-cache.js' { createContentCollections createContentStore } = NogContent { ERR_UNKNOWN_USERNAME ERR_UPDATE_SYNCHRO ERR_SYN...
[ { "context": "= $cookies\n @q = $q\n\n updateNew: (firstName, lastName, email, optInEmail) =>\n deferred = @", "end": 197, "score": 0.7465617656707764, "start": 188, "tag": "NAME", "value": "firstName" }, { "context": "\n @q = $q\n\n updateNew: (fir...
public/angular/services/profile-service.coffee
octoblu/octoblu-frontend
5
class ProfileService constructor: (MeshbluHttpService, $cookies, $q) -> @MeshbluHttpService = MeshbluHttpService @cookies = $cookies @q = $q updateNew: (firstName, lastName, email, optInEmail) => deferred = @q.defer() query = 'octoblu.firstName': firstName 'octobl...
147924
class ProfileService constructor: (MeshbluHttpService, $cookies, $q) -> @MeshbluHttpService = MeshbluHttpService @cookies = $cookies @q = $q updateNew: (<NAME>, <NAME>, email, optInEmail) => deferred = @q.defer() query = 'octoblu.firstName': <NAME> 'octoblu.lastNa...
true
class ProfileService constructor: (MeshbluHttpService, $cookies, $q) -> @MeshbluHttpService = MeshbluHttpService @cookies = $cookies @q = $q updateNew: (PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI, email, optInEmail) => deferred = @q.defer() query = 'octoblu.firstName': ...
[ { "context": "ct! { |k,v| v }\n# @hsh.keys.sort.should == [1,3,5,7,9]\n\n# it \"is equivalent to delete_if if cha", "end": 1819, "score": 0.5549849271774292, "start": 1818, "tag": "KEY", "value": "3" }, { "context": "! { |k,v| v }\n# @hsh.keys.sort.should == [1,3,5,7,9]\n\n...
spec/lib/corelib/hash/reject_spec.coffee
hasclass/core-lib
1
describe "Hash#reject", -> it "returns a new hash removing keys for which the block yields true", -> h = R.hashify(1: false, 2: true, 3: false, 4: true) expect( h.reject((k,v) -> v ).keys().sort() ).toEqual R(['1', '3']) xit "is equivalent to hsh.dup.delete_if", -> h = R.hashify(a: 'a', b: 'b', c: 'd')...
141007
describe "Hash#reject", -> it "returns a new hash removing keys for which the block yields true", -> h = R.hashify(1: false, 2: true, 3: false, 4: true) expect( h.reject((k,v) -> v ).keys().sort() ).toEqual R(['1', '3']) xit "is equivalent to hsh.dup.delete_if", -> h = R.hashify(a: 'a', b: 'b', c: 'd')...
true
describe "Hash#reject", -> it "returns a new hash removing keys for which the block yields true", -> h = R.hashify(1: false, 2: true, 3: false, 4: true) expect( h.reject((k,v) -> v ).keys().sort() ).toEqual R(['1', '3']) xit "is equivalent to hsh.dup.delete_if", -> h = R.hashify(a: 'a', b: 'b', c: 'd')...
[ { "context": "###\n * @author \t\tAbdelhakim RAFIK\n * @version \tv1.0.1\n * @license \tMIT License\n * @", "end": 33, "score": 0.9998911619186401, "start": 17, "tag": "NAME", "value": "Abdelhakim RAFIK" }, { "context": "nse \tMIT License\n * @copyright \tCopyright (c) 2021 Abdelhaki...
src/routes/privateRouter.coffee
AbdelhakimRafik/Pharmalogy-API
0
### * @author Abdelhakim RAFIK * @version v1.0.1 * @license MIT License * @copyright Copyright (c) 2021 Abdelhakim RAFIK * @date Mar 2021 ### { Router } = require 'express' router = do Router authMiddleware = require '../app/middlewares/authMiddleware' userController = require '../app/controllers/userC...
101203
### * @author <NAME> * @version v1.0.1 * @license MIT License * @copyright Copyright (c) 2021 <NAME> * @date Mar 2021 ### { Router } = require 'express' router = do Router authMiddleware = require '../app/middlewares/authMiddleware' userController = require '../app/controllers/userController' # protec...
true
### * @author PI:NAME:<NAME>END_PI * @version v1.0.1 * @license MIT License * @copyright Copyright (c) 2021 PI:NAME:<NAME>END_PI * @date Mar 2021 ### { Router } = require 'express' router = do Router authMiddleware = require '../app/middlewares/authMiddleware' userController = require '../app/controlle...
[ { "context": " login: $scope.login\n password: $scope.password\n code: $scope.code\n ", "end": 841, "score": 0.8341336846351624, "start": 826, "tag": "PASSWORD", "value": "$scope.password" }, { "context": ", JSON.stringify({login: $scop...
resources/assets/coffee/controllers/login.coffee
maxflex/ycms
0
angular .module 'Egecms' .controller 'LoginCtrl', ($scope, $http) -> angular.element(document).ready -> $scope.l = Ladda.create(document.querySelector('#login-submit')) login_data = $.cookie("login_data") if login_data isnt undefined login_data = JSON....
4774
angular .module 'Egecms' .controller 'LoginCtrl', ($scope, $http) -> angular.element(document).ready -> $scope.l = Ladda.create(document.querySelector('#login-submit')) login_data = $.cookie("login_data") if login_data isnt undefined login_data = JSON....
true
angular .module 'Egecms' .controller 'LoginCtrl', ($scope, $http) -> angular.element(document).ready -> $scope.l = Ladda.create(document.querySelector('#login-submit')) login_data = $.cookie("login_data") if login_data isnt undefined login_data = JSON....
[ { "context": "me json file ?\nforceVersionTag = false\ngitUser = \"anodynos\"\ngitPassword = null\nthrow \"No gitPassword set\" if", "end": 1528, "score": 0.9994287490844727, "start": 1520, "tag": "USERNAME", "value": "anodynos" }, { "context": "sionTag = false\ngitUser = \"anodynos\...
source/main.coffee
anodynos/node2web
3
### pseudo code: get newest node core modules and forEach: get the local repo updated/cloned/inited if remoteRepoExists if localRepoExists git fetch (with tags) else git clone else git create remote repo if not localRepoExists # first run create local re...
153045
### pseudo code: get newest node core modules and forEach: get the local repo updated/cloned/inited if remoteRepoExists if localRepoExists git fetch (with tags) else git clone else git create remote repo if not localRepoExists # first run create local re...
true
### pseudo code: get newest node core modules and forEach: get the local repo updated/cloned/inited if remoteRepoExists if localRepoExists git fetch (with tags) else git clone else git create remote repo if not localRepoExists # first run create local re...
[ { "context": "nit AJAX related extensions\n#\n# Copyright (C) 2011 Nikolay Nemshilov\n#\nForm.include\n remote: false # remotized form ", "end": 86, "score": 0.9998860359191895, "start": 69, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
stl/ajax/src/form.coffee
lovely-io/lovely.io-stl
2
# # The DOM Form unit AJAX related extensions # # Copyright (C) 2011 Nikolay Nemshilov # Form.include remote: false # remotized form marker # # Sends the form via an ajax request # # @param {Object} ajax options # @return {Form} this # send: (options)-> options or= {} options.method = options...
134457
# # The DOM Form unit AJAX related extensions # # Copyright (C) 2011 <NAME> # Form.include remote: false # remotized form marker # # Sends the form via an ajax request # # @param {Object} ajax options # @return {Form} this # send: (options)-> options or= {} options.method = options.method ||...
true
# # The DOM Form unit AJAX related extensions # # Copyright (C) 2011 PI:NAME:<NAME>END_PI # Form.include remote: false # remotized form marker # # Sends the form via an ajax request # # @param {Object} ajax options # @return {Form} this # send: (options)-> options or= {} options.method = opti...
[ { "context": "Link: @linkState('first_name'), placeholder: \"e.g. Artur\", className: \"form-control\"))\n (di", "end": 3381, "score": 0.9997705221176147, "start": 3376, "tag": "NAME", "value": "Artur" }, { "context": " (input type: \"text\", valueLink: @linkState...
app/assets/javascripts/components/user_profile/header/form.js.coffee
olkeene/knomsy
0
{h3, input, button, div, span, h4, label, img, p, textarea} = React.DOM @UserProfile_Header_Form = React.createFactory React.createClass mixins: [React.addons.LinkedStateMixin, ReactFileinputMixin, AutocompleteMixin] propTypes: user: React.PropTypes.object.isRequired, saveProfile: React.PropType...
99130
{h3, input, button, div, span, h4, label, img, p, textarea} = React.DOM @UserProfile_Header_Form = React.createFactory React.createClass mixins: [React.addons.LinkedStateMixin, ReactFileinputMixin, AutocompleteMixin] propTypes: user: React.PropTypes.object.isRequired, saveProfile: React.PropType...
true
{h3, input, button, div, span, h4, label, img, p, textarea} = React.DOM @UserProfile_Header_Form = React.createFactory React.createClass mixins: [React.addons.LinkedStateMixin, ReactFileinputMixin, AutocompleteMixin] propTypes: user: React.PropTypes.object.isRequired, saveProfile: React.PropType...
[ { "context": "y, 'dave', options).should.eql(getResult([{name: 'Dave', age: '12' }]))\n filterFuzzy(array, 'da", "end": 2433, "score": 0.9996128082275391, "start": 2429, "tag": "NAME", "value": "Dave" }, { "context": "ay, 'dav', options).should.eql(getResult([{name: 'Dave', ...
src/utils/filter/spec.coffee
p-koscielniak/hexagonjs
61
import { filterExact, filterStartsWith, filterContains, filterExcludes, filterGreater, filterLess, filterFuzzy, filterRegex, filterStringTypes, filterNumberTypes, filterTypes, filter, } from 'utils/filter' export default () -> describe 'filter', -> describe 'regression', -> it 'exp...
75234
import { filterExact, filterStartsWith, filterContains, filterExcludes, filterGreater, filterLess, filterFuzzy, filterRegex, filterStringTypes, filterNumberTypes, filterTypes, filter, } from 'utils/filter' export default () -> describe 'filter', -> describe 'regression', -> it 'exp...
true
import { filterExact, filterStartsWith, filterContains, filterExcludes, filterGreater, filterLess, filterFuzzy, filterRegex, filterStringTypes, filterNumberTypes, filterTypes, filter, } from 'utils/filter' export default () -> describe 'filter', -> describe 'regression', -> it 'exp...
[ { "context": "#\n# grunt-colorswap\n# https://github.com/meyer/grunt-colorswap\n#\n# Copyright (c) 2014 Mike Meyer", "end": 46, "score": 0.998649537563324, "start": 41, "tag": "USERNAME", "value": "meyer" }, { "context": "b.com/meyer/grunt-colorswap\n#\n# Copyright (c) 2014 Mike Meye...
tasks/colorswap.coffee
meyer/grunt-colorswap
0
# # grunt-colorswap # https://github.com/meyer/grunt-colorswap # # Copyright (c) 2014 Mike Meyer # Licensed under the MIT license. # "use strict" module.exports = (grunt) -> Chromath = require "chromath" pad = (str, places, padWith=" ") -> (new Array(places+1).join(padWith) + str).slice(-places) multiTask = ->...
20409
# # grunt-colorswap # https://github.com/meyer/grunt-colorswap # # Copyright (c) 2014 <NAME> # Licensed under the MIT license. # "use strict" module.exports = (grunt) -> Chromath = require "chromath" pad = (str, places, padWith=" ") -> (new Array(places+1).join(padWith) + str).slice(-places) multiTask = -> o...
true
# # grunt-colorswap # https://github.com/meyer/grunt-colorswap # # Copyright (c) 2014 PI:NAME:<NAME>END_PI # Licensed under the MIT license. # "use strict" module.exports = (grunt) -> Chromath = require "chromath" pad = (str, places, padWith=" ") -> (new Array(places+1).join(padWith) + str).slice(-places) mult...
[ { "context": ".emit 'event', 1, 2, 3\n#\n# Copyright (C) 2011-2012 Nikolay Nemshilov\n#\nEvents =\n _listeners: null # this object liste", "end": 295, "score": 0.9998920559883118, "start": 278, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
stl/core/src/events.coffee
lovely-io/lovely.io-stl
2
# # The standard events handling interface mixin # # MyClass = new core.Class # inclunde: core.Events # # my = new MyClass # # my.on 'event', (one, two, three)-> # console.log(one, two, three) # # my.emit 'event', 1, 2, 3 # # Copyright (C) 2011-2012 Nikolay Nemshilov # Events = _listeners:...
146205
# # The standard events handling interface mixin # # MyClass = new core.Class # inclunde: core.Events # # my = new MyClass # # my.on 'event', (one, two, three)-> # console.log(one, two, three) # # my.emit 'event', 1, 2, 3 # # Copyright (C) 2011-2012 <NAME> # Events = _listeners: null # thi...
true
# # The standard events handling interface mixin # # MyClass = new core.Class # inclunde: core.Events # # my = new MyClass # # my.on 'event', (one, two, three)-> # console.log(one, two, three) # # my.emit 'event', 1, 2, 3 # # Copyright (C) 2011-2012 PI:NAME:<NAME>END_PI # Events = _listene...
[ { "context": "provante = Comprovante.notaFiscal\n\t_fornecedor = 'Multicoisas'\n\t_detalhes = '2x Fones de ouvido Multilaser'\n\n\ti", "end": 335, "score": 0.9546558856964111, "start": 324, "tag": "USERNAME", "value": "Multicoisas" }, { "context": "zar o lançamento de um crédito', ->...
test/unit/models/organizadorTeste.coffee
somosdigix/Digicom
0
should = require('chai').should() Natureza = require '../../../models/natureza' Comprovante = require '../../../models/comprovante' Organizador = require '../../../models/organizador' describe 'Organizador', -> _organizador = new Organizador _mes = 8 _ano = 2014 _comprovante = Comprovante.notaFiscal _fornecedor...
190467
should = require('chai').should() Natureza = require '../../../models/natureza' Comprovante = require '../../../models/comprovante' Organizador = require '../../../models/organizador' describe 'Organizador', -> _organizador = new Organizador _mes = 8 _ano = 2014 _comprovante = Comprovante.notaFiscal _fornecedor...
true
should = require('chai').should() Natureza = require '../../../models/natureza' Comprovante = require '../../../models/comprovante' Organizador = require '../../../models/organizador' describe 'Organizador', -> _organizador = new Organizador _mes = 8 _ano = 2014 _comprovante = Comprovante.notaFiscal _fornecedor...
[ { "context": "###\nGulp task bower\n@create 2014-10-07\n@author KoutarouYabe <idolm@ster.pw>\n###\n\nmodule.exports = (gulp, plug", "end": 59, "score": 0.9998900890350342, "start": 47, "tag": "NAME", "value": "KoutarouYabe" }, { "context": "sk bower\n@create 2014-10-07\n@author Kouta...
tasks/config/bower.coffee
moorvin/Sea-Fight
1
### Gulp task bower @create 2014-10-07 @author KoutarouYabe <idolm@ster.pw> ### module.exports = (gulp, plugins, growl, path)-> filter = plugins.filter jsFilter = filter "**/*.js" cssFilter = filter "**/*.css" fontFilter = filter ["**/*.ttf", "**/*.svg", "**/*.eot", "**/*.woff", "**/*.woff2"] gulp.task "bow...
77973
### Gulp task bower @create 2014-10-07 @author <NAME> <<EMAIL>> ### module.exports = (gulp, plugins, growl, path)-> filter = plugins.filter jsFilter = filter "**/*.js" cssFilter = filter "**/*.css" fontFilter = filter ["**/*.ttf", "**/*.svg", "**/*.eot", "**/*.woff", "**/*.woff2"] gulp.task "bower", -> ...
true
### Gulp task bower @create 2014-10-07 @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> ### module.exports = (gulp, plugins, growl, path)-> filter = plugins.filter jsFilter = filter "**/*.js" cssFilter = filter "**/*.css" fontFilter = filter ["**/*.ttf", "**/*.svg", "**/*.eot", "**/*.woff", "**/*.woff2"] ...
[ { "context": "y way to connect to the midi controler\n# @author : David Ronai / @Makio64 / makiopolis.com\n#\n\nSignal = require('", "end": 77, "score": 0.9998524188995361, "start": 66, "tag": "NAME", "value": "David Ronai" }, { "context": "ct to the midi controler\n# @author : David...
src/coffee/makio/audio/Midi.coffee
Makio64/pizzaparty_vj
1
# # Provide easy way to connect to the midi controler # @author : David Ronai / @Makio64 / makiopolis.com # Signal = require('signals') class Midi @onInit = new Signal() @onMessage = new Signal() @XL1 = {in:'-909041163',out:'606894372',type:'xl'} @XL2 = {in:'1764102944',out:'-1845450469',type:'xl'} @PAD = {in:...
54104
# # Provide easy way to connect to the midi controler # @author : <NAME> / @Makio64 / makiopolis.com # Signal = require('signals') class Midi @onInit = new Signal() @onMessage = new Signal() @XL1 = {in:'-909041163',out:'606894372',type:'xl'} @XL2 = {in:'1764102944',out:'-1845450469',type:'xl'} @PAD = {in:'8795...
true
# # Provide easy way to connect to the midi controler # @author : PI:NAME:<NAME>END_PI / @Makio64 / makiopolis.com # Signal = require('signals') class Midi @onInit = new Signal() @onMessage = new Signal() @XL1 = {in:'-909041163',out:'606894372',type:'xl'} @XL2 = {in:'1764102944',out:'-1845450469',type:'xl'} @P...
[ { "context": "ayerData.stats.packStats\n $scope.sortChampKey = 'winRate'\n $scope.reverse = true\n $scope.$watch(\n ->\n", "end": 253, "score": 0.9920707941055298, "start": 246, "tag": "KEY", "value": "winRate" }, { "context": "ame)->\n if urlname is 'flame'\n urlname =...
client/app/profile/profile.controller.coffee
johnttan/spicybattle
0
'use strict' angular.module 'spicyPartyApp' .controller 'ProfileCtrl', ($scope, PlayerData) -> $scope.message = 'Hello' $scope.champStats = PlayerData.stats.champStats $scope.packStats = PlayerData.stats.packStats $scope.sortChampKey = 'winRate' $scope.reverse = true $scope.$watch( -> PlayerData....
5824
'use strict' angular.module 'spicyPartyApp' .controller 'ProfileCtrl', ($scope, PlayerData) -> $scope.message = 'Hello' $scope.champStats = PlayerData.stats.champStats $scope.packStats = PlayerData.stats.packStats $scope.sortChampKey = '<KEY>' $scope.reverse = true $scope.$watch( -> PlayerData.st...
true
'use strict' angular.module 'spicyPartyApp' .controller 'ProfileCtrl', ($scope, PlayerData) -> $scope.message = 'Hello' $scope.champStats = PlayerData.stats.champStats $scope.packStats = PlayerData.stats.packStats $scope.sortChampKey = 'PI:KEY:<KEY>END_PI' $scope.reverse = true $scope.$watch( -> ...
[ { "context": "nt = {start: {c: 3,r: 0}, end: {c: 4,r: 0}, name:\"Zuchini\", color:\"#008045\"}\n {\n mocks: mocks\n ", "end": 613, "score": 0.9860665798187256, "start": 606, "tag": "NAME", "value": "Zuchini" }, { "context": "et up mocks\n topic.mocks.newTex...
test/unit/plantWidget-test.coffee
TheSoftwareGreenhouse/ourSquareFeet
1
vows = require 'vows' assert = require 'assert' ObservatoryModule = require '../../server/public/javascript/observatory.coffee' PlantWidgetModule = require '../../server/public/javascript/ui/plantWidget.coffee' vows.describe('PlantWidget').addBatch({ 'when a new PlantWidget is created': { topic: () -> mock...
107304
vows = require 'vows' assert = require 'assert' ObservatoryModule = require '../../server/public/javascript/observatory.coffee' PlantWidgetModule = require '../../server/public/javascript/ui/plantWidget.coffee' vows.describe('PlantWidget').addBatch({ 'when a new PlantWidget is created': { topic: () -> mock...
true
vows = require 'vows' assert = require 'assert' ObservatoryModule = require '../../server/public/javascript/observatory.coffee' PlantWidgetModule = require '../../server/public/javascript/ui/plantWidget.coffee' vows.describe('PlantWidget').addBatch({ 'when a new PlantWidget is created': { topic: () -> mock...
[ { "context": "offeeScript:\n# Node : http://github.com/ry/node\n# CoffeeScript : http://github.com/jashken", "end": 72, "score": 0.7964431047439575, "start": 70, "tag": "USERNAME", "value": "ry" }, { "context": ".com/ry/node\n# CoffeeScript : http://github.com/jashkenas...
tools/webserver/node_modules/web_server.coffee
Deepak003/iLearn-ngQuiz
0
# Install Node and CoffeeScript: # Node : http://github.com/ry/node # CoffeeScript : http://github.com/jashkenas/coffee-script # # In a terminal window: # $ cd coffee-script # $ ./bin/node_coffee -r web_server.coffee # # Tested with Mac OS X 10.5.8, Node 0.1.26, CoffeeScript 0.5.0 # # Jeremy Ashkenas ha...
217870
# Install Node and CoffeeScript: # Node : http://github.com/ry/node # CoffeeScript : http://github.com/jashkenas/coffee-script # # In a terminal window: # $ cd coffee-script # $ ./bin/node_coffee -r web_server.coffee # # Tested with Mac OS X 10.5.8, Node 0.1.26, CoffeeScript 0.5.0 # # <NAME> has include...
true
# Install Node and CoffeeScript: # Node : http://github.com/ry/node # CoffeeScript : http://github.com/jashkenas/coffee-script # # In a terminal window: # $ cd coffee-script # $ ./bin/node_coffee -r web_server.coffee # # Tested with Mac OS X 10.5.8, Node 0.1.26, CoffeeScript 0.5.0 # # PI:NAME:<NAME>END_...
[ { "context": " jQuery Waypoints - v2.0.5\nCopyright (c) 2011-2014 Caleb Troughton\nLicensed under the MIT license.\nhttps://github.co", "end": 98, "score": 0.9998784065246582, "start": 83, "tag": "NAME", "value": "Caleb Troughton" }, { "context": "ensed under the MIT license.\nhttps:...
waypoints/shortcuts/sticky-elements/waypoints-sticky.coffee
sterlingcrispin/privacymap
152
### Sticky Elements Shortcut for jQuery Waypoints - v2.0.5 Copyright (c) 2011-2014 Caleb Troughton Licensed under the MIT license. https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt ### ((root, factory) -> if typeof define is 'function' and define.amd define ['jquery', 'waypoints'], facto...
105177
### Sticky Elements Shortcut for jQuery Waypoints - v2.0.5 Copyright (c) 2011-2014 <NAME> Licensed under the MIT license. https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt ### ((root, factory) -> if typeof define is 'function' and define.amd define ['jquery', 'waypoints'], factory else...
true
### Sticky Elements Shortcut for jQuery Waypoints - v2.0.5 Copyright (c) 2011-2014 PI:NAME:<NAME>END_PI Licensed under the MIT license. https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt ### ((root, factory) -> if typeof define is 'function' and define.amd define ['jquery', 'waypoints'], ...
[ { "context": "CodeFileTypes(newValue)\n\n # configKeyPath = \"#{pkgName}.executionSettings.objectCodeFileType\"\n # if (ob", "end": 5043, "score": 0.867139995098114, "start": 5034, "tag": "KEY", "value": "pkgName}." }, { "context": " # configKeyPath = \"#{pkgName}.executionSe...
lib/main.coffee
lakrme/atom-levels-language-test
2
{Emitter,Disposable} = require('atom') path = require('path') CSON = require('season') # ------------------------------------------------------------------------------ module.exports = ## Language package settings ------------------------------------------------- config: gene...
185645
{Emitter,Disposable} = require('atom') path = require('path') CSON = require('season') # ------------------------------------------------------------------------------ module.exports = ## Language package settings ------------------------------------------------- config: gene...
true
{Emitter,Disposable} = require('atom') path = require('path') CSON = require('season') # ------------------------------------------------------------------------------ module.exports = ## Language package settings ------------------------------------------------- config: gene...
[ { "context": "NASA in 2009. It was named after German astronomer Johannes Kepler, who is best known for developing the laws of pla", "end": 207, "score": 0.9994628429412842, "start": 192, "tag": "NAME", "value": "Johannes Kepler" } ]
app/lib/mini-course-content_old.coffee
zooniverse/Planet-Hunters-2
1
content = [ { course_number: 1 material: title: "The Kepler Mission" text: "The Kepler space telescope was launched by NASA in 2009. It was named after German astronomer Johannes Kepler, who is best known for developing the laws of planetary motion in the 17th century. For 4 years it stared at a p...
177520
content = [ { course_number: 1 material: title: "The Kepler Mission" text: "The Kepler space telescope was launched by NASA in 2009. It was named after German astronomer <NAME>, who is best known for developing the laws of planetary motion in the 17th century. For 4 years it stared at a patch of s...
true
content = [ { course_number: 1 material: title: "The Kepler Mission" text: "The Kepler space telescope was launched by NASA in 2009. It was named after German astronomer PI:NAME:<NAME>END_PI, who is best known for developing the laws of planetary motion in the 17th century. For 4 years it stared a...
[ { "context": "tps://code.google.com/apis/console/\n clientId = '382467810781.apps.googleusercontent.com'\n\n # The permissions we’re asking for. This is a", "end": 564, "score": 0.7192202806472778, "start": 525, "tag": "KEY", "value": "382467810781.apps.googleusercontent.com" } ]
app/lib/services/google.coffee
Oxicode/brunch-with-chaplin-and-bootstrap
0
mediator = require 'mediator' utils = require 'lib/utils' ServiceProvider = require 'lib/services/service_provider' module.exports = class Google extends ServiceProvider # Client-Side OAuth 2.0 login with Google # https://code.google.com/p/google-api-javascript-client/ # https://code.google.com/p/google-api-java...
120869
mediator = require 'mediator' utils = require 'lib/utils' ServiceProvider = require 'lib/services/service_provider' module.exports = class Google extends ServiceProvider # Client-Side OAuth 2.0 login with Google # https://code.google.com/p/google-api-javascript-client/ # https://code.google.com/p/google-api-java...
true
mediator = require 'mediator' utils = require 'lib/utils' ServiceProvider = require 'lib/services/service_provider' module.exports = class Google extends ServiceProvider # Client-Side OAuth 2.0 login with Google # https://code.google.com/p/google-api-javascript-client/ # https://code.google.com/p/google-api-java...
[ { "context": "ORTRAIT_Y, 'noble_portrait'\n noble.heroName = \"Noble\"\n noble.heroText = \"Has mastered the art of th", "end": 677, "score": 0.9837329983711243, "start": 672, "tag": "NAME", "value": "Noble" }, { "context": "ORTRAIT_Y, 'ninja_portrait'\n ninja.heroName = 'Ni...
src/state/battle_select.coffee
zekoff/1gam-battle
0
state = {} Popup = require '../ui/popup' TEXT_STYLE = fontSize: 30 fill: 'white' TEXT_STYLE_SMALLER = Object.create(TEXT_STYLE) TEXT_STYLE_SMALLER.fontSize = 24 PORTRAIT_Y = 55 selectedHeroText = null selectedEnemyText = null selectedHero = null selectedEnemy = null popup = null enemyPopup = null state.crea...
152768
state = {} Popup = require '../ui/popup' TEXT_STYLE = fontSize: 30 fill: 'white' TEXT_STYLE_SMALLER = Object.create(TEXT_STYLE) TEXT_STYLE_SMALLER.fontSize = 24 PORTRAIT_Y = 55 selectedHeroText = null selectedEnemyText = null selectedHero = null selectedEnemy = null popup = null enemyPopup = null state.crea...
true
state = {} Popup = require '../ui/popup' TEXT_STYLE = fontSize: 30 fill: 'white' TEXT_STYLE_SMALLER = Object.create(TEXT_STYLE) TEXT_STYLE_SMALLER.fontSize = 24 PORTRAIT_Y = 55 selectedHeroText = null selectedEnemyText = null selectedHero = null selectedEnemy = null popup = null enemyPopup = null state.crea...
[ { "context": "----------------------------------------\n# Author: Alexander Kravets <alex@slatestudio.com>,\n# Slate Studio (h", "end": 107, "score": 0.9998770952224731, "start": 90, "tag": "NAME", "value": "Alexander Kravets" }, { "context": "--------------------\n# Author: ...
app/assets/javascripts/loft/asset-item.coffee
slate-studio/loft
0
# ----------------------------------------------------------------------------- # Author: Alexander Kravets <alex@slatestudio.com>, # Slate Studio (http://www.slatestudio.com) # ----------------------------------------------------------------------------- # Loft Asset Item # ------------------------------------...
218384
# ----------------------------------------------------------------------------- # Author: <NAME> <<EMAIL>>, # Slate Studio (http://www.slatestudio.com) # ----------------------------------------------------------------------------- # Loft Asset Item # ------------------------------------------------------------...
true
# ----------------------------------------------------------------------------- # Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>, # Slate Studio (http://www.slatestudio.com) # ----------------------------------------------------------------------------- # Loft Asset Item # -------------------------------...
[ { "context": " a greyhound as a permanent foster\n#\n# Author:\n# Zach Whaley (zachwhaley) <zachbwhaley@gmail.com>\n\ngit = requi", "end": 177, "score": 0.9998334646224976, "start": 166, "tag": "NAME", "value": "Zach Whaley" }, { "context": "s a permanent foster\n#\n# Author:\n# ...
scripts/permafoster.coffee
galtx-centex/roobot
3
# Description: # Label a greyhound as a permanent foster # # Commands: # hubot permafoster <greyhound> - Labels a greyhound as a permanent foster # # Author: # Zach Whaley (zachwhaley) <zachbwhaley@gmail.com> git = require '../lib/git' site = require '../lib/site' util = require '../lib/util' permafoster = (pat...
129204
# Description: # Label a greyhound as a permanent foster # # Commands: # hubot permafoster <greyhound> - Labels a greyhound as a permanent foster # # Author: # <NAME> (zachwhaley) <<EMAIL>> git = require '../lib/git' site = require '../lib/site' util = require '../lib/util' permafoster = (path, greyhound, name,...
true
# Description: # Label a greyhound as a permanent foster # # Commands: # hubot permafoster <greyhound> - Labels a greyhound as a permanent foster # # Author: # PI:NAME:<NAME>END_PI (zachwhaley) <PI:EMAIL:<EMAIL>END_PI> git = require '../lib/git' site = require '../lib/site' util = require '../lib/util' permafos...