Dataset Viewer
Auto-converted to Parquet Duplicate
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": " checkMeeting presence.meeting\n connections[@connection.id] = presence.id\n presence.updated = new Date\n", "end": 649, "score": 0.7229645252227783, "start": 636, "tag": "EMAIL", "value": "connection.id" } ]
lib/presence.coffee
diomidov/comingle
0
import {Mongo} from 'meteor/mongo' import {check, Match} from 'meteor/check' import {validId, checkId} from './id.coffee' import {checkMeeting} from './meetings.coffee' export Presence = new Mongo.Collection 'presence' ## Mapping from Meteor connection id to presenceId [server only] export connections = {} Meteor.m...
199997
import {Mongo} from 'meteor/mongo' import {check, Match} from 'meteor/check' import {validId, checkId} from './id.coffee' import {checkMeeting} from './meetings.coffee' export Presence = new Mongo.Collection 'presence' ## Mapping from Meteor connection id to presenceId [server only] export connections = {} Meteor.m...
true
import {Mongo} from 'meteor/mongo' import {check, Match} from 'meteor/check' import {validId, checkId} from './id.coffee' import {checkMeeting} from './meetings.coffee' export Presence = new Mongo.Collection 'presence' ## Mapping from Meteor connection id to presenceId [server only] export connections = {} Meteor.m...
[ { "context": " NEED_HEADROW: false\n PERSON_FULL_NAME: 'Chodorow, Stanley A. '\n FK_SPM_SPCL_MTG_CD: ' '\n ", "end": 678, "score": 0.9997825622558594, "start": 659, "tag": "NAME", "value": "Chodorow, Stanley A" }, { "context": " NEED_HEADROW: false\n...
src/schedule.coffee
SheepTester/uxdy
1
# This is my schedule! I'm hard-coding it for now window.schedule = [ { END_MM_TIME: 50 LONG_DESC: ' ' TERM_CODE: 'FA21' SECT_CREDIT_HRS: 4 BEGIN_HH_TIME: 9 SECTION_NUMBER: 50710 SUBJ_CODE: 'CAT ' GRADE_OPTN_CD_PLUS: ' ' WT_POS: '...
121041
# This is my schedule! I'm hard-coding it for now window.schedule = [ { END_MM_TIME: 50 LONG_DESC: ' ' TERM_CODE: 'FA21' SECT_CREDIT_HRS: 4 BEGIN_HH_TIME: 9 SECTION_NUMBER: 50710 SUBJ_CODE: 'CAT ' GRADE_OPTN_CD_PLUS: ' ' WT_POS: '...
true
# This is my schedule! I'm hard-coding it for now window.schedule = [ { END_MM_TIME: 50 LONG_DESC: ' ' TERM_CODE: 'FA21' SECT_CREDIT_HRS: 4 BEGIN_HH_TIME: 9 SECTION_NUMBER: 50710 SUBJ_CODE: 'CAT ' GRADE_OPTN_CD_PLUS: ' ' WT_POS: '...
[ { "context": "or form', ->\n @rendered.should.containEql 'Edit Halley Johnson'\n @rendered.should.containEql 'value=\"Halley J", "end": 1254, "score": 0.8815126419067383, "start": 1240, "tag": "NAME", "value": "Halley Johnson" }, { "context": " Johnson'\n @rendered.should.co...
src/client/apps/settings/test/client/authors/author_modal.test.coffee
craigspaeth/positron
76
_ = require 'underscore' benv = require 'benv' sinon = require 'sinon' { resolve } = require 'path' fixtures = require '../../../../../../test/helpers/fixtures' React = require 'react' ReactDOM = require 'react-dom' ReactTestUtils = require 'react-dom/test-utils' ReactDOMServer = require 'react-dom/server' r = find: ...
82521
_ = require 'underscore' benv = require 'benv' sinon = require 'sinon' { resolve } = require 'path' fixtures = require '../../../../../../test/helpers/fixtures' React = require 'react' ReactDOM = require 'react-dom' ReactTestUtils = require 'react-dom/test-utils' ReactDOMServer = require 'react-dom/server' r = find: ...
true
_ = require 'underscore' benv = require 'benv' sinon = require 'sinon' { resolve } = require 'path' fixtures = require '../../../../../../test/helpers/fixtures' React = require 'react' ReactDOM = require 'react-dom' ReactTestUtils = require 'react-dom/test-utils' ReactDOMServer = require 'react-dom/server' r = find: ...
[ { "context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.9999141693115234, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/_classes/nav-button.coffee
osu-katakuna/osu-katakuna-web
5
# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. class @NavButton constructor: -> @containers = document.getElementsByClassName 'js-nav-button--container' @items = document.getElements...
180467
# Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. class @NavButton constructor: -> @containers = document.getElementsByClassName 'js-nav-button--container' @items = document.getElementsByClass...
true
# Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0. # See the LICENCE file in the repository root for full licence text. class @NavButton constructor: -> @containers = document.getElementsByClassName 'js-nav-button--container' @items = document.get...
[ { "context": "User({role: 'teacher'})\n# yield utils.loginUser(@teacher)\n# done()\n# \n# describe 'when recipientID is", "end": 430, "score": 0.9011542797088623, "start": 422, "tag": "USERNAME", "value": "@teacher" }, { "context": "# done()\n# \n# describe 'when recipie...
spec/server/functional/contact.spec.coffee
johanvl/codecombat
2
utils = require '../utils' sendwithus = require '../../../server/sendwithus' request = require '../request' User = require '../../../server/models/User' # TODO: need to update this test since /contact calls external Close.io API now #xdescribe 'POST /contact', -> # # beforeEach utils.wrap (done) -> # spyOn(sendw...
58558
utils = require '../utils' sendwithus = require '../../../server/sendwithus' request = require '../request' User = require '../../../server/models/User' # TODO: need to update this test since /contact calls external Close.io API now #xdescribe 'POST /contact', -> # # beforeEach utils.wrap (done) -> # spyOn(sendw...
true
utils = require '../utils' sendwithus = require '../../../server/sendwithus' request = require '../request' User = require '../../../server/models/User' # TODO: need to update this test since /contact calls external Close.io API now #xdescribe 'POST /contact', -> # # beforeEach utils.wrap (done) -> # spyOn(sendw...
[ { "context": "ength\n\t\t\tdeepEq {id: 3, sex: 'F', age: 34, name: 'Elaine Benes'}, res[2]\n\n\t\t# TODO\n\t\t# it.only 'date', ->\n\t\t# \tr", "end": 849, "score": 0.9998611211776733, "start": 837, "tag": "NAME", "value": "Elaine Benes" }, { "context": "son: _ {name: {like: '%Mi%'}}...
src/test__ramda.coffee
Cottin/popsiql
0
{F, gt, gte, join, length, lt, lte, pluck, where} = R = require 'ramda' # auto_require: ramda {$} = RE = require 'ramda-extras' # auto_require: ramda-extras [ːid, ːtext, ːamount, ːage, ːsex, ːname, ːALL] = ['id', 'text', 'amount', 'age', 'sex', 'name', 'ALL'] #auto_sugar {eq, deepEq} = require 'testhelp' #auto_require:...
50738
{F, gt, gte, join, length, lt, lte, pluck, where} = R = require 'ramda' # auto_require: ramda {$} = RE = require 'ramda-extras' # auto_require: ramda-extras [ːid, ːtext, ːamount, ːage, ːsex, ːname, ːALL] = ['id', 'text', 'amount', 'age', 'sex', 'name', 'ALL'] #auto_sugar {eq, deepEq} = require 'testhelp' #auto_require:...
true
{F, gt, gte, join, length, lt, lte, pluck, where} = R = require 'ramda' # auto_require: ramda {$} = RE = require 'ramda-extras' # auto_require: ramda-extras [ːid, ːtext, ːamount, ːage, ːsex, ːname, ːALL] = ['id', 'text', 'amount', 'age', 'sex', 'name', 'ALL'] #auto_sugar {eq, deepEq} = require 'testhelp' #auto_require:...
[ { "context": "#\n knockback.js 0.19.1\n Copyright (c) 2011-2014 Kevin Malakoff.\n License: MIT (http://www.opensource.org/licens", "end": 67, "score": 0.9997554421424866, "start": 53, "tag": "NAME", "value": "Kevin Malakoff" }, { "context": "ses/mit-license.php)\n Source: https:...
src/triggering/triggered-observable.coffee
metacommunications/knockback
0
### knockback.js 0.19.1 Copyright (c) 2011-2014 Kevin Malakoff. License: MIT (http://www.opensource.org/licenses/mit-license.php) Source: https://github.com/kmalakoff/knockback Dependencies: Knockout.js, Backbone.js, and Underscore.js (or LoDash.js). Optional dependencies: Backbone.ModelRef.js and Backbone...
46281
### knockback.js 0.19.1 Copyright (c) 2011-2014 <NAME>. License: MIT (http://www.opensource.org/licenses/mit-license.php) Source: https://github.com/kmalakoff/knockback Dependencies: Knockout.js, Backbone.js, and Underscore.js (or LoDash.js). Optional dependencies: Backbone.ModelRef.js and BackboneORM. ###...
true
### knockback.js 0.19.1 Copyright (c) 2011-2014 PI:NAME:<NAME>END_PI. License: MIT (http://www.opensource.org/licenses/mit-license.php) Source: https://github.com/kmalakoff/knockback Dependencies: Knockout.js, Backbone.js, and Underscore.js (or LoDash.js). Optional dependencies: Backbone.ModelRef.js and Ba...
[ { "context": "put#user_email'\n username: '.js-form input#user_username'\n password: '.js-form input#user_password'\n ", "end": 357, "score": 0.77559494972229, "start": 349, "tag": "USERNAME", "value": "username" }, { "context": "name: '.js-form input#user_username'\n pass...
app/assets/javascripts/views/authentication/signup.coffee
brettclanton001/Dashous
4
class Dashous.Views.Authentication.Signup extends Dashous.Views.Authentication.Base template: 'authentication/signup' ui: form: '.js-form' inputs: '.js-form input' submitButton: '.js-form input[type="submit"]' errorMessages: '.js-form .js-error-message' email: '.js-form input#user_email' us...
34765
class Dashous.Views.Authentication.Signup extends Dashous.Views.Authentication.Base template: 'authentication/signup' ui: form: '.js-form' inputs: '.js-form input' submitButton: '.js-form input[type="submit"]' errorMessages: '.js-form .js-error-message' email: '.js-form input#user_email' us...
true
class Dashous.Views.Authentication.Signup extends Dashous.Views.Authentication.Base template: 'authentication/signup' ui: form: '.js-form' inputs: '.js-form input' submitButton: '.js-form input[type="submit"]' errorMessages: '.js-form .js-error-message' email: '.js-form input#user_email' us...
[ { "context": "disallow unnecessary curly braces in JSX\n# @author Jacky Ho\n###\n'use strict'\n\n# For better readability on tes", "end": 104, "score": 0.999799907207489, "start": 96, "tag": "NAME", "value": "Jacky Ho" } ]
src/tests/rules/jsx-curly-brace-presence.coffee
helixbass/eslint-plugin-coffee
21
###* # @fileoverview Enforce curly braces or disallow unnecessary curly braces in JSX # @author Jacky Ho ### 'use strict' # For better readability on tests involving quotes ### eslint-disable quotes ### ### eslint-disable coffee/no-template-curly-in-string ### # --------------------------------------------------------...
208015
###* # @fileoverview Enforce curly braces or disallow unnecessary curly braces in JSX # @author <NAME> ### 'use strict' # For better readability on tests involving quotes ### eslint-disable quotes ### ### eslint-disable coffee/no-template-curly-in-string ### # ----------------------------------------------------------...
true
###* # @fileoverview Enforce curly braces or disallow unnecessary curly braces in JSX # @author PI:NAME:<NAME>END_PI ### 'use strict' # For better readability on tests involving quotes ### eslint-disable quotes ### ### eslint-disable coffee/no-template-curly-in-string ### # --------------------------------------------...
[ { "context": "ERRORS_KEY = \"signinErrors\"\n\nTemplate.signin.created = ->\n Session.se", "end": 20, "score": 0.5901243090629578, "start": 14, "tag": "KEY", "value": "signin" }, { "context": "l is required\" unless email\n errors.password = \"Password is required\" unless passwo...
client/templates/auth-signin.coffee
mcgwier/workhandle
0
ERRORS_KEY = "signinErrors" Template.signin.created = -> Session.set ERRORS_KEY, {} Template.signin.helpers errorMessages: -> _.values Session.get(ERRORS_KEY) errorClass: (key) -> Session.get(ERRORS_KEY)[key] and "error" Template.signin.events submit: (event, template) -> event.preventDefault() em...
191523
ERRORS_KEY = "<KEY>Errors" Template.signin.created = -> Session.set ERRORS_KEY, {} Template.signin.helpers errorMessages: -> _.values Session.get(ERRORS_KEY) errorClass: (key) -> Session.get(ERRORS_KEY)[key] and "error" Template.signin.events submit: (event, template) -> event.preventDefault() ema...
true
ERRORS_KEY = "PI:KEY:<KEY>END_PIErrors" Template.signin.created = -> Session.set ERRORS_KEY, {} Template.signin.helpers errorMessages: -> _.values Session.get(ERRORS_KEY) errorClass: (key) -> Session.get(ERRORS_KEY)[key] and "error" Template.signin.events submit: (event, template) -> event.preventDe...
End of preview. Expand in Data Studio

Dataset Card for "coffeescript_checks"

More Information needed

Downloads last month
13