commit
stringlengths
40
40
subject
stringlengths
0
1.12k
message
stringlengths
11
14.5k
repos
stringlengths
8
11.5k
file_path
stringlengths
6
191
license
stringclasses
12 values
unix_time
int64
805M
1.66B
new_contents
stringlengths
14
20M
old_contents
stringlengths
1
20M
222f1f96bd2f6b9cc199934db1acc1650fe0d671
missed commit
missed commit
spboyer/downr,spboyer/downr,bradygaster/downr,bradygaster/downr
Server/Services/WebServerFileSystemContentIndexer.cs
apache-2.0
1,593,115,111
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using downr; using downr.Models; using HtmlAgilityPack; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Logging; using YamlDotNet.Serialization; namespace downr.Services {...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using downr; using downr.Models; using HtmlAgilityPack; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Logging; using YamlDotNet.Serialization; namespace downr.Services {...
47a6e607c665976cdf1122bbeb4e8f86b30e6bcf
Fixed validation error for Free org accounts
Fixed validation error for Free org accounts
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Core/Models/Api/Request/Organizations/OrganizationCreateRequestModel.cs
agpl-3.0
1,593,115,088
using Bit.Core.Models.Table; using Bit.Core.Enums; using Bit.Core.Models.Business; using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using Bit.Core.Utilities; namespace Bit.Core.Models.Api { public class OrganizationCreateRequestModel : IValidatableObject { [Required] ...
using Bit.Core.Models.Table; using Bit.Core.Enums; using Bit.Core.Models.Business; using System.ComponentModel.DataAnnotations; using System.Collections.Generic; using Bit.Core.Utilities; namespace Bit.Core.Models.Api { public class OrganizationCreateRequestModel : IValidatableObject { [Required] ...
63ead211f8f00a6e262cc732503e9ebcab83028c
Remove extra logging
Remove extra logging
AlexWan/OsEngine
project/OsEngine/Journal/Internal/PositionController.cs
apache-2.0
1,593,114,924
/* * Your rights to use code governed by this license http://o-s-a.net/doc/license_simple_engine.pdf * Ваши права на использование кода регулируются данной лицензией http://o-s-a.net/doc/license_simple_engine.pdf */ using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System....
/* * Your rights to use code governed by this license http://o-s-a.net/doc/license_simple_engine.pdf * Ваши права на использование кода регулируются данной лицензией http://o-s-a.net/doc/license_simple_engine.pdf */ using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System....
210024a9c5ebad12aa18f5169694b40bbd905a9d
Exclude null values when serializing configuration files.
Exclude null values when serializing configuration files.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Configuration/Providers/FileSettingsProvider.cs
mit
1,593,114,363
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
71af57fdc059e23da766a67309f80222a39da0e0
Remove ConcurrentDictionary in HandshakeProtocol (#23315)
Remove ConcurrentDictionary in HandshakeProtocol (#23315)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/SignalR/common/SignalR.Common/src/Protocol/HandshakeProtocol.cs
apache-2.0
1,593,113,498
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Buffers; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using System.Text; using System.Text...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Buffers; using System.Collections.Concurrent; using System.Diagnostics; using System.IO; using System.Text; using System.Text...
7af6a4cc504d74a9b9523b4e6ecf7b9269cd67b5
[3.2] Fix DebugPlay request handler ignoring BuildBeforePlaying
[3.2] Fix DebugPlay request handler ignoring BuildBeforePlaying This must have been missed when backporting the new protocol to 3.2.
ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot,ex/godot
modules/mono/editor/GodotTools/GodotTools/Ides/MessagingServer.cs
mit
1,593,112,844
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using GodotTools.IdeMessaging; using GodotTools.IdeMessaging.Requests; using Godo...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using GodotTools.IdeMessaging; using GodotTools.IdeMessaging.Requests; using Godo...
b9621b659be8623d72b436f17ab1cf980e091b74
Fix ReadIndices() to use byte offset instead of index
Fix ReadIndices() to use byte offset instead of index
SteamDatabase/ValveResourceFormat
GUI/Types/Exporter/GltfModelExporter.cs
mit
1,593,111,842
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using GUI.Forms; using GUI.Types.Renderer; using GUI.Utils; using SharpGLTF.IO; using SharpGLTF.Schema2; using SkiaSharp; using ValveResourceFormat.Blocks; using ValveResourceFormat.ResourceTypes.ModelAnimation; u...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using GUI.Forms; using GUI.Types.Renderer; using GUI.Utils; using SharpGLTF.IO; using SharpGLTF.Schema2; using SkiaSharp; using ValveResourceFormat.Blocks; using ValveResourceFormat.ResourceTypes.ModelAnimation; u...
3f201b0af7f437c40552c2c1ce0940683d5a3ead
BL-8249 Close splash screen before problem dialog
BL-8249 Close splash screen before problem dialog * so far unsuccessful getting problem dialog to be draggable, but this should keep the splash screen from being a problem.
BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,...
src/BloomExe/web/controllers/ProblemReportApi.cs
mit
1,593,110,711
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Net.Mail; using System.Text; using System.Windows.Forms; using Bloom.Api; using Bloom.Book; using Bloom.MiscUI; using Bloom.ToPalaso; using SIL.E...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Net.Mail; using System.Text; using System.Windows.Forms; using Bloom.Api; using Bloom.Book; using Bloom.MiscUI; using Bloom.ToPalaso; using SIL.E...
d82d901542ddb0d4018caf6b89ddc64d307abd8d
Reuse custom_tournament where it was still used as a literal
Reuse custom_tournament where it was still used as a literal
NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu
osu.Game.Tournament.Tests/NonVisual/CustomTourneyDirectoryTest.cs
mit
1,593,110,215
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework; using osu.Framework.Allocation; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework; using osu.Framework.Allocation; using osu...
228f5d1d2955b85aebe3e79a3f3cb59571695f0d
Fixing the code to work past broken InSight data.
Fixing the code to work past broken InSight data.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,593,110,076
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
c242f939a93d93da11ff79577666130c15aecec7
fixed bug that prevented shift register from updating on construction
fixed bug that prevented shift register from updating on construction
treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk
NET/API/Treehopper.Libraries/IO/PortExpander/ShiftOut.cs
mit
1,593,110,005
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; using Treehopper.Libraries.Utilities; namespace Treehopper.Libraries.IO.PortExpander { /// <summary> /// Represents standard <see cref="DigitalOut" />-equipped shif...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading.Tasks; using Treehopper.Libraries.Utilities; namespace Treehopper.Libraries.IO.PortExpander { /// <summary> /// Represents standard <see cref="DigitalOut" />-equipped shif...
0fc762cb449c9f7e78e77cb784cdccc11b828199
Implement new 'CanCreate' methods. Fixes #838
Implement new 'CanCreate' methods. Fixes #838
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/MySqlConnectorFactory.cs
mit
1,593,109,846
using System.Data.Common; namespace MySqlConnector { public sealed class MySqlConnectorFactory : DbProviderFactory { public static readonly MySqlConnectorFactory Instance = new(); public override DbCommand CreateCommand() => new MySqlCommand(); public override DbConnection CreateConnection() => new MySqlConne...
using System.Data.Common; namespace MySqlConnector { public sealed class MySqlConnectorFactory : DbProviderFactory { public static readonly MySqlConnectorFactory Instance = new(); public override DbCommand CreateCommand() => new MySqlCommand(); public override DbConnection CreateConnection() => new MySqlConne...
5b14b2b46262cf0518fb44cd34ad1d23d5eb7935
Add menu display text (differentiator) classes to menu shapes (#6488)
Add menu display text (differentiator) classes to menu shapes (#6488)
stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2
src/OrchardCore.Modules/OrchardCore.Menu/MenuShapes.cs
bsd-3-clause
1,593,109,154
using System; using System.Text; using Microsoft.Extensions.DependencyInjection; using OrchardCore.ContentManagement; using OrchardCore.DisplayManagement; using OrchardCore.DisplayManagement.Descriptors; using OrchardCore.Menu.Models; using OrchardCore.Mvc.Utilities; namespace OrchardCore.Menu { public class MenuS...
using System; using System.Text; using Microsoft.Extensions.DependencyInjection; using OrchardCore.ContentManagement; using OrchardCore.DisplayManagement; using OrchardCore.DisplayManagement.Descriptors; using OrchardCore.Menu.Models; namespace OrchardCore.Menu { public class MenuShapes : IShapeTableProvider {...
17c9eb91154bf6113c79664183885f7ce2101644
Restore caching for the EmployeeList module
Restore caching for the EmployeeList module
roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University.Employees/ViewEmployeeList.ascx.cs
agpl-3.0
1,593,109,142
// // ViewEmployeeList.ascx.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2014-2020 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the...
// // ViewEmployeeList.ascx.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2014-2020 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the...
676f335ee83448ede1dd30135fb3bb50f2a196f2
Update to CRUD test, asserts update and delete through verification
Update to CRUD test, asserts update and delete through verification
JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean
Tests/API/NodeTests.cs
apache-2.0
1,593,108,436
using System; using System.IO; using System.Linq; using System.Threading; using System.Web; using NUnit.Framework; using QuantConnect.Api; using QuantConnect.API; using QuantConnect.Brokerages; using QuantConnect.Configuration; namespace QuantConnect.Tests.API { [TestFixture, Ignore("These tests require an accou...
using System; using System.IO; using System.Linq; using System.Threading; using System.Web; using NUnit.Framework; using QuantConnect.Api; using QuantConnect.API; using QuantConnect.Brokerages; using QuantConnect.Configuration; namespace QuantConnect.Tests.API { [TestFixture, Ignore("These tests require an acco...
d033ee63a9c12abde99991463928960d67b841f7
Implement scroll-bar based on group-overflow
Implement scroll-bar based on group-overflow
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Control/TextBox/TextBox.cs
agpl-3.0
1,593,108,376
using System; using ImGui.Input; using ImGui.Rendering; using ImGui.Style; namespace ImGui { public partial class GUI { //TODO multiple/single line TextBox public static string TextBox(Rect rect, string label, string text, LayoutOptions? options) { Window window...
using System; using ImGui.Input; using ImGui.Rendering; using ImGui.Style; namespace ImGui { public partial class GUI { public static string TextBox(Rect rect, string label, string text, LayoutOptions? options) { Window window = GetCurrentWindow(); if (windo...
aa58410630e7ceed3a9a92c25222d66ed025f742
Fixes #6344 shape items ordering (#6369)
Fixes #6344 shape items ordering (#6369)
xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2
src/OrchardCore/OrchardCore.DisplayManagement/Shapes/Shape.cs
bsd-3-clause
1,593,108,237
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Linq; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.Rendering; using Newtonsoft.Json; using OrchardCore.DisplayManagement.Zones; namespace OrchardCore.DisplayManageme...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Dynamic; using System.Linq; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.Rendering; using Newtonsoft.Json; using OrchardCore.DisplayManagement.Zones; namespace OrchardCore.DisplayManageme...
c3b837d76f8c2e9df5ccdc5488a13aef1e46e857
Remove a weird character (#6495)
Remove a weird character (#6495)
stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2
src/OrchardCore.Modules/OrchardCore.Workflows/Http/Scripting/HttpMethodsProvider.cs
bsd-3-clause
1,593,107,247
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.Routing; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; us...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.Routing; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; us...
41b1e6f0454140d49d95e292b0e4f5b35d3c7cea
clean up usings
clean up usings
IxMilia/Dxf,IxMilia/Dxf
src/IxMilia.Dxf/Entities/DxfLeader.cs
apache-2.0
1,593,105,517
using System; using System.Collections.Generic; using IxMilia.Dxf.Collections; namespace IxMilia.Dxf.Entities { public partial class DxfLeader { private ListNonNullWithMinimum<DxfPoint> _vertices = new ListNonNullWithMinimum<DxfPoint>(2); public IList<DxfPoint> Vertices { get { return _vertice...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using IxMilia.Dxf.Collections; namespace IxMilia.Dxf.Entities { public partial class DxfLeader { private ListNonNullWithMinimum<DxfPoint> _vertices = new ListNonNullWithMinimum<DxfPoint>(2); public ILi...
17066a68effea7425d9260b9ee35d3a9b66d5024
[XCode] Fix single element format with space
[XCode] Fix single element format with space
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,593,105,135
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
b78708cd3c2b0ab84e50381d5dd2f4b766a6db0e
Updated comments
Updated comments
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Models/Clients/Chat/ChatWhisperMessagePacketModel.cs
mit
1,593,104,439
using System.Collections.Generic; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a Chat whisper message packet. /// </summary> public class ChatWhisperMessagePacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat mess...
using System.Collections.Generic; namespace Twitch.Base.Models.Clients.Chat { /// <summary> /// Information about a Chat message packet. /// </summary> public class ChatWhisperMessagePacketModel : ChatPacketModelBase { /// <summary> /// The ID of the command for a chat message. ...
7d2d6a52c92a6871d9443f1700721eb837716d0e
now uses SkinnableSample instead of Drawable sample
now uses SkinnableSample instead of Drawable sample Still does not support switching skins after Pause overlay loading, there will be no sound for the first pause (works fine the the nexts) Also, the pause loop seems to play for approximately 1 second when exiting the screens via restart or quit finally, since Skinn...
peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu
osu.Game/Screens/Play/PauseOverlay.cs
mit
1,593,104,284
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using Humanizer; using NUnit.Framework.Internal; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sa...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using osu.G...
00b4ad994b44de0f993b492c3b2b713f8d1518e3
Fixes lathe bug (#1228)
Fixes lathe bug (#1228)
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Research/LatheComponent.cs
mit
1,593,104,260
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using System; using Robust.Shared.Utility; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Power; using Content.Server.GameObjects.Components.Stack; using Cont...
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using System; using Robust.Shared.Utility; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Power; using Content.Server.GameObjects.Components.Stack; using Cont...
65a2fc3bfc052a150d67d0b14a19fece40cf47cb
Revert access modifier
Revert access modifier
UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu
osu.Game/Screens/Play/Player.cs
mit
1,593,103,994
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
5643ecf8060e9b0862cad120ba5477761118d723
Use Id to identify a child
Use Id to identify a child
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Rendering/Visual.cs
agpl-3.0
1,593,103,660
using System; using System.Collections; using System.Collections.Generic; using ImGui.GraphicsAbstraction; namespace ImGui.Rendering { /// <summary> /// The minimal rendering element: tree hierarchy, clipping and how to render itself. /// </summary> /// <remarks> /// Persisting rendering data for ...
using System; using System.Collections; using System.Collections.Generic; using ImGui.GraphicsAbstraction; namespace ImGui.Rendering { /// <summary> /// The minimal rendering element: tree hierarchy, clipping and how to render itself. /// </summary> /// <remarks> /// Persisting rendering data for ...
22e75ef60e636fee0a2d9b7ce2d290bde6c3c828
Don't throw exception for Zero-sized clip-rect.
Don't throw exception for Zero-sized clip-rect. Case: a child clip rectangle which doesn't intersect with the parent clip rectangle, then the pushed clip rectangle is `Rect.Zero`. Allowing zero-rectangle aims to make the push/pop API work when pushed rectangle is `Rect.Zero`. If we limit the push rectangle to be non-...
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Rendering/GeometryRenderer.cs
agpl-3.0
1,593,103,542
using System; using System.Collections.Generic; namespace ImGui.Rendering.Composition { internal abstract class GeometryRenderer : RecordReader { protected Stack<Rect> ClipRectStack { get; } = new Stack<Rect>(new[] { Rect.Big }); public void PushClipRect(Rect rect) { if (r...
using System; using System.Collections.Generic; using System.Diagnostics; namespace ImGui.Rendering.Composition { internal abstract class GeometryRenderer : RecordReader { protected Stack<Rect> ClipRectStack { get; } = new Stack<Rect>(new[] { Rect.Big }); public void PushClipRect(Rect rect) ...
1c58dd98ec5e144cc904036125081c63c3ef8c71
Unified line-height in TypographyTextContext
Unified line-height in TypographyTextContext Now all line-heights in TypographyTextContext are calculated as `(Typeface bound height) * 1.2`.
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/OSImplementation/Shared/Text/TypographyTextContext.cs
agpl-3.0
1,593,102,970
using System; using System.Collections.Generic; using System.Linq; using ImGui.OSAbstraction.Text; using Typography.OpenFont; using Typography.TextLayout; namespace ImGui.OSImplementation { /// <summary> /// Text context based on Typography /// </summary> /// <remarks>TypographyTextContext is an pure ...
using System; using System.Collections.Generic; using ImGui.OSAbstraction.Text; using Typography.OpenFont; using Typography.TextLayout; namespace ImGui.OSImplementation { /// <summary> /// Text context based on Typography /// </summary> /// <remarks>TypographyTextContext is an pure C# implementation o...
325e19c54eff0bb1647121c60de4f0c51c4a1c86
more xml comments
more xml comments
AdamsLair/duality
Source/Core/Duality/Launcher/DualityLauncher.cs
mit
1,593,100,905
using System; using System.Collections.Generic; using System.IO; using Duality.Backend; namespace Duality.Launcher { /// <summary> /// A class that allows you to easily initialize duality, run it and clean it up afterwards. /// As static state is used under the hood please make sure to only have 1 instance at a ti...
using System; using System.Collections.Generic; using System.IO; using Duality.Backend; namespace Duality.Launcher { /// <summary> /// A class that allows you to easily initialize duality, run it and clean it up afterwards. /// </summary> public class DualityLauncher : IDisposable { private readonly List<ILogO...
f838b3389b0d6985d7d8d2d9e9d18855ab39804b
Bullet-proofing
Bullet-proofing
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/IPC/Integration/EnumSchemaFilter.cs
apache-2.0
1,593,099,769
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
c1ea64ca14274982c2e4c99f557e925f1295a56e
Inline async method and use ValueTask.
Inline async method and use ValueTask.
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/MySqlConnection.cs
mit
1,593,099,649
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics.CodeAnalysis; using System.Net.Sockets; using System.Security.Authentication; using System.Threading; using System.Threading.Tasks; using MySqlConnector.Core; using MySqlConnector.Logging; using MySqlCo...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics.CodeAnalysis; using System.Net.Sockets; using System.Security.Authentication; using System.Threading; using System.Threading.Tasks; using MySqlConnector.Core; using MySqlConnector.Logging; using MySqlCo...
73885f117a9e332ce9eae35dacb9fde522ee6aca
Simply x-definition
Simply x-definition
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/IPC/Integration/EnumSchemaFilter.cs
apache-2.0
1,593,099,365
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
c706bb29cc3d32ffee8a0b09394f68c25e150015
Try catch on XML parser
Try catch on XML parser
cetusfinance/qwack,cetusfinance/qwack,cetusfinance/qwack
src/Qwack.Providers/CSV/CMEFileParser.cs
mit
1,593,099,242
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; using System.Xml.Serialization; using CsvHelper; using CsvHelper.Configuration; using Qwack.Transport.CmeXml; namespace Qwack.Providers.CS...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Linq; using System.Text; using System.Xml.Serialization; using CsvHelper; using CsvHelper.Configuration; using Qwack.Transport.CmeXml; namespace Qwack.Providers.CS...
7680bae03d74160d3a735a71958a6291c71b75bc
Streamlined state checking for right-click on iPadOS
Streamlined state checking for right-click on iPadOS
EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smo...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,098,597
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
bd814332907246d4f5ce12d2f4736bd9612b2965
Fix incorrect documentation on the Upcoming Invoice parameters
Fix incorrect documentation on the Upcoming Invoice parameters
stripe/stripe-dotnet
src/Stripe.net/Services/Invoices/InvoiceUpcomingInvoiceItemOptions.cs
apache-2.0
1,593,098,572
namespace Stripe { using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class InvoiceUpcomingInvoiceItemOptions : INestedOptions, IHasMetadata { /// <summary> /// The integer amount in cents of previewed invoice item. /// </summary> ...
namespace Stripe { using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class InvoiceUpcomingInvoiceItemOptions : INestedOptions, IHasMetadata { /// <summary> /// The integer amount in cents of previewed invoice item. /// </summary> ...
9297d51084c79af7a55fa3210db440bafa0958d7
https://pt.stackoverflow.com/q/252328/101
https://pt.stackoverflow.com/q/252328/101
bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt
CSharp/Method/ReturnList.cs
mit
1,593,097,386
using static System.Console; using System.Collections.Generic; public class Program { public static void Main() => ListMethod.GenerateList(5); } public static class ListMethod { public static List<int> GenerateList(int length) { var numbers = new List<int>(length); for (int c = 0; c < length; c++) {...
using static System.Console; using System.Collections.Generic; public class Program { public static void Main() { var lista = ListMethod.GenerateList(5); } } public static class ListMethod { public static List<int> GenerateList(int length) { var numbers = new List<int>(length); for (int c = 0; c ...
f4c768e682bcb869e45bba17ca6039efb2494511
HashSetEqualityComparer should return 0 on null
HashSetEqualityComparer should return 0 on null
theraot/Theraot
Framework.Core/System/Collections/Generic/HashSetEqualityComparer.cs
mit
1,593,096,433
using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Collections.Generic { internal sealed class HashSetEqualityComparer<T> : IEqualityComparer<HashSet<T>> { public static readonly HashSetEqualityComparer<T> Instance = new HashSetEqualityComparer<T>(); ...
using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Collections.Generic { internal sealed class HashSetEqualityComparer<T> : IEqualityComparer<HashSet<T>> { public static readonly HashSetEqualityComparer<T> Instance = new HashSetEqualityComparer<T>(); ...
eda13d05fe4800056efa7202571939ab02083dc7
Reduce diff
Reduce diff
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/HwiClient.cs
mit
1,593,095,835
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Helpers; usin...
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Helpers; usin...
cf43cd09516da792695ee9c359630f088967a9da
Removing useless setter for ToolTip
Removing useless setter for ToolTip
punker76/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon
Fluent.Ribbon/Controls/RibbonGroupBox.cs
mit
1,593,095,741
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Automation.Peers; using System.Windows.Controls; using System.Windows.Controls.Pr...
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Automation.Peers; using System.Windows.Controls; using System.Windows.Controls.Pr...
4b1172dcb90a34048664cd5a61b39402b13794cc
Set default left/right panel width to 300, irrespective of window size (#178)
Set default left/right panel width to 300, irrespective of window size (#178) This fixes an issue where the left pane is too wide when the app is started in full-screen mode
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.IapDesktop/Windows/MainForm.cs
apache-2.0
1,593,095,376
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
17352c0d8c53b4d115361434c5a93757c44d41c6
Passing BigInteger with in modifier
Passing BigInteger with in modifier
theraot/Theraot
Framework.Core/System/Numerics/BigInteger.string.cs
mit
1,593,095,353
#if LESSTHAN_NET40 || NETSTANDARD1_0 using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Text; using Theraot.Collections.Specialized; using Theraot.Core; namespace System.Numerics { public readonly partial struct BigInteger ...
#if LESSTHAN_NET40 || NETSTANDARD1_0 using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Text; using Theraot.Collections.Specialized; using Theraot.Core; namespace System.Numerics { public readonly partial struct BigInteger ...
00f9a630198359a4cd1c5c13ff03d5707440b120
HashSetEqualityComparer must not depend on the order
HashSetEqualityComparer must not depend on the order
theraot/Theraot
Framework.Core/System/Collections/Generic/HashSetEqualityComparer.cs
mit
1,593,095,193
using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Collections.Generic { internal sealed class HashSetEqualityComparer<T> : IEqualityComparer<HashSet<T>> { public static readonly HashSetEqualityComparer<T> Instance = new HashSetEqualityComparer<T>(); ...
using Theraot.Collections; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Collections.Generic { internal sealed class HashSetEqualityComparer<T> : IEqualityComparer<HashSet<T>> { public static readonly HashSetEqualityComparer<T> Instance = new HashSetEqu...
c340a79ff890f94a6b418ff31b3f9810881ad374
Return session to pool even if connection is closed. Fixes #836
Return session to pool even if connection is closed. Fixes #836 The ConnectionState can be set to Closed when a failure occurs on the connection, but the session still needs to be returned to the pool to avoid a leak.
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/MySql.Data.MySqlClient/MySqlConnection.cs
mit
1,593,094,680
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics.CodeAnalysis; using System.Net.Sockets; using System.Security.Authentication; using System.Threading; using System.Threading.Tasks; using MySqlConnector.Core; using MySqlConnector.Logging; using MySqlCo...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics.CodeAnalysis; using System.Net.Sockets; using System.Security.Authentication; using System.Threading; using System.Threading.Tasks; using MySqlConnector.Core; using MySqlConnector.Logging; using MySqlCo...
8a1ca5ddab135aab71d4eac173b83ed6d1f808fa
dump key itself vs just the values
dump key itself vs just the values
EricZimmerman/RECmd
RECmd/Program.cs
mit
1,593,094,431
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using Alphaleonis.Win32.Filesystem; using CsvHelper; using CsvHelper.Configuratio...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using Alphaleonis.Win32.Filesystem; using CsvHelper; using CsvHelper.Configuratio...
b0b6775841f754b4ea3d66190a32dd47defdf592
ser2: fixed intenal check if expected valuetype is the actual valuetype only if not object is exepceted
ser2: fixed intenal check if expected valuetype is the actual valuetype only if not object is exepceted
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Services/SerializerService/FlatbufferSerializer2.cs
mit
1,593,094,086
#define FLATBUFFER_CHECK_TYPES using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using Newtonsoft.Json; using System.Collections.Concurrent; using ECS; namespace Service.Serializer { public interface IFB...
#define FLATBUFFER_CHECK_TYPES using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using Newtonsoft.Json; using System.Collections.Concurrent; using ECS; namespace Service.Serializer { public interface IFB...
5b8c6c0b62e35f3b1088f97682ce4cbc279c3192
ser2: added Check if a table-offset was serialized at all
ser2: added Check if a table-offset was serialized at all
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Modules/flatbuffers/FlatBuffers/Table.cs
mit
1,593,094,050
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
66a77194dd26f6d2c2b972208934b0744e7afd16
[Apple|FastBuild] Add the platform library files
[Apple|FastBuild] Add the platform library files
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs
apache-2.0
1,593,092,731
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
497126d2b5c7eedc8a9dcca8b1fdc7081a864df8
[Apple|FastBuild] Workaround to get the map file properly generated
[Apple|FastBuild] Workaround to get the map file properly generated This code should be reworked when the option management is refactored
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs
apache-2.0
1,593,092,702
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
a1a56df44168c1ced107f3b561fda12ceba3d071
Use Path combine to create the path of the map file
Use Path combine to create the path of the map file
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs
apache-2.0
1,593,092,516
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
b2516440ce023ff679899f61d25ae57a519254a6
add with color
add with color
bradphelan/eyeshotbugs
Assembly3D/Assembly3D.cs
mit
1,593,092,464
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Linq; using System.Linq.Expressions; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Runtime.CompilerServices; u...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Linq; using System.Linq.Expressions; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Runtime.CompilerServices; u...
400523da951c818405e83117887f4fc2924da795
Fix dev tools crashing on X11.
Fix dev tools crashing on X11.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,Perspex/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Avaloni...
src/Avalonia.Controls/TreeView.cs
mit
1,593,092,405
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Primitives; using Avalonia.Controls.Utils; using Avalonia.Data; using Avalonia.Input; using Avalonia.Input.Pl...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Primitives; using Avalonia.Controls.Utils; using Avalonia.Data; using Avalonia.Input; using Avalonia.Input.Pl...
93c551bd3d1ca55a8bf72977ebc2629f22d619d5
[Apple] TODO: UseThinArchives cannot use the linux linker option
[Apple] TODO: UseThinArchives cannot use the linux linker option
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Apple/BaseApplePlatform.cs
apache-2.0
1,593,092,398
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
bec98c715fedefe781f755166afa23891074c207
Functional, Map, Reduce, Filter + Improved Remove
Functional, Map, Reduce, Filter + Improved Remove
alvivar/Hasten
Gigas/Arrayx.cs
mit
1,593,091,729
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; public class Arrayx<T> { public T[] Elements = new T[8]; public int Size = 8; ...
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; public class Arrayx<T> { public T[] Elements = new T[8]; public int Size = 8; ...
8d47c908ad2909211383b2e0e5d39110c13a24b4
Remove breadcrumb fade
Remove breadcrumb fade
UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Screens/Multi/Header.cs
mit
1,593,091,725
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using Humanizer; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using Humanizer; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Gr...
c3598350063bc9868b38c20bcfa3969ad55ee302
An overall Clear function that cleans up the entire EntitySet.
An overall Clear function that cleans up the entire EntitySet.
alvivar/Hasten
Gigas/Femto.cs
mit
1,593,091,698
#if UNITY_EDITOR using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; // Femto is a Unity code generator that creates the entities database: // EntitySet. // Just write '// !Gigas' on any class that you consider an Entity, and all the // requ...
#if UNITY_EDITOR using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; // Femto is a Unity code generator that creates the entities database: // EntitySet. // Just write '// !Gigas' on any class that you consider an Entity, and all the // requ...
fc7bf91c2d918cbee9a67dc7645c33bc6f2dd96c
Fix avro serialization for union schemas.
Fix avro serialization for union schemas.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/extensions/Squidex.Extensions/Actions/Kafka/KafkaProducer.cs
mit
1,593,091,447
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
339c4c62f574d8178ecd264e402943f81ab24db7
Show correct name for components in code vision, previosly it was inverted + contained id
Show correct name for components in code vision, previosly it was inverted + contained id
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/Yaml/Psi/DeferredCaches/AssetUtils.cs
apache-2.0
1,593,091,415
using System; using System.Collections.Generic; using System.Linq; using System.Text; using JetBrains.Annotations; using JetBrains.Collections; using JetBrains.Metadata.Reader.API; using JetBrains.Metadata.Reader.Impl; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon; using JetBrains.ReSharper.Daemon.Usag...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using JetBrains.Annotations; using JetBrains.Collections; using JetBrains.Metadata.Reader.API; using JetBrains.Metadata.Reader.Impl; using JetBrains.ProjectModel; using JetBrains.ReSharper.Daemon; using JetBrains.ReSharper.Daemon.Usag...
44a8039e924b9a614bea16a2dbcaf8a52dfe03b1
Reduce header further
Reduce header further
ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu
osu.Game/Screens/Multi/Header.cs
mit
1,593,091,344
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using Humanizer; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Gr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using Humanizer; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Gr...
23f569351a11aaf945d53202438fb6dbb02009ed
Add back missing beatmap results button
Add back missing beatmap results button
ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu
osu.Game/Screens/Multi/Match/MatchSubScreen.cs
mit
1,593,091,339
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framewo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framewo...
b7f5a89f82b9216231ae079112922bbe41e78984
Reduce background fade opacity
Reduce background fade opacity
smoogipooo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu
osu.Game/Screens/Multi/Multiplayer.cs
mit
1,593,090,819
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphic...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphic...
20092c58ff6cac5194016236ff6a72cd8574fa92
Reduce spacing between recent participants tiles
Reduce spacing between recent participants tiles
smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game/Screens/Multi/Components/ParticipantsList.cs
mit
1,593,089,993
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framewor...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framewor...
7c1dd43899d1369106890723eda0c8c671991274
Re-style multiplayer header
Re-style multiplayer header
ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Screens/Multi/Header.cs
mit
1,593,089,920
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using Humanizer; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Gr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framewo...
90d10b1e5590a4f4ef8206ec4085338ce4a2cd5b
IMessageListener. Subscriptions members.
IMessageListener. Subscriptions members.
StockSharp/StockSharp
Algo/Server/IMessageListener.cs
apache-2.0
1,593,089,753
namespace StockSharp.Algo.Server { using System; using System.Collections.Generic; using Ecng.Security; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// The interface describing a message listening component. /// </summary> public interface IMessageListener : IMessageChannel, ILogSourc...
namespace StockSharp.Algo.Server { using System; using Ecng.Security; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// The interface describing a message listening component. /// </summary> public interface IMessageListener : IMessageChannel, ILogSource { /// <summary> /// The cust...
81c680d99411b5179fa2e7dd35ee1758c9101625
Added possibility to set AllowDeletion for a field
Added possibility to set AllowDeletion for a field
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Extensions/FieldAndContentTypeExtensions.cs
mit
1,593,089,474
using OfficeDevPnP.Core; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using Microsoft.SharePoint.Client.DocumentSet; using Microsoft.SharePoint.Client.Taxonomy; using System.Linq.Expressions; namespace ...
using OfficeDevPnP.Core; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using Microsoft.SharePoint.Client.DocumentSet; using Microsoft.SharePoint.Client.Taxonomy; using System.Linq.Expressions; namespace ...
53432efd882422fa218290973170cab30105d825
Add xml to skeleton settings.
Add xml to skeleton settings.
qualisys/RTClientSDK.Net
RTProtocol.cs
mit
1,593,088,731
// Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB // using QTMRealTimeSDK.Data; using QTMRealTimeSDK.Network; using QTMRealTimeSDK.Settings; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System....
// Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB // using QTMRealTimeSDK.Data; using QTMRealTimeSDK.Network; using QTMRealTimeSDK.Settings; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System....
98803b605ae04b45799bff39e65c76841c02cb27
Source of Parameter should be Symbol instead of Syntax
Source of Parameter should be Symbol instead of Syntax
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/ParseProcesses/ParseProcessesVariableLookup.cs
mit
1,593,088,728
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial deals with finding variables in the current scope public partial class ParseProcesses { /// <summary> /// Locates...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial deals with finding variables in the current scope public partial class ParseProcesses { /// <summary> /// Locates...
f30791ef65353aef44664f11516c6d1d71245fdc
Moved local constants from process to architecture
Moved local constants from process to architecture
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.VHDL/Templates/Entity.cs
mit
1,593,088,529
using System.Linq; using SME; using System.Text; using System.Collections.Generic; using SME.VHDL; using SME.AST; using System; namespace SME.VHDL.Templates { public class Entity : BaseTemplate { public readonly RenderState RS; public readonly RenderStateProcess RSP; public readonly ...
using System.Linq; using SME; using System.Text; using System.Collections.Generic; using SME.VHDL; using SME.AST; using System; namespace SME.VHDL.Templates { public class Entity : BaseTemplate { public readonly RenderState RS; public readonly RenderStateProcess RSP; public readonly ...
47eb027d2ee2887d3477ad88892a29869ab9c2b3
Sometimes, InvocationExpression is an Identifier
Sometimes, InvocationExpression is an Identifier
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/SME.AST/ParseProcesses/ParseProcessesExpression.cs
mit
1,593,088,505
using System; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with expressions public partial class ParseProcesses { /// <summary> /// Decompile the specified ex...
using System; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace SME.AST { // This partial part deals with expressions public partial class ParseProcesses { /// <summary> /// Decompile the specified ex...
e6cd101661a3889e6e7f32d1e5a761a3cad9b0f0
Specify SDK version with compiler support
Specify SDK version with compiler support
NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer
PackageViewModel/SymbolValidation/SymbolValidator.cs
mit
1,593,088,496
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using AuthenticodeExaminer; using NuGet.Packa...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using AuthenticodeExaminer; using NuGet.Packa...
9425b23e7717b126a8970cfc7a890301c58e1c49
Ignore CPP for now in AES256
Ignore CPP for now in AES256
kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme
src/Examples/AES256CBC/Program.cs
mit
1,593,088,461
using SME; namespace AES256CBC { class MainClass { public static void Main(string[] args) { using (var sim = new Simulation()) { var core = new AESCore(); var test = new Tester(); core.Input = test.Input; ...
using SME; namespace AES256CBC { class MainClass { public static void Main(string[] args) { using (var sim = new Simulation()) { var core = new AESCore(); var test = new Tester(); core.Input = test.Input; ...
d704a4597dc60d882d4b8f54d6245cbca81ab67f
Use existing helper function for key repeat
Use existing helper function for key repeat
UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu
osu.Game/Screens/Select/BeatmapCarousel.cs
mit
1,593,088,382
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
d474b02913f456c682b27c568dc7ddf459b82fa2
added missing argument
added missing argument
AdamsLair/duality
Test/Core/InitDualityAttribute.cs
mit
1,593,088,032
using System; using System.IO; using Duality.Backend; using NUnit.Framework; using NUnit.Framework.Interfaces; using Duality.Launcher; namespace Duality.Tests { [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)] public class InitDualityAttribute : Attribute, ITestAction { private string oldEn...
using System; using System.IO; using Duality.Backend; using NUnit.Framework; using NUnit.Framework.Interfaces; namespace Duality.Tests { [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)] public class InitDualityAttribute : Attribute, ITestAction { private string oldEnvDir = null; private...
c94b03ea48ea5230b6a15047147ae0282da37f46
add more cleanup to the dispose method
add more cleanup to the dispose method
AdamsLair/duality
Source/Core/Duality/Launcher/DualityLauncher.cs
mit
1,593,088,032
using System; using System.Collections.Generic; using System.IO; using Duality.Backend; using Duality.Resources; namespace Duality.Launcher { public class DualityLauncher : IDisposable { private readonly LauncherArgs launcherArgs; private readonly List<ILogOutput> logOutputs = new List<ILogOutput>(); private ...
using System; using System.IO; using Duality.Backend; using Duality.Resources; namespace Duality.Launcher { public class DualityLauncher : IDisposable { private LauncherArgs launcherArgs; public DualityLauncher(LauncherArgs launcherArgs) { this.launcherArgs = launcherArgs; } public void Run() { ...
6c09b2ba05e7d9e84653f587bce9387f1807727c
removed the effect of IsDebugging on the refreshmode
removed the effect of IsDebugging on the refreshmode
AdamsLair/duality
Source/Core/Duality/Launcher/DualityLauncher.cs
mit
1,593,088,032
using System; using System.IO; using Duality.Backend; using Duality.Resources; namespace Duality.Launcher { public class DualityLauncher : IDisposable { private LauncherArgs launcherArgs; public DualityLauncher(LauncherArgs launcherArgs) { this.launcherArgs = launcherArgs; } public void Run() { ...
using System; using System.IO; using Duality.Backend; using Duality.Resources; namespace Duality.Launcher { public class DualityLauncher : IDisposable { private LauncherArgs launcherArgs; public DualityLauncher(LauncherArgs launcherArgs) { this.launcherArgs = launcherArgs; } public void Run() { ...
e0e9622a16d95f72290963154479d29a4ef1c757
Undo android broker change
Undo android broker change
AzureAD/azure-activedirectory-library-for-dotnet,AzureAD/azure-activedirectory-library-for-dotnet
src/Microsoft.IdentityModel.Clients.ActiveDirectory/Platforms/android/AndroidBrokerProxy.cs
mit
1,593,086,644
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated doc...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated doc...
f75b020217e8c8f09f6d2cebc9918dc73f4ff476
Fixed issue with extract assets from root site
Fixed issue with extract assets from root site
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/Utilities/ClientSidePageContentsHelper.cs
mit
1,593,086,510
using Microsoft.SharePoint.Client; using Newtonsoft.Json; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using OfficeDevPnP.Core.Framework.Provisioning.Model; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq;...
using Microsoft.SharePoint.Client; using Newtonsoft.Json; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using OfficeDevPnP.Core.Framework.Provisioning.Model; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq;...
70a803e24e5d9bd67de2e3c1897e9189a8ceb2b2
Cleanup ToolComponent
Cleanup ToolComponent
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Interactable/ToolComponent.cs
mit
1,593,085,841
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using System; using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata.Ecma335; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySyste...
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using System; using System.Collections.Generic; using System.Linq; using System.Reflection.Metadata.Ecma335; using Content.Server.GameObjects.Components.Chemistry; using Content.Server.GameObjects.EntitySyste...
9e5cc1b7a2d19bc7974065d9ed515425acf559dc
added skin support for the pause loop
added skin support for the pause loop
UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu
osu.Game/Screens/Play/PauseOverlay.cs
mit
1,593,084,402
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using osu.G...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using osu.G...
a9bc7661607baad6d031a3fb96e260e1e6292a0f
tableInfo.IdentityColumnName already contains the table primary key as defined in the model
tableInfo.IdentityColumnName already contains the table primary key as defined in the model
borisdj/EFCore.BulkExtensions
EFCore.BulkExtensions/SqlBulkOperation.cs
mit
1,593,083,527
using FastMember; using Microsoft.Data.SqlClient; using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Exp...
using FastMember; using Microsoft.Data.SqlClient; using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Exp...
63e6f8b43ba9e811fa46261f0d17131ce8645418
Fix query generation with auto identity
Fix query generation with auto identity Fix generation of the query when column name differ between model and database. (for exemple bounding_box_id in db and BoundingBoxId in the model)
borisdj/EFCore.BulkExtensions
EFCore.BulkExtensions/SqlQueryBuilderSqlite.cs
mit
1,593,083,467
using Microsoft.Data.SqlClient; using System.Collections.Generic; using System.Linq; namespace EFCore.BulkExtensions { public static class SqlQueryBuilderSqlite { public static string SelectLastInsertRowId() { return "SELECT last_insert_rowid();"; } public static s...
using Microsoft.Data.SqlClient; using System.Collections.Generic; using System.Linq; namespace EFCore.BulkExtensions { public static class SqlQueryBuilderSqlite { public static string SelectLastInsertRowId() { return "SELECT last_insert_rowid();"; } public static s...
c36d9d4fc3fa87aef05600dae76ada50bf5c076d
Add test coverage
Add test coverage
peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu
osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapCarousel.cs
mit
1,593,082,889
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; using osu.Fr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using osu.Framework.Allocation; using osu.Fr...
c45d40648600d0cab63d829ac99eb467b9b9922d
Allow creating the query type itself in ChangeQueryType.
Allow creating the query type itself in ChangeQueryType.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Queries/GremlinQueryBase.cs
mit
1,593,082,889
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; namespace ExRam.Gremlinq.Core { internal abstract class GremlinQueryBase { private static readonly ConcurrentDictionary<Type, Func<IImmutableStack<Step>, IGremlinQue...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; namespace ExRam.Gremlinq.Core { internal abstract class GremlinQueryBase { private static readonly ConcurrentDictionary<Type, Func<IImmutableStack<Step>, IGremlinQue...
105a6dbb32d7b28adf271c525f894bcf099b9e11
triggering reload from Loaded event conflicts with move-to-resource
triggering reload from Loaded event conflicts with move-to-resource
tom-englert/ResXResourceManager,tom-englert/ResXResourceManager
src/ResXManager.VSIX/MyToolWindow.cs
mit
1,593,082,774
namespace ResXManager.VSIX { using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using Sy...
namespace ResXManager.VSIX { using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using Sy...
772b64057c98f04ca24079939796c1c1252d8485
Temporary debug-switch to compare loading scenarios
Temporary debug-switch to compare loading scenarios
tom-englert/ResXResourceManager,tom-englert/ResXResourceManager
src/ResXManager.Model/ResourceManager.cs
mit
1,593,082,774
namespace ResXManager.Model { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.ComponentModel.Composition; using System.Globalization; using System.IO; using System.Linq; using System.Threading;...
namespace ResXManager.Model { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.ComponentModel.Composition; using System.Globalization; using System.IO; using System.Linq; using System.Threading;...
1ee74f624bced27e437f65c58382c952d4ef8bd6
Extend the fix for #295 to SqlBulkOperation.MergeAsync
Extend the fix for #295 to SqlBulkOperation.MergeAsync
borisdj/EFCore.BulkExtensions
EFCore.BulkExtensions/SqlBulkOperation.cs
mit
1,593,082,424
using FastMember; using Microsoft.Data.SqlClient; using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Exp...
using FastMember; using Microsoft.Data.SqlClient; using Microsoft.Data.Sqlite; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Exp...
4faf6be6c3ad2a809c87a1788cdd357089a1d8b6
fix null ref
fix null ref
matteobortolazzo/HtmlLabelPlugin
src/HtmlLabel/Shared/UriExtensions.cs
mit
1,593,082,411
using System; using System.Collections.Generic; using System.Globalization; using Xamarin.Essentials; namespace LabelHtml.Forms.Plugin.Abstractions { public static class UriExtensions { public static bool IsHttp(this Uri uri) => uri != null && uri.Scheme.ToUpperInvariant().Contains("HTTP"); pu...
using System; using System.Collections.Generic; using System.Globalization; using Xamarin.Essentials; namespace LabelHtml.Forms.Plugin.Abstractions { public static class UriExtensions { public static bool IsHttp(this Uri uri) => uri != null && uri.Scheme.ToUpperInvariant().Contains("HTTP"); pu...
c42a1ccb715fb2bbe2f002c1c9527ccf7788280a
[FIXED #579] Clear cache on user delete
[FIXED #579] Clear cache on user delete
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YAF.Core/Helpers/AspNetUsersHelper.cs
apache-2.0
1,593,082,330
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dist...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dist...
cf1fec29b190e7800b6ef6f5346448788778fde7
Don't erase QuerySemantics in Choose.
Don't erase QuerySemantics in Choose.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Queries/GremlinQuery.cs
mit
1,593,082,238
// ReSharper disable ArrangeThisQualifier using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using ExRam.Gremlinq.Core.GraphElements; using Gremlin.Net.Process.Traversal; using Microsoft.Extensions.Logging; na...
// ReSharper disable ArrangeThisQualifier using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using ExRam.Gremlinq.Core.GraphElements; using Gremlin.Net.Process.Traversal; using Microsoft.Extensions.Logging; na...
fac0e04989cd61e16775d837750e9e4cd8ad2ffb
Fix invalid scissor rectangle
Fix invalid scissor rectangle `Rect.Intersect` returns Rect.Empty if no intersection, and a Rect.Empty is not a valid scissor rectangle. So it should be converted to Rect.Zero, which means that command is completely clipped.
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/Rendering/GeometryRenderer.cs
agpl-3.0
1,593,082,092
using System; using System.Collections.Generic; using System.Diagnostics; namespace ImGui.Rendering.Composition { internal abstract class GeometryRenderer : RecordReader { protected Stack<Rect> ClipRectStack { get; } = new Stack<Rect>(new[] { Rect.Big }); public void PushClipRect(Rect rect) ...
using System; using System.Collections.Generic; namespace ImGui.Rendering.Composition { internal abstract class GeometryRenderer : RecordReader { protected Stack<Rect> ClipRectStack { get; } = new Stack<Rect>(new[] { Rect.Big }); public void PushClipRect(Rect rect) { if (r...
d7742766d054ca1d036985b6ca6c62ab946851c4
Add key/press repeat support to carousel
Add key/press repeat support to carousel
ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu
osu.Game/Screens/Select/BeatmapCarousel.cs
mit
1,593,082,043
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using System; using System.Collections.Generic; using System.Linq; using osu.Game.Con...
a0e8afe8411a5daa2aec916980aa6a1060dcaaf9
Added rotate transform test.
Added rotate transform test.
wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalo...
tests/Avalonia.Layout.UnitTests/LayoutableTests_EffectiveViewportChanged.cs
mit
1,593,082,024
using System; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Media; using Avalonia.UnitTests; using Xunit; namespace Avalonia.Layout.UnitTests { public class LayoutableTests_EffectiveV...
using System; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Media; using Avalonia.UnitTests; using Xunit; namespace Avalonia.Layout.UnitTests { public class LayoutableTests_EffectiveV...
74f67d3f832bf9679556569214330c630aa3752d
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,081,880
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
29c51c42e03ae3996dd8d93d38f7f9cc586eb941
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,081,782
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
c2855b463287791b3bbaf09143096ae7349935a8
Fixing cases, where the answer is done on a no longer existing survey configuration.
Fixing cases, where the answer is done on a no longer existing survey configuration.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,593,081,751
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
ce79c75fbf0fa1f149397be61f9ccd0a55228ae6
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,081,690
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
6dd2d6f2e0f01e33f613475e6ff4b54da6a26217
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,081,529
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
8bee6bb0c208c5fcb03919388062d5b5d6b681bd
Build fix.
Build fix.
StockSharp/StockSharp
Algo/Storages/BufferMessageAdapter.cs
apache-2.0
1,593,080,673
namespace StockSharp.Algo.Storages { using System; using System.Threading; using System.Linq; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summary> public class BufferMessageAdap...
namespace StockSharp.Algo.Storages { using System; using System.Threading; using System.Linq; using Ecng.Common; using Ecng.Collections; using Ecng.Serialization; using StockSharp.Messages; using StockSharp.Logging; /// <summary> /// Buffered message adapter. /// </summary> public class BufferMessageAdap...
6cc8f9c1be885c4860364a259ab5bdabfdaafc40
Makes it so you can't stack pipes on top of each other
Makes it so you can't stack pipes on top of each other
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/FluidPipe/PipeItem.cs
agpl-3.0
1,593,080,571
using System.Linq; using UnityEngine; namespace Pipes { public class PipeItem : MonoBehaviour, ICheckedInteractable<HandApply> { public Color Colour; //This is to be never rotated on items public PipeTile pipeTile; public PipeActions PipeAction; public SpriteHandler SpriteHandler; public ObjectBehaviou...
using UnityEngine; namespace Pipes { public class PipeItem : MonoBehaviour, ICheckedInteractable<HandApply> { public Color Colour; //This is to be never rotated on items public PipeTile pipeTile; public PipeActions PipeAction; public SpriteHandler SpriteHandler; public ObjectBehaviour objectBehaviour; ...
64174f37af5b0d738935b46abdb7d2c2ee7db18c
Tweak effective viewport calculation.
Tweak effective viewport calculation. This logic isn't in the UWP version as it only clips to scrollports.
jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,akrisiun/P...
src/Avalonia.Layout/LayoutManager.cs
mit
1,593,080,225
using System; using System.Collections.Generic; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public class LayoutManager :...
using System; using System.Collections.Generic; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public class LayoutManager :...
d0e74b7dbd1d6692fbf78251fc468cf230c3f0c2
Include transforms in effective bounds.
Include transforms in effective bounds.
Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,akrisiun/Perspex,grokys/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,Perspex/Perspex,grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkor...
src/Avalonia.Layout/LayoutManager.cs
mit
1,593,080,225
using System; using System.Collections.Generic; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public class LayoutManager :...
using System; using System.Collections.Generic; using System.Diagnostics; using Avalonia.Logging; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Layout { /// <summary> /// Manages measuring and arranging of controls. /// </summary> public class LayoutManager :...
4b503f8b373aba70ee6910562f2531ef63d3d9c8
Use EffectiveViewportChanged in ViewportManager.
Use EffectiveViewportChanged in ViewportManager.
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,wieslaw...
src/Avalonia.Controls/Repeater/ViewportManager.cs
mit
1,593,080,225
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.Reactive.Disposables; using System.Reactive.Linq; using Sys...
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.Reactive.Disposables; using System.Reactive.Linq; using Sys...