Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10072050 | <NME> .npmignore
<BEF> npm-debug.log*
node_modules
jspm_packages
.npm
/.*
/*.*
/test
/src
/packages
<MSG> Exclude snippets from publishing
<DFF> @@ -7,3 +7,4 @@ jspm_packages
/test
/src
/packages
+/snippets
| 1 | Exclude snippets from publishing | 0 | npmignore | mit | emmetio/emmet | |
10072051 | <NME> AUTHORS
<BEF> Ask Solem <askh@opera.com>
Rune Halvorsen <runeh@opera.com>
Russell Sim <russell.sim@gmail.com>
Brian Rosner <brosner@gmail.com>
Hugo Lopes Tavares <hltbra@gmail.com>
Sverre Johansen <sverre.johansen@gmail.com>
Bo Shi <bs@alum.mit.edu>
Carl Meyer <carl@dirtcircle.com>
Vinícius das Chagas Silva <vini... | 1 | Found full-name for contributor Halldor | 1 | AUTHORS | bsd-3-clause | ask/chishop | |
10072052 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | update bundler dev dependency | 1 | .gemspec | gemspec | mit | splitrb/split |
10072053 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | update bundler dev dependency | 1 | .gemspec | gemspec | mit | splitrb/split |
10072054 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | update bundler dev dependency | 1 | .gemspec | gemspec | mit | splitrb/split |
10072055 | <NME> encapsulated_helper_spec.rb
<BEF> ADDFILE
<MSG> #256 avoiding call to params in EncapsulatedHelper
<DFF> @@ -0,0 +1,24 @@
+require 'spec_helper'
+
+describe Split::EncapsulatedHelper do
+ include Split::EncapsulatedHelper
+
+ before do
+ @persistence_adapter = Split.configuration.persistence
+ Split.conf... | 24 | #256 avoiding call to params in EncapsulatedHelper | 0 | .rb | rb | mit | splitrb/split |
10072056 | <NME> encapsulated_helper_spec.rb
<BEF> ADDFILE
<MSG> #256 avoiding call to params in EncapsulatedHelper
<DFF> @@ -0,0 +1,24 @@
+require 'spec_helper'
+
+describe Split::EncapsulatedHelper do
+ include Split::EncapsulatedHelper
+
+ before do
+ @persistence_adapter = Split.configuration.persistence
+ Split.conf... | 24 | #256 avoiding call to params in EncapsulatedHelper | 0 | .rb | rb | mit | splitrb/split |
10072057 | <NME> encapsulated_helper_spec.rb
<BEF> ADDFILE
<MSG> #256 avoiding call to params in EncapsulatedHelper
<DFF> @@ -0,0 +1,24 @@
+require 'spec_helper'
+
+describe Split::EncapsulatedHelper do
+ include Split::EncapsulatedHelper
+
+ before do
+ @persistence_adapter = Split.configuration.persistence
+ Split.conf... | 24 | #256 avoiding call to params in EncapsulatedHelper | 0 | .rb | rb | mit | splitrb/split |
10072058 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 1 | Merge pull request #53 from leocassarani/issue-52 | 1 | .rb | rb | mit | splitrb/split |
10072059 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 1 | Merge pull request #53 from leocassarani/issue-52 | 1 | .rb | rb | mit | splitrb/split |
10072060 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 1 | Merge pull request #53 from leocassarani/issue-52 | 1 | .rb | rb | mit | splitrb/split |
10072061 | <NME> cookie_adapter_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "rack/test"
describe Split::Persistence::CookieAdapter do
subject { described_class.new(context) }
shared_examples "sets cookies correctly" do
describe "#[] and #[]=" do
it "set and return the value for given... | 2 | Fix spec for parsing invalid JSON | 4 | .rb | rb | mit | splitrb/split |
10072062 | <NME> cookie_adapter_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "rack/test"
describe Split::Persistence::CookieAdapter do
subject { described_class.new(context) }
shared_examples "sets cookies correctly" do
describe "#[] and #[]=" do
it "set and return the value for given... | 2 | Fix spec for parsing invalid JSON | 4 | .rb | rb | mit | splitrb/split |
10072063 | <NME> cookie_adapter_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "rack/test"
describe Split::Persistence::CookieAdapter do
subject { described_class.new(context) }
shared_examples "sets cookies correctly" do
describe "#[] and #[]=" do
it "set and return the value for given... | 2 | Fix spec for parsing invalid JSON | 4 | .rb | rb | mit | splitrb/split |
10072064 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | Replace usage of SimpleRandom with RubyStats | 1 | .gemspec | gemspec | mit | splitrb/split |
10072065 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | Replace usage of SimpleRandom with RubyStats | 1 | .gemspec | gemspec | mit | splitrb/split |
10072066 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | Replace usage of SimpleRandom with RubyStats | 1 | .gemspec | gemspec | mit | splitrb/split |
10072067 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 8 | Merge pull request #555 from husteadrobert/run_configure_after_initialize_on_rails | 1 | .rb | rb | mit | splitrb/split |
10072068 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 8 | Merge pull request #555 from husteadrobert/run_configure_after_initialize_on_rails | 1 | .rb | rb | mit | splitrb/split |
10072069 | <NME> split.rb
<BEF> # frozen_string_literal: true
require "redis"
require "split/algorithms"
require "split/algorithms/block_randomization"
require "split/algorithms/weighted_sample"
require "split/algorithms/whiplash"
require "split/alternative"
require "split/cache"
require "split/configuration"
require "split/enc... | 8 | Merge pull request #555 from husteadrobert/run_configure_after_initialize_on_rails | 1 | .rb | rb | mit | splitrb/split |
10072070 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | Lock rspec to 3.1.x for now | 1 | .gemspec | gemspec | mit | splitrb/split |
10072071 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | Lock rspec to 3.1.x for now | 1 | .gemspec | gemspec | mit | splitrb/split |
10072072 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 1 | Lock rspec to 3.1.x for now | 1 | .gemspec | gemspec | mit | splitrb/split |
10072073 | <NME> forms.py
<BEF> import os
from django import forms
from django.conf import settings
from djangopypi.models import Project, Classifier, Release
from django.utils.translation import ugettext_lazy as _
class ProjectForm(forms.ModelForm):
class Meta:
model = Project
exclude = ['owner', 'classifie... | 1 | Integrated djangopypi search engine - TODO: Functional Tests | 5 | .py | py | bsd-3-clause | ask/chishop |
10072074 | <NME> index.ts
<BEF> import { Abbreviation } from '@emmetio/abbreviation';
import { CSSAbbreviation } from '@emmetio/css-abbreviation';
import parseMarkup, { stringify as stringifyMarkup } from './markup';
import parseStylesheet, {
stringify as stringifyStylesheet,
convertSnippets as parseStylesheetSnippets,
... | 6 | Export abbreviation parsers from module | 3 | .ts | ts | mit | emmetio/emmet |
10072075 | <NME> index.ts
<BEF> import { Abbreviation } from '@emmetio/abbreviation';
import { CSSAbbreviation } from '@emmetio/css-abbreviation';
import parseMarkup, { stringify as stringifyMarkup } from './markup';
import parseStylesheet, {
stringify as stringifyStylesheet,
convertSnippets as parseStylesheetSnippets,
... | 6 | Export abbreviation parsers from module | 3 | .ts | ts | mit | emmetio/emmet |
10072076 | <NME> user.rb
<BEF> # frozen_string_literal: true
require "forwardable"
module Split
class User
extend Forwardable
def_delegators :@user, :keys, :[], :[]=, :delete
attr_reader :user
def initialize(context, adapter = nil)
@user = adapter || Split::Persistence.adapter.new(context)
@cleane... | 1 | Fix Layout/SpaceInsideBlockBraces | 1 | .rb | rb | mit | splitrb/split |
10072077 | <NME> user.rb
<BEF> # frozen_string_literal: true
require "forwardable"
module Split
class User
extend Forwardable
def_delegators :@user, :keys, :[], :[]=, :delete
attr_reader :user
def initialize(context, adapter = nil)
@user = adapter || Split::Persistence.adapter.new(context)
@cleane... | 1 | Fix Layout/SpaceInsideBlockBraces | 1 | .rb | rb | mit | splitrb/split |
10072078 | <NME> user.rb
<BEF> # frozen_string_literal: true
require "forwardable"
module Split
class User
extend Forwardable
def_delegators :@user, :keys, :[], :[]=, :delete
attr_reader :user
def initialize(context, adapter = nil)
@user = adapter || Split::Persistence.adapter.new(context)
@cleane... | 1 | Fix Layout/SpaceInsideBlockBraces | 1 | .rb | rb | mit | splitrb/split |
10072079 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 103 | Merge pull request #577 from gnanou/finish_inactive_experiment | 75 | .rb | rb | mit | splitrb/split |
10072080 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 103 | Merge pull request #577 from gnanou/finish_inactive_experiment | 75 | .rb | rb | mit | splitrb/split |
10072081 | <NME> helper_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
# TODO change some of these tests to use Rack::Test
describe Split::Helper do
include Split::Helper
let(:experiment) {
Split::ExperimentCatalog.find_or_create("link_color", "blue", "red")
}
describe "ab_test" do
it "shou... | 103 | Merge pull request #577 from gnanou/finish_inactive_experiment | 75 | .rb | rb | mit | splitrb/split |
10072082 | <NME> helpers.rb
<BEF> # frozen_string_literal: true
module Split
module DashboardHelpers
def h(text)
Rack::Utils.escape_html(text)
end
def url(*path_parts)
[ path_prefix, path_parts ].join("/").squeeze("/")
end
def path_prefix
request.env["SCRIPT_NAME"]
end
def numbe... | 2 | Fix Bigdecimal warnings | 2 | .rb | rb | mit | splitrb/split |
10072083 | <NME> helpers.rb
<BEF> # frozen_string_literal: true
module Split
module DashboardHelpers
def h(text)
Rack::Utils.escape_html(text)
end
def url(*path_parts)
[ path_prefix, path_parts ].join("/").squeeze("/")
end
def path_prefix
request.env["SCRIPT_NAME"]
end
def numbe... | 2 | Fix Bigdecimal warnings | 2 | .rb | rb | mit | splitrb/split |
10072084 | <NME> helpers.rb
<BEF> # frozen_string_literal: true
module Split
module DashboardHelpers
def h(text)
Rack::Utils.escape_html(text)
end
def url(*path_parts)
[ path_prefix, path_parts ].join("/").squeeze("/")
end
def path_prefix
request.env["SCRIPT_NAME"]
end
def numbe... | 2 | Fix Bigdecimal warnings | 2 | .rb | rb | mit | splitrb/split |
10072085 | <NME> README.md
<BEF> # Emmet — the essential toolkit for web-developers
Emmet is a web-developer’s toolkit for boosting HTML & CSS code writing.
With Emmet, you can type expressions (_abbreviations_) similar to CSS selectors and convert them into code fragment with a single keystroke. For example, this abbreviation:... | 1 | Updated README | 3 | .md | md | mit | emmetio/emmet |
10072086 | <NME> README.md
<BEF> # Emmet — the essential toolkit for web-developers
Emmet is a web-developer’s toolkit for boosting HTML & CSS code writing.
With Emmet, you can type expressions (_abbreviations_) similar to CSS selectors and convert them into code fragment with a single keystroke. For example, this abbreviation:... | 1 | Updated README | 3 | .md | md | mit | emmetio/emmet |
10072087 | <NME> setup.py
<BEF> #!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import codecs
try:
from setuptools import setup, find_packages
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
from distutils.command.install_data import in... | 1 | Added trove category Topic :: System :: Software Distribution | 0 | .py | py | bsd-3-clause | ask/chishop |
10072088 | <NME> .gitignore
<BEF> *.html.js
.DS_Store
.grunt
/node_modules
/dist
*-SNAPSHOT*
typings
npm-debug.log
.vscode
src/**/*.js
src/**/*.map
<MSG> chore(.gitignore): Exclude .idea files
<DFF> @@ -1,3 +1,4 @@
+.idea
*.html.js
.DS_Store
.grunt
| 1 | chore(.gitignore): Exclude .idea files | 0 | gitignore | mit | Semantic-Org/Semantic-UI-Angular | |
10072089 | <NME> .gitignore
<BEF> *.html.js
.DS_Store
.grunt
/node_modules
/dist
*-SNAPSHOT*
typings
npm-debug.log
.vscode
src/**/*.js
src/**/*.map
<MSG> chore(.gitignore): Exclude .idea files
<DFF> @@ -1,3 +1,4 @@
+.idea
*.html.js
.DS_Store
.grunt
| 1 | chore(.gitignore): Exclude .idea files | 0 | gitignore | mit | Semantic-Org/Semantic-UI-Angular | |
10072090 | <NME> .gitignore
<BEF> *.html.js
.DS_Store
.grunt
/node_modules
/dist
*-SNAPSHOT*
typings
npm-debug.log
.vscode
src/**/*.js
src/**/*.map
<MSG> chore(.gitignore): Exclude .idea files
<DFF> @@ -1,3 +1,4 @@
+.idea
*.html.js
.DS_Store
.grunt
| 1 | chore(.gitignore): Exclude .idea files | 0 | gitignore | mit | Semantic-Org/Semantic-UI-Angular | |
10072091 | <NME> lorem.ts
<BEF> import { ok, strictEqual as equal } from 'assert';
import expand from '../src';
function wordCount(str: string): number {
return str.split(' ').length;
}
function splitLines(str: string): string[] {
return str.split(/\n/);
}
describe('Lorem Ipsum generator', () => {
it('single', () =... | 5 | [markup] Format adjacent text-only/snippet nodes | 0 | .ts | ts | mit | emmetio/emmet |
10072092 | <NME> lorem.ts
<BEF> import { ok, strictEqual as equal } from 'assert';
import expand from '../src';
function wordCount(str: string): number {
return str.split(' ').length;
}
function splitLines(str: string): string[] {
return str.split(/\n/);
}
describe('Lorem Ipsum generator', () => {
it('single', () =... | 5 | [markup] Format adjacent text-only/snippet nodes | 0 | .ts | ts | mit | emmetio/emmet |
10072093 | <NME> stylesheet.ts
<BEF> import { strictEqual as equal, ok } from 'assert';
import { stylesheet as expandAbbreviation, resolveConfig, CSSAbbreviationScope } from '../src';
import score from '../src/stylesheet/score';
const defaultConfig = resolveConfig({
type: 'stylesheet',
options: {
'output.field': ... | 4 | [stylesheet] Do not select single unmatched value in snippet | 1 | .ts | ts | mit | emmetio/emmet |
10072094 | <NME> stylesheet.ts
<BEF> import { strictEqual as equal, ok } from 'assert';
import { stylesheet as expandAbbreviation, resolveConfig, CSSAbbreviationScope } from '../src';
import score from '../src/stylesheet/score';
const defaultConfig = resolveConfig({
type: 'stylesheet',
options: {
'output.field': ... | 4 | [stylesheet] Do not select single unmatched value in snippet | 1 | .ts | ts | mit | emmetio/emmet |
10072095 | <NME> .gitignore
<BEF> ._
.DS_Store
.swp
<MSG> ignore vim swp files
<DFF> @@ -1,3 +1,3 @@
._
.DS_Store
-.swp
+*.swp
| 1 | ignore vim swp files | 1 | gitignore | mit | zacstewart/Meow | |
10072096 | <NME> .gitignore
<BEF> ._
.DS_Store
.swp
<MSG> ignore vim swp files
<DFF> @@ -1,3 +1,3 @@
._
.DS_Store
-.swp
+*.swp
| 1 | ignore vim swp files | 1 | gitignore | mit | zacstewart/Meow | |
10072097 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require "rubygems"
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedConte... | 1 | Merge pull request #677 from splitrb/fix-spec-deprecations | 0 | .rb | rb | mit | splitrb/split |
10072098 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require "rubygems"
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedConte... | 1 | Merge pull request #677 from splitrb/fix-spec-deprecations | 0 | .rb | rb | mit | splitrb/split |
10072099 | <NME> spec_helper.rb
<BEF> # frozen_string_literal: true
ENV["RACK_ENV"] = "test"
require "rubygems"
require "bundler/setup"
require "simplecov"
SimpleCov.start
require "split"
require "ostruct"
require "yaml"
Dir["./spec/support/*.rb"].each { |f| require f }
module GlobalSharedContext
extend RSpec::SharedConte... | 1 | Merge pull request #677 from splitrb/fix-spec-deprecations | 0 | .rb | rb | mit | splitrb/split |
10072100 | <NME> snippets.ts
<BEF> ADDFILE
<MSG> Working on CSS snippet resolver
<DFF> @@ -0,0 +1,168 @@
+import parse, { CSSValue, ParseOptions } from '@emmetio/css-abbreviation';
+
+export type CSSSnippet = CSSSnippetRaw | CSSSnippetProperty;
+
+export const enum CSSSnippetType {
+ Raw = 'Raw',
+ Property = 'Property'
+}... | 168 | Working on CSS snippet resolver | 0 | .ts | ts | mit | emmetio/emmet |
10072101 | <NME> snippets.ts
<BEF> ADDFILE
<MSG> Working on CSS snippet resolver
<DFF> @@ -0,0 +1,168 @@
+import parse, { CSSValue, ParseOptions } from '@emmetio/css-abbreviation';
+
+export type CSSSnippet = CSSSnippetRaw | CSSSnippetProperty;
+
+export const enum CSSSnippetType {
+ Raw = 'Raw',
+ Property = 'Property'
+}... | 168 | Working on CSS snippet resolver | 0 | .ts | ts | mit | emmetio/emmet |
10072102 | <NME> output-stream.ts
<BEF> ADDFILE
<MSG> HTML outout (WIP)
<DFF> @@ -0,0 +1,61 @@
+import { FormatOptions, Options } from './types';
+
+const formatOptions: FormatOptions = {
+ indent: '\t',
+ baseIndent: '',
+ newline: '\n',
+ field(index: number, placeholder: string) {
+ return placeholder ? `\$... | 61 | HTML outout (WIP) | 0 | .ts | ts | mit | emmetio/emmet |
10072103 | <NME> output-stream.ts
<BEF> ADDFILE
<MSG> HTML outout (WIP)
<DFF> @@ -0,0 +1,61 @@
+import { FormatOptions, Options } from './types';
+
+const formatOptions: FormatOptions = {
+ indent: '\t',
+ baseIndent: '',
+ newline: '\n',
+ field(index: number, placeholder: string) {
+ return placeholder ? `\$... | 61 | HTML outout (WIP) | 0 | .ts | ts | mit | emmetio/emmet |
10072104 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 1 | Fixed syntax error | 1 | .rb | rb | mit | splitrb/split |
10072105 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 1 | Fixed syntax error | 1 | .rb | rb | mit | splitrb/split |
10072106 | <NME> configuration.rb
<BEF> # frozen_string_literal: true
module Split
class Configuration
attr_accessor :ignore_ip_addresses
attr_accessor :ignore_filter
attr_accessor :db_failover
attr_accessor :db_failover_on_db_error
attr_accessor :db_failover_allow_parameter_override
attr_accessor :allo... | 1 | Fixed syntax error | 1 | .rb | rb | mit | splitrb/split |
10072107 | <NME> indexPage.template.html
<BEF> ADDFILE
<MSG> chore(dgeni): Created basic index page
<DFF> @@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head lang="en">
+ <meta charset="UTF-8">
+ <title>Semantic-UI-Angular</title>
+ <link rel="stylesheet" href="lib/semantic-ui/semantic.css"/>
+</head>
+<body>
+<div class="... | 27 | chore(dgeni): Created basic index page | 0 | .html | template | mit | Semantic-Org/Semantic-UI-Angular |
10072108 | <NME> indexPage.template.html
<BEF> ADDFILE
<MSG> chore(dgeni): Created basic index page
<DFF> @@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head lang="en">
+ <meta charset="UTF-8">
+ <title>Semantic-UI-Angular</title>
+ <link rel="stylesheet" href="lib/semantic-ui/semantic.css"/>
+</head>
+<body>
+<div class="... | 27 | chore(dgeni): Created basic index page | 0 | .html | template | mit | Semantic-Org/Semantic-UI-Angular |
10072109 | <NME> indexPage.template.html
<BEF> ADDFILE
<MSG> chore(dgeni): Created basic index page
<DFF> @@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head lang="en">
+ <meta charset="UTF-8">
+ <title>Semantic-UI-Angular</title>
+ <link rel="stylesheet" href="lib/semantic-ui/semantic.css"/>
+</head>
+<body>
+<div class="... | 27 | chore(dgeni): Created basic index page | 0 | .html | template | mit | Semantic-Org/Semantic-UI-Angular |
10072110 | <NME> tests.py
<BEF> import unittest
import StringIO
from djangopypi.views import parse_distutils_request, simple
from djangopypi.models import Project, Classifier
from django.test.client import Client
from django.core.urlresolvers import reverse
from django.contrib.auth.models import User
from django.http import HttpR... | 2 | Fixes broken unittest. "test-suite" now passes again. | 1 | .py | py | bsd-3-clause | ask/chishop |
10072111 | <NME> convert.ts
<BEF> import { equal } from 'assert';
import parser, { ParserOptions } from '../src';
import stringify from './assets/stringify-node';
function parse(abbr: string, options?: ParserOptions) {
return stringify(parser(abbr, options));
}
describe('Convert token abbreviations', () => {
it('basic',... | 1 | FIxed invalid parsing of repeater number with modifiers | 1 | .ts | ts | mit | emmetio/emmet |
10072112 | <NME> convert.ts
<BEF> import { equal } from 'assert';
import parser, { ParserOptions } from '../src';
import stringify from './assets/stringify-node';
function parse(abbr: string, options?: ParserOptions) {
return stringify(parser(abbr, options));
}
describe('Convert token abbreviations', () => {
it('basic',... | 1 | FIxed invalid parsing of repeater number with modifiers | 1 | .ts | ts | mit | emmetio/emmet |
10072113 | <NME> expand.ts
<BEF> import { strictEqual as equal } from 'assert';
import expand, { resolveConfig } from '../src';
describe('Expand Abbreviation', () => {
describe('Markup', () => {
it('basic', () => {
equal(expand('input[value="text$"]*2'), '<input type="text" value="text1"><input type="text... | 1 | Fix #619 (#624) | 1 | .ts | ts | mit | emmetio/emmet |
10072114 | <NME> expand.ts
<BEF> import { strictEqual as equal } from 'assert';
import expand, { resolveConfig } from '../src';
describe('Expand Abbreviation', () => {
describe('Markup', () => {
it('basic', () => {
equal(expand('input[value="text$"]*2'), '<input type="text" value="text1"><input type="text... | 1 | Fix #619 (#624) | 1 | .ts | ts | mit | emmetio/emmet |
10072115 | <NME> parser.ts
<BEF> import { strictEqual as equal, throws } from 'assert';
import parser from '../src/parser';
import tokenizer from '../src/tokenizer';
import stringify from './assets/stringify';
import { ParserOptions } from '../src';
const parse = (abbr: string, options?: ParserOptions) => parser(tokenizer(abbr),... | 7 | Do not throw errors on missing closing brace | 0 | .ts | ts | mit | emmetio/emmet |
10072116 | <NME> parser.ts
<BEF> import { strictEqual as equal, throws } from 'assert';
import parser from '../src/parser';
import tokenizer from '../src/tokenizer';
import stringify from './assets/stringify';
import { ParserOptions } from '../src';
const parse = (abbr: string, options?: ParserOptions) => parser(tokenizer(abbr),... | 7 | Do not throw errors on missing closing brace | 0 | .ts | ts | mit | emmetio/emmet |
10072117 | <NME> rating.ts
<BEF> ADDFILE
<MSG> Merge pull request #51 from mxth/rating
Refactor rating component
<DFF> @@ -0,0 +1,173 @@
+///<reference path="../../../typings/angularjs/angular.d.ts"/>
+
+'use strict';
+
+const ratingConfig = {
+ max: 5,
+ size: '',
+ stateActive: 'active',
+ stateHover: 'selected',
... | 173 | Merge pull request #51 from mxth/rating | 0 | .ts | ts | mit | Semantic-Org/Semantic-UI-Angular |
10072118 | <NME> rating.ts
<BEF> ADDFILE
<MSG> Merge pull request #51 from mxth/rating
Refactor rating component
<DFF> @@ -0,0 +1,173 @@
+///<reference path="../../../typings/angularjs/angular.d.ts"/>
+
+'use strict';
+
+const ratingConfig = {
+ max: 5,
+ size: '',
+ stateActive: 'active',
+ stateHover: 'selected',
... | 173 | Merge pull request #51 from mxth/rating | 0 | .ts | ts | mit | Semantic-Org/Semantic-UI-Angular |
10072119 | <NME> rating.ts
<BEF> ADDFILE
<MSG> Merge pull request #51 from mxth/rating
Refactor rating component
<DFF> @@ -0,0 +1,173 @@
+///<reference path="../../../typings/angularjs/angular.d.ts"/>
+
+'use strict';
+
+const ratingConfig = {
+ max: 5,
+ size: '',
+ stateActive: 'active',
+ stateHover: 'selected',
... | 173 | Merge pull request #51 from mxth/rating | 0 | .ts | ts | mit | Semantic-Org/Semantic-UI-Angular |
10072120 | <NME> style.css
<BEF> html {
background: #efefef;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}
body {
padding: 0 10px;
margin: 10px auto 0;
}
.header {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#576a7... | 1 | no more massive clickable area on the reset button | 0 | .css | css | mit | splitrb/split |
10072121 | <NME> style.css
<BEF> html {
background: #efefef;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}
body {
padding: 0 10px;
margin: 10px auto 0;
}
.header {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#576a7... | 1 | no more massive clickable area on the reset button | 0 | .css | css | mit | splitrb/split |
10072122 | <NME> style.css
<BEF> html {
background: #efefef;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
}
body {
padding: 0 10px;
margin: 10px auto 0;
}
.header {
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#576a7... | 1 | no more massive clickable area on the reset button | 0 | .css | css | mit | splitrb/split |
10072123 | <NME> .jscsrc
<BEF> {
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do",
"try",
"catch"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"case",
"return",
"try",
"catch",
"typeof"
],
"requireSpaceBe... | 28 | chore(.jsscrc) Updated jssc to use rules as for angularjs | 63 | jscsrc | mit | Semantic-Org/Semantic-UI-Angular | |
10072124 | <NME> .jscsrc
<BEF> {
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do",
"try",
"catch"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"case",
"return",
"try",
"catch",
"typeof"
],
"requireSpaceBe... | 28 | chore(.jsscrc) Updated jssc to use rules as for angularjs | 63 | jscsrc | mit | Semantic-Org/Semantic-UI-Angular | |
10072125 | <NME> .jscsrc
<BEF> {
"requireCurlyBraces": [
"if",
"else",
"for",
"while",
"do",
"try",
"catch"
],
"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do",
"switch",
"case",
"return",
"try",
"catch",
"typeof"
],
"requireSpaceBe... | 28 | chore(.jsscrc) Updated jssc to use rules as for angularjs | 63 | jscsrc | mit | Semantic-Org/Semantic-UI-Angular | |
10072126 | <NME> buildout.cfg
<BEF> [buildout]
parts = django
find-links = http://bitbucket.org/ubernostrum/django-registration/downloads/django-registration-0.8-alpha-1.tar.gz
unzip = true
eggs = pkginfo
django-registration==0.8-alpha-1
[django]
recipe = djangorecipe
version = 1.1.1
settings = settings
eggs = ${buildout:... | 1 | Use development settings by default | 1 | .cfg | cfg | bsd-3-clause | ask/chishop |
10072127 | <NME> extract-abbreviation.ts
<BEF> ADDFILE
<MSG> Unit tests and docs for abbreviation extractor
<DFF> @@ -0,0 +1,126 @@
+import { deepStrictEqual, strictEqual, ok } from 'assert';
+import extractAbbreviation, { ExtractOptions, ExtractedAbbreviation } from '../src/extract-abbreviation';
+import isAtHTMLTag from '../sr... | 126 | Unit tests and docs for abbreviation extractor | 0 | .ts | ts | mit | emmetio/emmet |
10072128 | <NME> extract-abbreviation.ts
<BEF> ADDFILE
<MSG> Unit tests and docs for abbreviation extractor
<DFF> @@ -0,0 +1,126 @@
+import { deepStrictEqual, strictEqual, ok } from 'assert';
+import extractAbbreviation, { ExtractOptions, ExtractedAbbreviation } from '../src/extract-abbreviation';
+import isAtHTMLTag from '../sr... | 126 | Unit tests and docs for abbreviation extractor | 0 | .ts | ts | mit | emmetio/emmet |
10072129 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 4 | Add debugger gem | 3 | .gemspec | gemspec | mit | splitrb/split |
10072130 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 4 | Add debugger gem | 3 | .gemspec | gemspec | mit | splitrb/split |
10072131 | <NME> split.gemspec
<BEF> # -*- encoding: utf-8 -*-
# frozen_string_literal: true
$:.push File.expand_path("../lib", __FILE__)
require "split/version"
Gem::Specification.new do |s|
s.name = "split"
s.version = Split::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andrew Nesbitt"]
s... | 4 | Add debugger gem | 3 | .gemspec | gemspec | mit | splitrb/split |
10072132 | <NME> transducers.js
<BEF>
// basic protocol helpers
var symbolExists = typeof Symbol !== 'undefined';
var protocols = {
iterator: symbolExists ? Symbol.iterator : '@@iterator'
};
function throwProtocolError(name, coll) {
throw new Error("don't know how to " + name + " collection: " +
coll);
}... | 29 | switch coll and f order in APIs, benchmark tweaks | 27 | .js | js | bsd-2-clause | jlongster/transducers.js |
10072133 | <NME> index.ngdoc
<BEF> ADDFILE
<MSG> chore(dgeni): Added content and assets for index page
<DFF> @@ -0,0 +1,5 @@
+@ngdoc overview
+@name Semantic-UI-Angular API Reference
+@description
+
+Welcome to the Semantic-UI-Angular API docs page!
\ No newline at end of file
| 5 | chore(dgeni): Added content and assets for index page | 0 | .ngdoc | ngdoc | mit | Semantic-Org/Semantic-UI-Angular |
10072134 | <NME> index.ngdoc
<BEF> ADDFILE
<MSG> chore(dgeni): Added content and assets for index page
<DFF> @@ -0,0 +1,5 @@
+@ngdoc overview
+@name Semantic-UI-Angular API Reference
+@description
+
+Welcome to the Semantic-UI-Angular API docs page!
\ No newline at end of file
| 5 | chore(dgeni): Added content and assets for index page | 0 | .ngdoc | ngdoc | mit | Semantic-Org/Semantic-UI-Angular |
10072135 | <NME> index.ngdoc
<BEF> ADDFILE
<MSG> chore(dgeni): Added content and assets for index page
<DFF> @@ -0,0 +1,5 @@
+@ngdoc overview
+@name Semantic-UI-Angular API Reference
+@description
+
+Welcome to the Semantic-UI-Angular API docs page!
\ No newline at end of file
| 5 | chore(dgeni): Added content and assets for index page | 0 | .ngdoc | ngdoc | mit | Semantic-Org/Semantic-UI-Angular |
10072136 | <NME> dual_adapter_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
describe Split::Persistence::DualAdapter do
let(:context) { "some context" }
let(:logged_in_adapter_instance) { double }
let(:logged_in_adapter) do
Class.new.tap { |c| allow(c).to receive(:new) { logged_in_adapter_instance... | 136 | Add a flag to use the new behavior of the DualAdapter | 60 | .rb | rb | mit | splitrb/split |
10072137 | <NME> dual_adapter_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
describe Split::Persistence::DualAdapter do
let(:context) { "some context" }
let(:logged_in_adapter_instance) { double }
let(:logged_in_adapter) do
Class.new.tap { |c| allow(c).to receive(:new) { logged_in_adapter_instance... | 136 | Add a flag to use the new behavior of the DualAdapter | 60 | .rb | rb | mit | splitrb/split |
10072138 | <NME> dual_adapter_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
describe Split::Persistence::DualAdapter do
let(:context) { "some context" }
let(:logged_in_adapter_instance) { double }
let(:logged_in_adapter) do
Class.new.tap { |c| allow(c).to receive(:new) { logged_in_adapter_instance... | 136 | Add a flag to use the new behavior of the DualAdapter | 60 | .rb | rb | mit | splitrb/split |
10072139 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 13 | If the alternatives of an experiment are changed it resets the experiment and uses the new alternatives | 1 | .rb | rb | mit | splitrb/split |
10072140 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 13 | If the alternatives of an experiment are changed it resets the experiment and uses the new alternatives | 1 | .rb | rb | mit | splitrb/split |
10072141 | <NME> experiment_spec.rb
<BEF> # frozen_string_literal: true
require "spec_helper"
require "time"
describe Split::Experiment do
def new_experiment(goals = [])
Split::Experiment.new("link_color", alternatives: ["blue", "red", "green"], goals: goals)
end
def alternative(color)
Split::Alternative.new(colo... | 13 | If the alternatives of an experiment are changed it resets the experiment and uses the new alternatives | 1 | .rb | rb | mit | splitrb/split |
10072142 | <NME> AUTHORS
<BEF> Ask Solem <askh@opera.com>
Rune Halvorsen <runeh@opera.com>
Russell Sim <russell.sim@gmail.com>
Brian Rosner <brosner@gmail.com>
Sverre Johansen <sverre.johansen@gmail.com>
Bo Shi <bs@alum.mit.edu>
Carl Meyer <carl@dirtcircle.com>
Vinícius das Chagas Silva <vinimaster@gmail.com>
Vanderson Mota dos S... | 1 | Added Hugo Lopes Tavares (hugobr) to AUTHORS | 0 | AUTHORS | bsd-3-clause | ask/chishop | |
10072143 | <NME> tokenizer.ts
<BEF> import { deepEqual } from 'assert';
import tokenize from '../src/tokenizer';
describe('Tokenizer', () => {
it('numeric values', () => {
deepEqual(tokenize('p10'), [
{ type: 'Literal', value: 'p', start: 0, end: 1 },
{ type: 'NumberValue', value: 10, rawValue... | 4 | Working implementation of CSS parser | 5 | .ts | ts | mit | emmetio/emmet |
10072144 | <NME> tokenizer.ts
<BEF> import { deepEqual } from 'assert';
import tokenize from '../src/tokenizer';
describe('Tokenizer', () => {
it('numeric values', () => {
deepEqual(tokenize('p10'), [
{ type: 'Literal', value: 'p', start: 0, end: 1 },
{ type: 'NumberValue', value: 10, rawValue... | 4 | Working implementation of CSS parser | 5 | .ts | ts | mit | emmetio/emmet |
10072145 | <NME> index.erb
<BEF> <% if @experiments.any? %>
<p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>
<div class="dashboard-controls">
<input type="text" placeholder="Begin typing to filter... | 1 | More robust conversion rate | 1 | .erb | erb | mit | splitrb/split |
10072146 | <NME> index.erb
<BEF> <% if @experiments.any? %>
<p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>
<div class="dashboard-controls">
<input type="text" placeholder="Begin typing to filter... | 1 | More robust conversion rate | 1 | .erb | erb | mit | splitrb/split |
10072147 | <NME> index.erb
<BEF> <% if @experiments.any? %>
<p class="intro">The list below contains all the registered experiments along with the number of test participants, completed and conversion rate currently in the system.</p>
<div class="dashboard-controls">
<input type="text" placeholder="Begin typing to filter... | 1 | More robust conversion rate | 1 | .erb | erb | mit | splitrb/split |
10072148 | <NME> convert.ts
<BEF> import { equal } from 'assert';
import parser, { ParserOptions } from '../src';
import stringify from './assets/stringify-node';
function parse(abbr: string, options?: ParserOptions) {
return stringify(parser(abbr, options));
}
describe('Convert token abbreviations', () => {
it('basic',... | 6 | Fix wrap around anchor elements with classes (#656) | 0 | .ts | ts | mit | emmetio/emmet |
10072149 | <NME> convert.ts
<BEF> import { equal } from 'assert';
import parser, { ParserOptions } from '../src';
import stringify from './assets/stringify-node';
function parse(abbr: string, options?: ParserOptions) {
return stringify(parser(abbr, options));
}
describe('Convert token abbreviations', () => {
it('basic',... | 6 | Fix wrap around anchor elements with classes (#656) | 0 | .ts | ts | mit | emmetio/emmet |