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
10063750
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063751
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063752
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063753
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063754
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063755
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063756
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063757
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063758
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063759
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063760
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063761
<NME> CompletionWindowBase.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 with...
3
detachevents
3
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063762
<NME> finding-modules <BEF> ADDFILE <MSG> Create finding-modules <DFF> @@ -0,0 +1,31 @@ + +#Finding modules + +When working with a nested (DOM like) view structure, you need a way get to child view instances. FruitMachine has three APIs for this: + +#### View#module(); + +Returns a single descendent View instance by mo...
31
Create finding-modules
0
finding-modules
mit
ftlabs/fruitmachine
10063763
<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", ...
41
Events: Add onItemEditing callback
1
.js
tests
mit
tabalinas/jsgrid
10063764
<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", ...
41
Events: Add onItemEditing callback
1
.js
tests
mit
tabalinas/jsgrid
10063765
<NME> jsgrid.field.tests.js <BEF> $(function() { var Grid = jsGrid.Grid; module("common field config", { setup: function() { this.isFieldExcluded = function(FieldClass) { return FieldClass === jsGrid.ControlField; }; } }); test("filtering=false ...
1
Fields: Field 'editValue' returns value to be edited by default
1
.js
field
mit
tabalinas/jsgrid
10063766
<NME> jsgrid.field.tests.js <BEF> $(function() { var Grid = jsGrid.Grid; module("common field config", { setup: function() { this.isFieldExcluded = function(FieldClass) { return FieldClass === jsGrid.ControlField; }; } }); test("filtering=false ...
1
Fields: Field 'editValue' returns value to be edited by default
1
.js
field
mit
tabalinas/jsgrid
10063767
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063768
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063769
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063770
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063771
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063772
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063773
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063774
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063775
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063776
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063777
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063778
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063779
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063780
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063781
<NME> README.md <BEF> [![downloads](https://img.shields.io/nuget/dt/avalonia.AvaloniaEdit)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) [![Current stable version](https://img.shields.io/nuget/v/Avalonia.AvaloniaEdit.svg)](https://www.nuget.org/packages/Avalonia.AvaloniaEdit) # AvaloniaEdit This project is a ...
14
Merge branch 'master' into feature/TextFormatterPort
9
.md
md
mit
AvaloniaUI/AvaloniaEdit
10063782
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063783
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063784
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063785
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063786
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063787
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063788
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063789
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063790
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063791
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063792
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063793
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063794
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063795
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063796
<NME> WeakEventManagerBase.cs <BEF> using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Disposables; using System.Reflection; using System.Runtime.CompilerServices; using System.Threading; namespace AvaloniaEdit.Utils { /// <summary> /// WeakEv...
3
fixes major bug in weak event manager where it would only unsubscribe
4
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063797
<NME> LumenPassport.php <BEF> <?php namespace Dusterio\LumenPassport; use Illuminate\Support\Arr; use Laravel\Passport\Passport; use DateTimeInterface; use Carbon\Carbon; use Laravel\Lumen\Application; use Laravel\Lumen\Routing\Router; class LumenPassport { /** * Allow simultaneous logins for users * ...
1
Fix regex to call router on Lumen 6
1
.php
php
mit
dusterio/lumen-passport
10063798
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063799
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063800
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063801
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063802
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063803
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063804
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063805
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063806
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063807
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063808
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063809
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063810
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063811
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063812
<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...
9
Set VisualLineDrawingVisual.Parent on creation
1
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063813
<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...
1
Expose Events library
0
.js
js
mit
ftlabs/fruitmachine
10063814
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063815
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063816
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063817
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063818
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063819
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063820
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063821
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063822
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063823
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063824
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063825
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063826
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063827
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063828
<NME> TextMate.cs <BEF> using System; using System.Collections.Generic; using System.Linq; using TextMateSharp.Grammars; using TextMateSharp.Model; using TextMateSharp.Themes; using TextMateSharp.Themes; { public static class TextMate { public static void InstallTextMate(this TextEditor editor, Theme t...
12
Improve the TextMate installation API
51
.cs
TextMate/TextMate
mit
AvaloniaUI/AvaloniaEdit
10063829
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063830
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063831
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063832
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063833
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063834
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063835
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063836
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063837
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063838
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063839
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063840
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063841
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063842
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063843
<NME> TextSegmentCollection.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...
8
Allow a text segment collection to be disconnected from a text document.
0
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063844
<NME> LineNumberMargin.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 ...
16
Fix line margin interactivity
18
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063845
<NME> LineNumberMargin.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 ...
16
Fix line margin interactivity
18
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063846
<NME> LineNumberMargin.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 ...
16
Fix line margin interactivity
18
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063847
<NME> LineNumberMargin.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 ...
16
Fix line margin interactivity
18
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063848
<NME> LineNumberMargin.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 ...
16
Fix line margin interactivity
18
.cs
cs
mit
AvaloniaUI/AvaloniaEdit
10063849
<NME> LineNumberMargin.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 ...
16
Fix line margin interactivity
18
.cs
cs
mit
AvaloniaUI/AvaloniaEdit