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
8035586c0468e79a96786dc4870a11c58e59cb9c
add notes for LBP games
add notes for LBP games fixes #616
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs
lgpl-2.1
1,593,606,450
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
87e74431b338f25e6407b7cc4e55073bddc4ba17
Updated with thirdspring data
Updated with thirdspring data
sector3studios/r3e-api,sector3studios/r3e-api
sample-csharp/src/R3E.cs
unlicense
1,593,604,026
using System; using System.Runtime.InteropServices; namespace R3E { class Constant { public const string SharedMemoryName = "$R3E"; enum VersionMajor { // Major version number to test against R3E_VERSION_MAJOR = 2 }; enum VersionM...
using System; using System.Runtime.InteropServices; namespace R3E { class Constant { public const string SharedMemoryName = "$R3E"; enum VersionMajor { // Major version number to test against R3E_VERSION_MAJOR = 2 }; enum VersionM...
31553e71e6e083bcec053ad4d7f8b6279afa2f3f
Updated with IncidentPoints
Updated with IncidentPoints
sector3studios/r3e-api,sector3studios/r3e-api
sample-csharp/src/R3E.cs
unlicense
1,593,603,670
using System; using System.Runtime.InteropServices; namespace R3E { class Constant { public const string SharedMemoryName = "$R3E"; enum VersionMajor { // Major version number to test against R3E_VERSION_MAJOR = 2 }; enum VersionM...
using System; using System.Runtime.InteropServices; namespace R3E { class Constant { public const string SharedMemoryName = "$R3E"; enum VersionMajor { // Major version number to test against R3E_VERSION_MAJOR = 2 }; enum VersionM...
f486e94454d0e79ff408d65afcf4325ab32b5709
Support parsing standalone pdbs which is useful for snupkg
Support parsing standalone pdbs which is useful for snupkg
NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer
Core/AssemblyMetadata/AssemblyDebugParser.cs
mit
1,593,603,575
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; using System.Security.Cryptography; using System.Text; using Micros...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; using System.Security.Cryptography; using System.Text; using Micros...
ab1eb469af357ecde23288cd14294e91c54dbe7e
removed unneeded null checks
removed unneeded null checks
NeoAdonis/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu
osu.Game/Screens/Play/PauseOverlay.cs
mit
1,593,603,023
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
ab134c0ed7f92a2c83a503c679a18d1af1e8a1bc
removed unneeded information in a comment
removed unneeded information in a comment
UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu
osu.Game/Screens/Play/PauseOverlay.cs
mit
1,593,602,853
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
7da8a4a33745ba2cf556b42c9e6675065fb40431
Simplify code
Simplify code
Fody/MethodDecorator
MethodDecorator.Fody/MethodEditContext.cs
mit
1,593,602,308
using System; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; #nullable enable sealed class MethodEditContext : IDisposable { private readonly MethodDefinition? _method; private readonly DebugInformationContext? _debugInformationContext; public MethodEditContext(MethodDefinition method)...
using System; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; #nullable enable sealed class MethodEditContext : IDisposable { private readonly MethodDefinition? _method; private readonly DebugInformationContext? _debugInformationContext; public MethodEditContext(Metho...
032f9b69c182b02fd884434691f645d1b8b50844
Simplify code
Simplify code
Fody/MethodDecorator
MethodDecorator.Fody/MethodEditContext.cs
mit
1,593,602,308
using System; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; #nullable enable sealed class MethodEditContext : IDisposable { private readonly MethodDefinition? _method; private readonly DebugInformationContext? _debugInformationContext; public MethodEditContext(Metho...
using System; using System.Linq; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; #nullable enable sealed class MethodEditContext : IDisposable { private readonly MethodDefinition? _method; private readonly DebugInformationContext? _debugInformationContext; public MethodEditContext(Metho...
d291763b054377eeae96e947c0cde9f95c0c3e79
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,600,310
#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-...
32943d1a22c24cdf6206f158a9d9993c93313b50
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,600,242
#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-...
95f8518d9f37f5551ec90ed8f03a667f6194bed4
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,600,065
#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-...
25bbafcf20503169458066b198e1dac6027db132
[Modify] Rename it
[Modify] Rename it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,599,958
#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-...
5ddf54bb533dc353e17be3101b32493ffb056d6c
fix enumerator (#1744)
fix enumerator (#1744) Co-authored-by: Tommo-L <5c7fb4650c990e1c41cf5fbcddce0649d197c3f8@neo.org>
AntShares/AntShares
src/neo/SmartContract/ApplicationEngine.Enumerator.cs
mit
1,593,599,786
using Neo.SmartContract.Enumerators; using Neo.SmartContract.Iterators; using Neo.VM.Types; using System; using Array = Neo.VM.Types.Array; namespace Neo.SmartContract { partial class ApplicationEngine { public static readonly InteropDescriptor System_Enumerator_Create = Register("System.Enumerator.Cre...
using Neo.SmartContract.Enumerators; using Neo.SmartContract.Iterators; using Neo.VM.Types; using System; using Array = Neo.VM.Types.Array; namespace Neo.SmartContract { partial class ApplicationEngine { public static readonly InteropDescriptor System_Enumerator_Create = Register("System.Enumerator.Cre...
81997fe1bab112549d2eb0c8ac2a9e7c5035b22d
rename test
rename test
adamhathcock/sharpcompress,adamhathcock/sharpcompress
tests/SharpCompress.Test/Rar/RarArchiveTests.cs
mit
1,593,598,221
using System.IO; using System.Linq; using SharpCompress.Archives; using SharpCompress.Archives.Rar; using SharpCompress.Common; using SharpCompress.Readers; using Xunit; namespace SharpCompress.Test.Rar { public class RarArchiveTests : ArchiveTests { [Fact] public void Rar_EncryptedFileAndHead...
using System.IO; using System.Linq; using SharpCompress.Archives; using SharpCompress.Archives.Rar; using SharpCompress.Common; using SharpCompress.Readers; using Xunit; namespace SharpCompress.Test.Rar { public class RarArchiveTests : ArchiveTests { [Fact] public void Rar_EncryptedFileAndHead...
2c4b20f233fb896e2d5ba79cb51c8568580eb749
#55: Only set WKT if field is enabled
#55: Only set WKT if field is enabled
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Express/Controls/CreateRdbmsCtl.cs
lgpl-2.1
1,593,598,054
#region LGPL Header // Copyright (C) 2010, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2010, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
4e839e4f1fb595740caa29f901f7072fc2858f23
Fix "welcome" intro test failure due to no wait logic
Fix "welcome" intro test failure due to no wait logic
NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game.Tests/Visual/Menus/TestSceneIntroWelcome.cs
mit
1,593,597,725
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Audio.Track; using osu.Framework.Screens; using osu.Game.Screens.Menu; namespace osu.Game.Tests.Visual.Menus { [TestFixtu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Screens; using osu.Game.Screens.Menu; namespace osu.Game.Tests.Visual.Menus { [TestFixture] public class TestSceneInt...
dbd42039875b0d3dcf4a8f84a94715628f03ff79
Hotfix to prevent a provider being able to see the Organisation agreements for all Providers.
Hotfix to prevent a provider being able to see the Organisation agreements for all Providers.
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/SFA.DAS.Commitments.Infrastructure/Data/CommitmentRepository.cs
mit
1,593,597,708
using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading.Tasks; using Dapper; using SFA.DAS.Commitments.Domain.Data; using SFA.DAS.Commitments.Domain.Entities; using SFA.DAS.Commitments.Domain.Interfaces; using SFA.DAS.Sql.Client; using SFA.DAS.Sql.Dapper; using CommitmentStatus =...
using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading.Tasks; using Dapper; using SFA.DAS.Commitments.Domain.Data; using SFA.DAS.Commitments.Domain.Entities; using SFA.DAS.Commitments.Domain.Interfaces; using SFA.DAS.Sql.Client; using SFA.DAS.Sql.Dapper; using CommitmentStatus =...
b8617806c35d7763026fce197773553f94ba4e59
[XCode] Only add one product per target, and its output file
[XCode] Only add one product per target, and its output file
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,593,597,570
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
49aa839872b5291e2df9011c410f8d72edf3823b
Update RulesetInputManager to use new method
Update RulesetInputManager to use new method
smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu
osu.Game/Rulesets/UI/RulesetInputManager.cs
mit
1,593,597,251
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; usi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; usi...
5f577797a7dd491d8ccecd49b28967ca826eb038
Expose transform helpers in SkinnableSound
Expose transform helpers in SkinnableSound
ppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu
osu.Game/Skinning/SkinnableSound.cs
mit
1,593,596,460
// 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.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework....
856cf0c9e227f053aef6a2886aad7c0ebcac326e
Fix - Corrette notifiche composizione partenza
Fix - Corrette notifiche composizione partenza
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/ComposizionePartenza/NotificationConfermaPartenze.cs
agpl-3.0
1,593,595,579
//----------------------------------------------------------------------- // <copyright file="NotificationAddPrenotazioneMezzo.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 Ge...
//----------------------------------------------------------------------- // <copyright file="NotificationAddPrenotazioneMezzo.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 Ge...
af4095d7d4a50ebe194afda3ac2fa6602e411114
Changed getting strategy to required
Changed getting strategy to required
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Hosting/DotvvmRequestContextExtensions.cs
apache-2.0
1,593,595,130
#nullable enable using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using DotVVM.Framework.Controls; using DotVVM.Framework.Storage; using System.Diagnostics; using System.Reflection; using System.Text.RegularExpressions; using DotVVM.Framew...
#nullable enable using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using DotVVM.Framework.Controls; using DotVVM.Framework.Storage; using System.Diagnostics; using System.Reflection; using System.Text.RegularExpressions; using DotVVM.Framew...
8ab70a401412b6a6ba8d64011b4bf8f1dc06543d
fixes in UnityController
fixes in UnityController
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/Rider/UnityController.cs
apache-2.0
1,593,593,540
using System; using System.Diagnostics; using System.Threading.Tasks; using JetBrains.Annotations; using JetBrains.Collections.Viewable; using JetBrains.Core; using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.Rd.Tasks; using JetBrains.ReSharper.Host.Features; using JetBrains.ReSharper.Host.Featur...
using System; using System.Diagnostics; using System.Threading.Tasks; using JetBrains.Annotations; using JetBrains.Collections.Viewable; using JetBrains.Core; using JetBrains.Lifetimes; using JetBrains.ProjectModel; using JetBrains.Rd.Tasks; using JetBrains.ReSharper.Host.Features; using JetBrains.ReSharper.Host.Featur...
cdcad94e9f0a8ce75c6be8572408795aaa6bde16
Handle exception thrown due to custom stoage on startup
Handle exception thrown due to custom stoage on startup
NeoAdonis/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu
osu.Game/IO/OsuStorage.cs
mit
1,593,593,249
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Threading; using osu.Framework.Logging; using osu.Framework.Platform; using osu.Game.Configuration; namesp...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Threading; using osu.Framework.Logging; using osu.Framework.Platform; using osu.Game.Configuration; namesp...
77f3a9da38f06776bcb6b927f15ac9662236a78f
Fix migration helper
Fix migration helper
tom-englert/ResXResourceManager,tom-englert/ResXResourceManager
src/ResXManager.Tests/UnitTest1.cs
mit
1,593,592,944
namespace ResXManager.Tests { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Newtonsoft.Json; using TomsToolbox.Composition; using TomsToolbox.Essentials; using Xunit; public class UnitTest1 ...
namespace ResXManager.Tests { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Newtonsoft.Json; using TomsToolbox.Composition; using TomsToolbox.Essentials; using Xunit; public class UnitTest1 ...
3d911e9a8b7ca927c759c54c1e6baf0f1fe0bb0c
Update WalletWasabi/TorSocks5/TorProcessManager.cs
Update WalletWasabi/TorSocks5/TorProcessManager.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/TorSocks5/TorProcessManager.cs
mit
1,593,592,683
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Exceptions; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.TorSocks5.Models.Fields....
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Exceptions; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.TorSocks5.Models.Fields....
e36163deed57683ac8bd507f76a0f5aaf2b7813b
PR feedback
PR feedback
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/ParsingPrimitives.cs
bsd-3-clause
1,593,592,349
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
924216f72231b685bc7933586b847a0ff089c3f3
X-Splunk-Request-Channel header added
X-Splunk-Request-Channel header added
manesiotise/serilog-sinks-splunk,serilog/serilog-sinks-splunk,manesiotise/serilog-sinks-splunk,manesiotise/serilog-sinks-splunk,serilog/serilog-sinks-splunk,serilog/serilog-sinks-splunk
src/Serilog.Sinks.Splunk/Sinks/Splunk/EventCollectorClient.cs
apache-2.0
1,593,592,165
// Copyright 2016 Serilog Contributors // // 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 a...
// Copyright 2016 Serilog Contributors // // 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 a...
ee121b52903c2dbcdf04a5821e8ea6ff59aac270
set endtime only for succeeded jobs
set endtime only for succeeded jobs
Terradue/DotNetTep,Terradue/DotNetTep
Terradue.Tep/Terradue/Tep/Controller/Service/WpsJob.cs
agpl-3.0
1,593,591,885
using System; using Terradue.Portal; using System.Collections.Generic; using Terradue.OpenSearch; using Terradue.OpenSearch.Result; using System.Collections.Specialized; using Terradue.ServiceModel.Syndication; using System.Xml; using System.IO; using System.Net; using ServiceStack.Common.Web; using Terradue.Servic...
using System; using Terradue.Portal; using System.Collections.Generic; using Terradue.OpenSearch; using Terradue.OpenSearch.Result; using System.Collections.Specialized; using Terradue.ServiceModel.Syndication; using System.Xml; using System.IO; using System.Net; using ServiceStack.Common.Web; using Terradue.Servic...
52bf020ee52d70d7328aea1b0ef37ec84d2213a0
Provide Sitemap-URLs of active products only
Provide Sitemap-URLs of active products only
HotcakesCommerce/core,HotcakesCommerce/core
Libraries/Hotcakes.Commerce.Dnn/Providers/ProductsSitemapProvider.cs
mit
1,593,591,419
#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")...
033400e7ca4b46bdb3e3b0bb12743c7af4fe7443
Use the Dictionary deconstructing iteration
Use the Dictionary deconstructing iteration
Tragetaschen/DbusCore
src/Dbus.CodeGenerator/Generator.Consume.Properties.cs
mit
1,593,591,155
using System; using System.Reflection; using System.Text; namespace Dbus.CodeGenerator { public static partial class Generator { private static StringBuilder consumeProperties(PropertyInfo[] properties, string interfaceName) { var builder = new StringBuilder() .Appe...
using System; using System.Reflection; using System.Text; namespace Dbus.CodeGenerator { public static partial class Generator { private static StringBuilder consumeProperties(PropertyInfo[] properties, string interfaceName) { var builder = new StringBuilder() .Appe...
ac40fc9ffd6551350ba06918edebe8956e4cab96
Invoke the property changed event handlers after _all_ cache properties were updated
Invoke the property changed event handlers after _all_ cache properties were updated
Tragetaschen/DbusCore
src/Dbus.CodeGenerator/Generator.Consume.Properties.cs
mit
1,593,591,113
using System; using System.Reflection; using System.Text; namespace Dbus.CodeGenerator { public static partial class Generator { private static StringBuilder consumeProperties(PropertyInfo[] properties, string interfaceName) { var builder = new StringBuilder() .Appe...
using System; using System.Reflection; using System.Text; namespace Dbus.CodeGenerator { public static partial class Generator { private static StringBuilder consumeProperties(PropertyInfo[] properties, string interfaceName) { var builder = new StringBuilder() .Appe...
8d2af508081b9dfe27b5051e7a20280d925fd7a2
Add failing tests for #3552.
Add failing tests for #3552.
jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,akrisiun/Perspex,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,j...
tests/Avalonia.Markup.Xaml.UnitTests/Xaml/StyleTests.cs
mit
1,593,590,749
using System.Xml; using Avalonia.Controls; using Avalonia.Markup.Data; using Avalonia.Markup.Xaml.Styling; using Avalonia.Markup.Xaml.Templates; using Avalonia.Media; using Avalonia.Styling; using Avalonia.UnitTests; using Xunit; namespace Avalonia.Markup.Xaml.UnitTests.Xaml { public class StyleTests : XamlTestBas...
using System.Xml; using Avalonia.Controls; using Avalonia.Markup.Data; using Avalonia.Markup.Xaml.Styling; using Avalonia.Markup.Xaml.Templates; using Avalonia.Media; using Avalonia.Styling; using Avalonia.UnitTests; using Xunit; namespace Avalonia.Markup.Xaml.UnitTests.Xaml { public class StyleTests : XamlTestBas...
94ee530b765ac64c166f3001d0e52eb71526f218
Add DateTime2 timestamp json format test
Add DateTime2 timestamp json format test
serilog/serilog-sinks-mssqlserver,serilog/serilog-sinks-mssqlserver
test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Output/JsonLogEventFormatterTests.cs
apache-2.0
1,593,590,103
using System; using System.Collections.Generic; using System.Data; using System.IO; using Serilog.Events; using Serilog.Parsing; using Serilog.Sinks.MSSqlServer.Output; using Serilog.Sinks.MSSqlServer.Tests.TestUtils; using Xunit; namespace Serilog.Sinks.MSSqlServer.Tests.Output { [Trait(TestCategory.TraitName, Te...
using System; using System.Collections.Generic; using System.Data; using System.IO; using Serilog.Events; using Serilog.Parsing; using Serilog.Sinks.MSSqlServer.Output; using Serilog.Sinks.MSSqlServer.Tests.TestUtils; using Xunit; namespace Serilog.Sinks.MSSqlServer.Tests.Output { [Trait(TestCategory.TraitName, T...
7cf013ead20bda0a2efb55274645f7518177734d
fix SimplifyOrs
fix SimplifyOrs
signumsoftware/framework,signumsoftware/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,AlejandroCano/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/framework,signumsoftware/framework
Signum.Engine.Extensions/Authorization/TypeAuthLogic.Conditions.cs
mit
1,593,589,302
using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using ...
using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Entities.DynamicQuery; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using ...
87c34e69cba2d0e46b468613d459ccccb0a9f922
Improve OK packet parsing. Fixes #842
Improve OK packet parsing. Fixes #842 Be more robust when a server sets a flag that implies the existence of extra data, but doesn't actually send the data.
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/Protocol/Payloads/OkPayload.cs
mit
1,593,588,386
using System; using System.Text; using MySqlConnector.Protocol.Serialization; using MySqlConnector.Utilities; namespace MySqlConnector.Protocol.Payloads { internal sealed class OkPayload { public int AffectedRowCount { get; } public ulong LastInsertId { get; } public ServerStatus ServerStatus { get; } public...
using System; using System.Text; using MySqlConnector.Protocol.Serialization; using MySqlConnector.Utilities; namespace MySqlConnector.Protocol.Payloads { internal sealed class OkPayload { public int AffectedRowCount { get; } public ulong LastInsertId { get; } public ServerStatus ServerStatus { get; } public...
1829efabdd284dfd4b8fede81f3e91288e3e2a71
add PlatformMask to PrefsKVSPathCustom
add PlatformMask to PrefsKVSPathCustom need Inspector UI
fuqunaga/PrefsGUI
Runtime/PrefsKVSPathCustom.cs
mit
1,593,587,555
using System; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; namespace PrefsGUI.KVS { /// <summary> /// Custom File Path for PrefsKVS /// Rerative to Application.dataPath /// you can use magic path /// - %dataPath% -> Application.dataPath /// - %companyName% -> App...
using System; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; namespace PrefsGUI.KVS { /// <summary> /// Custom File Path for PrefsKVS /// Rerative to Application.dataPath /// you can use magic path /// - %dataPath% -> Application.dataPath /// - %companyName% -> App...
1688b5a30b22dd5f2ebabddf27ee7b8b1ec33ff2
ClientCollection builder methods returns with client (#13437)
ClientCollection builder methods returns with client (#13437)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Identity/ApiAuthorization.IdentityServer/src/Options/ClientCollection.cs
apache-2.0
1,593,586,826
// 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 IdentityServer4.Models; using System; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Microsoft.AspNetCore.ApiA...
// 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 IdentityServer4.Models; using System; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Microsoft.AspNetCore.ApiA...
0498b7e6d93044c27868ca61ddac6a582264b68b
Use ShapeFactory as binding (#6532)
Use ShapeFactory as binding (#6532)
stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2
src/OrchardCore/OrchardCore.DisplayManagement/Zones/ZoneShapes.cs
bsd-3-clause
1,593,586,628
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Html; using Microsoft.Extensions.DependencyInjection; using OrchardCore.DisplayManagement.Descriptors; using OrchardCore.DisplayManagement.Implementation; using OrchardCore.DisplayManagement.Shape...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Html; using Microsoft.Extensions.DependencyInjection; using OrchardCore.DisplayManagement.Descriptors; using OrchardCore.DisplayManagement.Implementation; using OrchardCore.DisplayManagement.Shape...
078cf0f5deb57e91ba5ce989880d1c4b7a9f0cb0
added better error message when looking up the IDatabaseFacadeRepository implementation
added better error message when looking up the IDatabaseFacadeRepository implementation
thomasduft/microwf,thomasduft/microwf
src/microwf.Infrastructure/Services/WorkflowEngineService.cs
mit
1,593,586,600
using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using tomware.Microwf.Core; using tomware.Microwf.Domain; namespace tomware.Microwf.Infrastructure { public class WorkflowEngineService : IWorkflowEngineService ...
using Microsoft.Extensions.Logging; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using tomware.Microwf.Core; using tomware.Microwf.Domain; namespace tomware.Microwf.Infrastructure { public class WorkflowEngineService : IWorkflowEngineService ...
bd10faef3864b4ceae83fa5b78ae6ebdcd3cf3cb
change CICLE by ALREADY
change CICLE by ALREADY
signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework
Signum.Entities/ObjectDumper.cs
mit
1,593,585,354
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Signum.Utilities; using System.Collections; using Signum.Utilities.ExpressionTrees; using System.Reflection; using Signum.Entities.Reflection; using Signum.Entities.Basics; using Signum.Utilities.DataStructures; nam...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Signum.Utilities; using System.Collections; using Signum.Utilities.ExpressionTrees; using System.Reflection; using Signum.Entities.Reflection; using Signum.Entities.Basics; using Signum.Utilities.DataStructures; nam...
45c8850389025a28213bc5a8cdd536138693feba
use BinaryPrimitives.WriteUInt64LittleEndian
use BinaryPrimitives.WriteUInt64LittleEndian
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,593,582,722
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
fa5861123cc65b0bdfcba126b3814839588e5e9c
Fix detection of number type in js lexer
Fix detection of number type in js lexer
akatakritos/PygmentSharp
src/PygmentSharp/PygmentSharp.Tests/Lexing/JavascriptLexerTests.cs
mit
1,593,577,351
using System; using System.Collections.Generic; using System.Linq; using NFluent; using PygmentSharp.Core.Lexing; using PygmentSharp.Core.Tokens; using Xunit; namespace PygmentSharp.UnitTests.Lexing { public class JavascriptLexerTests { [Fact] public void Sample1() { con...
using System; using System.Collections.Generic; using System.Linq; using NFluent; using PygmentSharp.Core.Lexing; using PygmentSharp.Core.Tokens; using Xunit; namespace PygmentSharp.UnitTests.Lexing { public class JavascriptLexerTests { [Fact] public void Sample1() { con...
c597d9459e1021dd9bb50ebbeffe7b2bfb393698
type fixes
type fixes
hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver
hybrasyl/Book.cs
agpl-3.0
1,593,573,222
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but ...
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but ...
292bec1d13125441f910dfb4f1de7c7859fb4923
Added hash values for Ubuntu 20.04.
Added hash values for Ubuntu 20.04.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Api.Tests/DataSources/EncodeValidFileDataSource.cs
agpl-3.0
1,593,571,571
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
29400a29e0710e637e6130407a5cdc854339cd63
Fix call pattern that throws. (#6626)
Fix call pattern that throws. (#6626) * Fix call pattern that throws. Change from related activity ids to actually setting the activity id for the current event being logged. * Avoid allocations in EventSourceEvents Co-authored-by: ReubenBond <53f7fad76f2b82d4216dbc765cd1fbe06787e26d@microsoft.com>
amccool/orleans,jthelin/orleans,galvesribeiro/orleans,yevhen/orleans,veikkoeeva/orleans,hoopsomuah/orleans,galvesribeiro/orleans,yevhen/orleans,waynemunro/orleans,ReubenBond/orleans,yevhen/orleans,galvesribeiro/orleans,dotnet/orleans,ElanHasson/orleans,hoopsomuah/orleans,waynemunro/orleans,hoopsomuah/orleans,benjaminpe...
src/Orleans.Core/Diagnostics/EventSourceEvents.cs
mit
1,593,570,484
using System; using System.Diagnostics.Tracing; namespace Orleans.Runtime { [EventSource(Name = "Microsoft-Orleans-CallBackData")] internal sealed class OrleansCallBackDataEvent : EventSource { public static readonly OrleansCallBackDataEvent Log = new OrleansCallBackDataEvent(); [NonEvent]...
using System; using System.Diagnostics.Tracing; namespace Orleans.Runtime { [EventSource(Name = "Microsoft-Orleans-CallBackData")] internal sealed class OrleansCallBackDataEvent : EventSource { public static readonly OrleansCallBackDataEvent Log = new OrleansCallBackDataEvent(); [NonEvent]...
941f4025708aee8c74ef95585dd9f441aa37ebf0
Correct typo and broader applicability. (#742)
Correct typo and broader applicability. (#742)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/pipeline-witness/Azure.Sdk.Tools.PipelineWitness/Services/FailureAnalysis/DownloadSecretsFailureClassifier.cs
mit
1,593,568,772
using Microsoft.TeamFoundation.Build.WebApi; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis { public class DownloadSecretsFailureClassifier...
using Microsoft.TeamFoundation.Build.WebApi; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis { public class DownloadSecretsFailureClassifier...
2be90fe6f91fa18fff7f4e503756368beb831791
fixing corruption of aabb during arrange all
fixing corruption of aabb during arrange all
jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/PartPreviewWindow/PlatingHelper.cs
bsd-2-clause
1,593,566,276
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
3d19f4b681681c3aac573e8c861e7ea5bd92eeb6
Fixed annotations
Fixed annotations
nameless323/KiotoEngine,nameless323/KiotoEngine
ShaderInputsParser/ShaderInputsParser/Source/Visitors/AnnotationsVisitor.cs
mit
1,593,564,217
using antlrGenerated; using System; using System.Collections.Generic; using System.Text; namespace ShaderInputsParserApp.Source { struct Annotation { public string Name; public string Value; } class AnnotationsVisitor : ShaderInputsParserBaseVisitor<string> { public overrid...
using antlrGenerated; using System; using System.Collections.Generic; using System.Text; namespace ShaderInputsParserApp.Source { struct Annotation { public string Name; public string Value; } class AnnotationsVisitor : ShaderInputsParserBaseVisitor<string> { public overrid...
b10dc6c17257b5078069d212e2792a0e073ba927
Check for UnityEditor core module reference
Check for UnityEditor core module reference
JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity
resharper/resharper-unity/src/ProjectModel/UnityReferencesTracker.cs
apache-2.0
1,593,563,419
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using JetBrains.Application.changes; using JetBrains.Collections; using JetBrains.Collections.Viewable; using JetBrains.Diagnostics; using JetBrains.Lifetimes; using JetBrains.Metadata.Utils; using JetBrains.ProjectModel; using JetBrains...
using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using JetBrains.Application.changes; using JetBrains.Collections; using JetBrains.Collections.Viewable; using JetBrains.Diagnostics; using JetBrains.Lifetimes; using JetBrains.Metadata.Utils; using JetBrains.ProjectModel; using JetBrains...
4b5aed52f4796032d7df48696c4c35425a942326
Disable net.interp in SimplePredictReconcileTest.cs
Disable net.interp in SimplePredictReconcileTest.cs Since it doesn't work and I just changed the engine default and this broke everything.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.IntegrationTests/Tests/Networking/SimplePredictReconcileTest.cs
mit
1,593,563,032
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Shared.GameObjects; using NUnit.Framework; using Robust.Client.GameObjects; using Robust.Client.Interfaces.GameStates; using Robust.Server.Interfaces.Player; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects....
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.Shared.GameObjects; using NUnit.Framework; using Robust.Client.GameObjects; using Robust.Client.Interfaces.GameStates; using Robust.Server.Interfaces.Player; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects....
c78a4dd63f3b60f67241fe923b66d259b70f5411
Quarantine ServerReset_BeforeRequestBody_ClientBodyThrows (#23541)
Quarantine ServerReset_BeforeRequestBody_ClientBodyThrows (#23541)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/Interop.FunctionalTests/HttpClientHttp2InteropTests.cs
apache-2.0
1,593,560,022
// 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.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using Sy...
// 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.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using Sy...
2679e3921fad6316be56e9c651fc0a6da9dc9a08
fix HasProfession and HasWalletItem token search not migrated by CP 1.15
fix HasProfession and HasWalletItem token search not migrated by CP 1.15
Pathoschild/StardewMods
ContentPatcher/Framework/Migrations/Migration_1_15_Rewrites.cs
mit
1,593,559,760
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text.RegularExpressions; using ContentPatcher.Framework.Conditions; using ContentPatcher.Framework.ConfigModels; using ContentPatcher.Framework.Lexing.LexTokens; using Pathoschild.Stardew.Common.Utilit...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text.RegularExpressions; using ContentPatcher.Framework.Conditions; using ContentPatcher.Framework.ConfigModels; using ContentPatcher.Framework.Lexing.LexTokens; using Pathoschild.Stardew.Common.Utilit...
3f4d114eb4e544d65f0fb5daa8dbf17461172867
Adds TestUploadBlob.
Adds TestUploadBlob.
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
tests/Estranged.Lfs.Tests/Adapter.S3/S3BlobAdapterTests.cs
mit
1,593,558,295
using Amazon.S3; using Estranged.Lfs.Adapter.S3; using Estranged.Lfs.Data; using Microsoft.Extensions.DependencyInjection; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Estranged.Lfs.Tests.Adapter.S3 { public class S3BlobAdapterTests { private IBlobAdapter CreateAdapter(...
using Amazon.S3; using Estranged.Lfs.Adapter.S3; using Estranged.Lfs.Data; using Microsoft.Extensions.DependencyInjection; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Estranged.Lfs.Tests.Adapter.S3 { public class S3BlobAdapterTests { private IBlobAdapter CreateAdapter(...
77fed4ff9b5b2b69c3d591cb15e9bcb956c606a5
Deal with obsolete key if we get one
Deal with obsolete key if we get one
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitEngine/nunit.engine/Runners/MasterTestRunner.cs
mit
1,593,557,720
// *********************************************************************** // Copyright (c) 2011-2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2011-2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
4838b41b24ec8cf41dd1d757eb943414f32d5e22
Add missing overloads for SearchMovies
Add missing overloads for SearchMovies Add other missing Search overloads Add obsolete marker for old search method Fixes #337
LordMike/TMDbLib
TMDbLib/Client/TMDbClientSearch.cs
mit
1,593,556,404
using System; using System.Threading; using System.Threading.Tasks; using TMDbLib.Objects.General; using TMDbLib.Objects.Search; using TMDbLib.Rest; namespace TMDbLib.Client { public partial class TMDbClient { private async Task<T> SearchMethod<T>(string method, string query, int page, string language...
using System.Threading; using System.Threading.Tasks; using TMDbLib.Objects.General; using TMDbLib.Objects.Search; using TMDbLib.Rest; namespace TMDbLib.Client { public partial class TMDbClient { public async Task<SearchContainer<SearchCollection>> SearchCollectionAsync(string query, int page = 0, Can...
c9a4543d02b0657240923cef0abdd3d75ca62b53
Skip failing time picker test
Skip failing time picker test
jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,wieslaws...
tests/Avalonia.Controls.UnitTests/TimePickerTests.cs
mit
1,593,555,842
using System; using System.Linq; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Platform; using Avalonia.UnitTests; using Avalonia.VisualTree; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class TimePickerTests { [Fact(Skip = "FIX ME ASAP")] ...
using System; using System.Linq; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Platform; using Avalonia.UnitTests; using Avalonia.VisualTree; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class TimePickerTests { [Fact] public void Se...
2171f966120a16586905cccd52b544620030d019
Updated hash values for AppleAAC on Windows/AMD.
Updated hash values for AppleAAC on Windows/AMD.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Api.Tests/DataSources/EncodeValidFileDataSource.cs
agpl-3.0
1,593,555,792
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
e05ce075854f477d8ebf366131e343ba62b354da
Switches s3Acceleration boolean to bool.Parse
Switches s3Acceleration boolean to bool.Parse
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
hosting/Estranged.Lfs.Hosting.Lambda/Startup.cs
mit
1,593,555,444
using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Estranged.Lfs.Api; using Estranged.Lfs.Adapter.S3; using Amazon.S3; using Estranged.Lfs.Data; using System.Collections.Generic; using Microsoft.Extensions.Configuration; using System; ...
using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Estranged.Lfs.Api; using Estranged.Lfs.Adapter.S3; using Amazon.S3; using Estranged.Lfs.Data; using System.Collections.Generic; using Microsoft.Extensions.Configuration; using System; ...
b2548280f0d314c624928eb7ffcb6f82c168bb87
Remove using
Remove using
steven-r/Oberon0Compiler,steven-r/Oberon0Compiler
oberon0/Types/BaseTypes.cs
mit
1,593,555,070
#region copyright // -------------------------------------------------------------------------------------------------------------------- // <copyright file="BaseTypes.cs" company="Stephen Reindl"> // Copyright (c) Stephen Reindl. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the proje...
#region copyright // -------------------------------------------------------------------------------------------------------------------- // <copyright file="BaseTypes.cs" company="Stephen Reindl"> // Copyright (c) Stephen Reindl. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the projec...
2c932e091ba4c5d102e2c7f839cdff641d64ebae
Added character based range tracking plus the manual..
Added character based range tracking plus the manual..
Slazanger/SMT,Slazanger/SMT
RegionControl.xaml.cs
mit
1,593,554,947
using SMT.EVEData; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using WpfHelpers.ResourceUsag...
using SMT.EVEData; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using WpfHelpers.ResourceUsag...
a29ea4a01062181f43cf88eb4cb85de316f3687b
Added null check for action argument in WaitFor function
Added null check for action argument in WaitFor function
riganti/selenium-utils,riganti/selenium-utils,riganti/test-utils,riganti/selenium-utils,riganti/selenium-utils,riganti/test-utils
src/Core/Riganti.Selenium.Core/BrowserWrapper.cs
apache-2.0
1,593,554,688
using OpenQA.Selenium; using System; using System.Diagnostics; using System.Linq; using System.Net; using System.Threading; using System.Xml.Schema; using OpenQA.Selenium.Interactions; using OpenQA.Selenium.Support.UI; using Riganti.Selenium.Core.Abstractions; using Riganti.Selenium.Core.Abstractions.Exceptions; using...
using OpenQA.Selenium; using System; using System.Diagnostics; using System.Linq; using System.Net; using System.Threading; using System.Xml.Schema; using OpenQA.Selenium.Interactions; using OpenQA.Selenium.Support.UI; using Riganti.Selenium.Core.Abstractions; using Riganti.Selenium.Core.Abstractions.Exceptions; using...
541c5b5416c32f213f703ed422904c02df29b523
Lucene.Net.Tests.QueryParser.Classic.TestQueryParser::TestProtectedCtors(): Reflection doesn't throw exceptions when it cannot find a constructor in .NET, we need to test for null instead. (#301)
Lucene.Net.Tests.QueryParser.Classic.TestQueryParser::TestProtectedCtors(): Reflection doesn't throw exceptions when it cannot find a constructor in .NET, we need to test for null instead. (#301)
NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,sisve/lucenenet
src/Lucene.Net.Tests.QueryParser/Classic/TestQueryParser.cs
apache-2.0
1,593,554,316
using Lucene.Net.Analysis; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Documents; using Lucene.Net.QueryParsers.Flexible.Standard; using Lucene.Net.QueryParsers.Util; using Lucene.Net.Search; using Lucene.Net.Support; using NUnit.Framework; using System; using System.Diagnostics; using System.Globaliza...
using Lucene.Net.Analysis; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Documents; using Lucene.Net.QueryParsers.Flexible.Standard; using Lucene.Net.QueryParsers.Util; using Lucene.Net.Search; using Lucene.Net.Support; using NUnit.Framework; using System; using System.Diagnostics; using System.Globaliza...
178faadc07b129ba16197e3ca24391288d436d1b
Lucene.Net.Tests.Index.TestIndexWriterExceptions::TestExceptionDocumentsWriterInit(): Fixed issue with swallowing NUnit's AssertionException by using Assert.Throws.
Lucene.Net.Tests.Index.TestIndexWriterExceptions::TestExceptionDocumentsWriterInit(): Fixed issue with swallowing NUnit's AssertionException by using Assert.Throws.
jeme/lucenenet,sisve/lucenenet,sisve/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.Tests/Index/TestIndexWriterExceptions.cs
apache-2.0
1,593,554,316
using J2N.Threading; using J2N.Threading.Atomic; using Lucene.Net.Analysis; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Util; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Threadi...
using J2N.Threading; using J2N.Threading.Atomic; using Lucene.Net.Analysis; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Util; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Threadi...
3b92a598d63cc5e705da41b9ed82e83bddba3e3f
Lucene.Net.Analysis.Tokenizer: Allow enabling "asserts" for testing
Lucene.Net.Analysis.Tokenizer: Allow enabling "asserts" for testing
sisve/lucenenet,jeme/lucenenet,sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet
src/Lucene.Net/Analysis/Tokenizer.cs
apache-2.0
1,593,554,316
using System; using System.Diagnostics; using System.IO; namespace Lucene.Net.Analysis { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownershi...
using System; using System.Diagnostics; using System.IO; namespace Lucene.Net.Analysis { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownershi...
20f03a04028a187f0c99b80cb88dedb29af6c3b4
Lucene.Net.TestFramework: Added additional overloads of Assert.Throws to supply messages
Lucene.Net.TestFramework: Added additional overloads of Assert.Throws to supply messages
apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.TestFramework.NUnit/Support/TestFramework/Assert.cs
apache-2.0
1,593,554,316
using J2N.Text; using Lucene.Net.Support; using Lucene.Net.Support.IO; using System; using System.Collections.Generic; using System.Linq; using _NUnit = NUnit.Framework; using JCG = J2N.Collections.Generic; namespace Lucene.Net.TestFramework { /* * Licensed to the Apache Software Foundation (ASF) under one o...
using J2N.Text; using Lucene.Net.Support; using Lucene.Net.Support.IO; using System; using System.Collections.Generic; using System.Linq; using _NUnit = NUnit.Framework; using JCG = J2N.Collections.Generic; namespace Lucene.Net.TestFramework { /* * Licensed to the Apache Software Foundation (ASF) under one o...
e542efdc09153df3c32ab5a09c2d72f54be4c321
your hands should damage stuff
your hands should damage stuff
baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver,hybrasyl/server
hybrasyl/FormulaParser.cs
agpl-3.0
1,593,554,197
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
508389f6ad3478c04482debbbd0f454e0fa16a60
Lucene.Net.Util.Automaton.DacuikMihovAutomatonBuilder: Reduce the number of zero length array allocations (#295, #261)
Lucene.Net.Util.Automaton.DacuikMihovAutomatonBuilder: Reduce the number of zero length array allocations (#295, #261)
NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet
src/Lucene.Net/Util/Automaton/DaciukMihovAutomatonBuilder.cs
apache-2.0
1,593,553,826
using J2N; using J2N.Text; using J2N.Runtime.CompilerServices; using System; using System.Collections.Generic; using System.Diagnostics; using JCG = J2N.Collections.Generic; using Arrays = Lucene.Net.Support.Arrays; namespace Lucene.Net.Util.Automaton { /* * Licensed to the Apache Software Foundation (ASF) un...
using J2N; using J2N.Text; using J2N.Runtime.CompilerServices; using System; using System.Collections.Generic; using System.Diagnostics; using JCG = J2N.Collections.Generic; using Arrays = Lucene.Net.Support.Arrays; namespace Lucene.Net.Util.Automaton { /* * Licensed to the Apache Software Foundation (ASF) un...
b66279b4112377bc83352e4e883c53e8617d9749
Lucene.Net.TestFramework:RandomExtensions: Added missing overload of NextInt64(long) to choose only max upper bound
Lucene.Net.TestFramework:RandomExtensions: Added missing overload of NextInt64(long) to choose only max upper bound
sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.TestFramework/Support/RandomExtensions.cs
apache-2.0
1,593,553,826
using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Text.RegularExpressions; using J2N.Numerics; namespace Lucene.Net { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor l...
using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Text.RegularExpressions; namespace Lucene.Net { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. ...
793fea9e40e00f7410421d2054a83432d92ac8df
Lucene.Net.TestFramework.Util.LuceneTestCase: Cache codecType and similarityName as strings so they don't have to be regenerated on each test (#261, #295)
Lucene.Net.TestFramework.Util.LuceneTestCase: Cache codecType and similarityName as strings so they don't have to be regenerated on each test (#261, #295)
sisve/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet
src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
apache-2.0
1,593,553,826
using Lucene.Net.Analysis; using Lucene.Net.Codecs; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Index.Extensions; using Lucene.Net.Randomized; using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Support.IO; using L...
using Lucene.Net.Analysis; using Lucene.Net.Codecs; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Index.Extensions; using Lucene.Net.Randomized; using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Support.IO; using L...
7550f368c7d746615e52d286d21c7a8c0fdd8335
Lucene.Net.Tests.Index.TestDocumentsWriterDeleteQueue: Updated comparisons to reduce memory allocations (#261)
Lucene.Net.Tests.Index.TestDocumentsWriterDeleteQueue: Updated comparisons to reduce memory allocations (#261)
NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet
src/Lucene.Net.Tests/Index/TestDocumentsWriterDeleteQueue.cs
apache-2.0
1,593,553,826
using J2N.Threading; using J2N.Threading.Atomic; using Lucene.Net.Search; using Lucene.Net.Support.Threading; using NUnit.Framework; using System; using System.Collections.Generic; using System.Reflection; using System.Threading; using Assert = Lucene.Net.TestFramework.Assert; using JCG = J2N.Collections.Generic; name...
using J2N.Threading; using J2N.Threading.Atomic; using Lucene.Net.Search; using Lucene.Net.Support.Threading; using NUnit.Framework; using System; using System.Collections.Generic; using System.Reflection; using System.Threading; using Assert = Lucene.Net.TestFramework.Assert; using JCG = J2N.Collections.Generic; name...
308614837094d1bed4d6dbc70ee785e0c30cc94d
Lucene.Net.Index.Term: Optimized equality checking (#295, #261)
Lucene.Net.Index.Term: Optimized equality checking (#295, #261)
jeme/lucenenet,jeme/lucenenet,sisve/lucenenet,apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,apache/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet
src/Lucene.Net/Index/Term.cs
apache-2.0
1,593,553,826
using J2N.Text; using System; using System.Text; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * T...
using J2N.Text; using System; using System.Text; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * T...
1f24d317b1c3cefbe76af15763653dd3237549aa
Lucene.Net.TestFramework.Randomized.Generators.RandomInts::RandomInt32Between(): Debug.Assert needs to be compiled out of the build in this case to avoid performance issues with its string formatting (#295, #261)
Lucene.Net.TestFramework.Randomized.Generators.RandomInts::RandomInt32Between(): Debug.Assert needs to be compiled out of the build in this case to avoid performance issues with its string formatting (#295, #261)
sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet
src/Lucene.Net.TestFramework/Support/Randomized/Generators/RandomInts.cs
apache-2.0
1,593,553,826
using Lucene.Net.Support; using System; using System.Diagnostics; using System.Globalization; // LUCENENET NOTE: The asserts here need to be from System.Diagnostics, since they are not meant for end users. //using Debug = Lucene.Net.Diagnostics.Debug; namespace Lucene.Net.Randomized.Generators { /* * Licensed...
using Lucene.Net.Support; using System; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lucene.Net.Randomized.Generators { /* * Licensed to the Apache Software Foundation (ASF) under one o...
b76dc8150d63547991802da35dd7ed5698c7e8f9
Lucene.Net.Tests.Util.TestIdentityHashSet: Use non-aggressive comparison for J2N collections
Lucene.Net.Tests.Util.TestIdentityHashSet: Use non-aggressive comparison for J2N collections
jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,apache/lucenenet
src/Lucene.Net.Tests/Util/TestIdentityHashSet.cs
apache-2.0
1,593,553,826
using J2N.Runtime.CompilerServices; using NUnit.Framework; using System; using System.Collections.Generic; using JCG = J2N.Collections.Generic; using Assert = Lucene.Net.TestFramework.Assert; using System.Diagnostics.CodeAnalysis; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (AS...
using J2N.Runtime.CompilerServices; using NUnit.Framework; using System; using System.Collections.Generic; using JCG = J2N.Collections.Generic; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor...
c7f23fa3db35fba6b0db7105fdc3f46ac5e3a40d
Lucene.Net.TestFramework.Search.RandomSimilarityProvider::ToString(): Use StringBuilder for better efficiency (#295, #261)
Lucene.Net.TestFramework.Search.RandomSimilarityProvider::ToString(): Use StringBuilder for better efficiency (#295, #261)
NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,sisve/lucenenet,apache/lucenenet
src/Lucene.Net.TestFramework/Search/RandomSimilarityProvider.cs
apache-2.0
1,593,553,826
using J2N.Collections.Generic.Extensions; using Lucene.Net.Search.Similarities; using System; using System.Collections.Generic; using System.Text; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lu...
using J2N.Collections.Generic.Extensions; using Lucene.Net.Search.Similarities; using Lucene.Net.Support; using System; using System.Collections.Generic; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! names...
27136637cae941776058edaff6d6e516b285a068
Lucene.Net.Util.AttributeSource: Optimized string building for converting Attribute interface name to Attribute class name (#295, #261)
Lucene.Net.Util.AttributeSource: Optimized string building for converting Attribute interface name to Attribute class name (#295, #261)
NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet,NightOwl888/lucenenet
src/Lucene.Net/Util/AttributeSource.cs
apache-2.0
1,593,553,826
using Lucene.Net.Analysis.TokenAttributes; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using FlagsAttribute = Lucene.Net.Analysis.TokenAttributes.FlagsAttribute; using JCG = J2N.Col...
using Lucene.Net.Analysis.TokenAttributes; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using FlagsAttribute = Lucene.Net.Analysis.TokenAttributes.FlagsAttribute; using JCG = J2N.Col...
29d186c3fb22cfb8fe162a23d2f5731ca3eb6048
Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser: Remove ElementAt() from List (#261)
Lucene.Net.QueryParser.ComplexPhrase.ComplexPhraseQueryParser: Remove ElementAt() from List (#261)
apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet,sisve/lucenenet,jeme/lucenenet,jeme/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.QueryParser/ComplexPhrase/ComplexPhraseQueryParser.cs
apache-2.0
1,593,553,826
using Lucene.Net.Analysis; using Lucene.Net.Index; using Lucene.Net.QueryParsers.Classic; using Lucene.Net.Search; using Lucene.Net.Search.Spans; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Linq; namespace Lucene.Net.QueryParsers.ComplexPhrase { /* * Licensed to the Ap...
using Lucene.Net.Analysis; using Lucene.Net.Index; using Lucene.Net.QueryParsers.Classic; using Lucene.Net.Search; using Lucene.Net.Search.Spans; using Lucene.Net.Util; using System; using System.Collections.Generic; using System.Linq; namespace Lucene.Net.QueryParsers.ComplexPhrase { /* * Licensed to the Ap...
595ac605805d3d8739f90b4f9978f8bfaa604713
Lucene.Net.Support.Collections::ToString(): Fixed overloads to write "null" when the collection passed is null rather than throw an exception
Lucene.Net.Support.Collections::ToString(): Fixed overloads to write "null" when the collection passed is null rather than throw an exception
apache/lucenenet,jeme/lucenenet,apache/lucenenet,sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet
src/Lucene.Net/Support/Collections.cs
apache-2.0
1,593,553,826
using J2N; using J2N.Collections.Generic.Extensions; using J2N.Globalization; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Text; namespace Lucene.Net.Support { /* * Licensed to the Apache ...
using J2N; using J2N.Collections.Generic.Extensions; using J2N.Globalization; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Text; namespace Lucene.Net.Support { /* * Licensed to the Apache ...
4a26905fda79ba8a2ce347fda35d0c6d46b7a348
Lucene.Net.TestFramework: Changed ConcurrentMergeSchedulerFactories.Values to only return the TaskMergeScheduler rarely, since it is no longer a default setting and is slowing down tests (#295, #261)
Lucene.Net.TestFramework: Changed ConcurrentMergeSchedulerFactories.Values to only return the TaskMergeScheduler rarely, since it is no longer a default setting and is slowing down tests (#295, #261)
sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet
src/Lucene.Net.TestFramework/Util/LuceneTestCase.cs
apache-2.0
1,593,553,826
using Lucene.Net.Analysis; using Lucene.Net.Codecs; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Index.Extensions; using Lucene.Net.Randomized; using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Support.IO; using L...
using Lucene.Net.Analysis; using Lucene.Net.Codecs; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Index.Extensions; using Lucene.Net.Randomized; using Lucene.Net.Randomized.Generators; using Lucene.Net.Search; using Lucene.Net.Store; using Lucene.Net.Support; using Lucene.Net.Support.IO; using L...
9c469599cd0412fdd59470be39f83791da724050
Lucene.Net.TestFramework: Using Assert.That is several times slower than Assert.IsFalse (#295)
Lucene.Net.TestFramework: Using Assert.That is several times slower than Assert.IsFalse (#295)
NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet
src/Lucene.Net.TestFramework.NUnit/Support/TestFramework/Assert.cs
apache-2.0
1,593,553,826
using J2N.Text; using Lucene.Net.Support; using Lucene.Net.Support.IO; using System; using System.Collections.Generic; using System.Linq; using _NUnit = NUnit.Framework; using JCG = J2N.Collections.Generic; namespace Lucene.Net.TestFramework { /* * Licensed to the Apache Software Foundation (ASF) under one o...
using J2N.Text; using Lucene.Net.Support; using Lucene.Net.Support.IO; using System; using System.Collections.Generic; using System.Linq; using _NUnit = NUnit.Framework; using JCG = J2N.Collections.Generic; namespace Lucene.Net.TestFramework { /* * Licensed to the Apache Software Foundation (ASF) under one o...
98c029553cb377d2c899b341f9c778f97d243ae2
Lucene.Net.Analsis.TokenAttributes.CharTermAttribute::ResizeBuffer(): Use Array.Resize() rather than copy (#261)
Lucene.Net.Analsis.TokenAttributes.CharTermAttribute::ResizeBuffer(): Use Array.Resize() rather than copy (#261)
sisve/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet
src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs
apache-2.0
1,593,553,826
using J2N.Text; using System; using System.Diagnostics.CodeAnalysis; using System.Text; using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute; namespace Lucene.Net.Analysis.TokenAttributes { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agr...
using J2N.Text; using System; using System.Diagnostics.CodeAnalysis; using System.Text; using WritableArrayAttribute = Lucene.Net.Support.WritableArrayAttribute; namespace Lucene.Net.Analysis.TokenAttributes { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agr...
c4eaad5df5e4437d2ccf174bd5f11d80f6f71e9d
Fix TLS test (#23489)
Fix TLS test (#23489)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/TlsTests.cs
apache-2.0
1,593,553,581
// 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.Collections.Generic; using System.IO; using System.IO.Pipelines; using System.Net.Security; using System.Security.Authentication; using Sys...
// 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.Collections.Generic; using System.IO; using System.IO.Pipelines; using System.Net.Security; using System.Security.Authentication; using Sys...
a5abacd1e7e8fd33927c522f7335884ef25bee36
Change assembly watcher after notification changes
Change assembly watcher after notification changes Fixed Mono not building after #39986 was merged due to a constant that got renamed.
godotengine/godot,MarianoGnu/godot,akien-mga/godot,honix/godot,guilhermefelipecgs/godot,ZuBsPaCe/godot,firefly2442/godot,ZuBsPaCe/godot,DmitriySalnikov/godot,sanikoyes/godot,vnen/godot,pkowal1982/godot,Paulloz/godot,akien-mga/godot,firefly2442/godot,josempans/godot,Valentactive/godot,ZuBsPaCe/godot,BastiaanOlij/godot,j...
modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs
mit
1,593,553,298
using Godot; using GodotTools.Internals; using static GodotTools.Internals.Globals; namespace GodotTools { public class HotReloadAssemblyWatcher : Node { private Timer watchTimer; public override void _Notification(int what) { if (what == Node.NotificationWmWindowFocusIn) ...
using Godot; using GodotTools.Internals; using static GodotTools.Internals.Globals; namespace GodotTools { public class HotReloadAssemblyWatcher : Node { private Timer watchTimer; public override void _Notification(int what) { if (what == Node.NotificationWmFocusIn) ...
fd9ee7f4dde0933b80d1edf6f174100916dae4aa
Fix checking of hash
Fix checking of hash
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/TorSocks5/TorProcessManager.cs
mit
1,593,553,289
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Exceptions; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.TorSocks5.Models.Fields....
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Exceptions; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.TorSocks5.Models.Fields....
8f158631eb79d5edad459cd8a1208701cce226b5
remove formula laser fix
remove formula laser fix
baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,hybrasyl/server,baughj/hybrasylserver
hybrasyl/FormulaParser.cs
agpl-3.0
1,593,553,152
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
0176fa075e50505193492ef5fe4cae850a2609ae
`VerifySet` fails for write-only indexers
`VerifySet` fails for write-only indexers
Moq/moq4
tests/Moq.Tests/Regressions/IssueReportsFixture.cs
bsd-3-clause
1,593,552,649
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using Sy...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using Sy...
b12cc373828182e03ae5255eec2f7cfc6123a57f
Added OnPropertyChanged to allow for calling from sub-classes.
Added OnPropertyChanged to allow for calling from sub-classes.
Dtronix/DtronixModel,Dtronix/DtronixModel
src/DtronixModeler/Generator/Output/CSharpCodeGenerator.cs
mit
1,593,552,370
using DtronixModeler.Ddl; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace DtronixModeler.Generator.Output { public class CSharpCodeGenerator { private string[] reservedWords; private class A...
using DtronixModeler.Ddl; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace DtronixModeler.Generator.Output { public class CSharpCodeGenerator { private string[] reservedWords; private class A...
a205ab2db2f4972220889118923db4af25df22a6
Prevent crash from repeated clicking on same tab (BL-8382)
Prevent crash from repeated clicking on same tab (BL-8382)
StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,Blo...
src/BloomExe/Workspace/WorkspaceView.cs
mit
1,593,551,229
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Threading; using System.Windows.Forms; using Bloom.Collection; using Bloom.CollectionTab; using Bloom.Edit; using Bloom.Properties; using Bloom.Publish; using Bloom.Registration; using Bloom.web; using L10NSha...
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Threading; using System.Windows.Forms; using Bloom.Collection; using Bloom.CollectionTab; using Bloom.Edit; using Bloom.Properties; using Bloom.Publish; using Bloom.Registration; using Bloom.web; using L10NSha...
1b88e39e2ee6720cb5597e9ee77e78c71688c31e
HYB-79: perform null checks for formula parser tokens that may be null
HYB-79: perform null checks for formula parser tokens that may be null
hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver,hybrasyl/server,baughj/hybrasylserver
hybrasyl/FormulaParser.cs
agpl-3.0
1,593,550,866
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
/* * This file is part of Project Hybrasyl. * * This program is free software; you can redistribute it and/or modify * it under the terms of the Affero General Public License as published by * the Free Software Foundation, version 3. * * This program is distributed in the hope that it will be useful, but...
80e3061c686dc2aa9c72749b73b2d1968f780193
Update Body callbacks to include more info
Update Body callbacks to include more info
lucas-miranda/Raccoon
Raccoon/Core/Components/Physics/Body.cs
mit
1,593,550,217
//#define RENDER_COLLISION_CONTACT_POINTS using System.Collections.Generic; using System.Collections.ObjectModel; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon.Components { public class Body : Component { #region Public Members #if DEBUG public static bool ShowDebugInfo = false;...
//#define RENDER_COLLISION_CONTACT_POINTS using System.Collections.Generic; using System.Collections.ObjectModel; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon.Components { public class Body : Component { #region Public Members #if DEBUG public static bool ShowDebugInfo = false;...
096518c269f23837e8b4cf7f02c8551f8cfc6a63
Added note about exception; changed 'writing' to 'reading' in exception messages
Added note about exception; changed 'writing' to 'reading' in exception messages
awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a...
dotnet/example_code_legacy/S3/S3Examples/GetObjectTest.cs
apache-2.0
1,593,549,501
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 // snippet-start:[s3.dotNET.GetObjectTest] using Amazon.S3; using Amazon.S3.Model; using System; using System.IO; using System.Threading.Tasks; namespace Amazon.DocSamples.S3 { class GetObjectTest { ...
/** * Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * This file is licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. A copy of * the License is located at * * http://aws.amazon.com/apache2.0/ * * This file ...
9f37c2967d367fcfc4804ff74971f24b92a3f1f6
Done PIC docs.
Done PIC docs.
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/PIC.cs
bsd-3-clause
1,593,547,677
using Cosmos.Core; namespace Cosmos.Core { // PIC is not in hardware becuase its a special core piece like CPU that is not interacted with by anything except Core. // // Remaps the IRQ's to INT20-INT2F /// <summary> /// PIC class. Used to manage PIC interrupts. /// </summary> public class ...
using Cosmos.Core; namespace Cosmos.Core { // PIC is not in hardware becuase its a special core piece like CPU that is not interacted with by anything except Core. // // Remaps the IRQ's to INT20-INT2F public class PIC { // This is here and not in BaseGroups for 2 reasons. // 1) It...
15b85c2ddff4fab67ede55c63c93af62fb35d95c
Add Range.Center
Add Range.Center
lucas-miranda/Raccoon
Raccoon/Util/Range.cs
mit
1,593,547,521
using System.Text.RegularExpressions; namespace Raccoon.Util { public struct Range { #region Public Members public static readonly Range Empty = new Range(0, 0); #endregion Public Members #region Private Members private static readonly Regex StringFormatRegex = new Rege...
using System.Text.RegularExpressions; namespace Raccoon.Util { public struct Range { #region Public Members public static readonly Range Empty = new Range(0, 0); #endregion Public Members #region Private Members private static readonly Regex StringFormatRegex = new Rege...
389541c2a2a7185449c62ce854497af739b6adb0
Schedule lifetime change callbacks after chldren
Schedule lifetime change callbacks after chldren
peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framewor...
osu.Framework/Graphics/Containers/LifetimeManagementContainer.cs
mit
1,593,546,581
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Statistics; namespace osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Statistics; namespace osu....
a2be60c64d11de993f11a85c186e3197d028cb08
Add failing test case
Add failing test case
peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framew...
osu.Framework.Tests/Visual/Containers/TestSceneLifetimeManagementContainer.cs
mit
1,593,546,581
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using os...
aff735c757278c07e91efcf04158fcc9980cc7e0
Added 'using Amazon' to S3 C# code example
Added 'using Amazon' to S3 C# code example
awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a...
dotnet/example_code_legacy/S3/S3Examples/UploadObjectUsingPresignedURLTest.cs
apache-2.0
1,593,545,851
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 // snippet-start:[s3.dotNET.UploadObjectUsingPresignedURLTest] using Amazon; using Amazon.S3; using Amazon.S3.Model; using System; using System.IO; using System.Net; namespace Amazon.DocSamples.S3 { class Uploa...
/* ** Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * This file is licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. A copy of * the License is located at * * http://aws.amazon.com/apache2.0/ * * This file ...
00787faf6013de3daf902fa235c65b81e0b91b7d
Fix commit 4043091b2c62655d404966fac4967a11aec485b9
Fix commit 4043091b2c62655d404966fac4967a11aec485b9
StockSharp/StockSharp
Algo/Strategies/Strategy.cs
apache-2.0
1,593,543,139
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
a58958fb82d50d18c18c27e00f096398c7dc8ddd
Add missing xmldocs
Add missing xmldocs
akatakritos/PygmentSharp
src/PygmentSharp/PygmentSharp.Core/Lexing/TypescriptLexer.cs
mit
1,593,542,896
using PygmentSharp.Core.Tokens; using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace PygmentSharp.Core.Lexing { /// <summary> /// Lexer for typescipt files /// </summary> [Lexer("Typescript", AlternateNames = "typescript,ts")] [LexerFil...
using PygmentSharp.Core.Tokens; using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace PygmentSharp.Core.Lexing { [Lexer("Typescript", AlternateNames = "typescript,ts")] [LexerFileExtension("*.ts")] [LexerFileExtension("*.tsx")] public class ...
51a46ca91ad8318cd9f35a41867ae2efbe93484a
Fix commit ae83ee25bf89b6f20f56e4d309dd7648ab8b530f
Fix commit ae83ee25bf89b6f20f56e4d309dd7648ab8b530f
StockSharp/StockSharp
Algo/SubscriptionSecurityAllMessageAdapter.cs
apache-2.0
1,593,542,563
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
4043091b2c62655d404966fac4967a11aec485b9
StrategyCommentModes
StrategyCommentModes
StockSharp/StockSharp
Algo/Strategies/Strategy.cs
apache-2.0
1,593,542,519
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...