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
10067150
<NME> SearchPanel.xaml <BEF> <Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit" xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit"> <Style Selector="search|Se...
29
use icons for match options
14
.xaml
xaml
mit
AvaloniaUI/AvaloniaEdit
10067151
<NME> SearchPanel.xaml <BEF> <Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit" xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit"> <Style Selector="search|Se...
29
use icons for match options
14
.xaml
xaml
mit
AvaloniaUI/AvaloniaEdit
10067152
<NME> SearchPanel.xaml <BEF> <Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit" xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit"> <Style Selector="search|Se...
29
use icons for match options
14
.xaml
xaml
mit
AvaloniaUI/AvaloniaEdit
10067153
<NME> SearchPanel.xaml <BEF> <Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit" xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit"> <Style Selector="search|Se...
29
use icons for match options
14
.xaml
xaml
mit
AvaloniaUI/AvaloniaEdit
10067154
<NME> SearchPanel.xaml <BEF> <Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit" xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit"> <Style Selector="search|Se...
29
use icons for match options
14
.xaml
xaml
mit
AvaloniaUI/AvaloniaEdit
10067155
<NME> SearchPanel.xaml <BEF> <Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ae="clr-namespace:AvaloniaEdit;assembly=AvaloniaEdit" xmlns:search="clr-namespace:AvaloniaEdit.Search;assembly=AvaloniaEdit"> <Style Selector="search|Se...
29
use icons for match options
14
.xaml
xaml
mit
AvaloniaUI/AvaloniaEdit
10067156
<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...
44
- Added FruitMachine.Model
11
.js
js
mit
ftlabs/fruitmachine
10067157
<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). [![Dependency Status](https://david-dm.org/muicss/loadjs.svg)](https://david-dm.org/muicss/loadjs) [![devDependency Status](https://david-dm.org/muic...
4
Update README.md
0
.md
md
mit
muicss/loadjs
10067158
<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). [![Dependency Status](https://david-dm.org/muicss/loadjs.svg)](https://david-dm.org/muicss/loadjs) [![devDependency Status](https://david-dm.org/muic...
4
Update README.md
0
.md
md
mit
muicss/loadjs
10067159
<NME> tests.js <BEF> /** * loadjs tests * @module test/tests.js */ var pathsLoaded = null, // file register testEl = null, assert = chai.assert, expect = chai.expect; describe('LoadJS tests', function() { beforeEach(function() { // reset register pathsLoaded = {}; // reset loadjs depe...
76
added Promise support via returnPromise argument
0
.js
js
mit
muicss/loadjs
10067160
<NME> tests.js <BEF> /** * loadjs tests * @module test/tests.js */ var pathsLoaded = null, // file register testEl = null, assert = chai.assert, expect = chai.expect; describe('LoadJS tests', function() { beforeEach(function() { // reset register pathsLoaded = {}; // reset loadjs depe...
76
added Promise support via returnPromise argument
0
.js
js
mit
muicss/loadjs
10067161
<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...
126
Many small refinements
73
.js
js
mit
ftlabs/fruitmachine
10067162
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067163
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067164
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067165
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067166
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067167
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067168
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067169
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067170
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067171
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067172
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067173
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067174
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067175
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067176
<NME> TextMateColoringTransformer.cs <BEF> using System; using System.Buffers; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Threading; using AvaloniaEdit.Document; using AvaloniaEdit.Rendering; using TextMateSharp.Grammars; using TextMateSharp.Model; using Te...
10
tokenize at render time if required.
2
.cs
TextMate/TextMateColoringTransformer
mit
AvaloniaUI/AvaloniaEdit
10067177
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067178
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067179
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067180
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067181
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067182
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067183
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067184
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067185
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067186
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067187
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067188
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067189
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067190
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067191
<NME> CaretNavigationCommandHandler.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, inclu...
1
Merge pull request #163 from AvaloniaUI/fix-macos-keybindings
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067192
<NME> npm-debug.log <BEF> ADDFILE <MSG> Merge branch '0.2' <DFF> @@ -0,0 +1,2410 @@ +0 info it worked if it ends with ok +1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '-g', 'browserify' ] +2 info using npm@1.2.2 +3 info using node@v0.8.18 +4 verbose read json /usr/local/lib/package.json +5 verbose read json...
2,410
Merge branch '0.2'
0
.log
log
mit
ftlabs/fruitmachine
10067193
<NME> .gitignore <BEF> .DS_Store node_modules npm-debug.log artwork coverage <MSG> - Removed .DS_Store <DFF> @@ -0,0 +1,2 @@ +/old +.DS_Store \ No newline at end of file
2
- Removed .DS_Store
0
gitignore
mit
ftlabs/fruitmachine
10067194
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067195
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067196
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067197
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067198
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067199
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067200
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067201
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067202
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067203
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067204
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067205
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067206
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067207
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067208
<NME> VisualLine.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 limita...
3
Completion window (#12)
2
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067209
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067210
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067211
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067212
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067213
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067214
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067215
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067216
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067217
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067218
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067219
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067220
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067221
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067222
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067223
<NME> AvaloniaEdit.sln <BEF>  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26403.7 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaEdit", "AvaloniaEdit\AvaloniaEdit.csproj", "{4B04026F-BA96-4721-AE28-097...
2
Moved solution file
2
.sln
sln
mit
AvaloniaUI/AvaloniaEdit
10067224
<NME> README.md <BEF> # Lumen Passport [![Build Status](https://travis-ci.org/dusterio/lumen-passport.svg)](https://travis-ci.org/dusterio/lumen-passport) [![Code Climate](https://codeclimate.com/github/dusterio/lumen-passport/badges/gpa.svg)](https://codeclimate.com/github/dusterio/lumen-passport/badges) [![Total Dow...
14
Updated documentation with hints from that of laravel/passport
0
.md
md
mit
dusterio/lumen-passport
10067225
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067226
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067227
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067228
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067229
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067230
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067231
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067232
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067233
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067234
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067235
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067236
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067237
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067238
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067239
<NME> pascal.tmLanguage.json <BEF> ADDFILE <MSG> Merge pull request #198 from AlphaNecron/dev textmate: added pascal highlighting <DFF> @@ -0,0 +1,779 @@ +{ + "information_for_contributors": [ + "This file has been converted from https://raw.githubusercontent.com/AnsonYeung/vscode-pascal-language-basics/master/syntax...
779
Merge pull request #198 from AlphaNecron/dev
0
.json
TextMate
mit
AvaloniaUI/AvaloniaEdit
10067240
<NME> theme.css <BEF> .jsgrid-grid-header, .jsgrid-grid-body, .jsgrid-header-row > .jsgrid-header-cell, .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; border-top: ...
4
Theme: Fix header row borders
5
.css
css
mit
tabalinas/jsgrid
10067241
<NME> theme.css <BEF> .jsgrid-grid-header, .jsgrid-grid-body, .jsgrid-header-row > .jsgrid-header-cell, .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; border-top: ...
4
Theme: Fix header row borders
5
.css
css
mit
tabalinas/jsgrid
10067242
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067243
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067244
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067245
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067246
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067247
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067248
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10067249
<NME> EditingCommandHandler.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 wit...
10
fix paste from external app on linux.
7
.cs
cs
mit
AvaloniaUI/AvaloniaEdit