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
1664e3f2d09fb726fe909fe8cb166a275ffcba6e
Add DefaultMethodBodyReader.ThrowOnInvalidMethodBody.
Add DefaultMethodBodyReader.ThrowOnInvalidMethodBody.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Serialized/DefaultMethodBodyReader.cs
mit
1,589,894,645
using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Serialized { /// <summary> /// Provides a default implementation of a <see cref="IMethod...
using AsmResolver.DotNet.Code; using AsmResolver.DotNet.Code.Cil; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Serialized { /// <summary> /// Provides a default implementation of a <see cref="IMethod...
8740c67b9b141548fe858765039f44072266b7ed
temp fix for memory leak
temp fix for memory leak
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Infrastructure/Alphabet.cs
mit
1,589,894,508
using System; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using System.Runtime.Caching; using NLog; using ToolGood.Words; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure { public class Alphabet { private Settin...
using System; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using NLog; using ToolGood.Words; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure { public class Alphabet { private Settings _settings; private MemoryCache _cache; ...
a5b895aebea8592d006432d1b1b437ea6c9aed95
Fixed environment variables from file not added to environment in legacy.
Fixed environment variables from file not added to environment in legacy.
gigya/microdot
Gigya.Microdot.Hosting/Configuration/LegacyFileHostConfigurationSource.cs
apache-2.0
1,589,894,453
using Gigya.Microdot.Interfaces.Configuration; using Gigya.Microdot.LanguageExtensions; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; namespace Gigya.Microdot.Hosting.Configuration { public sealed class Legacy...
using Gigya.Microdot.Interfaces.Configuration; using Gigya.Microdot.LanguageExtensions; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; namespace Gigya.Microdot.Hosting.Configuration { public sealed class Legacy...
c96f82530764c28a7f9abec5aafd5ad172faf29a
Update NetTab.cs
Update NetTab.cs
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/Net/NetTab.cs
agpl-3.0
1,589,893,981
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using UnityEngine; using UnityEngine.Events; public enum NetTabType { None = -1, Vendor = 0, ShuttleControl = 1, NukeWindow = 2, Spawner = 3, Paper = 4, ChemistryDispenser = 5, Apc = 6, Cargo = 7, CloningConsole = 8, Security...
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using UnityEngine; using UnityEngine.Events; public enum NetTabType { None = -1, Vendor = 0, ShuttleControl = 1, NukeWindow = 2, Spawner = 3, Paper = 4, ChemistryDispenser = 5, Apc = 6, Cargo = 7, CloningConsole = 8, Security...
c00212cacb183beae56b235026481eac937d2966
Fix LifetimeManagementContainer not unbinding events on clear
Fix LifetimeManagementContainer not unbinding events on clear
peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr...
osu.Framework/Graphics/Containers/LifetimeManagementContainer.cs
mit
1,589,893,914
// 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.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Statistics; namespace 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.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Statistics; namespace osu....
5cc210cac205ee7e29157f2b72083c3db710c731
Cache delegates for reflection-driven message pump strategies
Cache delegates for reflection-driven message pump strategies
mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit
src/NUnitFramework/framework/Internal/MessagePumpStrategy.cs
mit
1,589,893,429
// *********************************************************************** // Copyright (c) 2018 Charlie Poole, Rob Prouse // // 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 restri...
// *********************************************************************** // Copyright (c) 2018 Charlie Poole, Rob Prouse // // 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 restri...
6ef751fa253653916694b5383d38c0e944311679
Enable message pump strategies to light up on any framework that has the correct types
Enable message pump strategies to light up on any framework that has the correct types
mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit
src/NUnitFramework/framework/Internal/MessagePumpStrategy.cs
mit
1,589,893,429
// *********************************************************************** // Copyright (c) 2018 Charlie Poole, Rob Prouse // // 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 restri...
// *********************************************************************** // Copyright (c) 2018 Charlie Poole, Rob Prouse // // 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 restri...
b9ebc0fe8d562c342eddfaeb38e1a6e27b5b750f
Slider change value on scroll only when mouse hover
Slider change value on scroll only when mouse hover This prevent from scrolling with the mouse and changing slider when the mouse is not hovering the slider. For example: If we have multiple slider in a tab if we changed value of a slider by clicking with the mouse and the hover another slider an scroll, the two would...
RonenNess/GeonBit.UI,RonenNess/GeonBit.UI
GeonBit.UI/Source/Entities/Slider.cs
mit
1,589,892,811
#region File Description //----------------------------------------------------------------------------- // Sliders are horizontal bars, similar to scrollbar, that lets user pick // numeric values in pre-defined range. // For example, a slider is often use to pick settings like volume, gamma, etc.. // // Author: Ronen...
#region File Description //----------------------------------------------------------------------------- // Sliders are horizontal bars, similar to scrollbar, that lets user pick // numeric values in pre-defined range. // For example, a slider is often use to pick settings like volume, gamma, etc.. // // Author: Ronen...
f04b9c0a2f3b0bc04f8543ded61c95fbd3168ff1
God fucking dammit
God fucking dammit
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,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,589,892,765
// 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...
be6eba4f7582c32256932d140d5c95e40c79709c
Add TryPryTile
Add TryPryTile
space-wizards/space-station-14-content,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,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Interactable/ToolComponent.cs
mit
1,589,892,624
// 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...
c2bbd9c3726ab32f954e9140e86fb51b7e89fa83
Formattign improvements.
Formattign improvements.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Domain.Apps.Core.Operations/HandleRules/RuleEventFormatter.cs
mit
1,589,892,227
// ========================================================================== // 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. // ===========================...
a094b8f488991f192f2fbea83164baf8b37f0484
fix WebSearch duplicate result #2961
fix WebSearch duplicate result #2961 https://github.com/Wox-launcher/Wox/pull/2961
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.WebSearch/Main.cs
mit
1,589,890,843
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Controls; using Wox.Infrastructure; using Wox.Infrastructure.Storage; namespace Wox.Plugin.WebSearch { public class Main : IPlugin...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Controls; using Wox.Infrastructure; using Wox.Infrastructure.Storage; namespace Wox.Plugin.WebSearch { public class Main : IPlugin...
cd1a0f738e936fa0f407e1a0136a45cff3aedfd2
fixes bug.
fixes bug.
shuxinqin/Chloe
src/Chloe/Data/AdoSession.cs
mit
1,589,890,207
using Chloe.Exceptions; using Chloe.Infrastructure; using Chloe.Infrastructure.Interception; using Chloe.Threading.Tasks; using System; using System.Collections.Generic; using System.Data; using System.Threading.Tasks; namespace Chloe.Data { abstract class AdoSession : IAdoSession { bool _disposed = f...
using Chloe.Exceptions; using Chloe.Infrastructure; using Chloe.Infrastructure.Interception; using Chloe.Threading.Tasks; using System; using System.Collections.Generic; using System.Data; using System.Threading.Tasks; namespace Chloe.Data { abstract class AdoSession : IAdoSession { bool _disposed = f...
c3e532896a9e2d67a85e903fcf70b604111c323f
pass variable explictly
pass variable explictly
qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox/ViewModel/SettingWindowViewModel.cs
mit
1,589,890,182
using Microsoft.WindowsAPICodePack.Shell.Interop; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Imaging; using Wox.Core; using...
using Microsoft.WindowsAPICodePack.Shell.Interop; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Imaging; using Wox.Core; using...
5f7b780cbc62efa17569f889fecbf1234ce3a379
Added default device entry to the device lists.
Added default device entry to the device lists.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/AudioDeviceProxy.cs
mit
1,589,889,631
using NAudio.CoreAudioApi; using NAudio.Wave; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace Aurora.Utils { /// <summary> /// Utility class to make it easier to manage dealing with audio devices and input. /// Will handle the creation of...
using NAudio.CoreAudioApi; using NAudio.Wave; using System; using System.Collections.Generic; using System.Linq; namespace Aurora.Utils { /// <summary> /// Utility class to make it easier to manage dealing with audio devices and input. /// Will handle the creation of devices if required. If another Audio...
a1b11de416895d6db18915b5aa4ce2d1da0f83cc
Add CorLibTypeFactory.FromType(ITypeDescriptor).
Add CorLibTypeFactory.FromType(ITypeDescriptor).
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Signatures/CorLibTypeFactory.cs
mit
1,589,889,381
using System; using System.Collections.Generic; using System.Threading; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Signatures { /// <summary> /// Provides a mechanism for obtaining commonly used element type signatures in various blob signatures, defined /// in the commo...
using System; using System.Collections.Generic; using System.Threading; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Signatures { /// <summary> /// Provides a mechanism for obtaining commonly used element type signatures in various blob signatures, defined /// in the commo...
16873739b8e97385302816e7c846c6e2b9fe1113
Add SignatureComparer.IgnoreAssemblyVersionNumbers
Add SignatureComparer.IgnoreAssemblyVersionNumbers
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Signatures/SignatureComparer.ResolutionScope.cs
mit
1,589,889,209
using System; using System.Collections.Generic; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet.Signatures { public partial class SignatureComparer : IEqualityComparer<IResolutionScope>, IEqualityComparer<AssemblyDescriptor> { /// <summary> /// Gets or ...
using System; using System.Collections.Generic; using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet.Signatures { public partial class SignatureComparer : IEqualityComparer<IResolutionScope>, IEqualityComparer<AssemblyDescriptor> { /// <inheritdoc /> public ...
240a8f7f1babbd3e88247fe04a66c3a2c8fb090e
NRE in CommandSearcher.GetNextCmdlet (#12659)
NRE in CommandSearcher.GetNextCmdlet (#12659) <!-- Anything that looks like this is a comment and can't be seen after the Pull Request is created. --> # PR Summary Fixes a NullReferenceException when searching for malformed cmdlet names ## PR Context In GetNextCmdlet, there is a check ```csharp if (!useA...
JamesWTruher/PowerShell-1,PaulHigin/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,TravisEz13/PowerShell,daxian-dbw/PowerShell,PaulHigin/PowerShell,...
src/System.Management.Automation/engine/CommandSearcher.cs
mit
1,589,888,827
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Management.Automation.Internal; using Dbg = System.Management.Automation.Diagnostics; namespace System.Management....
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Management.Automation.Internal; using Dbg = System.Management.Automation.Diagnostics; namespace System.Management....
9033e5eb8bdd1fe5da5ac6967df1d62e890275c8
fix uwp 28671Petrroll.PowerPlanSwitcher_0.4.4.0_x86__ge82akyxbc7z4
fix uwp 28671Petrroll.PowerPlanSwitcher_0.4.4.0_x86__ge82akyxbc7z4
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,589,888,198
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
17d6eebbf52448a53385733ebe785c0691feee1f
Canonicalize text/* parts even if Content-Transfer-Encoding is unspecified
Canonicalize text/* parts even if Content-Transfer-Encoding is unspecified Leave all other types untouched.
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/MimePart.cs
mit
1,589,888,001
// // MimePart.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // 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 w...
// // MimePart.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // 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 w...
12b24e86c3725aa99716d34e8f287d5b5b49430c
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,589,887,680
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
d1eb884d18bdaf02eb287cd455a1f85c8d59de6b
fix uwp OneConnect
fix uwp OneConnect
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,589,886,998
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
2fd1afdbd1a0cf14e11c9a497377848c1ded975b
Increase WebDriver timeout
Increase WebDriver timeout Increase the WebDriver timeout to see if it is the cause of the random failures with GitHub Actions.
martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site
tests/LondonTravel.Site.Tests/Integration/BrowserTest.cs
apache-2.0
1,589,886,567
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Integration { using System; using System.Collections.Generic; using System.IO; using S...
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Integration { using System; using System.Collections.Generic; using System.IO; using S...
d82a14a9274156679bd20716fafb9c8857b8f956
feat: ChatApp Reconnect Server
feat: ChatApp Reconnect Server
neuecc/MagicOnion
samples/ChatApp/ChatApp.Unity/Assets/Scripts/ChatComponent.cs
mit
1,589,886,172
using ChatApp.Shared.Hubs; using ChatApp.Shared.MessagePackObjects; using ChatApp.Shared.Services; using Grpc.Core; using MagicOnion.Client; using System.IO; using System.Threading; using System.Threading.Tasks; using UnityEngine; using UnityEngine.UI; namespace Assets.Scripts { public class ChatComponent : MonoBe...
using ChatApp.Shared.Hubs; using ChatApp.Shared.MessagePackObjects; using ChatApp.Shared.Services; using Grpc.Core; using MagicOnion.Client; using System.IO; using System.Threading.Tasks; using UnityEngine; using UnityEngine.UI; namespace Assets.Scripts { public class ChatComponent : MonoBehaviour, IChatHubReceiv...
c71866026995e5e6afac0f3a1df12a4ff06dd206
Add equality comparers to CilOpCode.
Add equality comparers to CilOpCode.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.PE/DotNet/Cil/CilOpCode.cs
mit
1,589,885,885
// AsmResolver - Executable file format inspection library // Copyright (C) 2016-2019 Washi // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 3.0 of the Lice...
// AsmResolver - Executable file format inspection library // Copyright (C) 2016-2019 Washi // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 3.0 of the Lice...
b80f5256ad87bae6c21dcefe0bd0f2059e5de181
Use CosmosClientBuilder
Use CosmosClientBuilder Use CosmosClientBuilder instead of the constructor directly.
martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site
src/LondonTravel.Site/Services/Data/DocumentHelpers.cs
apache-2.0
1,589,885,058
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Services.Data { using System; using Microsoft.Azure.Cosmos; using Microsoft.Azure.Cosmos.F...
// Copyright (c) Martin Costello, 2017. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. namespace MartinCostello.LondonTravel.Site.Services.Data { using System; using Microsoft.Azure.Cosmos; using Microsoft.Extensions.Dep...
1d16b4364d462f95dd8ebdbb1ba7ab73f971d2a0
[Modify] Add it
[Modify] Add it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,589,884,793
#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-...
344f982c6d1b4b6a3e95ab039bc5b0dcb906877d
Add CilInstructionCollection.ExpandMacros()
Add CilInstructionCollection.ExpandMacros()
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Code/Cil/CilInstructionCollection.cs
mit
1,589,884,713
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Code.Cil { /// <summary> /// Represents a collection of CIL instructions found in a method body. /// </summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Code.Cil { /// <summary> /// Represents a collection of CIL instructions found in a method body. /// </summary> ...
09932b85f1525fe02aad19fb4ca73889af5a6efd
Simplify stripping # from hex string
Simplify stripping # from hex string
ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framewor...
osu.Framework/Graphics/Colour4.cs
mit
1,589,884,246
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
9520c200407338170b086741a0ca754fa75b2bea
Revert "Fix conditional on the version, again..."
Revert "Fix conditional on the version, again..." This reverts commit 148d714101e82dea04156af2213f84af76224977.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Application/Program.cs
apache-2.0
1,589,884,069
// 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...
148d714101e82dea04156af2213f84af76224977
Fix conditional on the version, again...
Fix conditional on the version, again...
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Application/Program.cs
apache-2.0
1,589,884,005
// 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...
6293c07dc9386c704e3e233516e69b4a527fb9b1
Fix versions marked as non-official when they shouldn't.
Fix versions marked as non-official when they shouldn't.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Application/Program.cs
apache-2.0
1,589,883,795
// 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...
91005c40788405c43ede1e856a7c05e3d9bb27af
Fix versions marked as non-official when they shouldn't.
Fix versions marked as non-official when they shouldn't.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Application/Program.cs
apache-2.0
1,589,883,738
// 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...
6514f480bf7f5bbdb8d0f67ae89c5378c4eddea7
v5.7.1 - Further tweaked UISlider for better indication of use
v5.7.1 - Further tweaked UISlider for better indication of use
hamstar0/tml-hamstarhelpers-mod
Classes/UI/Elements/Slider/UISlider_Draw.cs
agpl-3.0
1,589,883,248
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using HamstarHelpers.Classes.UI.Theme; namespace HamstarHelpers.Classes.UI.Elements.Slider { /// <summary> /// Implements a UI slider bar element. /// </summary> public partial class UISlider : UIThemedElement { ...
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Terraria; using HamstarHelpers.Classes.UI.Theme; namespace HamstarHelpers.Classes.UI.Elements.Slider { /// <summary> /// Implements a UI slider bar element. /// </summary> public partial class UISlider : UIThemedElement { ...
f5250f8a97495361d19a2e4c91b741bbcde7b11c
[Constants] Added PublicKey string
[Constants] Added PublicKey string
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
Common/Constants.cs
apache-2.0
1,589,883,030
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // namespace XSharp { internal static class Constants { internal const string Company = "XSharpBV"; internal const string RegCo...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // namespace XSharp { internal static class Constants { internal const string Company = "XSharpBV"; internal const string RegCo...
d56466e2b9376318edc845c84c361fbf3927161d
Add very basic pooling of grid lines
Add very basic pooling of grid lines
smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu
osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs
mit
1,589,882,855
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
eff304a22dfb4fd88f27440bd8ffb8a302a7eb1c
better info for win32 exceptions
better info for win32 exceptions
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/GlobalExceptionHandler.cs
mit
1,589,882,448
using Microsoft.Win32; using Newtonsoft.Json.Linq; using Nostrum; using Nostrum.Extensions; using Nostrum.WinAPI; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Thr...
using Microsoft.Win32; using Newtonsoft.Json.Linq; using Nostrum; using Nostrum.Extensions; using Nostrum.WinAPI; using System; using System.Collections; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Windows;...
e38088a5ecbd3fcedf26eb818d89da69eb34ed35
Two if standard clauses removed.
Two if standard clauses removed.
adimosh/IX.StandardExtensions
src/IX.StandardExtensions/Extensions/ArrayExtensions.StaticMethods.cs
mit
1,589,881,316
// <copyright file="ArrayExtensions.StaticMethods.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections; using System.Collections.Generic; namespace IX.StandardExtensions.Extensions { /// <summary> /// ...
// <copyright file="ArrayExtensions.StaticMethods.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections; using System.Collections.Generic; namespace IX.StandardExtensions.Extensions { /// <summary> /// ...
2d6050f5f460f8fb992e1ca2fdc01969246ef34d
Fix uint conversion using incorrect ctor
Fix uint conversion using incorrect ctor
peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framewo...
osu.Framework/Graphics/Colour4.cs
mit
1,589,880,129
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
f41469177d6758de616f8383fae948c6f3bcd2b4
Fix line ending
Fix line ending Should fix this https://github.com/mrklintscher/libfintx/issues/62 Please report back!
mrklintscher/libfintx
src/libfintx/MT940/MT940.cs
lgpl-2.1
1,589,879,560
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
d3db2f15209d18308f2bd30069c39eb6b2fc8e65
Local build fix
Local build fix
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
source/Server/Common/Diagnostics/AssemblyLog.cs
bsd-2-clause
1,589,879,354
using System.Diagnostics; using System.IO; #if DEBUG using System.Threading; #endif using Mono.Cecil; namespace SharpLab.Server.Common.Diagnostics { public static class AssemblyLog { #if DEBUG private static readonly AsyncLocal<string> _pathFormat = new AsyncLocal<string>(); p...
using System.Diagnostics; using System.IO; using Mono.Cecil; namespace SharpLab.Server.Common.Diagnostics { public static class AssemblyLog { #if DEBUG private static readonly AsyncLocal<string> _pathFormat = new AsyncLocal<string>(); public static void Enable(string pathFormat) ...
573ff3980a784745b4191144c27fa1c67b5e3072
Fix segment number
Fix segment number Should fix this https://github.com/mrklintscher/libfintx/issues/60 and this https://github.com/mrklintscher/libfintx/issues/48 Please report back!
mrklintscher/libfintx
src/libfintx/Transactions/INI.cs
lgpl-2.1
1,589,879,137
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
acbf254a848156ac5f8cdaac49cdc94be6165e82
Do not scan packages with version 0.0.0.0 that can show up in a netcore deps.json
Do not scan packages with version 0.0.0.0 that can show up in a netcore deps.json
OSSIndex/DevAudit,OSSIndex/DevAudit,OSSIndex/winaudit
DevAudit.AuditLibrary/PackageSources/NetCorePackageSource.cs
bsd-3-clause
1,589,878,661
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using NuGet; using NuGet.Common; using ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using NuGet; using NuGet.Common; using ...
4e722267788ed800e61c02e06c081ff22e40726b
Fix Lighten/Darken affecting alpha
Fix Lighten/Darken affecting alpha
ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framew...
osu.Framework/Graphics/Colour4.cs
mit
1,589,878,659
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
e3e150454d85d112f906bbfabb6e01328395069c
Fix unintentional copypasta.
Fix unintentional copypasta.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.MySql/MySqlDbTypeProvider.cs
mit
1,589,875,806
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; using SJP.Schematic.Core.Utilities; namespace SJP.Schematic.MySql { /// <summary> /// A database type provider for MySQL. /// </summary> /// <se...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; using SJP.Schematic.Core.Utilities; namespace SJP.Schematic.MySql { /// <summary> /// A database type provider for MySQL. /// </summary> /// <se...
510085bdc21ac21e114f08a1b374f691aea011fa
Fix HSV expecting hue in degrees
Fix HSV expecting hue in degrees
smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framew...
osu.Framework/Graphics/Colour4.cs
mit
1,589,875,541
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
34733ead896e38f9516bd0d9c7de2bde3babc8e8
Fix tests not working in DEBUG builds
Fix tests not working in DEBUG builds
ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework...
osu.Framework.Tests/Lists/TestWeakList.cs
mit
1,589,875,389
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
ff86c813a5be9a89d364b960b314b7dadb24cbb6
[Util] Added file copy readonly policy
[Util] Added file copy readonly policy Users now have some control over the readonly state of the destination file when doing a file copy via `Util.ForceCopy`. Options are: - Preserve (default) - SetReadOnly - UnsetReadOnly
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Util.cs
apache-2.0
1,589,875,213
// 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 law...
// 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 law...
c52f371cbd442591b9fd256f1bd3e9aa7e8d37b3
EBin refactoring _s3
EBin refactoring _s3
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,874,414
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
5d171c54b6ec38976010c5a266cc4b9b7af31cbc
EBin refactoring _s5
EBin refactoring _s5
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,874,355
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
7a2773b587dad3f0b657a9be7181389b56388eef
EBin refactoring _s4 / _tempS4
EBin refactoring _s4 / _tempS4
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,874,051
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
f413804b6e8156b31a29fd4173fb810dd7ccbce0
EBin refactoring _t4
EBin refactoring _t4
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,873,900
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
3900eaa0b771dfd1e45f39227fa9a918e224ebd1
EBin refactoring _t3
EBin refactoring _t3
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,873,845
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
58dabd2bfa92ab055fd8c62c492b05f1e670c265
EBin refactoring _t2
EBin refactoring _t2
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,873,658
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
b6aec8f4e039f8291679b11d379151ccd0530945
Propagate ResourcesChanged to visual layers.
Propagate ResourcesChanged to visual layers.
wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Aval...
src/Avalonia.Controls/Primitives/VisualLayerManager.cs
mit
1,589,873,621
using System.Collections.Generic; using Avalonia.LogicalTree; namespace Avalonia.Controls.Primitives { public class VisualLayerManager : Decorator { private const int AdornerZIndex = int.MaxValue - 100; private const int OverlayZIndex = int.MaxValue - 99; private ILogicalRoot _logicalRo...
using System.Collections.Generic; using Avalonia.LogicalTree; namespace Avalonia.Controls.Primitives { public class VisualLayerManager : Decorator { private const int AdornerZIndex = int.MaxValue - 100; private const int OverlayZIndex = int.MaxValue - 99; private ILogicalRoot _logicalRo...
aab7bf161e194bbbe58b074f2adaf1e0ff129d78
Use RemoveAt() inside enumerator
Use RemoveAt() inside enumerator
peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-fr...
osu.Framework/Lists/WeakList.cs
mit
1,589,873,264
// 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; using System.Collections.Generic; using System.Runtime.CompilerServices; using JetBrains.Annotations; namespace osu.Framework.Li...
// 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; using System.Collections.Generic; using System.Runtime.CompilerServices; using JetBrains.Annotations; namespace osu.Framework.Li...
c616709c0f724560c2568a14f7a91e4ccafda556
Fix issue weaving abstract methods
Fix issue weaving abstract methods
Catel/Catel.Fody,Catel/Catel.Fody
src/Catel.Fody/Weaving/AutoProperties/RaisePropertyChangedWeaver.cs
mit
1,589,873,122
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="OnPropertyChangedWeaver.cs" company="Catel development team"> // Copyright (c) 2008 - 2014 Catel development team. All rights reserved. // </copyright> // ----------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="OnPropertyChangedWeaver.cs" company="Catel development team"> // Copyright (c) 2008 - 2014 Catel development team. All rights reserved. // </copyright> // ----------------------...
a6c7ccde67cac9e1ea17cebee11c61cf9e7960a5
Correct default change caused by copypasta.
Correct default change caused by copypasta.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.Sqlite/SqliteDatabaseKey.cs
mit
1,589,872,919
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using EnumsNET; using LanguageExt; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; using SJP.Schematic.Core.Utilities; namespace SJP.Schematic.Sqlite { /// <summary> /// A d...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using EnumsNET; using LanguageExt; using SJP.Schematic.Core; using SJP.Schematic.Core.Extensions; using SJP.Schematic.Core.Utilities; namespace SJP.Schematic.Sqlite { /// <summary> /// A d...
1e19d7e64f8b94a4ba962597ed3815030e11fe5a
EBin refactoring _a3
EBin refactoring _a3
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,872,813
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
460565b82bfe2b0212682c2a015621b91f86babb
EBin refactoring _a2
EBin refactoring _a2
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,872,728
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
b7e6d352e4967cadf060911e9465983d4dd5654c
dynamic check pinyin setting
dynamic check pinyin setting
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox.Infrastructure/Alphabet.cs
mit
1,589,872,674
using System; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using NLog; using ToolGood.Words; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure { public class Alphabet { private Settings _settings; private MemoryCache _cache; ...
using System; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using NLog; using ToolGood.Words; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure { public class Alphabet { private Settings _settings; private MemoryCache _cache; ...
0f5c97109bb159b46ad4f33fba23bb19b915de92
Fix outdated naming.
Fix outdated naming.
grokys/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Persp...
tests/Avalonia.Styling.UnitTests/StyledElementTests.cs
mit
1,589,872,336
using System; using System.Collections.Generic; using System.Reactive.Linq; using Moq; using Avalonia.Styling; using Avalonia.UnitTests; using Xunit; using Avalonia.LogicalTree; using Avalonia.Controls; using System.ComponentModel; using Avalonia.Controls.Primitives; using Avalonia.Markup.Xaml.Templates; using Avalonia...
using System; using System.Collections.Generic; using System.Reactive.Linq; using Moq; using Avalonia.Styling; using Avalonia.UnitTests; using Xunit; using Avalonia.LogicalTree; using Avalonia.Controls; using System.ComponentModel; using Avalonia.Controls.Primitives; using Avalonia.Markup.Xaml.Templates; using Avalonia...
21bddb1ced9747ac171ff12e5748902dcfbf39c0
Added test that fails after resource refactor.
Added test that fails after resource refactor. `Changing_Resource_In_Templated_Parent_Should_Affect_Templated_Child` now fails because resource changed messages no longer traverse into templated children.
SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Persp...
tests/Avalonia.Controls.UnitTests/Primitives/TemplatedControlTests.cs
mit
1,589,872,328
using System; using System.Collections.Generic; using System.Linq; using Moq; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Me...
using System; using System.Collections.Generic; using System.Linq; using Moq; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.LogicalTree; using Avalonia.Styling; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; namespace Avalon...
7205fff3b4041477e87431019116eb9c80a2b76b
Fix issue with HSL code from osuTK
Fix issue with HSL code from osuTK
EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EV...
osu.Framework/Graphics/Colour4.cs
mit
1,589,872,307
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
29a0e733abaaddfaae1740466da68b1865f7b9e6
Internalise method
Internalise method
smoogipooo/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-fr...
osu.Framework/Lists/WeakList.cs
mit
1,589,871,948
// 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; using System.Collections.Generic; using System.Runtime.CompilerServices; using JetBrains.Annotations; namespace osu.Framework.Li...
// 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; using System.Collections.Generic; using System.Runtime.CompilerServices; using JetBrains.Annotations; namespace osu.Framework.Li...
a3029950b79393140c73300102010015b88573b6
Add test for enumeration without list changes
Add test for enumeration without list changes
ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoo...
osu.Framework.Tests/Lists/TestWeakList.cs
mit
1,589,871,942
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
7368ce8d287e3ce00e0aaa414f44270cb932a1fa
EBin refactoring _a0
EBin refactoring _a0
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,871,471
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
7b7e388bb88d19d164c698ffad4032f64cfb5ee3
Hide errors when the Finish button is clicked again.
Hide errors when the Finish button is clicked again. Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin
XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.cs
bsd-2-clause
1,589,870,963
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
141c459e336788b9e0384459e8edfe13b5e8c7aa
EBin refactoring
EBin refactoring
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EBin.cs
mit
1,589,870,584
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
using System; using Assets.Sources.Scripts.EventEngine.Utils; using System.IO; using Memoria; using Memoria.Assets; using UnityEngine; // ReSharper disable UnusedMember.Global // ReSharper disable InconsistentNaming // ReSharper disable FieldCanBeMadeReadOnly.Global // ReSharper disable UnusedParameter.Global // ReSh...
739001163478f0b8935788836583515c02c6a6b0
CA-339371: Use the correct source SR for custom templates.
CA-339371: Use the correct source SR for custom templates. Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin
XenAdmin/Wizards/NewVMWizard/Page_Storage.cs
bsd-2-clause
1,589,870,547
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
a1a8c6eb0a6c66773273e4d7f7dd516ff444a494
Add a few more tests
Add a few more tests
ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,Z...
osu.Framework.Tests/Lists/TestWeakList.cs
mit
1,589,869,891
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
2187e2b7ebd5e2326d4c02ad8af036c8453877a1
add more detailed version logging
add more detailed version logging
MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4
src/IdentityServer4/src/Configuration/IdentityServerApplicationBuilderExtensions.cs
apache-2.0
1,589,869,889
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Configuration; using IdentityServer4.Extensions; using IdentityServer4.Hosting; using IdentityServer4.Stores; using Micr...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityServer4.Configuration; using IdentityServer4.Extensions; using IdentityServer4.Hosting; using IdentityServer4.Stores; using Micr...
cad39c71907e14f8f5392318b79c5345151e8b19
"inBaseCurrency" and "exchangeRate" added to SalesOrder
"inBaseCurrency" and "exchangeRate" added to SalesOrder Added "inBaseCurrency" properties and "exchangeRate" property to SalesOrder
ON-IT/Visma.Net,ON-IT/Visma.Net
Visma.net/Models/SalesOrder.cs
mit
1,589,868,177
using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ONIT.VismaNetApi.Lib; using ONIT.VismaNetApi.Models.CustomDto; using ONIT.VismaNetApi.Models.Enums; namespace ONIT.VismaNetApi.Models { public class SalesOrder : DtoPaginatedProviderBase, IP...
using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using ONIT.VismaNetApi.Lib; using ONIT.VismaNetApi.Models.CustomDto; using ONIT.VismaNetApi.Models.Enums; namespace ONIT.VismaNetApi.Models { public class SalesOrder : DtoPaginatedProviderBase, IP...
1f42aeef034a4dfdb8e60bcce88e1050f0a4f6d7
conditionally call clean and merge
conditionally call clean and merge
larsbrubaker/agg-sharp,MatterHackers/agg-sharp
PolygonMesh/Mesh.cs
bsd-2-clause
1,589,867,458
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
c1da906e93cfe6a89491723348f40ffc385544cc
Refactor GC-based tests
Refactor GC-based tests
ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framew...
osu.Framework.Tests/Lists/TestWeakList.cs
mit
1,589,866,770
// 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.Linq; using NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixtu...
// 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 NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixture] public class TestWeakList ...
a5aae8c48902271a3086e33e6777784c78a3e7b8
Add more tests
Add more tests
peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framewor...
osu.Framework.Tests/Lists/TestWeakList.cs
mit
1,589,866,502
// 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 NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixture] public class TestWeakList ...
// 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 NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixture] public class TestWeakList ...
5e16526a9eff565ea71a25a41bacf902ddafe27e
Refactor weak list test
Refactor weak list test
smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr...
osu.Framework.Tests/Lists/TestWeakList.cs
mit
1,589,865,940
// 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 NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixture] public class TestWeakList ...
// 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 NUnit.Framework; using osu.Framework.Lists; namespace osu.Framework.Tests.Lists { [TestFixture] public class TestWeakList { [Test...
b6f6c5d4c66a3a404a1c48ebeb78037d82b48ffc
Improve performance of degenerate WeakList<T> scenarios
Improve performance of degenerate WeakList<T> scenarios
peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,Z...
osu.Framework/Lists/WeakList.cs
mit
1,589,865,935
// 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; using System.Collections.Generic; using System.Runtime.CompilerServices; using JetBrains.Annotations; namespace osu.Framework.Li...
// 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; using System.Collections.Generic; using JetBrains.Annotations; namespace osu.Framework.Lists { /// <summary> /// A list ...
818267a566f4c7409f695d83c140593cf519d6f7
change encoding
change encoding
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Test/FuzzyMatcherTest.cs
mit
1,589,863,998
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using NUnit.Framework; using Wox.Infrastructure; using Wox.Infrastructure.UserSettings; using Wox.Plugin; namespace Wox.Test { [TestFixture] public class FuzzyMatcherTest { private const string Chrome = "C...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using NUnit.Framework; using Wox.Infrastructure; using Wox.Infrastructure.UserSettings; using Wox.Plugin; namespace Wox.Test { [TestFixture] public class FuzzyMatcherTest { private const string Chrome = "Ch...
bc3faf81d40788e0953a3c375db1841e56b462da
Use 0-1 for hue range
Use 0-1 for hue range
ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framewor...
osu.Framework/Graphics/Colour4.cs
mit
1,589,863,572
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
d4d64f8f15df9683ec0d51d4906edc4b3cef5ff5
Restore ScriptArray<T> to allow efficient storing of large array of value types (e.g bytes)
Restore ScriptArray<T> to allow efficient storing of large array of value types (e.g bytes)
textamina/scriban,lunet-io/scriban
src/Scriban/Runtime/ScriptArray.cs
bsd-2-clause
1,589,862,942
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compile...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Compile...
0f50589c0b921fa9575312296cb1001eb71f2515
Use ScriptRange for StringFunction.Split
Use ScriptRange for StringFunction.Split
textamina/scriban,lunet-io/scriban
src/Scriban/Functions/StringFunctions.cs
bsd-2-clause
1,589,862,833
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Globalization; using System.Linq; using System.Runtime.CompilerServices; using System.Text; u...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Globalization; using System.Linq; using System.Runtime.CompilerServices; using System.Text; u...
cea0f14c05ee886f71a27f21498ee652e72a6aa4
Allow to attach a tag to a custom function
Allow to attach a tag to a custom function
textamina/scriban,lunet-io/scriban
src/Scriban/Runtime/DelegateCustomFunction.cs
bsd-2-clause
1,589,862,793
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Reflection; using System.Threading.Tasks; using Scriban.Parsing; using Scriban.Syntax; namespace Scriban.Runtime { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Reflection; using System.Threading.Tasks; using Scriban.Parsing; using Scriban.Syntax; namespace Scriban.Runtime { ...
914a8918666b1a2eee681e4c76d22d185ef58906
Add HSV conversions
Add HSV conversions
EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framew...
osu.Framework/Graphics/Colour4.cs
mit
1,589,862,388
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
6feb3cdee4a3dc93a0306f87ee36bc4f73538985
Add hex conversions
Add hex conversions
EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framewor...
osu.Framework/Graphics/Colour4.cs
mit
1,589,862,360
// 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.Globalization; using System.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA co...
// 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.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA colour in the linear colour sp...
ac05b7bbfdf62c0553ea1707f02e7b37d5f719ff
Add RGBA/ARGB reverse conversions
Add RGBA/ARGB reverse conversions
ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-fr...
osu.Framework/Graphics/Colour4.cs
mit
1,589,862,340
// 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.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA colour in the linear colour sp...
// 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.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA colour in the linear colour sp...
6d3ca4ec43c2963f9fee14be4508fafe10287c73
Fix failing tests
Fix failing tests
peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu
osu.Game.Tests/Visual/Multiplayer/TestSceneMatchSettingsOverlay.cs
mit
1,589,861,806
// 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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; 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; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers;...
b97b45931889c921f3208322af07468ad010ad99
Fix xmldoc
Fix xmldoc
peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-...
osu.Framework/Graphics/Colour4.cs
mit
1,589,860,704
// 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.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA colour in the linear colour sp...
// 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.Numerics; using osuTK.Graphics; namespace osu.Framework.Graphics { /// <summary> /// Represents an RGBA colour in the linear colour sp...
3ee698cfa02bf3cb7d24f37761a75b211810b702
Fix being able to press enter to create matches
Fix being able to press enter to create matches
peppy/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Screens/Multi/Match/Components/MatchSettingsOverlay.cs
mit
1,589,859,549
// 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 Humanizer; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphi...
// 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 Humanizer; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphi...
447639edf2e5275bcf75f5889517eee5b6812847
Dropped fileEntriesPos from for loop modified: HedgeLib/Misc/S06Package.cs
Dropped fileEntriesPos from for loop modified: HedgeLib/Misc/S06Package.cs
SKmaric/HedgeLib
HedgeLib/Misc/S06Package.cs
mit
1,589,858,676
using System.IO; using HedgeLib.IO; using HedgeLib.Headers; using System.Collections.Generic; namespace HedgeLib.Archives { public class S06TypeEntry { public string TypeName; public uint FileStartIndex; public uint FileCount; public S06TypeEntry() {} public S06TypeEnt...
using System.IO; using HedgeLib.IO; using HedgeLib.Headers; using System.Collections.Generic; namespace HedgeLib.Archives { public class S06TypeEntry { public string TypeName; public uint FileStartIndex; public uint FileCount; public S06TypeEntry() {} public S06TypeEnt...
4031e902516d96e393b0c519dba6ba6d01ffa57a
Dropped typeEntriesPos from for loop
Dropped typeEntriesPos from for loop Co-authored-by: Graham Scott <aacecfa6a89ff8dd6defa3f73b9f8b32065689a1@users.noreply.github.com>
SKmaric/HedgeLib
HedgeLib/Misc/S06Package.cs
mit
1,589,858,587
using System.IO; using HedgeLib.IO; using HedgeLib.Headers; using System.Collections.Generic; namespace HedgeLib.Archives { public class S06TypeEntry { public string TypeName; public uint FileStartIndex; public uint FileCount; public S06TypeEntry() {} public S06TypeEnt...
using System.IO; using HedgeLib.IO; using HedgeLib.Headers; using System.Collections.Generic; namespace HedgeLib.Archives { public class S06TypeEntry { public string TypeName; public uint FileStartIndex; public uint FileCount; public S06TypeEntry() {} public S06TypeEnt...
5db515a8254b86190d34f54634ce95667090ec10
Throw OperationCancelledexception if needed
Throw OperationCancelledexception if needed
karronoli/tiny-sato
TinySato/Printer.cs
apache-2.0
1,589,857,990
namespace TinySato { using Communication; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using Syst...
namespace TinySato { using Communication; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using Syst...
7d57ece5ae1a2071b4651ee4eaad115454f2785b
No token without TaskCanceledException
No token without TaskCanceledException
karronoli/tiny-sato
TinySato/Printer.cs
apache-2.0
1,589,857,990
namespace TinySato { using Communication; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using Syst...
namespace TinySato { using Communication; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Text; using Syst...
360fd002c9ce6b45f8a1ba02dd0892853954820b
Fixed delq on a named command targeting all queued commands
Fixed delq on a named command targeting all queued commands "Queued commands assaulted by missing parentheses, more at 11."
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/Commands/GameCommands.cs
mit
1,589,856,460
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Assets.Scripts.Props; /// <summary>Commands that can be run during a game.</summary> static class GameCommands { #region Commands during the game /// <name>Cancel</name> /// <syn...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Assets.Scripts.Props; /// <summary>Commands that can be run during a game.</summary> static class GameCommands { #region Commands during the game /// <name>Cancel</name> /// <syn...
7b3a645c53f832a3f507a19eaa60e57f2db22087
Prevent hidden modules from being viewed
Prevent hidden modules from being viewed
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/UI/ModuleCameras.cs
mit
1,589,856,452
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; using UnityEngine.UI; using static ModuleCommands; public class ModuleCameras : MonoBehaviour { /// <summary> /// Camera layer used on all modules/cameras when int...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; using UnityEngine.UI; using static ModuleCommands; public class ModuleCameras : MonoBehaviour { /// <summary> /// Camera layer used on all modules/cameras when int...
3d375688f41b221887c2681b485953c1a7b0a79c
check before computation
check before computation
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/StringMatcher.cs
mit
1,589,856,330
using NLog; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using Wox.Infrastructure.Logger; using static Wox.Infrastructure.StringMatcher; namespace Wox.Infrastructure { public class StringMatcher { public SearchPr...
using NLog; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using Wox.Infrastructure.Logger; using static Wox.Infrastructure.StringMatcher; namespace Wox.Infrastructure { public class StringMatcher { public SearchPr...
a5d9c0659c1403028dea95cf75dbb59bbe58d578
more cache
more cache
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Infrastructure/StringMatcher.cs
mit
1,589,856,285
using NLog; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using Wox.Infrastructure.Logger; using static Wox.Infrastructure.StringMatcher; namespace Wox.Infrastructure { public class StringMatcher { public SearchPr...
using NLog; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Runtime.Caching; using Wox.Infrastructure.Logger; using static Wox.Infrastructure.StringMatcher; namespace Wox.Infrastructure { public class StringMatcher { public SearchPr...
8211ab2fa03bf07ea418c519ac7ec68ac34cbad6
Fixes tabcache being set to null too early
Fixes tabcache being set to null too early
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/ControlTabs.cs
agpl-3.0
1,589,855,988
using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class ControlTabs : MonoBehaviour { private static GameObject FingerPrefab; private static GameObject TabHeaderPrefab; public Transform TabStorage; publ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class ControlTabs : MonoBehaviour { private static GameObject FingerPrefab; private static GameObject TabHeaderPrefab; public Transform TabStorage; public Transform TabSto...
ab37dabce08fbb176c43de7cbf4692c6d8c4a815
Working on a plane cut opperation
Working on a plane cut opperation
larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControl.MeshOperations/DecimateObject3D.cs
bsd-2-clause
1,589,854,435
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
dd1284fb10476abefc3be4f496a607f68849e6ee
Simplify ComparisonFailure(...) given that all usages are for non-null types with non-null string representations.
Simplify ComparisonFailure(...) given that all usages are for non-null types with non-null string representations.
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,589,854,414
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...