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 |
|---|---|---|---|---|---|---|---|---|
10065650 | <NME> PopupWithCustomPosition.cs
<BEF> using Avalonia;
using Avalonia.Controls.Primitives;
namespace AvaloniaEdit.CodeCompletion
{
internal class PopupWithCustomPosition : Popup
{
public static readonly AvaloniaProperty<Point> PositionProperty =
AvaloniaProperty.Register<PopupWithCustomPos... | 15 | Fix tooltip not moving with selection | 8 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065651 | <NME> PopupWithCustomPosition.cs
<BEF> using Avalonia;
using Avalonia.Controls.Primitives;
namespace AvaloniaEdit.CodeCompletion
{
internal class PopupWithCustomPosition : Popup
{
public static readonly AvaloniaProperty<Point> PositionProperty =
AvaloniaProperty.Register<PopupWithCustomPos... | 15 | Fix tooltip not moving with selection | 8 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065652 | <NME> LumenPassport.php
<BEF> <?php
namespace Dusterio\LumenPassport;
use Illuminate\Support\Arr;
use DateTimeInterface;
use DateInterval;
use Carbon\Carbon;
class LumenPassport
{
/**
* Allow simultaneous logins for users
*
* @var bool
*/
public static $allowMultipleTokens = false;
/... | 5 | r Tweaks for 5.5 Lumen | 0 | .php | php | mit | dusterio/lumen-passport |
10065653 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 7 | Docs: Add anchors in content | 7 | .md | md | mit | tabalinas/jsgrid |
10065654 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 7 | Docs: Add anchors in content | 7 | .md | md | mit | tabalinas/jsgrid |
10065655 | <NME> jsgrid.min.js
<BEF> /*
* jsGrid v1.5.3 (http://js-grid.com)
* (c) 2017 Artem Tabalin
* Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE)
*/
!function(a,b,c){function d(a,c){var d=b(a);d.data(f,this),this._container=d,this.data=[],this.fields=[],this._editingRow=null,this._sortField... | 3 | Dist/ JS files brought back to 1.5.3 | 2 | .js | min | mit | tabalinas/jsgrid |
10065656 | <NME> jsgrid.min.js
<BEF> /*
* jsGrid v1.5.3 (http://js-grid.com)
* (c) 2017 Artem Tabalin
* Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE)
*/
!function(a,b,c){function d(a,c){var d=b(a);d.data(f,this),this._container=d,this.data=[],this.fields=[],this._editingRow=null,this._sortField... | 3 | Dist/ JS files brought back to 1.5.3 | 2 | .js | min | mit | tabalinas/jsgrid |
10065657 | <NME> Gruntfile.js
<BEF> module.exports = function(grunt) {
"use strict"
var banner =
"/*\n" +
" * jsGrid v<%= pkg.version %> (<%= pkg.homepage %>)\n" +
" * (c) <%= grunt.template.today('yyyy') %> <%= pkg.author %>\n" +
" * Licensed under <%= pkg.license.type %> (<%= pkg.licens... | 9 | i18n: Change grunt task to copy i18n files to dist | 0 | .js | js | mit | tabalinas/jsgrid |
10065658 | <NME> Gruntfile.js
<BEF> module.exports = function(grunt) {
"use strict"
var banner =
"/*\n" +
" * jsGrid v<%= pkg.version %> (<%= pkg.homepage %>)\n" +
" * (c) <%= grunt.template.today('yyyy') %> <%= pkg.author %>\n" +
" * Licensed under <%= pkg.license.type %> (<%= pkg.licens... | 9 | i18n: Change grunt task to copy i18n files to dist | 0 | .js | js | mit | tabalinas/jsgrid |
10065659 | <NME> theme.css
<BEF>
.jsgrid-grid-header,
.jsgrid-grid-body,
.jsgrid-header-row > th,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell {
border: 1px solid #e9e9e9;
}
.jsgrid-header-row > .jsgrid-header-cell {
border-top: 0;
}
.jsgrid-header-row > .jsgrid-... | 0 | Theme: Separate theme stylesheet from common styles | 1 | .css | css | mit | tabalinas/jsgrid |
10065660 | <NME> theme.css
<BEF>
.jsgrid-grid-header,
.jsgrid-grid-body,
.jsgrid-header-row > th,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell {
border: 1px solid #e9e9e9;
}
.jsgrid-header-row > .jsgrid-header-cell {
border-top: 0;
}
.jsgrid-header-row > .jsgrid-... | 0 | Theme: Separate theme stylesheet from common styles | 1 | .css | css | mit | tabalinas/jsgrid |
10065661 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065662 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065663 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065664 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065665 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065666 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065667 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065668 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065669 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065670 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065671 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065672 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065673 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065674 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065675 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 8 | Separate CanCopy from CanCut | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065676 | <NME> README.md
<BEF> # Lumen Passport
[](https://travis-ci.org/dusterio/lumen-passport)
[](https://codeclimate.com/github/dusterio/lumen-passport/badges)
[.
FruitMachine is designed to build rich interactive layouts from modular, reusable components. It's light and unopinionated so that it can be applied to almost any layout problem. FruitMachin... | 1 | Added travis logo | 1 | .hogan | hogan | mit | ftlabs/fruitmachine |
10065678 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065679 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065680 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065681 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065682 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065683 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065684 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065685 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065686 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065687 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065688 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065689 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065690 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065691 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065692 | <NME> XmlnsAttributes.cs
<BEF> ADDFILE
<MSG> Initial commit
<DFF> @@ -0,0 +1,7 @@
+using Avalonia.Metadata;
+
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit")]
+[assembly: XmlnsDefinition("https://github.com/avaloniaui/avaloniaedit", "ICSharpCode.AvalonEdit.Editing")... | 7 | Initial commit | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065693 | <NME> .gitignore
<BEF> /old
.DS_Store
node_modules
coverage
<MSG> Ignore .npm-debug.log
<DFF> @@ -1,3 +1,4 @@
/old
.DS_Store
-node_modules
\ No newline at end of file
+node_modules
+npm-debug.log
\ No newline at end of file
| 2 | Ignore .npm-debug.log | 1 | gitignore | mit | ftlabs/fruitmachine | |
10065694 | <NME> jsgrid.sort-strategies.tests.js
<BEF> $(function() {
var sortStrategies = jsGrid.sortStrategies;
module("sortStrategies");
test("string sorting", function() {
var data = ["c", "a", "d", "b"];
data.sort(sortStrategies["string"]);
deepEqual(data, ["a", "b", "c",... | 51 | Sorting: String sorting converts values to string Fixes #93 | 43 | .js | sort-strategies | mit | tabalinas/jsgrid |
10065695 | <NME> jsgrid.sort-strategies.tests.js
<BEF> $(function() {
var sortStrategies = jsGrid.sortStrategies;
module("sortStrategies");
test("string sorting", function() {
var data = ["c", "a", "d", "b"];
data.sort(sortStrategies["string"]);
deepEqual(data, ["a", "b", "c",... | 51 | Sorting: String sorting converts values to string Fixes #93 | 43 | .js | sort-strategies | mit | tabalinas/jsgrid |
10065696 | <NME> readme.hogan
<BEF> # {{pkg.title}} [](https://travis-ci.org/ftlabs/fruitmachine) [](https://coveralls.io/r/ftlabs/fruitmachine?branch=master) [![Dep... | 1 | Update gzip size | 1 | .hogan | hogan | mit | ftlabs/fruitmachine |
10065697 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065698 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065699 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065700 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065701 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065702 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065703 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065704 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065705 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065706 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065707 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065708 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065709 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065710 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065711 | <NME> TextArea.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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 limitati... | 4 | Remove old comments | 5 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10065712 | <NME> module.mount.js
<BEF> ADDFILE
<MSG> add mount lifecycle method and events
does the actual setting of `this.el`. a much nicer place to attach any dom
events because it's guaranteed to be called every time the view gets a
new element.
<DFF> @@ -0,0 +1,105 @@
+var assert = buster.assertions.assert;
+
+buster.testC... | 105 | add mount lifecycle method and events | 0 | .js | mount | mit | ftlabs/fruitmachine |
10065713 | <NME> fruitmachine.js
<BEF> /*jslint browser:true, node:true*/
/**
* FruitMachine
*
* Renders layouts/modules from a basic layout definition.
* If views require custom interactions devs can extend
* the basic functionality.
*
* @version 0.3.3
* @copyright The Financial Times Limited [All Rights Reserved]
* @a... | 46 | Upgrades | 44 | .js | js | mit | ftlabs/fruitmachine |
10065714 | <NME> README.md
<BEF> # LoadJS
<img src="https://www.muicss.com/static/images/loadjs.svg" width="250px">
LoadJS is a tiny async loader for modern browsers (899 bytes).
[](https://david-dm.org/muicss/loadjs)
[.
[](https://david-dm.org/muicss/loadjs)
[ {
+
+ jsGrid.locales.ko = {
+ grid: {
+ noDataContent: "데이터가 없습니다.",
+ deleteConfirm: "데이터를 삭제 하겠습니까?",
+ pagerFormat: "페이지 : {fi... | 46 | Merge pull request #1112 from keepworking/master | 0 | .js | js | mit | tabalinas/jsgrid |
10065717 | <NME> Ko.js
<BEF> ADDFILE
<MSG> Merge pull request #1112 from keepworking/master
i18n: Add Korean locale
<DFF> @@ -0,0 +1,46 @@
+(function(jsGrid) {
+
+ jsGrid.locales.ko = {
+ grid: {
+ noDataContent: "데이터가 없습니다.",
+ deleteConfirm: "데이터를 삭제 하겠습니까?",
+ pagerFormat: "페이지 : {fi... | 46 | Merge pull request #1112 from keepworking/master | 0 | .js | js | mit | tabalinas/jsgrid |
10065718 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065719 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065720 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065721 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065722 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065723 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065724 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065725 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065726 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065727 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065728 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065729 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065730 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065731 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065732 | <NME> README.md
<BEF> # AvaloniaEdit
This is a port of [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) for [Avalonia](https://github.com/AvaloniaUI/Avalonia).
* Scrolling below document.
* Hyperlinks.
and many,many more!
AvaloniaEdit currently consists of 2 packages
* [Avalonia.AvaloniaEdit](https... | 15 | Update README | 1 | .md | md | mit | AvaloniaUI/AvaloniaEdit |
10065733 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 1 | Tests: Fix test with attaching cellClass to filter cells | 1 | .js | tests | mit | tabalinas/jsgrid |
10065734 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 1 | Tests: Fix test with attaching cellClass to filter cells | 1 | .js | tests | mit | tabalinas/jsgrid |
10065735 | <NME> view-removing-and-destroying.md
<BEF> ADDFILE
<MSG> Create view-removing-and-destroying.md
<DFF> @@ -0,0 +1,1 @@
+## Removing and destroying views
| 1 | Create view-removing-and-destroying.md | 0 | .md | md | mit | ftlabs/fruitmachine |
10065736 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 10 | Core: Add methods jsGrid.setDefaults(config) & jsGrid.setDefaults(fieldName, config) Closes #11 | 0 | .js | tests | mit | tabalinas/jsgrid |
10065737 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 10 | Core: Add methods jsGrid.setDefaults(config) & jsGrid.setDefaults(fieldName, config) Closes #11 | 0 | .js | tests | mit | tabalinas/jsgrid |
10065738 | <NME> loadjs.js
<BEF> loadjs = (function () {
/**
* Global dependencies.
* @global {Object} document - DOM
*/
var devnull = function() {},
bundleIdCache = {},
bundleResultCache = {},
bundleCallbackQueue = {};
/**
* Subscribe to bundle load event.
* @param {string[]} bundleIds - Bundle ids
* @param ... | 5 | minor code cleanup, bumped version number | 5 | .js | js | mit | muicss/loadjs |
10065739 | <NME> loadjs.js
<BEF> loadjs = (function () {
/**
* Global dependencies.
* @global {Object} document - DOM
*/
var devnull = function() {},
bundleIdCache = {},
bundleResultCache = {},
bundleCallbackQueue = {};
/**
* Subscribe to bundle load event.
* @param {string[]} bundleIds - Bundle ids
* @param ... | 5 | minor code cleanup, bumped version number | 5 | .js | js | mit | muicss/loadjs |
10065740 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065741 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065742 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065743 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065744 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065745 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065746 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065747 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065748 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |
10065749 | <NME> TextTransformation.cs
<BEF> using System;
using AvaloniaEdit.Document;
using AM = Avalonia.Media;
namespace AvaloniaEdit.TextMate
{
public abstract class TextTransformation : TextSegment
{
public abstract void Transform(GenericLineTransformer transformer, DocumentLine line);
}
public c... | 48 | Merge pull request #193 from AvaloniaUI/textmate-support-bold-italic-underline | 12 | .cs | TextMate/TextTransformation | mit | AvaloniaUI/AvaloniaEdit |