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
10072250
<NME> webpack.config.js <BEF> var path = require('path'); var webpack = require('webpack'); module.exports = { context: path.resolve('src'), devtool: "source-map", entry: { 'semantic-ui-angular': './index', 'semantic-ui-angular.min': './index' }, output: { path: path.resolve('dist'), filename...
13
chore(webpack): Create base webpack.config.js file
2
.js
config
mit
Semantic-Org/Semantic-UI-Angular
10072251
<NME> utils.ts <BEF> import { EMAttribute, EMLiteral, EMNode, EMElement, EMGroup } from '@emmetio/abbreviation'; import { Container } from './walk'; /** * Walks over each child node of given markup abbreviation AST node (not including * given one) and invokes `fn` on each node. * The `fn` callback accepts context ...
26
Working on content repeater
0
.ts
ts
mit
emmetio/emmet
10072252
<NME> utils.ts <BEF> import { EMAttribute, EMLiteral, EMNode, EMElement, EMGroup } from '@emmetio/abbreviation'; import { Container } from './walk'; /** * Walks over each child node of given markup abbreviation AST node (not including * given one) and invokes `fn` on each node. * The `fn` callback accepts context ...
26
Working on content repeater
0
.ts
ts
mit
emmetio/emmet
10072253
<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 lambda...
4
Added spec for array as alternatives
0
.rb
rb
mit
splitrb/split
10072254
<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 lambda...
4
Added spec for array as alternatives
0
.rb
rb
mit
splitrb/split
10072255
<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 lambda...
4
Added spec for array as alternatives
0
.rb
rb
mit
splitrb/split
10072256
<NME> divider.js <BEF> ADDFILE <MSG> feat(smDivider): Created smDivider directive <DFF> @@ -0,0 +1,39 @@ +(function() { + 'use strict'; + + angular + .module('semantic.ui.elements.divider', []) + + .directive('smDivider', smDivider); + + function smDivider() { + return { + restrict:'E', + replace...
39
feat(smDivider): Created smDivider directive
0
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072257
<NME> divider.js <BEF> ADDFILE <MSG> feat(smDivider): Created smDivider directive <DFF> @@ -0,0 +1,39 @@ +(function() { + 'use strict'; + + angular + .module('semantic.ui.elements.divider', []) + + .directive('smDivider', smDivider); + + function smDivider() { + return { + restrict:'E', + replace...
39
feat(smDivider): Created smDivider directive
0
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072258
<NME> divider.js <BEF> ADDFILE <MSG> feat(smDivider): Created smDivider directive <DFF> @@ -0,0 +1,39 @@ +(function() { + 'use strict'; + + angular + .module('semantic.ui.elements.divider', []) + + .directive('smDivider', smDivider); + + function smDivider() { + return { + restrict:'E', + replace...
39
feat(smDivider): Created smDivider directive
0
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072259
<NME> urls.py <BEF> ADDFILE <MSG> Move djangopypi related urls from chishop to pypi <DFF> @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +from django.conf.urls.defaults import patterns, url, include + +urlpatterns = patterns("", + # Simple PyPI + url(r'^/?$', "djangopypi.views.simple", + name="djangopypi-simpl...
16
Move djangopypi related urls from chishop to pypi
0
.py
py
bsd-3-clause
ask/chishop
10072260
<NME> README.md <BEF> Semantic-UI-Angular ################### Status: Currently migrating from https://github.com/caitp/angular-semantic [![Build Status](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular.svg)](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular) [![Dependency Status](https://david-dm.org/Seman...
1
docs(README.md): make it a heading!
1
.md
md
mit
Semantic-Org/Semantic-UI-Angular
10072261
<NME> README.md <BEF> Semantic-UI-Angular ################### Status: Currently migrating from https://github.com/caitp/angular-semantic [![Build Status](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular.svg)](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular) [![Dependency Status](https://david-dm.org/Seman...
1
docs(README.md): make it a heading!
1
.md
md
mit
Semantic-Org/Semantic-UI-Angular
10072262
<NME> README.md <BEF> Semantic-UI-Angular ################### Status: Currently migrating from https://github.com/caitp/angular-semantic [![Build Status](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular.svg)](https://travis-ci.org/Semantic-Org/Semantic-UI-Angular) [![Dependency Status](https://david-dm.org/Seman...
1
docs(README.md): make it a heading!
1
.md
md
mit
Semantic-Org/Semantic-UI-Angular
10072263
<NME> README.md <BEF> # [Split](https://libraries.io/rubygems/split) [![Gem Version](https://badge.fury.io/rb/split.svg)](http://badge.fury.io/rb/split) ![Build status](https://github.com/splitrb/split/actions/workflows/ci.yml/badge.svg?branch=main) [![Code Climate](https://codeclimate.com/github/splitrb/split/badges/...
4
Update RSpec helper to support block syntax
2
.md
md
mit
splitrb/split
10072264
<NME> README.md <BEF> # [Split](https://libraries.io/rubygems/split) [![Gem Version](https://badge.fury.io/rb/split.svg)](http://badge.fury.io/rb/split) ![Build status](https://github.com/splitrb/split/actions/workflows/ci.yml/badge.svg?branch=main) [![Code Climate](https://codeclimate.com/github/splitrb/split/badges/...
4
Update RSpec helper to support block syntax
2
.md
md
mit
splitrb/split
10072265
<NME> README.md <BEF> # [Split](https://libraries.io/rubygems/split) [![Gem Version](https://badge.fury.io/rb/split.svg)](http://badge.fury.io/rb/split) ![Build status](https://github.com/splitrb/split/actions/workflows/ci.yml/badge.svg?branch=main) [![Code Climate](https://codeclimate.com/github/splitrb/split/badges/...
4
Update RSpec helper to support block syntax
2
.md
md
mit
splitrb/split
10072266
<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...
2
Add required_ruby_version to gemspec
0
.gemspec
gemspec
mit
splitrb/split
10072267
<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...
2
Add required_ruby_version to gemspec
0
.gemspec
gemspec
mit
splitrb/split
10072268
<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...
2
Add required_ruby_version to gemspec
0
.gemspec
gemspec
mit
splitrb/split
10072269
<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
Updated guard-rpesc to 1.2
1
.gemspec
gemspec
mit
splitrb/split
10072270
<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
Updated guard-rpesc to 1.2
1
.gemspec
gemspec
mit
splitrb/split
10072271
<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
Updated guard-rpesc to 1.2
1
.gemspec
gemspec
mit
splitrb/split
10072272
<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...
5
Merge pull request #132 from dimko/patch-3
1
.rb
rb
mit
splitrb/split
10072273
<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...
5
Merge pull request #132 from dimko/patch-3
1
.rb
rb
mit
splitrb/split
10072274
<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...
5
Merge pull request #132 from dimko/patch-3
1
.rb
rb
mit
splitrb/split
10072275
<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, unit: ''...
43
Support trailing dots in CSS abbreviations
43
.ts
ts
mit
emmetio/emmet
10072276
<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, unit: ''...
43
Support trailing dots in CSS abbreviations
43
.ts
ts
mit
emmetio/emmet
10072277
<NME> snippets.ts <BEF> import parse, { CSSValue, ParseOptions, FunctionCall, Literal } from '@emmetio/css-abbreviation'; export type CSSSnippet = CSSSnippetRaw | CSSSnippetProperty; interface KeywordMap { [name: string]: FunctionCall | Literal; } export const enum CSSSnippetType { Raw = 'Raw', Property ...
1
Minor improvements
1
.ts
ts
mit
emmetio/emmet
10072278
<NME> snippets.ts <BEF> import parse, { CSSValue, ParseOptions, FunctionCall, Literal } from '@emmetio/css-abbreviation'; export type CSSSnippet = CSSSnippetRaw | CSSSnippetProperty; interface KeywordMap { [name: string]: FunctionCall | Literal; } export const enum CSSSnippetType { Raw = 'Raw', Property ...
1
Minor improvements
1
.ts
ts
mit
emmetio/emmet
10072279
<NME> jquery.meow.js <BEF> (function ($, window) { 'use strict'; // Meow queue var default_meow_area, meows = { queue: {}, add: function (meow) { this.queue[meow.timestamp] = meow; }, get: function (timestamp) { return this.queue[timestamp]; }, remove: funct...
3
Return Meow object upon creation
1
.js
meow
mit
zacstewart/Meow
10072280
<NME> jquery.meow.js <BEF> (function ($, window) { 'use strict'; // Meow queue var default_meow_area, meows = { queue: {}, add: function (meow) { this.queue[meow.timestamp] = meow; }, get: function (timestamp) { return this.queue[timestamp]; }, remove: funct...
3
Return Meow object upon creation
1
.js
meow
mit
zacstewart/Meow
10072281
<NME> helper.rb <BEF> # frozen_string_literal: true module Split module Helper OVERRIDE_PARAM_NAME = "ab_test" module_function # Check if array is passed to ab_test: ab_test('name', ['Alt 1', 'Alt 2', 'Alt 3']) if control.is_a? Array and alternatives.length.zero? arguments_array = contr...
0
removing useless line
1
.rb
rb
mit
splitrb/split
10072282
<NME> helper.rb <BEF> # frozen_string_literal: true module Split module Helper OVERRIDE_PARAM_NAME = "ab_test" module_function # Check if array is passed to ab_test: ab_test('name', ['Alt 1', 'Alt 2', 'Alt 3']) if control.is_a? Array and alternatives.length.zero? arguments_array = contr...
0
removing useless line
1
.rb
rb
mit
splitrb/split
10072283
<NME> helper.rb <BEF> # frozen_string_literal: true module Split module Helper OVERRIDE_PARAM_NAME = "ab_test" module_function # Check if array is passed to ab_test: ab_test('name', ['Alt 1', 'Alt 2', 'Alt 3']) if control.is_a? Array and alternatives.length.zero? arguments_array = contr...
0
removing useless line
1
.rb
rb
mit
splitrb/split
10072284
<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" def request(ua = 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.20.25 (KHTML, l...
1
Added ignore_ip_addresses configuration option
0
.rb
rb
mit
splitrb/split
10072285
<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" def request(ua = 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.20.25 (KHTML, l...
1
Added ignore_ip_addresses configuration option
0
.rb
rb
mit
splitrb/split
10072286
<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" def request(ua = 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.20.25 (KHTML, l...
1
Added ignore_ip_addresses configuration option
0
.rb
rb
mit
splitrb/split
10072287
<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...
25
fix some bugs
2
.rb
rb
mit
splitrb/split
10072288
<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...
25
fix some bugs
2
.rb
rb
mit
splitrb/split
10072289
<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...
25
fix some bugs
2
.rb
rb
mit
splitrb/split
10072290
<NME> redis_adapter_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Persistence::RedisAdapter do subject { Split::Persistence::RedisAdapter.new(context) } describe "#[] and #[]=" do it "should set and return the value for given key" do subject["my_key"] = "my_value" ...
35
Added configuration to RedisAdapter
0
.rb
rb
mit
splitrb/split
10072291
<NME> redis_adapter_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Persistence::RedisAdapter do subject { Split::Persistence::RedisAdapter.new(context) } describe "#[] and #[]=" do it "should set and return the value for given key" do subject["my_key"] = "my_value" ...
35
Added configuration to RedisAdapter
0
.rb
rb
mit
splitrb/split
10072292
<NME> redis_adapter_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Persistence::RedisAdapter do subject { Split::Persistence::RedisAdapter.new(context) } describe "#[] and #[]=" do it "should set and return the value for given key" do subject["my_key"] = "my_value" ...
35
Added configuration to RedisAdapter
0
.rb
rb
mit
splitrb/split
10072293
<NME> LICENSE <BEF> MIT License Copyright (c) 2017 Emmet.io 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, merg...
1
Prepare for release
1
LICENSE
mit
emmetio/emmet
10072294
<NME> LICENSE <BEF> MIT License Copyright (c) 2017 Emmet.io 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, merg...
1
Prepare for release
1
LICENSE
mit
emmetio/emmet
10072295
<NME> karma.conf.js <BEF> ADDFILE <MSG> chore(karma.conf.js): Added basic karma.conf.js file <DFF> @@ -0,0 +1,66 @@ +module.exports = function(config) { + config.set({ + + // base path that will be used to resolve all patterns (eg. files, exclude) + basePath: '', + + + // frameworks to use + // available ...
66
chore(karma.conf.js): Added basic karma.conf.js file
0
.js
conf
mit
Semantic-Org/Semantic-UI-Angular
10072296
<NME> karma.conf.js <BEF> ADDFILE <MSG> chore(karma.conf.js): Added basic karma.conf.js file <DFF> @@ -0,0 +1,66 @@ +module.exports = function(config) { + config.set({ + + // base path that will be used to resolve all patterns (eg. files, exclude) + basePath: '', + + + // frameworks to use + // available ...
66
chore(karma.conf.js): Added basic karma.conf.js file
0
.js
conf
mit
Semantic-Org/Semantic-UI-Angular
10072297
<NME> karma.conf.js <BEF> ADDFILE <MSG> chore(karma.conf.js): Added basic karma.conf.js file <DFF> @@ -0,0 +1,66 @@ +module.exports = function(config) { + config.set({ + + // base path that will be used to resolve all patterns (eg. files, exclude) + basePath: '', + + + // frameworks to use + // available ...
66
chore(karma.conf.js): Added basic karma.conf.js file
0
.js
conf
mit
Semantic-Org/Semantic-UI-Angular
10072298
<NME> trial_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Trial do it "should be initializeable" do experiment = mock('experiment') alternative = mock('alternative') trial = Split::Trial.new(:experiment => experiment, :alternative => alternative) trial.experiment....
6
Merge pull request #125 from iangreenleaf/refactor_trial
4
.rb
rb
mit
splitrb/split
10072299
<NME> trial_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Trial do it "should be initializeable" do experiment = mock('experiment') alternative = mock('alternative') trial = Split::Trial.new(:experiment => experiment, :alternative => alternative) trial.experiment....
6
Merge pull request #125 from iangreenleaf/refactor_trial
4
.rb
rb
mit
splitrb/split
10072300
<NME> trial_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" describe Split::Trial do it "should be initializeable" do experiment = mock('experiment') alternative = mock('alternative') trial = Split::Trial.new(:experiment => experiment, :alternative => alternative) trial.experiment....
6
Merge pull request #125 from iangreenleaf/refactor_trial
4
.rb
rb
mit
splitrb/split
10072301
<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...
23
Properly merge attribute declarations
5
.ts
ts
mit
emmetio/emmet
10072302
<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...
23
Properly merge attribute declarations
5
.ts
ts
mit
emmetio/emmet
10072303
<NME> layout.erb <BEF> <!DOCTYPE html> <html> <head> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <link href="<%= url 'reset.css' %>" media="screen" rel="stylesheet" type="text/css"> <link href="<%= url 'style.css' %>" media="screen" rel="stylesheet" type="text/css"> <script type="text/javascript...
1
Merge pull request #187 from rceee/dashboard-environment
0
.erb
erb
mit
splitrb/split
10072304
<NME> layout.erb <BEF> <!DOCTYPE html> <html> <head> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <link href="<%= url 'reset.css' %>" media="screen" rel="stylesheet" type="text/css"> <link href="<%= url 'style.css' %>" media="screen" rel="stylesheet" type="text/css"> <script type="text/javascript...
1
Merge pull request #187 from rceee/dashboard-environment
0
.erb
erb
mit
splitrb/split
10072305
<NME> layout.erb <BEF> <!DOCTYPE html> <html> <head> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <link href="<%= url 'reset.css' %>" media="screen" rel="stylesheet" type="text/css"> <link href="<%= url 'style.css' %>" media="screen" rel="stylesheet" type="text/css"> <script type="text/javascript...
1
Merge pull request #187 from rceee/dashboard-environment
0
.erb
erb
mit
splitrb/split
10072306
<NME> format.ts <BEF> import { equal } from 'assert'; import html from '../src/markup/format/html'; import haml from '../src/markup/format/haml'; import pug from '../src/markup/format/pug'; import slim from '../src/markup/format/slim'; import parse from '../src/markup'; import createConfig, { Options } from '../src/con...
35
Support all HTML unit tests
0
.ts
ts
mit
emmetio/emmet
10072307
<NME> format.ts <BEF> import { equal } from 'assert'; import html from '../src/markup/format/html'; import haml from '../src/markup/format/haml'; import pug from '../src/markup/format/pug'; import slim from '../src/markup/format/slim'; import parse from '../src/markup'; import createConfig, { Options } from '../src/con...
35
Support all HTML unit tests
0
.ts
ts
mit
emmetio/emmet
10072308
<NME> .gitignore <BEF> .idea *.html.js .DS_Store .grunt /node_modules /dist *-SNAPSHOT* typings npm-debug.log .vscode <MSG> chore(project): ignore js and map files in src <DFF> @@ -7,4 +7,6 @@ *-SNAPSHOT* typings npm-debug.log -.vscode \ No newline at end of file +.vscode +src/**/*.js +src/**/*.map
3
chore(project): ignore js and map files in src
1
gitignore
mit
Semantic-Org/Semantic-UI-Angular
10072309
<NME> .gitignore <BEF> .idea *.html.js .DS_Store .grunt /node_modules /dist *-SNAPSHOT* typings npm-debug.log .vscode <MSG> chore(project): ignore js and map files in src <DFF> @@ -7,4 +7,6 @@ *-SNAPSHOT* typings npm-debug.log -.vscode \ No newline at end of file +.vscode +src/**/*.js +src/**/*.map
3
chore(project): ignore js and map files in src
1
gitignore
mit
Semantic-Org/Semantic-UI-Angular
10072310
<NME> .gitignore <BEF> .idea *.html.js .DS_Store .grunt /node_modules /dist *-SNAPSHOT* typings npm-debug.log .vscode <MSG> chore(project): ignore js and map files in src <DFF> @@ -7,4 +7,6 @@ *-SNAPSHOT* typings npm-debug.log -.vscode \ No newline at end of file +.vscode +src/**/*.js +src/**/*.map
3
chore(project): ignore js and map files in src
1
gitignore
mit
Semantic-Org/Semantic-UI-Angular
10072311
<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
corrected final typo in robots hash
1
.rb
rb
mit
splitrb/split
10072312
<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
corrected final typo in robots hash
1
.rb
rb
mit
splitrb/split
10072313
<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
corrected final typo in robots hash
1
.rb
rb
mit
splitrb/split
10072314
<NME> user_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" require "split/experiment_catalog" require "split/experiment" require "split/user" describe Split::User do let(:user_keys) { { "link_color" => "blue" } } let(:context) { double(session: { split: user_keys }) } let(:experiment) { Split...
11
Cleanup old experiments only once during the lifetime of a User instance
0
.rb
rb
mit
splitrb/split
10072315
<NME> user_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" require "split/experiment_catalog" require "split/experiment" require "split/user" describe Split::User do let(:user_keys) { { "link_color" => "blue" } } let(:context) { double(session: { split: user_keys }) } let(:experiment) { Split...
11
Cleanup old experiments only once during the lifetime of a User instance
0
.rb
rb
mit
splitrb/split
10072316
<NME> user_spec.rb <BEF> # frozen_string_literal: true require "spec_helper" require "split/experiment_catalog" require "split/experiment" require "split/user" describe Split::User do let(:user_keys) { { "link_color" => "blue" } } let(:context) { double(session: { split: user_keys }) } let(:experiment) { Split...
11
Cleanup old experiments only once during the lifetime of a User instance
0
.rb
rb
mit
splitrb/split
10072317
<NME> button.js <BEF> ///<reference path="../../../typings/angularjs/angular.d.ts"/> ///<reference path="../../../typings/angularjs/angular-animate.d.ts"/> 'use strict'; var SmButtonController = (function () { function SmButtonController($animate) { .directive('smButton', smButton); function smButton() { ...
6
refactor(smButton): Use to manage css classes
4
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072318
<NME> button.js <BEF> ///<reference path="../../../typings/angularjs/angular.d.ts"/> ///<reference path="../../../typings/angularjs/angular-animate.d.ts"/> 'use strict'; var SmButtonController = (function () { function SmButtonController($animate) { .directive('smButton', smButton); function smButton() { ...
6
refactor(smButton): Use to manage css classes
4
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072319
<NME> button.js <BEF> ///<reference path="../../../typings/angularjs/angular.d.ts"/> ///<reference path="../../../typings/angularjs/angular-animate.d.ts"/> 'use strict'; var SmButtonController = (function () { function SmButtonController($animate) { .directive('smButton', smButton); function smButton() { ...
6
refactor(smButton): Use to manage css classes
4
.js
js
mit
Semantic-Org/Semantic-UI-Angular
10072320
<NME> .gitignore <BEF> ADDFILE <MSG> chore(.gitignore): ignore some common files <DFF> @@ -0,0 +1,7 @@ +*.html.js +.DS_Store +.grunt +/node_modules +/dist +*-SNAPSHOT* +
7
chore(.gitignore): ignore some common files
0
gitignore
mit
Semantic-Org/Semantic-UI-Angular
10072321
<NME> .gitignore <BEF> ADDFILE <MSG> chore(.gitignore): ignore some common files <DFF> @@ -0,0 +1,7 @@ +*.html.js +.DS_Store +.grunt +/node_modules +/dist +*-SNAPSHOT* +
7
chore(.gitignore): ignore some common files
0
gitignore
mit
Semantic-Org/Semantic-UI-Angular
10072322
<NME> .gitignore <BEF> ADDFILE <MSG> chore(.gitignore): ignore some common files <DFF> @@ -0,0 +1,7 @@ +*.html.js +.DS_Store +.grunt +/node_modules +/dist +*-SNAPSHOT* +
7
chore(.gitignore): ignore some common files
0
gitignore
mit
Semantic-Org/Semantic-UI-Angular
10072323
<NME> CHANGELOG.md <BEF> ## 4.0.1 (December 30th, 2021) Bugfixes: - ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr, #622) - Fix versioned experiments when used with allow_multiple_experiments=control (@andrehjr, #613) - Only block Pinterest bot (@huoxito, #606) - Respect experim...
1
Add missing entry to the changelog
0
.md
md
mit
splitrb/split
10072324
<NME> CHANGELOG.md <BEF> ## 4.0.1 (December 30th, 2021) Bugfixes: - ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr, #622) - Fix versioned experiments when used with allow_multiple_experiments=control (@andrehjr, #613) - Only block Pinterest bot (@huoxito, #606) - Respect experim...
1
Add missing entry to the changelog
0
.md
md
mit
splitrb/split
10072325
<NME> CHANGELOG.md <BEF> ## 4.0.1 (December 30th, 2021) Bugfixes: - ab_test must return metadata on error or if split is disabled/excluded user (@andrehjr, #622) - Fix versioned experiments when used with allow_multiple_experiments=control (@andrehjr, #613) - Only block Pinterest bot (@huoxito, #606) - Respect experim...
1
Add missing entry to the changelog
0
.md
md
mit
splitrb/split
10072326
<NME> README.md <BEF> # [Split](https://libraries.io/rubygems/split) [![Gem Version](https://badge.fury.io/rb/split.svg)](http://badge.fury.io/rb/split) ![Build status](https://github.com/splitrb/split/actions/workflows/ci.yml/badge.svg?branch=main) [![Code Climate](https://codeclimate.com/github/splitrb/split/badges/...
2
Update README.md
2
.md
md
mit
splitrb/split
10072327
<NME> README.md <BEF> # [Split](https://libraries.io/rubygems/split) [![Gem Version](https://badge.fury.io/rb/split.svg)](http://badge.fury.io/rb/split) ![Build status](https://github.com/splitrb/split/actions/workflows/ci.yml/badge.svg?branch=main) [![Code Climate](https://codeclimate.com/github/splitrb/split/badges/...
2
Update README.md
2
.md
md
mit
splitrb/split
10072328
<NME> README.md <BEF> # [Split](https://libraries.io/rubygems/split) [![Gem Version](https://badge.fury.io/rb/split.svg)](http://badge.fury.io/rb/split) ![Build status](https://github.com/splitrb/split/actions/workflows/ci.yml/badge.svg?branch=main) [![Code Climate](https://codeclimate.com/github/splitrb/split/badges/...
2
Update README.md
2
.md
md
mit
splitrb/split
10072329
<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...
1
Keep railtie defined under the Split gem namespace
1
.rb
rb
mit
splitrb/split
10072330
<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...
1
Keep railtie defined under the Split gem namespace
1
.rb
rb
mit
splitrb/split
10072331
<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...
1
Keep railtie defined under the Split gem namespace
1
.rb
rb
mit
splitrb/split
10072332
<NME> webpack.config.js <BEF> ADDFILE <MSG> chore(package.json): Reinit package.json with new dependencies <DFF> @@ -0,0 +1,29 @@ +var path = require('path'); +var webpack = require('webpack'); + +module.exports = { + context: path.resolve('src'), + devtool: "source-map", + entry: { + 'semantic-ui-angular': './i...
29
chore(package.json): Reinit package.json with new dependencies
0
.js
config
mit
Semantic-Org/Semantic-UI-Angular
10072333
<NME> webpack.config.js <BEF> ADDFILE <MSG> chore(package.json): Reinit package.json with new dependencies <DFF> @@ -0,0 +1,29 @@ +var path = require('path'); +var webpack = require('webpack'); + +module.exports = { + context: path.resolve('src'), + devtool: "source-map", + entry: { + 'semantic-ui-angular': './i...
29
chore(package.json): Reinit package.json with new dependencies
0
.js
config
mit
Semantic-Org/Semantic-UI-Angular
10072334
<NME> webpack.config.js <BEF> ADDFILE <MSG> chore(package.json): Reinit package.json with new dependencies <DFF> @@ -0,0 +1,29 @@ +var path = require('path'); +var webpack = require('webpack'); + +module.exports = { + context: path.resolve('src'), + devtool: "source-map", + entry: { + 'semantic-ui-angular': './i...
29
chore(package.json): Reinit package.json with new dependencies
0
.js
config
mit
Semantic-Org/Semantic-UI-Angular
10072335
<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',...
7
Option to limit amount of unrolled elements
0
.ts
ts
mit
emmetio/emmet
10072336
<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',...
7
Option to limit amount of unrolled elements
0
.ts
ts
mit
emmetio/emmet
10072337
<NME> jquery.meow.css <BEF> .meows { position: fixed; top: 0; right: 0; } .meow { margin: 20px 20px 0 0; position: relative; } .meow .inner { background: #191919; zoom: 1; filter: alpha(opacity = 75); background: rgba(25, 25, 25, .75); border: 2px solid transparent; -moz-border-radius: 10px; -we...
0
add mixins
88
.css
meow
mit
zacstewart/Meow
10072338
<NME> jquery.meow.css <BEF> .meows { position: fixed; top: 0; right: 0; } .meow { margin: 20px 20px 0 0; position: relative; } .meow .inner { background: #191919; zoom: 1; filter: alpha(opacity = 75); background: rgba(25, 25, 25, .75); border: 2px solid transparent; -moz-border-radius: 10px; -we...
0
add mixins
88
.css
meow
mit
zacstewart/Meow
10072339
<NME> trial.rb <BEF> # frozen_string_literal: true module Split class Trial attr_accessor :goals attr_accessor :experiment attr_writer :metadata def initialize(attrs = {}) self.experiment = attrs.delete(:experiment) self.alternative = attrs.delete(:alternative) self.metadata = ...
1
Fix Layout/SpaceBeforeBlockBraces
1
.rb
rb
mit
splitrb/split
10072340
<NME> trial.rb <BEF> # frozen_string_literal: true module Split class Trial attr_accessor :goals attr_accessor :experiment attr_writer :metadata def initialize(attrs = {}) self.experiment = attrs.delete(:experiment) self.alternative = attrs.delete(:alternative) self.metadata = ...
1
Fix Layout/SpaceBeforeBlockBraces
1
.rb
rb
mit
splitrb/split
10072341
<NME> trial.rb <BEF> # frozen_string_literal: true module Split class Trial attr_accessor :goals attr_accessor :experiment attr_writer :metadata def initialize(attrs = {}) self.experiment = attrs.delete(:experiment) self.alternative = attrs.delete(:alternative) self.metadata = ...
1
Fix Layout/SpaceBeforeBlockBraces
1
.rb
rb
mit
splitrb/split
10072342
<NME> zscore.rb <BEF> # frozen_string_literal: true module Split class Zscore include Math def self.calculate(p1, n1, p2, n2) # p_1 = Pa = proportion of users who converted within the experiment split (conversion rate) # p_2 = Pc = proportion of users who converted within the control split (con...
0
Fix Layout/EmptyLinesAroundClassBody
1
.rb
rb
mit
splitrb/split
10072343
<NME> zscore.rb <BEF> # frozen_string_literal: true module Split class Zscore include Math def self.calculate(p1, n1, p2, n2) # p_1 = Pa = proportion of users who converted within the experiment split (conversion rate) # p_2 = Pc = proportion of users who converted within the control split (con...
0
Fix Layout/EmptyLinesAroundClassBody
1
.rb
rb
mit
splitrb/split
10072344
<NME> zscore.rb <BEF> # frozen_string_literal: true module Split class Zscore include Math def self.calculate(p1, n1, p2, n2) # p_1 = Pa = proportion of users who converted within the experiment split (conversion rate) # p_2 = Pc = proportion of users who converted within the control split (con...
0
Fix Layout/EmptyLinesAroundClassBody
1
.rb
rb
mit
splitrb/split
10072345
<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...
9
Adding posibility to start tests manually
0
.rb
rb
mit
splitrb/split
10072346
<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...
9
Adding posibility to start tests manually
0
.rb
rb
mit
splitrb/split
10072347
<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...
9
Adding posibility to start tests manually
0
.rb
rb
mit
splitrb/split
10072348
<NME> stylesheet.ts <BEF> import { strictEqual as equal, ok } from 'assert'; import { stylesheet as expandAbbreviation, parseStylesheetSnippets, resolveConfig } from '../src'; import score from '../src/stylesheet/score'; const defaultConfig = resolveConfig({ type: 'stylesheet', options: { 'output.field...
15
Allow `cache` object in config
6
.ts
ts
mit
emmetio/emmet
10072349
<NME> stylesheet.ts <BEF> import { strictEqual as equal, ok } from 'assert'; import { stylesheet as expandAbbreviation, parseStylesheetSnippets, resolveConfig } from '../src'; import score from '../src/stylesheet/score'; const defaultConfig = resolveConfig({ type: 'stylesheet', options: { 'output.field...
15
Allow `cache` object in config
6
.ts
ts
mit
emmetio/emmet