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": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li", "end": 43, "score": 0.9999146461486816, "start": 29, "tag": "EMAIL", "value": "contact@ppy.sh" } ]
resources/assets/coffee/react/profile-page/play-time.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. import * as React from 'react' import { span } from 'react-dom-factories' import { ValueDisplay } from 'value-display' el = React.createElement ...
84176
# 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. import * as React from 'react' import { span } from 'react-dom-factories' import { ValueDisplay } from 'value-display' el = React.createElement export...
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. import * as React from 'react' import { span } from 'react-dom-factories' import { ValueDisplay } from 'value-display' el = React.createE...
[ { "context": "gration script\n copyright 2fours LLC\n written by Adam Patacchiola adam@2fours.com\n\n###\nenv = process.env.SURESPOT_E", "end": 79, "score": 0.9998798370361328, "start": 63, "tag": "NAME", "value": "Adam Patacchiola" }, { "context": "copyright 2fours LLC\n written ...
server/migration2/deleteCUs.coffee
SchoolOfFreelancing/SureSpot
1
### db migration script copyright 2fours LLC written by Adam Patacchiola adam@2fours.com ### env = process.env.SURESPOT_ENV ? 'Local' # one of "Local","Stage", "Prod" async = require 'async' _ = require 'underscore' cdb = require '../cdb' common = require '../common' #constants USERNAME_LENGTH = 20 CONTROL_MES...
200271
### db migration script copyright 2fours LLC written by <NAME> <EMAIL> ### env = process.env.SURESPOT_ENV ? 'Local' # one of "Local","Stage", "Prod" async = require 'async' _ = require 'underscore' cdb = require '../cdb' common = require '../common' #constants USERNAME_LENGTH = 20 CONTROL_MESSAGE_HISTORY = 100...
true
### db migration script copyright 2fours LLC written by PI:NAME:<NAME>END_PI PI:EMAIL:<EMAIL>END_PI ### env = process.env.SURESPOT_ENV ? 'Local' # one of "Local","Stage", "Prod" async = require 'async' _ = require 'underscore' cdb = require '../cdb' common = require '../common' #constants USERNAME_LENGTH = 20 ...
[ { "context": "ndingFoo.base, @base\n equal ascendingFoo.key, 'foo.bar'\n equal ascendingFoo.descending, no\n equal ", "end": 10094, "score": 0.9812456965446472, "start": 10087, "tag": "KEY", "value": "foo.bar" }, { "context": "dingFoo.base, @base\n equal descendingFoo.key...
tests/batman/set/set_test.coffee
davidcornu/batman
0
basicSetTestSuite = -> test "isEmpty() on an empty set returns true", -> ok @set.isEmpty() ok @set.get 'isEmpty' test "has(item) on an empty set returns false", -> equal @set.has('foo'), false test "has(undefined) returns false", -> equal @set.has(undefined), false test "has(item) for an item...
3790
basicSetTestSuite = -> test "isEmpty() on an empty set returns true", -> ok @set.isEmpty() ok @set.get 'isEmpty' test "has(item) on an empty set returns false", -> equal @set.has('foo'), false test "has(undefined) returns false", -> equal @set.has(undefined), false test "has(item) for an item...
true
basicSetTestSuite = -> test "isEmpty() on an empty set returns true", -> ok @set.isEmpty() ok @set.get 'isEmpty' test "has(item) on an empty set returns false", -> equal @set.has('foo'), false test "has(undefined) returns false", -> equal @set.has(undefined), false test "has(item) for an item...
[ { "context": "####################################\n#\n# Author: Cobe Greene\n# Date Created: 10 / 20 / 2017\n# Date Finish:", "end": 70, "score": 0.9998720288276672, "start": 59, "tag": "NAME", "value": "Cobe Greene" } ]
snippets/mips.cson
CobeGreene/mips-snippet
0
############################################ # # Author: Cobe Greene # Date Created: 10 / 20 / 2017 # Date Finish: 10 / 25 / 2017 # # Overview: Snippet For Mips Assembly Language # #### '.source.mips': # Variables 'Variable': 'prefix': 'var' 'body': '${1:"name"}: .${2:"type"} ${3:"value"...
59096
############################################ # # Author: <NAME> # Date Created: 10 / 20 / 2017 # Date Finish: 10 / 25 / 2017 # # Overview: Snippet For Mips Assembly Language # #### '.source.mips': # Variables 'Variable': 'prefix': 'var' 'body': '${1:"name"}: .${2:"type"} ${3:"value"}' ...
true
############################################ # # Author: PI:NAME:<NAME>END_PI # Date Created: 10 / 20 / 2017 # Date Finish: 10 / 25 / 2017 # # Overview: Snippet For Mips Assembly Language # #### '.source.mips': # Variables 'Variable': 'prefix': 'var' 'body': '${1:"name"}: .${2:"type"} ${...
[ { "context": "###\n@Author: Kristinita\n@Date:\t 2017-04-09 09:17:06\n@Last Modified time: ", "end": 23, "score": 0.9997648596763611, "start": 13, "tag": "NAME", "value": "Kristinita" } ]
themes/sashapelican/static/coffee/Clipboard-js/Clipboard.coffee
Kristinita/KristinitaPelicanCI
0
### @Author: Kristinita @Date: 2017-04-09 09:17:06 @Last Modified time: 2018-05-04 08:57:40 ### ################ # Clipboard.js # ################ ### Activate Clipboard.js for .SashaButton class [DEPRECATED] Works without DOM initialization http://ru.stackoverflow.com/a/582520/199934 [DEPRECATED] For Rainbow: http://...
192580
### @Author: <NAME> @Date: 2017-04-09 09:17:06 @Last Modified time: 2018-05-04 08:57:40 ### ################ # Clipboard.js # ################ ### Activate Clipboard.js for .SashaButton class [DEPRECATED] Works without DOM initialization http://ru.stackoverflow.com/a/582520/199934 [DEPRECATED] For Rainbow: http://stac...
true
### @Author: PI:NAME:<NAME>END_PI @Date: 2017-04-09 09:17:06 @Last Modified time: 2018-05-04 08:57:40 ### ################ # Clipboard.js # ################ ### Activate Clipboard.js for .SashaButton class [DEPRECATED] Works without DOM initialization http://ru.stackoverflow.com/a/582520/199934 [DEPRECATED] For Rainbo...
[ { "context": " db', (done) ->\n user1 = new User\n name: 'Dummy'\n mail: 'dummy@example.org'\n user1.save (", "end": 271, "score": 0.8685647249221802, "start": 266, "tag": "NAME", "value": "Dummy" }, { "context": "user1 = new User\n name: 'Dummy'\n mail: 'du...
src/spec/models/user_models_test.coffee
henvo/express-dummy
0
should = require 'should' mongoose = require 'mongoose' User = mongoose.model('User') describe 'User Model Test', -> after (done) -> User.remove {}, (err) -> done() unless err it 'should save user to db', (done) -> user1 = new User name: 'Dummy' mail: 'dummy@example.org' user1.save ...
222663
should = require 'should' mongoose = require 'mongoose' User = mongoose.model('User') describe 'User Model Test', -> after (done) -> User.remove {}, (err) -> done() unless err it 'should save user to db', (done) -> user1 = new User name: '<NAME>' mail: '<EMAIL>' user1.save (err, doc...
true
should = require 'should' mongoose = require 'mongoose' User = mongoose.model('User') describe 'User Model Test', -> after (done) -> User.remove {}, (err) -> done() unless err it 'should save user to db', (done) -> user1 = new User name: 'PI:NAME:<NAME>END_PI' mail: 'PI:EMAIL:<EMAIL>END...
[ { "context": "xtends LayerInfo\n @shouldParse: (key) -> key is 'PlLd'\n\n constructor: (layer, length) ->\n super(lay", "end": 210, "score": 0.9950593709945679, "start": 206, "tag": "KEY", "value": "PlLd" } ]
src/psd/layer_info/placed_layer.coffee
taofei-pro/psd.js
0
LayerInfo = require '../layer_info.coffee' Util = require '../util.coffee' Descriptor = require '../descriptor.coffee' module.exports = class UnicodeName extends LayerInfo @shouldParse: (key) -> key is 'PlLd' constructor: (layer, length) -> super(layer, length) @Trnf = [] parse: -> @identifier = @...
113836
LayerInfo = require '../layer_info.coffee' Util = require '../util.coffee' Descriptor = require '../descriptor.coffee' module.exports = class UnicodeName extends LayerInfo @shouldParse: (key) -> key is '<KEY>' constructor: (layer, length) -> super(layer, length) @Trnf = [] parse: -> @identifier = ...
true
LayerInfo = require '../layer_info.coffee' Util = require '../util.coffee' Descriptor = require '../descriptor.coffee' module.exports = class UnicodeName extends LayerInfo @shouldParse: (key) -> key is 'PI:KEY:<KEY>END_PI' constructor: (layer, length) -> super(layer, length) @Trnf = [] parse: -> @...
[ { "context": "onfig: meshbluConfig\n mongoDbUri: 'mongodb://127.0.0.1/test-uuid-alias-service'\n\n @server = new Serve", "end": 564, "score": 0.9875825047492981, "start": 555, "tag": "IP_ADDRESS", "value": "127.0.0.1" }, { "context": " new Datastore\n database: mongojs '...
test/integration/sub-aliases/create-subalias-integration-spec.coffee
joaoaneto/uuid-alias-service
0
http = require 'http' request = require 'request' shmock = require 'shmock' Server = require '../../../src/server' mongojs = require 'mongojs' Datastore = require 'meshblu-core-datastore' describe 'POST /aliases/chloroform', -> beforeEach -> @meshblu = shmock 0xd00d afterEach (done) -> @meshblu.close...
189545
http = require 'http' request = require 'request' shmock = require 'shmock' Server = require '../../../src/server' mongojs = require 'mongojs' Datastore = require 'meshblu-core-datastore' describe 'POST /aliases/chloroform', -> beforeEach -> @meshblu = shmock 0xd00d afterEach (done) -> @meshblu.close...
true
http = require 'http' request = require 'request' shmock = require 'shmock' Server = require '../../../src/server' mongojs = require 'mongojs' Datastore = require 'meshblu-core-datastore' describe 'POST /aliases/chloroform', -> beforeEach -> @meshblu = shmock 0xd00d afterEach (done) -> @meshblu.close...
[ { "context": " 0, 0, 1\n 1, 1, 0\n]\nkids =\n brother:\n name: \"Max\"\n age: 11\n sister:\n name: \"Ida\"\n age: ", "end": 601, "score": 0.9998713731765747, "start": 598, "tag": "NAME", "value": "Max" }, { "context": " name: \"Max\"\n age: 11\n sister:\n n...
testcoffee/simple.coffee
quchunguang/test
1
# [Ref]: http://coffee-script.org/ number = 42 opposite = true number = -42 if opposite square = (x) -> x * x list = [1, 2, 3, 4, 5] math = root: Math.sqrt square: square cube: (x) -> x * square(x) race = (winner, runner) -> console.log winner, runner race number, opposite alert "I new it...
91741
# [Ref]: http://coffee-script.org/ number = 42 opposite = true number = -42 if opposite square = (x) -> x * x list = [1, 2, 3, 4, 5] math = root: Math.sqrt square: square cube: (x) -> x * square(x) race = (winner, runner) -> console.log winner, runner race number, opposite alert "I new it...
true
# [Ref]: http://coffee-script.org/ number = 42 opposite = true number = -42 if opposite square = (x) -> x * x list = [1, 2, 3, 4, 5] math = root: Math.sqrt square: square cube: (x) -> x * square(x) race = (winner, runner) -> console.log winner, runner race number, opposite alert "I new it...
[ { "context": "inCtrl', ($scope) ->\n $scope.data = {\n name: 'Gulangco Plate'\n }", "end": 109, "score": 0.9998499751091003, "start": 95, "tag": "NAME", "value": "Gulangco Plate" } ]
src/app/main/mainCtrl.coffee
SteefTheBeef/ng-gulp
0
angular.module('mainCtrl', []).controller 'mainCtrl', ($scope) -> $scope.data = { name: 'Gulangco Plate' }
167016
angular.module('mainCtrl', []).controller 'mainCtrl', ($scope) -> $scope.data = { name: '<NAME>' }
true
angular.module('mainCtrl', []).controller 'mainCtrl', ($scope) -> $scope.data = { name: 'PI:NAME:<NAME>END_PI' }
[ { "context": "0 mins\n }\n redisStore: redisStore\n key: 'rememberme'\n secret: 'secret'\n}\n\ndescribe 'Remember me te", "end": 584, "score": 0.9153887033462524, "start": 574, "tag": "KEY", "value": "rememberme" }, { "context": " before ->\n req.cookies.remem...
test/rememberme-test.coffee
jamessharp/redis-rememberme
1
should = require 'should' connect = require 'connect' RedisStore = require('connect-redis')(connect) RememberMe = require '../' winston = require 'winston' sinon = require 'sinon' # Setup fake timers clock = sinon.useFakeTimers('setInterval', 'Date') # Remove the logging winston.remove winston.transports.Console # G...
133251
should = require 'should' connect = require 'connect' RedisStore = require('connect-redis')(connect) RememberMe = require '../' winston = require 'winston' sinon = require 'sinon' # Setup fake timers clock = sinon.useFakeTimers('setInterval', 'Date') # Remove the logging winston.remove winston.transports.Console # G...
true
should = require 'should' connect = require 'connect' RedisStore = require('connect-redis')(connect) RememberMe = require '../' winston = require 'winston' sinon = require 'sinon' # Setup fake timers clock = sinon.useFakeTimers('setInterval', 'Date') # Remove the logging winston.remove winston.transports.Console # G...
[ { "context": "Utility function tests\n#\n# Copyright (C) 2011-2013 Nikolay Nemshilov\n#\nutil = require('util')\n{Test,should} = requir", "end": 72, "score": 0.9998874068260193, "start": 55, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
stl/core/test/util_test.coffee
lovely-io/lovely.io-stl
2
# # Utility function tests # # Copyright (C) 2011-2013 Nikolay Nemshilov # util = require('util') {Test,should} = require('lovely') eval(Test.build) Lovely = this.Lovely # # A shortcut for the type check functions mass-testing # # @param {String} function name # @param {Object} okays and fails # @return void # ass...
109701
# # Utility function tests # # Copyright (C) 2011-2013 <NAME> # util = require('util') {Test,should} = require('lovely') eval(Test.build) Lovely = this.Lovely # # A shortcut for the type check functions mass-testing # # @param {String} function name # @param {Object} okays and fails # @return void # assertTypeChec...
true
# # Utility function tests # # Copyright (C) 2011-2013 PI:NAME:<NAME>END_PI # util = require('util') {Test,should} = require('lovely') eval(Test.build) Lovely = this.Lovely # # A shortcut for the type check functions mass-testing # # @param {String} function name # @param {Object} okays and fails # @return void # ...
[ { "context": " 'username': 'String'\n 'password': 'String'\n 'email': 'String'\n 'created_dt': ", "end": 262, "score": 0.9758886694908142, "start": 256, "tag": "PASSWORD", "value": "String" } ]
src/models/internal_storage/user.coffee
RaghavendhraK/daily_sales
0
InternalStorageModel = require './index' Encrypt = require '../../lib/encrypt' Token = require '../../lib/token' class User extends InternalStorageModel getSchema: ()-> @schema = { fields: { 'username': 'String' 'password': 'String' 'email': 'String' 'created_dt': 'Date' ...
163700
InternalStorageModel = require './index' Encrypt = require '../../lib/encrypt' Token = require '../../lib/token' class User extends InternalStorageModel getSchema: ()-> @schema = { fields: { 'username': 'String' 'password': '<PASSWORD>' 'email': 'String' 'created_dt': 'Dat...
true
InternalStorageModel = require './index' Encrypt = require '../../lib/encrypt' Token = require '../../lib/token' class User extends InternalStorageModel getSchema: ()-> @schema = { fields: { 'username': 'String' 'password': 'PI:PASSWORD:<PASSWORD>END_PI' 'email': 'String' ...
[ { "context": "jector](http://neocotic.com/injector)\n#\n# (c) 2014 Alasdair Mercer\n#\n# Freely distributable under the MIT license\n\n#", "end": 71, "score": 0.9998756647109985, "start": 56, "tag": "NAME", "value": "Alasdair Mercer" } ]
src/coffee/install.coffee
SlinkySalmon633/injector-chrome
33
# [Injector](http://neocotic.com/injector) # # (c) 2014 Alasdair Mercer # # Freely distributable under the MIT license # Inline installation # ------------------- # Injector's extension ID is currently using. id = chrome.i18n.getMessage('@@extension_id') # Names of the classes to be added to the targeted elem...
28455
# [Injector](http://neocotic.com/injector) # # (c) 2014 <NAME> # # Freely distributable under the MIT license # Inline installation # ------------------- # Injector's extension ID is currently using. id = chrome.i18n.getMessage('@@extension_id') # Names of the classes to be added to the targeted elements. new...
true
# [Injector](http://neocotic.com/injector) # # (c) 2014 PI:NAME:<NAME>END_PI # # Freely distributable under the MIT license # Inline installation # ------------------- # Injector's extension ID is currently using. id = chrome.i18n.getMessage('@@extension_id') # Names of the classes to be added to the targeted...
[ { "context": "llapsible Component Script\n# -----\n# Copyright (c) Kiruse 2021. Licensed under MIT License\nimport anime fro", "end": 132, "score": 0.9911298155784607, "start": 126, "tag": "NAME", "value": "Kiruse" } ]
dapp/src/components/collapsible.coffee
Kiruse/WotD.sol
0
###################################################################### # Collapsible Component Script # ----- # Copyright (c) Kiruse 2021. Licensed under MIT License import anime from 'animejs' animDuration = 300 export default data: -> expanded: !!this.open animtarget: {height: 0} props: ['label', 'open'...
156511
###################################################################### # Collapsible Component Script # ----- # Copyright (c) <NAME> 2021. Licensed under MIT License import anime from 'animejs' animDuration = 300 export default data: -> expanded: !!this.open animtarget: {height: 0} props: ['label', 'open'...
true
###################################################################### # Collapsible Component Script # ----- # Copyright (c) PI:NAME:<NAME>END_PI 2021. Licensed under MIT License import anime from 'animejs' animDuration = 300 export default data: -> expanded: !!this.open animtarget: {height: 0} props: ['...
[ { "context": "]\n key = VALIDATION_PHASES_SINGULAR[phase].toLowerCase()\n if names.length is 1\n key +=", "end": 4327, "score": 0.6216108202934265, "start": 4316, "tag": "KEY", "value": "toLowerCase" }, { "context": " if names.length is 1\n ...
error_message_builders.coffee
jneuendorf/FormValidator
0
######################################################################################################### # WORKFLOW: error_message_builders[VALIDATION_PHASE] -> message builder locale_message_builders = de: {} en: {} locale_message_builders.de[BUILD_MODES.ENUMERATE] = null locale_message_builders.de[BUILD_MOD...
104588
######################################################################################################### # WORKFLOW: error_message_builders[VALIDATION_PHASE] -> message builder locale_message_builders = de: {} en: {} locale_message_builders.de[BUILD_MODES.ENUMERATE] = null locale_message_builders.de[BUILD_MOD...
true
######################################################################################################### # WORKFLOW: error_message_builders[VALIDATION_PHASE] -> message builder locale_message_builders = de: {} en: {} locale_message_builders.de[BUILD_MODES.ENUMERATE] = null locale_message_builders.de[BUILD_MOD...
[ { "context": " hubot XXX [<args>] - DESCRIPTION\n#\n# Author:\n# bouzuya <m@bouzuya.net>\n#\nmodule.exports = (robot) ->\n r", "end": 152, "score": 0.9997252821922302, "start": 145, "tag": "USERNAME", "value": "bouzuya" }, { "context": "X [<args>] - DESCRIPTION\n#\n# Author:\n# ...
src/scripts/hello.coffee
bouzuya/hubot-script-boilerplate
4
# Description # A Hubot script that DESCRIPTION # # Configuration: # None # # Commands: # hubot XXX [<args>] - DESCRIPTION # # Author: # bouzuya <m@bouzuya.net> # module.exports = (robot) -> robot.respond /h(?:ello|i)$/i, (res) -> res.send 'hello!'
121771
# Description # A Hubot script that DESCRIPTION # # Configuration: # None # # Commands: # hubot XXX [<args>] - DESCRIPTION # # Author: # bouzuya <<EMAIL>> # module.exports = (robot) -> robot.respond /h(?:ello|i)$/i, (res) -> res.send 'hello!'
true
# Description # A Hubot script that DESCRIPTION # # Configuration: # None # # Commands: # hubot XXX [<args>] - DESCRIPTION # # Author: # bouzuya <PI:EMAIL:<EMAIL>END_PI> # module.exports = (robot) -> robot.respond /h(?:ello|i)$/i, (res) -> res.send 'hello!'
[ { "context": "blesorter.com\n###\n\nlast_name_options =\n id: 'last_name' # the parser na", "end": 173, "score": 0.8212679028511047, "start": 169, "tag": "NAME", "value": "last" }, { "context": "rter.com\n###\n\nlast_name_options =\n id: 'last_na...
app/assets/javascripts/unit_certs/unit_certs_table.js.coffee
andyl/BAMRU-Private
1
### This is jQuery code that manages the table sorting on the unit_certs/index page. Table sorter plugin at: http://tablesorter.com ### last_name_options = id: 'last_name' # the parser name is: (s) -> false # disable standard parser type: 'text' ...
35722
### This is jQuery code that manages the table sorting on the unit_certs/index page. Table sorter plugin at: http://tablesorter.com ### last_name_options = id: '<NAME>_<NAME>' # the parser name is: (s) -> false # disable standard parser type: 'tex...
true
### This is jQuery code that manages the table sorting on the unit_certs/index page. Table sorter plugin at: http://tablesorter.com ### last_name_options = id: 'PI:NAME:<NAME>END_PI_PI:NAME:<NAME>END_PI' # the parser name is: (s) -> false # disable st...
[ { "context": " throw new Error(\"InvalidStateError\")\n key = \"#{header}\".toLowerCase()\n if @requestHeaders[key]\n @requestHeaders", "end": 2017, "score": 0.9899927973747253, "start": 1992, "tag": "KEY", "value": "\"#{header}\".toLowerCase()" }, { "context": "ED\n ...
src/board/memhttprequest.coffee
kimushu/rubic-chrome
1
"use strict" module.exports = class MemHttpRequest DEBUG = 0 # XMLHttpRequest compatible constants @UNSENT: XMLHttpRequest.UNSENT @OPENED: XMLHttpRequest.OPENED @HEADERS_RECEIVED: XMLHttpRequest.HEADERS_RECEIVED @LOADING: XMLHttpRequest.LOADING @DONE: XMLHtt...
72762
"use strict" module.exports = class MemHttpRequest DEBUG = 0 # XMLHttpRequest compatible constants @UNSENT: XMLHttpRequest.UNSENT @OPENED: XMLHttpRequest.OPENED @HEADERS_RECEIVED: XMLHttpRequest.HEADERS_RECEIVED @LOADING: XMLHttpRequest.LOADING @DONE: XMLHtt...
true
"use strict" module.exports = class MemHttpRequest DEBUG = 0 # XMLHttpRequest compatible constants @UNSENT: XMLHttpRequest.UNSENT @OPENED: XMLHttpRequest.OPENED @HEADERS_RECEIVED: XMLHttpRequest.HEADERS_RECEIVED @LOADING: XMLHttpRequest.LOADING @DONE: XMLHtt...
[ { "context": " auth:\n user: @clientId\n pass: @clientSecret\n\n @request req, (error, response, body) =>\n ", "end": 805, "score": 0.8435720205307007, "start": 793, "tag": "PASSWORD", "value": "clientSecret" } ]
src/Client.coffee
eibbors/domonodo
1
request = require 'request' class DomoClient constructor: (options={}) -> @clientId = options.clientId ? null @clientSecret = options.clientSecret ? null @accessToken = options.accessToken ? null @scope = options.scope ? null # Request an access token for making calls to Domo APIs getToken: (op...
215165
request = require 'request' class DomoClient constructor: (options={}) -> @clientId = options.clientId ? null @clientSecret = options.clientSecret ? null @accessToken = options.accessToken ? null @scope = options.scope ? null # Request an access token for making calls to Domo APIs getToken: (op...
true
request = require 'request' class DomoClient constructor: (options={}) -> @clientId = options.clientId ? null @clientSecret = options.clientSecret ? null @accessToken = options.accessToken ? null @scope = options.scope ? null # Request an access token for making calls to Domo APIs getToken: (op...
[ { "context": "!= 0)\n\n test.done()\n )\n\n debug.token({name: 'test'})\n\nexports.payloadNotEnabled = (test) ->\n debug", "end": 1317, "score": 0.5270657539367676, "start": 1313, "tag": "KEY", "value": "test" } ]
test/unit/debug-test.coffee
calebTomlinson/tedious
2
Debug = require('../../src/debug') payload = 'payload' class Packet headerToString: -> 'header' dataToString: -> 'data' exports.packet = (test) -> emitCount = 0; debug = new Debug({packet: true}) debug.on('debug', (text) -> emitCount++ switch emitCount when 2 test.ok(/dir/...
120219
Debug = require('../../src/debug') payload = 'payload' class Packet headerToString: -> 'header' dataToString: -> 'data' exports.packet = (test) -> emitCount = 0; debug = new Debug({packet: true}) debug.on('debug', (text) -> emitCount++ switch emitCount when 2 test.ok(/dir/...
true
Debug = require('../../src/debug') payload = 'payload' class Packet headerToString: -> 'header' dataToString: -> 'data' exports.packet = (test) -> emitCount = 0; debug = new Debug({packet: true}) debug.on('debug', (text) -> emitCount++ switch emitCount when 2 test.ok(/dir/...
[ { "context": "n unless Batman.acceptData(elem)\n internalKey = Batman.expando\n isNode = elem.nodeType\n # non DOM-nodes ha", "end": 2801, "score": 0.852504551410675, "start": 2787, "tag": "KEY", "value": "Batman.expando" } ]
src/view/data.coffee
Shipow/batman
1
isEmptyDataObject = (obj) -> for name of obj return false return true Batman.extend Batman, cache: {} uuid: 0 expando: "batman" + Math.random().toString().replace(/\D/g, '') # Test to see if it's possible to delete an expando from an element # Fails in Internet Explorer canDeleteExpando: do -> ...
77242
isEmptyDataObject = (obj) -> for name of obj return false return true Batman.extend Batman, cache: {} uuid: 0 expando: "batman" + Math.random().toString().replace(/\D/g, '') # Test to see if it's possible to delete an expando from an element # Fails in Internet Explorer canDeleteExpando: do -> ...
true
isEmptyDataObject = (obj) -> for name of obj return false return true Batman.extend Batman, cache: {} uuid: 0 expando: "batman" + Math.random().toString().replace(/\D/g, '') # Test to see if it's possible to delete an expando from an element # Fails in Internet Explorer canDeleteExpando: do -> ...
[ { "context": ", key) ->\n if key isnt 'factory' and key isnt 'makeSubNameSpace' and key isnt 'constants'\n count += 1\n quni", "end": 257, "score": 0.9576725959777832, "start": 241, "tag": "KEY", "value": "makeSubNameSpace" }, { "context": ", key) ->\n if key isnt 'factor...
test/controls/test.allControls.coffee
ahamid/oj
2
qunit = require 'qunit' qunit.module 'all controls', setup: -> OJ['GENERATE_UNIQUE_IDS'] = true qunit.test 'Test all controls', -> count = 0 OJ.each OJ.controls.members, (val, key) -> if key isnt 'factory' and key isnt 'makeSubNameSpace' and key isnt 'constants' count += 1 qunit.expect coun...
176098
qunit = require 'qunit' qunit.module 'all controls', setup: -> OJ['GENERATE_UNIQUE_IDS'] = true qunit.test 'Test all controls', -> count = 0 OJ.each OJ.controls.members, (val, key) -> if key isnt 'factory' and key isnt '<KEY>' and key isnt 'constants' count += 1 qunit.expect count * 7 ...
true
qunit = require 'qunit' qunit.module 'all controls', setup: -> OJ['GENERATE_UNIQUE_IDS'] = true qunit.test 'Test all controls', -> count = 0 OJ.each OJ.controls.members, (val, key) -> if key isnt 'factory' and key isnt 'PI:KEY:<KEY>END_PI' and key isnt 'constants' count += 1 qunit.expect co...
[ { "context": "\n res.json bugs:\n url: \"http://github.com/example/sample/issues\"\n email: \"sample@example.com\"\n", "end": 326, "score": 0.9994714260101318, "start": 319, "tag": "USERNAME", "value": "example" }, { "context": "//github.com/example/sample/issues\"\n ...
deps/npm/node_modules/npm-registry-client/test/bugs.coffee
lxe/io.coffee
0
tap = require("tap") server = require("./lib/server.js") common = require("./lib/common.js") client = common.freshClient() tap.test "get the URL for the bugs page on a package", (t) -> server.expect "GET", "/sample/latest", (req, res) -> t.equal req.method, "GET" res.json bugs: url: "http://github.com/e...
134094
tap = require("tap") server = require("./lib/server.js") common = require("./lib/common.js") client = common.freshClient() tap.test "get the URL for the bugs page on a package", (t) -> server.expect "GET", "/sample/latest", (req, res) -> t.equal req.method, "GET" res.json bugs: url: "http://github.com/e...
true
tap = require("tap") server = require("./lib/server.js") common = require("./lib/common.js") client = common.freshClient() tap.test "get the URL for the bugs page on a package", (t) -> server.expect "GET", "/sample/latest", (req, res) -> t.equal req.method, "GET" res.json bugs: url: "http://github.com/e...
[ { "context": "\n # Destroy the old guest when attaching.\n key = \"#{embedder.getId()}-#{elementInstanceId}\"\n oldGuestInstanceId = embedderElementsMap[key]\n ", "end": 2954, "score": 0.9983947277069092, "start": 2912, "tag": "KEY", "value": "\"#{embedder.getId()}-#{elementInstanceId}\""...
atom/browser/lib/guest-view-manager.coffee
otmanerhazi/electron
1
ipc = require 'ipc' webContents = require 'web-contents' webViewManager = null # Doesn't exist in early initialization. supportedWebViewEvents = [ 'did-finish-load' 'did-fail-load' 'did-frame-finish-load' 'did-start-loading' 'did-stop-loading' 'did-get-response-details' 'did-get-redirect-request' 'dom...
5682
ipc = require 'ipc' webContents = require 'web-contents' webViewManager = null # Doesn't exist in early initialization. supportedWebViewEvents = [ 'did-finish-load' 'did-fail-load' 'did-frame-finish-load' 'did-start-loading' 'did-stop-loading' 'did-get-response-details' 'did-get-redirect-request' 'dom...
true
ipc = require 'ipc' webContents = require 'web-contents' webViewManager = null # Doesn't exist in early initialization. supportedWebViewEvents = [ 'did-finish-load' 'did-fail-load' 'did-frame-finish-load' 'did-start-loading' 'did-stop-loading' 'did-get-response-details' 'did-get-redirect-request' 'dom...
[ { "context": "x'\nfs = require 'fs'\ndata = fdf.generate\n name: 'Clark'\n type: 'superhero'\n\nfs.writeFileSync('document.", "end": 78, "score": 0.998387336730957, "start": 73, "tag": "NAME", "value": "Clark" } ]
node_modules/fdf/test/test.coffee
3cola/fillpdf
0
fdf = require '../index' fs = require 'fs' data = fdf.generate name: 'Clark' type: 'superhero' fs.writeFileSync('document.fdf', data)
9660
fdf = require '../index' fs = require 'fs' data = fdf.generate name: '<NAME>' type: 'superhero' fs.writeFileSync('document.fdf', data)
true
fdf = require '../index' fs = require 'fs' data = fdf.generate name: 'PI:NAME:<NAME>END_PI' type: 'superhero' fs.writeFileSync('document.fdf', data)
[ { "context": "ER DEALINGS IN THE SOFTWARE.\n\n# Copyright (c) 2015 Lu Wang\n\nKeyboardEventModifiers = new Set\nKeyboardEventMo", "end": 1124, "score": 0.9996331930160522, "start": 1117, "tag": "NAME", "value": "Lu Wang" } ]
src/nvim/key_handler.coffee
coolwanglu/neovim-e
252
# helper.coffee from atom-keymap # # Copyright (c) 2014 GitHub Inc. # 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, modi...
66111
# helper.coffee from atom-keymap # # Copyright (c) 2014 GitHub Inc. # 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, modi...
true
# helper.coffee from atom-keymap # # Copyright (c) 2014 GitHub Inc. # 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, modi...
[ { "context": "fcgi?db=pubmed&query_key=1&WebEnv=NCID_1_54953983_165.112.9.28_9001_1461227951_1012752855_0MetA0_S_MegaStore_F_1", "end": 791, "score": 0.9432511925697327, "start": 779, "tag": "IP_ADDRESS", "value": "165.112.9.28" }, { "context": "\",\n \"AuthorList\": [\n {\n ...
server/use/pubmed.coffee
leviathanindustries/noddy
2
_decodeEntities = (str) -> re = /&(nbsp|amp|quot|lt|gt);/g translate = "nbsp" : " ", "amp" : "&", "quot" : "\"", "lt" : "<", "gt" : ">" return str.replace(re, (match, entity) -> return translate[entity]; ).replace(/&#(\d+);/gi, (match, numStr) -> return String.fromCharCode parseInt numStr, 10 ) # pu...
146060
_decodeEntities = (str) -> re = /&(nbsp|amp|quot|lt|gt);/g translate = "nbsp" : " ", "amp" : "&", "quot" : "\"", "lt" : "<", "gt" : ">" return str.replace(re, (match, entity) -> return translate[entity]; ).replace(/&#(\d+);/gi, (match, numStr) -> return String.fromCharCode parseInt numStr, 10 ) # pu...
true
_decodeEntities = (str) -> re = /&(nbsp|amp|quot|lt|gt);/g translate = "nbsp" : " ", "amp" : "&", "quot" : "\"", "lt" : "<", "gt" : ">" return str.replace(re, (match, entity) -> return translate[entity]; ).replace(/&#(\d+);/gi, (match, numStr) -> return String.fromCharCode parseInt numStr, 10 ) # pu...
[ { "context": "d55224b15ff07ef'\n type: 'bulldozer'\n name: 'willy'\n response = [machine]\n res.send 200, response\n", "end": 493, "score": 0.9985742568969727, "start": 488, "tag": "NAME", "value": "willy" } ]
test/server.coffee
stekycz/cucumber-4-api-blueprint
3
require 'coffee-errors' express = require 'express' PORT = '3333' app = express() app.post '/machines', (req, res) -> res.setHeader 'Content-Type', 'application/json' res.setHeader 'Content-Encoding', 'none' response = message: "Accepted" res.send 202, response app.get '/machines', (req, res) -> res.s...
32649
require 'coffee-errors' express = require 'express' PORT = '3333' app = express() app.post '/machines', (req, res) -> res.setHeader 'Content-Type', 'application/json' res.setHeader 'Content-Encoding', 'none' response = message: "Accepted" res.send 202, response app.get '/machines', (req, res) -> res.s...
true
require 'coffee-errors' express = require 'express' PORT = '3333' app = express() app.post '/machines', (req, res) -> res.setHeader 'Content-Type', 'application/json' res.setHeader 'Content-Encoding', 'none' response = message: "Accepted" res.send 202, response app.get '/machines', (req, res) -> res.s...
[ { "context": "###\n * grunt-statistiks\n * https://github.com/leny/grunt-statistiks\n *\n * Copyright (c) 2014 Leny\n *", "end": 50, "score": 0.9992215633392334, "start": 46, "tag": "USERNAME", "value": "leny" }, { "context": "com/leny/grunt-statistiks\n *\n * Copyright (c) 2014 Leny...
src/statistiks.coffee
leny/grunt-statistiks
0
### * grunt-statistiks * https://github.com/leny/grunt-statistiks * * Copyright (c) 2014 Leny * Licensed under the MIT license. ### "use strict" chalk = require "chalk" table = require "text-table" ( spinner = require "simple-spinner" ) .change_sequence [ "◓" "◑" "◒" "◐" ]...
25202
### * grunt-statistiks * https://github.com/leny/grunt-statistiks * * Copyright (c) 2014 <NAME> * Licensed under the MIT license. ### "use strict" chalk = require "chalk" table = require "text-table" ( spinner = require "simple-spinner" ) .change_sequence [ "◓" "◑" "◒" "◐" ...
true
### * grunt-statistiks * https://github.com/leny/grunt-statistiks * * Copyright (c) 2014 PI:NAME:<NAME>END_PI * Licensed under the MIT license. ### "use strict" chalk = require "chalk" table = require "text-table" ( spinner = require "simple-spinner" ) .change_sequence [ "◓" "◑" "◒" ...
[ { "context": "mfabrik GmbH\n * MIT Licence\n * https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org\n#", "end": 166, "score": 0.9837273955345154, "start": 152, "tag": "USERNAME", "value": "programmfabrik" }, { "context": "\t@__reader = new FileReader()\n\...
src/elements/FileUpload/FileReaderFile.coffee
programmfabrik/coffeescript-ui
10
### * coffeescript-ui - Coffeescript User Interface System (CUI) * Copyright (c) 2013 - 2016 Programmfabrik GmbH * MIT Licence * https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org ### class CUI.FileReaderFile extends CUI.FileUploadFile initOpts: -> super() @addOpts format: ...
32989
### * coffeescript-ui - Coffeescript User Interface System (CUI) * Copyright (c) 2013 - 2016 Programmfabrik GmbH * MIT Licence * https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org ### class CUI.FileReaderFile extends CUI.FileUploadFile initOpts: -> super() @addOpts format: ...
true
### * coffeescript-ui - Coffeescript User Interface System (CUI) * Copyright (c) 2013 - 2016 Programmfabrik GmbH * MIT Licence * https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org ### class CUI.FileReaderFile extends CUI.FileUploadFile initOpts: -> super() @addOpts format: ...
[ { "context": "T.DB.spillDocToLocalStorage = (db, doc) ->\n key = \"/#{db}/#{doc._id}\"\n\n # most docs don't have a merge functi", "end": 4543, "score": 0.9877891540527344, "start": 4533, "tag": "KEY", "value": "\"/#{db}/#{" }, { "context": "oLocalStorage = (db, doc) ->\n key = \"...
core/js/tabcat/db.coffee
davidmarin/tabcat
1
### Copyright (c) 2013, Regents of the University of California 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...
176025
### Copyright (c) 2013, Regents of the University of California 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...
true
### Copyright (c) 2013, Regents of the University of California 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...
[ { "context": "rom foo where age > #{22}\"\n conditions = { name:'John Doe', }\n show SQL\"select * from foo $where#{conditio", "end": 2753, "score": 0.9997769594192505, "start": 2745, "tag": "NAME", "value": "John Doe" }, { "context": "alues#{ {joe: 22, bar: 'ok'} }\"\n obj = { fi...
dev/snippets/src/sql-templating.coffee
loveencounterflow/hengist
0
'use strict' ############################################################################################################ CND = require 'cnd' rpr = CND.rpr badge = 'SQL-TEMPLATING' debug = CND.get_logger 'debug', badge warn ...
75478
'use strict' ############################################################################################################ CND = require 'cnd' rpr = CND.rpr badge = 'SQL-TEMPLATING' debug = CND.get_logger 'debug', badge warn ...
true
'use strict' ############################################################################################################ CND = require 'cnd' rpr = CND.rpr badge = 'SQL-TEMPLATING' debug = CND.get_logger 'debug', badge warn ...
[ { "context": "rUrl', ->\n indicator = new Indicator(\n name: \"Phosphate P Diddy\"\n indicatorationConfig:\n esriConfig:\n ", "end": 1672, "score": 0.999803900718689, "start": 1655, "tag": "NAME", "value": "Phosphate P Diddy" } ]
server/components/indicatorator/test/units/getters/esri.coffee
unepwcmc/NRT
0
assert = require('chai').assert sinon = require('sinon') request = require('request') Indicator = require('../../../../../models/indicator').model EsriGetter = require("../../../getters/esri") suite('Esri getter') test('.buildUrl throws an error if the Indicator does not have any Esri configs', -> indicator = new ...
13363
assert = require('chai').assert sinon = require('sinon') request = require('request') Indicator = require('../../../../../models/indicator').model EsriGetter = require("../../../getters/esri") suite('Esri getter') test('.buildUrl throws an error if the Indicator does not have any Esri configs', -> indicator = new ...
true
assert = require('chai').assert sinon = require('sinon') request = require('request') Indicator = require('../../../../../models/indicator').model EsriGetter = require("../../../getters/esri") suite('Esri getter') test('.buildUrl throws an error if the Indicator does not have any Esri configs', -> indicator = new ...
[ { "context": "false\n )\n anon = new User(\n id: 1\n name: \"Unauthenticated Anonymous User\"\n email: \"anon@email.com\"\n website: \"https:", "end": 314, "score": 0.9866255521774292, "start": 284, "tag": "NAME", "value": "Unauthenticated Anonymous User" }, { "context"...
app/scripts/models/person.coffee
nerdfiles/utxo_us
0
angular.module("utxo").factory "person", ($http, $timeout, $location) -> User = Gisele.Model.create( id: type: Number readOnly: true name: String email: String active: type: Boolean default: false ) anon = new User( id: 1 name: "Unauthenticated Anonymous User" ...
43939
angular.module("utxo").factory "person", ($http, $timeout, $location) -> User = Gisele.Model.create( id: type: Number readOnly: true name: String email: String active: type: Boolean default: false ) anon = new User( id: 1 name: "<NAME>" email: "<EMAIL>" web...
true
angular.module("utxo").factory "person", ($http, $timeout, $location) -> User = Gisele.Model.create( id: type: Number readOnly: true name: String email: String active: type: Boolean default: false ) anon = new User( id: 1 name: "PI:NAME:<NAME>END_PI" email: "PI...
[ { "context": "\n\n key = \"\"\"-----BEGIN PGP PUBLIC KEY BLOCK-----\n\nmDMEWNU+YBYJKwYBBAHaRw8BAQdANDGlomfqnHvB2suF9Nsk27qprv4jyqUnGUxT\nezS17DyIYQQgFggACQUCWNU+6AIdAwAKCRByQpSZUUdJMCiQAQCA90BeuZfzJuEr\nSzTT76qks97wmTYTCI2Tklnkgfw9UAD/WJMsBW93I8YERc6TaAM7Ikw/XxF/Llhb\nWXmitXrgbQ+0ElJldm9rZWQgS2V5IFRlc3Rlcoh5BB...
test/files/keyfetcher.iced
samkenxstream/kbpgp
464
{KeyManager} = require '../../' {do_message} = require '../../lib/openpgp/processor' {PgpKeyRing} = require '../../lib/keyring' exports.verify_revoked_with_keyfetcher = (T, cb) -> # There was a bug/API misuse where PgpKeyRing subclass would fetch a # key from remote source and then call `super` to give control bac...
57029
{KeyManager} = require '../../' {do_message} = require '../../lib/openpgp/processor' {PgpKeyRing} = require '../../lib/keyring' exports.verify_revoked_with_keyfetcher = (T, cb) -> # There was a bug/API misuse where PgpKeyRing subclass would fetch a # key from remote source and then call `super` to give control bac...
true
{KeyManager} = require '../../' {do_message} = require '../../lib/openpgp/processor' {PgpKeyRing} = require '../../lib/keyring' exports.verify_revoked_with_keyfetcher = (T, cb) -> # There was a bug/API misuse where PgpKeyRing subclass would fetch a # key from remote source and then call `super` to give control bac...
[ { "context": " \n# Copyright 2011 - 2013 Mark Masse (OSS project WRML.org) \n# ", "end": 824, "score": 0.9997847080230713, "start": 814, "tag": "NAME", "value": "Mark Masse" } ]
wrmldoc/js/app/apps/model/ModelApp.coffee
wrml/wrml
47
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
27894
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
true
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
[ { "context": "ocument.activeElement.\n # See https://github.com/unpoly/unpoly/issues/103\n up.on 'up:click', submitButto", "end": 10138, "score": 0.9993040561676025, "start": 10132, "tag": "USERNAME", "value": "unpoly" }, { "context": "andle the form.\n # https://groups.google.c...
lib/assets/javascripts/unpoly/form.coffee
pfw/unpoly
0
###** Forms ===== The `up.form` module helps you work with non-trivial forms. @see form[up-submit] @see form[up-validate] @see input[up-switch] @see form[up-autosubmit] @module up.form ### up.form = do -> u = up.util e = up.element ATTRIBUTES_SUGGESTING_SUBMIT = ['[up-submit]', '[up-target]', '[up-layer]...
29433
###** Forms ===== The `up.form` module helps you work with non-trivial forms. @see form[up-submit] @see form[up-validate] @see input[up-switch] @see form[up-autosubmit] @module up.form ### up.form = do -> u = up.util e = up.element ATTRIBUTES_SUGGESTING_SUBMIT = ['[up-submit]', '[up-target]', '[up-layer]...
true
###** Forms ===== The `up.form` module helps you work with non-trivial forms. @see form[up-submit] @see form[up-validate] @see input[up-switch] @see form[up-autosubmit] @module up.form ### up.form = do -> u = up.util e = up.element ATTRIBUTES_SUGGESTING_SUBMIT = ['[up-submit]', '[up-target]', '[up-layer]...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9987452030181885, "start": 12, "tag": "NAME", "value": "Joyent" }, { "context": " count the one we are adding, as well.\n # TODO(isaacs) clean this up\n state.pendingcb+...
lib/_stream_writable.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...
9109
# 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": "e\n Ti.App.Properties.setString 'hatena_password', passwordField.value\n win.close()\n\nwin.add view\n", "end": 1281, "score": 0.5371274352073669, "start": 1273, "tag": "PASSWORD", "value": "password" } ]
Resources/config.coffee
naoya/HBFav
5
_ = require 'lib/underscore' Ti.include 'ui.js' view = Ti.UI.createView layout: 'vertical' nameLabel = Ti.UI.createLabel _($$.form.label).extend top: 12 left: 15 text: "はてなID" nameField = Ti.UI.createTextField _($$.form.textInput).extend hintText: 'はてなID' value: Ti.App.Properties.getString 'hatena_id' ...
199819
_ = require 'lib/underscore' Ti.include 'ui.js' view = Ti.UI.createView layout: 'vertical' nameLabel = Ti.UI.createLabel _($$.form.label).extend top: 12 left: 15 text: "はてなID" nameField = Ti.UI.createTextField _($$.form.textInput).extend hintText: 'はてなID' value: Ti.App.Properties.getString 'hatena_id' ...
true
_ = require 'lib/underscore' Ti.include 'ui.js' view = Ti.UI.createView layout: 'vertical' nameLabel = Ti.UI.createLabel _($$.form.label).extend top: 12 left: 15 text: "はてなID" nameField = Ti.UI.createTextField _($$.form.textInput).extend hintText: 'はてなID' value: Ti.App.Properties.getString 'hatena_id' ...
[ { "context": "dhub.com/v1/messages/?username=5306138494&api_key=996b0d7a9ebefde35e7a6a9b30e43f26749aa412\"\n json: \n groups: [173481]\n ", "end": 906, "score": 0.9997529983520508, "start": 866, "tag": "KEY", "value": "996b0d7a9ebefde35e7a6a9b30e43f26749aa412" } ]
cmdblu/server.coffee
octoblu/att-hackathon
0
Meshblu = require './src/meshblu' Device = require './src/device' {spawn} = require 'child_process' request = require 'request' device_uuid = process.env.DEVICE_UUID device_token = process.env.DEVICE_TOKEN payload_only = process.env.PAYLOAD_ONLY meshblu_uri = process.env.MESHBLU_URI || 'wss://meshblu.octoblu.com' me...
12647
Meshblu = require './src/meshblu' Device = require './src/device' {spawn} = require 'child_process' request = require 'request' device_uuid = process.env.DEVICE_UUID device_token = process.env.DEVICE_TOKEN payload_only = process.env.PAYLOAD_ONLY meshblu_uri = process.env.MESHBLU_URI || 'wss://meshblu.octoblu.com' me...
true
Meshblu = require './src/meshblu' Device = require './src/device' {spawn} = require 'child_process' request = require 'request' device_uuid = process.env.DEVICE_UUID device_token = process.env.DEVICE_TOKEN payload_only = process.env.PAYLOAD_ONLY meshblu_uri = process.env.MESHBLU_URI || 'wss://meshblu.octoblu.com' me...
[ { "context": "lenders = [\n {\n name: 'alber'\n amount: 10000\n paid: true\n returned: t", "end": 32, "score": 0.9990614652633667, "start": 27, "tag": "NAME", "value": "alber" }, { "context": "'sorry'\n greatness: 'great'\n }\n {\n name: 'gold'\n amount: 5000\...
javascripts/app/gold/lenders.coffee
cxyokk/debt
2
lenders = [ { name: 'alber' amount: 10000 paid: true returned: true hometown: 'gd' hobby: 'sorry' greatness: 'great' } { name: 'gold' amount: 5000 paid: true returned: true hometown: 'hb' hobby: 'foosball' greatness: 'gold' } { name: 'fly' amount...
203924
lenders = [ { name: '<NAME>' amount: 10000 paid: true returned: true hometown: 'gd' hobby: 'sorry' greatness: 'great' } { name: '<NAME>' amount: 5000 paid: true returned: true hometown: 'hb' hobby: 'foosball' greatness: 'gold' } { name: '<NAME>' ...
true
lenders = [ { name: 'PI:NAME:<NAME>END_PI' amount: 10000 paid: true returned: true hometown: 'gd' hobby: 'sorry' greatness: 'great' } { name: 'PI:NAME:<NAME>END_PI' amount: 5000 paid: true returned: true hometown: 'hb' hobby: 'foosball' greatness: 'gold' }...
[ { "context": "nd.callThrough()\n\n teamId = 1\n email = 'test@example.com'\n config =\n pathParams:\n id:", "end": 913, "score": 0.9999281167984009, "start": 897, "tag": "EMAIL", "value": "test@example.com" }, { "context": "lThrough()\n\n teamId = ...
talk-web/test/spec/actions/team.spec.coffee
ikingye/talk-os
3,084
xdescribe 'Actions: team', -> beforeEach -> @action = require 'actions/team' @api = require 'network/api' describe 'Method: teamSubscribe', -> it 'should call api', -> spyOn(@api.teams.subscribe, 'post').and.callThrough() teamId = 1 config = pathParams: id: teamId ...
204980
xdescribe 'Actions: team', -> beforeEach -> @action = require 'actions/team' @api = require 'network/api' describe 'Method: teamSubscribe', -> it 'should call api', -> spyOn(@api.teams.subscribe, 'post').and.callThrough() teamId = 1 config = pathParams: id: teamId ...
true
xdescribe 'Actions: team', -> beforeEach -> @action = require 'actions/team' @api = require 'network/api' describe 'Method: teamSubscribe', -> it 'should call api', -> spyOn(@api.teams.subscribe, 'post').and.callThrough() teamId = 1 config = pathParams: id: teamId ...
[ { "context": "s file is part of the Konsserto package.\n *\n * (c) Jessym Reziga <jessym@konsserto.com>\n *\n * For the full copyrig", "end": 74, "score": 0.9998745918273926, "start": 61, "tag": "NAME", "value": "Jessym Reziga" }, { "context": "f the Konsserto package.\n *\n * (c) Je...
node_modules/konsserto/lib/src/Konsserto/Component/Console/Input/Input.coffee
konsserto/konsserto
2
### * This file is part of the Konsserto package. * * (c) Jessym Reziga <jessym@konsserto.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. ### InputDefinition = use('@Konsserto/Component/Console/Input/InputDefinition') # # Input ...
155865
### * This file is part of the Konsserto package. * * (c) <NAME> <<EMAIL>> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. ### InputDefinition = use('@Konsserto/Component/Console/Input/InputDefinition') # # Input is abstraction of a ...
true
### * This file is part of the Konsserto package. * * (c) PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. ### InputDefinition = use('@Konsserto/Component/Console/Input/InputDefinition') #...
[ { "context": " 50, true\n\n @addCreditsText 'Copyright (c) 2014 Bryan Bibat.', 50, 100, \"http://bryanbibat.net\"\n @addCredi", "end": 11391, "score": 0.9998857378959656, "start": 11380, "tag": "NAME", "value": "Bryan Bibat" }, { "context": "//phaser.io\"\n @addCreditsText '...
assets/javascripts/mainMenu.coffee
datenshiZERO/gunner
3
Store = new Persist.Store('Gunner Scores') Gunner = window.Gunner class MainMenu create: -> @stage.backgroundColor = '#2F3942' @titleText = @add.bitmapText(400, 150, 'Airborne', 'Gunner', 128) Gunner.center(@titleText) gl = Store.get('gameLength') @game.lengthMultplier = if gl? then parseInt(g...
112961
Store = new Persist.Store('Gunner Scores') Gunner = window.Gunner class MainMenu create: -> @stage.backgroundColor = '#2F3942' @titleText = @add.bitmapText(400, 150, 'Airborne', 'Gunner', 128) Gunner.center(@titleText) gl = Store.get('gameLength') @game.lengthMultplier = if gl? then parseInt(g...
true
Store = new Persist.Store('Gunner Scores') Gunner = window.Gunner class MainMenu create: -> @stage.backgroundColor = '#2F3942' @titleText = @add.bitmapText(400, 150, 'Airborne', 'Gunner', 128) Gunner.center(@titleText) gl = Store.get('gameLength') @game.lengthMultplier = if gl? then parseInt(g...
[ { "context": "{Object} query Query the collection á la `{name: \"Jim\"}`\n # @return {Array} Objects matching the q", "end": 16085, "score": 0.9896036982536316, "start": 16082, "tag": "NAME", "value": "Jim" } ]
src/model.coffee
killercup/angular-epicmodel
0
### # # Epic Model ### angular.module('EpicModel', [ ]) .provider "Collection", -> ### # Create your own collection by injecting the `Collection` service and calling # its 'new' method. # # @example # ```coffeescript # angular.module('Module', ['EpicModel']) # .factory "API", (Collection) -> # API ...
166157
### # # Epic Model ### angular.module('EpicModel', [ ]) .provider "Collection", -> ### # Create your own collection by injecting the `Collection` service and calling # its 'new' method. # # @example # ```coffeescript # angular.module('Module', ['EpicModel']) # .factory "API", (Collection) -> # API ...
true
### # # Epic Model ### angular.module('EpicModel', [ ]) .provider "Collection", -> ### # Create your own collection by injecting the `Collection` service and calling # its 'new' method. # # @example # ```coffeescript # angular.module('Module', ['EpicModel']) # .factory "API", (Collection) -> # API ...
[ { "context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission", "end": 18, "score": 0.9991456866264343, "start": 12, "tag": "NAME", "value": "Joyent" }, { "context": "tls\")\ncacert = \"-----BEGIN CERTIFICATE-----\\n\" + \"MIIBxTCCAX8CAnXnMA0GCSqGSIb3DQEBBQUAMH...
test/simple/test-tls-econnreset.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...
163683
# 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 {\n key: \"uuid\"\n }\n {\n key: \"token\"\n type: \"password\"\n }\n]\n", "end": 45, "score": 0.926978349685669, "start": 40, "tag": "KEY", "value": "token" } ]
public/schemas/api-authentication-form.cson
octoblu/endo-meshblu
0
[ { key: "uuid" } { key: "token" type: "password" } ]
36213
[ { key: "uuid" } { key: "<KEY>" type: "password" } ]
true
[ { key: "uuid" } { key: "PI:KEY:<KEY>END_PI" type: "password" } ]
[ { "context": "s++\n keys1 = keys\n keys.should.contain 'bottles'\n m().keys (keys) ->\n callbacks++\n ", "end": 1101, "score": 0.5012433528900146, "start": 1098, "tag": "KEY", "value": "bot" } ]
test/fence.test.coffee
futuremint/fence.js
1
m = require '../index' assert = require 'assert' should = require 'should' obj = {'bottles': 99} coll = [ {type: 'cat', pattern: 'tiger'}, {type: 'rails', pattern: 'broken-mvc'} ] reset = -> obj = {'bottles': 99} coll = [ {type: 'cat', pattern: 'tiger'}, {type: 'rails', pattern: 'broken-mvc'} ] # Helper test to...
127028
m = require '../index' assert = require 'assert' should = require 'should' obj = {'bottles': 99} coll = [ {type: 'cat', pattern: 'tiger'}, {type: 'rails', pattern: 'broken-mvc'} ] reset = -> obj = {'bottles': 99} coll = [ {type: 'cat', pattern: 'tiger'}, {type: 'rails', pattern: 'broken-mvc'} ] # Helper test to...
true
m = require '../index' assert = require 'assert' should = require 'should' obj = {'bottles': 99} coll = [ {type: 'cat', pattern: 'tiger'}, {type: 'rails', pattern: 'broken-mvc'} ] reset = -> obj = {'bottles': 99} coll = [ {type: 'cat', pattern: 'tiger'}, {type: 'rails', pattern: 'broken-mvc'} ] # Helper test to...
[ { "context": "= new Batman.Request data:\n user:\n name: 'Jim'\n equal req.hasFileUploads(), false\n \ntest 'hasF", "end": 461, "score": 0.999725341796875, "start": 458, "tag": "NAME", "value": "Jim" } ]
tests/batman/request_test.coffee
airhorns/batman
1
oldSend = Batman.Request::send oldFile = Batman.container.File QUnit.module 'Batman.Request' setup: -> @sendSpy = createSpy() Batman.Request::send = @sendSpy Batman.container.File = class File teardown: -> Batman.container.File = oldFile Batman.Request::send = oldSend @request?.cancel() te...
96039
oldSend = Batman.Request::send oldFile = Batman.container.File QUnit.module 'Batman.Request' setup: -> @sendSpy = createSpy() Batman.Request::send = @sendSpy Batman.container.File = class File teardown: -> Batman.container.File = oldFile Batman.Request::send = oldSend @request?.cancel() te...
true
oldSend = Batman.Request::send oldFile = Batman.container.File QUnit.module 'Batman.Request' setup: -> @sendSpy = createSpy() Batman.Request::send = @sendSpy Batman.container.File = class File teardown: -> Batman.container.File = oldFile Batman.Request::send = oldSend @request?.cancel() te...
[ { "context": "# Copyright (C) 2013 John Judnich\n# Released under The MIT License - see \"LICENSE\" ", "end": 33, "score": 0.9998735189437866, "start": 21, "tag": "NAME", "value": "John Judnich" } ]
shaders/PlanetNearMeshShader.coffee
anandprabhakar0507/Kosmos
46
# Copyright (C) 2013 John Judnich # Released under The MIT License - see "LICENSE" file for details. frag = """ precision highp float; varying vec3 vNormal; varying vec2 vUV; varying float camDist; uniform float alpha; uniform vec3 lightVec; uniform sampler2D sampler; uniform sampler2D detailSampler; uniform vec4 ...
134139
# Copyright (C) 2013 <NAME> # Released under The MIT License - see "LICENSE" file for details. frag = """ precision highp float; varying vec3 vNormal; varying vec2 vUV; varying float camDist; uniform float alpha; uniform vec3 lightVec; uniform sampler2D sampler; uniform sampler2D detailSampler; uniform vec4 uvRect...
true
# Copyright (C) 2013 PI:NAME:<NAME>END_PI # Released under The MIT License - see "LICENSE" file for details. frag = """ precision highp float; varying vec3 vNormal; varying vec2 vUV; varying float camDist; uniform float alpha; uniform vec3 lightVec; uniform sampler2D sampler; uniform sampler2D detailSampler; unifo...
[ { "context": "bot returns to 'listen' mode.\n\nAuthor(s): Cyrus Manouchehrian (Inital Version)\n Will Zuill\n\n", "end": 683, "score": 0.9998733401298523, "start": 664, "tag": "NAME", "value": "Cyrus Manouchehrian" }, { "context": "Manouchehrian (Inital Ve...
src/stormrunner-bot-logic.coffee
cyrusm86/srl_chatbot
0
### File Name: stormrunner-bot-logic.coffee Written in: Coffee Script Description: This file contains the routines that 'listen' for the user to type various commands. Each of the available commands are listed below and once the robot 'hears' the comma...
118924
### File Name: stormrunner-bot-logic.coffee Written in: Coffee Script Description: This file contains the routines that 'listen' for the user to type various commands. Each of the available commands are listed below and once the robot 'hears' the comma...
true
### File Name: stormrunner-bot-logic.coffee Written in: Coffee Script Description: This file contains the routines that 'listen' for the user to type various commands. Each of the available commands are listed below and once the robot 'hears' the comma...
[ { "context": "urn\n , true\n\n commit = (key, val) ->\n key = \"cms4-#{key}\"\n #save to disk\n if val is `undefined`\n", "end": 291, "score": 0.9952952265739441, "start": 284, "tag": "KEY", "value": "cms4-#{" }, { "context": "ys(localStorage).forEach (fullkey) ->\n key...
src/admin/src/scripts/services/store.coffee
jpillora/cms4
1
App.factory 'store', ($rootScope) -> #isolate scope scope = $rootScope.store = window.store = {} $rootScope.$watch 'store', (s, prev) -> for k of s if k not of prev or s[k] isnt prev[k] commit k, s[k] return , true commit = (key, val) -> key = "cms4-#{key}" #save to disk i...
86828
App.factory 'store', ($rootScope) -> #isolate scope scope = $rootScope.store = window.store = {} $rootScope.$watch 'store', (s, prev) -> for k of s if k not of prev or s[k] isnt prev[k] commit k, s[k] return , true commit = (key, val) -> key = "<KEY>key}" #save to disk if ...
true
App.factory 'store', ($rootScope) -> #isolate scope scope = $rootScope.store = window.store = {} $rootScope.$watch 'store', (s, prev) -> for k of s if k not of prev or s[k] isnt prev[k] commit k, s[k] return , true commit = (key, val) -> key = "PI:KEY:<KEY>END_PIkey}" #save to...
[ { "context": "\n\t\tfixLogger.error('[0] User(%s) supposed chunk '+@mname+'(%s) doesn\\'t exist. Attempting\n\t\t\tto fix it.', ", "end": 1786, "score": 0.8406521677970886, "start": 1780, "tag": "USERNAME", "value": "@mname" }, { "context": " array.\n\t\t\t\t\tfixLogger.error('[1] %s...
app/services/chunker.coffee
f03lipe/qilabs
0
###* * Chunker is a data model? for structuring notifications and karma points. * It was created to facilitate aggregating items in chunks (ie notifications * by type, or karma points by source). * The Chunker methods handle creation and deletion (undoing) of these items, * as well as ... ? ### # Documentation? ...
102489
###* * Chunker is a data model? for structuring notifications and karma points. * It was created to facilitate aggregating items in chunks (ie notifications * by type, or karma points by source). * The Chunker methods handle creation and deletion (undoing) of these items, * as well as ... ? ### # Documentation? ...
true
###* * Chunker is a data model? for structuring notifications and karma points. * It was created to facilitate aggregating items in chunks (ie notifications * by type, or karma points by source). * The Chunker methods handle creation and deletion (undoing) of these items, * as well as ... ? ### # Documentation? ...
[ { "context": "syntax by tweaking the code a bit.\n#\n# Author:\n# MattSJohnston\n\nmodule.exports = (robot) ->\n\n _ = require 'unde", "end": 969, "score": 0.9652135968208313, "start": 956, "tag": "NAME", "value": "MattSJohnston" } ]
src/scripts/status.coffee
Reelhouse/hubot-scripts
1,450
# Description # Status is a simple user status message updater # # Dependencies: # "underscore": "1.3.3" # # Configuration: # None # # Commands: # hubot away <away_message> - Sets you as "away" and optionally sets an away # message. While away, anybody who mentions you # ...
156599
# Description # Status is a simple user status message updater # # Dependencies: # "underscore": "1.3.3" # # Configuration: # None # # Commands: # hubot away <away_message> - Sets you as "away" and optionally sets an away # message. While away, anybody who mentions you # ...
true
# Description # Status is a simple user status message updater # # Dependencies: # "underscore": "1.3.3" # # Configuration: # None # # Commands: # hubot away <away_message> - Sets you as "away" and optionally sets an away # message. While away, anybody who mentions you # ...
[ { "context": "App.data.sector_compare_return = [\n group: \"Merrill Lynch\"\n label: \"Mechanical engineering & industrial ", "end": 60, "score": 0.7469901442527771, "start": 47, "tag": "NAME", "value": "Merrill Lynch" }, { "context": "47.603703145614\n type: \"money\"\n ,\...
app/data/multi_group/sector_compare_return.coffee
Tuhaj/ember-charts
1
App.data.sector_compare_return = [ group: "Merrill Lynch" label: "Mechanical engineering & industrial equip." value: 4647.603703145614 type: "money" , group: "Merrill Lynch" label: "Miscellaneous consumer goods" value: 3189.180308185896 type: "money" , group: "Merrill Lynch" ...
103155
App.data.sector_compare_return = [ group: "<NAME>" label: "Mechanical engineering & industrial equip." value: 4647.603703145614 type: "money" , group: "<NAME>" label: "Miscellaneous consumer goods" value: 3189.180308185896 type: "money" , group: "<NAME>" label: "Petroleum" ...
true
App.data.sector_compare_return = [ group: "PI:NAME:<NAME>END_PI" label: "Mechanical engineering & industrial equip." value: 4647.603703145614 type: "money" , group: "PI:NAME:<NAME>END_PI" label: "Miscellaneous consumer goods" value: 3189.180308185896 type: "money" , group: "PI:NA...
[ { "context": " key += 'Right'\n when 3\n key = 'Numpad' + {\n Delete: 'Decimal'\n ", "end": 19029, "score": 0.9673675894737244, "start": 19023, "tag": "KEY", "value": "Numpad" } ]
engine/input.coffee
myou-engine/myou
29
### Input module, providing an API for remappeable buttons and axes, with keyboard and gamepads as input sources for now. It gives helpful error messages for the vast majority of mistakes. Example: axes = new @context.Axes2 'Joy:+X', 'Joy:+Y' .add_inputs 'Key:ArrowLeft', 'Key:Arrow...
87222
### Input module, providing an API for remappeable buttons and axes, with keyboard and gamepads as input sources for now. It gives helpful error messages for the vast majority of mistakes. Example: axes = new @context.Axes2 'Joy:+X', 'Joy:+Y' .add_inputs 'Key:ArrowLeft', 'Key:Arrow...
true
### Input module, providing an API for remappeable buttons and axes, with keyboard and gamepads as input sources for now. It gives helpful error messages for the vast majority of mistakes. Example: axes = new @context.Axes2 'Joy:+X', 'Joy:+Y' .add_inputs 'Key:ArrowLeft', 'Key:Arrow...
[ { "context": "ort Firebase from 'firebase'\n\nconfig =\n apiKey: \"AIzaSyDzofwZagAvn4C22B41ekHs5qTUBUMuitg\"\n authDomain: \"vue-loader-firebase-tutorial.fire", "end": 92, "score": 0.999748945236206, "start": 53, "tag": "KEY", "value": "AIzaSyDzofwZagAvn4C22B41ekHs5qTUBUMuitg" } ]
src/Firebase.coffee
AppSynergy/vue-loader-firebase-tutorial
0
import Firebase from 'firebase' config = apiKey: "AIzaSyDzofwZagAvn4C22B41ekHs5qTUBUMuitg" authDomain: "vue-loader-firebase-tutorial.firebaseapp.com" databaseURL: "https://vue-loader-firebase-tutorial.firebaseio.com" storageBucket: "vue-loader-firebase-tutorial.appspot.com" messagingSenderId: "940903474211" ...
25932
import Firebase from 'firebase' config = apiKey: "<KEY>" authDomain: "vue-loader-firebase-tutorial.firebaseapp.com" databaseURL: "https://vue-loader-firebase-tutorial.firebaseio.com" storageBucket: "vue-loader-firebase-tutorial.appspot.com" messagingSenderId: "940903474211" firebaseApp = Firebase.initialize...
true
import Firebase from 'firebase' config = apiKey: "PI:KEY:<KEY>END_PI" authDomain: "vue-loader-firebase-tutorial.firebaseapp.com" databaseURL: "https://vue-loader-firebase-tutorial.firebaseio.com" storageBucket: "vue-loader-firebase-tutorial.appspot.com" messagingSenderId: "940903474211" firebaseApp = Fireba...
[ { "context": " \n# Copyright 2011 - 2013 Mark Masse (OSS project WRML.org) \n# ", "end": 824, "score": 0.9997925162315369, "start": 814, "tag": "NAME", "value": "Mark Masse" } ]
wrmldoc/js/app/config/jquery.coffee
wrml/wrml
47
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
102368
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
true
# # WRML - Web Resource Modeling Language # __ __ ______ __ __ __ # /\ \ _ \ \ /\ == \ /\ "-./ \ /\ \ # \...
[ { "context": "# Author Marek Pietrucha\n# https://github.com/mareczek/international-phone", "end": 24, "score": 0.9998866319656372, "start": 9, "tag": "NAME", "value": "Marek Pietrucha" }, { "context": "# Author Marek Pietrucha\n# https://github.com/mareczek/international-phone-numbe...
public/bower_components/international-phone-number/src/international-phone-number.coffee
techexplora/techtest
0
# Author Marek Pietrucha # https://github.com/mareczek/international-phone-number "use strict" angular.module("internationalPhoneNumber", []) .constant 'ipnConfig', { allowExtensions: false autoFormat: true autoHideDialCode: true autoPlaceholder: true customPlaceholder: null d...
142177
# Author <NAME> # https://github.com/mareczek/international-phone-number "use strict" angular.module("internationalPhoneNumber", []) .constant 'ipnConfig', { allowExtensions: false autoFormat: true autoHideDialCode: true autoPlaceholder: true customPlaceholder: null defaultCou...
true
# Author PI:NAME:<NAME>END_PI # https://github.com/mareczek/international-phone-number "use strict" angular.module("internationalPhoneNumber", []) .constant 'ipnConfig', { allowExtensions: false autoFormat: true autoHideDialCode: true autoPlaceholder: true customPlaceholder: null ...
[ { "context": "s:\n# {\n# hello: \"world\",\n# name: \"mr. Dasde\"\n# }\nqc.objectLike = (template) ->\n (size) -", "end": 355, "score": 0.9991492033004761, "start": 346, "tag": "NAME", "value": "mr. Dasde" } ]
src/generators/object.coffee
gampleman/quick_check.js
41
# ### Object generators # `qc.objectLike` accepts a template of an object with random generators as values, # and returns a generator of that form of object. # # qc.objectLike({ # hello: "world", # name: qc.string.matching(/^m(r|s)\. [A-Z][a-z]{3,9}$/) # })(size) // generates: # { # hello...
163362
# ### Object generators # `qc.objectLike` accepts a template of an object with random generators as values, # and returns a generator of that form of object. # # qc.objectLike({ # hello: "world", # name: qc.string.matching(/^m(r|s)\. [A-Z][a-z]{3,9}$/) # })(size) // generates: # { # hello...
true
# ### Object generators # `qc.objectLike` accepts a template of an object with random generators as values, # and returns a generator of that form of object. # # qc.objectLike({ # hello: "world", # name: qc.string.matching(/^m(r|s)\. [A-Z][a-z]{3,9}$/) # })(size) // generates: # { # hello...
[ { "context": "###\n @author Gilles Gerlinger\n Copyright 2016. All rights reserved.\n###\n\nexpre", "end": 30, "score": 0.9998646378517151, "start": 14, "tag": "NAME", "value": "Gilles Gerlinger" } ]
test/server.coffee
gigerlin/easyRPC
1
### @author Gilles Gerlinger Copyright 2016. All rights reserved. ### express = require 'express' #connect = require 'connect' expressRpc = require('avs-easyrpc').server store = express() store.use express.static(__dirname + '/') process.on 'uncaughtException', (err) -> console.log 'Caught exception: ', err.stac...
127384
### @author <NAME> Copyright 2016. All rights reserved. ### express = require 'express' #connect = require 'connect' expressRpc = require('avs-easyrpc').server store = express() store.use express.static(__dirname + '/') process.on 'uncaughtException', (err) -> console.log 'Caught exception: ', err.stack store.l...
true
### @author PI:NAME:<NAME>END_PI Copyright 2016. All rights reserved. ### express = require 'express' #connect = require 'connect' expressRpc = require('avs-easyrpc').server store = express() store.use express.static(__dirname + '/') process.on 'uncaughtException', (err) -> console.log 'Caught exception: ', err....
[ { "context": "logs and that sort of stuff\n#\n# Copyright (C) 2012 Nikolay Nemshilov\n#\nclass Modal extends Element\n extend:\n curre", "end": 106, "score": 0.9998878836631775, "start": 89, "tag": "NAME", "value": "Nikolay Nemshilov" }, { "context": "imeout = new Date()\n Mod...
ui/core/src/modal.coffee
lovely-io/lovely.io-stl
2
# # Generic modal screen unit. for dialogs and that sort of stuff # # Copyright (C) 2012 Nikolay Nemshilov # class Modal extends Element extend: current: null offsetX: 40 offsetY: 40 # # Basic constructor # # NOTE: the `html` attribute will be inserted into the `inner` # block, not inside...
100341
# # Generic modal screen unit. for dialogs and that sort of stuff # # Copyright (C) 2012 <NAME> # class Modal extends Element extend: current: null offsetX: 40 offsetY: 40 # # Basic constructor # # NOTE: the `html` attribute will be inserted into the `inner` # block, not inside of the mai...
true
# # Generic modal screen unit. for dialogs and that sort of stuff # # Copyright (C) 2012 PI:NAME:<NAME>END_PI # class Modal extends Element extend: current: null offsetX: 40 offsetY: 40 # # Basic constructor # # NOTE: the `html` attribute will be inserted into the `inner` # block, not ins...
[ { "context": "limit: 15\n\t}, {\n\t\tname: 'spotify',\n\t\tdisplayKey: 'value',\n\t\tsource: tracks.ttAdapter(),\n\t\ttemplates:\n\t\t\ts", "end": 3763, "score": 0.5284417867660522, "start": 3758, "tag": "KEY", "value": "value" }, { "context": "\nADMIN = false\nfor key in cookie_data...
client/assets/scripts/application.coffee
cthit/playIT-grails
0
## Settings SERVER = "http://hubben.chalmers.it:8080/playIT/media" YOUTUBE = "http://gdata.youtube.com/feeds/api/videos?alt=json&q=%QUERY" SPOTIFY = "http://ws.spotify.com/search/1/track.json?q=%QUERY" TIMEOUT = null TEMPLATES = spotify: Handlebars.compile $('#spotify-partial').html() youtube: Handlebars.compile ...
183370
## Settings SERVER = "http://hubben.chalmers.it:8080/playIT/media" YOUTUBE = "http://gdata.youtube.com/feeds/api/videos?alt=json&q=%QUERY" SPOTIFY = "http://ws.spotify.com/search/1/track.json?q=%QUERY" TIMEOUT = null TEMPLATES = spotify: Handlebars.compile $('#spotify-partial').html() youtube: Handlebars.compile ...
true
## Settings SERVER = "http://hubben.chalmers.it:8080/playIT/media" YOUTUBE = "http://gdata.youtube.com/feeds/api/videos?alt=json&q=%QUERY" SPOTIFY = "http://ws.spotify.com/search/1/track.json?q=%QUERY" TIMEOUT = null TEMPLATES = spotify: Handlebars.compile $('#spotify-partial').html() youtube: Handlebars.compile ...
[ { "context": " slight shim for [`changeset`](https://github.com/eugeneware/changeset), an amazing\n(and small!) piece of soft", "end": 99, "score": 0.9995845556259155, "start": 89, "tag": "USERNAME", "value": "eugeneware" }, { "context": "e, let's consider this MD document:\n\n```md\...
src/diffpatch.coffee
loveencounterflow/mingkwai-typesetter
1
### ## Motivation This module is a slight shim for [`changeset`](https://github.com/eugeneware/changeset), an amazing (and small!) piece of software that does diffing (i.e. changeset generation) and patching (i.e. changeset application) for nested JavaScript datastructures. Chnagesets are implemented as lists of ...
38762
### ## Motivation This module is a slight shim for [`changeset`](https://github.com/eugeneware/changeset), an amazing (and small!) piece of software that does diffing (i.e. changeset generation) and patching (i.e. changeset application) for nested JavaScript datastructures. Chnagesets are implemented as lists of ...
true
### ## Motivation This module is a slight shim for [`changeset`](https://github.com/eugeneware/changeset), an amazing (and small!) piece of software that does diffing (i.e. changeset generation) and patching (i.e. changeset application) for nested JavaScript datastructures. Chnagesets are implemented as lists of ...
[ { "context": "ess', ->\n expect(s3.dnsCompatibleBucketName('1.2.3.4')).toBe(false)\n expect(s3.dnsCompatibleBucke", "end": 2345, "score": 0.9995880722999573, "start": 2338, "tag": "IP_ADDRESS", "value": "1.2.3.4" }, { "context": "stname\n params = { Bucket: 'bucket',...
node_modules/Quintus/node_modules/aws-sdk/test/services/s3.spec.coffee
evannara/maze
2
# 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...
26155
# 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": "#\n# Ui-Core main file\n#\n# Copyright (C) 2012 Nikolay Nemshilov\n#\n\n# hook up dependencies\ncore = require('cor", "end": 62, "score": 0.9998855590820312, "start": 45, "tag": "NAME", "value": "Nikolay Nemshilov" } ]
ui/core/main.coffee
lovely-io/lovely.io-stl
2
# # Ui-Core main file # # Copyright (C) 2012 Nikolay Nemshilov # # hook up dependencies core = require('core') dom = require('dom') fx = require('fx') $ = dom A = core.A ext = core.ext Hash = core.Hash isObject = core.isObject Class = core.Class Event = dom.Event Element =...
7376
# # Ui-Core main file # # Copyright (C) 2012 <NAME> # # hook up dependencies core = require('core') dom = require('dom') fx = require('fx') $ = dom A = core.A ext = core.ext Hash = core.Hash isObject = core.isObject Class = core.Class Event = dom.Event Element = dom.Elemen...
true
# # Ui-Core main file # # Copyright (C) 2012 PI:NAME:<NAME>END_PI # # hook up dependencies core = require('core') dom = require('dom') fx = require('fx') $ = dom A = core.A ext = core.ext Hash = core.Hash isObject = core.isObject Class = core.Class Event = dom.Event Element...
[ { "context": " Control Spot from campfire. https://github.com/minton/spot\n#\n# Dependencies:\n# None\n#\n# Configuration", "end": 72, "score": 0.9996500015258789, "start": 66, "tag": "USERNAME", "value": "minton" }, { "context": " current song titles in the queue\n#\n# Authors:\...
src/spot.coffee
hubot-scripts/hubot-spot
0
# Description: # Control Spot from campfire. https://github.com/minton/spot # # Dependencies: # None # # Configuration: # HUBOT_SPOT_URL # HUBOT_SPOT_MENTION_ROOM # # Commands: # hubot play! - Plays current playlist or song. # hubot pause - Pause the music. # hubot play next - Plays the next song. # hub...
1509
# Description: # Control Spot from campfire. https://github.com/minton/spot # # Dependencies: # None # # Configuration: # HUBOT_SPOT_URL # HUBOT_SPOT_MENTION_ROOM # # Commands: # hubot play! - Plays current playlist or song. # hubot pause - Pause the music. # hubot play next - Plays the next song. # hub...
true
# Description: # Control Spot from campfire. https://github.com/minton/spot # # Dependencies: # None # # Configuration: # HUBOT_SPOT_URL # HUBOT_SPOT_MENTION_ROOM # # Commands: # hubot play! - Plays current playlist or song. # hubot pause - Pause the music. # hubot play next - Plays the next song. # hub...
[ { "context": "RT\n user = process.env.HUBOT_CI_USER\n password = process.env.HUBOT_CI_PASSWORD\n auth = new Buffer(user + ", "end": 425, "score": 0.8538334369659424, "start": 414, "tag": "PASSWORD", "value": "process.env" }, { "context": "path, param, (data) ->\n msg.send...
src/scripts/ci.coffee
janx/hubot-scripts
2
# Track the status and trigger buid for hudson CI. # # ci list all/projects - list all the projects on Hudson # ci status <project name> - see a project's status # ci build <project name> - triger a build on hudson Http = require 'http' QS = require 'querystring' module.exports = (robot) -> host = process.env.HUB...
169152
# Track the status and trigger buid for hudson CI. # # ci list all/projects - list all the projects on Hudson # ci status <project name> - see a project's status # ci build <project name> - triger a build on hudson Http = require 'http' QS = require 'querystring' module.exports = (robot) -> host = process.env.HUB...
true
# Track the status and trigger buid for hudson CI. # # ci list all/projects - list all the projects on Hudson # ci status <project name> - see a project's status # ci build <project name> - triger a build on hudson Http = require 'http' QS = require 'querystring' module.exports = (robot) -> host = process.env.HUB...
[ { "context": "ns if it's the day for your action\n#\n# Author:\n# KuiKui\n \nmodule.exports = (robot) ->\n ", "end": 193, "score": 0.8621562123298645, "start": 192, "tag": "NAME", "value": "K" }, { "context": " if it's the day for your action\n#\n# Author:\n# KuiKui\...
src/scripts/destiny.coffee
neilprosser/hubot-scripts
1
# Description: # Is it the day? # # Dependencies: # None # # Configuration: # None # # Commands: # hubot is it <action> day ? - Returns if it's the day for your action # # Author: # KuiKui module.exports = (robot) -> robot.respond /is it (\w+) day \?/i, (msg) -> action = msg.match[1] n...
135544
# Description: # Is it the day? # # Dependencies: # None # # Configuration: # None # # Commands: # hubot is it <action> day ? - Returns if it's the day for your action # # Author: # <NAME>uiKui module.exports = (robot) -> robot.respond /is it (\w+) day \?/i, (msg) -> action = msg.match[1] ...
true
# Description: # Is it the day? # # Dependencies: # None # # Configuration: # None # # Commands: # hubot is it <action> day ? - Returns if it's the day for your action # # Author: # PI:NAME:<NAME>END_PIuiKui module.exports = (robot) -> robot.respond /is it (\w+) day \?/i, (msg) -> action =...
[ { "context": "most recent hubot messages to delete\n#\n# Author:\n# Chris Doughty <cdoughty77@gmail.com>\n#\nmodule.exports = (robot)", "end": 388, "score": 0.9998567700386047, "start": 375, "tag": "NAME", "value": "Chris Doughty" }, { "context": "t messages to delete\n#\n# Author:\n...
delete-message.coffee
cdoughty77/hubot-flowdock-delete-message
2
# Description # Tells hubot to delete content of the <N> most recent hubot messages (only deletes message content) # # Dependencies: # None # # Configuration: # HUBOT_FLOWDOCK_API_TOKEN # HUBOT_NAME # # Commands: # hubot abandon ship <#> - Number of most recent hubot messages to delete # hubot delete <#> - Number...
15088
# Description # Tells hubot to delete content of the <N> most recent hubot messages (only deletes message content) # # Dependencies: # None # # Configuration: # HUBOT_FLOWDOCK_API_TOKEN # HUBOT_NAME # # Commands: # hubot abandon ship <#> - Number of most recent hubot messages to delete # hubot delete <#> - Number...
true
# Description # Tells hubot to delete content of the <N> most recent hubot messages (only deletes message content) # # Dependencies: # None # # Configuration: # HUBOT_FLOWDOCK_API_TOKEN # HUBOT_NAME # # Commands: # hubot abandon ship <#> - Number of most recent hubot messages to delete # hubot delete <#> - Number...
[ { "context": "================\n#\n# Danbo: Main Class\n#\n# @author Matthew Wagerfield @mwagerfield\n#\n#=================================", "end": 118, "score": 0.9998215436935425, "start": 100, "tag": "NAME", "value": "Matthew Wagerfield" }, { "context": "# Danbo: Main Class\n#\n#...
assets/scripts/coffee/project/Main.coffee
wagerfield/danbo
1
### #============================================================ # # Danbo: Main Class # # @author Matthew Wagerfield @mwagerfield # #============================================================ ### class PROJECT.Main extends Class ### #======================================== # Class Variables #============...
39391
### #============================================================ # # Danbo: Main Class # # @author <NAME> @mwagerfield # #============================================================ ### class PROJECT.Main extends Class ### #======================================== # Class Variables #========================...
true
### #============================================================ # # Danbo: Main Class # # @author PI:NAME:<NAME>END_PI @mwagerfield # #============================================================ ### class PROJECT.Main extends Class ### #======================================== # Class Variables #==========...
[ { "context": "s\n [v, w] = edge\n if v < w\n key = \"#{v},#{w}\"\n else\n key = \"#{w},#{v}\"\n unless", "end": 3350, "score": 0.9989563822746277, "start": 3339, "tag": "KEY", "value": "\"#{v},#{w}\"" }, { "context": " key = \"#{v},#{w}\"\n ...
src/filter.coffee
pimmu1s/fold
231
geom = require './geom' filter = exports filter.edgesAssigned = (fold, target) -> i for assignment, i in fold.edges_assignment when assignment == target filter.mountainEdges = (fold) -> filter.edgesAssigned fold, 'M' filter.valleyEdges = (fold) -> filter.edgesAssigned fold, 'V' filter.flatEdges = (fold) -> fil...
151545
geom = require './geom' filter = exports filter.edgesAssigned = (fold, target) -> i for assignment, i in fold.edges_assignment when assignment == target filter.mountainEdges = (fold) -> filter.edgesAssigned fold, 'M' filter.valleyEdges = (fold) -> filter.edgesAssigned fold, 'V' filter.flatEdges = (fold) -> fil...
true
geom = require './geom' filter = exports filter.edgesAssigned = (fold, target) -> i for assignment, i in fold.edges_assignment when assignment == target filter.mountainEdges = (fold) -> filter.edgesAssigned fold, 'M' filter.valleyEdges = (fold) -> filter.edgesAssigned fold, 'V' filter.flatEdges = (fold) -> fil...
[ { "context": ".Complex extends mathJS.Number\n\n PARSE_KEY = \"0c\"\n\n ###########################################", "end": 46852, "score": 0.889875590801239, "start": 46851, "tag": "KEY", "value": "c" } ]
source.coffee
jneuendorf/mathJS
0
# from js/init.coffee ###* * @module mathJS * @main mathJS *### if typeof DEBUG is "undefined" window.DEBUG = true # create namespaces window.mathJS = Algorithms: {} Domains: {} # contains instances of sets Errors: {} Geometry: {} Operations: {} Sets: {} Utils: {} # Take namespaces ...
1110
# from js/init.coffee ###* * @module mathJS * @main mathJS *### if typeof DEBUG is "undefined" window.DEBUG = true # create namespaces window.mathJS = Algorithms: {} Domains: {} # contains instances of sets Errors: {} Geometry: {} Operations: {} Sets: {} Utils: {} # Take namespaces ...
true
# from js/init.coffee ###* * @module mathJS * @main mathJS *### if typeof DEBUG is "undefined" window.DEBUG = true # create namespaces window.mathJS = Algorithms: {} Domains: {} # contains instances of sets Errors: {} Geometry: {} Operations: {} Sets: {} Utils: {} # Take namespaces ...
[ { "context": " constructor: (@game, @opponent = true, @name = 'SMITH', @level = 30,\n @case = 4, @type =", "end": 274, "score": 0.9086205959320068, "start": 269, "tag": "NAME", "value": "SMITH" } ]
src/js/debater.coffee
Huntrr/Battle-Resolution
0
$ = require 'lib/jquery.js' require 'lib/jquery-ui.js' Async = require 'lib/async.js' # constants dir = './img/char/' ftype = '.png' # Basic debater class. Controls an actor in the game module.exports = class Debater constructor: (@game, @opponent = true, @name = 'SMITH', @level = 30, @case = 4, @ty...
20891
$ = require 'lib/jquery.js' require 'lib/jquery-ui.js' Async = require 'lib/async.js' # constants dir = './img/char/' ftype = '.png' # Basic debater class. Controls an actor in the game module.exports = class Debater constructor: (@game, @opponent = true, @name = '<NAME>', @level = 30, @case = 4, @t...
true
$ = require 'lib/jquery.js' require 'lib/jquery-ui.js' Async = require 'lib/async.js' # constants dir = './img/char/' ftype = '.png' # Basic debater class. Controls an actor in the game module.exports = class Debater constructor: (@game, @opponent = true, @name = 'PI:NAME:<NAME>END_PI', @level = 30, ...
[ { "context": "ersion 1.0.0\n@file Icon.js\n@author Welington Sampaio\n@contact http://jokerjs.zaez.net/contato\n\n@co", "end": 137, "score": 0.9998891949653625, "start": 120, "tag": "NAME", "value": "Welington Sampaio" } ]
vendor/assets/javascripts/joker/Icon.coffee
zaeznet/joker-rails
0
### @summary Joker @description Framework of RIAs applications @version 1.0.0 @file Icon.js @author Welington Sampaio @contact http://jokerjs.zaez.net/contato @copyright Copyright 2014 Zaez Solucoes em Tecnologia, all rights reserved. This source file is free software, under the license MIT, a...
178063
### @summary Joker @description Framework of RIAs applications @version 1.0.0 @file Icon.js @author <NAME> @contact http://jokerjs.zaez.net/contato @copyright Copyright 2014 Zaez Solucoes em Tecnologia, all rights reserved. This source file is free software, under the license MIT, available at...
true
### @summary Joker @description Framework of RIAs applications @version 1.0.0 @file Icon.js @author PI:NAME:<NAME>END_PI @contact http://jokerjs.zaez.net/contato @copyright Copyright 2014 Zaez Solucoes em Tecnologia, all rights reserved. This source file is free software, under the license MIT...
[ { "context": "it\n lines.shift() # tag v0.0.2\n\n # bob <bob@example.com>\n author_line = lines.shift()\n [m", "end": 1222, "score": 0.9999297857284546, "start": 1207, "tag": "EMAIL", "value": "bob@example.com" } ]
src/tag.coffee
roelofjan-elsinga/gift
85
_ = require 'underscore' Commit = require './commit' Actor = require './actor' {Ref} = require './ref' module.exports = class Tag extends Ref @find_all: (repo, callback) -> Ref.find_all repo, "tag", Tag, callback # Public: Get the tag message. # # Returns String. message: (callback) -> @lazy...
224436
_ = require 'underscore' Commit = require './commit' Actor = require './actor' {Ref} = require './ref' module.exports = class Tag extends Ref @find_all: (repo, callback) -> Ref.find_all repo, "tag", Tag, callback # Public: Get the tag message. # # Returns String. message: (callback) -> @lazy...
true
_ = require 'underscore' Commit = require './commit' Actor = require './actor' {Ref} = require './ref' module.exports = class Tag extends Ref @find_all: (repo, callback) -> Ref.find_all repo, "tag", Tag, callback # Public: Get the tag message. # # Returns String. message: (callback) -> @lazy...
[ { "context": "twUrl = @getSocialSharingUrl()\n twhashtag = '#rizzoma'\n tweetLength = 140 - twUrl.length - twhas", "end": 8578, "score": 0.7245956659317017, "start": 8569, "tag": "PASSWORD", "value": "'#rizzoma" }, { "context": "E_LINK_PUBLIC, @_byLinkRoleId)\n s...
src/client/wave/view.coffee
robintibor/rizzoma
2
WaveViewBase = require('./view_base') {Participants} = require('./participants') {trackParticipantAddition} = require('./participants/utils') {ROLES, ROLE_OWNER, ROLE_EDITOR, ROLE_COMMENTATOR, ROLE_READER, ROLE_NO_ROLE} = require('./participants/constants') {renderWave, renderSelectAccountTypeBanner} = require('./templ...
214182
WaveViewBase = require('./view_base') {Participants} = require('./participants') {trackParticipantAddition} = require('./participants/utils') {ROLES, ROLE_OWNER, ROLE_EDITOR, ROLE_COMMENTATOR, ROLE_READER, ROLE_NO_ROLE} = require('./participants/constants') {renderWave, renderSelectAccountTypeBanner} = require('./templ...
true
WaveViewBase = require('./view_base') {Participants} = require('./participants') {trackParticipantAddition} = require('./participants/utils') {ROLES, ROLE_OWNER, ROLE_EDITOR, ROLE_COMMENTATOR, ROLE_READER, ROLE_NO_ROLE} = require('./participants/constants') {renderWave, renderSelectAccountTypeBanner} = require('./templ...
[ { "context": "68d37'\n process.env.HUBOT_STATUS_PAGE_TOKEN = '89a229ce1a8dbcf9ff30430fbe35eb4c0426574bca932061892cefd2138aa4b1'\n room = helper.createRoom()\n nock.disableN", "end": 429, "score": 0.938030481338501, "start": 365, "tag": "KEY", "value": "89a229ce1a8dbcf9ff30430fbe35eb...
test/statuspage_test.coffee
stephenyeargin/hubot-statuspage
0
Helper = require('hubot-test-helper') chai = require 'chai' sinon = require 'sinon' chai.use require 'sinon-chai' nock = require('nock') helper = new Helper('./../src/statuspage.coffee') expect = chai.expect describe 'statuspage', -> room = null beforeEach -> process.env.HUBOT_STATUS_PAGE_ID = '63kbmt268d37...
4378
Helper = require('hubot-test-helper') chai = require 'chai' sinon = require 'sinon' chai.use require 'sinon-chai' nock = require('nock') helper = new Helper('./../src/statuspage.coffee') expect = chai.expect describe 'statuspage', -> room = null beforeEach -> process.env.HUBOT_STATUS_PAGE_ID = '63kbmt268d37...
true
Helper = require('hubot-test-helper') chai = require 'chai' sinon = require 'sinon' chai.use require 'sinon-chai' nock = require('nock') helper = new Helper('./../src/statuspage.coffee') expect = chai.expect describe 'statuspage', -> room = null beforeEach -> process.env.HUBOT_STATUS_PAGE_ID = '63kbmt268d37...
[ { "context": "ration = {}\nconfiguration[nerfed + \"username\"] = \"username\"\nconfiguration[nerfed + \"_password\"] = new Buffer", "end": 249, "score": 0.9986844658851624, "start": 241, "tag": "USERNAME", "value": "username" }, { "context": "nfiguration[nerfed + \"_password\"] = ne...
deps/npm/node_modules/npm-registry-client/test/publish-scoped.coffee
lxe/io.coffee
0
tap = require("tap") crypto = require("crypto") fs = require("fs") server = require("./lib/server.js") common = require("./lib/common.js") nerfed = "//localhost:" + server.port + "/:" configuration = {} configuration[nerfed + "username"] = "username" configuration[nerfed + "_password"] = new Buffer("%1234@asdf%").toStr...
109517
tap = require("tap") crypto = require("crypto") fs = require("fs") server = require("./lib/server.js") common = require("./lib/common.js") nerfed = "//localhost:" + server.port + "/:" configuration = {} configuration[nerfed + "username"] = "username" configuration[nerfed + "_password"] = new Buffer("%1<PASSWORD>@asdf%"...
true
tap = require("tap") crypto = require("crypto") fs = require("fs") server = require("./lib/server.js") common = require("./lib/common.js") nerfed = "//localhost:" + server.port + "/:" configuration = {} configuration[nerfed + "username"] = "username" configuration[nerfed + "_password"] = new Buffer("%1PI:PASSWORD:<PASS...
[ { "context": ".env.HUBOT_ZENDESK_USER}\"\n zendesk_password = \"#{process.env.HUBOT_ZENDESK_PASSWORD}\"\n auth = new Buffer(\"#{zendesk_user}:#{zendesk_", "end": 1645, "score": 0.9174197912216187, "start": 1611, "tag": "PASSWORD", "value": "process.env.HUBOT_ZENDESK_PASSWORD" } ]
src/scripts/zendesk.coffee
TaxiOS/hubot-scripts
1
# Description: # Queries Zendesk for information about support tickets # # Configuration: # HUBOT_ZENDESK_USER # HUBOT_ZENDESK_PASSWORD # HUBOT_ZENDESK_SUBDOMAIN # # Commands: # (all) tickets - returns the total count of all unsolved tickets. The 'all' # keyword is optional. # new tickets ...
186615
# Description: # Queries Zendesk for information about support tickets # # Configuration: # HUBOT_ZENDESK_USER # HUBOT_ZENDESK_PASSWORD # HUBOT_ZENDESK_SUBDOMAIN # # Commands: # (all) tickets - returns the total count of all unsolved tickets. The 'all' # keyword is optional. # new tickets ...
true
# Description: # Queries Zendesk for information about support tickets # # Configuration: # HUBOT_ZENDESK_USER # HUBOT_ZENDESK_PASSWORD # HUBOT_ZENDESK_SUBDOMAIN # # Commands: # (all) tickets - returns the total count of all unsolved tickets. The 'all' # keyword is optional. # new tickets ...
[ { "context": " 201\n# headers: {\n# \"x-token\": \"123-abc\"\n# \"contentType\": \"foo/bar\"\n# ", "end": 13977, "score": 0.9918259382247925, "start": 13970, "tag": "KEY", "value": "123-abc" }, { "context": " headers = JSON.stringify({\n# ...
packages/driver/test/unit_old/cypress/server_spec.coffee
Everworks/cypress
3
{ $, _ } = window.testUtils describe "$Cypress.Cy Server API", -> beforeEach -> @iframe = $("<iframe />").appendTo $("body") @window = @iframe.prop("contentWindow") afterEach -> @iframe.remove() it ".create", -> server = $Cypress.Server.create({}) expect(server).to.be.instanceof $Cypress.Se...
76633
{ $, _ } = window.testUtils describe "$Cypress.Cy Server API", -> beforeEach -> @iframe = $("<iframe />").appendTo $("body") @window = @iframe.prop("contentWindow") afterEach -> @iframe.remove() it ".create", -> server = $Cypress.Server.create({}) expect(server).to.be.instanceof $Cypress.Se...
true
{ $, _ } = window.testUtils describe "$Cypress.Cy Server API", -> beforeEach -> @iframe = $("<iframe />").appendTo $("body") @window = @iframe.prop("contentWindow") afterEach -> @iframe.remove() it ".create", -> server = $Cypress.Server.create({}) expect(server).to.be.instanceof $Cypress.Se...
[ { "context": "ssert.deepEqual(data.fr, {\n \"Hello!\": \"Bonjour!\"\n \"This is a test\": \"Ceci est un test", "end": 2016, "score": 0.7803230285644531, "start": 2009, "tag": "NAME", "value": "Bonjour" }, { "context": "rt.deepEqual(data.nl, {\n \"Hell...
test/compile.coffee
gruntjs-updater/grunt-angular-gettext-message
0
assert = require 'assert' fs = require 'fs' vm = require 'vm' # Fake Angular environment makeEnv = (mod, catalog) -> { angular: module: (modDefined) -> assert.equal(modDefined, mod) return { run: (block) -> assert.equal(block[0], 'gettextCatalog')...
100248
assert = require 'assert' fs = require 'fs' vm = require 'vm' # Fake Angular environment makeEnv = (mod, catalog) -> { angular: module: (modDefined) -> assert.equal(modDefined, mod) return { run: (block) -> assert.equal(block[0], 'gettextCatalog')...
true
assert = require 'assert' fs = require 'fs' vm = require 'vm' # Fake Angular environment makeEnv = (mod, catalog) -> { angular: module: (modDefined) -> assert.equal(modDefined, mod) return { run: (block) -> assert.equal(block[0], 'gettextCatalog')...
[ { "context": "# Made with Framer\n# By Jay Stakelon\n# www.framerjs.com\n\n# Set default cursor\ndocument", "end": 36, "score": 0.9998897910118103, "start": 24, "tag": "NAME", "value": "Jay Stakelon" } ]
examples/video-player.framer/app.coffee
benjamindenboer/Framer-VideoPlayer
1
# Made with Framer # By Jay Stakelon # www.framerjs.com # Set default cursor document.body.style.cursor = "auto" bg = new BackgroundLayer backgroundColor: "#fff" {VideoPlayer} = require "videoplayer" video = new VideoPlayer video: "video.mp4" width: 700 height: 394 video.centerX() video.centerY(-50) video.sho...
146460
# Made with Framer # By <NAME> # www.framerjs.com # Set default cursor document.body.style.cursor = "auto" bg = new BackgroundLayer backgroundColor: "#fff" {VideoPlayer} = require "videoplayer" video = new VideoPlayer video: "video.mp4" width: 700 height: 394 video.centerX() video.centerY(-50) video.showProgr...
true
# Made with Framer # By PI:NAME:<NAME>END_PI # www.framerjs.com # Set default cursor document.body.style.cursor = "auto" bg = new BackgroundLayer backgroundColor: "#fff" {VideoPlayer} = require "videoplayer" video = new VideoPlayer video: "video.mp4" width: 700 height: 394 video.centerX() video.centerY(-50) v...
[ { "context": "ake-key/tokens'\n .reply 201, { token: 'qwerty' }\n\n it 'callbacks with accessToken', (don", "end": 1430, "score": 0.6359672546386719, "start": 1424, "tag": "KEY", "value": "qwerty" }, { "context": "ts/fake-key/tokens'\n .reply 201, { token: 'q...
test/client_test.coffee
oneteam-dev/node-oneteam-client
1
{expect} = require 'chai' nock = require 'nock' sinon = require 'sinon' describe 'client', -> client = null opts = null clock = null nockScope = null currentTime = 1455008759942 Client = null beforeEach -> process.env.ONETEAM_BASE_API_URL = 'https://api.one-team.test' Client = require '../src/cl...
74526
{expect} = require 'chai' nock = require 'nock' sinon = require 'sinon' describe 'client', -> client = null opts = null clock = null nockScope = null currentTime = 1455008759942 Client = null beforeEach -> process.env.ONETEAM_BASE_API_URL = 'https://api.one-team.test' Client = require '../src/cl...
true
{expect} = require 'chai' nock = require 'nock' sinon = require 'sinon' describe 'client', -> client = null opts = null clock = null nockScope = null currentTime = 1455008759942 Client = null beforeEach -> process.env.ONETEAM_BASE_API_URL = 'https://api.one-team.test' Client = require '../src/cl...
[ { "context": "# Copyright (c) Konode. All rights reserved.\n# This source code is subje", "end": 22, "score": 0.9976190328598022, "start": 16, "tag": "NAME", "value": "Konode" }, { "context": "\t\t\t\t# TODO: Include user's full name + username (\"Andrew Appleby (aappleby)\")\n\t\t\t...
src/printPreviewPage.coffee
LogicalOutcomes/KoNote
1
# Copyright (c) Konode. All rights reserved. # This source code is subject to the terms of the Mozilla Public License, v. 2.0 # that can be found in the LICENSE file or at: http://mozilla.org/MPL/2.0 # Print preview page receives data from the printButton's data, # and matches printing components with the type(s) of d...
167086
# Copyright (c) <NAME>. All rights reserved. # This source code is subject to the terms of the Mozilla Public License, v. 2.0 # that can be found in the LICENSE file or at: http://mozilla.org/MPL/2.0 # Print preview page receives data from the printButton's data, # and matches printing components with the type(s) of d...
true
# Copyright (c) PI:NAME:<NAME>END_PI. All rights reserved. # This source code is subject to the terms of the Mozilla Public License, v. 2.0 # that can be found in the LICENSE file or at: http://mozilla.org/MPL/2.0 # Print preview page receives data from the printButton's data, # and matches printing components with th...
[ { "context": "e.Collection [\n new Backbone.Model {username: 'lar-gand', fullname: 'Mon-El', pwd: 'daxamite', email: 'da", "end": 97, "score": 0.9996781945228577, "start": 89, "tag": "USERNAME", "value": "lar-gand" }, { "context": " {username: 'lar-gand', fullname: 'Mon-El', pwd: ...
app/datasource.coffee
sandy98/silver-age-comics
0
class DataSource users: new Backbone.Collection [ new Backbone.Model {username: 'lar-gand', fullname: 'Mon-El', pwd: 'daxamite', email: 'daxam@gmail.com'} new Backbone.Model {username: 'kal-el', fullname: 'Superboy', pwd: 'kryptonian', email: 'krypton@gmail.com'} new Backbone.Model {username: 'rokk-krin...
87674
class DataSource users: new Backbone.Collection [ new Backbone.Model {username: 'lar-gand', fullname: 'Mon-El', pwd: '<PASSWORD>', email: '<EMAIL>'} new Backbone.Model {username: 'kal-el', fullname: 'Superboy', pwd: '<PASSWORD>', email: '<EMAIL>'} new Backbone.Model {username: 'rokk-krinn', fullname: 'C...
true
class DataSource users: new Backbone.Collection [ new Backbone.Model {username: 'lar-gand', fullname: 'Mon-El', pwd: 'PI:PASSWORD:<PASSWORD>END_PI', email: 'PI:EMAIL:<EMAIL>END_PI'} new Backbone.Model {username: 'kal-el', fullname: 'Superboy', pwd: 'PI:PASSWORD:<PASSWORD>END_PI', email: 'PI:EMAIL:<EMAIL>END...
[ { "context": " name: 'jim'\n# password: 'abc'\n# \n# 'has 64 bytes password': ({", "end": 440, "score": 0.999167263507843, "start": 437, "tag": "PASSWORD", "value": "abc" }, { "context": " name: 'test'\n# password: 'aBc'\...
test/models/plugins/auth.coffee
cncolder/vcvs
0
{ _, assert, cwd, mongoose } = require '../../helper' { auth } = require "#{cwd}/models/plugins" schema = new mongoose.Schema name: type: String schema.plugin auth Foo = mongoose.model 'Foo', schema # vows # .describe(auth) # .addBatch # teardown: -> # Foo.remove {}, @callback # ...
21499
{ _, assert, cwd, mongoose } = require '../../helper' { auth } = require "#{cwd}/models/plugins" schema = new mongoose.Schema name: type: String schema.plugin auth Foo = mongoose.model 'Foo', schema # vows # .describe(auth) # .addBatch # teardown: -> # Foo.remove {}, @callback # ...
true
{ _, assert, cwd, mongoose } = require '../../helper' { auth } = require "#{cwd}/models/plugins" schema = new mongoose.Schema name: type: String schema.plugin auth Foo = mongoose.model 'Foo', schema # vows # .describe(auth) # .addBatch # teardown: -> # Foo.remove {}, @callback # ...
[ { "context": "###\n input-view.coffee\n Copyright (c) 2016 Nokia\n\n Note:\n This file is part of the netconf packa", "end": 50, "score": 0.9758062362670898, "start": 45, "tag": "NAME", "value": "Nokia" } ]
lib/views/input-view.coffee
nokia/atom-netconf
15
### input-view.coffee Copyright (c) 2016 Nokia Note: This file is part of the netconf package for the ATOM Text Editor. Licensed under the MIT license See LICENSE.md delivered with this project for more information. ### {Emitter, CompositeDisposable, TextEditor} = require 'atom' module.exports = class...
194603
### input-view.coffee Copyright (c) 2016 <NAME> Note: This file is part of the netconf package for the ATOM Text Editor. Licensed under the MIT license See LICENSE.md delivered with this project for more information. ### {Emitter, CompositeDisposable, TextEditor} = require 'atom' module.exports = clas...
true
### input-view.coffee Copyright (c) 2016 PI:NAME:<NAME>END_PI Note: This file is part of the netconf package for the ATOM Text Editor. Licensed under the MIT license See LICENSE.md delivered with this project for more information. ### {Emitter, CompositeDisposable, TextEditor} = require 'atom' module.ex...
[ { "context": " for key, val of emails\n continue if key is 'anyNotes'\n if val.enabled\n consentHistory.push", "end": 747, "score": 0.9370666742324829, "start": 739, "tag": "KEY", "value": "anyNotes" } ]
server/commons/unsubscribe.coffee
IngJuanRuiz/codecombat
0
User = require '../models/User' co = require 'co' delighted = require '../delighted' config = require '../../server_config' request = require 'request' intercom = require '../lib/intercom' log = require 'winston' unsubscribeEmailFromMarketingEmails = co.wrap (email) -> log.info "Completely unsubscribing email: #{ema...
226171
User = require '../models/User' co = require 'co' delighted = require '../delighted' config = require '../../server_config' request = require 'request' intercom = require '../lib/intercom' log = require 'winston' unsubscribeEmailFromMarketingEmails = co.wrap (email) -> log.info "Completely unsubscribing email: #{ema...
true
User = require '../models/User' co = require 'co' delighted = require '../delighted' config = require '../../server_config' request = require 'request' intercom = require '../lib/intercom' log = require 'winston' unsubscribeEmailFromMarketingEmails = co.wrap (email) -> log.info "Completely unsubscribing email: #{ema...
[ { "context": "neMatch': '[(\\\\-\\\\-)].*?\\\\b[sS]elene\\\\b'\n'name': 'Selene'\n'scopeName': 'source.lua.sel'\n'patterns': [\n {\n", "end": 140, "score": 0.8248387575149536, "start": 134, "tag": "NAME", "value": "Selene" } ]
grammars/selene.cson
Vexatos/atom-language-selene
1
'comment': 'Selene Syntax: Version 0.1' 'fileTypes': [ 'sel' 'selene' ] 'firstLineMatch': '[(\\-\\-)].*?\\b[sS]elene\\b' 'name': 'Selene' 'scopeName': 'source.lua.sel' 'patterns': [ { 'match': '(\\<\\-)' 'name': 'keyword.control.selene' } { 'match': '\\(\\s*([a-zA-Z_][\\w_]*(\\s*,\\s*[a-zA-Z_][\\w...
82697
'comment': 'Selene Syntax: Version 0.1' 'fileTypes': [ 'sel' 'selene' ] 'firstLineMatch': '[(\\-\\-)].*?\\b[sS]elene\\b' 'name': '<NAME>' 'scopeName': 'source.lua.sel' 'patterns': [ { 'match': '(\\<\\-)' 'name': 'keyword.control.selene' } { 'match': '\\(\\s*([a-zA-Z_][\\w_]*(\\s*,\\s*[a-zA-Z_][\\w...
true
'comment': 'Selene Syntax: Version 0.1' 'fileTypes': [ 'sel' 'selene' ] 'firstLineMatch': '[(\\-\\-)].*?\\b[sS]elene\\b' 'name': 'PI:NAME:<NAME>END_PI' 'scopeName': 'source.lua.sel' 'patterns': [ { 'match': '(\\<\\-)' 'name': 'keyword.control.selene' } { 'match': '\\(\\s*([a-zA-Z_][\\w_]*(\\s*,\\s...
[ { "context": "gin for smart notifications\n * Copyright 2011-2013 Karpunin Dmitry (KODer) / Evrone.com\n * Licensed under the MIT li", "end": 130, "score": 0.9998741745948792, "start": 115, "tag": "NAME", "value": "Karpunin Dmitry" }, { "context": "fications\n * Copyright 2011-2013 K...
app/assets/javascripts/ultimate/flash.js.coffee
KODerFunk/ultimate-flash
1
###* * Ultimate Flash 0.9.2 - Ruby on Rails oriented jQuery plugin for smart notifications * Copyright 2011-2013 Karpunin Dmitry (KODer) / Evrone.com * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php * ### ###* * * * DEPRECATED syntax! * * $.fn.ultimateFlash() invoke Ultimate ...
156695
###* * Ultimate Flash 0.9.2 - Ruby on Rails oriented jQuery plugin for smart notifications * Copyright 2011-2013 <NAME> (KODer) / Evrone.com * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php * ### ###* * * * DEPRECATED syntax! * * $.fn.ultimateFlash() invoke Ultimate Flash fun...
true
###* * Ultimate Flash 0.9.2 - Ruby on Rails oriented jQuery plugin for smart notifications * Copyright 2011-2013 PI:NAME:<NAME>END_PI (KODer) / Evrone.com * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php * ### ###* * * * DEPRECATED syntax! * * $.fn.ultimateFlash() invoke Ulti...
[ { "context": " }\n }, {\n \"name\" : \"IntOne\",\n \"context\" : \"Patient\",\n ", "end": 1998, "score": 0.9168268442153931, "start": 1992, "tag": "USERNAME", "value": "IntOne" }, { "context": " }\n }, {\n ...
Src/coffeescript/cql-execution/test/elm/literal/data.coffee
MeasureAuthoringTool/clinical_quality_language
2
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### Literal library TestSnippet version '1' using QUICK context Patient define BoolTrue: true define BoolFalse: f...
25625
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### Literal library TestSnippet version '1' using QUICK context Patient define BoolTrue: true define BoolFalse: f...
true
### WARNING: This is a GENERATED file. Do not manually edit! To generate this file: - Edit data.coffee to add a CQL Snippet - From java dir: ./gradlew :cql-to-elm:generateTestData ### ### Literal library TestSnippet version '1' using QUICK context Patient define BoolTrue: true define BoolFalse: f...
[ { "context": " Set ResultOfQuestion values (e.g. Name: Mike McKay, Birthdate: 2012-11-27 or put each pair on a new ", "end": 2905, "score": 0.9961594343185425, "start": 2895, "tag": "NAME", "value": "Mike McKay" } ]
views/QuestionSetView.coffee
Coconut-Data/tamarind
0
$ = require 'jquery' Backbone = require 'backbone' Backbone.$ = $ _ = require 'underscore' dasherize = require("underscore.string/dasherize") titleize = require("underscore.string/titleize") humanize = require("underscore.string/humanize") slugify = require("underscore.string/slugify") get = require 'lodash/get' set =...
187654
$ = require 'jquery' Backbone = require 'backbone' Backbone.$ = $ _ = require 'underscore' dasherize = require("underscore.string/dasherize") titleize = require("underscore.string/titleize") humanize = require("underscore.string/humanize") slugify = require("underscore.string/slugify") get = require 'lodash/get' set =...
true
$ = require 'jquery' Backbone = require 'backbone' Backbone.$ = $ _ = require 'underscore' dasherize = require("underscore.string/dasherize") titleize = require("underscore.string/titleize") humanize = require("underscore.string/humanize") slugify = require("underscore.string/slugify") get = require 'lodash/get' set =...
[ { "context": "module.exports =\n\tname: \"Keep Calm\"\n\turl: '/keepcalm/:reaction/:from'\n\tfields: ", "end": 29, "score": 0.5303601026535034, "start": 25, "tag": "NAME", "value": "Keep" } ]
lib/operations/keepcalm.coffee
brettminnie/foaas
0
module.exports = name: "Keep Calm" url: '/keepcalm/:reaction/:from' fields: [ { name: 'Reaction', field: 'reaction'} { name: 'From', field: 'from'} ] register: (app, output) -> app.get '/keepcalm/:reaction/:from', (req, res) -> message = "Keep the fuck calm and #{req.params.reaction}!" subtitle = "- #...
97427
module.exports = name: "<NAME> Calm" url: '/keepcalm/:reaction/:from' fields: [ { name: 'Reaction', field: 'reaction'} { name: 'From', field: 'from'} ] register: (app, output) -> app.get '/keepcalm/:reaction/:from', (req, res) -> message = "Keep the fuck calm and #{req.params.reaction}!" subtitle = "-...
true
module.exports = name: "PI:NAME:<NAME>END_PI Calm" url: '/keepcalm/:reaction/:from' fields: [ { name: 'Reaction', field: 'reaction'} { name: 'From', field: 'from'} ] register: (app, output) -> app.get '/keepcalm/:reaction/:from', (req, res) -> message = "Keep the fuck calm and #{req.params.reaction}!" ...
[ { "context": "'\n clear_fields:\t['name', 'desc', 'password', 'opponent1', 'opponent2', 'opponent3']\n refill:\t\ttrue\n ", "end": 405, "score": 0.8571605682373047, "start": 396, "tag": "PASSWORD", "value": "opponent1" }, { "context": "'name', 'desc', 'password', 'opponent1',...
static/script/pages/new.coffee
happz/settlers
1
window.settlers.setup_forms = () -> __setup_autocomplete = (eid) -> options = window.settlers.autocomplete_options() $(eid).typeahead options __setup_autocomplete '#new_game_opponent1' __setup_autocomplete '#new_game_opponent2' __setup_autocomplete '#new_game_opponent3' new window.hlib.Form fid...
220670
window.settlers.setup_forms = () -> __setup_autocomplete = (eid) -> options = window.settlers.autocomplete_options() $(eid).typeahead options __setup_autocomplete '#new_game_opponent1' __setup_autocomplete '#new_game_opponent2' __setup_autocomplete '#new_game_opponent3' new window.hlib.Form fid...
true
window.settlers.setup_forms = () -> __setup_autocomplete = (eid) -> options = window.settlers.autocomplete_options() $(eid).typeahead options __setup_autocomplete '#new_game_opponent1' __setup_autocomplete '#new_game_opponent2' __setup_autocomplete '#new_game_opponent3' new window.hlib.Form fid...
[ { "context": "# Copyright (C) 2013 John Judnich\n# Released under The MIT License - see \"LICENSE\" ", "end": 33, "score": 0.9998638033866882, "start": 21, "tag": "NAME", "value": "John Judnich" } ]
source/xgl.coffee
anandprabhakar0507/Kosmos
46
# Copyright (C) 2013 John Judnich # Released under The MIT License - see "LICENSE" file for details. root = exports ? this root.xgl = {} xgl.programs = {} xgl.degToRad = (angle) -> Math.PI * angle / 180.0 xgl.radToDeg = (angle) -> 180.0 * angle / Math.PI xgl.error = (msg) -> console.log(msg) #alert(msg) # use th...
120554
# Copyright (C) 2013 <NAME> # Released under The MIT License - see "LICENSE" file for details. root = exports ? this root.xgl = {} xgl.programs = {} xgl.degToRad = (angle) -> Math.PI * angle / 180.0 xgl.radToDeg = (angle) -> 180.0 * angle / Math.PI xgl.error = (msg) -> console.log(msg) #alert(msg) # use this to ...
true
# Copyright (C) 2013 PI:NAME:<NAME>END_PI # Released under The MIT License - see "LICENSE" file for details. root = exports ? this root.xgl = {} xgl.programs = {} xgl.degToRad = (angle) -> Math.PI * angle / 180.0 xgl.radToDeg = (angle) -> 180.0 * angle / Math.PI xgl.error = (msg) -> console.log(msg) #alert(msg) ...
[ { "context": "#\n# Notes:\n# Beta testing of all\n#\n# Author:\n# J. Michael Browning <michael+bot@motech.io> (https://github.com/mccsi", "end": 230, "score": 0.9996842741966248, "start": 211, "tag": "NAME", "value": "J. Michael Browning" }, { "context": "sting of all\n#\n# Autho...
src/airtable.coffee
mccsiwakuni/hubot-airtable
0
# Description: # Airtable Hubot connection. # # Dependencies: # None # # Configuration: # HUBOT_Airtable_Key your Airtable API Key # # Commands: # Test # # Notes: # Beta testing of all # # Author: # J. Michael Browning <michael+bot@motech.io> (https://github.com/mccsiwakuni) module.exports = (robot) -> r...
156007
# Description: # Airtable Hubot connection. # # Dependencies: # None # # Configuration: # HUBOT_Airtable_Key your Airtable API Key # # Commands: # Test # # Notes: # Beta testing of all # # Author: # <NAME> <<EMAIL>> (https://github.com/mccsiwakuni) module.exports = (robot) -> robot.hear /badger/i, (res) ...
true
# Description: # Airtable Hubot connection. # # Dependencies: # None # # Configuration: # HUBOT_Airtable_Key your Airtable API Key # # Commands: # Test # # Notes: # Beta testing of all # # Author: # PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI> (https://github.com/mccsiwakuni) module.exports = (robot) -> ...
[ { "context": "l depuis votre adresse universitaire à l'adresse `bot.sorbonne.jussieu@gmail.com`.**\n Attention : __Le sujet du mail doit o", "end": 3611, "score": 0.9998412728309631, "start": 3581, "tag": "EMAIL", "value": "bot.sorbonne.jussieu@gmail.com" }, { "context": "\"wi...
src/index.coffee
Speykious/sorbot
2
loading = require "./loading" loading.step "Loading dotenv-flow...", 0 loading.startDisplaying() require "dotenv-flow" .config() loading.step "Loading nodejs dependencies..." { join } = require "path" YAML = require "yaml" { UniqueConstraintError } = require "sequeliz...
182426
loading = require "./loading" loading.step "Loading dotenv-flow...", 0 loading.startDisplaying() require "dotenv-flow" .config() loading.step "Loading nodejs dependencies..." { join } = require "path" YAML = require "yaml" { UniqueConstraintError } = require "sequeliz...
true
loading = require "./loading" loading.step "Loading dotenv-flow...", 0 loading.startDisplaying() require "dotenv-flow" .config() loading.step "Loading nodejs dependencies..." { join } = require "path" YAML = require "yaml" { UniqueConstraintError } = require "sequeliz...
[ { "context": " item.isMnemonic = true\n\n slugname = @slugify(item.name)\n commandName = \"character-table", "end": 2284, "score": 0.9991695284843445, "start": 2276, "tag": "USERNAME", "value": "@slugify" }, { "context": "\n codePoint = \"U+\"+codePoint\n\...
lib/character-data.coffee
threadless-screw/atom-character-table-plus
0
Q = require "q" fs = require 'fs' path = require 'path' class CharacterData constructor: (opts) -> {autoload} = opts || {} autoload ?= true @initialize() if autoload initialize: -> @initialized = @loadCharacters().then (chardata) => @characterData = chardata true slugify: (s) -> ...
39808
Q = require "q" fs = require 'fs' path = require 'path' class CharacterData constructor: (opts) -> {autoload} = opts || {} autoload ?= true @initialize() if autoload initialize: -> @initialized = @loadCharacters().then (chardata) => @characterData = chardata true slugify: (s) -> ...
true
Q = require "q" fs = require 'fs' path = require 'path' class CharacterData constructor: (opts) -> {autoload} = opts || {} autoload ?= true @initialize() if autoload initialize: -> @initialized = @loadCharacters().then (chardata) => @characterData = chardata true slugify: (s) -> ...