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 |
|---|---|---|---|---|---|---|---|---|
53edc767a7ea477fb966b8d8e9500d73e8dfce2c | Listen to the internet | Listen to the internet
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Shared/E2ETesting/BrowserFixture.cs | apache-2.0 | 1,590,595,124 | // 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.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.R... | // 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.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.R... |
1e2154d4885cd3a5415a46aca6be7e082c807d71 | remove duplicated interface (#1695) | remove duplicated interface (#1695)
| graphql-dotnet/graphql-dotnet,joemcbride/graphql-dotnet,graphql-dotnet/graphql-dotnet,graphql-dotnet/graphql-dotnet,joemcbride/graphql-dotnet | src/GraphQL/ResolveFieldContext/ResolveFieldContext.cs | mit | 1,590,594,694 | using System;
using System.Collections.Generic;
using System.Threading;
using GraphQL.Execution;
using GraphQL.Instrumentation;
using GraphQL.Language.AST;
using GraphQL.Types;
using Field = GraphQL.Language.AST.Field;
namespace GraphQL
{
/// <summary>
/// A mutable implementation of <see cref="IResolveFieldCo... | using System;
using System.Collections.Generic;
using System.Threading;
using GraphQL.Execution;
using GraphQL.Instrumentation;
using GraphQL.Language.AST;
using GraphQL.Types;
using Field = GraphQL.Language.AST.Field;
namespace GraphQL
{
/// <summary>
/// A mutable implementation of <see cref="IResolveFieldCo... |
47f31ea02ee05722232a6a05bbfc98ad45d667b0 | added signing to some props in VM | added signing to some props in VM
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | DotVVM.Diagnostics.StatusPage/StatusPage/StatusViewModel.cs | apache-2.0 | 1,590,594,091 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using DotVVM.Framework.Compilation;
using DotVVM.Framework.Compilation.Parser;
using DotVVM.Framework.Controls.Infrastructure;
using DotVVM.Framework.Hosting;
using DotVVM.Framework.Rou... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using DotVVM.Framework.Compilation;
using DotVVM.Framework.Compilation.Parser;
using DotVVM.Framework.Controls.Infrastructure;
using DotVVM.Framework.Hosting;
using DotVVM.Framework.Rou... |
ae33b96894083bb922ce1ed781f50ba20060bd25 | Implement Address.Equals() and .ToString() | Implement Address.Equals() and .ToString()
| lukencode/FluentEmail | src/FluentEmail.Core/Models/Address.cs | mit | 1,590,591,823 | namespace FluentEmail.Core.Models
{
public class Address
{
public string Name { get; set; }
public string EmailAddress { get; set; }
public Address()
{
}
public Address(string emailAddress, string name = null)
{
EmailAddress = em... | namespace FluentEmail.Core.Models
{
public class Address
{
public string Name { get; set; }
public string EmailAddress { get; set; }
public Address()
{
}
public Address(string emailAddress, string name = null)
{
EmailAddress = em... |
5c7365a76f972b1797a42430afb090bb5526db5b | Remove comment | Remove comment
| joaoasrosa/website-performance,joaoasrosa/website-performance,joaoasrosa/website-performance | src/website-performance/Entities/Robots.cs | mit | 1,590,591,395 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
namespace website_performance.Entities
{
public class Robots
{
private readonly List<Uri> _sitemapsList = new List<Uri>();
private readonly HttpClient _httpClient;
private readonl... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
namespace website_performance.Entities
{
public class Robots
{
private readonly List<Uri> _sitemapsList = new List<Uri>();
private readonly HttpClient _httpClient;
private readonl... |
8c72fd991ede68e7fbf8cc6d794c5c7ebadbb030 | Get the robots file | Get the robots file
| joaoasrosa/website-performance,joaoasrosa/website-performance,joaoasrosa/website-performance | src/website-performance/Entities/Robots.cs | mit | 1,590,591,395 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
namespace website_performance.Entities
{
public class Robots
{
private readonly List<Uri> _sitemaps = new List<Uri>();
private readonly HttpClient _httpClient;
public Robots(stri... | using System;
using System.Collections.Generic;
using System.Net.Http;
namespace website_performance.Entities
{
public class Robots
{
private readonly HttpMessageHandler _httpMessageHandler;
private readonly List<Uri> _sitemaps = new List<Uri>();
public Robots(string url)
{
... |
ba09179001fea12560519bbd8070e889df32aa14 | Add ctor to pipe the http factory | Add ctor to pipe the http factory
| joaoasrosa/website-performance,joaoasrosa/website-performance,joaoasrosa/website-performance | src/website-performance/Entities/Robots.cs | mit | 1,590,591,394 | using System;
using System.Collections.Generic;
using website_performance.Infrastructure;
namespace website_performance.Entities
{
public class Robots
{
private readonly IHttpMessageHandlerFactory _httpMessageHandlerFactory;
private readonly List<Uri> _sitemaps = new List<Uri>();
publ... | using System;
using System.Collections.Generic;
namespace website_performance.Entities
{
public class Robots
{
private readonly List<Uri> _sitemaps = new List<Uri>();
public Robots(string url)
{
if (Uri.TryCreate(url, UriKind.Absolute, out var robotsUrl))
U... |
7215029a0d178644df6e944144efa8f560ca8718 | updated single-file deployment to version 8.1.0 | updated single-file deployment to version 8.1.0
| feO2x/Light.GuardClauses | Light.GuardClauses.SingleFile.cs | mit | 1,590,590,489 | /* ------------------------------
Light.GuardClauses 8.1.0
------------------------------
License information for Light.GuardClauses
The MIT License (MIT)
Copyright (c) 2016, 2020 Kenny Pflug mailto:kenny.pflug@live.de
Permission is hereby granted, free of charge, to any person obtaining a copy
of this softwar... | /* ------------------------------
Light.GuardClauses 8.0.1
------------------------------
License information for Light.GuardClauses
The MIT License (MIT)
Copyright (c) 2016, 2020 Kenny Pflug mailto:kenny.pflug@live.de
Permission is hereby granted, free of charge, to any person obtaining a copy
of this softwar... |
df810c4128b395be21297e3141a3322aaeeff8e7 | corrects content on covid banner | corrects content on covid banner
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts/Services/ClientContentApiClient.cs | mit | 1,590,590,042 | using System.Net.Http;
using System.Threading.Tasks;
using SFA.DAS.Authentication.Extensions.Legacy;
using SFA.DAS.EmployerAccounts.Interfaces;
namespace SFA.DAS.EmployerAccounts.Services
{
public class ClientContentApiClient : ApiClientBase, IClientContentApiClient
{
public ClientContentApiClient(Htt... | using System.Net.Http;
using System.Threading.Tasks;
using SFA.DAS.Authentication.Extensions.Legacy;
using SFA.DAS.EmployerAccounts.Interfaces;
namespace SFA.DAS.EmployerAccounts.Services
{
public class ClientContentApiClient : ApiClientBase, IClientContentApiClient
{
public ClientContentApiClient(Htt... |
0bf9e32e7a931d15508fe477a9a811ec5431ea9c | fixed typo | fixed typo
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | DotVVM.Diagnostics.StatusPage/DotVvmViewCompilationService.cs | apache-2.0 | 1,590,589,904 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using DotVVM.Framework.Compilation;
using DotVVM.Framework.Compilation.Parser;
using DotVVM.Framework.Configuration;
usin... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using DotVVM.Framework.Compilation;
using DotVVM.Framework.Compilation.Parser;
using DotVVM.Framework.Configuration;
usin... |
c6435248f4958dd5cfb870ad622fe7c84fef6b13 | chore(Assistant v2): Updated service examples | chore(Assistant v2): Updated service examples
| watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk | examples/IBM.Watson.Assistant.v2.Examples/ServiceExample.cs | apache-2.0 | 1,590,588,350 | /**
* (C) Copyright IBM Corp. 2019, 2020.
*
* 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... | /**
* (C) Copyright IBM Corp. 2019, 2020.
*
* 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... |
4e870362f2d5e92ae183980936a028e3bf4d441e | Use table index over type pattern matching. | Use table index over type pattern matching.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Builder/DotNetDirectoryBuffer.CodedIndices.cs | mit | 1,590,588,094 | using System;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Builder
{
public partial class DotNetDirectoryBuffer : ITypeCodedIndexProvider
{
private uint AddResolutionScope(IResolutionSco... | using System;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Builder
{
public partial class DotNetDirectoryBuffer : ITypeCodedIndexProvider
{
private uint AddResolutionScope(IResolutionSco... |
919ff92d15775e63bbb74083a3ce05b61ac53707 | Remove unused resolved composer | Remove unused resolved composer
| ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/Edit/Blueprints/HoldNotePlacementBlueprint.cs | mit | 1,590,587,772 | // 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.Graphics;
using osu.Framework.Input.Events;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.... | // 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.Graphics;
using osu.Framework.Input.Events;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.... |
04598d5499eaeff07951c51ef628c067f5f748c7 | test(Assistant v2): Added integration test for statelss message | test(Assistant v2): Added integration test for statelss message
| watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk | test/Assistant.v2.IntegrationTests/AssistantServiceIntegrationTests.cs | apache-2.0 | 1,590,587,665 | /**
* (C) Copyright IBM Corp. 2017, 2020.
*
* 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 ... | /**
* (C) Copyright IBM Corp. 2017, 2020.
*
* 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 ... |
bdaa9cdb63d21de389891a944a916d2428eedf06 | https://pt.stackoverflow.com/q/206902/101 | https://pt.stackoverflow.com/q/206902/101 | bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt | CSharp/Operator/Precedence.cs | mit | 1,590,587,310 | using System;
public class C {
public static int Main() {
var conta = new Conta();
var txtValor = new Form();
bool retorno;
if ((retorno = conta.Saca(Convert.ToDouble(txtValor.Text)))) {
Console.WriteLine(retorno);
return 1;
}
return 0;
}
}
p... | using System;
public class C {
public int Main() {
var conta = new Conta();
var txtValor = new Form();
bool retorno;
if ((retorno = conta.Saca(Convert.ToDouble(txtValor.Text)))) {
Console.WriteLine(retorno);
return 1;
}
return 0;
}
}
public cl... |
cf7771bebd44d909f1522772ff2177e6fc3d9ead | Adding ContextItems to Manufacturer | Adding ContextItems to Manufacturer | ADAPT/ADAPT | source/ADAPT/Logistics/Manufacturer.cs | epl-1.0 | 1,590,587,273 | /*******************************************************************************
* Copyright (C) 2015 AgGateway and ADAPT Contributors
* Copyright (C) 2015 Deere and Company
* Copyright (C) 2020 SYngenta Crop Protection LLC
* All rights reserved. This program and the accompanying materials
* are made availabl... | /*******************************************************************************
* Copyright (C) 2015 AgGateway and ADAPT Contributors
* Copyright (C) 2015 Deere and Company
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0... |
4848c24807a9d71887417d8cd8d4618e1a6ebe5a | Stack trace wasn't returned in the .NET 4.6.1 build. #791. | Stack trace wasn't returned in the .NET 4.6.1 build. #791.
| simpleinjector/SimpleInjector | src/SimpleInjector/Container.Common.cs | mit | 1,590,586,918 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysi... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysi... |
9c4c7ab9b8bf2a53cd6c9d4bb8383e7f80548703 | Make placeholder typedef private. | Make placeholder typedef private.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Builder/Discovery/MetadataTypeDiscoveryStrategy.cs | mit | 1,590,586,787 | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Builder.Discovery
{
/// <summary>
/// Provides an implementation of the <see cref="ITypeDiscoveryStra... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Builder.Discovery
{
/// <summary>
/// Provides an implementation of the <see cref="ITypeDiscoveryStra... |
33ee884757edbfb8c6de79c45ac6dab5a8353320 | Remove unpreservable tables from builder flags. | Remove unpreservable tables from builder flags.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Builder/MetadataBuilderFlags.cs | mit | 1,590,586,670 | using System;
namespace AsmResolver.DotNet.Builder
{
/// <summary>
/// Provides members for describing the behaviour of the .NET directory builder.
/// </summary>
[Flags]
public enum MetadataBuilderFlags
{
/// <summary>
/// Indicates no special metadata builder flags.
//... | using System;
namespace AsmResolver.DotNet.Builder
{
/// <summary>
/// Provides members for describing the behaviour of the .NET directory builder.
/// </summary>
[Flags]
public enum MetadataBuilderFlags
{
/// <summary>
/// Indicates no special metadata builder flags.
//... |
9fadce08a8f729c1a3865ed583f151afa87f429f | fix ChangeType Date | fix ChangeType Date
| signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework | Signum.Utilities/Reflection/ReflectionTools.cs | mit | 1,590,586,669 | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq.Expressions;
using System.Collections;
using System.ComponentModel;
using System.Globalization;
using System.Runtime.CompilerServices;
using Signum.Utilities.ExpressionTrees;
using System.IO;
namespace Signum.Utilitie... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq.Expressions;
using System.Collections;
using System.ComponentModel;
using System.Globalization;
using System.Runtime.CompilerServices;
using Signum.Utilities.ExpressionTrees;
using System.IO;
namespace Signum.Utilitie... |
162fecf8807a983181346516e64c7320bf308e95 | chore: Run copyright linter | chore: Run copyright linter
| watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk | src/IBM.Watson.NaturalLanguageUnderstanding.v1/Model/Model.cs | apache-2.0 | 1,590,585,827 | /**
* (C) Copyright IBM Corp. 2017, 2020.
*
* 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 t... | /**
* (C) Copyright IBM Corp. 2018, 2020.
*
* 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 t... |
5dc4cc1e69dd12056ab2cb49c520396bc1b5e27f | Fixes a test | Fixes a test
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Application/Commands/ProcessFullyApprovedCohortCommandHandlerTests.cs | mit | 1,590,584,891 | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using MediatR;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.A... | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using MediatR;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.A... |
356840e0887f780942efb03bef8b0003a68f1c77 | Fix Autorizzazione Cancellazione utente | Fix Autorizzazione Cancellazione utente
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneUtenti/CancellazioneUtente/DeleteUtenteAuthorization.cs | agpl-3.0 | 1,590,584,524 | //-----------------------------------------------------------------------
// <copyright file="DeleteUtenteAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | //-----------------------------------------------------------------------
// <copyright file="DeleteUtenteAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... |
d58a7b261a7e7781456787c7c9ebee175e72081f | Changed Program to use LocalizationManager instead of SIL.Localizer for its own localized strings. | Changed Program to use LocalizationManager instead of SIL.Localizer for its own localized strings.
| sillsdev/Glyssen | Glyssen/Program.cs | mit | 1,590,584,218 | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using DesktopAnalytics;
using Glyssen.Dialogs;
using Glyssen.Properties;
using Glyssen.Shared;
using Glyssen.Utilities;
using... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using DesktopAnalytics;
using Glyssen.Dialogs;
using Glyssen.Properties;
using Glyssen.Shared;
using Glyssen.Utilities;
using... |
ad54ba3c2264869a73bc743aa07fb134ea36dbb4 | Fix - Modificata notifica delete utente | Fix - Modificata notifica delete utente
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/GestioneUtenti/NotificationDeleteUtente.cs | agpl-3.0 | 1,590,584,059 | using Microsoft.AspNetCore.SignalR;
using SO115App.Models.Servizi.CQRS.Commands.GestioneUtenti.CancellazioneUtente;
using SO115App.Models.Servizi.Infrastruttura.GestioneUtenti.GetUtenti;
using SO115App.Models.Servizi.Infrastruttura.Notification.GestioneUtenti;
using System;
using System.Threading.Tasks;
namespace SO1... | using Microsoft.AspNetCore.SignalR;
using SO115App.Models.Servizi.CQRS.Commands.GestioneUtenti.CancellazioneUtente;
using SO115App.Models.Servizi.Infrastruttura.GestioneUtenti.GetUtenti;
using SO115App.Models.Servizi.Infrastruttura.Notification.GestioneUtenti;
using System;
using System.Threading.Tasks;
namespace SO1... |
d034e436e75b7ba7445779d223409dc9c17fa1e2 | Fix - Autorizzazione Delete utente | Fix - Autorizzazione Delete utente
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneUtenti/CancellazioneUtente/DeleteUtenteAuthorization.cs | agpl-3.0 | 1,590,583,989 | //-----------------------------------------------------------------------
// <copyright file="DeleteUtenteAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... | //-----------------------------------------------------------------------
// <copyright file="DeleteUtenteAuthorization.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General P... |
570e7881b625bd9f72bd181941cb2ec943f5106c | PG-1366: When getting a TextReader, open file with read-only access. | PG-1366: When getting a TextReader, open file with read-only access.
| sillsdev/Glyssen | GlyssenFileBasedPersistence/PersistenceImplementation.cs | mit | 1,590,583,977 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using Glyssen.Shared;
using GlyssenEngine;
using GlyssenEngine.Bundle;
using SIL;
using SIL.DblBundle;
using SIL.DblBundle.Text;
using SIL.IO;
using SIL.Reporting;
using static Syst... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using Glyssen.Shared;
using GlyssenEngine;
using GlyssenEngine.Bundle;
using SIL;
using SIL.DblBundle;
using SIL.DblBundle.Text;
using SIL.IO;
using SIL.Reporting;
using static Syst... |
eaf05046fb8c0c603c417f88d51d65cef73b33db | 不要なusing削除 | 不要なusing削除
| zenuas/Roku,zenuas/Roku | src/Manager/TypeSpecialization.cs | mit | 1,590,583,534 | namespace Roku.Manager
{
public class TypeSpecialization : IStructBody
{
public string Name { get => Body.Name; }
public IStructBody Body { get; }
public GenericsMapper GenericsMapper { get; }
public TypeSpecialization(IStructBody body, GenericsMapper gen_map)
{
... | using Extensions;
using System.Linq;
namespace Roku.Manager
{
public class TypeSpecialization : IStructBody
{
public string Name { get => Body.Name; }
public IStructBody Body { get; }
public GenericsMapper GenericsMapper { get; }
public TypeSpecialization(IStructBody body, Ge... |
800d10de966a78184b417e7303e4988b668be406 | Fixed NullPropagation (#1809) | Fixed NullPropagation (#1809)
* Fixed NullPropagation
* Changes to similar methods | JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/WebBrowser.cs | apache-2.0 | 1,590,583,332 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
077150653ea8cd0fce52392f9d4bfa7a693eb919 | SP2019 + UnitTest fixes | SP2019 + UnitTest fixes
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core.Tests/TestCommon.cs | mit | 1,590,582,483 | using Microsoft.SharePoint.Client;
using System;
using System.Configuration;
using System.Security;
using System.Net;
#if !NETSTANDARD2_0
using System.Data.SqlClient;
#endif
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Security.Crypto... | using Microsoft.SharePoint.Client;
using System;
using System.Configuration;
using System.Security;
using System.Net;
#if !NETSTANDARD2_0
using System.Data.SqlClient;
#endif
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Security.Crypto... |
8b698f197838dceb1f84435e9fdb0e53f8b1d8d0 | WebSocketGremlinQueryExecutor: Use environment logger. | WebSocketGremlinQueryExecutor: Use environment logger.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Providers.WebSocket/GremlinQueryEnvironmentExtensions.cs | mit | 1,590,582,362 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ExRam.Gremlinq.Providers.WebSocket;
using Gremlin.Net.Driver;
using Gremlin.Net.Driver.Messages;
using Gremlin.Net.Process.Traversal;
using Gremlin.Net.Stru... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ExRam.Gremlinq.Providers.WebSocket;
using Gremlin.Net.Driver;
using Gremlin.Net.Driver.Messages;
using Gremlin.Net.Process.Traversal;
using Gremlin.Net.Stru... |
6c85abf9bc18998fdfcac6caafec128550e8a99d | Fix handles color not being reset to original color (#266) | Fix handles color not being reset to original color (#266)
Co-authored-by: Christiaan Bloemendaal <dfe8802b6476c3c7a3a83ad0e10642ba714a73f2@codeglue.com> | Siccity/UnityNodeEditorCore | Scripts/Editor/NodeEditorGUI.cs | mit | 1,590,582,037 | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using XNodeEditor.Internal;
namespace XNodeEditor {
/// <summary> Contains GUI methods </summary>
public partial class NodeEditorWindow {
public NodeGraphEditor graphEditor;
priv... | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using XNodeEditor.Internal;
namespace XNodeEditor {
/// <summary> Contains GUI methods </summary>
public partial class NodeEditorWindow {
public NodeGraphEditor graphEditor;
priv... |
d2dbbb7ddd447cfbd65560ecda1482e41c75ae7b | minor gd2 cleanup | minor gd2 cleanup
| peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,590,581,527 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
533081184152fe58ed3dd9ecab4623c91b16d472 | Changes generated by bf2a9c876008edc3a89e14f632ad9c944ebe811b | Changes generated by bf2a9c876008edc3a89e14f632ad9c944ebe811b
| gocardless/gocardless-dotnet | GoCardless/Resources/Event.cs | mit | 1,590,581,133 | using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Resources
{
/// <summary>
/// Represents a event resource.
///
/// Events are stored for all webhooks. An event refers to a resource which
... | using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Resources
{
/// <summary>
/// Represents a event resource.
///
/// Events are stored for all webhooks. An event refers to a resource which
... |
5bd028c1264c342d05ea0ab7ddfe287f2bbe5e01 | Fix test failure using replaced XML element name. | Fix test failure using replaced XML element name.
| Xeeynamo/KingdomHearts | OpenKh.Tests/kh2/MsgSerializerTests.cs | mit | 1,590,579,856 | using OpenKh.Common.Exceptions;
using OpenKh.Kh2;
using OpenKh.Kh2.Messages;
using System.IO;
using System.Linq;
using System.Xml.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class MsgSerializerTests
{
private const SaveOptions xmlFormatting = SaveOptions.DisableFormatting;
private c... | using OpenKh.Common.Exceptions;
using OpenKh.Kh2;
using OpenKh.Kh2.Messages;
using System.IO;
using System.Linq;
using System.Xml.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class MsgSerializerTests
{
private const SaveOptions xmlFormatting = SaveOptions.DisableFormatting;
private c... |
815e29753e1455b830bf75886b6f5063abed5cf2 | Fixes FileSystemStore issues #6272 (#6277) | Fixes FileSystemStore issues #6272 (#6277)
| OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,OrchardCMS/Brochard,petedavis/Orcha... | src/OrchardCore/OrchardCore.FileStorage.FileSystem/FileSystemStore.cs | bsd-3-clause | 1,590,579,459 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.FileProviders.Physical;
namespace OrchardCore.FileStorage.FileSystem
{
public class FileSystemStore : IFileStore
{
private readonly string _fileSystemPath;
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.FileProviders.Physical;
namespace OrchardCore.FileStorage.FileSystem
{
public class FileSystemStore : IFileStore
{
private readonly string _fileSystemPath;
... |
d9f2db668428c352f0f0a633717c736ebe2cdef3 | Fixing A XML serialization problem on OpenKh.Command.MsgTool. | Fixing A XML serialization problem on OpenKh.Command.MsgTool.
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Messages/MsgSerializer.cs | mit | 1,590,579,112 | using OpenKh.Common.Exceptions;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace OpenKh.Kh2.Messages
{
public partial class MsgSerializer
{
private class SerializerModel
{
public string Name { get; set; }
public Mes... | using OpenKh.Common.Exceptions;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace OpenKh.Kh2.Messages
{
public partial class MsgSerializer
{
private class SerializerModel
{
public string Name { get; set; }
public Mes... |
09521ffea2371eb895054167d5bdc0ea8a745569 | No use of serializing an Expression. | No use of serializing an Expression.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Serialization/GremlinQuerySerializer.cs | mit | 1,590,578,511 | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQuerySerializer
{... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQuerySerializer
{... |
76356dc6608a95312b6a549ecd14a0e3c9c9bbd2 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,590,577,287 | #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-... |
10f2d273bf588a8395b93853ebe4e62df69cfaa8 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,590,576,840 | #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-... |
fd6ae2dc91fb47e54a4a09cc6f4a5f92066d6801 | Save allocations in PropertyStep serialization. | Save allocations in PropertyStep serialization.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Serialization/GremlinQuerySerializer.cs | mit | 1,590,576,038 | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQuerySerializer
{... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
public static class GremlinQuerySerializer
{... |
8342d6dcc5375dc7195863f9adafcd516809d380 | fix relative paths | fix relative paths
| thoemmi/7Zip4Powershell,thoemmi/7Zip4Powershell | 7Zip4Powershell/Compress7Zip.cs | lgpl-2.1 | 1,590,574,719 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... |
ef422fb9299b3f5235936f1b5fcaf4ec6e615d72 | Apply suggestions from code review | Apply suggestions from code review
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs | mit | 1,590,574,621 | using Avalonia.Controls;
using Avalonia.Threading;
using DynamicData;
using DynamicData.Binding;
using NBitcoin;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using System.Reactive;
using System.Reactive.D... | using Avalonia.Controls;
using Avalonia.Threading;
using DynamicData;
using DynamicData.Binding;
using NBitcoin;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Linq;
using System.Reactive;
using System.Reactive.D... |
efae48aab0eb256787b45b79a538b3c72c23d753 | add outputpath | add outputpath
| thoemmi/7Zip4Powershell,thoemmi/7Zip4Powershell | 7Zip4Powershell/Compress7Zip.cs | lgpl-2.1 | 1,590,572,905 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... |
aec2d2a78be877cbb24ae71f75dcc034835a9b74 | Adding Request-Id to ShopifyException message. When exception are logged, it is very useful to be able to see the Request-Id for Shopify support to investigate. | Adding Request-Id to ShopifyException message. When exception are logged, it is very useful to be able to see the Request-Id for Shopify support to investigate.
| nozzlegear/ShopifySharp,clement911/ShopifySharp | ShopifySharp/Infrastructure/ShopifyException.cs | mit | 1,590,572,021 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
namespace ShopifySharp
{
public class ShopifyException : Exception
{
public HttpResponseMessage HttpResponse { get; }
public HttpStatusCode HttpStatusCode { get; }
/// <summary... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
namespace ShopifySharp
{
public class ShopifyException : Exception
{
public HttpResponseMessage HttpResponse { get; }
public HttpStatusCode HttpStatusCode { get; }
/// <summary... |
ff0e323c070cdb632a165079fd9030eb21d94cc3 | Update NavRoute to new structure | Update NavRoute to new structure
| EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery | EliteDangerous/JournalEvents/JournalNavRoute.cs | apache-2.0 | 1,590,571,567 | /*
* Copyright © 2016-2018 EDDiscovery development team
*
* 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... | /*
* Copyright © 2016-2018 EDDiscovery development team
*
* 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... |
931967bf9bbc5233fc6d535d17e545000554696b | CON-1180 - Tidy up PaymentApi stuff from SFA.DAS.EmployerApprenticeshipsService.Application | CON-1180 - Tidy up PaymentApi stuff from SFA.DAS.EmployerApprenticeshipsService.Application
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerApprenticeshipsService.Application/DependencyResolution/PaymentsRegistry.cs | mit | 1,590,571,033 | using SFA.DAS.AutoConfiguration;
using SFA.DAS.EAS.Domain.Configuration;
using SFA.DAS.Provider.Events.Api.Client.Configuration;
using StructureMap;
namespace SFA.DAS.EAS.Application.DependencyResolution
{
public class PaymentsRegistry : Registry
{
public PaymentsRegistry()
{
For<I... | using SFA.DAS.AutoConfiguration;
using SFA.DAS.EAS.Domain.Configuration;
using SFA.DAS.Http;
using SFA.DAS.Http.TokenGenerators;
using SFA.DAS.NLog.Logger.Web.MessageHandlers;
using SFA.DAS.Provider.Events.Api.Client;
using SFA.DAS.Provider.Events.Api.Client.Configuration;
using StructureMap;
using System.Net.Http;
n... |
98c785d96445c234d9b1539432520202454c052b | Fallback for old status | Fallback for old status
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex.Domain.Apps.Core.Operations/Scripting/ScriptContext.cs | mit | 1,590,570,802 | // ==========================================================================
// 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.
// ============================... |
7e971e1b290ed7fdbca615a6aedda2731d5f5f65 | Avoid spamming with nodeinit on slow startup of stardust manager | Avoid spamming with nodeinit on slow startup of stardust manager
| Teleopti/Stardust,Teleopti/Stardust | Node/Node/Timers/TrySendNodeStartUpNotificationToManagerTimer.cs | mit | 1,590,570,728 | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Timers;
using Stardust.Node.Extensions;
using Stardust.Node.Interfaces;
using Timer = System.Timers.Timer;
namespace Stardust.Node.Timers
{
public class TrySendNodeStartUpNotificationToManagerTimer : Timer
{
pr... | using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Timers;
using Stardust.Node.Extensions;
using Stardust.Node.Interfaces;
using Timer = System.Timers.Timer;
namespace Stardust.Node.Timers
{
public class TrySendNodeStartUpNotificationToManagerTimer : Timer
{
pr... |
53c262a82b1b6812089a99001383df6248d9ece3 | fix: TODO to point to the original issue | fix: TODO to point to the original issue
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerNumeric.cs | apache-2.0 | 1,590,570,635 | // Copyright 2020 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | // Copyright 2020 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... |
17426233d251db2f73ea033e5fb048091b3fc850 | Change BindableList to always use the reference from the list itself in removal event firing | Change BindableList to always use the reference from the list itself in removal event firing
| EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fram... | osu.Framework/Bindables/BindableList.cs | mit | 1,590,570,405 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using osu.Framework.Caching;
using osu... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using osu.Framework.Caching;
using osu... |
89e786190e3b663aca3b915d37e275a0b05852bb | Add failing test | Add failing test
| peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EV... | osu.Framework.Tests/Bindables/BindableListTest.cs | mit | 1,590,570,405 | // 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.Collections.Specialized;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.... |
5041c2667237ec6dac6a20435344adb7c8a87ed8 | Replaced the SIF AU 3.4.6 Data Model with the correct version. | Replaced the SIF AU 3.4.6 Data Model with the correct version.
| nsip/Sif3Framework-dotNet | Code/Sif3Specification/Sif.Specification.DataModel.Au.v3_4_6/DataModelTypes.cs | apache-2.0 | 1,590,569,617 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
f323c67dfffa742113c54123d3333eb692eecf38 | remove note | remove note
| umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBo... | src/Umbraco.Infrastructure/BackOffice/BackOfficeUserStore.cs | mit | 1,590,569,507 | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Umbraco.Core.Configuration;
using Umbraco.Core.Mapping;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Identity;
using Umbraco.Cor... | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Umbraco.Core.Configuration;
using Umbraco.Core.Mapping;
using Umbraco.Core.Models;
using Umbraco.Core.Models.Identity;
using Umbraco.Cor... |
e0935f1e70eed83f80be46e480145c357311cfa1 | Update ASF.cs | Update ASF.cs
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/ASF.cs | apache-2.0 | 1,590,568,247 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
39b4ec78d9ea19c548daac00c9b1d0ccd65d470a | 解决导出为dict时会有多余字段的问题 | 解决导出为dict时会有多余字段的问题
| neil3d/excel2json | JsonExporter.cs | mit | 1,590,567,752 | using System;
using System.IO;
using System.Data;
using System.Text;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace excel2json {
/// <summary>
/// 将DataTable对象,转换成JSON string,并保存到文件中
/// </summary>
class JsonExporter {
string mContext = "";
public str... | using System;
using System.IO;
using System.Data;
using System.Text;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace excel2json {
/// <summary>
/// 将DataTable对象,转换成JSON string,并保存到文件中
/// </summary>
class JsonExporter {
string mContext = "";
public str... |
7ff09d823cc06061081ec6ff2c4b4e66a7b955c3 | reviewfix2 | reviewfix2
| peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,590,567,499 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
01fbd21cf681591c0e5e5c686426c0e176e98018 | Review fix | Review fix
| iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,590,567,486 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
9f2c1cd3e633936f990e09d779dfd76e47365c65 | when we rebuild indexes in the back office we are actually calling index.CreateIndex() 2 times before populating | when we rebuild indexes in the back office we are actually calling index.CreateIndex() 2 times before populating
(cherry picked from commit d7469e6576fbe4bf4d23f9046399b3899c0ff58c)
| madsoulswe/Umbraco-CMS,robertjf/Umbraco-CMS,bjarnef/Umbraco-CMS,tcmorris/Umbraco-CMS,abjerner/Umbraco-CMS,leekelleher/Umbraco-CMS,tcmorris/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,mattbrailsford/Umbraco-CMS,hfloyd/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,mattbrailsford/Umbr... | src/Umbraco.Web/Editors/ExamineManagementController.cs | mit | 1,590,567,243 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Examine;
using Examine.LuceneEngine.Providers;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Examine;
using Umbraco.Web.Models.ContentEditin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Examine;
using Examine.LuceneEngine.Providers;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Examine;
using Umbraco.Web.Models.ContentEditin... |
b2c2e869716876e6ab2552f2ff1dfc94fde3be03 | Add GetMainDom method to UmbracoApplication so GetRuntime can be overridden | Add GetMainDom method to UmbracoApplication so GetRuntime can be overridden
(cherry picked from commit c3f59602c21d6a07f553066af7e8dd742114fd83)
| dawoe/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,mattbrailsford/Umbraco-CMS,NikRimington/Umbraco-CMS,NikRimington/Umbraco-CMS,bjarnef/Umbraco-CMS,KevinJump/Umbraco-CMS,hfloyd/Umbraco-CMS,bjarnef/Umbraco-CMS,JimBobSqua... | src/Umbraco.Web/UmbracoApplication.cs | mit | 1,590,567,104 | using System.Configuration;
using System.Threading;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging;
using Umbraco.Core.Logging.Serilog;
using Umbraco.Core.Runtime;
using Umbraco.Web.Runtime;
namespace Umbraco.Web
{
/// <summary>
/// Represents the Umbraco global.asax class.
/// </summary... | using System.Configuration;
using System.Threading;
using System.Web;
using Umbraco.Core;
using Umbraco.Core.Logging.Serilog;
using Umbraco.Core.Runtime;
using Umbraco.Web.Runtime;
namespace Umbraco.Web
{
/// <summary>
/// Represents the Umbraco global.asax class.
/// </summary>
public class UmbracoAp... |
9a0067880a26e73c52d31cda24af86b5b9dba47b | Add UnhandledException handler | Add UnhandledException handler
| xPaw/SteamWebPipes | SteamWebPipes/Bootstrap.cs | mit | 1,590,565,949 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Timers;
using Fleck;
using Newtonsoft.Json;
using Timer = System.Timers.Timer;
namespace SteamWebPipes
{
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Timers;
using Fleck;
using Newtonsoft.Json;
using Timer = System.Timers.Timer;
namespace SteamWebPipes
{
... |
48ba6b7f4a413cebd0b8d150e12aad5d43e783f1 | Add Steamkit debug log | Add Steamkit debug log
| xPaw/SteamWebPipes | SteamWebPipes/Steam.cs | mit | 1,590,565,846 | using System;
using System.Threading;
using SteamKit2;
using System.Linq;
using System.Threading.Tasks;
namespace SteamWebPipes
{
internal class Steam
{
public class SteamKitLogger : IDebugListener
{
public void WriteLine(string category, string msg)
{
B... | using System;
using System.Threading;
using SteamKit2;
using System.Linq;
using System.Threading.Tasks;
namespace SteamWebPipes
{
internal class Steam
{
private readonly CallbackManager CallbackManager;
private readonly SteamClient Client;
private readonly SteamUser User;
priva... |
6206f43897bbc4f8cda251f12910423acbfc7130 | WIP: certificate managers | WIP: certificate managers
| webprofusion/Certify | src/Certify.Core/Management/CertifyManager/CertifyManager.ManagedCertificates.cs | mit | 1,590,565,796 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Certify.Config;
using Certify.Core.Management.DeploymentTasks;
using Certify.Models;
using Certify.Models.Config;
using Certify.Models.Providers;
using Certify.Providers.DeploymentTasks;
na... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Certify.Config;
using Certify.Core.Management.DeploymentTasks;
using Certify.Models;
using Certify.Models.Config;
using Certify.Models.Providers;
using Certify.Providers.DeploymentTasks;
na... |
6e6be17442475d16980174ed56bcbfc464328691 | Fix GitHubIssue4703 test | Fix GitHubIssue4703 test
This commit fixes the GitHubIssue4703 test to use a client that
always uses the default internal serializer. Utf8Json and Json.NET
serialize ValueTuples with different Item* casing - the former
always emits pascal casing whilst Json.NET will case according to
serializer settings
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests.Reproduce/GithubIssue4703.cs | apache-2.0 | 1,590,565,035 | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Text;
using Elastic.Elasticsearch.Xunit.XunitPlumbing;
using Elasticsearch.Net;
using F... | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Text;
using Elastic.Elasticsearch.Xunit.XunitPlumbing;
using FluentAssertions;
using Ne... |
c446231270cffde91f5e19b02d4c26aba25a50b9 | Fix broken test | Fix broken test
| Xeeynamo/KingdomHearts | OpenKh.Tests/kh2/MsgEncoderTests.cs | mit | 1,590,564,206 | using OpenKh.Kh2.Messages;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class MsgEncoderTests
{
[Fact]
public void DecodeTextCorrectly()
{
var decoded = Encoders.InternationalSystem.Decode(new byte[]
{
... | using OpenKh.Kh2.Messages;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class MsgEncoderTests
{
[Fact]
public void DecodeTextCorrectly()
{
var decoded = Encoders.InternationalSystem.Decode(new byte[]
{
... |
b1ec539942187e562df35e172dbe11dfec40f2d0 | Add test covering removing twice from a BindableList not firing events | Add test covering removing twice from a BindableList not firing events
| smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framewor... | osu.Framework.Tests/Bindables/BindableListTest.cs | mit | 1,590,564,150 | // 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.Collections.Specialized;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.... |
2ea7010dfee60d4bb9c08dad99be1a8dfa466cdc | Clarify defaultRefAssemblies list capacity in AddType.cs (#12520) | Clarify defaultRefAssemblies list capacity in AddType.cs (#12520)
# PR Summary
* Clarify calculation of `defaultRefAssemblies` initial list capacity.
* Assert if list capacity is increased as a result of a resize.
## PR Context
InitDefaultRefAssemblies may initialize a list too small to hold the reference as... | daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,TravisEz13/PowerShell,TravisEz13/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,PaulHigin/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,... | src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddType.cs | mit | 1,590,563,729 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Manageme... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Manageme... |
5b8d15caa29fd404090acf2aa6c8e8353a222b55 | Change Japanese event encoder for KingdomTextContext | Change Japanese event encoder for KingdomTextContext
| Xeeynamo/KingdomHearts | OpenKh.Engine/Extensions/Kh2FontContextExtensions.cs | mit | 1,590,563,562 | using OpenKh.Engine.Renders;
using OpenKh.Kh2;
using OpenKh.Kh2.Contextes;
using OpenKh.Kh2.Messages;
namespace OpenKh.Engine.Extensions
{
public static class Kh2FontContextExtensions
{
public static RenderingMessageContext ToKh2EuSystemTextContext(this FontContext fontContext) =>
new Rend... | using OpenKh.Engine.Renders;
using OpenKh.Kh2;
using OpenKh.Kh2.Contextes;
using OpenKh.Kh2.Messages;
namespace OpenKh.Engine.Extensions
{
public static class Kh2FontContextExtensions
{
public static RenderingMessageContext ToKh2EuSystemTextContext(this FontContext fontContext) =>
new Rend... |
43b766f81d1668bbc49fac73cd92057bb5d362a3 | Add test for event decoder | Add test for event decoder
| Xeeynamo/KingdomHearts | OpenKh.Tests/kh2/MsgEncoderTests.cs | mit | 1,590,563,562 | using OpenKh.Kh2.Messages;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class MsgEncoderTests
{
[Fact]
public void DecodeTextCorrectly()
{
var decoded = Encoders.InternationalSystem.Decode(new byte[]
{
... | using OpenKh.Kh2.Messages;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace OpenKh.Tests.kh2
{
public class MsgEncoderTests
{
[Fact]
public void DecodeTextCorrectly()
{
var decoded = Encoders.InternationalSystem.Decode(new byte[]
{
... |
acb508f018b2fa725ba2f5ce797c2956822a713d | renamed JapaneseTable to resolve naming conflict | renamed JapaneseTable to resolve naming conflict
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Messages/Internals/JapaneseSystemDecode.cs | mit | 1,590,563,561 | using System.Collections.Generic;
namespace OpenKh.Kh2.Messages.Internals
{
internal class JapaneseSystemDecode : IMessageDecode
{
public static readonly Dictionary<byte, BaseCmdModel> _table = new Dictionary<byte, BaseCmdModel>
{
[0x00] = new SimpleCmdModel(MessageCommand.End),
... | using System.Collections.Generic;
namespace OpenKh.Kh2.Messages.Internals
{
internal class JapaneseSystemDecode : IMessageDecode
{
public static readonly Dictionary<byte, BaseCmdModel> _table = new Dictionary<byte, BaseCmdModel>
{
[0x00] = new SimpleCmdModel(MessageCommand.End),
... |
e7f7626ef39894fc1f75a1149bde6754848e929c | renamed JapaneseTable to JapaneseSystemTable | renamed JapaneseTable to JapaneseSystemTable
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Messages/Internals/JapaneseSystemEncode.cs | mit | 1,590,563,561 | using OpenKh.Common.Exceptions;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
namespace OpenKh.Kh2.Messages.Internals
{
internal class JapaneseSystemEncode : IMessageEncode
{
private static readonly Dictionary<MessageCommand, KeyValuePa... | using OpenKh.Common.Exceptions;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
namespace OpenKh.Kh2.Messages.Internals
{
internal class JapaneseSystemEncode : IMessageEncode
{
private static readonly Dictionary<MessageCommand, KeyValuePa... |
c6e19decee4ddceaa03e3a45f4a77e4df40ef241 | Remove portion of code that was not supposed to be committed | Remove portion of code that was not supposed to be committed
| Xeeynamo/KingdomHearts | OpenKh.Game/States/MapState.cs | mit | 1,590,563,169 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
... |
219e287e94d5a2d10dffba0aa5194d52aea3e1bd | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.3.3396.20200527065630-master-a523a27
| LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,590,562,722 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "a523a27ca8ebd5c78e56fbe00a3a772df510a9a3";
public static string Version = "1.3";
public static string Build = "3396";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "ed6cc6e3f0bf875211189bf6cf60394ee03b299d";
public static string Version = "1.3";
public static string Build = "3395";
... |
a523a27ca8ebd5c78e56fbe00a3a772df510a9a3 | adding createinst gap finder (#2999) | adding createinst gap finder (#2999)
| ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/Command/Handlers/DeveloperContentCommands.cs | agpl-3.0 | 1,590,562,571 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text.RegularExpressions;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using ACE.Adapter.GDLE;
using ACE.Adapter.Lifestoned;
using ACE.Common.Extensions;
us... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text.RegularExpressions;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using ACE.Adapter.GDLE;
using ACE.Adapter.Lifestoned;
using ACE.Common.Extensions;
us... |
a23da033eba7a3ca22b26a925fed630e0ae97caf | Update Program.cs | Update Program.cs
| NMSLanX/Natasha | samples/Core21/Program.cs | mpl-2.0 | 1,590,561,807 | using Natasha;
using Natasha.CSharp;
using System;
using System.Collections.Generic;
namespace Core21
{
class Program
{
static void Main(string[] args)
{
DomainManagement.RegisterDefault<AssemblyDomain>();
var @operator = FastMethodOperator.DefaultDomain();
... | using Natasha;
using System;
using System.Collections.Generic;
namespace Core21
{
class Program
{
static void Main(string[] args)
{
/*
* 在此之前,你需要右键,选择工程文件,在你的.csproj里面
*
* 写上这样一句浪漫的话:
*
* <PreserveCom... |
67b63608b3c21727c1fce1a871e25ad888f20008 | -Remove unused code for eventhandler | -Remove unused code for eventhandler
| razorlikes/AppVolumeHotkeys | AppVolumeHotkeys/MainWindow.Designer.cs | mit | 1,590,561,662 | namespace AppVolumeHotkeys
{
partial class MainWindow
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
... | namespace AppVolumeHotkeys
{
partial class MainWindow
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
... |
8de3551166220a47ad93c4cab632668acd0d4954 | https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Moved KeepAliveController to backoffice url | https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/6587 - Moved KeepAliveController to backoffice url
| abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CM... | src/Umbraco.Web.BackOffice/Controllers/KeepAliveController.cs | mit | 1,590,560,388 | using System;
using System.Runtime.Serialization;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Common.Controllers;
namespace Umbraco.Web.BackOffice.Controllers
{
[PluginController(Constants.Web.Mvc.BackOfficeApiAre... | using System;
using System.Runtime.Serialization;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Common.Controllers;
namespace Umbraco.Web.BackOffice.Controllers
{
public class KeepAliveController : UmbracoApiController
{
[OnlyLocalRequests]
[HttpGet]
... |
7bf2a698844211cd48e77d21f5492be41aa0ba72 | 454: minor | 454: minor
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree/1_Root/1_RootGraphic.cs | bsd-2-clause | 1,590,560,179 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using PixelFarm.Drawing;
using LayoutFarm.RenderBoxes;
namespace LayoutFarm
{
public interface IRenderElement
{
void Render(DrawBoard d, UpdateArea updateArea);
#if DEBUG
void dbugShowRenderPart(DrawBoard d, U... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using PixelFarm.Drawing;
using LayoutFarm.RenderBoxes;
namespace LayoutFarm
{
public interface IRenderElement
{
void Render(DrawBoard d, UpdateArea updateArea);
#if DEBUG
void dbugShowRenderPart(DrawBoard d, U... |
fbd61ea2c99f5676b2a455a6d93c5a1d245fe5af | Renderer correctly calls detach and attach now | Renderer correctly calls detach and attach now
| Thraka/SadConsole | SadConsole/ScreenSurface.cs | mit | 1,590,558,163 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using Newtonsoft.Json;
using SadConsole.Components;
using SadRogue.Primitives;
namespace SadConsole
{
/// <summary>
/// An object that renders a <see ... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using Newtonsoft.Json;
using SadConsole.Components;
using SadRogue.Primitives;
namespace SadConsole
{
/// <summary>
/// An object that renders a <see ... |
ed132be5feef9240f5fb7681eca750d6ebea546f | Update StaticWebAssetsIntegrationTest.cs (dotnet/aspnetcore-tooling#1923) | Update StaticWebAssetsIntegrationTest.cs (dotnet/aspnetcore-tooling#1923)
\n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/aa8bade12ebfbd195f5d208f7fe86c380d80bdc4
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs | apache-2.0 | 1,590,556,646 | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Run... | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Run... |
58cc148ada2972fe93312354d06f74aa5ac87065 | Skipping flaky tests (dotnet/aspnetcore-tooling#1926) | Skipping flaky tests (dotnet/aspnetcore-tooling#1926)
* Skipping flaky tests
* Update StaticWebAssetsIntegrationTest.cs\n\nCommit migrated from https://github.com/dotnet/aspnetcore-tooling/commit/beba53c682fa5b5193606647eb627c4c170464e5
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.NET.Sdk.Razor/test/IntegrationTests/StaticWebAssetsIntegrationTest.cs | apache-2.0 | 1,590,556,646 | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Run... | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Run... |
bdaba0df17faf42e6be4c0dee1b98b196338d61b | BugFix for Bodies with Signals | BugFix for Bodies with Signals
BugFix for Bodies with Signals
| klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery | EDDiscovery/UserControls/History/UserControlStarList.cs | apache-2.0 | 1,590,556,115 | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
d9132b4ff659a2a16ba4c3763379d05fba611f66 | Added Space | Added Space
gah - missed a space
| klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery | EDDiscovery/UserControls/History/UserControlStarList.cs | apache-2.0 | 1,590,555,491 | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
8116c46559a1caed94539fcee419baef9eaf7d25 | setup workshop ordering to always be in-order | setup workshop ordering to always be in-order
| spboyer/downr,spboyer/downr,bradygaster/downr,bradygaster/downr | Shared/Services/PostService.cs | apache-2.0 | 1,590,553,049 | using System;
using System.Collections.Generic;
using System.Linq;
using downr.Models;
using Microsoft.Extensions.Options;
namespace downr.Services
{
public class PostService
{
private readonly IYamlIndexer _indexer;
private readonly DownrOptions _downrOptions;
public PostService(IYaml... | using System;
using System.Collections.Generic;
using System.Linq;
using downr.Models;
namespace downr.Services
{
public class PostService
{
private readonly IYamlIndexer _indexer;
public PostService(IYamlIndexer indexer)
{
_indexer = indexer;
}
public Post... |
ff2c6981d5d286b1fa64f17b645802b316bf7726 | Fixed comma output | Fixed comma output
| verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Evaluation/Interpret.cs | mit | 1,590,552,918 | using System.Linq;
using System.Text;
namespace CSharpMath {
partial class Evaluation {
public static string Interpret(Atom.MathList mathList, System.Func<string, string>? errorLaTeX = null) {
errorLaTeX ??= error => $@"\color{{red}}\text{{{Atom.LaTeXParser.EscapeAsLaTeX(error)}}}";
(Atom.MathList le... | using System.Linq;
using System.Text;
namespace CSharpMath {
partial class Evaluation {
public static string Interpret(Atom.MathList mathList, System.Func<string, string>? errorLaTeX = null) {
errorLaTeX ??= error => $@"\color{{red}}\text{{{Atom.LaTeXParser.EscapeAsLaTeX(error)}}}";
(Atom.MathList le... |
860c84bb4a13317115c4104a0e993837a203f047 | Visited Stars Added Scan Value to Excel Export | Visited Stars Added Scan Value to Excel Export
Visited Stars - Added Scan Value to Excel Export
| EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery | EDDiscovery/UserControls/History/UserControlStarList.cs | apache-2.0 | 1,590,552,086 | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
a85624bc7500c0bcca74f80ed9e2960be2e914f1 | Update PackagedProduct.cs | Update PackagedProduct.cs
Fixed issue with List creation in constructor. | ADAPT/ADAPT | source/ADAPT/Products/PackagedProduct.cs | epl-1.0 | 1,590,551,384 | /*******************************************************************************
* Copyright (C) 2020 AgGateway and ADAPT Contributors
* Copyright (C) 2020 Syngenta
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
*... | /*******************************************************************************
* Copyright (C) 2020 AgGateway and ADAPT Contributors
* Copyright (C) 2020 Syngenta
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
*... |
b56e4626537ceaee669ba32aa2c89c6ef80d3ad9 | Update Qtum.cs | Update Qtum.cs | MetacoSA/NBitcoin,NicolasDorier/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin | NBitcoin.Altcoins/Qtum.cs | mit | 1,590,550,982 | using NBitcoin;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace NBitcoin.Altcoins
{
// Reference: https://github.com/qtumproject/qtum/blob/f925e854a8... | using NBitcoin;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace NBitcoin.Altcoins
{
// Reference: https://github.com/qtumproject/qtum/blob/f925e854a8... |
db888d5d3d34d4e255a191445d196467fc13ad29 | 452: TextFlowLayer selection rev | 452: TextFlowLayer selection rev
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/1.3_Layer/TextFlowLayer.cs | bsd-2-clause | 1,590,544,285 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using PixelFarm.Drawing;
using LayoutFarm.RenderBoxes;
namespace LayoutFarm.TextEditing
{
class TextMarkerLayer
{
public TextMarkerLayer(List<VisualMarkerSelectionRange> visualMarkers)
{
... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using PixelFarm.Drawing;
using LayoutFarm.RenderBoxes;
namespace LayoutFarm.TextEditing
{
class TextMarkerLayer
{
public TextMarkerLayer(List<VisualMarkerSelectionRange> visualMarkers)
{
... |
a3af164eadd1cac00475bdef5d34828193eb560e | 451: minor | 451: minor
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/2.2_TextRenderBox/TextFlowRenderBox.cs | bsd-2-clause | 1,590,544,031 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using LayoutFarm.UI;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
public class TextFlowRenderBox : AbstractRectRenderElement, ITextFlowLayerOwner
{
internal TextMarkerLayer _markerLay... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using LayoutFarm.UI;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
public class TextFlowRenderBox : AbstractRectRenderElement, ITextFlowLayerOwner
{
internal TextMarkerLayer _markerLay... |
6772ab0f29b66d7a48ab566546835bb58ae68676 | 450: GetLineClip() | 450: GetLineClip()
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/1.1_Runs/VisualSelectionRanges.cs | bsd-2-clause | 1,590,543,203 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
public struct VisualSelectionRangeSnapShot
{
public readonly int startLineNum;
public readonly int startColumnNum;
public re... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using PixelFarm.Drawing;
namespace LayoutFarm.TextEditing
{
public struct VisualSelectionRangeSnapShot
{
public readonly int startLineNum;
public readonly int startColumnNum;
public re... |
41cb84145f48f8f651f03ed24bbb04e1a7845e3a | 449.1: minor | 449.1: minor
| LayoutFarm/PixelFarm | src/PixelFarm/PaintLab.RenderTree.TextSurface/2.2_TextRenderBox/GlobalCaretController.cs | bsd-2-clause | 1,590,541,548 | //Apache2, 2014-present, WinterDev
using System;
using LayoutFarm.RenderBoxes;
using LayoutFarm.UI;
namespace LayoutFarm.TextEditing
{
static class GlobalCaretController
{
static bool _enableCaretBlink = true;//default
static TextEditRenderBox _currentTextBox;
static EventHandler<Graph... | //Apache2, 2014-present, WinterDev
using System;
using LayoutFarm.RenderBoxes;
using LayoutFarm.UI;
namespace LayoutFarm.TextEditing
{
static class GlobalCaretController
{
static bool _enableCaretBlink = true;//default
static TextEditRenderBox _currentTextBox;
static EventHandler<Graph... |
a193b2c5c4b3a8f17a02c1133a000f86c361d5fe | Fix bug where textbox cursor blink doesn't cause the control to redraw | Fix bug where textbox cursor blink doesn't cause the control to redraw
| Thraka/SadConsole | SadConsole/UI/Themes/TextBoxTheme.cs | mit | 1,590,541,215 | using System;
using System.Runtime.Serialization;
using SadConsole.UI.Controls;
using SadRogue.Primitives;
namespace SadConsole.UI.Themes
{
/// <summary>
/// A theme for the input box control.
/// </summary>
[DataContract]
public class TextBoxTheme : ThemeBase
{
private in... | using System;
using System.Runtime.Serialization;
using SadConsole.UI.Controls;
using SadRogue.Primitives;
namespace SadConsole.UI.Themes
{
/// <summary>
/// A theme for the input box control.
/// </summary>
[DataContract]
public class TextBoxTheme : ThemeBase
{
private in... |
351953fc108b196ed762a32345e2f5a86fe138de | fix unit test | fix unit test
Exclude CalendarInterval and FixedInterval on DateHistogramGroupSourceDescriptor
from needing to be nullable.
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests/CodeStandards/Descriptors.doc.cs | apache-2.0 | 1,590,540,813 | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions;
using Nest;
using Test... | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Linq;
using FluentAssertions;
using Nest;
using Test... |
b4ccd2e6dba24998236cd20b2faefc9c94d41823 | 449: textbox's bg | 449: textbox's bg
| LayoutFarm/PixelFarm | src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/2_Basic/2_TextBox.cs | bsd-2-clause | 1,590,540,215 | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using PixelFarm.Drawing;
using LayoutFarm.TextEditing;
using LayoutFarm.UI;
namespace LayoutFarm.CustomWidgets
{
public abstract class TextBoxBase : AbstractRectUI
{
protected TextSurfaceEventListene... | //Apache2, 2014-present, WinterDev
using System;
using System.Collections.Generic;
using System.Text;
using PixelFarm.Drawing;
using LayoutFarm.TextEditing;
using LayoutFarm.UI;
namespace LayoutFarm.CustomWidgets
{
public abstract class TextBoxBase : AbstractRectUI
{
protected TextSurfaceEventListene... |
c698939cbca4d4a8757492f3a890ac61bd50f2bd | Localized the orders grid | Localized the orders grid
| HotcakesCommerce/core,HotcakesCommerce/core | Website/DesktopModules/Hotcakes/Core/Admin/Orders/Default.aspx.cs | mit | 1,590,538,853 | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software"),... | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software"),... |
d1b9e6e1dbe0556bcd43a1c801051371899aa8a0 | #1299 #1295 Fix problem of parsing data | #1299 #1295 Fix problem of parsing data
All images should now load properly
| NPBruce/valkyrie,NPBruce/valkyrie | unity/Assets/Scripts/Game.cs | apache-2.0 | 1,590,536,954 | using UnityEngine;
using System.Collections.Generic;
using Assets.Scripts.Content;
using Assets.Scripts.UI.Screens;
using Assets.Scripts.UI;
using Assets.Scripts;
using ValkyrieTools;
using Ionic.Zip;
using System.IO;
// General controller for the game
// There is one object of this class and it is used to find most ... | using UnityEngine;
using System.Collections.Generic;
using Assets.Scripts.Content;
using Assets.Scripts.UI.Screens;
using Assets.Scripts.UI;
using Assets.Scripts;
using ValkyrieTools;
using Ionic.Zip;
using System.IO;
// General controller for the game
// There is one object of this class and it is used to find most ... |
9bbe06004255e6a30d6e913600a1b6008a1bf8cf | missing null-coalescing | missing null-coalescing
| maxtoroq/XCST-a,maxtoroq/XCST-a | src/Xcst.AspNet/AntiXsrf/AntiForgeryConfig.cs | apache-2.0 | 1,590,534,862 | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.ComponentModel;
using System.Text;
namespace System.Web.Helpers {
/// <summary>
/// Provides programmatic configuration for the anti-forgery token system.
/// </... | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System.ComponentModel;
using System.Text;
namespace System.Web.Helpers {
/// <summary>
/// Provides programmatic configuration for the anti-forgery token system.
/// </... |
35b179274b0083ece178485282b370153f537c0e | Fix error caused by distraction | Fix error caused by distraction
| Xeeynamo/KingdomHearts | OpenKh.Game/States/MapState.cs | mit | 1,590,534,854 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
... |
c5c822a0281598e59a163ffca910460e096be842 | Update Shell.cs | Update Shell.cs | ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.API/Shell.cs | mit | 1,590,534,391 | using ElectronNET.API.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System.Threading.Tasks;
using ElectronNET.API.Extensions;
namespace ElectronNET.API
{
/// <summary>
/// Manage files and URLs using their default applications.
/// </summary>
p... | using ElectronNET.API.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using System.Threading.Tasks;
using ElectronNET.API.Extensions;
namespace ElectronNET.API
{
/// <summary>
/// Manage files and URLs using their default applications.
/// </summary>
p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.