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": "lit \" \"\n socket.emit \"login\",\n username: username,\n password: password,\n if roomname\n ",
"end": 2285,
"score": 0.9945663213729858,
"start": 2277,
"tag": "USERNAME",
"value": "username"
},
{
"context": "in\",\n username: username,\n... | v0.5/client.coffee | KingSann/TinyChat | 1 | io = require "socket.io-client"
fs = require "fs"
md5 = require "md5"
readline = require "readline"
colors = require "colors"
disable =
notice: false,
col = [
"#e21400", "#91580f", "#f8a700", "#f78b00",
"#58dc00", "#287b00", "#a8f07a", "#4ae8c4",
"#3b88eb", "#3824aa", "#a700ff", "#d300e7",
]
addmsg = (... | 217887 | io = require "socket.io-client"
fs = require "fs"
md5 = require "md5"
readline = require "readline"
colors = require "colors"
disable =
notice: false,
col = [
"#e21400", "#91580f", "#f8a700", "#f78b00",
"#58dc00", "#287b00", "#a8f07a", "#4ae8c4",
"#3b88eb", "#3824aa", "#a700ff", "#d300e7",
]
addmsg = (... | true | io = require "socket.io-client"
fs = require "fs"
md5 = require "md5"
readline = require "readline"
colors = require "colors"
disable =
notice: false,
col = [
"#e21400", "#91580f", "#f8a700", "#f78b00",
"#58dc00", "#287b00", "#a8f07a", "#4ae8c4",
"#3b88eb", "#3824aa", "#a700ff", "#d300e7",
]
addmsg = (... |
[
{
"context": " matchers: Ember.hasMany 'App.Matcher',\n key: 'matcher_ids'\n transactions: Ember.hasMany 'App.Transaction',",
"end": 304,
"score": 0.8787083625793457,
"start": 293,
"tag": "KEY",
"value": "matcher_ids"
},
{
"context": "tions: Ember.hasMany 'App.Transaction',\n ... | app/assets/javascripts/models/category.js.coffee | artzte/itcostus | 0 | App.Category = App.Model.extend
id: Ember.attr()
name: Ember.attr()
system_type: Ember.attr()
count: Ember.attr(Number)
total: Ember.attr(Number)
unassigned: (->
@get('system_type') == 'unassigned'
).property('system_type')
matchers: Ember.hasMany 'App.Matcher',
key: 'matcher_ids'
transactions... | 149171 | App.Category = App.Model.extend
id: Ember.attr()
name: Ember.attr()
system_type: Ember.attr()
count: Ember.attr(Number)
total: Ember.attr(Number)
unassigned: (->
@get('system_type') == 'unassigned'
).property('system_type')
matchers: Ember.hasMany 'App.Matcher',
key: '<KEY>'
transactions: Embe... | true | App.Category = App.Model.extend
id: Ember.attr()
name: Ember.attr()
system_type: Ember.attr()
count: Ember.attr(Number)
total: Ember.attr(Number)
unassigned: (->
@get('system_type') == 'unassigned'
).property('system_type')
matchers: Ember.hasMany 'App.Matcher',
key: 'PI:KEY:<KEY>END_PI'
trans... |
[
{
"context": "offeescript/src/browser.coffee(https://github.com/jashkenas/coffeescript)\n Thanks to Jeremy Ashkenas\n Some",
"end": 88,
"score": 0.9950701594352722,
"start": 79,
"tag": "USERNAME",
"value": "jashkenas"
},
{
"context": "://github.com/jashkenas/coffeescript)\n Thank... | src/browser.coffee | taijiweb/taijilang | 34 | ###
this file is based on coffeescript/src/browser.coffee(https://github.com/jashkenas/coffeescript)
Thanks to Jeremy Ashkenas
Some stuffs is added or modified for taiji langauge.
this file is not tested in taiji still.
###
###
Copyright (c) 2009-2014 Jeremy Ashkenas
Copyright (c) 2014-2015 Caoxingming
Permis... | 584 | ###
this file is based on coffeescript/src/browser.coffee(https://github.com/jashkenas/coffeescript)
Thanks to <NAME>
Some stuffs is added or modified for taiji langauge.
this file is not tested in taiji still.
###
###
Copyright (c) 2009-2014 <NAME>
Copyright (c) 2014-2015 Caoxingming
Permission is hereby gra... | true | ###
this file is based on coffeescript/src/browser.coffee(https://github.com/jashkenas/coffeescript)
Thanks to PI:NAME:<NAME>END_PI
Some stuffs is added or modified for taiji langauge.
this file is not tested in taiji still.
###
###
Copyright (c) 2009-2014 PI:NAME:<NAME>END_PI
Copyright (c) 2014-2015 Caoxingmi... |
[
{
"context": "###*\n * # mcore weui\n * @author vfasky <vfasky@gmail.com>\n###\n\n'use strict'\n\n#加载样式\nrequi",
"end": 38,
"score": 0.9995360374450684,
"start": 32,
"tag": "USERNAME",
"value": "vfasky"
},
{
"context": "###*\n * # mcore weui\n * @author vfasky <vfasky@gmail.com>\n###... | src/coffee/index.coffee | vfasky/mcore-weui | 0 | ###*
* # mcore weui
* @author vfasky <vfasky@gmail.com>
###
'use strict'
#加载样式
require '../style/weui.less'
mcore = require 'mcore'
#加载表单验证扩展
require('../../node_modules/mcoreapp/ext/binder/validator') mcore
module.exports =
Cells: require './cells'
CellsRadio: require './cellsRadio'
CellsCheckbox: r... | 149993 | ###*
* # mcore weui
* @author vfasky <<EMAIL>>
###
'use strict'
#加载样式
require '../style/weui.less'
mcore = require 'mcore'
#加载表单验证扩展
require('../../node_modules/mcoreapp/ext/binder/validator') mcore
module.exports =
Cells: require './cells'
CellsRadio: require './cellsRadio'
CellsCheckbox: require '.... | true | ###*
* # mcore weui
* @author vfasky <PI:EMAIL:<EMAIL>END_PI>
###
'use strict'
#加载样式
require '../style/weui.less'
mcore = require 'mcore'
#加载表单验证扩展
require('../../node_modules/mcoreapp/ext/binder/validator') mcore
module.exports =
Cells: require './cells'
CellsRadio: require './cellsRadio'
CellsCheck... |
[
{
"context": "Tasks 'hello', 'pkg', 't5'\n\ngreeting ->\n name = 'world'\n\n###\npkg ->\n description = 'abc'\n\ntask copy(typ",
"end": 185,
"score": 0.941999077796936,
"start": 180,
"tag": "NAME",
"value": "world"
}
] | test/fixtures/script2.coffee | venkatperi/jsgradle | 0 | description = 'test project'
version = '0.2.0'
apply plugin : 'greeting'
#apply plugin : 'package'
defaultTasks 'hello'
#defaultTasks 'hello', 'pkg', 't5'
greeting ->
name = 'world'
###
pkg ->
description = 'abc'
task copy(type : Copy), ( t, p )->
println "configuring task: #{t.name}, type: #{t.type}, path: ... | 21591 | description = 'test project'
version = '0.2.0'
apply plugin : 'greeting'
#apply plugin : 'package'
defaultTasks 'hello'
#defaultTasks 'hello', 'pkg', 't5'
greeting ->
name = '<NAME>'
###
pkg ->
description = 'abc'
task copy(type : Copy), ( t, p )->
println "configuring task: #{t.name}, type: #{t.type}, path:... | true | description = 'test project'
version = '0.2.0'
apply plugin : 'greeting'
#apply plugin : 'package'
defaultTasks 'hello'
#defaultTasks 'hello', 'pkg', 't5'
greeting ->
name = 'PI:NAME:<NAME>END_PI'
###
pkg ->
description = 'abc'
task copy(type : Copy), ( t, p )->
println "configuring task: #{t.name}, type: #{... |
[
{
"context": "lo - a rich text editing jQuery UI widget\n(c) 2011 Henri Bergius, IKS Consortium\nHallo may be freely distributed u",
"end": 154,
"score": 0.9998573064804077,
"start": 141,
"tag": "NAME",
"value": "Henri Bergius"
}
] | src/client/hallo/hallo/hallo.coffee | HansPinckaers/ShareJS-editor | 4 | Utf16Util = require('./utils/string').Utf16Util
DomUtils = require('./utils/dom')
###
Hallo - a rich text editing jQuery UI widget
(c) 2011 Henri Bergius, IKS Consortium
Hallo may be freely distributed under the MIT license
###
((jQuery) ->
# Hallo provides a jQuery UI widget `hallo`. Usage:
#
# jQuery... | 187245 | Utf16Util = require('./utils/string').Utf16Util
DomUtils = require('./utils/dom')
###
Hallo - a rich text editing jQuery UI widget
(c) 2011 <NAME>, IKS Consortium
Hallo may be freely distributed under the MIT license
###
((jQuery) ->
# Hallo provides a jQuery UI widget `hallo`. Usage:
#
# jQuery('p').h... | true | Utf16Util = require('./utils/string').Utf16Util
DomUtils = require('./utils/dom')
###
Hallo - a rich text editing jQuery UI widget
(c) 2011 PI:NAME:<NAME>END_PI, IKS Consortium
Hallo may be freely distributed under the MIT license
###
((jQuery) ->
# Hallo provides a jQuery UI widget `hallo`. Usage:
#
# ... |
[
{
"context": "# Helper of BanaJs\n# author: dreampuf(soddyque@gmail.com)\n\n\n\nconfig = module.exports =\n",
"end": 37,
"score": 0.9996565580368042,
"start": 29,
"tag": "USERNAME",
"value": "dreampuf"
},
{
"context": "# Helper of BanaJs\n# author: dreampuf(soddyque@gmail.com)\n\n\n\... | config.coffee | dreampuf/banajs | 3 | # Helper of BanaJs
# author: dreampuf(soddyque@gmail.com)
config = module.exports =
domain: "http://huangx.in/"
title: "BanaJS"
dsc: "Here your are"
author: "Dreampuf"
gplus_url: "https://plus.google.com/109999639752347046237/about"
upfile_dir: "public/upfile"
session_key: "banajs"
session_secret: ... | 188996 | # Helper of BanaJs
# author: dreampuf(<EMAIL>)
config = module.exports =
domain: "http://huangx.in/"
title: "BanaJS"
dsc: "Here your are"
author: "Dreampuf"
gplus_url: "https://plus.google.com/109999639752347046237/about"
upfile_dir: "public/upfile"
session_key: "<KEY>"
session_secret: "<KEY>"
di... | true | # Helper of BanaJs
# author: dreampuf(PI:EMAIL:<EMAIL>END_PI)
config = module.exports =
domain: "http://huangx.in/"
title: "BanaJS"
dsc: "Here your are"
author: "Dreampuf"
gplus_url: "https://plus.google.com/109999639752347046237/about"
upfile_dir: "public/upfile"
session_key: "PI:KEY:<KEY>END_PI"
... |
[
{
"context": "ation = param.duration || 0.3\n id = param.id || @uniqueID\n toparam = param.param || {}\n finished = pa",
"end": 4092,
"score": 0.9959532618522644,
"start": 4083,
"tag": "USERNAME",
"value": "@uniqueID"
},
{
"context": "(event)\n , capture, {passive: true... | lib/src/view/plustick.coffee | digitarhythm/plustick | 0 | #=============================================================================
# nop
#=============================================================================
nop = ->
#=============================================================================
# text formatter
#=================================================... | 39838 | #=============================================================================
# nop
#=============================================================================
nop = ->
#=============================================================================
# text formatter
#=================================================... | true | #=============================================================================
# nop
#=============================================================================
nop = ->
#=============================================================================
# text formatter
#=================================================... |
[
{
"context": "\n data:\n name: \"aewens\"\n text: \"he does things\"\n ",
"end": 286,
"score": 0.998602569103241,
"start": 280,
"tag": "NAME",
"value": "aewens"
}
] | public/javascripts/modules/help/ref2.coffee | aewens/playground | 0 | define [
"corejs"
], (Core) ->
Core.register "ref2", (sandbox) ->
init: ->
console.log "Hello, world!"
@talk()
talk: ->
sandbox.notify
type: "new-message"
data:
name: "aewens"
text: "he do... | 206156 | define [
"corejs"
], (Core) ->
Core.register "ref2", (sandbox) ->
init: ->
console.log "Hello, world!"
@talk()
talk: ->
sandbox.notify
type: "new-message"
data:
name: "<NAME>"
text: "he do... | true | define [
"corejs"
], (Core) ->
Core.register "ref2", (sandbox) ->
init: ->
console.log "Hello, world!"
@talk()
talk: ->
sandbox.notify
type: "new-message"
data:
name: "PI:NAME:<NAME>END_PI"
... |
[
{
"context": "###\n * prefiks\n * https://github.com/Leny/prefiks\n *\n * Copyright (c) 2014 Leny\n * Licensed",
"end": 41,
"score": 0.9996000528335571,
"start": 37,
"tag": "USERNAME",
"value": "Leny"
},
{
"context": "//github.com/Leny/prefiks\n *\n * Copyright (c) 2014 Leny\n * Lice... | node_modules/prefiks/src/prefiks.coffee | JavaGreenHands/javagreenhands.github.io | 3 | ###
* prefiks
* https://github.com/Leny/prefiks
*
* Copyright (c) 2014 Leny
* Licensed under the MIT license.
###
"use strict"
oCaniuseData = require "caniuse-db/data.json"
semver = require "semver"
lodash = require "lodash"
oAgents = oCaniuseData.agents
fPrefixSort = ( sPrefix ) -> sPrefix.length
_getBrowser... | 4193 | ###
* prefiks
* https://github.com/Leny/prefiks
*
* Copyright (c) 2014 <NAME>
* Licensed under the MIT license.
###
"use strict"
oCaniuseData = require "caniuse-db/data.json"
semver = require "semver"
lodash = require "lodash"
oAgents = oCaniuseData.agents
fPrefixSort = ( sPrefix ) -> sPrefix.length
_getBrows... | true | ###
* prefiks
* https://github.com/Leny/prefiks
*
* Copyright (c) 2014 PI:NAME:<NAME>END_PI
* Licensed under the MIT license.
###
"use strict"
oCaniuseData = require "caniuse-db/data.json"
semver = require "semver"
lodash = require "lodash"
oAgents = oCaniuseData.agents
fPrefixSort = ( sPrefix ) -> sPrefix.len... |
[
{
"context": " (username, password) ->\n credentials = \"#{username}:#{password}\"\n basicCredentials = new Buff",
"end": 978,
"score": 0.5190151929855347,
"start": 970,
"tag": "PASSWORD",
"value": "username"
}
] | main.coffee | aenario/request-json | 0 | request = require "request"
fs = require "fs"
url = require "url"
# Parse body assuming the body is a json object. Send an error if the body
# can't be parsed.
parseBody = (error, response, body, callback) ->
if typeof body is "string" and body isnt ""
try
parsed = JSON.parse body
cat... | 83251 | request = require "request"
fs = require "fs"
url = require "url"
# Parse body assuming the body is a json object. Send an error if the body
# can't be parsed.
parseBody = (error, response, body, callback) ->
if typeof body is "string" and body isnt ""
try
parsed = JSON.parse body
cat... | true | request = require "request"
fs = require "fs"
url = require "url"
# Parse body assuming the body is a json object. Send an error if the body
# can't be parsed.
parseBody = (error, response, body, callback) ->
if typeof body is "string" and body isnt ""
try
parsed = JSON.parse body
cat... |
[
{
"context": "l target='id' [offset='value']></element>\n@author: Arnaud BRETON (arnaud@videonot.es)\nInspired by http://www.itnew",
"end": 172,
"score": 0.9998934864997864,
"start": 159,
"tag": "NAME",
"value": "Arnaud BRETON"
},
{
"context": "ffset='value']></element>\n@author: Arn... | app/scripts/angular-smooth-scroll.coffee | fixate/angular-smoothscroll | 0 | 'use strict'
###
A simple AngularJS directive to render a smooth scroll effect
Usage: <element smooth-scroll target='id' [offset='value']></element>
@author: Arnaud BRETON (arnaud@videonot.es)
Inspired by http://www.itnewb.com/tutorial/Create-the-Smooth-Scroll-Effect-with-JavaScript
###
angular.module('angularSmoothsc... | 139892 | 'use strict'
###
A simple AngularJS directive to render a smooth scroll effect
Usage: <element smooth-scroll target='id' [offset='value']></element>
@author: <NAME> (<EMAIL>)
Inspired by http://www.itnewb.com/tutorial/Create-the-Smooth-Scroll-Effect-with-JavaScript
###
angular.module('angularSmoothscroll', [])
.dire... | true | 'use strict'
###
A simple AngularJS directive to render a smooth scroll effect
Usage: <element smooth-scroll target='id' [offset='value']></element>
@author: PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
Inspired by http://www.itnewb.com/tutorial/Create-the-Smooth-Scroll-Effect-with-JavaScript
###
angular.module('angu... |
[
{
"context": "arkers\n startMarkerContext =\n title: 'Collins Barracks Dublin'\n description: 'The start point of the Jai",
"end": 2187,
"score": 0.9997279047966003,
"start": 2164,
"tag": "NAME",
"value": "Collins Barracks Dublin"
}
] | static/src/scripts/app/views/TeamsMapView.coffee | Specialkbyte/single-page-static-test | 0 | define [
'underscore'
'jade.templates'
'moment'
'humanize'
], (_, jade, moment) ->
class TeamsMapView extends Backbone.View
#
# WARNING: Potential Race Conditions
#
# The renderStartFinish and renderTeamMarkers functions need
# to be called after the googleMapsLoaded function. renderStart... | 152643 | define [
'underscore'
'jade.templates'
'moment'
'humanize'
], (_, jade, moment) ->
class TeamsMapView extends Backbone.View
#
# WARNING: Potential Race Conditions
#
# The renderStartFinish and renderTeamMarkers functions need
# to be called after the googleMapsLoaded function. renderStart... | true | define [
'underscore'
'jade.templates'
'moment'
'humanize'
], (_, jade, moment) ->
class TeamsMapView extends Backbone.View
#
# WARNING: Potential Race Conditions
#
# The renderStartFinish and renderTeamMarkers functions need
# to be called after the googleMapsLoaded function. renderStart... |
[
{
"context": "nd Observations'\n data:\n author:\n name: 'Author'\n editor: 'author'\n source: 'Rob Davis'",
"end": 1210,
"score": 0.9909124374389648,
"start": 1204,
"tag": "NAME",
"value": "Author"
},
{
"context": ":\n author:\n name: 'Author'\n edito... | examples/report.coffee | odojs/odoql | 2 | console.log "OdoQL - #{new Date().toString()}"
curve = (x) ->
return 2 * x * x if x < 0.5
1 - 2 * (x - 1) * (x - 1)
console.log curve 0
console.log curve 0.25
console.log curve 0.5
console.log curve 0.75
console.log curve 1
## TODO
# join timeseries (two arrays with [time] field)
# obs nudge (two arrays with [ti... | 150642 | console.log "OdoQL - #{new Date().toString()}"
curve = (x) ->
return 2 * x * x if x < 0.5
1 - 2 * (x - 1) * (x - 1)
console.log curve 0
console.log curve 0.25
console.log curve 0.5
console.log curve 0.75
console.log curve 1
## TODO
# join timeseries (two arrays with [time] field)
# obs nudge (two arrays with [ti... | true | console.log "OdoQL - #{new Date().toString()}"
curve = (x) ->
return 2 * x * x if x < 0.5
1 - 2 * (x - 1) * (x - 1)
console.log curve 0
console.log curve 0.25
console.log curve 0.5
console.log curve 0.75
console.log curve 1
## TODO
# join timeseries (two arrays with [time] field)
# obs nudge (two arrays with [ti... |
[
{
"context": "\n\nbaseConfig =\n development:\n panoptesAppId: 'ece9df210cfddac64fb9fc6a0ed87f277bd2d5cbfcb0fb11545f62ca6f229add'\n staging:\n panoptesAppId: 'ece9df210cfddac64",
"end": 1141,
"score": 0.9993408918380737,
"start": 1077,
"tag": "KEY",
"value": "ece9df210cfddac64fb9fc6a... | app/api/config.coffee | zooniverse/wildcam-gorongosa | 7 |
# Configuration Settings
# ----------------------
# The config settings change depending on which environment the app is running in.
# By default, this is the development environment, but this can be changed either by:
# * An env query string, e.g. localhost:3998?env=production
# (This changes the Panoptes JS Client... | 73251 |
# Configuration Settings
# ----------------------
# The config settings change depending on which environment the app is running in.
# By default, this is the development environment, but this can be changed either by:
# * An env query string, e.g. localhost:3998?env=production
# (This changes the Panoptes JS Client... | true |
# Configuration Settings
# ----------------------
# The config settings change depending on which environment the app is running in.
# By default, this is the development environment, but this can be changed either by:
# * An env query string, e.g. localhost:3998?env=production
# (This changes the Panoptes JS Client... |
[
{
"context": "s\" : {\n \"def\" : [ {\n \"name\" : \"Patient\",\n \"context\" : \"Patient\",\n ",
"end": 2594,
"score": 0.9974384307861328,
"start": 2587,
"tag": "NAME",
"value": "Patient"
},
{
"context": " }\n }, {\n ... | Src/coffeescript/cql-execution/test/elm/library/data.coffee | esteban-aliverti/clinical_quality_language | 0 | ###
WARNING: This is a GENERATED file. Do not manually edit!
To generate this file:
- Edit data.coffee to add a CQL Snippet
- From java dir: ./gradlew :cql-to-elm:generateTestData
###
### In Age Demographic
library TestSnippet version '1'
using QUICK
parameter MeasurementPeriod default interval[D... | 165595 | ###
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
###
### In Age Demographic
library TestSnippet version '1'
using QUICK
parameter MeasurementPeriod default interval[D... | 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
###
### In Age Demographic
library TestSnippet version '1'
using QUICK
parameter MeasurementPeriod default interval[D... |
[
{
"context": "rocess.env.ROCKETCHAT_USER\n rocketchat_password = process.env.ROCKETCHAT_PASSWORD\n\n if rocketchat_url && ! rocketchat",
"end": 3795,
"score": 0.827258288860321,
"start": 3777,
"tag": "PASSWORD",
"value": "process.env.ROCKET"
},
{
"context": "ER\n rocketchat_passwo... | src/grafana.coffee | mfilotto/hubot-grafana | 0 | # Description:
# Query Grafana dashboards
#
# Examples:
# - `hubot graf db graphite-carbon-metrics` - Get all panels in the dashboard
# - `hubot graf db graphite-carbon-metrics:3` - Get only the third panel, from left to right, of a particular dashboard
# - `hubot graf db graphite-carbon-metrics:3 width=1000`... | 31928 | # Description:
# Query Grafana dashboards
#
# Examples:
# - `hubot graf db graphite-carbon-metrics` - Get all panels in the dashboard
# - `hubot graf db graphite-carbon-metrics:3` - Get only the third panel, from left to right, of a particular dashboard
# - `hubot graf db graphite-carbon-metrics:3 width=1000`... | true | # Description:
# Query Grafana dashboards
#
# Examples:
# - `hubot graf db graphite-carbon-metrics` - Get all panels in the dashboard
# - `hubot graf db graphite-carbon-metrics:3` - Get only the third panel, from left to right, of a particular dashboard
# - `hubot graf db graphite-carbon-metrics:3 width=1000`... |
[
{
"context": "###!\nCopyright (c) 2002-2013 \"Neo Technology,\"\nNetwork Engine for Objects in Lund AB [http://n",
"end": 44,
"score": 0.5622284412384033,
"start": 34,
"tag": "NAME",
"value": "Technology"
}
] | data/coffeescript/f4d0a05d75a8bac2cc4779bdb27ceacc_settings.coffee | maxim5/code-inspector | 5 | ###!
Copyright (c) 2002-2013 "Neo Technology,"
Network Engine for Objects in Lund AB [http://neotechnology.com]
This file is part of Neo4j.
Neo4j is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 ... | 6762 | ###!
Copyright (c) 2002-2013 "Neo <NAME>,"
Network Engine for Objects in Lund AB [http://neotechnology.com]
This file is part of Neo4j.
Neo4j is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of t... | true | ###!
Copyright (c) 2002-2013 "Neo PI:NAME:<NAME>END_PI,"
Network Engine for Objects in Lund AB [http://neotechnology.com]
This file is part of Neo4j.
Neo4j is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either ... |
[
{
"context": "/22000)/(10*Math.log(2))\n @cutoff_keymod = (c-.5)*@inputs.filter.follow\n @cutoff_base = @inputs",
"end": 3519,
"score": 0.6418808102607727,
"start": 3518,
"tag": "KEY",
"value": "5"
}
] | static/js/sound/audioengine/voice.coffee | HomineLudens/microstudio | 511 | class Voice
@oscillators = [SawOscillator,SquareOscillator,SineOscillator,VoiceOscillator,StringOscillator]
constructor:(@engine)->
@osc1 = new SineOscillator @
@osc2 = new SineOscillator @
@noise = new Noise @
@lfo1 = new LFO @
@lfo2 = new LFO @
@filter = new Filter @
@env1 = new AmpEn... | 99521 | class Voice
@oscillators = [SawOscillator,SquareOscillator,SineOscillator,VoiceOscillator,StringOscillator]
constructor:(@engine)->
@osc1 = new SineOscillator @
@osc2 = new SineOscillator @
@noise = new Noise @
@lfo1 = new LFO @
@lfo2 = new LFO @
@filter = new Filter @
@env1 = new AmpEn... | true | class Voice
@oscillators = [SawOscillator,SquareOscillator,SineOscillator,VoiceOscillator,StringOscillator]
constructor:(@engine)->
@osc1 = new SineOscillator @
@osc2 = new SineOscillator @
@noise = new Noise @
@lfo1 = new LFO @
@lfo2 = new LFO @
@filter = new Filter @
@env1 = new AmpEn... |
[
{
"context": "nect(config.mailguy)\n#\nclass BaseMailer\n\n from: '席地 <notification@mail.jianliao.com>'\n\n delay: 0\n\n ",
"end": 284,
"score": 0.9994418025016785,
"start": 282,
"tag": "NAME",
"value": "席地"
},
{
"context": "(config.mailguy)\n#\nclass BaseMailer\n\n from: '席地 <no... | talk-account/server/mailers/base.coffee | jianwo/jianwo | 0 | path = require 'path'
fs = require 'fs'
Promise = require 'bluebird'
juice = require 'juice'
ejs = require 'ejs'
config = require 'config'
logger = require 'graceful-logger'
#
# mailguy = require('axon').socket('push')
# mailguy.connect(config.mailguy)
#
class BaseMailer
from: '席地 <notification@mail.jianliao.com>'
... | 130606 | path = require 'path'
fs = require 'fs'
Promise = require 'bluebird'
juice = require 'juice'
ejs = require 'ejs'
config = require 'config'
logger = require 'graceful-logger'
#
# mailguy = require('axon').socket('push')
# mailguy.connect(config.mailguy)
#
class BaseMailer
from: '<NAME> <<EMAIL>>'
delay: 0
actio... | true | path = require 'path'
fs = require 'fs'
Promise = require 'bluebird'
juice = require 'juice'
ejs = require 'ejs'
config = require 'config'
logger = require 'graceful-logger'
#
# mailguy = require('axon').socket('push')
# mailguy.connect(config.mailguy)
#
class BaseMailer
from: 'PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>... |
[
{
"context": " actual_hit.rel_freq\n name: name\n countryCode: countryCode\n",
"end": 6658,
"score": 0.9518305063247681,
"start": 6654,
"tag": "NAME",
"value": "name"
}
] | app/scripts/services.coffee | Keeleressursid/korp-frontend | 1 | korpApp = angular.module("korpApp")
korpApp.factory "utils", ($location) ->
valfilter : (attrobj) ->
return if attrobj.isStructAttr then "_." + attrobj.value else attrobj.value
setupHash : (scope, config) ->
onWatch = () ->
for obj in config
val = $location.search()... | 196258 | korpApp = angular.module("korpApp")
korpApp.factory "utils", ($location) ->
valfilter : (attrobj) ->
return if attrobj.isStructAttr then "_." + attrobj.value else attrobj.value
setupHash : (scope, config) ->
onWatch = () ->
for obj in config
val = $location.search()... | true | korpApp = angular.module("korpApp")
korpApp.factory "utils", ($location) ->
valfilter : (attrobj) ->
return if attrobj.isStructAttr then "_." + attrobj.value else attrobj.value
setupHash : (scope, config) ->
onWatch = () ->
for obj in config
val = $location.search()... |
[
{
"context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission",
"end": 18,
"score": 0.9993674159049988,
"start": 12,
"tag": "NAME",
"value": "Joyent"
}
] | test/simple/test-fs-write-file.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... | 51793 | # 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": " access from within the required modules\n key = \"__AV__#{Date.now()}\"\n Module::[key] = AV\n \n # temporarily ove",
"end": 375,
"score": 0.9991794228553772,
"start": 354,
"tag": "KEY",
"value": "\"__AV__#{Date.now()}\""
}
] | node.coffee | juanvallejo/aurora.js | 1 | #import "src/aurora.coffee"
#import "src/sources/node/http.coffee"
#import "src/sources/node/file.coffee"
#import "src/devices/node-speaker.coffee"
AV.isNode = true
AV.require = (modules...) ->
Module = require 'module'
# create a temporary reference to the AV namespace
# that we can access from with... | 25909 | #import "src/aurora.coffee"
#import "src/sources/node/http.coffee"
#import "src/sources/node/file.coffee"
#import "src/devices/node-speaker.coffee"
AV.isNode = true
AV.require = (modules...) ->
Module = require 'module'
# create a temporary reference to the AV namespace
# that we can access from with... | true | #import "src/aurora.coffee"
#import "src/sources/node/http.coffee"
#import "src/sources/node/file.coffee"
#import "src/devices/node-speaker.coffee"
AV.isNode = true
AV.require = (modules...) ->
Module = require 'module'
# create a temporary reference to the AV namespace
# that we can access from with... |
[
{
"context": "###\nHTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-polyfill\n###",
"end": 42,
"score": 0.9999046921730042,
"start": 28,
"tag": "NAME",
"value": "Jonathan Stipe"
},
{
"context": "er polyfill | Jonathan Stipe | https://github.com/jonstipe/num... | src/number-polyfill.coffee | jonstipe/number-polyfill | 80 | ###
HTML5 Number polyfill | Jonathan Stipe | https://github.com/jonstipe/number-polyfill
###
(($) ->
i = document.createElement "input"
i.setAttribute "type", "number"
if i.type == "text"
$.fn.inputNumber = ->
$(this).filter ->
$this = $(this)
return $this.is('input[type="number"]') and ... | 57755 | ###
HTML5 Number polyfill | <NAME> | https://github.com/jonstipe/number-polyfill
###
(($) ->
i = document.createElement "input"
i.setAttribute "type", "number"
if i.type == "text"
$.fn.inputNumber = ->
$(this).filter ->
$this = $(this)
return $this.is('input[type="number"]') and not (
... | true | ###
HTML5 Number polyfill | PI:NAME:<NAME>END_PI | https://github.com/jonstipe/number-polyfill
###
(($) ->
i = document.createElement "input"
i.setAttribute "type", "number"
if i.type == "text"
$.fn.inputNumber = ->
$(this).filter ->
$this = $(this)
return $this.is('input[type="number"]'... |
[
{
"context": "Pages\"\n \"posts\": \"Publicações\"\n \"authors\": \"Autores\"\n \"search\": \"Pesquisa\"\n \"bookmarks\": \"Favor",
"end": 459,
"score": 0.9997407793998718,
"start": 452,
"tag": "NAME",
"value": "Autores"
},
{
"context": "hared\": \"Compartilhado!\"\n\"aut... | lib/translations/br.cson | robertDpi/mangiabene | 0 | "pullToRefresh": "Empurre para atualizar!"
"retry": "Reconectar"
"back": "Voltar"
"error": "Aconteceu algo errado, por favor tente novamnete mais tarde."
"attemptToConnect": "Esperando conexão tentativa: {{attempt}} de {{attemptMax}}."
"yes": "Sim"
"no" : "Não"
"emptyList" : "Não há nada aqui!"
"enabled": "Habilitado"
... | 97349 | "pullToRefresh": "Empurre para atualizar!"
"retry": "Reconectar"
"back": "Voltar"
"error": "Aconteceu algo errado, por favor tente novamnete mais tarde."
"attemptToConnect": "Esperando conexão tentativa: {{attempt}} de {{attemptMax}}."
"yes": "Sim"
"no" : "Não"
"emptyList" : "Não há nada aqui!"
"enabled": "Habilitado"
... | true | "pullToRefresh": "Empurre para atualizar!"
"retry": "Reconectar"
"back": "Voltar"
"error": "Aconteceu algo errado, por favor tente novamnete mais tarde."
"attemptToConnect": "Esperando conexão tentativa: {{attempt}} de {{attemptMax}}."
"yes": "Sim"
"no" : "Não"
"emptyList" : "Não há nada aqui!"
"enabled": "Habilitado"
... |
[
{
"context": "mentation/widget/#configuration\n publicKey: 'aa8af20dfd52aaf02a89'\n crop: 'free'\n tabs: 'all'\n }\n\n # on",
"end": 435,
"score": 0.9994145035743713,
"start": 415,
"tag": "KEY",
"value": "aa8af20dfd52aaf02a89"
}
] | app/assets/javascripts/annex/cms.js.coffee | unicorn/annex | 1 | ready = ->
redactor_options = {
focus: true
buttonSource: true
plugins: [
'fontsize'
'fontcolor'
'table'
'video'
'uploadcare'
'save'
]
formatting: ['p', 'blockquote', 'pre', 'code', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
toolbarExternal: '#cms-tools'
upload... | 46230 | ready = ->
redactor_options = {
focus: true
buttonSource: true
plugins: [
'fontsize'
'fontcolor'
'table'
'video'
'uploadcare'
'save'
]
formatting: ['p', 'blockquote', 'pre', 'code', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
toolbarExternal: '#cms-tools'
upload... | true | ready = ->
redactor_options = {
focus: true
buttonSource: true
plugins: [
'fontsize'
'fontcolor'
'table'
'video'
'uploadcare'
'save'
]
formatting: ['p', 'blockquote', 'pre', 'code', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6']
toolbarExternal: '#cms-tools'
upload... |
[
{
"context": "# Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public Li",
"end": 43,
"score": 0.9999133348464966,
"start": 29,
"tag": "EMAIL",
"value": "contact@ppy.sh"
}
] | resources/assets/coffee/_classes/stacked-bar-chart.coffee | osu-katakuna/osu-katakuna-web | 5 | # Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
# See the LICENCE file in the repository root for full licence text.
class @StackedBarChart
constructor: (area, @options = {}) ->
@margins =
top: 0
right: 0
bottom: 0
left: 0
@opt... | 55805 | # Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the GNU Affero General Public License v3.0.
# See the LICENCE file in the repository root for full licence text.
class @StackedBarChart
constructor: (area, @options = {}) ->
@margins =
top: 0
right: 0
bottom: 0
left: 0
@options.sc... | true | # Copyright (c) ppy Pty Ltd <PI:EMAIL:<EMAIL>END_PI>. Licensed under the GNU Affero General Public License v3.0.
# See the LICENCE file in the repository root for full licence text.
class @StackedBarChart
constructor: (area, @options = {}) ->
@margins =
top: 0
right: 0
bottom: 0
left: 0
... |
[
{
"context": "###\n# Author: iTonyYo <ceo@holaever.com> (https://github.com/iTonyYo)\n#",
"end": 21,
"score": 0.9981122016906738,
"start": 14,
"tag": "USERNAME",
"value": "iTonyYo"
},
{
"context": "###\n# Author: iTonyYo <ceo@holaever.com> (https://github.com/iTonyYo)\n# Last Update ... | node_modules/node-find-folder/gulp/default.coffee | long-grass/mikey | 0 | ###
# Author: iTonyYo <ceo@holaever.com> (https://github.com/iTonyYo)
# Last Update (author): iTonyYo <ceo@holaever.com> (https://github.com/iTonyYo)
###
'use strict'
cfg = require '../config.json'
gulp = require 'gulp'
run_sequence = require 'run-sequence'
clp = require './clp.coffee'
gulp... | 1128 | ###
# Author: iTonyYo <<EMAIL>> (https://github.com/iTonyYo)
# Last Update (author): iTonyYo <<EMAIL>> (https://github.com/iTonyYo)
###
'use strict'
cfg = require '../config.json'
gulp = require 'gulp'
run_sequence = require 'run-sequence'
clp = require './clp.coffee'
gulp.task 'default', (... | true | ###
# Author: iTonyYo <PI:EMAIL:<EMAIL>END_PI> (https://github.com/iTonyYo)
# Last Update (author): iTonyYo <PI:EMAIL:<EMAIL>END_PI> (https://github.com/iTonyYo)
###
'use strict'
cfg = require '../config.json'
gulp = require 'gulp'
run_sequence = require 'run-sequence'
clp = require './clp.c... |
[
{
"context": "#!/usr/bin/env coffee\n\n# Copyright 2010-2012 Stanislav Senotrusov <stan@senotrusov.com>\n#\n# Licensed under the Apa",
"end": 66,
"score": 0.9998846054077148,
"start": 46,
"tag": "NAME",
"value": "Stanislav Senotrusov"
},
{
"context": "fee\n\n# Copyright 2010-2012 ... | app.coffee | senotrusov/january | 0 | #!/usr/bin/env coffee
# Copyright 2010-2012 Stanislav Senotrusov <stan@senotrusov.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0... | 93164 | #!/usr/bin/env coffee
# Copyright 2010-2012 <NAME> <<EMAIL>>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by a... | true | #!/usr/bin/env coffee
# Copyright 2010-2012 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-... |
[
{
"context": "\"list\": [1, 2, 3],\n# \"person\": {\n# \"name\": \"Alexander Schilling\",\n# \"job\": \"Developer\"\n# },\n# \"complex\": ",
"end": 529,
"score": 0.9998010396957397,
"start": 510,
"tag": "NAME",
"value": "Alexander Schilling"
},
{
"context": "eveloper\"\... | src/type/json.coffee | alinex/node-formatter | 0 | ####
# JSON
# =========================================================
#
# This format uses the javascript object notation a human readable structure. It
# is widely used in different languages not only JavaScript. See description at
# [Wikipedia](http://en.wikipedia.org/wiki/Json).
#
# Common file extension `json`.
#... | 176840 | ####
# JSON
# =========================================================
#
# This format uses the javascript object notation a human readable structure. It
# is widely used in different languages not only JavaScript. See description at
# [Wikipedia](http://en.wikipedia.org/wiki/Json).
#
# Common file extension `json`.
#... | true | ####
# JSON
# =========================================================
#
# This format uses the javascript object notation a human readable structure. It
# is widely used in different languages not only JavaScript. See description at
# [Wikipedia](http://en.wikipedia.org/wiki/Json).
#
# Common file extension `json`.
#... |
[
{
"context": "# Copyright Joyent, Inc. and other Node contributors.\n#\n# Permission",
"end": 18,
"score": 0.9975364208221436,
"start": 12,
"tag": "NAME",
"value": "Joyent"
},
{
"context": "ey.xterm.metaf\n }\n {\n cursor: 12\n key: key.xterm.metab\n }\n {\n cursor: 11\n... | test/disabled/test-readline.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... | 166062 | # 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": ".Batch)\n for j in [0...batchSize]\n key = \"row#{i}\"\n value = JSON.stringify\n index: i\n ",
"end": 632,
"score": 0.9970424771308899,
"start": 624,
"tag": "KEY",
"value": "row#{i}\""
},
{
"context": " = JSON.stringify\n index: i\n ... | demo/million-batch.coffee | kyledrake/node-leveldb | 1 | assert = require 'assert'
leveldb = require '../lib'
console.log 'Creating test database'
path = '/tmp/large.db'
batchSize = 100
totalSize = 1000000
leveldb.open path, create_if_missing: true, (err, db) ->
assert.ifError err
console.log 'Serializing and inserting 1,000,000 rows...'
start = Date.now();
i = 0... | 37234 | assert = require 'assert'
leveldb = require '../lib'
console.log 'Creating test database'
path = '/tmp/large.db'
batchSize = 100
totalSize = 1000000
leveldb.open path, create_if_missing: true, (err, db) ->
assert.ifError err
console.log 'Serializing and inserting 1,000,000 rows...'
start = Date.now();
i = 0... | true | assert = require 'assert'
leveldb = require '../lib'
console.log 'Creating test database'
path = '/tmp/large.db'
batchSize = 100
totalSize = 1000000
leveldb.open path, create_if_missing: true, (err, db) ->
assert.ifError err
console.log 'Serializing and inserting 1,000,000 rows...'
start = Date.now();
i = 0... |
[
{
"context": "sor\n\n ContactName\n key: contact.get('_id')\n contact: contact\n _teamId: @prop",
"end": 2500,
"score": 0.8884361386299133,
"start": 2498,
"tag": "KEY",
"value": "id"
}
] | talk-web/client/app/search-suggest.coffee | ikingye/talk-os | 3,084 | cx = require 'classnames'
React = require 'react'
Immutable = require 'immutable'
PureRenderMixin = require 'react-addons-pure-render-mixin'
lang = require '../locales/lang'
colors = require '../util/colors'
dom = require '../util/dom'
Icon = React.createFactory require '../module/icon'
TopicName = React.createFacto... | 56395 | cx = require 'classnames'
React = require 'react'
Immutable = require 'immutable'
PureRenderMixin = require 'react-addons-pure-render-mixin'
lang = require '../locales/lang'
colors = require '../util/colors'
dom = require '../util/dom'
Icon = React.createFactory require '../module/icon'
TopicName = React.createFacto... | true | cx = require 'classnames'
React = require 'react'
Immutable = require 'immutable'
PureRenderMixin = require 'react-addons-pure-render-mixin'
lang = require '../locales/lang'
colors = require '../util/colors'
dom = require '../util/dom'
Icon = React.createFactory require '../module/icon'
TopicName = React.createFacto... |
[
{
"context": " Flow-Based Programming for Node.js\n# (c) 2011 Henri Bergius, Nemein\n# NoFlo may be freely distributed und",
"end": 77,
"score": 0.9998431205749512,
"start": 64,
"tag": "NAME",
"value": "Henri Bergius"
},
{
"context": "gramming for Node.js\n# (c) 2011 Henr... | src/lib/InternalSocket.coffee | rybesh/noflo | 0 | # NoFlo - Flow-Based Programming for Node.js
# (c) 2011 Henri Bergius, Nemein
# NoFlo may be freely distributed under the MIT license
events = require "events"
# # Internal Sockets
#
# The default communications mechanism between NoFlo processes is
# an _internal socket_, which is responsible for accepting... | 146452 | # NoFlo - Flow-Based Programming for Node.js
# (c) 2011 <NAME>, <NAME>
# NoFlo may be freely distributed under the MIT license
events = require "events"
# # Internal Sockets
#
# The default communications mechanism between NoFlo processes is
# an _internal socket_, which is responsible for accepting inform... | true | # NoFlo - Flow-Based Programming for Node.js
# (c) 2011 PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI
# NoFlo may be freely distributed under the MIT license
events = require "events"
# # Internal Sockets
#
# The default communications mechanism between NoFlo processes is
# an _internal socket_, which is resp... |
[
{
"context": "# @author mikael emtinger / http://gomo.se/\n# @author alteredq / http://alt",
"end": 25,
"score": 0.9998604655265808,
"start": 10,
"tag": "NAME",
"value": "mikael emtinger"
},
{
"context": "author mikael emtinger / http://gomo.se/\n# @author alteredq / http://alteredqu... | source/javascripts/new_src/core/quaternion.coffee | andrew-aladev/three.js | 0 | # @author mikael emtinger / http://gomo.se/
# @author alteredq / http://alteredqualia.com/
class Quaternion
constructor: (x, y, z, w) ->
@x = x or 0
@y = y or 0
@z = z or 0
@w = (if (w isnt undefined) then w else 1)
set: (x, y, z, w) ->
@x = x
@y = y
@z = z
@w = w
this
copy:... | 59971 | # @author <NAME> / http://gomo.se/
# @author alteredq / http://alteredqualia.com/
class Quaternion
constructor: (x, y, z, w) ->
@x = x or 0
@y = y or 0
@z = z or 0
@w = (if (w isnt undefined) then w else 1)
set: (x, y, z, w) ->
@x = x
@y = y
@z = z
@w = w
this
copy: (q) ->
... | true | # @author PI:NAME:<NAME>END_PI / http://gomo.se/
# @author alteredq / http://alteredqualia.com/
class Quaternion
constructor: (x, y, z, w) ->
@x = x or 0
@y = y or 0
@z = z or 0
@w = (if (w isnt undefined) then w else 1)
set: (x, y, z, w) ->
@x = x
@y = y
@z = z
@w = w
this
... |
[
{
"context": "ass)->\n ss.rpc \"admin.register\", {password:pass},(err)->\n if err?\n Inde",
"end": 3302,
"score": 0.9933968186378479,
"start": 3298,
"tag": "PASSWORD",
"value": "pass"
}
] | client/code/pages/admin.coffee | mm018347/jinrou | 3 | tabs=
blacklist:
init:->
unless blistpage?
blistpage = 0
initblisttable(blistpage)
$("#newbanform").submit (je)->
je.preventDefault()
query=Index.util.formQuery je.target
ss.rpc "admin.addBlacklist", query,->... | 92798 | tabs=
blacklist:
init:->
unless blistpage?
blistpage = 0
initblisttable(blistpage)
$("#newbanform").submit (je)->
je.preventDefault()
query=Index.util.formQuery je.target
ss.rpc "admin.addBlacklist", query,->... | true | tabs=
blacklist:
init:->
unless blistpage?
blistpage = 0
initblisttable(blistpage)
$("#newbanform").submit (je)->
je.preventDefault()
query=Index.util.formQuery je.target
ss.rpc "admin.addBlacklist", query,->... |
[
{
"context": " merchantId: 'invalid'\n publicKey: 'invalid'\n privateKey: 'invalid'\n )\n\n gat",
"end": 352,
"score": 0.8953876495361328,
"start": 345,
"tag": "KEY",
"value": "invalid"
},
{
"context": " publicKey: 'invalid'\n privateKey: ... | spec/integration/braintree/braintree_spec.coffee | StreamCo/braintree_node | 0 | require('../../spec_helper')
braintree = specHelper.braintree
describe "Braintree", ->
describe "AuthenticationError", ->
it "is returned with invalid credentials", (done) ->
gateway = specHelper.braintree.connect(
environment: specHelper.braintree.Environment.Development
merchantId: 'inva... | 81759 | require('../../spec_helper')
braintree = specHelper.braintree
describe "Braintree", ->
describe "AuthenticationError", ->
it "is returned with invalid credentials", (done) ->
gateway = specHelper.braintree.connect(
environment: specHelper.braintree.Environment.Development
merchantId: 'inva... | true | require('../../spec_helper')
braintree = specHelper.braintree
describe "Braintree", ->
describe "AuthenticationError", ->
it "is returned with invalid credentials", (done) ->
gateway = specHelper.braintree.connect(
environment: specHelper.braintree.Environment.Development
merchantId: 'inva... |
[
{
"context": "e, key, value, count = null, args = {}) ->\n\t\tkey = \"#{message}.#{key}\"\n\t\tvalue = \"#{message}.#{value}\"\n\n\t\tkey = @tr",
"end": 6533,
"score": 0.742409884929657,
"start": 6519,
"tag": "KEY",
"value": "\"#{message}.#{"
}
] | src/Translator.coffee | sakren/node-translator | 1 | Cache = require 'cache-storage'
Storage = require 'cache-storage/lib/Storage/Storage'
Args = require 'normalize-arguments'
path = require './node/path'
pluralForms = require './pluralForms'
Loader = require './Loaders/Loader'
JsonLoader = require './Loaders/Json'
isBrowser = typeof window != 'undefined'
if !isBrowse... | 143789 | Cache = require 'cache-storage'
Storage = require 'cache-storage/lib/Storage/Storage'
Args = require 'normalize-arguments'
path = require './node/path'
pluralForms = require './pluralForms'
Loader = require './Loaders/Loader'
JsonLoader = require './Loaders/Json'
isBrowser = typeof window != 'undefined'
if !isBrowse... | true | Cache = require 'cache-storage'
Storage = require 'cache-storage/lib/Storage/Storage'
Args = require 'normalize-arguments'
path = require './node/path'
pluralForms = require './pluralForms'
Loader = require './Loaders/Loader'
JsonLoader = require './Loaders/Json'
isBrowser = typeof window != 'undefined'
if !isBrowse... |
[
{
"context": "nalEmail', 'New order from ' + @insertDoc.phone, 'Hurray! We have a new order from ' + @insertDoc.phone + ",
"end": 1606,
"score": 0.8682367205619812,
"start": 1600,
"tag": "NAME",
"value": "Hurray"
},
{
"context": "@insertDoc.itemsIds[0]).itemName\n# content = 'Hur... | client/helpers/autoformhooks.coffee | Innarticles/mypikin | 0 | AutoForm.hooks setup:
onSuccess: (operation, result, template) ->
Router.go 'paymentPlan'
return
onError: (operation, error, template) ->
alert error
return
AutoForm.hooks updateSetup:
onSuccess: (operation, result, template) ->
toastr.info('Pikin is saying thank you!')
Router.go 'status'
... | 162671 | AutoForm.hooks setup:
onSuccess: (operation, result, template) ->
Router.go 'paymentPlan'
return
onError: (operation, error, template) ->
alert error
return
AutoForm.hooks updateSetup:
onSuccess: (operation, result, template) ->
toastr.info('Pikin is saying thank you!')
Router.go 'status'
... | true | AutoForm.hooks setup:
onSuccess: (operation, result, template) ->
Router.go 'paymentPlan'
return
onError: (operation, error, template) ->
alert error
return
AutoForm.hooks updateSetup:
onSuccess: (operation, result, template) ->
toastr.info('Pikin is saying thank you!')
Router.go 'status'
... |
[
{
"context": "tal_unread: 10\n feed: [\n actors: \"Kana\"\n message: \"1 Work Added\"\n stat",
"end": 4162,
"score": 0.8709475994110107,
"start": 4158,
"tag": "NAME",
"value": "Kana"
},
{
"context": "al_unread: 120\n feed: [\n actors:... | desktop/components/main_layout/header/test/view.coffee | dblock/force | 1 | _ = require 'underscore'
rewire = require 'rewire'
benv = require 'benv'
Backbone = require 'backbone'
sinon = require 'sinon'
mediator = require '../../../../lib/mediator.coffee'
CurrentUser = require '../../../../models/current_user'
{ fabricate } = require 'antigravity'
{ resolve } = require 'path'
describe 'Heade... | 175536 | _ = require 'underscore'
rewire = require 'rewire'
benv = require 'benv'
Backbone = require 'backbone'
sinon = require 'sinon'
mediator = require '../../../../lib/mediator.coffee'
CurrentUser = require '../../../../models/current_user'
{ fabricate } = require 'antigravity'
{ resolve } = require 'path'
describe 'Heade... | true | _ = require 'underscore'
rewire = require 'rewire'
benv = require 'benv'
Backbone = require 'backbone'
sinon = require 'sinon'
mediator = require '../../../../lib/mediator.coffee'
CurrentUser = require '../../../../models/current_user'
{ fabricate } = require 'antigravity'
{ resolve } = require 'path'
describe 'Heade... |
[
{
"context": " The {List} unit tests\n#\n# Copyright (C) 2011-2013 Nikolay Nemshilov\n#\n{Test,should} = require('lovely')\n\neval(Test.bu",
"end": 71,
"score": 0.9998879432678223,
"start": 54,
"tag": "NAME",
"value": "Nikolay Nemshilov"
}
] | stl/core/test/list_test.coffee | lovely-io/lovely.io-stl | 2 | #
# The {List} unit tests
#
# Copyright (C) 2011-2013 Nikolay Nemshilov
#
{Test,should} = require('lovely')
eval(Test.build)
Lovely = this.Lovely
describe "List", ->
List = Lovely.List
array = [1,2,3,4,5]
olist = new List(array)
A = Lovely.A
# just a dummy class to test calls-by-name
Foo = new Lov... | 221270 | #
# The {List} unit tests
#
# Copyright (C) 2011-2013 <NAME>
#
{Test,should} = require('lovely')
eval(Test.build)
Lovely = this.Lovely
describe "List", ->
List = Lovely.List
array = [1,2,3,4,5]
olist = new List(array)
A = Lovely.A
# just a dummy class to test calls-by-name
Foo = new Lovely.Class
... | true | #
# The {List} unit tests
#
# Copyright (C) 2011-2013 PI:NAME:<NAME>END_PI
#
{Test,should} = require('lovely')
eval(Test.build)
Lovely = this.Lovely
describe "List", ->
List = Lovely.List
array = [1,2,3,4,5]
olist = new List(array)
A = Lovely.A
# just a dummy class to test calls-by-name
Foo = new ... |
[
{
"context": " spHobby = @f.create(SpecialHobby, name: 'shogi')\n assert spHobby instanceof SpecialHo",
"end": 2670,
"score": 0.9987748265266418,
"start": 2665,
"tag": "NAME",
"value": "shogi"
},
{
"context": " SpecialHobby\n assert spHobby.name is 'shog... | spec/lib/facade.coffee | CureApp/base-domain | 37 |
Facade = require('../base-domain')
describe 'Facade', ->
describe '@createInstance', ->
it 'returns instance of Facade', ->
f = Facade.createInstance()
assert f instanceof Facade
it 'returns instance of extended class', ->
class ChildFacade extends Facade
... | 44876 |
Facade = require('../base-domain')
describe 'Facade', ->
describe '@createInstance', ->
it 'returns instance of Facade', ->
f = Facade.createInstance()
assert f instanceof Facade
it 'returns instance of extended class', ->
class ChildFacade extends Facade
... | true |
Facade = require('../base-domain')
describe 'Facade', ->
describe '@createInstance', ->
it 'returns instance of Facade', ->
f = Facade.createInstance()
assert f instanceof Facade
it 'returns instance of extended class', ->
class ChildFacade extends Facade
... |
[
{
"context": "d == 'count'\n if prefix == ''\n key = 'count'\n else\n key = '_count'\n else\n ",
"end": 1099,
"score": 0.5425969362258911,
"start": 1094,
"tag": "KEY",
"value": "count"
},
{
"context": " ''\n key = 'count'\n else\n key... | src/functions.coffee | lmaccherone/analize | 2 | utils = require('./utils')
_ = require('underscore')
###
@class functions
Rules about dependencies:
* If a function can be calculated incrementally from an oldResult and newValues, then you do not need to specify dependencies
* If a funciton can be calculated from other incrementally calculable results, then you... | 12531 | utils = require('./utils')
_ = require('underscore')
###
@class functions
Rules about dependencies:
* If a function can be calculated incrementally from an oldResult and newValues, then you do not need to specify dependencies
* If a funciton can be calculated from other incrementally calculable results, then you... | true | utils = require('./utils')
_ = require('underscore')
###
@class functions
Rules about dependencies:
* If a function can be calculated incrementally from an oldResult and newValues, then you do not need to specify dependencies
* If a funciton can be calculated from other incrementally calculable results, then you... |
[
{
"context": "hild')\n\ninit = {\n agreement: false\n newPassword: undefined\n created: false\n closable: true\n}\n\nview = (stat",
"end": 1434,
"score": 0.9990514516830444,
"start": 1425,
"tag": "PASSWORD",
"value": "undefined"
}
] | apps/web/assets/javascripts/google_create_user.js.coffee | kue-ipc/yuzakan | 0 | import {h, text, app} from './hyperapp.js'
import WebPostJson from './web_post_json.js'
agreementCheck = (state, agreement) => {
state...
agreement
}
AgreementCheck = ({agreement}) =>
id = 'google-create-user-agreement'
h 'div', class: 'form-check', [
h 'input', type: 'hidden', name: 'agreement', value: '... | 134603 | import {h, text, app} from './hyperapp.js'
import WebPostJson from './web_post_json.js'
agreementCheck = (state, agreement) => {
state...
agreement
}
AgreementCheck = ({agreement}) =>
id = 'google-create-user-agreement'
h 'div', class: 'form-check', [
h 'input', type: 'hidden', name: 'agreement', value: '... | true | import {h, text, app} from './hyperapp.js'
import WebPostJson from './web_post_json.js'
agreementCheck = (state, agreement) => {
state...
agreement
}
AgreementCheck = ({agreement}) =>
id = 'google-create-user-agreement'
h 'div', class: 'form-check', [
h 'input', type: 'hidden', name: 'agreement', value: '... |
[
{
"context": ": '.')\n\n FIXED(12345678901 / 3, 3).should.eql('4.115.226.300,333')\n FIXED(12345678901 / 3, 3, true).sho",
"end": 46809,
"score": 0.9263109564781189,
"start": 46800,
"tag": "IP_ADDRESS",
"value": "4.115.226"
},
{
"context": "t 'returns the email', ->\n EMAIL(... | test/test.coffee | fulcrumapp/fulcrum-expressions | 8 | global.Intl = require 'intl'
_ = require 'underscore'
path = require 'path'
CSON = require 'season'
DIST = process.env.DIST or false
if DIST
console.log 'Running distribution'
require '../dist/expressions.js'
runtime = $$runtime
else
console.log 'Running debug'
runtime = require '../runtime'
Utils = req... | 31348 | global.Intl = require 'intl'
_ = require 'underscore'
path = require 'path'
CSON = require 'season'
DIST = process.env.DIST or false
if DIST
console.log 'Running distribution'
require '../dist/expressions.js'
runtime = $$runtime
else
console.log 'Running debug'
runtime = require '../runtime'
Utils = req... | true | global.Intl = require 'intl'
_ = require 'underscore'
path = require 'path'
CSON = require 'season'
DIST = process.env.DIST or false
if DIST
console.log 'Running distribution'
require '../dist/expressions.js'
runtime = $$runtime
else
console.log 'Running debug'
runtime = require '../runtime'
Utils = req... |
[
{
"context": "tory can be cloned\n# at:\n#\n# git://github.com/barberboy/css-terminal\n#\n# [projecthome]: http://barberboy.",
"end": 1046,
"score": 0.9994108080863953,
"start": 1037,
"tag": "USERNAME",
"value": "barberboy"
},
{
"context": "css-terminal\n# [projectsource]: http:/... | src/css-terminal.coffee | barberboy/css-terminal | 18 | ## CSS Terminal
#
# [CSS Terminal](javascript:\(function\(\){var d=document,ct=d.getElementById\('css-terminal'\);if\(ct\){ct.focus\(\);return;}var s=d.createElement\('script'\);s.src='http://barberboy.github.com/css-terminal/lib/css-terminal-min.js';d.body.appendChild\(s\)}\)\(\)) is a bookmarklet that allows you to i... | 84788 | ## CSS Terminal
#
# [CSS Terminal](javascript:\(function\(\){var d=document,ct=d.getElementById\('css-terminal'\);if\(ct\){ct.focus\(\);return;}var s=d.createElement\('script'\);s.src='http://barberboy.github.com/css-terminal/lib/css-terminal-min.js';d.body.appendChild\(s\)}\)\(\)) is a bookmarklet that allows you to i... | true | ## CSS Terminal
#
# [CSS Terminal](javascript:\(function\(\){var d=document,ct=d.getElementById\('css-terminal'\);if\(ct\){ct.focus\(\);return;}var s=d.createElement\('script'\);s.src='http://barberboy.github.com/css-terminal/lib/css-terminal-min.js';d.body.appendChild\(s\)}\)\(\)) is a bookmarklet that allows you to i... |
[
{
"context": "skill is @\n @exec objs\n\n toData : ->\n name: @name\n lv: @lv\n\n exec:(objs)->\n _calc:(target)",
"end": 1294,
"score": 0.36369237303733826,
"start": 1294,
"tag": "NAME",
"value": ""
},
{
"context": "ill is @\n @exec objs\n\n toData : ->\n name: @n... | server/skills.coffee | mizchi/Wanderer | 3 | {ObjectId} = require './ObjectId'
{randint} = require './Util'
{abs,random,sin,cos} = Math
_u = require 'underscore'
straight = (map,fx,fy,tx,ty)->
while abs(tx-fx) + abs(ty-fy) >0
if fx>tx then fx--
else if fx<tx then fx++
else if fy>ty then fy--
else if fy<ty then fy++
return false if map[fx][f... | 132308 | {ObjectId} = require './ObjectId'
{randint} = require './Util'
{abs,random,sin,cos} = Math
_u = require 'underscore'
straight = (map,fx,fy,tx,ty)->
while abs(tx-fx) + abs(ty-fy) >0
if fx>tx then fx--
else if fx<tx then fx++
else if fy>ty then fy--
else if fy<ty then fy++
return false if map[fx][f... | true | {ObjectId} = require './ObjectId'
{randint} = require './Util'
{abs,random,sin,cos} = Math
_u = require 'underscore'
straight = (map,fx,fy,tx,ty)->
while abs(tx-fx) + abs(ty-fy) >0
if fx>tx then fx--
else if fx<tx then fx++
else if fy>ty then fy--
else if fy<ty then fy++
return false if map[fx][f... |
[
{
"context": " @user = user = @current_user\n @user.password = body.User.password\n\n if user.password != body.User.password_confi",
"end": 348,
"score": 0.9919735193252563,
"start": 330,
"tag": "PASSWORD",
"value": "body.User.password"
}
] | app/controllers/profile_controller.coffee | scottbarstow/sample-node-web | 0 | load 'application'
before use 'authorize'
action 'show', ->
@title = 'Profile'
@user = @current_user
render()
action 'new_password', ->
@title = 'New Password'
@user = @current_user
render()
action 'update_password', ->
@title = 'New Password'
@user = user = @current_user
@user.p... | 224865 | load 'application'
before use 'authorize'
action 'show', ->
@title = 'Profile'
@user = @current_user
render()
action 'new_password', ->
@title = 'New Password'
@user = @current_user
render()
action 'update_password', ->
@title = 'New Password'
@user = user = @current_user
@user.p... | true | load 'application'
before use 'authorize'
action 'show', ->
@title = 'Profile'
@user = @current_user
render()
action 'new_password', ->
@title = 'New Password'
@user = @current_user
render()
action 'update_password', ->
@title = 'New Password'
@user = user = @current_user
@user.p... |
[
{
"context": ">\n @songs = []\n @album = 'youqing'\n @artist = 'youqing'\n @song_name = ''\n @image_url = ''\n @song_url ",
"end": 177,
"score": 0.8644298911094666,
"start": 170,
"tag": "NAME",
"value": "youqing"
}
] | test/old.coffee | youqingkui/down-meizu-music | 1 | request = require("request")
async = require("async")
cheerio = require("cheerio")
fs = require("fs")
Music = (@url) ->
@songs = []
@album = 'youqing'
@artist = 'youqing'
@song_name = ''
@image_url = ''
@song_url = ''
@songDownUrl = ''
return
Music::getUrlInfo = () ->
self = @
async.series [
... | 206352 | request = require("request")
async = require("async")
cheerio = require("cheerio")
fs = require("fs")
Music = (@url) ->
@songs = []
@album = 'youqing'
@artist = '<NAME>'
@song_name = ''
@image_url = ''
@song_url = ''
@songDownUrl = ''
return
Music::getUrlInfo = () ->
self = @
async.series [
... | true | request = require("request")
async = require("async")
cheerio = require("cheerio")
fs = require("fs")
Music = (@url) ->
@songs = []
@album = 'youqing'
@artist = 'PI:NAME:<NAME>END_PI'
@song_name = ''
@image_url = ''
@song_url = ''
@songDownUrl = ''
return
Music::getUrlInfo = () ->
self = @
asy... |
[
{
"context": "# Copyright (c) 2008-2013 Michael Dvorkin and contributors.\n#\n# Fat Free CRM is freely dist",
"end": 41,
"score": 0.9998595118522644,
"start": 26,
"tag": "NAME",
"value": "Michael Dvorkin"
}
] | app/assets/javascripts/crm_comments.js.coffee | roadt/fat_free_crm | 1,290 | # Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
(($) ->
# Show/hide the co... | 114403 | # Copyright (c) 2008-2013 <NAME> and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
(($) ->
# Show/hide the comment for... | true | # Copyright (c) 2008-2013 PI:NAME:<NAME>END_PI and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
(($) ->
# Show/hide t... |
[
{
"context": "#constructor', ->\n beforeEach ->\n name = 'test-app'\n generator = new Generator(name, {})\n\n i",
"end": 270,
"score": 0.6003799438476562,
"start": 262,
"tag": "USERNAME",
"value": "test-app"
},
{
"context": " webpackStreamVersion: '^3.2.0'\n ... | test/lib/scaffolding/generator_spec.coffee | enterstudio/bozon | 0 | $ = require('../../helper')
path = require('path')
describe 'Generator', ->
childProcess = require('child_process')
Generator = require('./../../../lib/scaffolding/generator')
generator = {}
describe '#constructor', ->
beforeEach ->
name = 'test-app'
generator = new Generator(name, {})
i... | 133540 | $ = require('../../helper')
path = require('path')
describe 'Generator', ->
childProcess = require('child_process')
Generator = require('./../../../lib/scaffolding/generator')
generator = {}
describe '#constructor', ->
beforeEach ->
name = 'test-app'
generator = new Generator(name, {})
i... | true | $ = require('../../helper')
path = require('path')
describe 'Generator', ->
childProcess = require('child_process')
Generator = require('./../../../lib/scaffolding/generator')
generator = {}
describe '#constructor', ->
beforeEach ->
name = 'test-app'
generator = new Generator(name, {})
i... |
[
{
"context": " aws01: {\n name: 'aws01'\n ip: '1.2.3.4'\n user: 'root'\n ssh_key: 'overcast.",
"end": 225,
"score": 0.9761826395988464,
"start": 218,
"tag": "IP_ADDRESS",
"value": "1.2.3.4"
},
{
"context": "ame: 'aws01'\n ip: '1.2.3.4'\n ... | test/unit/aws.spec.coffee | skmezanul/overcast | 238 | cli = require('../../modules/cli')
utils = require('../../modules/utils')
api = require('../../modules/providers/aws')
MOCK_CLUSTERS = {
default: {
instances: {
aws01: {
name: 'aws01'
ip: '1.2.3.4'
user: 'root'
ssh_key: 'overcast.key'
ssh_port: 22
aws: {
... | 42909 | cli = require('../../modules/cli')
utils = require('../../modules/utils')
api = require('../../modules/providers/aws')
MOCK_CLUSTERS = {
default: {
instances: {
aws01: {
name: 'aws01'
ip: '172.16.31.10'
user: 'root'
ssh_key: 'overcast.key'
ssh_port: 22
aws: {... | true | cli = require('../../modules/cli')
utils = require('../../modules/utils')
api = require('../../modules/providers/aws')
MOCK_CLUSTERS = {
default: {
instances: {
aws01: {
name: 'aws01'
ip: 'PI:IP_ADDRESS:172.16.31.10END_PI'
user: 'root'
ssh_key: 'overcast.key'
ssh_por... |
[
{
"context": "\taccountNotFound: '没有找到您的帐号[{0}]'\n\t\toldPassword: '您的旧密码输入有误'\n\t\tchangeSelfRole: '你不能修改自己的权限'\n\t\tincorretPasswor",
"end": 763,
"score": 0.9952971935272217,
"start": 754,
"tag": "PASSWORD",
"value": "您的旧密码输入有误"
},
{
"context": "changeSelfRole: '你不能修改自己的权限'\n\t\tin... | src/i18n/zh-cn/server/error.coffee | kiteam/kiteam | 0 | module.exports =
commaon:
tooManySubmit: '请不要重复提交数据'
assets:
unwind: '解压缩文件失败,请直接下载文件'
previewType: '只有图片才有缩略图'
commit:
incorrectData: '数据格式有误'
gitMap:
relativeError: '本项目没有设置gitlab关联'
fetchListFail: '获取git列表失败'
reposUnbind: '当前项目中暂未绑定你的git仓库,请在项目设置中进行添加'
reposName: 'gitlab的名字不能为空'
reposExists: 'g... | 204273 | module.exports =
commaon:
tooManySubmit: '请不要重复提交数据'
assets:
unwind: '解压缩文件失败,请直接下载文件'
previewType: '只有图片才有缩略图'
commit:
incorrectData: '数据格式有误'
gitMap:
relativeError: '本项目没有设置gitlab关联'
fetchListFail: '获取git列表失败'
reposUnbind: '当前项目中暂未绑定你的git仓库,请在项目设置中进行添加'
reposName: 'gitlab的名字不能为空'
reposExists: 'g... | true | module.exports =
commaon:
tooManySubmit: '请不要重复提交数据'
assets:
unwind: '解压缩文件失败,请直接下载文件'
previewType: '只有图片才有缩略图'
commit:
incorrectData: '数据格式有误'
gitMap:
relativeError: '本项目没有设置gitlab关联'
fetchListFail: '获取git列表失败'
reposUnbind: '当前项目中暂未绑定你的git仓库,请在项目设置中进行添加'
reposName: 'gitlab的名字不能为空'
reposExists: 'g... |
[
{
"context": "---------------------------------\n# Copyright 2013 Patrick Mueller\n#\n# Licensed under the Apache License, Version 2.",
"end": 2721,
"score": 0.9997946619987488,
"start": 2706,
"tag": "NAME",
"value": "Patrick Mueller"
}
] | lib-src/watch.coffee | pmuellr/jbuild | 1 | # Licensed under the Apache License. See footer for details.
fs = require "fs"
path = require "path"
_ = require "underscore"
minimatch = require "minimatch"
#-------------------------------------------------------------------------------
exports.watch = ({files, run}) ->
files = [files] if _.isString... | 9565 | # Licensed under the Apache License. See footer for details.
fs = require "fs"
path = require "path"
_ = require "underscore"
minimatch = require "minimatch"
#-------------------------------------------------------------------------------
exports.watch = ({files, run}) ->
files = [files] if _.isString... | true | # Licensed under the Apache License. See footer for details.
fs = require "fs"
path = require "path"
_ = require "underscore"
minimatch = require "minimatch"
#-------------------------------------------------------------------------------
exports.watch = ({files, run}) ->
files = [files] if _.isString... |
[
{
"context": "plugin = sinon.spy()\n @entity = {\n name: 'EntityName'\n #baseDir: 'myDir'\n main: 'mainFile.ts",
"end": 187,
"score": 0.9722342491149902,
"start": 177,
"tag": "NAME",
"value": "EntityName"
},
{
"context": " = await @register.resolveManifest({\n ... | test/envBuilder/Register.spec.coffee | bozonx/squidlet | 0 | Register = require('../../hostEnvBuilder/entities/Register').default
describe 'envBuilder.Register', ->
beforeEach ->
@plugin = sinon.spy()
@entity = {
name: 'EntityName'
#baseDir: 'myDir'
main: 'mainFile.ts'
}
@deviceEntity = {
@entity...
type: 'some'
}
@os = {... | 37482 | Register = require('../../hostEnvBuilder/entities/Register').default
describe 'envBuilder.Register', ->
beforeEach ->
@plugin = sinon.spy()
@entity = {
name: '<NAME>'
#baseDir: 'myDir'
main: 'mainFile.ts'
}
@deviceEntity = {
@entity...
type: 'some'
}
@os = {}
... | true | Register = require('../../hostEnvBuilder/entities/Register').default
describe 'envBuilder.Register', ->
beforeEach ->
@plugin = sinon.spy()
@entity = {
name: 'PI:NAME:<NAME>END_PI'
#baseDir: 'myDir'
main: 'mainFile.ts'
}
@deviceEntity = {
@entity...
type: 'some'
}
... |
[
{
"context": "'quoted, single', ->\n obj = parseTags(\"name='Johnny Cage'\")\n expect(obj.name).eq 'Johnny Cage'\n\n i",
"end": 510,
"score": 0.9995998740196228,
"start": 499,
"tag": "NAME",
"value": "Johnny Cage"
},
{
"context": "(\"name='Johnny Cage'\")\n expect(o... | test/pre_tag.coffee | WartClaes/styledown | 667 | require './setup'
describe 'Pre tag', ->
{parseTags, parseCodeText} = require('../lib/utils')
describe 'parseTags', ->
it 'key-value', ->
obj = parseTags('name=hello')
expect(obj.name).eq 'hello'
it 'key-value duo', ->
obj = parseTags('name=hello age=2')
expect(obj.name).eq 'hello... | 126260 | require './setup'
describe 'Pre tag', ->
{parseTags, parseCodeText} = require('../lib/utils')
describe 'parseTags', ->
it 'key-value', ->
obj = parseTags('name=hello')
expect(obj.name).eq 'hello'
it 'key-value duo', ->
obj = parseTags('name=hello age=2')
expect(obj.name).eq 'hello... | true | require './setup'
describe 'Pre tag', ->
{parseTags, parseCodeText} = require('../lib/utils')
describe 'parseTags', ->
it 'key-value', ->
obj = parseTags('name=hello')
expect(obj.name).eq 'hello'
it 'key-value duo', ->
obj = parseTags('name=hello age=2')
expect(obj.name).eq 'hello... |
[
{
"context": "pal: 'admin/admin@NODE.DC1.CONSUL'\n password: 'admin'\n ssh: [\n null\n { ssh: host: 'localhost', ",
"end": 231,
"score": 0.9995530247688293,
"start": 226,
"tag": "PASSWORD",
"value": "admin"
}
] | packages/krb5/env/krb5/test.coffee | DanielJohnHarty/node-nikita | 1 |
module.exports =
tags:
krb5: true
krb5_addprinc: true
krb5_delprinc: true
krb5_ktadd: true
krb5:
realm: 'NODE.DC1.CONSUL'
server: 'krb5'
principal: 'admin/admin@NODE.DC1.CONSUL'
password: 'admin'
ssh: [
null
{ ssh: host: 'localhost', username: 'root' }
]
| 98066 |
module.exports =
tags:
krb5: true
krb5_addprinc: true
krb5_delprinc: true
krb5_ktadd: true
krb5:
realm: 'NODE.DC1.CONSUL'
server: 'krb5'
principal: 'admin/admin@NODE.DC1.CONSUL'
password: '<PASSWORD>'
ssh: [
null
{ ssh: host: 'localhost', username: 'root' }
]
| true |
module.exports =
tags:
krb5: true
krb5_addprinc: true
krb5_delprinc: true
krb5_ktadd: true
krb5:
realm: 'NODE.DC1.CONSUL'
server: 'krb5'
principal: 'admin/admin@NODE.DC1.CONSUL'
password: 'PI:PASSWORD:<PASSWORD>END_PI'
ssh: [
null
{ ssh: host: 'localhost', username: 'root'... |
[
{
"context": "#Language: Portuguese\n#Translators: alanmeira, Tadeu Caldararo\n\npt =\n\n t9Name: 'Portugu",
"end": 38,
"score": 0.6814145445823669,
"start": 36,
"tag": "NAME",
"value": "al"
},
{
"context": "#Language: Portuguese\n#Translators: alanmeira, Tadeu Caldararo\n\npt =\n\n... | t9n/pt.coffee | XavierSamuelHuppe/xav-accounts-t9n | 0 | #Language: Portuguese
#Translators: alanmeira, Tadeu Caldararo
pt =
t9Name: 'Português'
add: "Adicionar"
and: "e"
back: "Voltar"
changePassword: "Alterar senha"
choosePassword: "Escolha uma senha"
clickAgree: "Ao clicar em Criar Conta, você estará reconhecendo que aceita nossos Termos de Uso"
confi... | 120742 | #Language: Portuguese
#Translators: <NAME>anme<NAME>, <NAME>
pt =
t9Name: 'Português'
add: "Adicionar"
and: "e"
back: "Voltar"
changePassword: "<PASSWORD>"
choosePassword: "<PASSWORD>"
clickAgree: "Ao clicar em Criar Conta, você estará reconhecendo que aceita nossos Termos de Uso"
configure: "Confi... | true | #Language: Portuguese
#Translators: PI:NAME:<NAME>END_PIanmePI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI
pt =
t9Name: 'Português'
add: "Adicionar"
and: "e"
back: "Voltar"
changePassword: "PI:PASSWORD:<PASSWORD>END_PI"
choosePassword: "PI:PASSWORD:<PASSWORD>END_PI"
clickAgree: "Ao clicar em Criar Conta,... |
[
{
"context": "article types\n#\n# Nodize CMS\n# https://github.com/nodize/nodizecms\n#\n# Copyright 2012, Hypee\n# http://hype",
"end": 73,
"score": 0.9994392395019531,
"start": 67,
"tag": "USERNAME",
"value": "nodize"
},
{
"context": "://github.com/nodize/nodizecms\n#\n# Copyright 2... | modules/backend/controllers/ctrl_type.coffee | nodize/nodizecms | 32 | # Controller for article types
#
# Nodize CMS
# https://github.com/nodize/nodizecms
#
# Copyright 2012, Hypee
# http://hypee.com
#
# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT
#
@include = ->
Settings = @Settings
#
# TYPE SETTINGS
#
@post "/:lang/admin/article_type/get_list" : ... | 27219 | # Controller for article types
#
# Nodize CMS
# https://github.com/nodize/nodizecms
#
# Copyright 2012, <NAME>
# http://hypee.com
#
# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT
#
@include = ->
Settings = @Settings
#
# TYPE SETTINGS
#
@post "/:lang/admin/article_type/get_list" :... | true | # Controller for article types
#
# Nodize CMS
# https://github.com/nodize/nodizecms
#
# Copyright 2012, PI:NAME:<NAME>END_PI
# http://hypee.com
#
# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT
#
@include = ->
Settings = @Settings
#
# TYPE SETTINGS
#
@post "/:lang/admin/article_ty... |
[
{
"context": "t-metadata-header\"><span className=\"project-name\">Wildcam Gorongosa</span> <Translate content=\"projectMetadata.table.",
"end": 798,
"score": 0.7219738364219666,
"start": 781,
"tag": "NAME",
"value": "Wildcam Gorongosa"
}
] | app/partials/project-metadata.cjsx | zooniverse/snapshot-wisconsin | 0 | React = require 'react'
Reflux = require 'reflux'
Translate = require 'react-translate-component'
counterpart = require 'counterpart'
{Markdown} = require 'markdownz'
LoadingIndicator = require '../components/loading-indicator'
ProjectStore = require '../stores/project-store'
counterpart.registerTranslations 'en',
... | 113176 | React = require 'react'
Reflux = require 'reflux'
Translate = require 'react-translate-component'
counterpart = require 'counterpart'
{Markdown} = require 'markdownz'
LoadingIndicator = require '../components/loading-indicator'
ProjectStore = require '../stores/project-store'
counterpart.registerTranslations 'en',
... | true | React = require 'react'
Reflux = require 'reflux'
Translate = require 'react-translate-component'
counterpart = require 'counterpart'
{Markdown} = require 'markdownz'
LoadingIndicator = require '../components/loading-indicator'
ProjectStore = require '../stores/project-store'
counterpart.registerTranslations 'en',
... |
[
{
"context": "vaScript wrapper for the Hypixel API\n# Created by Komp (https://github.com/kblanks)\n# Open-sourced unde",
"end": 87,
"score": 0.9912616014480591,
"start": 83,
"tag": "NAME",
"value": "Komp"
},
{
"context": "ypixel API\n# Created by Komp (https://github.com/kblanks)... | index.coffee | KevyPorter/HypixelJavaScript | 0 | #
# h y p i x e l . j s
# A JavaScript wrapper for the Hypixel API
# Created by Komp (https://github.com/kblanks)
# Open-sourced under the MIT license
#
module.exports = require './lib/hypixel'
| 3279 | #
# h y p i x e l . j s
# A JavaScript wrapper for the Hypixel API
# Created by <NAME> (https://github.com/kblanks)
# Open-sourced under the MIT license
#
module.exports = require './lib/hypixel'
| true | #
# h y p i x e l . j s
# A JavaScript wrapper for the Hypixel API
# Created by PI:NAME:<NAME>END_PI (https://github.com/kblanks)
# Open-sourced under the MIT license
#
module.exports = require './lib/hypixel'
|
[
{
"context": "ad public key from string', ( done ) ->\n pk = \"-----BEGIN PUBLIC KEY-----\\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAK3Uu60E7oM8ON62X9QVvUqRK6oy3h8Z\\nUhuALFKRd2538+IPt9paZCCRNreJpzCAogh1kXU77KJ6id/aLriBKf0CAwEAAQ==\\n-----END PUBLIC KEY-----\"\n key = Keys.from pk\n ( key instanceof Keys",
... | test/src/keys.coffee | rabrux/dh-keys | 0 | # packages
Keys = require '../../dist'
fs = require 'fs'
path = require 'path'
should = require( 'chai' ).should()
describe 'helper Keys', ->
it 'helper exists', ( done ) ->
should.exist Keys
done()
it 'create new instance', ( done ) ->
key = new Keys()
( key instanceof Keys ).should.be.e... | 209046 | # packages
Keys = require '../../dist'
fs = require 'fs'
path = require 'path'
should = require( 'chai' ).should()
describe 'helper Keys', ->
it 'helper exists', ( done ) ->
should.exist Keys
done()
it 'create new instance', ( done ) ->
key = new Keys()
( key instanceof Keys ).should.be.e... | true | # packages
Keys = require '../../dist'
fs = require 'fs'
path = require 'path'
should = require( 'chai' ).should()
describe 'helper Keys', ->
it 'helper exists', ( done ) ->
should.exist Keys
done()
it 'create new instance', ( done ) ->
key = new Keys()
( key instanceof Keys ).should.be.e... |
[
{
"context": "\nplayers = [\n {\"twitter\":\"marianorajoy\", \"facebook\":\"54212446406\", \"party\": \"pp\", \"type\"",
"end": 39,
"score": 0.9995606541633606,
"start": 27,
"tag": "USERNAME",
"value": "marianorajoy"
},
{
"context": "46406\", \"party\": \"pp\", \"type\": \"person\",... | server/fixtures.coffee | Garbolino/tweetcracy | 0 |
players = [
{"twitter":"marianorajoy", "facebook":"54212446406", "party": "pp", "type": "person", "name": "Mariano Rajoy"},
{"twitter":"sanchezcastejon", "facebook":"pedro.sanchezperezcastejon", "party": "psoe", "type": "person", "name": "Pedro Sánchez"},
{"twitter":"Pablo_Iglesias_", "facebook":"IglesiasTurrion... | 173524 |
players = [
{"twitter":"marianorajoy", "facebook":"54212446406", "party": "pp", "type": "person", "name": "<NAME>"},
{"twitter":"sanchezcastejon", "facebook":"pedro.sanchezperezcastejon", "party": "psoe", "type": "person", "name": "<NAME>"},
{"twitter":"Pablo_Iglesias_", "facebook":"IglesiasTurrionPablo", "party... | true |
players = [
{"twitter":"marianorajoy", "facebook":"54212446406", "party": "pp", "type": "person", "name": "PI:NAME:<NAME>END_PI"},
{"twitter":"sanchezcastejon", "facebook":"pedro.sanchezperezcastejon", "party": "psoe", "type": "person", "name": "PI:NAME:<NAME>END_PI"},
{"twitter":"Pablo_Iglesias_", "facebook":"I... |
[
{
"context": " 1}, false]\n ['x_x>1', {x_x: 1}, false]\n ['x = \"Hi Bob\"', {x: 'Hi Bob'}, true]\n ['x=\"Hi Bob\"', {x: 'hi'",
"end": 1640,
"score": 0.987637996673584,
"start": 1634,
"tag": "NAME",
"value": "Hi Bob"
},
{
"context": "_x>1', {x_x: 1}, false]\n ['x = \"Hi Bob\"', {x... | test/zerkel.tests.coffee | adzerk/zerkel | 9 | assert = require('chai').assert
compiler = require('../')
version = require('../package.json').version
fs = require('fs')
parser = compiler.parser
makePredicate = require('../dist/zerkel-runtime.min.js').makePredicate
map = (f, xs) ->
ret = []
for x in xs
ret.push(f(x))
return ret
versionCompare ... | 67779 | assert = require('chai').assert
compiler = require('../')
version = require('../package.json').version
fs = require('fs')
parser = compiler.parser
makePredicate = require('../dist/zerkel-runtime.min.js').makePredicate
map = (f, xs) ->
ret = []
for x in xs
ret.push(f(x))
return ret
versionCompare ... | true | assert = require('chai').assert
compiler = require('../')
version = require('../package.json').version
fs = require('fs')
parser = compiler.parser
makePredicate = require('../dist/zerkel-runtime.min.js').makePredicate
map = (f, xs) ->
ret = []
for x in xs
ret.push(f(x))
return ret
versionCompare ... |
[
{
"context": " 'labex'\n 'labco'\n 'labpi'\n\n 'alein'\n 'alewa'\n 'aleda'\n 'alesu'\n ",
"end": 1734,
"score": 0.9537075161933899,
"start": 1729,
"tag": "NAME",
"value": "alein"
},
{
"context": " 'labco'\n 'labpi'\n\n 'alein'\n ... | settings/html.completion.cson | MdeGOO/atom-bootstrap4 | 53 | '.text.html, .text.css, .source.js': # Work only with HTML, CSS, JS... Feel free to add some more!
'editor':
'completions': [
# Snippets
'htmlst'
'htmlb4'
'htmlbl'
'htmlca'
'htmlco'
'htmlda'
'htmlgd'
'htmljb'
'htmlnb'
'htmlnbfx'
'htmlnbj'
... | 74066 | '.text.html, .text.css, .source.js': # Work only with HTML, CSS, JS... Feel free to add some more!
'editor':
'completions': [
# Snippets
'htmlst'
'htmlb4'
'htmlbl'
'htmlca'
'htmlco'
'htmlda'
'htmlgd'
'htmljb'
'htmlnb'
'htmlnbfx'
'htmlnbj'
... | true | '.text.html, .text.css, .source.js': # Work only with HTML, CSS, JS... Feel free to add some more!
'editor':
'completions': [
# Snippets
'htmlst'
'htmlb4'
'htmlbl'
'htmlca'
'htmlco'
'htmlda'
'htmlgd'
'htmljb'
'htmlnb'
'htmlnbfx'
'htmlnbj'
... |
[
{
"context": "quest.setRequestHeader(\"X-Authentication-Token\", 'xzBA8HXinAO2zprPr')\n error: (jqXHR, textStatus, errorThrown) -",
"end": 517,
"score": 0.9165909886360168,
"start": 500,
"tag": "KEY",
"value": "xzBA8HXinAO2zprPr"
}
] | app/assets/javascripts/questionnaires.js.coffee | unepwcmc/ORS-API | 2 | window.Questionnaires = class Questionnaires
constructor: (@$container_el, @$list_container) ->
@questionnaire_helper = new QuestionnaireHelper()
@get_questionnaires()
@init_events()
get_questionnaires: ->
$.ajax 'http://demo-ors-api.ort-staging.linode.unep-wcmc.org/api/v1/questionnaires.json',
... | 207312 | window.Questionnaires = class Questionnaires
constructor: (@$container_el, @$list_container) ->
@questionnaire_helper = new QuestionnaireHelper()
@get_questionnaires()
@init_events()
get_questionnaires: ->
$.ajax 'http://demo-ors-api.ort-staging.linode.unep-wcmc.org/api/v1/questionnaires.json',
... | true | window.Questionnaires = class Questionnaires
constructor: (@$container_el, @$list_container) ->
@questionnaire_helper = new QuestionnaireHelper()
@get_questionnaires()
@init_events()
get_questionnaires: ->
$.ajax 'http://demo-ors-api.ort-staging.linode.unep-wcmc.org/api/v1/questionnaires.json',
... |
[
{
"context": "tTabular: ->\n\t\tif Session.get(\"flowId\")\n\t\t\tkey = \"instanceFlow\" + Session.get(\"box\") + Session.get(\"flowId\")\n\t\t\t",
"end": 3834,
"score": 0.9880117177963257,
"start": 3822,
"tag": "KEY",
"value": "instanceFlow"
}
] | packages/steedos-workflow/client/views/list/instance_list.coffee | steedos/creator | 42 | Template.instance_list.helpers
instances: ->
return db.instances.find({}, {sort: {modified: -1}});
is_inbox: ->
return Session.get("box") == "inbox"
spaceId: ->
return Session.get("spaceId");
selector: ->
unless Meteor.user()
return {_id: -1}
query = {space: Session.get("spaceId")}
if !_.isEmpty ... | 104923 | Template.instance_list.helpers
instances: ->
return db.instances.find({}, {sort: {modified: -1}});
is_inbox: ->
return Session.get("box") == "inbox"
spaceId: ->
return Session.get("spaceId");
selector: ->
unless Meteor.user()
return {_id: -1}
query = {space: Session.get("spaceId")}
if !_.isEmpty ... | true | Template.instance_list.helpers
instances: ->
return db.instances.find({}, {sort: {modified: -1}});
is_inbox: ->
return Session.get("box") == "inbox"
spaceId: ->
return Session.get("spaceId");
selector: ->
unless Meteor.user()
return {_id: -1}
query = {space: Session.get("spaceId")}
if !_.isEmpty ... |
[
{
"context": "###\nCopyright (c) 2014, Groupon\nAll rights reserved.\n\nRedistribution and use in s",
"end": 31,
"score": 0.9804528951644897,
"start": 24,
"tag": "NAME",
"value": "Groupon"
}
] | src/client/controllers/screen.coffee | Mefiso/greenscreen | 729 | ###
Copyright (c) 2014, Groupon
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following discla... | 162603 | ###
Copyright (c) 2014, <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclai... | true | ###
Copyright (c) 2014, PI:NAME:<NAME>END_PI
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the fol... |
[
{
"context": "results: [\n {id: id_number + 1, name: \"candy\"},\n {id: id_number, name: \"candy\"}\n ",
"end": 2121,
"score": 0.9549399614334106,
"start": 2116,
"tag": "NAME",
"value": "candy"
},
{
"context": "ame: \"candy\"},\n {id: id_number, nam... | test/testModels.coffee | freakypie/backbone_views | 0 | bv = require "../src/index.coffee"
jQuery = require "jquery"
Backbone = require "backbone"
jsdom = require "jsdom"
_ = require "underscore"
chai = require "chai"
spies = require "chai-spies"
nunjucks = require "nunjucks"
require "./testBase"
chai.use spies
assert = chai.assert
expect = chai.expect
describe "BaseMod... | 66299 | bv = require "../src/index.coffee"
jQuery = require "jquery"
Backbone = require "backbone"
jsdom = require "jsdom"
_ = require "underscore"
chai = require "chai"
spies = require "chai-spies"
nunjucks = require "nunjucks"
require "./testBase"
chai.use spies
assert = chai.assert
expect = chai.expect
describe "BaseMod... | true | bv = require "../src/index.coffee"
jQuery = require "jquery"
Backbone = require "backbone"
jsdom = require "jsdom"
_ = require "underscore"
chai = require "chai"
spies = require "chai-spies"
nunjucks = require "nunjucks"
require "./testBase"
chai.use spies
assert = chai.assert
expect = chai.expect
describe "BaseMod... |
[
{
"context": "###\nIRC Class\n\n@author\t\tMichael Owens\n@website\t\thttp://www.michaelowens.nl\n@copyright\tM",
"end": 37,
"score": 0.9998977184295654,
"start": 24,
"tag": "NAME",
"value": "Michael Owens"
},
{
"context": "e\t\thttp://www.michaelowens.nl\n@copyright\tMichael Owens 2... | lib/irc.coffee | andreineculau/coffee-bot | 0 | ###
IRC Class
@author Michael Owens
@website http://www.michaelowens.nl
@copyright Michael Owens 2011
@author Shaun Walker
@website http://www.theshaun.com
@copyright Shaun Walker 2012
###
sys = require("util")
net = require("net")
fs = require("fs")
path = require("path")
User = require("./user")
module.exp... | 164589 | ###
IRC Class
@author <NAME>
@website http://www.michaelowens.nl
@copyright Michael O<NAME>ens 2011
@author <NAME>
@website http://www.theshaun.com
@copyright <NAME> 2012
###
sys = require("util")
net = require("net")
fs = require("fs")
path = require("path")
User = require("./user")
module.exports = class S... | true | ###
IRC Class
@author PI:NAME:<NAME>END_PI
@website http://www.michaelowens.nl
@copyright Michael OPI:NAME:<NAME>END_PIens 2011
@author PI:NAME:<NAME>END_PI
@website http://www.theshaun.com
@copyright PI:NAME:<NAME>END_PI 2012
###
sys = require("util")
net = require("net")
fs = require("fs")
path = require("p... |
[
{
"context": "rver\"\n \"XML\"\n ]\n\n homepage: \"\"\n\n author: \"Joseph Gentle <josephg@gmail.com> and Dennis Felsch <dennis.fel",
"end": 463,
"score": 0.9998833537101746,
"start": 450,
"tag": "NAME",
"value": "Joseph Gentle"
},
{
"context": "\n ]\n\n homepage: \"\"\n\... | package.coffee | RUB-NDS/ShareJSXML | 1 | # Package.json file in CoffeeScript
# Nicer to write and you can have comments
# Compile with "cake package"
module.exports =
name: "sharejsxml"
# Change version with "cake [-V newversion] bump"
version: "0.10.1"
description: "A database for concurrent XML document editing"
keywords: [
"operational tran... | 107394 | # Package.json file in CoffeeScript
# Nicer to write and you can have comments
# Compile with "cake package"
module.exports =
name: "sharejsxml"
# Change version with "cake [-V newversion] bump"
version: "0.10.1"
description: "A database for concurrent XML document editing"
keywords: [
"operational tran... | true | # Package.json file in CoffeeScript
# Nicer to write and you can have comments
# Compile with "cake package"
module.exports =
name: "sharejsxml"
# Change version with "cake [-V newversion] bump"
version: "0.10.1"
description: "A database for concurrent XML document editing"
keywords: [
"operational tran... |
[
{
"context": "ene.Script.build \"prompt1-chefs\", \"preview.png\", \"Gourmet Gauntlet\", (script) ->\n script.add_view ",
"end": 56,
"score": 0.7412351369857788,
"start": 55,
"tag": "NAME",
"value": "G"
},
{
"context": "gnoll_black = script.new_character\n name: 'Errgriz'\n... | assets/coffee/scripts.coffee | SlashScreen/FloraVnViewerFinal | 0 | cutscene.Script.build "prompt1-chefs", "preview.png", "Gourmet Gauntlet", (script) ->
script.add_view 'opening1', 'backgrounds/bgopening1.png'
script.add_view 'opening2', 'backgrounds/bgopening2.png'
script.add_view 'opening3', 'backgrounds/bgopening3.png'
script.add_view 'opening4', 'backgrounds/bgopen... | 112706 | cutscene.Script.build "prompt1-chefs", "preview.png", "<NAME>ourmet Gauntlet", (script) ->
script.add_view 'opening1', 'backgrounds/bgopening1.png'
script.add_view 'opening2', 'backgrounds/bgopening2.png'
script.add_view 'opening3', 'backgrounds/bgopening3.png'
script.add_view 'opening4', 'backgrounds/b... | true | cutscene.Script.build "prompt1-chefs", "preview.png", "PI:NAME:<NAME>END_PIourmet Gauntlet", (script) ->
script.add_view 'opening1', 'backgrounds/bgopening1.png'
script.add_view 'opening2', 'backgrounds/bgopening2.png'
script.add_view 'opening3', 'backgrounds/bgopening3.png'
script.add_view 'opening4', ... |
[
{
"context": "ST\n# MONGODB_PORT\n# MONGODB_DB\n#\n# Author:\n# Edward Wilson <edward.wilson@live.com>\n\n_ = require '",
"end": 307,
"score": 0.9998308420181274,
"start": 294,
"tag": "NAME",
"value": "Edward Wilson"
},
{
"context": "ORT\n# MONGODB_DB\n#\n# Author:\... | scripts/mongo-brain.coffee | edwardwilson/walter | 0 | # Description:
# Enhances hubot-brain with MongoDB for better persistance. Falls back
# to memory brain if Mongo connection fails for local testing.
#
# Dependencies:
# "mongodb": "*"
# "lodash" : "*"
#
# Configuration:
# MONGODB_HOST
# MONGODB_PORT
# MONGODB_DB
#
# Author:
# Edward Wilson <edward.wils... | 77943 | # Description:
# Enhances hubot-brain with MongoDB for better persistance. Falls back
# to memory brain if Mongo connection fails for local testing.
#
# Dependencies:
# "mongodb": "*"
# "lodash" : "*"
#
# Configuration:
# MONGODB_HOST
# MONGODB_PORT
# MONGODB_DB
#
# Author:
# <NAME> <<EMAIL>>
_ ... | true | # Description:
# Enhances hubot-brain with MongoDB for better persistance. Falls back
# to memory brain if Mongo connection fails for local testing.
#
# Dependencies:
# "mongodb": "*"
# "lodash" : "*"
#
# Configuration:
# MONGODB_HOST
# MONGODB_PORT
# MONGODB_DB
#
# Author:
# PI:NAME:<NAME>END_PI <PI:E... |
[
{
"context": "oGLib\n# Module | Stat methods\n# Author | Sherif Emabrak\n# Description | range for set of element\n# ------",
"end": 163,
"score": 0.9998778104782104,
"start": 149,
"tag": "NAME",
"value": "Sherif Emabrak"
}
] | src/lib/statistics/summary/range.coffee | Sherif-Embarak/gp-test | 0 | # ------------------------------------------------------------------------------
# Project | GoGLib
# Module | Stat methods
# Author | Sherif Emabrak
# Description | range for set of element
# ------------------------------------------------------------------------------
range = () -> | 27293 | # ------------------------------------------------------------------------------
# Project | GoGLib
# Module | Stat methods
# Author | <NAME>
# Description | range for set of element
# ------------------------------------------------------------------------------
range = () -> | true | # ------------------------------------------------------------------------------
# Project | GoGLib
# Module | Stat methods
# Author | PI:NAME:<NAME>END_PI
# Description | range for set of element
# ------------------------------------------------------------------------------
range = () -> |
[
{
"context": "showing', ->\n SettingsHelper.setCredentials 'foo@bar.baz', '0123456789abcdef0123456789abcdef'\n\n # Tes",
"end": 970,
"score": 0.9986297488212585,
"start": 959,
"tag": "EMAIL",
"value": "foo@bar.baz"
},
{
"context": " SettingsHelper.setCredentials 'foo@bar... | spec/views/select-wifi-view-spec.coffee | lukehoban/spark-dev | 1 | {WorkspaceView} = require 'atom'
$ = require('atom').$
SettingsHelper = require '../../lib/utils/settings-helper'
_s = require 'underscore.string'
describe 'Select Wifi View', ->
activationPromise = null
sparkIde = null
selectWifiView = null
originalProfile = null
beforeEach ->
atom.workspaceView = new ... | 143153 | {WorkspaceView} = require 'atom'
$ = require('atom').$
SettingsHelper = require '../../lib/utils/settings-helper'
_s = require 'underscore.string'
describe 'Select Wifi View', ->
activationPromise = null
sparkIde = null
selectWifiView = null
originalProfile = null
beforeEach ->
atom.workspaceView = new ... | true | {WorkspaceView} = require 'atom'
$ = require('atom').$
SettingsHelper = require '../../lib/utils/settings-helper'
_s = require 'underscore.string'
describe 'Select Wifi View', ->
activationPromise = null
sparkIde = null
selectWifiView = null
originalProfile = null
beforeEach ->
atom.workspaceView = new ... |
[
{
"context": "ldkiteProvider.configure({\n buildkiteToken: 'abc123'\n })\n\n it \"passes the buildkite token to api ",
"end": 382,
"score": 0.7792471051216125,
"start": 376,
"tag": "KEY",
"value": "abc123"
},
{
"context": " expect(buildkiteApi.create).to.be.calledWith(\"a... | test/buildkite_provider_spec.coffee | cypress-io/cypress-bumpercar | 4 | buildkiteProvider = require("../lib/providers/buildkite")
buildkiteApi = require("../lib/providers/buildkite-api")
describe "Buildkite Provider", ->
beforeEach ->
@api = {
updateEnvironmentVariables: @sandbox.stub().resolves(true)
}
@sandbox.stub(buildkiteApi, 'create').returns(@api)
@provider... | 22987 | buildkiteProvider = require("../lib/providers/buildkite")
buildkiteApi = require("../lib/providers/buildkite-api")
describe "Buildkite Provider", ->
beforeEach ->
@api = {
updateEnvironmentVariables: @sandbox.stub().resolves(true)
}
@sandbox.stub(buildkiteApi, 'create').returns(@api)
@provider... | true | buildkiteProvider = require("../lib/providers/buildkite")
buildkiteApi = require("../lib/providers/buildkite-api")
describe "Buildkite Provider", ->
beforeEach ->
@api = {
updateEnvironmentVariables: @sandbox.stub().resolves(true)
}
@sandbox.stub(buildkiteApi, 'create').returns(@api)
@provider... |
[
{
"context": "ESPACE ? 'meshblu-amqp-auth'\n password: process.env.PASSWORD\n\n panic: (error) =>\n console.error error.stac",
"end": 485,
"score": 0.9946204423904419,
"start": 465,
"tag": "PASSWORD",
"value": "process.env.PASSWORD"
}
] | command.coffee | octoblu/meshblu-rabbitmq-auth-service | 0 | _ = require 'lodash'
MeshbluConfig = require 'meshblu-config'
Server = require './src/server'
class Command
constructor: ->
@serverOptions =
redisUri: process.env.REDIS_URI
port: process.env.PORT ? 80
disableLogging: (process.env.DISABLE_LOGGING ? 'true') == "... | 144227 | _ = require 'lodash'
MeshbluConfig = require 'meshblu-config'
Server = require './src/server'
class Command
constructor: ->
@serverOptions =
redisUri: process.env.REDIS_URI
port: process.env.PORT ? 80
disableLogging: (process.env.DISABLE_LOGGING ? 'true') == "... | true | _ = require 'lodash'
MeshbluConfig = require 'meshblu-config'
Server = require './src/server'
class Command
constructor: ->
@serverOptions =
redisUri: process.env.REDIS_URI
port: process.env.PORT ? 80
disableLogging: (process.env.DISABLE_LOGGING ? 'true') == "... |
[
{
"context": "e '../assets/coffee.svg'\n\nexport default\n name: 'hello-world'\n\n data: ->\n count: 0\n members: [\n 't",
"end": 74,
"score": 0.9889452457427979,
"start": 63,
"tag": "USERNAME",
"value": "hello-world"
},
{
"context": "ata: ->\n count: 0\n members: ... | src/components/hello_world.coffee | just-fine/coffee-vue | 5 | logo = require '../assets/coffee.svg'
export default
name: 'hello-world'
data: ->
count: 0
members: [
'teacher toni'
'teacher david'
]
methods:
handle: ->
@count = @count + 5
bookmark: (h) ->
<img style="margin-bottom: -10px;" src={logo} width="30" height="30"/>
... | 33595 | logo = require '../assets/coffee.svg'
export default
name: 'hello-world'
data: ->
count: 0
members: [
'teacher <NAME>'
'teacher <NAME>'
]
methods:
handle: ->
@count = @count + 5
bookmark: (h) ->
<img style="margin-bottom: -10px;" src={logo} width="30" height="30"/>
... | true | logo = require '../assets/coffee.svg'
export default
name: 'hello-world'
data: ->
count: 0
members: [
'teacher PI:NAME:<NAME>END_PI'
'teacher PI:NAME:<NAME>END_PI'
]
methods:
handle: ->
@count = @count + 5
bookmark: (h) ->
<img style="margin-bottom: -10px;" src={log... |
[
{
"context": "p'\n client_id: 'i'\n client_secret: 's'\n @logger = new ExtendedLogger\n @apiClient ",
"end": 283,
"score": 0.8886745572090149,
"start": 282,
"tag": "KEY",
"value": "s"
},
{
"context": "omise.resolve()\n @apiClient.create( { name: 'myCat' }, { ... | src/spec/apiclient.spec.coffee | celeste-horgan/sphere-category-sync | 1 | _ = require 'underscore'
ApiClient = require '../lib/apiclient'
Promise = require 'bluebird'
{ExtendedLogger} = require 'sphere-node-utils'
describe 'ApiClient', ->
beforeEach ->
options =
config:
project_key: 'p'
client_id: 'i'
client_secret: 's'
@logger = new ExtendedLogger
... | 99860 | _ = require 'underscore'
ApiClient = require '../lib/apiclient'
Promise = require 'bluebird'
{ExtendedLogger} = require 'sphere-node-utils'
describe 'ApiClient', ->
beforeEach ->
options =
config:
project_key: 'p'
client_id: 'i'
client_secret: '<KEY>'
@logger = new ExtendedLogge... | true | _ = require 'underscore'
ApiClient = require '../lib/apiclient'
Promise = require 'bluebird'
{ExtendedLogger} = require 'sphere-node-utils'
describe 'ApiClient', ->
beforeEach ->
options =
config:
project_key: 'p'
client_id: 'i'
client_secret: 'PI:KEY:<KEY>END_PI'
@logger = new ... |
[
{
"context": "###\n# models/user.coffee\n#\n# © 2014 Dan Nichols\n# See LICENSE for more details\n#\n# This is our us",
"end": 47,
"score": 0.9996140599250793,
"start": 36,
"tag": "NAME",
"value": "Dan Nichols"
}
] | lib/models/user.coffee | dlnichols/h_media | 0 | ###
# models/user.coffee
#
# © 2014 Dan Nichols
# See LICENSE for more details
#
# This is our user model. We define the user's state here, this includes
# identification, authorization, confirmation, creation, and when it was last
# updated. All the standard user stuff.
###
'use strict'
# External libs
_ = r... | 114308 | ###
# models/user.coffee
#
# © 2014 <NAME>
# See LICENSE for more details
#
# This is our user model. We define the user's state here, this includes
# identification, authorization, confirmation, creation, and when it was last
# updated. All the standard user stuff.
###
'use strict'
# External libs
_ = requir... | true | ###
# models/user.coffee
#
# © 2014 PI:NAME:<NAME>END_PI
# See LICENSE for more details
#
# This is our user model. We define the user's state here, this includes
# identification, authorization, confirmation, creation, and when it was last
# updated. All the standard user stuff.
###
'use strict'
# External libs
_ ... |
[
{
"context": " at the moment\n\n @license the unlicense\n @author jens alexander ewald, 2011-2014, lea.io\n @version 0.2.0\n @dependson ",
"end": 180,
"score": 0.9996832609176636,
"start": 160,
"tag": "NAME",
"value": "jens alexander ewald"
}
] | src/paster.coffee | jens-a-e/textinput.js | 0 | ###!
Paster.js – Helps you with entering textual content via paste
supports intentional strg/cmd + v only at the moment
@license the unlicense
@author jens alexander ewald, 2011-2014, lea.io
@version 0.2.0
@dependson FancyFileReader.js
!###
$ ->
$.fn.paster = (callback) ->
jQuery.event.props.push("c... | 16602 | ###!
Paster.js – Helps you with entering textual content via paste
supports intentional strg/cmd + v only at the moment
@license the unlicense
@author <NAME>, 2011-2014, lea.io
@version 0.2.0
@dependson FancyFileReader.js
!###
$ ->
$.fn.paster = (callback) ->
jQuery.event.props.push("clipboardData")... | true | ###!
Paster.js – Helps you with entering textual content via paste
supports intentional strg/cmd + v only at the moment
@license the unlicense
@author PI:NAME:<NAME>END_PI, 2011-2014, lea.io
@version 0.2.0
@dependson FancyFileReader.js
!###
$ ->
$.fn.paster = (callback) ->
jQuery.event.props.push("c... |
[
{
"context": "s.rpc.register 'wave_enable', ->\n key = @f\n self._triggerParticipants(key)\n ",
"end": 3385,
"score": 0.7317676544189453,
"start": 3384,
"tag": "KEY",
"value": "@"
},
{
"context": "ontainer.renderGadget(shindigGadget)\n key = shindigGa... | src/client/wave/opensocial.coffee | LaPingvino/rizzoma | 88 | _ = require('underscore')
ANONYMOUS_USER_ID = 'anonymous'
fixShindig = ->
class CustomGadget extends shindig.BaseIfrGadget
constructor: (params) ->
shindig.Gadget.call(@, params)
@setServerBase(window.gadget.shindigUrl + '/gadgets/')
getTitleBarContent: (ca... | 91463 | _ = require('underscore')
ANONYMOUS_USER_ID = 'anonymous'
fixShindig = ->
class CustomGadget extends shindig.BaseIfrGadget
constructor: (params) ->
shindig.Gadget.call(@, params)
@setServerBase(window.gadget.shindigUrl + '/gadgets/')
getTitleBarContent: (ca... | true | _ = require('underscore')
ANONYMOUS_USER_ID = 'anonymous'
fixShindig = ->
class CustomGadget extends shindig.BaseIfrGadget
constructor: (params) ->
shindig.Gadget.call(@, params)
@setServerBase(window.gadget.shindigUrl + '/gadgets/')
getTitleBarContent: (ca... |
[
{
"context": "timeout ->\n params = {email: email, password: password}\n console.log params, $scope\n $.ajax\n ",
"end": 3528,
"score": 0.9991241097450256,
"start": 3520,
"tag": "PASSWORD",
"value": "password"
}
] | app/assets/javascripts/appointments/editor/modal.controller.js.coffee | MarocStream/appointments | 1 | angular.module('calendarApp')
.controller 'AppointmentModalController',
['$scope', 'appointment', 'appointmentErrors', '$modalInstance', '$modal', 'Appointments', 'Users', '$rootScope', '$timeout', '$filter', 'AppointmentSync',
( $scope, appointment, appointmentErrors, $modalInstance, $modal, Appointments, ... | 50252 | angular.module('calendarApp')
.controller 'AppointmentModalController',
['$scope', 'appointment', 'appointmentErrors', '$modalInstance', '$modal', 'Appointments', 'Users', '$rootScope', '$timeout', '$filter', 'AppointmentSync',
( $scope, appointment, appointmentErrors, $modalInstance, $modal, Appointments, ... | true | angular.module('calendarApp')
.controller 'AppointmentModalController',
['$scope', 'appointment', 'appointmentErrors', '$modalInstance', '$modal', 'Appointments', 'Users', '$rootScope', '$timeout', '$filter', 'AppointmentSync',
( $scope, appointment, appointmentErrors, $modalInstance, $modal, Appointments, ... |
[
{
"context": "name: 'Carp'\nscopeName: 'source.carp'\ntype: 'tree-sitter'\n",
"end": 8,
"score": 0.7079058885574341,
"start": 7,
"tag": "NAME",
"value": "C"
}
] | grammars/tree-sitter-carp.cson | GrayJack/language-carp | 5 | name: 'Carp'
scopeName: 'source.carp'
type: 'tree-sitter'
parser: 'tree-sitter-carp'
fileTypes: [
'carp'
]
comments:
start: '; '
folds: [
{
start: {index: 0, type: '{'}
end: {index: -1, type: '}'}
}
{
start: {index: 0, type: '['}
end: {index: -1, type: ']'}
}
{
start: {index: 0, typ... | 135166 | name: '<NAME>arp'
scopeName: 'source.carp'
type: 'tree-sitter'
parser: 'tree-sitter-carp'
fileTypes: [
'carp'
]
comments:
start: '; '
folds: [
{
start: {index: 0, type: '{'}
end: {index: -1, type: '}'}
}
{
start: {index: 0, type: '['}
end: {index: -1, type: ']'}
}
{
start: {index: 0... | true | name: 'PI:NAME:<NAME>END_PIarp'
scopeName: 'source.carp'
type: 'tree-sitter'
parser: 'tree-sitter-carp'
fileTypes: [
'carp'
]
comments:
start: '; '
folds: [
{
start: {index: 0, type: '{'}
end: {index: -1, type: '}'}
}
{
start: {index: 0, type: '['}
end: {index: -1, type: ']'}
}
{
st... |
[
{
"context": " uuid: 'some-random-uuid'\n hashedToken: 'some-hashed-token-str'\n @sut.insert record, done\n\n beforeEach (",
"end": 880,
"score": 0.6424936652183533,
"start": 859,
"tag": "PASSWORD",
"value": "some-hashed-token-str"
},
{
"context": "id: 'some-random-u... | test/tokens-cache-spec.coffee | octoblu/meshblu-core-datastore | 0 | {describe,beforeEach,expect,it} = global
mongojs = require 'mongojs'
Datastore = require '../src/datastore'
Cache = require 'meshblu-core-cache'
redis = require 'fakeredis'
RedisNS = require '@octoblu/redis-ns'
UUID = require 'uuid'
describe 'Tokens cache', ->
beforeEach (done) ->
redisClient = ... | 57878 | {describe,beforeEach,expect,it} = global
mongojs = require 'mongojs'
Datastore = require '../src/datastore'
Cache = require 'meshblu-core-cache'
redis = require 'fakeredis'
RedisNS = require '@octoblu/redis-ns'
UUID = require 'uuid'
describe 'Tokens cache', ->
beforeEach (done) ->
redisClient = ... | true | {describe,beforeEach,expect,it} = global
mongojs = require 'mongojs'
Datastore = require '../src/datastore'
Cache = require 'meshblu-core-cache'
redis = require 'fakeredis'
RedisNS = require '@octoblu/redis-ns'
UUID = require 'uuid'
describe 'Tokens cache', ->
beforeEach (done) ->
redisClient = ... |
[
{
"context": "ular.mock\n\ndescribe 'tags', ->\n TAGS_LIST_KEY = 'hypothesis.user.tags.list'\n TAGS_MAP_KEY = 'hypothesis.user.tags.map'\n\n f",
"end": 97,
"score": 0.7630367279052734,
"start": 72,
"tag": "KEY",
"value": "hypothesis.user.tags.list"
},
{
"context": "Y = 'hypothesis... | h/static/scripts/test/tags-test.coffee | noscripter/h | 0 | {module, inject} = angular.mock
describe 'tags', ->
TAGS_LIST_KEY = 'hypothesis.user.tags.list'
TAGS_MAP_KEY = 'hypothesis.user.tags.map'
fakeLocalStorage = null
sandbox = null
savedTagsMap = null
savedTagsList = null
tags = null
before ->
angular.module('h', []).service('tags', require('../tags'... | 139826 | {module, inject} = angular.mock
describe 'tags', ->
TAGS_LIST_KEY = '<KEY>'
TAGS_MAP_KEY = '<KEY>'
fakeLocalStorage = null
sandbox = null
savedTagsMap = null
savedTagsList = null
tags = null
before ->
angular.module('h', []).service('tags', require('../tags'))
beforeEach module('h')
beforeEa... | true | {module, inject} = angular.mock
describe 'tags', ->
TAGS_LIST_KEY = 'PI:KEY:<KEY>END_PI'
TAGS_MAP_KEY = 'PI:KEY:<KEY>END_PI'
fakeLocalStorage = null
sandbox = null
savedTagsMap = null
savedTagsList = null
tags = null
before ->
angular.module('h', []).service('tags', require('../tags'))
beforeE... |
[
{
"context": " 'Song'\n\n artist =\n type: 'Artist'\n name: 'Roberto'\n songs:\n worst:\n blop: 'pouet'\n ",
"end": 6469,
"score": 0.9998129606246948,
"start": 6462,
"tag": "NAME",
"value": "Roberto"
},
{
"context": " 'Song'\n\n artist =\n type: 'Artist'\n ... | packages/meteor-scenegraph/tests/types.coffee | belluzj/starouarze.js | 2 | Type = SG.Internals.Type
Tinytest.add 'meteor-scenegraph - Type - resolve()', (test) ->
test.throws (-> Type.resolve()), 'arguments'
test.throws (-> Type.resolve 'Bad'), 'unknown'
test.throws (-> Type.resolve {field: 'Bad'}), 'unknown'
test.throws (-> Type.resolve {foo: {bar: {baz: 'Bad'}}}), 'unknown'
# Pu... | 173613 | Type = SG.Internals.Type
Tinytest.add 'meteor-scenegraph - Type - resolve()', (test) ->
test.throws (-> Type.resolve()), 'arguments'
test.throws (-> Type.resolve 'Bad'), 'unknown'
test.throws (-> Type.resolve {field: 'Bad'}), 'unknown'
test.throws (-> Type.resolve {foo: {bar: {baz: 'Bad'}}}), 'unknown'
# Pu... | true | Type = SG.Internals.Type
Tinytest.add 'meteor-scenegraph - Type - resolve()', (test) ->
test.throws (-> Type.resolve()), 'arguments'
test.throws (-> Type.resolve 'Bad'), 'unknown'
test.throws (-> Type.resolve {field: 'Bad'}), 'unknown'
test.throws (-> Type.resolve {foo: {bar: {baz: 'Bad'}}}), 'unknown'
# Pu... |
[
{
"context": ".directive 'adminWidget', [() ->\n widgetKey = 'adminWidget'\n return {\n restrict: \"A\",\n replace:",
"end": 99,
"score": 0.9041738510131836,
"start": 88,
"tag": "KEY",
"value": "adminWidget"
}
] | src/app/admin/app/widgets.coffee | At0ll/rsmev-skeleton | 0 | angular.module('rsmev.widgets', [])
.directive 'adminWidget', [() ->
widgetKey = 'adminWidget'
return {
restrict: "A",
replace: true,
templateUrl: widgetKey + ".html",
scope: {},
link: (scope) ->
scope.show = false;
}
] | 122591 | angular.module('rsmev.widgets', [])
.directive 'adminWidget', [() ->
widgetKey = '<KEY>'
return {
restrict: "A",
replace: true,
templateUrl: widgetKey + ".html",
scope: {},
link: (scope) ->
scope.show = false;
}
] | true | angular.module('rsmev.widgets', [])
.directive 'adminWidget', [() ->
widgetKey = 'PI:KEY:<KEY>END_PI'
return {
restrict: "A",
replace: true,
templateUrl: widgetKey + ".html",
scope: {},
link: (scope) ->
scope.show = false;
}
] |
[
{
"context": "e Music\n * @category Web Components\n * @author Nazar Mokrynskyi <nazar@mokrynskyi.com>\n * @copyright Copyright (c",
"end": 96,
"score": 0.9998921155929565,
"start": 80,
"tag": "NAME",
"value": "Nazar Mokrynskyi"
},
{
"context": "y Web Components\n * @author N... | html/cs-music-library-rescan/script.coffee | mariot/Klif-Mozika | 0 | ###*
* @package CleverStyle Music
* @category Web Components
* @author Nazar Mokrynskyi <nazar@mokrynskyi.com>
* @copyright Copyright (c) 2014-2015, Nazar Mokrynskyi
* @license MIT License, see license.txt
###
document.webL10n.ready ->
music_playlist = cs.music_playlist
player = document.querySelector... | 225647 | ###*
* @package CleverStyle Music
* @category Web Components
* @author <NAME> <<EMAIL>>
* @copyright Copyright (c) 2014-2015, <NAME>
* @license MIT License, see license.txt
###
document.webL10n.ready ->
music_playlist = cs.music_playlist
player = document.querySelector('cs-music-player')
Polymer(
... | true | ###*
* @package CleverStyle Music
* @category Web Components
* @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
* @copyright Copyright (c) 2014-2015, PI:NAME:<NAME>END_PI
* @license MIT License, see license.txt
###
document.webL10n.ready ->
music_playlist = cs.music_playlist
player = document.que... |
[
{
"context": "First Post',\n tags: ['news'],\n author: 'Author',\n date: '2014-08-16T00:00:00Z',\n body:",
"end": 542,
"score": 0.6023765802383423,
"start": 536,
"tag": "NAME",
"value": "Author"
}
] | test/document.coffee | tinysou/tinysou-node | 3 | assert = require 'assert'
nock = require 'nock'
Tinysou = require '../lib/tinysou'
describe 'Document', ->
before ->
tinysou = new Tinysou 'token'
@documents = tinysou.documents
@engine = {
name: 'blog',
display_name: 'Blog'
}
@collection = {
name: 'posts',
field_types: {... | 222623 | assert = require 'assert'
nock = require 'nock'
Tinysou = require '../lib/tinysou'
describe 'Document', ->
before ->
tinysou = new Tinysou 'token'
@documents = tinysou.documents
@engine = {
name: 'blog',
display_name: 'Blog'
}
@collection = {
name: 'posts',
field_types: {... | true | assert = require 'assert'
nock = require 'nock'
Tinysou = require '../lib/tinysou'
describe 'Document', ->
before ->
tinysou = new Tinysou 'token'
@documents = tinysou.documents
@engine = {
name: 'blog',
display_name: 'Blog'
}
@collection = {
name: 'posts',
field_types: {... |
[
{
"context": "###!\nCopyright (c) 2002-2017 \"Neo Technology,\"\nNetwork Engine for Objects in Lund AB [http://n",
"end": 44,
"score": 0.5344284176826477,
"start": 34,
"tag": "NAME",
"value": "Technology"
}
] | src/components/D3Visualization/lib/visualization/utils/circumferentialDistribution.coffee | yezonggang/zcfx-admin-master | 24 | ###!
Copyright (c) 2002-2017 "Neo Technology,"
Network Engine for Objects in Lund AB [http://neotechnology.com]
This file is part of Neo4j.
Neo4j is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 ... | 138184 | ###!
Copyright (c) 2002-2017 "Neo <NAME>,"
Network Engine for Objects in Lund AB [http://neotechnology.com]
This file is part of Neo4j.
Neo4j is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of t... | true | ###!
Copyright (c) 2002-2017 "Neo PI:NAME:<NAME>END_PI,"
Network Engine for Objects in Lund AB [http://neotechnology.com]
This file is part of Neo4j.
Neo4j is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either ... |
[
{
"context": ".\n# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/\n $(document).ready ->\n",
"end": 202,
"score": 0.9911285638809204,
"start": 193,
"tag": "USERNAME",
"value": "jashkenas"
},
{
"context": "eScript in this file: http://jashkenas.gith... | app/assets/javascripts/validations.js.coffee | techvision/brails | 7 | # Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
$(document).ready ->
#error elements test
#alert("error elements:" + $('.content:... | 75924 | # Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
$(document).ready ->
#error elements test
#alert("error elements:" + $('.content:... | true | # Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
$(document).ready ->
#error elements test
#alert("error elements:" + $('.content:... |
[
{
"context": " projectRoot: null\n manager: null\n accessKey: 'altKey'\n platform:\n darwin: false\n linux: false\n ",
"end": 158,
"score": 0.9960539937019348,
"start": 152,
"tag": "KEY",
"value": "altKey"
}
] | lib/atom-ternjs-helper.coffee | noscripter/atom-ternjs | 0 | fs = require 'fs'
path = require 'path'
_ = require 'underscore-plus'
module.exports =
class Helper
projectRoot: null
manager: null
accessKey: 'altKey'
platform:
darwin: false
linux: false
windows: false
checkpointsDefinition: []
tags:
'&': '&'
'<': '<'
'>': '>'
constr... | 106683 | fs = require 'fs'
path = require 'path'
_ = require 'underscore-plus'
module.exports =
class Helper
projectRoot: null
manager: null
accessKey: '<KEY>'
platform:
darwin: false
linux: false
windows: false
checkpointsDefinition: []
tags:
'&': '&'
'<': '<'
'>': '>'
constru... | true | fs = require 'fs'
path = require 'path'
_ = require 'underscore-plus'
module.exports =
class Helper
projectRoot: null
manager: null
accessKey: 'PI:KEY:<KEY>END_PI'
platform:
darwin: false
linux: false
windows: false
checkpointsDefinition: []
tags:
'&': '&'
'<': '<'
'>': '>... |
[
{
"context": "##! jquery-imagepreloader 2.0.0 http://github.com/Se7enSky/jquery-imagepreloader###\n###\n@name jquery-imagepr",
"end": 59,
"score": 0.9994495511054993,
"start": 51,
"tag": "USERNAME",
"value": "Se7enSky"
},
{
"context": ". Advanced image preloader.\n@version 2.0.0\n@au... | jquery-imagepreloader.coffee | SE7ENSKY/jquery-imagepreloader | 0 | ###! jquery-imagepreloader 2.0.0 http://github.com/Se7enSky/jquery-imagepreloader###
###
@name jquery-imagepreloader
@description Just another wheel reinvent. Advanced image preloader.
@version 2.0.0
@author Se7enSky studio <info@se7ensky.com>
@dependencies async
###
plugin = ($, async) ->
###
opts:
attr: 'data-... | 43281 | ###! jquery-imagepreloader 2.0.0 http://github.com/Se7enSky/jquery-imagepreloader###
###
@name jquery-imagepreloader
@description Just another wheel reinvent. Advanced image preloader.
@version 2.0.0
@author Se<NAME> <<EMAIL>>
@dependencies async
###
plugin = ($, async) ->
###
opts:
attr: 'data-src'
threads: ... | true | ###! jquery-imagepreloader 2.0.0 http://github.com/Se7enSky/jquery-imagepreloader###
###
@name jquery-imagepreloader
@description Just another wheel reinvent. Advanced image preloader.
@version 2.0.0
@author SePI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
@dependencies async
###
plugin = ($, async) ->
###
opts:
... |
[
{
"context": "nks = LinkGrabber.fromHTMLString('<a href=\"mailto:foo@bar.com\">mail</a> http://bar/').allLinks()\n\t\t\tlinks.shoul",
"end": 662,
"score": 0.9998558163642883,
"start": 651,
"tag": "EMAIL",
"value": "foo@bar.com"
}
] | test/src/link_grabber_test.coffee | MattesGroeger/chrome-open-links | 14 | describe 'LinkGrabber', ->
describe 'with html input', ->
it 'should find all links', ->
links = LinkGrabber.fromHTMLString('<p>Lorem <a href="http://foo/">ipsum</a> dolor <a href="http://bar/">lorem</a> ipsum</p>').allLinks()
links.should.have.lengthOf(2)
links[0].should.equal("http://foo/")
links[... | 51167 | describe 'LinkGrabber', ->
describe 'with html input', ->
it 'should find all links', ->
links = LinkGrabber.fromHTMLString('<p>Lorem <a href="http://foo/">ipsum</a> dolor <a href="http://bar/">lorem</a> ipsum</p>').allLinks()
links.should.have.lengthOf(2)
links[0].should.equal("http://foo/")
links[... | true | describe 'LinkGrabber', ->
describe 'with html input', ->
it 'should find all links', ->
links = LinkGrabber.fromHTMLString('<p>Lorem <a href="http://foo/">ipsum</a> dolor <a href="http://bar/">lorem</a> ipsum</p>').allLinks()
links.should.have.lengthOf(2)
links[0].should.equal("http://foo/")
links[... |
[
{
"context": "# CoffeeScript port by David Bushong <david@bushong.net>\n#\n# Copyright 2012 Google Inc",
"end": 36,
"score": 0.9998965263366699,
"start": 23,
"tag": "NAME",
"value": "David Bushong"
},
{
"context": "# CoffeeScript port by David Bushong <david@bushong.net>\n#\n# Copyri... | shaky.coffee | ShawnHuang/shaky | 23 | # CoffeeScript port by David Bushong <david@bushong.net>
#
# Copyright 2012 Google Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/lice... | 217723 | # CoffeeScript port by <NAME> <<EMAIL>>
#
# Copyright 2012 Google Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
... | true | # CoffeeScript port by PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# Copyright 2012 Google Inc. 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.
# You may obtain a copy of the License at
#
# http://www.apa... |
[
{
"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.9998852610588074,
"start": 61,
"tag": "NAME",
"value": "Jessym Reziga"
},
{
"context": "f the Konsserto package.\n *\n * (c) Je... | node_modules/konsserto/lib/src/Konsserto/Component/Templating/ViewEngine.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.
###
filesystem = use('fs')
mixin = use('utils-merge')
url_resolver = use('url-resolver')
CO... | 27930 | ###
* 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.
###
filesystem = use('fs')
mixin = use('utils-merge')
url_resolver = use('url-resolver')
CONFIG = use('/app/con... | 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.
###
filesystem = use('fs')
mixin = use('utils-merge')
url_resolver = use('url-resol... |
[
{
"context": "erbose \"Bcrypt hash: \", hash\n user.password = hash\n cb()\n\n\n\n",
"end": 792,
"score": 0.9977290034294128,
"start": 788,
"tag": "PASSWORD",
"value": "hash"
}
] | lab1-REST/api/models/User.coffee | stepanic/fer-rznu | 0 | # User.coffee
#
# @description :: TODO: You might write a short summary of how this model works and what it represents here.
# @docs :: http://sailsjs.org/#!documentation/models
bcrypt = require 'bcrypt'
module.exports =
attributes:
username:
type: 'string'
required: true
unique: tr... | 81130 | # User.coffee
#
# @description :: TODO: You might write a short summary of how this model works and what it represents here.
# @docs :: http://sailsjs.org/#!documentation/models
bcrypt = require 'bcrypt'
module.exports =
attributes:
username:
type: 'string'
required: true
unique: tr... | true | # User.coffee
#
# @description :: TODO: You might write a short summary of how this model works and what it represents here.
# @docs :: http://sailsjs.org/#!documentation/models
bcrypt = require 'bcrypt'
module.exports =
attributes:
username:
type: 'string'
required: true
unique: tr... |
[
{
"context": "s about this software or licensing,\n# please email opensource@seagate.com or cortx-questions@seagate.com.\n#\n\n\n \njQuery ->",
"end": 706,
"score": 0.999893844127655,
"start": 684,
"tag": "EMAIL",
"value": "opensource@seagate.com"
},
{
"context": "icensing,\n# plea... | s3web/app/assets/javascripts/bootstrap.js.coffee | RakeshVaghasiya/cortx-s3server | 0 | #
# Copyright (c) 2020 Seagate Technology LLC and/or its Affiliates
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ap... | 146764 | #
# Copyright (c) 2020 Seagate Technology LLC and/or its Affiliates
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ap... | true | #
# Copyright (c) 2020 Seagate Technology LLC and/or its Affiliates
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by ap... |
[
{
"context": "#\n# Copyright (c) 2015 JD Powell <waveclaw@waveclaw.net>\n#\n# All modifications and",
"end": 32,
"score": 0.9969421029090881,
"start": 23,
"tag": "NAME",
"value": "JD Powell"
},
{
"context": "#\n# Copyright (c) 2015 JD Powell <waveclaw@waveclaw.net>\n#\n# All modifica... | grammars/rpm-spec.cson | waveclaw/language-rpm-spec | 3 | #
# Copyright (c) 2015 JD Powell <waveclaw@waveclaw.net>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the ... | 68378 | #
# Copyright (c) 2015 <NAME> <<EMAIL>>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package ... | true | #
# Copyright (c) 2015 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.