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 |
|---|---|---|---|---|---|---|---|---|
0406616ee1c3af69505065bda9ffee3f1155352f | nested PHPDoc tags are ignored | nested PHPDoc tags are ignored
| DEVSENSE/Parsers,DEVSENSE/Parsers | Source/Devsense.PHP.Parser/Syntax/PHPDocBlock.cs | apache-2.0 | 1,594,129,351 | // Copyright(c) DEVSENSE s.r.o.
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the License); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at http://www.apache.org/licenses/LICENSE-2.0
//
// THIS CODE IS PROVIDED ON AN *AS IS... | // Copyright(c) DEVSENSE s.r.o.
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the License); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at http://www.apache.org/licenses/LICENSE-2.0
//
// THIS CODE IS PROVIDED ON AN *AS IS... |
887cb7f6b9fc86e99cba3626f37fc36f7a22db02 | Don't crash on unknown channel. | Don't crash on unknown channel.
| mcneel/RhinoCycles | RenderEngine.Utils.cs | apache-2.0 | 1,594,127,986 | /**
Copyright 2014-2017 Robert McNeel and Associates
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 or agreed to in w... | /**
Copyright 2014-2017 Robert McNeel and Associates
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 or agreed to in w... |
1e129f4b752d998dc7c4d484a98f6eee9f0e55a9 | bug/#116416 fixing an issue where we wouldn't check security role if we pass the identical root certificate validation | bug/#116416 fixing an issue where we wouldn't check security role if we pass the identical root certificate validation
| gigya/microdot | Gigya.Microdot.ServiceProxy/HttpsAuthenticator.cs | apache-2.0 | 1,594,127,956 | using System;
using System.Net.Http;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using Gigya.Microdot.Interfaces.Logging;
using Gigya.Microdot.SharedLogic.HttpService;
using Gigya.Microdot.SharedLogic.Security;
namespace Gigya.Microdot.ServiceProxy
{
public i... | using System;
using System.Net.Http;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using Gigya.Microdot.Interfaces.Logging;
using Gigya.Microdot.SharedLogic.HttpService;
using Gigya.Microdot.SharedLogic.Security;
namespace Gigya.Microdot.ServiceProxy
{
public i... |
eb56d10b9260c7d482ab56d039096cc7a4cf3966 | add todo comment on hardcoded line ending | add todo comment on hardcoded line ending
| Hochfrequenz/EDILibrary | EDILibrary/CSVMapper.cs | mit | 1,594,127,863 | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EDILibrary
{
public class CSVMapper
{
protected void ParseStep(JObject step, StringBuilder builder)
{
string stepName = step.Property("... | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace EDILibrary
{
public class CSVMapper
{
protected void ParseStep(JObject step, StringBuilder builder)
{
string stepName = step.Property("n... |
2c6519b26fa2c85780237e20bd3f02d9f7947b41 | Styling fix. | Styling fix.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex/Config/Domain/InfrastructureServices.cs | mit | 1,594,127,405 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
462f28b8946a28025ad6e7a5160d36ee83fa81eb | Initialize CurrentBackendMajorVersion | Initialize CurrentBackendMajorVersion
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/AboutViewModel.cs | mit | 1,594,126,688 | using Avalonia.Diagnostics.ViewModels;
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.Collections.Generic;
using System.Text;
using WalletWasabi.Gui.ViewModels;
using System.IO;
using ReactiveUI;
using System.Reactive;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
u... | using Avalonia.Diagnostics.ViewModels;
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.Collections.Generic;
using System.Text;
using WalletWasabi.Gui.ViewModels;
using System.IO;
using ReactiveUI;
using System.Reactive;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
u... |
b0aa0ba560152fb250a448c9cb7f1afd45cc89d9 | #113 - Convert the CreditCardLabel, CreditCardAudience and CreditCardSecurity enums to lists of const strings | #113 - Convert the CreditCardLabel, CreditCardAudience and CreditCardSecurity enums to lists of const strings
| Viincenttt/MollieApi | Mollie.Api/Models/Payment/Response/Specific/CreditCardPaymentResponse.cs | mit | 1,594,126,672 | using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Mollie.Api.Models.Payment.Response {
public class CreditCardPaymentResponse : PaymentResponse {
/// <summary>
/// An object with credit card details.
/// </summary>
public CreditC... | using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Mollie.Api.Models.Payment.Response {
public class CreditCardPaymentResponse : PaymentResponse {
/// <summary>
/// An object with credit card details.
/// </summary>
public CreditC... |
7445f55e7af263569affa735f7e26445eab373cf | Replace StringCypher's secure random implementation | Replace StringCypher's secure random implementation
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Crypto/StringCipher.cs | mit | 1,594,126,566 | using System;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using WalletWasabi.Crypto.Randomness;
namespace WalletWasabi.Crypto
{
// https://stackoverflow.com/a/10177020/2061103
public static class StringCipher
{
// This constant is used to determine the keysize of the... | using System;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
namespace WalletWasabi.Crypto
{
// https://stackoverflow.com/a/10177020/2061103
public static class StringCipher
{
// This constant is used to determine the keysize of the encryption algorithm in bits.
// We... |
ea95640eb7ee0dfcd07400d089e1c90be5667519 | Remove leftover using | Remove leftover using
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Crypto/StringCipherTests.cs | mit | 1,594,126,353 | using NBitcoin;
using System;
using System.Security.Cryptography;
using System.Text;
using WalletWasabi.Crypto;
using WalletWasabi.Logging;
using WalletWasabi.Tests.XunitConfiguration;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.Crypto
{
public class StringCipherTests
{
[Fact]
public void CipherTests()
... | using NBitcoin;
using System;
using System.Security.Cryptography;
using System.Text;
using WalletWasabi.Crypto;
using WalletWasabi.Logging;
using WalletWasabi.Tests.XunitConfiguration;
using Xunit;
using static WalletWasabi.Crypto.SchnorrBlinding;
namespace WalletWasabi.Tests.UnitTests.Crypto
{
public class StringCip... |
8a558367f9c708a9eb04181fdb1cb0fca2500df4 | Extra rewording | Extra rewording
| peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framew... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,594,126,195 | // 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.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... | // 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.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... |
b2d9e692c3e14c29ca52517a295c06f9c35302b1 | #113 - Convert the CreditCardPaymentResponse enum to a list of const strings | #113 - Convert the CreditCardPaymentResponse enum to a list of const strings
| Viincenttt/MollieApi | Mollie.Api/Models/Payment/Response/Specific/CreditCardPaymentResponse.cs | mit | 1,594,126,143 | using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Mollie.Api.Models.Payment.Response {
public class CreditCardPaymentResponse : PaymentResponse {
/// <summary>
/// An object with credit card details.
/// </summary>
public CreditC... | using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Mollie.Api.Models.Payment.Response {
public class CreditCardPaymentResponse : PaymentResponse {
/// <summary>
/// An object with credit card details.
/// </summary>
public CreditC... |
09b42792f239d233d72148f8c13fd7f553382bc0 | Update tests and simplify assertion logic | Update tests and simplify assertion logic
| EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-fr... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,594,126,135 | // 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.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... | // 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.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... |
8152e0791dee15945908a565668e783d789a9514 | Fix potential nullref | Fix potential nullref
| peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu | osu.Game/Overlays/BeatmapListing/BeatmapSearchFilterRow.cs | mit | 1,594,126,122 | // 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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Graphics;
u... | // 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 JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Framework.Graphics;
u... |
5aff05a83ac1e51d511a5b1e88f6a50747f7b4b7 | Fix GameObject children enumeration | Fix GameObject children enumeration
Was listing child Transforms, not child GameObjects
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | debugger/debugger-worker/src/Values/Render/ChildrenRenderers/GameObjectChildrenRenderer.cs | apache-2.0 | 1,594,125,568 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using JetBrains.Annotations;
using JetBrains.ReSharper.Plugins.Unity.Rider.Debugger.Values.ValueReferences;
using JetBrains.Util;
using MetadataLite.API;
using MetadataLite.API.Selectors;
using Mono.Debugging.Autofac;
using Mono.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using JetBrains.Annotations;
using JetBrains.ReSharper.Plugins.Unity.Rider.Debugger.Values.ValueReferences;
using JetBrains.Util;
using MetadataLite.API;
using MetadataLite.API.Selectors;
using Mono.Debugging.Autofac;
using Mono.... |
254921e24c1d0580faf1146e1cd55efe0058e4fe | inserted explicit on failing tests.. Still need to investigate | inserted explicit on failing tests.. Still need to investigate
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,daw... | src/Umbraco.Tests.Integration/TestServerTest/Controllers/ContentControllerTests.cs | mit | 1,594,123,800 | using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Tests.Common.Builders;
using Umbraco.Tests.Common.Builders.Extens... | using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Tests.Common.Builders;
using Umbraco.Tests.Common.Builders.Extens... |
4bc07c8e75b4b66bb2453002831a1804f8d7aeb1 | Don't clear GUID to prefabs | Don't clear GUID to prefabs
| insthync/LiteNetLibManager,insthync/LiteNetLibManager | Scripts/GameApi/LiteNetLibAssets.cs | mit | 1,594,123,603 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace LiteNetLibManager
{
public class LiteNetLibAssets : MonoBehaviour
{
private static int spawnPositionCounter = 0;
public bool playerSpawn... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace LiteNetLibManager
{
public class LiteNetLibAssets : MonoBehaviour
{
private static int spawnPositionCounter = 0;
public bool playerSpawn... |
7a3f658ccc46360cdac3512425eb012bffcb310a | Dispose StreamReaders | Dispose StreamReaders
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS... | src/Umbraco.Web.Common/Extensions/HttpRequestExtensions.cs | mit | 1,594,123,247 | using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
namespace Umbraco.Extensions
{
public static class HttpRe... | using System;
using System.IO;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Extensions;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
namespace Umbraco.Extensions
{
public static class HttpRe... |
6b8b8a86a3acbcf49d855789e6cc616e2d1440dd | Fixed HeaderListChangedEventArgs comment | Fixed HeaderListChangedEventArgs comment
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | MimeKit/HeaderListChangedEventArgs.cs | mit | 1,594,122,688 | //
// HeaderListChangedEventArgs.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
... | //
// HeaderChangedEventArgs.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// i... |
21a4d6ae17a1b23e2b0645dcc95c410127425694 | remove duplicate logic | remove duplicate logic
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/MoneyBrushConverter.cs | mit | 1,594,122,620 | using Avalonia.Data.Converters;
using Avalonia.Media;
using AvalonStudio.Extensibility.Theme;
using NBitcoin;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using WalletWasabi.Exceptions;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Converters
{
public class Mo... | using Avalonia.Data.Converters;
using Avalonia.Media;
using AvalonStudio.Extensibility.Theme;
using NBitcoin;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using WalletWasabi.Exceptions;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Converters
{
public class Mo... |
88581d01e79818fd9849fb4a5787ea4c90748643 | write csv format using enhanced syntax logical | write csv format using enhanced syntax logical
| unvell/ReoGrid | ReoGrid/Core/CSV.cs | mit | 1,594,122,339 | /*****************************************************************************
*
* ReoGrid - .NET Spreadsheet Control
*
* http://reogrid.net/
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF... | /*****************************************************************************
*
* ReoGrid - .NET Spreadsheet Control
*
* http://reogrid.net/
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF... |
ca2d18aed1a37ba1eeb406c7b62e639c336c9426 | #132 - Add unit test to verify that metadata values are serialized in the correct format | #132 - Add unit test to verify that metadata values are serialized in the correct format
| Viincenttt/MollieApi | Mollie.Tests.Unit/Framework/JsonConverterServiceTests.cs | mit | 1,594,122,238 | using Mollie.Api.Framework;
using Mollie.Api.Models;
using Mollie.Api.Models.Payment.Request;
using Mollie.Api.Models.Payment.Response;
using NUnit.Framework;
namespace Mollie.Tests.Unit.Framework {
[TestFixture]
public class JsonConverterServiceTests {
[Test]
public void Serialize_JsonData_Is... | using Mollie.Api.Framework;
using Mollie.Api.Models.Payment.Response;
using NUnit.Framework;
namespace Mollie.Tests.Unit.Framework {
[TestFixture]
public class JsonConverterServiceTests {
[Test]
public void Deserialize_JsonData_IsDeserialized() {
// Given: A JSON metadata value
... |
03bedeca1ba5df3b33445f720d7e5ba1e67c9bea | #132 - Fix bug in RawJsonConverter where it could not handle non-json metadata values | #132 - Fix bug in RawJsonConverter where it could not handle non-json metadata values
| Viincenttt/MollieApi | Mollie.Api/JsonConverters/RawJsonConverter.cs | mit | 1,594,122,213 | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Mollie.Api.JsonConverters {
public class RawJsonConverter : JsonConverter {
public override bool CanConvert(Type objectType) {
return objectType == typeof(string);
}
public override void WriteJson(JsonW... | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Mollie.Api.JsonConverters {
public class RawJsonConverter : JsonConverter {
public override bool CanConvert(Type objectType) {
return objectType == typeof(string);
}
public override void WriteJson(JsonW... |
4506de6491c7e9eca8b57f5a6b7cc153f8de3847 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,594,120,361 | #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-... |
7638fcb082907f39653ae4580fb07ad482b4d2b0 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,594,120,187 | #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-... |
bcd94584a37778e7902c2e7fab0d1522c12d08bf | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,594,120,119 | #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-... |
cc6c6c3d3e23ed824308deecc058e8e59fe84509 | Added todo message to PrefixlessBodyModelValidatorAttribute | Added todo message to PrefixlessBodyModelValidatorAttribute
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Um... | src/Umbraco.Web.BackOffice/Filters/PrefixlessBodyModelValidatorAttribute.cs | mit | 1,594,118,962 | using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
namespace Umbraco.Web.BackOffice.Filters
{
/// <summary>
/// Applying this attribute to any controller will ensure that the parameter name (prefix) is not part of the validation error keys.
/// </summary>
public ... | using System;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace Umbraco.Web.BackOffice.Filters
{
/// <summary>
/// Applying this attribute to any controller will ensure that the parameter name (prefix) is not part o... |
e7d7fbfa302ebba1e3d284235a7c24be54e5f013 | recover text after cancelling typing effect | recover text after cancelling typing effect
| fairygui/FairyGUI-unity | Assets/Scripts/Core/Text/TypingEffect.cs | mit | 1,594,118,028 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace FairyGUI
{
/// <summary>
/// 文字打字效果。先调用Start,然后Print。
/// </summary>
public class TypingEffect
{
protected TextField _textField;
protected Vector3[] _backupVerts;
protected... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace FairyGUI
{
/// <summary>
/// 文字打字效果。先调用Start,然后Print。
/// </summary>
public class TypingEffect
{
protected TextField _textField;
protected Vector3[] _backupVerts;
protected... |
38c0be8bbe7a29c1f9c66fe887f37ec57918fc44 | Fix api test path | Fix api test path
| webprofusion/Certify | src/Certify.Tests/Certify.API.Tests/APITests.cs | mit | 1,594,117,086 | using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.AspNetCore.Builder;
using System.Diagnostics;
namespace Certify.API.Tests
{
public class Startup
{
public void Configure(IApplicationBuilder app)
{
}
... | using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.AspNetCore.Builder;
using System.Diagnostics;
namespace Certify.API.Tests
{
public class Startup
{
public void Configure(IApplicationBuilder app)
{
}
... |
d4da0518183d795ed239db2879c0b3a98347454f | Refactor plugin load | Refactor plugin load
| webprofusion/Certify | src/Certify.Shared/Management/PluginManager.cs | mit | 1,594,116,781 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Certify.Models.Config;
using Certify.Models.Plugins;
using Certify.Providers.DeploymentTasks;
using Serilog;
namespace Certify.Management
{
public class PluginLoadResult : A... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using Certify.Models.Config;
using Certify.Models.Plugins;
using Certify.Providers.DeploymentTasks;
using Serilog;
namespace Certify.Management
{
public class PluginLoadResult : A... |
d477ec3da8ede28dfa7827e650cd7a67df0fbd29 | Implement item manager delete methods | Implement item manager delete methods
| webprofusion/Certify | src/Certify.Core/Management/ItemManager.cs | mit | 1,594,116,761 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data.SQLite;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Certify.Models;
using Newtonsoft.Json;
namespace Certify.Management
{
/// <summary>
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data.SQLite;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Certify.Models;
using Newtonsoft.Json;
namespace Certify.Management
{
/// <summary>
... |
5284f5cb80572d90199d12458b3ad1bd545b57e8 | Cannot delete items from external cert managers | Cannot delete items from external cert managers
| webprofusion/Certify | src/Certify.UI/ViewModel/AppViewModel.cs | mit | 1,594,116,398 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
using Certify.Client;
using Certify.Locales;
using Certify.Ma... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
using Certify.Client;
using Certify.Locales;
using Certify.Ma... |
eebf6f2382fcff717453172b334f75d1246ff5ac | Add new utility method to test the existence of a typed option in a configuration | Add new utility method to test the existence of a typed option in a configuration
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Options.cs | apache-2.0 | 1,594,116,300 | // 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... |
4b4fcd39e396a95b82d4d1676ade91a693fbf8f2 | Further layout adjustments based on fedback | Further layout adjustments based on fedback
| UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game/Screens/Multi/Match/MatchSubScreen.cs | mit | 1,594,114,821 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... |
939050cbf59eeda6d861ed0b07ce977ebdd1e7b3 | Update to newer websocket-csharp API | Update to newer websocket-csharp API
| insthync/LiteNetLibManager,insthync/LiteNetLibManager | Scripts/Transports/MixTransport/MixTransport.cs | mit | 1,594,112,269 | using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using LiteNetLib;
using LiteNetLib.Utils;
#if !UNITY_WEBGL || UNITY_EDITOR
using WebSocketSharp;
using WebSocketSharp.Server;
#endif
namespace LiteNetLibManager
{
public sealed class MixTransport : ITransport
{
private long ... | using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using LiteNetLib;
using LiteNetLib.Utils;
#if !UNITY_WEBGL || UNITY_EDITOR
using WebSocketSharp;
using WebSocketSharp.Server;
#endif
namespace LiteNetLibManager
{
public sealed class MixTransport : ITransport
{
private long ... |
88b2a12c0942e6296f453456a42e8a7958a92488 | Reduce footer height to match back button | Reduce footer height to match back button
| ppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game/Screens/Multi/Match/Components/Footer.cs | mit | 1,594,111,122 | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Fram... | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Fram... |
04267662eb554d07e50404a8200c6cf4fcc15780 | 修复下载文件数组重复使用 | 修复下载文件数组重复使用
| lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd | FileDownloader/FileDownloader/SegmentFileDownloader.cs | mit | 1,594,110,966 | using System;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using dotnetCampus.Threading;
using Microsoft.Extensions.Logging;
namespace FileDownloader
{
public class SegmentFileDownloader
{
private readonly ILogger<SegmentFileDownloa... | using System;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using dotnetCampus.Threading;
using Microsoft.Extensions.Logging;
namespace FileDownloader
{
public class SegmentFileDownloader
{
private readonly ILogger<SegmentFileDownloa... |
e42bc54be4f5efec0205bd1f7b638f38f2a4ecdd | CA-187276: Re-enable "Open SSH Console" button after VM restart | CA-187276: Re-enable "Open SSH Console" button after VM restart
Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
| kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin | XenAdmin/ConsoleView/VNCTabView.cs | bsd-2-clause | 1,594,110,354 | /* 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... |
bc9b32d895633747310f295b41ed6cc33429b51b | Reorder class members | Reorder class members
| EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framewo... | osu.Framework/Graphics/Containers/GridContainerContent.cs | mit | 1,594,110,100 | // 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;
namespace osu.Framework.Graphics.Containers
{
/// <summary>
/// Implements a jagged array behavior with element ... | // 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;
namespace osu.Framework.Graphics.Containers
{
/// <summary>
/// Implements a jagged array behavior with element ... |
991e7aadb2164734aaa7b2d238c14cb4493b121d | let ProcessExecutorTest runs on windows only | let ProcessExecutorTest runs on windows only
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | test/WeihanLi.Common.Test/HelpersTest/ProcessExecutorTest.cs | mit | 1,594,109,773 | using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WeihanLi.Common.Helpers;
using Xunit;
namespace WeihanLi.Common.Test.HelpersTest
{
public class ProcessExecutorTest
{
[Fact]
public void Dotne... | using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WeihanLi.Common.Helpers;
using Xunit;
namespace WeihanLi.Common.Test.HelpersTest
{
public class ProcessExecutorTest
{
[Fact]
public void Dotne... |
9f00514c5a985f71a8ebd78a8e56fe325c18f2f9 | 563: enable gsub, gpos in some context | 563: enable gsub, gpos in some context
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs | bsd-2-clause | 1,594,107,694 | //MIT, 2016-present, WinterDev
using System;
using System.Collections.Generic;
//
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using Typography.TextLayout;
using Typography.OpenFont;
using Typography.TextBreak;
using Typography.FontManagement;
using Typography.OpenFont.Extens... | //MIT, 2016-present, WinterDev
using System;
using System.Collections.Generic;
//
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using Typography.TextLayout;
using Typography.OpenFont;
using Typography.TextBreak;
using Typography.FontManagement;
using Typography.OpenFont.Extens... |
0324387b4cda197f1da05e9db2af9e034a7986b4 | Delete comment. | Delete comment.
| harujoh/KelpNet,harujoh/KelpNet | KelpNet.Sample/Sample/Sample21.cs | apache-2.0 | 1,594,106,678 | using System;
using System.Collections.Generic;
using System.Linq;
using KelpNet.CL;
using KelpNet.Tools;
#if DOUBLE
#elif NETCOREAPP2_0
using Math = System.MathF;
#else
using Math = KelpNet.MathF;
#endif
//using Real = System.Double;
using Real = System.Single;
namespace KelpNet.Sample
{
//Rigging the Lottery:... | using System;
using System.Collections.Generic;
using System.Linq;
using KelpNet.CL;
using KelpNet.Tools;
#if DOUBLE
#elif NETCOREAPP2_0
using Math = System.MathF;
#else
using Math = KelpNet.MathF;
#endif
//using Real = System.Double;
using Real = System.Single;
namespace KelpNet.Sample
{
//Rigging the Lottery:... |
235609a0a12bd56bc9ee9c28ba306794437cabbe | Delete comment. | Delete comment.
| harujoh/KelpNet,harujoh/KelpNet | KelpNet.Function/Optimizers/WeightDecay.cs | apache-2.0 | 1,594,106,482 | using System;
using System.Collections.Generic;
#if DOUBLE
using Real = System.Double;
#elif NETSTANDARD2_1
using Real = System.Single;
using Math = System.MathF;
#elif NETSTANDARD2_0
using Real = System.Single;
using Math = KelpNet.MathF;
#endif
namespace KelpNet
{
#if !DOUBLE
public class WeightDecay<T> : Optim... | using System;
using System.Collections.Generic;
#if DOUBLE
using Real = System.Double;
#elif NETSTANDARD2_1
using Real = System.Single;
using Math = System.MathF;
#elif NETSTANDARD2_0
using Real = System.Single;
using Math = KelpNet.MathF;
#endif
namespace KelpNet
{
#if !DOUBLE
//与えられたthresholdで頭打ちではなく、全パラメータのL2N... |
65ee5d00352f583afe72aa79cc34b7fa7497194a | Update version number. Nice. | Update version number. Nice.
| Damnae/storybrew | editor/Properties/AssemblyInfo.cs | mit | 1,594,106,039 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("storybrew editor")]
[assembly: AssemblyDe... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("storybrew editor")]
[assembly: AssemblyDe... |
6b89a14cd554babd9bb6a06242cc561db08d5d41 | fix an odd precise comparison (#1463) | fix an odd precise comparison (#1463)
Fix an odd precise comparison using XLHelper.Epsilon | igitur/ClosedXML,ClosedXML/ClosedXML | ClosedXML/Excel/XLWorkbook_Save.cs | mit | 1,594,105,987 | using ClosedXML.Excel.ContentManagers;
using ClosedXML.Excel.Exceptions;
using ClosedXML.Extensions;
using ClosedXML.Utils;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.CustomProperties;
using DocumentFormat.OpenXml.Drawing;
using DocumentFormat.OpenXml.ExtendedProperties;
using DocumentFormat.OpenXml.Pac... | using ClosedXML.Excel.ContentManagers;
using ClosedXML.Excel.Exceptions;
using ClosedXML.Extensions;
using ClosedXML.Utils;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.CustomProperties;
using DocumentFormat.OpenXml.Drawing;
using DocumentFormat.OpenXml.ExtendedProperties;
using DocumentFormat.OpenXml.Pac... |
5864353ed351812133b65840a28b44f0a65eb778 | Add level to menu | Add level to menu
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Menus/MenuObject.cs | bsd-2-clause | 1,594,105,742 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Lunet.Core;
using Scriban;
using Scri... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Lunet.Core;
using Scriban;
using Scri... |
5a6230b80f66045b6c0a99a790a8241c74070e45 | Minor optimization. | Minor optimization.
| JohanLarsson/Gu.Wpf.ValidationScope | Gu.Wpf.ValidationScope/Scope.BubbleRoute.cs | mit | 1,594,105,677 | namespace Gu.Wpf.ValidationScope
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
/// <summary>Implementation.</summary>
public static partial class Scope... | namespace Gu.Wpf.ValidationScope
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
/// <summary>Implementation.</summary>
public static partial class Scope... |
63a1d0f878c859b7c110296eaeee256813ff560a | fix unit tests | fix unit tests
| mrjono1/FastExcel | FastExcel/FastExcel.cs | mit | 1,594,103,864 | using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace FastExcel {
/// <summary>
/// Fast Excel
/// </summary>
public partial class FastExcel : IDisposable {
private Stream ExcelFileSt... | using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace FastExcel
{
/// <summary>
/// Fast Excel
/// </summary>
public partial class FastExcel: IDisposable
{
private Stream... |
34af6fee81c18d3d5c40cd174f6d7d395e986c7d | - Adding properties for thumbnail preview images for user | - Adding properties for thumbnail preview images for user
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/NewAPI/Users/UserModel.cs | mit | 1,594,103,709 | namespace Twitch.Base.Models.NewAPI.Users
{
/// <summary>
/// Information about a user.
/// </summary>
public class UserModel
{
private const string ThumbnailPreviewURLFormat = "https://static-cdn.jtvnw.net/previews-ttv/live_user_{0}{1}.jpg";
/// <summary>
/// The user ID.
... | namespace Twitch.Base.Models.NewAPI.Users
{
/// <summary>
/// Information about a user.
/// </summary>
public class UserModel
{
/// <summary>
/// The user ID.
/// </summary>
public string id { get; set; }
/// <summary>
/// The user's account name.
... |
6f52fb4ee6ecd89dd6b400664534b048cf17f56a | ForceReopenのバグを修正。 | ForceReopenのバグを修正。
| aldentea/SweetMutus | SweetMutus/MainWindow.xaml.cs | mit | 1,594,103,519 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Text;
using Aldentea.Wpf.Application;
using System.ComponentModel;
using System.Collections.ObjectModel;
using GrandMutus.Base... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Text;
using Aldentea.Wpf.Application;
using System.ComponentModel;
using System.Collections.ObjectModel;
using GrandMutus.Base... |
aaaa62ca7783097b6d957fc782e6e216f8eb1ab0 | Update FormsNavigationHelper.cs | Update FormsNavigationHelper.cs
| dhindrik/TinyNavigationHelper | src/TinyNavigationHelper.Forms/FormsNavigationHelper.cs | mit | 1,594,102,542 | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using Xamarin.Forms;
using TinyNavigationHelper.Abstraction;
namespace TinyNavigationHelper.Forms
{
public class FormsNavigationHelper : INavigationHelper
{
prot... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using Xamarin.Forms;
using TinyNavigationHelper.Abstraction;
namespace TinyNavigationHelper.Forms
{
public class FormsNavigationHelper : INavigationHelper
{
prot... |
854387cb4ae77f34e00c130137c00b4d4f6e4425 | Update mouse-from-touch test in-line with the decided behaviour | Update mouse-from-touch test in-line with the decided behaviour
| EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-fr... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,594,101,534 | // 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.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... | // 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.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... |
e38056e3f9c7244efa9a055f2d35e11a480175fc | 修改 简化jsondata | 修改 简化jsondata
| toolgood/ToolGood.Algorithm,toolgood/ToolGood.Algorithm | csharp/ToolGood.Algorithm2/LitJson/JsonData.cs | apache-2.0 | 1,594,100,522 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
namespace ToolGood.Algorithm.LitJson
{
class JsonData : IJsonWrapper, IEnumerable
{
#region Fields
private IList<JsonData> inst_array;
private bool inst_bool... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
namespace ToolGood.Algorithm.LitJson
{
class JsonData : IJsonWrapper, IEnumerable
{
#region Fields
private IList<JsonData> inst_array;
private bool inst_bool... |
54bd692c783426178beab34d08a7b09c48c73b4b | Use TryGetValue() in TokenExtensions (#23708) | Use TryGetValue() in TokenExtensions (#23708)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Http/Authentication.Abstractions/src/TokenExtensions.cs | apache-2.0 | 1,594,099,679 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
namespace Microsoft.AspNetCore.Authentic... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
namespace Microsoft.AspNetCore.Authentic... |
96b1b91a69413a8ef37a65c7b3e5a54da8a490b0 | Make sure we have lighting turned on before we render our meshes | Make sure we have lighting turned on before we render our meshes
issue: MatterHackers/MatterControl#4800
Last transparent object to draw not drawing correctly
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | RenderOpenGl/RenderMeshToGl.cs | bsd-2-clause | 1,594,099,513 | /*
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... |
827545c3f8ad30ac819c9b0363f12aa670e0c529 | Fix font load exceptions potentially crashing the game | Fix font load exceptions potentially crashing the game
| EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-fr... | osu.Framework/IO/Stores/FontStore.cs | mit | 1,594,094,387 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics.Textures;
using System.Collections.Generic;
using System.Threading.Tasks;
using osu.Framework.Logging;
using System.Collections.Concurrent;
... | // 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 osu.Framework.Graphics.Textures;
using System.Collections.Generic;
using System.Threading.Tasks;
using osu.Framework.Logging;
using System.Collection... |
542a90e0f2ef39094c98bd92ba0e7ce0b49b3742 | 简化jsondata | 简化jsondata
| toolgood/ToolGood.Algorithm,toolgood/ToolGood.Algorithm | csharp/ToolGood.Algorithm2/LitJson/JsonData.cs | apache-2.0 | 1,594,091,955 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
namespace ToolGood.Algorithm.LitJson
{
class JsonData : IJsonWrapper, IEnumerable
{
#region Fields
private IList<JsonData> inst_array;
private bool inst_bool... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
namespace ToolGood.Algorithm.LitJson
{
class JsonData : IJsonWrapper, IEnumerable
{
#region Fields
private IList<JsonData> inst_array;
private bool inst_bool... |
8bd40fce4fad3a8253e386bae5761410c17afc34 | 修改 三角函数 数值范围 | 修改 三角函数 数值范围
| toolgood/ToolGood.Algorithm,toolgood/ToolGood.Algorithm | csharp/ToolGood.Algorithm2/Internals/MathVisitor.cs | apache-2.0 | 1,594,090,003 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using Antlr4.Runtime.Tree;
using ToolGood.Algorithm.Internals;
using ToolGood.Algorithm.LitJson;
using ToolGood.Algorithm.MathNet.Numerics;
namespac... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using Antlr4.Runtime.Tree;
using ToolGood.Algorithm.Internals;
using ToolGood.Algorithm.LitJson;
using ToolGood.Algorithm.MathNet.Numerics;
namespac... |
6f080c025f83100d86f0ada279614d66c2ad2a98 | This check is equivalent and results in suppressions not being needed | This check is equivalent and results in suppressions not being needed
| JoeMighty/shouldly | src/Shouldly/Internals/EqualityComparer.cs | bsd-3-clause | 1,594,088,235 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using NUnit.Framework.Constraints;
namespace Shouldly
{
/*
* Code heavily influenced by code from xunit assert equality comparer
* at https://github.com/xunit/xunit/bl... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using NUnit.Framework.Constraints;
namespace Shouldly
{
/*
* Code heavily influenced by code from xunit assert equality comparer
* at https://github.com/xunit/xunit/bl... |
14594c76e8bc7b5bed9df6a52822e60cd8ad0616 | Remove if-else nesting | Remove if-else nesting
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs | mit | 1,594,087,629 | using Avalonia.Input;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Security;
using System.Text.RegularExp... | using Avalonia.Input;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Security;
using System.Text.RegularExp... |
574cb279a3ef66123f99c102b772a7b592239ac5 | No need for a setter on this property | No need for a setter on this property
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Jobs/JobException.cs | agpl-3.0 | 1,594,086,873 | using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Host.Jobs
{
/// <summary>
/// Operation exceptions thrown from the context of a <see cref="Models.Job"/>
/// </summary>
public sealed class JobException : Exception
{
/// <summary>
/// The <see cref="Api.Models.ErrorCode"/> associate... | using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Host.Jobs
{
/// <summary>
/// Operation exceptions thrown from the context of a <see cref="Models.Job"/>
/// </summary>
public sealed class JobException : Exception
{
/// <summary>
/// The <see cref="Api.Models.ErrorCode"/> associate... |
d291324046a90cdda55f829ae5f095ad66d97b97 | Fix Job ErrorCodes not being set | Fix Job ErrorCodes not being set
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Jobs/JobException.cs | agpl-3.0 | 1,594,086,117 | using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Host.Jobs
{
/// <summary>
/// Operation exceptions thrown from the context of a <see cref="Models.Job"/>
/// </summary>
public sealed class JobException : Exception
{
/// <summary>
/// The <see cref="Api.Models.ErrorCode"/> associate... | using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Host.Jobs
{
/// <summary>
/// Operation exceptions thrown from the context of a <see cref="Models.Job"/>
/// </summary>
public sealed class JobException : Exception
{
/// <summary>
/// The <see cref="Api.Models.ErrorCode"/> associate... |
33935dd3b97554d44d80f47b0f2c97010b599414 | Rewrite TestMethodInfo to check for nulls appropriately and stop calling GetMethod unnecessarily | Rewrite TestMethodInfo to check for nulls appropriately and stop calling GetMethod unnecessarily
| JoeMighty/shouldly | src/Shouldly/Configuration/TestMethodInfo.cs | bsd-3-clause | 1,594,085,525 | #if ShouldMatchApproved
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Shouldly.Configuration
{
public class TestMethodInfo
{
public TestMethodInfo(StackFrame callingFrame)
{
SourceFileDirectory = Path.GetDirectoryName(... | #if ShouldMatchApproved
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Shouldly.Configuration
{
public class TestMethodInfo
{
public TestMethodInfo(StackFrame callingFrame)
{
SourceFileDirectory = Path.GetDirectoryName(... |
fb25ff94c7c06415cac8bf5ff0d17c83ff7fbc71 | StackFrame.GetFrame cannot be null here | StackFrame.GetFrame cannot be null here
| JoeMighty/shouldly | src/Shouldly/Configuration/FindMethodUsingAttribute.cs | bsd-3-clause | 1,594,085,525 | #if ShouldMatchApproved
using System;
using System.Diagnostics;
using System.Linq;
namespace Shouldly.Configuration
{
public class FindMethodUsingAttribute<T> : ITestMethodFinder where T : Attribute
{
public TestMethodInfo GetTestMethodInfo(StackTrace stackTrace, int startAt = 0)
{
... | #if ShouldMatchApproved
using System;
using System.Diagnostics;
using System.Linq;
namespace Shouldly.Configuration
{
public class FindMethodUsingAttribute<T> : ITestMethodFinder where T : Attribute
{
public TestMethodInfo GetTestMethodInfo(StackTrace stackTrace, int startAt = 0)
{
... |
503f83818e2de2b0ac698119818d073774fc2649 | ReferenceAssemblyAnnotator is opinionated and removes [DisallowNull] from GetHashCode | ReferenceAssemblyAnnotator is opinionated and removes [DisallowNull] from GetHashCode
| JoeMighty/shouldly | src/Shouldly/Internals/EqualityComparer.cs | bsd-3-clause | 1,594,085,525 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using NUnit.Framework.Constraints;
namespace Shouldly
{
/*
* Code heavily influenced by code from xunit assert equality comparer
* at https://github.com/xunit/xunit/bl... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using NUnit.Framework.Constraints;
namespace Shouldly
{
/*
* Code heavily influenced by code from xunit assert equality comparer
* at https://github.com/xunit/xunit/bl... |
b09f69f27ed403cf11f6f69fad576e77dca91c66 | Let GetFrame decide whether `i` is out of bounds since it returns null | Let GetFrame decide whether `i` is out of bounds since it returns null
| JoeMighty/shouldly | src/Shouldly/Configuration/FindMethodUsingAttribute.cs | bsd-3-clause | 1,594,085,525 | #if ShouldMatchApproved
using System;
using System.Diagnostics;
namespace Shouldly.Configuration
{
public class FindMethodUsingAttribute<T> : ITestMethodFinder where T : Attribute
{
public TestMethodInfo GetTestMethodInfo(StackTrace stackTrace, int startAt = 0)
{
var i = startAt;
... | #if ShouldMatchApproved
using System;
using System.Diagnostics;
namespace Shouldly.Configuration
{
public class FindMethodUsingAttribute<T> : ITestMethodFinder where T : Attribute
{
public TestMethodInfo GetTestMethodInfo(StackTrace stackTrace, int startAt = 0)
{
var i = startAt;
... |
c0a7a31de5b067ee1e9d08b58b31e48bc7d45d1a | CS8767 Nullability of reference types doesn't match implicitly implemented member | CS8767 Nullability of reference types doesn't match implicitly implemented member
| JoeMighty/shouldly | src/Shouldly.Tests/TestHelpers/CustomComparerClass.cs | bsd-3-clause | 1,594,085,525 | using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Shouldly.Tests.TestHelpers
{
internal class CustomComparer<T> : IComparer<T>
{
public int Compare([AllowNull] T x, [AllowNull] T y)
{
Custom x1 = (Custom)(object)x!;
Custom x2 = (Custom)(... | using System.Collections.Generic;
namespace Shouldly.Tests.TestHelpers
{
internal class CustomComparer<T> : IComparer<T>
{
public int Compare(T x, T y)
{
Custom x1 = (Custom)(object)x!;
Custom x2 = (Custom)(object)y!;
if (x1.Val == x2.Val)
re... |
3273f8d073f4e603f5a9180967d00424d6959d70 | 增加游戏配置条件判断 | 增加游戏配置条件判断
| GameFramework/GameFramework,EllanJiang/GameFramework | GameFramework/Setting/SettingManager.cs | mit | 1,594,085,524 | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
using System.Collecti... | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
using System.Collecti... |
4fe317ab7c7e81174caa62b2dd37a173e381f947 | Minor reword | Minor reword | EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framewor... | osu.Framework/Graphics/Drawable.cs | mit | 1,594,085,210 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Graphics.Colour;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Graphics.Colour;
using osu.Framework... |
f640c9138d3cee0901b81ac10ce7ee65dcd2bfd6 | 如果下载失败,继续下载 | 如果下载失败,继续下载
| lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd,lindexi/lindexi_gd | FileDownloader/FileDownloader/SegmentFileDownloader.cs | mit | 1,594,082,781 | using System;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.Threading.Tasks;
using dotnetCampus.Threading;
using Microsoft.Extensions.Logging;
namespace FileDownloader
{
public class SegmentFileDownloader
{
private readonly ILogger<SegmentFileDownloader> _logger;
p... | using System;
using System.IO;
using System.Net;
using System.Threading.Tasks;
using dotnetCampus.Threading;
using Microsoft.Extensions.Logging;
namespace FileDownloader
{
public class SegmentFileDownloader
{
private readonly ILogger<SegmentFileDownloader> _logger;
public SegmentFileDownloade... |
453fd9c7731a187abce9666b90efa10649bafdfc | Improve documentation to be correct and clear to the reader | Improve documentation to be correct and clear to the reader
| 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,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-... | osu.Framework/Graphics/Drawable.cs | mit | 1,594,081,225 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Graphics.Colour;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Graphics.Colour;
using osu.Framework... |
e0f888344e28f265325c33392739d14a1959343f | Add more interaction checks | Add more interaction checks
| 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-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs | mit | 1,594,078,808 | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Timing;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Server.Utility;
using Content.Shared.GameObjects.Componen... | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Timing;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Server.Utility;
using Content.Shared.GameObjects.Componen... |
b01d54d21383625b987ced8c008c3630f378d935 | Disallow remove method calls with numbers violating the selection length | Disallow remove method calls with numbers violating the selection length
| peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framew... | osu.Framework/Graphics/UserInterface/TextBox.cs | mit | 1,594,077,458 | // 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 osu.Framework.Caching;
using osu.Framework.Graphics.Containers;
using ... | // 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.Caching;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Spr... |
2fd93091c7889c4206f4eaed06721944a6306cf4 | Allow interaction if targeting the containing entity | Allow interaction if targeting the containing entity
| 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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs | mit | 1,594,077,021 | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Timing;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Server.Utility;
using Content.Shared.GameObjects.Componen... | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Timing;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Server.Utility;
using Content.Shared.GameObjects.Componen... |
5e9f5a4321e22ddde334af95e56aa34bcb57b04f | Handle Sqlite operations on derived covariant types | Handle Sqlite operations on derived covariant types
If you are running a BulkInsert from a method which accepts AbstractBaseClass, and pass in a set of entities which are DerivedClass, SQL server operations correctly use the derived class entity configuration (ToTable, etc.). However when using Sqlite, it attempts to ... | borisdj/EFCore.BulkExtensions | EFCore.BulkExtensions/SqlBulkOperation.cs | mit | 1,594,076,941 | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Storage;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Linq.Exp... | using FastMember;
using Microsoft.Data.SqlClient;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Storage;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Linq;
using System.Linq.Exp... |
ccfb97612eafb87e86f045b76791096abd6c10d5 | forwarded filter for PullPaymentDataId in GetPayoutInPeriod | forwarded filter for PullPaymentDataId in GetPayoutInPeriod
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer.Data/Data/PullPaymentData.cs | mit | 1,594,075,779 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using NBitcoin;
namespace BTCPayServer.Data
{
public static class PayoutExtensions
{
public static IQu... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using NBitcoin;
namespace BTCPayServer.Data
{
public static class PayoutExtensions
{
public static IQu... |
0a292634be2c4c22a26dae08a85041e9a0c0206f | Add Shutdown override to EntityStorageComponent | Add Shutdown override to EntityStorageComponent
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs | mit | 1,594,075,754 | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Interactable;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Shared.GameObjects;
using Content.Share... | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Interactable;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Shared.GameObjects;
using Content.Share... |
e5d78152c8193b5e814ebe19187e55c5b9da040c | Replace Has & Add with Ensure | Replace Has & Add with Ensure
| 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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Items/Storage/EntityStorageComponent.cs | mit | 1,594,074,938 | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Interactable;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Shared.GameObjects;
using Content.Share... | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Interactable;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Shared.GameObjects;
using Content.Share... |
572df144f27c3f46bb4a56df772b442455e1e80b | remove debug code. | remove debug code.
| jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Av... | src/Avalonia.Controls/RelativePanel.cs | mit | 1,594,074,811 | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// Defines an area within which you can position and align child objects in relation
/// to each other or the parent panel.
/// </summary>
/// <remarks>
/// <p... | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Layout;
namespace Avalonia.Controls
{
/// <summary>
/// Defines an area within which you can position and align child objects in relation
/// to each other or the parent panel.
/// </summary>
/// <remarks>
/// <p... |
3fd870c5027a2b37b6d9a070d87fbb270da899c9 | Small anim fix | Small anim fix
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Entities/Entity.cs | mpl-2.0 | 1,594,074,145 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Alex.API;
using Alex.API.Data.Servers;
using Alex.API.Entities;
using Alex.API.Graphics;
using Alex.API.Graphics.Typography;
using Alex.API.Network;
using Alex.API.Resources;
using Alex.API.Utils;
using Alex.Blocks.Minec... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Alex.API;
using Alex.API.Data.Servers;
using Alex.API.Entities;
using Alex.API.Graphics;
using Alex.API.Graphics.Typography;
using Alex.API.Network;
using Alex.API.Resources;
using Alex.API.Utils;
using Alex.Blocks.Minec... |
5056ded35e8738eb698c6087969b545d5f8a3cf0 | Fix compile | Fix compile
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Weapon/Melee/FlashComponent.cs | mit | 1,594,071,869 | using System.Collections.Generic;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.EntitySystems.Click;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Shared.GameObjects.Components.Mobs;
using Content.Shared.Interfaces;
using Robust.Server.GameObject... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces;
using Content.Shared.Chat;
using Content.Shared.GameObjects.Compone... |
aeec0c919d6564b1a1ce742f79f31b79720bb6cf | Fix open manual source file not working | Fix open manual source file not working
| CalebChalmers/KAGTools | KAGTools/ViewModels/ManualDocumentViewModel.cs | mit | 1,594,071,395 | using GalaSoft.MvvmLight.Command;
using KAGTools.Data;
using KAGTools.Services;
using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text.RegularExpressions;
using System.Windows.Input;
namespace KAGTools.ViewModels
{
public class ManualDocumentViewModel : FilterListViewModelBase<Ma... | using GalaSoft.MvvmLight.Command;
using KAGTools.Data;
using KAGTools.Services;
using System;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text.RegularExpressions;
using System.Windows.Input;
namespace KAGTools.ViewModels
{
public class ManualDocumentViewModel : FilterListViewModelBase<Ma... |
77acbce9b107e90ed8f34822e9634154a3a71c1b | Fix test runner | Fix test runner
| martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet | src/IntegrationTest/AimpTestRunner/AimpTestRunner.cs | apache-2.0 | 1,594,071,055 | // ----------------------------------------------------
//
// AIMP DotNet SDK
//
// Copyright (c) 2014 - 2020 Evgeniy Bogdan
// https://github.com/martin211/aimp_dotnet
//
// Mail: mail4evgeniy@gmail.com
//
// ----------------------------------------------------
using System;
using System.Diagnostics;... | // ----------------------------------------------------
//
// AIMP DotNet SDK
//
// Copyright (c) 2014 - 2020 Evgeniy Bogdan
// https://github.com/martin211/aimp_dotnet
//
// Mail: mail4evgeniy@gmail.com
//
// ----------------------------------------------------
using System;
using System.Diagnostics;... |
4cf7e486410214320853039d7f45786fc3baaebd | Add ToString to RtTuple | Add ToString to RtTuple
| reinforced/Reinforced.Typings,reinforced/Reinforced.Typings | Reinforced.Typings/Ast/TypeNames/RtTuple.cs | mit | 1,594,070,610 | using System.Collections.Generic;
namespace Reinforced.Typings.Ast.TypeNames
{
/// <summary>
/// AST node for TypeScript tuple type
/// </summary>
public class RtTuple : RtTypeName
{
/// <summary>
/// Constructs new RtTuple
/// </summary>
public RtTuple()
{
... | using System.Collections.Generic;
namespace Reinforced.Typings.Ast.TypeNames
{
/// <summary>
/// AST node for TypeScript tuple type
/// </summary>
public class RtTuple : RtTypeName
{
/// <summary>
/// Constructs new RtTuple
/// </summary>
public RtTuple()
{
... |
366ad3c199bfcb5804131db996bcbb23b08b530a | Fix ePUB output to validate for ePUB version 3.2 (BL-8639) | Fix ePUB output to validate for ePUB version 3.2 (BL-8639)
This fixes one error found in SVG files and one warning found in the
generated nav.xhtml file.
| BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDes... | src/BloomExe/Publish/Epub/EpubMaker.cs | mit | 1,594,070,347 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Linq;
using Bloom.Book;
using Bloom.ToPalaso... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Linq;
using Bloom.Book;
using Bloom.ToPalaso... |
196de753ec4f0a94e150d3e04f8b58a94bac331f | Added unit test to verify scenario | Added unit test to verify scenario
| DotNetAnalyzers/StyleCopAnalyzers,DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test/ReadabilityRules/SA1135UnitTests.cs | mit | 1,594,069,074 | // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Test.ReadabilityRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
us... | // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Test.ReadabilityRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
us... |
9dde101f12201e66b92005a31773125e44629bd1 | Remove string prefixes | Remove string prefixes
| smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game/Online/API/Requests/Responses/APINewsPost.cs | mit | 1,594,068,807 | // 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 Newtonsoft.Json;
using System;
namespace osu.Game.Online.API.Requests.Responses
{
public class APINewsPost
{
[JsonProperty("id")]
public l... | // 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 Newtonsoft.Json;
using System;
namespace osu.Game.Online.API.Requests.Responses
{
public class APINewsPost
{
[JsonProperty(@"id")]
public ... |
db82ff156b310c082b91af6117e6cb624d5c2704 | Fix FeePercentage when amount is 0 | Fix FeePercentage when amount is 0
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs | mit | 1,594,068,788 | using Avalonia.Input;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Security;
using System.Text.RegularExp... | using Avalonia.Input;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Security;
using System.Text.RegularExp... |
544d7b08b3ee0fe3623633555e350bfb3077dd01 | Revert un-needed change | Revert un-needed change
| mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics | src/Numerics.Tests/DistributionTests/Continuous/BetaScaledTests.cs | mit | 1,594,068,484 | // <copyright file="BetaTests.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2016 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this s... | // <copyright file="BetaTests.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2016 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this s... |
7a7f802c309fb8d5ea9623c10070971334eefaa7 | (GH-2822) Change order for tool names | (GH-2822) Change order for tool names
When attempting to run the change that was made on my Mac, the Cake
Tool resolver still returns ReportGenerator.exe, since there is one of
these nested within the folder structure for the gloal tool. So even
though we"want" the shim to be found, it isn't.
Workaround this by chan... | gep13/cake,devlead/cake,cake-build/cake,devlead/cake,cake-build/cake,cake-build/cake,devlead/cake,gep13/cake,patriksvensson/cake,patriksvensson/cake,gep13/cake,patriksvensson/cake | src/Cake.Common/Tools/ReportGenerator/ReportGeneratorRunner.cs | mit | 1,594,068,391 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Cake.Core;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Cake.Core;
usi... |
0fe2d4583583a9a2d5d90054a59c88f4425ef465 | do not disable TLS 1.3 or allow insecure TLS versions | do not disable TLS 1.3 or allow insecure TLS versions
| giacomelli/SalesforceSharp,giacomelli/SalesforceSharp,giacomelli/SalesforceSharp | src/SalesforceSharp/Security/UsernamePasswordAuthenticationFlow.cs | mit | 1,594,067,993 | using System.Net;
using HelperSharp;
using RestSharp;
using SalesforceSharp.Serialization;
using System;
namespace SalesforceSharp.Security
{
/// <summary>
/// The username-password authentication flow can be used to authenticate when the consumer already has the user’s credentials.
/// In this flow, the ... | using System.Net;
using HelperSharp;
using RestSharp;
using SalesforceSharp.Serialization;
using System;
namespace SalesforceSharp.Security
{
/// <summary>
/// The username-password authentication flow can be used to authenticate when the consumer already has the user’s credentials.
/// In this flow, the ... |
36bcbe47a8722dc0926aa55588268c33a77da416 | #615 Code supression | #615 Code supression
| sjh37/efreversepoco | Generator/Generators/FileHeaderFooter.cs | apache-2.0 | 1,594,067,945 | using System.Text;
namespace Efrpg.Generators
{
public class FileHeaderFooter
{
public readonly string Header;
public readonly string Namespace;
public readonly string Footer;
public FileHeaderFooter(string subNamespace)
{
var header = new StringBuilder(102... | using System.Text;
namespace Efrpg.Generators
{
public class FileHeaderFooter
{
public readonly string Header;
public readonly string Namespace;
public readonly string Footer;
public FileHeaderFooter(string subNamespace)
{
var header = new StringBuilder(102... |
33639d79cab360a378fd9215c1fa33b755204ff4 | Improved error messages in ClarizenCallHandler | Improved error messages in ClarizenCallHandler
| ekincaglar/clarizen | Ekin.Clarizen/RestClient/ClarizenCallHandler.cs | mit | 1,594,067,705 | using System;
using System.Diagnostics;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
namespace Ekin.Clarizen.RestClient
{
public class ClarizenCallHandler : DelegatingHandler
{
public TimeSpan DefaultTimeout { get; set; } = TimeSpan.FromSeconds(120);
protected ... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Ekin.Clarizen.RestClient
{
public class ClarizenCallHandler : DelegatingHandler
{
public TimeSpan DefaultTi... |
a66b6c1fe7380e62542dabcdc82bfa80405ba22a | pass args to markup extension. | pass args to markup extension.
| SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,w... | src/Markup/Avalonia.Markup.Xaml/XamlIl/CompilerExtensions/Transformers/AvaloniaXamlIlResolveByNameMarkupExtensionReplacer.cs | mit | 1,594,067,391 | using System.Linq;
using XamlX.Ast;
using XamlX.Transform;
namespace Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.Transformers
{
class AvaloniaXamlIlResolveByNameMarkupExtensionReplacer : IXamlAstTransformer
{
public IXamlAstNode Transform(AstTransformationContext context, IXamlAstNode node)
... | using System.Linq;
using XamlX.Ast;
using XamlX.Transform;
namespace Avalonia.Markup.Xaml.XamlIl.CompilerExtensions.Transformers
{
class AvaloniaXamlIlResolveByNameMarkupExtensionReplacer : IXamlAstTransformer
{
public IXamlAstNode Transform(AstTransformationContext context, IXamlAstNode node)
... |
4155abd7c35c02448726a144f77018c7aebac924 | Fixed code for angle calculated from y-mirror displacement | Fixed code for angle calculated from y-mirror displacement
| haesemeyer/ZebraTrack | ZebraTrack/Experiments/LaserAlignment.cs | mit | 1,594,067,353 | /*
Copyright 2017-2019 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHA... | /*
Copyright 2017-2019 Martin Haesemeyer
Licensed under the MIT License, see License.txt.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHA... |
5b5b9fbfd91fe1e0fa99bdb17b88c3bb6cd12637 | punishment name triggered by .warn should now be shown properly | punishment name triggered by .warn should now be shown properly
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Administration/UserPunishCommands.cs | mit | 1,594,065,989 | using CommandLine;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common.Attributes;
using NadekoBot.Core.Common;
using NadekoBot.Core.Common.TypeReaders.Models;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Extensions;
using NadekoBot.Modules.Administration.Services;
u... | using CommandLine;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common.Attributes;
using NadekoBot.Core.Common;
using NadekoBot.Core.Common.TypeReaders.Models;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Extensions;
using NadekoBot.Modules.Administration.Services;
u... |
90982d8943f0cf6f0ae41b7b9d15c1178184d66f | Fix airlock collisions (#1030) | Fix airlock collisions (#1030)
Co-authored-by: Pieter-Jan Briers <bf046ff502c1ad17f0c2fe090b8af666f3e30fd3@gmail.com> | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs | mit | 1,594,065,607 | using System;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.GameObjects.Components.Doors;
using Content.Shared.GameObjects.Components.Movement;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects.Co... | using System;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.GameObjects.Components.Doors;
using Content.Shared.GameObjects.Components.Movement;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects.Co... |
e4b99fbaefb2e53ebeabbc96675652f4346350c5 | Revert "Attempt to fix #377 by ignoring a test fixture" | Revert "Attempt to fix #377 by ignoring a test fixture"
This reverts commit 47971a91001d51e8602684a700b7052b3a8d3a3f.
| csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil | Tests/Agiil.Tests.Web/Services/Tickets/TicketUriProviderTests.cs | mit | 1,594,065,537 | using System;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Agiil.Domain;
using Agiil.Domain.Tickets;
using Agiil.Tests.Attributes;
using Agiil.Web;
using Agiil.Web.Controllers;
using Agiil.Web.Services.Tickets;
using log4net;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Servi... | using System;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using Agiil.Domain;
using Agiil.Domain.Tickets;
using Agiil.Tests.Attributes;
using Agiil.Web;
using Agiil.Web.Controllers;
using Agiil.Web.Services.Tickets;
using log4net;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Servi... |
a3b3361b0f67f5c75db023765031c4e544d01047 | Revert "WIP #AG377 - Ignore another test to try and fix hanging tests" | Revert "WIP #AG377 - Ignore another test to try and fix hanging tests"
This reverts commit 241e3040f5960fd236fe6ae569d16d57d27e0b45.
| csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil | Tests/Agiil.Tests.Web/Services/ApplicationBaseUriProviderTests.cs | mit | 1,594,065,533 | using System;
using System.Web;
using System.Web.Mvc;
using Agiil.Web.Services;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Services
{
[TestFixture,Parallelizable]
public class ApplicationBaseUriProviderTests
{
[Test]
public void GetBaseUri_returns_root_of_the_domain_when_the_request_has... | using System;
using System.Web;
using System.Web.Mvc;
using Agiil.Web.Services;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Services
{
[TestFixture,Parallelizable]
public class ApplicationBaseUriProviderTests
{
[Test]
public void GetBaseUri_returns_root_of_the_domain_when_the_request_has... |
a8ef8f5732f94f06253168731f87ccafc291af81 | Updating to use just tags | Updating to use just tags
| xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents | XPlat/AzureMessaging/iOS/source/ApiDefinition.cs | mit | 1,594,065,469 | using System;
using ObjCRuntime;
using Foundation;
using UIKit;
namespace WindowsAzure.Messaging
{
public delegate void ErrorCallback(NSError error);
[BaseType (typeof (NSObject))]
public partial interface SBConnectionString
{
[Static, Export ("stringWithEndpoint:issuer:issuerSecret:")]
string CreateByIssue... | using System;
using ObjCRuntime;
using Foundation;
using UIKit;
namespace WindowsAzure.Messaging
{
public delegate void ErrorCallback(NSError error);
[BaseType (typeof (NSObject))]
public partial interface SBConnectionString
{
[Static, Export ("stringWithEndpoint:issuer:issuerSecret:")]
string CreateByIssue... |
241e3040f5960fd236fe6ae569d16d57d27e0b45 | WIP #AG377 - Ignore another test to try and fix hanging tests | WIP #AG377 - Ignore another test to try and fix hanging tests
| csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil | Tests/Agiil.Tests.Web/Services/ApplicationBaseUriProviderTests.cs | mit | 1,594,065,306 | using System;
using System.Web;
using System.Web.Mvc;
using Agiil.Web.Services;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Services
{
[TestFixture,Parallelizable]
public class ApplicationBaseUriProviderTests
{
[Test]
public void GetBaseUri_returns_root_of_the_domain_when_the_request_has... | using System;
using System.Web;
using System.Web.Mvc;
using Agiil.Web.Services;
using Moq;
using NUnit.Framework;
namespace Agiil.Tests.Web.Services
{
[TestFixture,Parallelizable]
public class ApplicationBaseUriProviderTests
{
[Test]
public void GetBaseUri_returns_root_of_the_domain_when_the_request_has... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.