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
1e4c4af47fa35d399027b1d972a353c483ac18c1
Better config reset handling
Better config reset handling
Xeeynamo/KingdomHearts
OpenKh.Game/Config.cs
mit
1,592,475,245
using OpenKh.Game.Debugging; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; public int...
using OpenKh.Game.Debugging; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; public int ...
e91b0a34e44cc38cc11be5b34c3ac020b0ac454c
Remove bodyid from scan display left over from debugging
Remove bodyid from scan display left over from debugging
klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/HelpersScanDisplayUC/ScanDisplayNodes.cs
apache-2.0
1,592,474,789
/* * Copyright © 2019 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
/* * Copyright © 2019 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
f87f725ee75ae2faf11c4fa420dbd9dff7bc7f79
Add full screen
Add full screen
Xeeynamo/KingdomHearts
OpenKh.Game/OpenKhGame.cs
mit
1,592,474,167
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
3c31350052699d2aa56f613d45f15b034d0ed9e8
Expand the config file when the structure changes
Expand the config file when the structure changes
Xeeynamo/KingdomHearts
OpenKh.Game/Config.cs
mit
1,592,474,054
using OpenKh.Game.Debugging; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; public int...
using OpenKh.Game.Debugging; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; public int...
7ce692c4aceeff934114a3fcb643a9da53778676
HistoryEmulationConnector. Turned off IsSupportTransactionLog, SupportSecurityAll.
HistoryEmulationConnector. Turned off IsSupportTransactionLog, SupportSecurityAll.
StockSharp/StockSharp
Algo/Testing/HistoryEmulationConnector.cs
apache-2.0
1,592,473,961
#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...
6975015237ee8d0731fb4063ea309206ac47fff0
Fix client.SEGNUM
Fix client.SEGNUM
mrklintscher/libfintx
src/libfintx/Transactions/INI.cs
lgpl-2.1
1,592,473,860
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
ddcb2d5615555e3d11ee3849deaacdb7f004075f
Change resolution on the fly
Change resolution on the fly
Xeeynamo/KingdomHearts
OpenKh.Game/OpenKhGame.cs
mit
1,592,473,841
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
2559bea059a72a24081fc71a5d48c4d4ff57e4f0
InMemoryMessageChannel. Fix Resume.
InMemoryMessageChannel. Fix Resume.
StockSharp/StockSharp
Messages/InMemoryMessageChannel.cs
apache-2.0
1,592,473,755
#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...
612d2ccc8337ea0ff7140d97fd286ccbefc279a4
WIP: Update import/export
WIP: Update import/export
webprofusion/Certify
src/Certify.Core/Management/MigrationManager.cs
mit
1,592,473,054
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading.Tasks; using Certify.Management; using Certify.Models; using Certify.Models.Confi...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading.Tasks; using Certify.Management; using Certify.Models; using Certify.Models.Confi...
1c0525bb533c647a93332377a502e32e50a4c7ad
Fix Segmentnummer
Fix Segmentnummer
mrklintscher/libfintx
src/libfintx/Message/FinTsMessage.cs
lgpl-2.1
1,592,472,933
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
95cb7e72d1a8423b4e36b7e40127e0c473c33d8a
Clarify some property meanings on `IContent`
Clarify some property meanings on `IContent`
dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,mattbrailsford/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,hfloyd/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,NikRimington/Umbraco-CMS,leekelleher/Umbraco-CMS,m...
src/Umbraco.Core/Models/IContent.cs
mit
1,592,472,063
using System; using System.Collections.Generic; namespace Umbraco.Core.Models { /// <summary> /// Represents a document. /// </summary> /// <remarks> /// <para>A document can be published, rendered by a template.</para> /// </remarks> public interface IContent : IContentBase { ...
using System; using System.Collections.Generic; namespace Umbraco.Core.Models { /// <summary> /// Represents a document. /// </summary> /// <remarks> /// <para>A document can be published, rendered by a template.</para> /// </remarks> public interface IContent : IContentBase { ...
5716b3c19e24730795185282931a223e02153db2
api keys have been removed
api keys have been removed
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/TestProject/TestInitialization.cs
apache-2.0
1,592,471,733
#define DEV_TEST using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using BackendlessAPI; using System.Collections.Generic; using System.Linq; namespace TestProject { [TestClass] public class TestInitialization { #if DEV_TEST public const String APP_API_KEY = ""; private const String ...
#define DEV_TEST using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using BackendlessAPI; using System.Collections.Generic; using System.Linq; namespace TestProject { [TestClass] public class TestInitialization { #if DEV_TEST public const String APP_API_KEY = "F8F82BF0-414F-36CB-FFE1-303FA5...
763258915aeeccf4a54fc4efcac8266a993c00ca
Fix Async Mutex bug at Zero timeout
Fix Async Mutex bug at Zero timeout
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Nito/AsyncEx/AsyncMutex.cs
mit
1,592,470,773
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Logging; namespace Nito.AsyncEx { public class AsyncMutex { private int _status; private int _command; public AsyncMutex(string name)...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Logging; namespace Nito.AsyncEx { public class AsyncMutex { private int _status; private int _command; public AsyncMutex(string name)...
7f51b42f07609fab7f3ec85cfb8e08763354996c
Adds test for url without extension
Adds test for url without extension
zone117x/MimeMapping
Test/BasicTest.cs
mit
1,592,468,767
using System; using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using MimeMapping; namespace Test { [TestClass] public class BasicTest { private readonly Dictionary<string, string> _expectedTypes = new Dictionary<string, string> { ...
using System; using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using MimeMapping; namespace Test { [TestClass] public class BasicTest { private readonly Dictionary<string, string> _expectedTypes = new Dictionary<string, string> { ...
74b5f906246c082a76a409c4bbd17b00b3a44f65
file URL update
file URL update
isign/gateway-dotnet-example
Program.cs
mit
1,592,468,670
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.T...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.T...
b9430cb131fdd68331a0dd666f84fffcfbffb666
Performed syntax cleanup and white-space removal
Performed syntax cleanup and white-space removal
ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,smo...
osu.Framework.iOS/Input/IOSMouseHandler.cs
mit
1,592,468,487
// 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 CoreGraphics; using Foundation; using JetBrains.Annotations; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Fr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using CoreGraphics; using Foundation; using JetBrains.Annotations; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Fr...
118d53cde3023141796682db551d12cdb2dcb404
Disabled recognizer from firing when clicking and dragging
Disabled recognizer from firing when clicking and dragging
peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framewo...
osu.Framework.iOS/Input/IOSMouseHandler.cs
mit
1,592,467,560
// 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 CoreGraphics; using Foundation; using JetBrains.Annotations; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Fr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using CoreGraphics; using Foundation; using JetBrains.Annotations; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Fr...
8f6d48be810cf5dc351f8d4afeed0308c47d867d
Adjusted ImplementationSpecificError to be UnspecifiedError reason code in the MqttClient.
Adjusted ImplementationSpecificError to be UnspecifiedError reason code in the MqttClient.
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/Client/MqttClient.cs
mit
1,592,467,424
using MQTTnet.Adapter; using MQTTnet.Client.Connecting; using MQTTnet.Client.Disconnecting; using MQTTnet.Client.ExtendedAuthenticationExchange; using MQTTnet.Client.Options; using MQTTnet.Client.Publishing; using MQTTnet.Client.Receiving; using MQTTnet.Client.Subscribing; using MQTTnet.Client.Unsubscribing; using MQTT...
using MQTTnet.Adapter; using MQTTnet.Client.Connecting; using MQTTnet.Client.Disconnecting; using MQTTnet.Client.ExtendedAuthenticationExchange; using MQTTnet.Client.Options; using MQTTnet.Client.Publishing; using MQTTnet.Client.Receiving; using MQTTnet.Client.Subscribing; using MQTTnet.Client.Unsubscribing; using MQTT...
133bfb3c4aff81595f1a13d6ca862099d14b6acb
Updated examples that show how to render spreadsheet column headings and row numbers.
Updated examples that show how to render spreadsheet column headings and row numbers.
groupdocs-viewer/GroupDocs.Viewer-for-.NET
Examples/GroupDocs.Viewer.Examples.CSharp/AdvancedUsage/Rendering/RenderingOptionsByDocumentType/RenderingSpreadsheets/RenderRowAndColumnHeadings.cs
mit
1,592,467,242
using GroupDocs.Viewer.Options; using System; using System.IO; namespace GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Rendering.RenderingOptionsByDocumentType.RenderingSpreadsheets { /// <summary> /// This example demonstrates how to render row and column headings. /// </summary> public class Render...
using GroupDocs.Viewer.Options; using System; using System.Collections.Generic; using System.IO; using System.Text; namespace GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Rendering.RenderingOptionsByDocumentType.RenderingSpreadsheets { /// <summary> /// This example demonstrates how to render row and column...
decfd56aeaa3350bddb0a316218bd6e5565e7278
Added pan gesture recognizer for handling trackpad scrolling
Added pan gesture recognizer for handling trackpad scrolling
peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EV...
osu.Framework.iOS/Input/IOSMouseHandler.cs
mit
1,592,466,734
// 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 CoreGraphics; using Foundation; using JetBrains.Annotations; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Fr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using CoreGraphics; using Foundation; using JetBrains.Annotations; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Fr...
1fe34ff5522eaa4a0cc965e2efda5656a77b05e7
fix: exclude paths comparison is case sensitive
fix: exclude paths comparison is case sensitive
Abhith/Code.Library,Abhith/Code.Library
src/Code.Library.AspNetCore/Middleware/RequestResponseLoggingMiddleware.cs
apache-2.0
1,592,466,639
using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.Extensions.Logging; using Microsoft.IO; namespace Code.Library.AspNetCore.Middleware { public class RequestResponseLoggingMiddleware { private ...
using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.Extensions.Logging; using Microsoft.IO; namespace Code.Library.AspNetCore.Middleware { public class RequestResponseLoggingMiddleware { private ...
0a92bfb08680ae783b500f1bd46c5edff6aaaf45
IEnumerable<T> SaveList<T>
IEnumerable<T> SaveList<T>
AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework
Signum.Engine/Database.cs
mit
1,592,465,562
using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Internal; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Utilities.Reflection; using System; using System.Collections; using System.Collections.Generic; ...
using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Internal; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Utilities.Reflection; using System; using System.Collections; using System.Collections.Generic; ...
b2898d45fc877d0725d11a96aeeda79557b83f6b
test updated to 5.0.100-preview.5.20279.10
test updated to 5.0.100-preview.5.20279.10
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
tests/OmniSharp.MSBuild.Tests/ProjectLoadListenerTests.cs
mit
1,592,465,015
using Microsoft.Build.Construction; using Microsoft.Build.Execution; using Microsoft.CodeAnalysis; using Microsoft.Extensions.Logging; using OmniSharp.Mef; using OmniSharp.Models; using OmniSharp.Models.Events; using OmniSharp.MSBuild.Notification; using OmniSharp.Services; using System; using System.Collections.Generi...
using Microsoft.Build.Construction; using Microsoft.Build.Execution; using Microsoft.CodeAnalysis; using Microsoft.Extensions.Logging; using OmniSharp.Mef; using OmniSharp.Models; using OmniSharp.Models.Events; using OmniSharp.MSBuild.Notification; using OmniSharp.Services; using System; using System.Collections.Generi...
1aca60e9c71a6a0f85984a65977374a5db4cfa96
sort properties
sort properties
robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,hfloyd/Umbraco-CMS,madsoulswe/Umbraco-CMS,NikRimington/Umbraco-CMS,bjarnef/Umbraco-CMS,abjerner/Umbraco-CMS,leekelleher/Umbraco-CMS,madsoulswe/Umbraco-CMS,KevinJump/Umbraco-CMS,tcmorris/Umbraco-CMS,mattbrailsford/Umbraco-CMS,tcmorris/Umbraco-CMS,hfloyd/Umbrac...
src/Umbraco.Web/PropertyEditors/BlockListConfiguration.cs
mit
1,592,463,647
using Newtonsoft.Json; using System; using Umbraco.Core.PropertyEditors; namespace Umbraco.Web.PropertyEditors { /// <summary> /// The configuration object for the Block List editor /// </summary> public class BlockListConfiguration { [ConfigurationField("blocks", "Available Blocks", "v...
using Newtonsoft.Json; using System; using Umbraco.Core.PropertyEditors; namespace Umbraco.Web.PropertyEditors { /// <summary> /// The configuration object for the Block List editor /// </summary> public class BlockListConfiguration { [ConfigurationField("blocks", "Available Blocks", "vi...
53a778c37878c04b2969dae6d60606cef447ea53
Propagate the exception
Propagate the exception
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Services/SingleInstanceChecker.cs
mit
1,592,463,378
using NBitcoin; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.Services { public class SingleInstanceChecker : IDisposable { private const string MutexString = "WalletWasabiSingleIn...
using NBitcoin; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; namespace WalletWasabi.Services { public class SingleInstanceChecker : IDisposable { private const string MutexString = "WalletWasabiSingleIn...
d8b02006815655012a142396df8410d14114eec2
fixed crash due to unnecessary decref of a borrowed reference in params array handling (#1163)
fixed crash due to unnecessary decref of a borrowed reference in params array handling (#1163)
AlexCatarino/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet
src/runtime/methodbinder.cs
mit
1,592,461,690
using System; using System.Collections; using System.Reflection; using System.Text; using System.Collections.Generic; using System.Linq; namespace Python.Runtime { /// <summary> /// A MethodBinder encapsulates information about a (possibly overloaded) /// managed method, and is responsible for selecting th...
using System; using System.Collections; using System.Reflection; using System.Text; using System.Collections.Generic; using System.Linq; namespace Python.Runtime { /// <summary> /// A MethodBinder encapsulates information about a (possibly overloaded) /// managed method, and is responsible for selecting th...
5a243f52a0e4cd60bbf163cbbc992f5379fcf401
#43: Add transformation support to get-class-extent
#43: Add transformation support to get-class-extent
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/GetClassExtentsCommand.cs
lgpl-2.1
1,592,459,427
#region LGPL Header // Copyright (C) 2020, 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) 2020, 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 /...
f8ed78cec2ac64416b56309ff15595388d50b892
add more tests for refresh token service
add more tests for refresh token service
IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/test/IdentityServer.UnitTests/Services/Default/DefaultRefreshTokenServiceTests.cs
apache-2.0
1,592,459,121
using FluentAssertions; using IdentityServer.UnitTests.Common; using IdentityServer4; using IdentityServer4.Models; using IdentityServer4.Services; using IdentityServer4.Stores; using IdentityServer4.Stores.Serialization; using System; using System.Collections.Generic; using System.Security.Claims; using System.Threadi...
using FluentAssertions; using IdentityServer.UnitTests.Common; using IdentityServer4; using IdentityServer4.Models; using IdentityServer4.Services; using IdentityServer4.Stores; using IdentityServer4.Stores.Serialization; using System; using System.Collections.Generic; using System.Security.Claims; using System.Threadi...
3cb496a8ea754663c85d533a1078fe7800fec3bc
Makes GetMimeMapping tolerant to an empty extension. Fix https://github.com/zone117x/MimeMapping/issues/11
Makes GetMimeMapping tolerant to an empty extension. Fix https://github.com/zone117x/MimeMapping/issues/11
zone117x/MimeMapping
MimeUtility.cs
mit
1,592,457,750
using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; namespace MimeMapping { /// <summary> /// MIME type utility to lookup by file extension /// </summary> public static class MimeUtility { /// <summary> /// The "octet-stream" subtype is used to in...
using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; namespace MimeMapping { /// <summary> /// MIME type utility to lookup by file extension /// </summary> public static class MimeUtility { /// <summary> /// The "octet-stream" subtype is used to in...
de482195f044e6abb988fd6bf487efa50fa6734a
Tests for iteration filters polynomials calculation were added
Tests for iteration filters polynomials calculation were added
litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms
test/GfAlgorithms.Tests/WaveletTransform/IterationFiltersCalculator/CaireGrossmanPoorCalculatorTests.cs
mit
1,592,457,381
namespace AppliedAlgebra.GfAlgorithms.Tests.WaveletTransform.IterationFiltersCalculator { using System; using System.Linq; using Extensions; using GfAlgorithms.WaveletTransform.IterationFiltersCalculator; using GfPolynoms; using GfPolynoms.Extensions; using GfPolynoms.GaloisFields; usin...
namespace AppliedAlgebra.GfAlgorithms.Tests.WaveletTransform.IterationFiltersCalculator { using System; using System.Linq; using GfAlgorithms.WaveletTransform.IterationFiltersCalculator; using GfPolynoms; using GfPolynoms.Extensions; using GfPolynoms.GaloisFields; using JetBrains.Annotation...
73d096b3d97f27f1bd60aefa5fc276981bb263ba
change RT settings
change RT settings
IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4
src/IdentityServer4/host/Configuration/ClientsConsole.cs
apache-2.0
1,592,457,149
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using IdentityServer4; using IdentityServer4.Models; namespace IdentityServerHost.Configuration { publi...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using IdentityServer4; using IdentityServer4.Models; namespace IdentityServerHost.Configuration { publi...
69d85ca3aeab18758ad644e1592d99a83fe35506
Add more cards to results screen test
Add more cards to results screen test
NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu
osu.Game.Tests/Visual/Ranking/TestSceneResultsScreen.cs
mit
1,592,456,445
// 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.Allocation; using osu.Framework.Graphics; using osu.Framewo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Scre...
7978531e6310e48c7f0c57eb8f5b1b853db748f8
fix: correctly clear attachments and dispose of message
fix: correctly clear attachments and dispose of message
danielgindi/dg.MailQueue.net
MailQueue.net/Core/Coordinator.cs
mit
1,592,454,680
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using System.IO; using System.Threading; using System.Threading.Tasks; using System.Collections.Concurrent; using System.Diagnostics; using System.Linq; namespace MailQueue { public class Coordinator { p...
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using System.IO; using System.Threading; using System.Threading.Tasks; using System.Collections.Concurrent; using System.Diagnostics; namespace MailQueue { public class Coordinator { public Coordinator()...
a51cdf60a20e7e07fe5c19baadaa704e1e2091bf
feature: allow for inherited commands in modules (#1521)
feature: allow for inherited commands in modules (#1521)
AntiTcb/Discord.Net
src/Discord.Net.Commands/Builders/ModuleClassBuilder.cs
mit
1,592,452,406
using System; using System.Linq; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Discord.Commands.Builders; namespace Discord.Commands { internal static class ModuleClassBuilder { private static readonly TypeInfo ModuleTypeInfo = typeof(IModuleBase).GetTy...
using System; using System.Linq; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; using Discord.Commands.Builders; namespace Discord.Commands { internal static class ModuleClassBuilder { private static readonly TypeInfo ModuleTypeInfo = typeof(IModuleBase).GetTy...
abfe1a281a2c871ca879756d2949f71012cfa9c2
fix typo in Addlog()
fix typo in Addlog()
vdemydiuk/mtapi,vdemydiuk/mtapi,vdemydiuk/mtapi
TestClients/MtApi5TestClient/ViewModel.cs
mit
1,592,449,401
// ReSharper disable InconsistentNaming using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using MtApi5; using System.Collections.ObjectModel; using System.Globalization; using System.Threading.Tasks; using System.IO; using Microsoft.Win32; namespace MtApi5T...
// ReSharper disable InconsistentNaming using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using MtApi5; using System.Collections.ObjectModel; using System.Globalization; using System.Threading.Tasks; using System.IO; using Microsoft.Win32; namespace MtApi5T...
3b29bf68234516381b37a1c154551d9a62d7fb63
Added skip fact for now.
Added skip fact for now.
toddams/RazorLight
tests/RazorLight.Tests/Integration/RendererCommonCasesTests.cs
apache-2.0
1,592,446,816
 using System; using System.IO; using System.Reflection; using System.Threading.Tasks; using RazorLight.Compilation; using VerifyXunit; using Xunit; namespace RazorLight.Tests.IntegrationTests { public class TestViewModel { public string Name { get; set; } public int NumberOfItems { get; set; } } [UsesVerif...
 using System; using System.IO; using System.Reflection; using System.Threading.Tasks; using RazorLight.Compilation; using VerifyXunit; using Xunit; namespace RazorLight.Tests.IntegrationTests { public class TestViewModel { public string Name { get; set; } public int NumberOfItems { get; set; } } [UsesVerif...
8d34320972c2a36880a6fdd49bf849bfab393cbc
DebugLeft and DebugRight are back to up/down detection.
DebugLeft and DebugRight are back to up/down detection.
Xeeynamo/KingdomHearts
OpenKh.Game/Infrastructure/InputManager.cs
mit
1,592,445,541
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; using System; namespace OpenKh.Game.Infrastructure { public class InputManager { private GamePadState pad; private KeyboardState keyboard; private KeyboardState prevKeyboard; private RepeatableKeyboard repeat...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; using System; namespace OpenKh.Game.Infrastructure { public class InputManager { private GamePadState pad; private KeyboardState keyboard; private KeyboardState prevKeyboard; private RepeatableKeyboard repeat...
af2d3205e38f48bc37c0059f5c76ab8fbc8b0b8d
Rename timepicker selectedtime test
Rename timepicker selectedtime test
AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,Avaloni...
tests/Avalonia.Controls.UnitTests/TimePickerTests.cs
mit
1,592,445,288
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...
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...
7fc99ab51a0f36a19b0074ab828b1f47436f3c3a
Update `LoggerSinkConfiguration.Wrap()` to use `AggregateSink` Relates to #1441
Update `LoggerSinkConfiguration.Wrap()` to use `AggregateSink` Relates to #1441
serilog/serilog,CaioProiete/serilog,serilog/serilog,CaioProiete/serilog,serilog/serilog
src/Serilog/Configuration/LoggerSinkConfiguration.cs
apache-2.0
1,592,445,075
// Copyright 2013-2015 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 o...
// Copyright 2013-2015 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 o...
796da501d982e5fee4d96e2aad42c5ac39f5a5ba
handle file not found
handle file not found
EricZimmerman/AppCompatCacheParser
AppCompatCacheParser/Program.cs
mit
1,592,444,517
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Security.Principal; using AppCompatCache; using CsvHelper.Configuration; using CsvHelper.TypeConversion; using Exceptionless; using Fclp; using Microsoft.Win32; using NL...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Security.Principal; using AppCompatCache; using CsvHelper.Configuration; using CsvHelper.TypeConversion; using Exceptionless; using Fclp; using Microsoft.Win32; using NL...
9b8cedf6c695a81e03767ea8feec881b0c3ad29e
Adds documentation to ISharedNotifyManager.
Adds documentation to ISharedNotifyManager.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Shared/Interfaces/ISharedNotifyManager.cs
mit
1,592,443,171
using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Shared.Interfaces { /// <summary> /// Allows the ability to create floating text messages at locations in the world. /// </summary> public interface ISharedNotifyManager { /// <s...
using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; namespace Content.Shared.Interfaces { public interface ISharedNotifyManager { void PopupMessage(IEntity source, IEntity viewer, string message); void PopupMessage(GridCoordinates coordinates, IEntity v...
e17bb1fa019fbd6f1435a3e74f9023962ad92cef
Update DkimPublicKeyLocatorBaseTests.cs
Update DkimPublicKeyLocatorBaseTests.cs
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/Cryptography/DkimPublicKeyLocatorBaseTests.cs
mit
1,592,441,873
// // DkimPublicKeyLocatorBaseTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to de...
// // DkimPublicKeyLocatorBaseTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to de...
56f9aa8122ce4535c81d7e0080fa326ae9823ea7
Move to Robust.Shared.AuthLib.
Move to Robust.Shared.AuthLib.
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/State/MainMenu.cs
mit
1,592,440,847
using System; using System.Text.RegularExpressions; using Robust.Client; using Robust.Client.Interfaces; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.Interfaces.UserInterface; using Robust.Client.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls...
using System; using System.Text.RegularExpressions; using Robust.Client; using Robust.Client.Interfaces; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.Interfaces.UserInterface; using Robust.Client.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls...
e063d49a493a3d5a2db8ab7d66fe73c28bd3fb34
Use new stylesheet syntax in StyleSpace
Use new stylesheet syntax in StyleSpace
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Client/UserInterface/Stylesheets/StyleSpace.cs
mit
1,592,440,720
using System.Linq; using Content.Client.Utility; using Robust.Client.Graphics.Drawing; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Shared.Maths; using static Robust.Client.UserInterface.StylesheetHelpers; namespace Conte...
using System.Linq; using Content.Client.Utility; using Robust.Client.Graphics.Drawing; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Shared.Maths; namespace Content.Client.UserInterface.Stylesheets { public class Style...
4c26018a3da04f13df59a5a240a2a3054f8a4607
(#52) Remove obsolete members
(#52) Remove obsolete members
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/InstructionalButtons.cs
mit
1,592,438,914
namespace RAGENativeUI.Elements { using System; using Rage; using Rage.Native; public class InstructionalButtons { public Scaleform Scaleform { get; } public InstructionalButtonsCollection Buttons { get; } public InstructionalButtons() { Scaleform = new...
namespace RAGENativeUI.Elements { using System; using Rage; using Rage.Native; public class InstructionalButtons { public Scaleform Scaleform { get; } public InstructionalButtonsCollection Buttons { get; } public InstructionalButtons() { Scaleform = new...
1b027cab5988fada576a63a796654e79d603a621
Remove erroneous whitespace
Remove erroneous whitespace
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Api/Controllers/OrganizationsController.cs
agpl-3.0
1,592,438,558
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Bit.Core.Repositories; using Microsoft.AspNetCore.Authorization; using Bit.Core.Models.Api; using Bit.Core.Exceptions; using Bit.Core.Services; using Bit.Core; using Bit.Api.Utilities; using Bit.Core.Models.Business; u...
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Bit.Core.Repositories; using Microsoft.AspNetCore.Authorization; using Bit.Core.Models.Api; using Bit.Core.Exceptions; using Bit.Core.Services; using Bit.Core; using Bit.Api.Utilities; using Bit.Core.Models.Business; u...
3ff19e17d24b38fe56bc366a3c3daad1b8a54195
Fix typo in parameter name (in nullable attribute).
Fix typo in parameter name (in nullable attribute).
Faithlife/FaithlifeUtility,Faithlife/FaithlifeUtility
src/Faithlife.Utility/StringUtility.cs
mit
1,592,437,312
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Reflection; using JetBrains.Annotations; namespace Faithlife.Utility { /// <summary> /// Provide...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Reflection; using JetBrains.Annotations; namespace Faithlife.Utility { /// <summary> /// Provide...
35b4837ee63aa5945a3addca21e8c1a3f63392e3
Assembly.GetCallingAssembly() fix for network plugin
Assembly.GetCallingAssembly() fix for network plugin
KENNYSOFT/WzComparerR2,Kagamia/WzComparerR2
WzComparerR2.Network/Contracts/TypeNameBinder.cs
mit
1,592,437,101
using System; using System.Collections.Generic; using System.Text; using System.Linq; using System.Reflection; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace WzComparerR2.Network.Contracts { class TypeNameBinder : DefaultSerializationBinder { readonly Dictionary<Type, string> kn...
using System; using System.Collections.Generic; using System.Text; using System.Linq; using System.Reflection; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace WzComparerR2.Network.Contracts { class TypeNameBinder : DefaultSerializationBinder { readonly Dictionary<Type, string> kn...
45df860ffcc6dc79a983fb694d93536b76eb2aeb
feat(api): log client headers
feat(api): log client headers
agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov
WebAPI.API/Handlers/Delegating/ApiLoggingHandler.cs
mit
1,592,436,782
using System; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Web.Http; using System.Web.Http.Hosting; using Ninject; using Serilog; using StackExchange.Redis; using WebAPI.Common.Providers; namespace WebAPI.API.Handlers.Delegating { public class ApiLog...
using System; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using System.Web.Http; using System.Web.Http.Hosting; using Ninject; using Serilog; using StackExchange.Redis; using WebAPI.Common.Providers; namespace WebAPI.API.Handlers.Delegating { public class ApiLog...
87934bc20ae8ce4383b7ff6fbbdb3f035d1791a5
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3424.20200617231854-master-c954ec4
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,436,065
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c954ec4ebbe319d3f8b15359e10a6d157a8736e9"; public static string Version = "1.5"; public static string Build = "3424"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "9e045521cb7922bf82cb8d797cc6e60ce82573c8"; public static string Version = "1.5"; public static string Build = "3423"; ...
5a1abb6f843687034c6187adb6fbaf97e4038fd4
Fixing actors initialization
Fixing actors initialization
dimmpixeye/Unity3dTools
Runtime/Core/LayerImpl.cs
mit
1,592,434,738
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; using UnityEngine; using UnityEngine.SceneManagement; using System.Collections; using System.Collections.Generic; #if ODIN_INSPECTOR using Sirenix.OdinInspector; #endif namespace Pixeye.Actors { /// A scene point of entry. The developer ...
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; using UnityEngine; using UnityEngine.SceneManagement; using System.Collections; using System.Collections.Generic; #if ODIN_INSPECTOR using Sirenix.OdinInspector; #endif namespace Pixeye.Actors { /// A scene point of entry. The developer ...
50ec4da4cd3b08a53f60b2ec5c5c8e4e008d5b15
dont keep capture when minimising.
dont keep capture when minimising.
wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkor...
src/Avalonia.Controls/Chrome/CaptionButtons.cs
mit
1,592,434,151
using System; using System.Collections.Generic; using System.Reactive.Disposables; using System.Text; using Avalonia.Controls.Primitives; using Avalonia.VisualTree; namespace Avalonia.Controls.Chrome { public class CaptionButtons : TemplatedControl { private CompositeDisposable _disposables; p...
using System; using System.Collections.Generic; using System.Reactive.Disposables; using System.Text; using Avalonia.Controls.Primitives; using Avalonia.VisualTree; namespace Avalonia.Controls.Chrome { public class CaptionButtons : TemplatedControl { private CompositeDisposable _disposables; p...
3ba935c2071d1a28c0efb129af9367396822094f
fix managed titlebar sizing.
fix managed titlebar sizing.
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,akrisiun/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wiesla...
src/Avalonia.Controls/Chrome/TitleBar.cs
mit
1,592,434,149
using System; using System.Reactive.Disposables; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.LogicalTree; using Avalonia.Media; namespace Avalonia.Controls.Chrome { public class TitleBar : TemplatedControl { private CompositeDisposable _disposables; private Window ...
using System; using System.Reactive.Disposables; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.LogicalTree; using Avalonia.Media; namespace Avalonia.Controls.Chrome { public class TitleBar : TemplatedControl { private CompositeDisposable _disposables; private Window ...
6ad93fb590565e9088b7c664440594272f1b8e94
Fix black border issue in time gate models
Fix black border issue in time gate models
tigrouind/AITD-roomviewer
Assets/Scripts/Model/ModelLoader.cs
mit
1,592,434,147
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Globalization; using System; using UnityEngine.SceneManagement; using UnityEngine.UI; using System.Text; public class ModelLoader : MonoBehaviour { private int modelIndex = 0; private int ...
c63e4d13b0697deb9916005167dc1259cb452596
fix sizing when disabling extended mode.
fix sizing when disabling extended mode.
Perspex/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Ava...
src/Avalonia.Native/WindowImpl.cs
mit
1,592,434,104
using System; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Native.Interop; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Platform.Interop; namespace Avalonia.Native { public class WindowImpl : WindowBaseImpl, IWindowImpl...
using System; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Native.Interop; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Platform.Interop; namespace Avalonia.Native { public class WindowImpl : WindowBaseImpl, IWindowImpl...
fbe25123cea123da785f6047bbbdefd637b6ce0e
When system captions are disabled on win32 and window is maximized border will not be hidden offscreen.
When system captions are disabled on win32 and window is maximized border will not be hidden offscreen.
jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,grok...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,592,434,095
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
6e809937c6eaaeeb7ce8ba827a7962820a8074d3
NoChome is 0
NoChome is 0
akrisiun/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,SuperJMN/Avalonia,grokys/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jk...
src/Avalonia.Controls/Platform/ExtendClientAreaChromeHints.cs
mit
1,592,434,060
using System; namespace Avalonia.Platform { [Flags] public enum ExtendClientAreaChromeHints { NoChrome, Default = SystemTitleBar | SystemChromeButtons, SystemTitleBar = 0x01, SystemChromeButtons = 0x02, ManagedChromeButtons = 0x04, PreferSystemChrome...
using System; namespace Avalonia.Platform { [Flags] public enum ExtendClientAreaChromeHints { Default = SystemTitleBar | SystemChromeButtons, NoChrome, SystemTitleBar = 0x01, SystemChromeButtons = 0x02, ManagedChromeButtons = 0x04, PreferSystemChrome...
1ce5fdfd03744932edcba0d7ef1654a4e454565e
Update when caption buttons are turned on or off.
Update when caption buttons are turned on or off.
akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/A...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,592,434,060
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
693487313d8dfd3f5c41ca68fa8f631bb9fadb62
fix hit testing.
fix hit testing.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,Super...
src/Windows/Avalonia.Win32/WindowImpl.CustomCaptionProc.cs
mit
1,592,434,057
using System; using System.Diagnostics; using Avalonia.Controls; using Avalonia.Input; using static Avalonia.Win32.Interop.UnmanagedMethods; namespace Avalonia.Win32 { public partial class WindowImpl { // Hit test the frame for resizing and moving. HitTestValues HitTestNCA(IntPtr hWnd, IntPtr ...
using System; using System.Collections.Generic; using System.Text; using Avalonia.Controls; using Avalonia.Input; using static Avalonia.Win32.Interop.UnmanagedMethods; namespace Avalonia.Win32 { public partial class WindowImpl { // Hit test the frame for resizing and moving. HitTestValues HitT...
a838129ff9b153dda37f65e817dc4b84451e29de
Configurable titlebar height.
Configurable titlebar height.
Perspex/Perspex,grokys/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,Perspex/Perspex,grokys/Perspe...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,592,434,057
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
29661b45bad93b1b27ce4177e80ecd0d513c3d09
add handler for DWM_COMPOSITION_CHANGED.
add handler for DWM_COMPOSITION_CHANGED.
wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun...
src/Windows/Avalonia.Win32/WindowImpl.CustomCaptionProc.cs
mit
1,592,434,008
using System; using System.Collections.Generic; using System.Text; using Avalonia.Controls; using Avalonia.Input; using static Avalonia.Win32.Interop.UnmanagedMethods; namespace Avalonia.Win32 { public partial class WindowImpl { // Hit test the frame for resizing and moving. HitTestValues HitT...
using System; using System.Collections.Generic; using System.Text; using Avalonia.Controls; using Avalonia.Input; using static Avalonia.Win32.Interop.UnmanagedMethods; namespace Avalonia.Win32 { public partial class WindowImpl { // Hit test the frame for resizing and moving. HitTestValues HitT...
61699e35e93d7e7fe3eec4bd907e5a3687235518
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,592,433,960
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
3a1486be5622a53c8340cd8bcef8a34d34afd9ed
check composition is allowed before allowing extended windows.
check composition is allowed before allowing extended windows.
SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Aval...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,592,433,912
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
d43108d442e09b61c53b173d2537428f503da8ee
only report extended if we were able to.
only report extended if we were able to.
grokys/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,592,433,911
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Media; using Avalonia.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Av...
1d12a4c044f95d8419eff874040e4717a0d61538
working win32 non-client area hit testing.
working win32 non-client area hit testing.
wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslaw...
src/Windows/Avalonia.Win32/WindowImpl.WndProc.cs
mit
1,592,433,875
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.I...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.I...
9a60bbf528c5c5f4a1034a60fb497e8be0810e63
render hit test non-client area.
render hit test non-client area.
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,Perspex/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jk...
src/Windows/Avalonia.Win32/WindowImpl.WndProc.cs
mit
1,592,433,874
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.I...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using Avalonia.Controls; using Avalonia.Input; using Avalonia.I...
9b9b2d8330ba870c77bb4b9b3b77d1ed5e57fcfc
fallback transparency should be null so that it doesnt hit test.
fallback transparency should be null so that it doesnt hit test.
SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspe...
src/Avalonia.Controls/TopLevel.cs
mit
1,592,433,872
using System; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Layout; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Styling; using Avalonia.Utiliti...
using System; using System.Reactive.Linq; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Layout; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Styling; using Avalonia.Utiliti...
998a7fa086ee29d165593df0943ea1bf2ac6e4e6
Unit Tests
Unit Tests
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/DynamicMethodDefinitionTest.cs
mit
1,592,433,866
using System.Linq; using System.Reflection; using System.Reflection.Emit; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.DotNet.TestCases.Methods; using AsmResolver.PE.DotNet.Cil; using Xunit; namespace AsmResolver.DotNet.Tests { public class DynamicMethodDefinitionTest { [Fact] ...
using System.Linq; using System.Reflection.Emit; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.DotNet.TestCases.Methods; using AsmResolver.PE.DotNet.Cil; using Xunit; namespace AsmResolver.DotNet.Tests { public class DynamicMethodDefinitionTest { [Fact] public void ReadDynamicMe...
e75d68540f1daff0d05a358f0afa78862dd36f94
Nullability
Nullability
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Workflow.Model/Elements/StateMachineType.cs
mit
1,592,433,685
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="StateMachineType.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="StateMachineType.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
c92b5972115505a1a6e22d6a900e71250c039418
Adjust test to cover this case
Adjust test to cover this case
mono/msbuild,mono/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,mono/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,rain...
src/Build.UnitTests/Construction/SolutionProjectGenerator_Tests.cs
mit
1,592,432,972
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Text; using System.IO; using S...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Text; using System.IO; using S...
4fe0b4471d22df6f98562043e8ead9e4bf77b881
fixed copy-paste typo: rgFileNodes of >1th FileNodeListFragments were not parsed correctly
fixed copy-paste typo: rgFileNodes of >1th FileNodeListFragments were not parsed correctly
OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites
FileSyncandWOPI/Source/MS-ONESTORE/Adapter/Stack/FileStructrue/RootFileNodeList.cs
mit
1,592,432,449
namespace Microsoft.Protocols.TestSuites.MS_ONESTORE { using System.Collections.Generic; using System.Linq; /// <summary> /// The class is used to represent the Root File Node List. /// </summary> public class RootFileNodeList { public RootFileNodeList() { this....
namespace Microsoft.Protocols.TestSuites.MS_ONESTORE { using System.Collections.Generic; using System.Linq; /// <summary> /// The class is used to represent the Root File Node List. /// </summary> public class RootFileNodeList { public RootFileNodeList() { this....
57c46b18215c81594b1792aaa29fa40c28d38d57
Fix output for overloaded operators
Fix output for overloaded operators
JakeGinnivan/ApiApprover
src/PublicApiGenerator/CSharpOperatorKeyword.cs
mit
1,592,431,856
using System.Collections.Generic; namespace PublicApiGenerator { internal static class CSharpOperatorKeyword { static readonly IDictionary<string, string> OperatorNameMap = new Dictionary<string, string> { { "op_False", "false" }, { "op_True", "true" }, { "op...
using System.Collections.Generic; namespace PublicApiGenerator { internal static class CSharpOperatorKeyword { static readonly IDictionary<string, string> OperatorNameMap = new Dictionary<string, string> { { "op_Addition", "+" }, { "op_UnaryPlus", "+" }, { "o...
51b4c772db494f166f24fa1cf26033c291ca8566
remove cliprect from progress bar.
remove cliprect from progress bar.
AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzin...
src/Avalonia.Controls/ProgressBar.cs
mit
1,592,431,639
using Avalonia.Controls.Primitives; using Avalonia.Layout; using Avalonia.Media; namespace Avalonia.Controls { /// <summary> /// A control used to indicate the progress of an operation. /// </summary> public class ProgressBar : RangeBase { private double _Container2Width; pr...
using Avalonia.Controls.Primitives; using Avalonia.Layout; using Avalonia.Media; namespace Avalonia.Controls { /// <summary> /// A control used to indicate the progress of an operation. /// </summary> public class ProgressBar : RangeBase { private Geometry _clipRect; private double ...
0b9c4ce8ace7bb15846f3386b3c7a15abc9c0179
Refactor ImageflowException buffering; remove Debug.Write and Console.Write statements
Refactor ImageflowException buffering; remove Debug.Write and Console.Write statements
imazen/imageflow-dotnet
src/Imageflow/Bindings/ImageflowException.cs
agpl-3.0
1,592,430,626
using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace Imageflow.Bindings { public class ImageflowException : Exception { private const int MaxBufferSize = 8096 * 4; internal ImageflowException(string message) : base(message) { ...
using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace Imageflow.Bindings { public class ImageflowException : Exception { private const int MaxBufferSize = 8096; internal ImageflowException(string message) : base(message) { ...
4f332d8036be8ed58b9adee612efe0cc60176a7b
set ReceiveTimeout to 1 second in PulsedNMR.cs
set ReceiveTimeout to 1 second in PulsedNMR.cs
pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes
projects/pulsed_nmr/client/PulsedNMR.cs
mit
1,592,428,539
/* compilation command: C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe /target:library PulsedNMR.cs */ using System; using System.Net.Sockets; using System.Windows.Forms; namespace PulsedNMR { public class Client { private Socket s; public Client() { s = null; } public void Conn...
/* compilation command: C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe /target:library PulsedNMR.cs */ using System; using System.Net.Sockets; using System.Windows.Forms; namespace PulsedNMR { public class Client { private Socket s; public Client() { s = null; } public void Conn...
387c566513c487e310757f53ec050049cf35bedc
ContentCache -> Content + MediaCache -> Media
ContentCache -> Content + MediaCache -> Media (cherry picked from commit ce68d71e23ed91bef58d1c547849a74d425bb114)
skybrud/Skybrud.Umbraco.Redirects,skybrud/Skybrud.Umbraco.Redirects
src/Skybrud.Umbraco.Redirects/Models/RedirectDestination.cs
mit
1,592,428,298
using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json.Extensions; using Umbraco.Core.Models.PublishedContent; using Umbraco.Web.Composing; namespace Skybrud.Umbraco.Redirects.Models { /// <summary> /// Class representing the destination of a redirect. /// </summar...
using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json.Extensions; using Umbraco.Core.Models.PublishedContent; using Umbraco.Web.Composing; namespace Skybrud.Umbraco.Redirects.Models { /// <summary> /// Class representing the destination of a redirect. /// </summar...
dae5204523c1a7f5d0c7408841c37c6007904505
Re-adding "Link" and "HasLink" properties so we don't create a breaking change
Re-adding "Link" and "HasLink" properties so we don't create a breaking change
skybrud/Skybrud.Umbraco.Redirects,skybrud/Skybrud.Umbraco.Redirects
src/Skybrud.Umbraco.Redirects/Models/Outbound/OutboundRedirect.cs
mit
1,592,428,289
using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json; using Skybrud.Essentials.Json.Extensions; namespace Skybrud.Umbraco.Redirects.Models.Outbound { /// <summary> /// Model for an outbound redirect. /// </summary> public class OutboundRedirect : JsonObje...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json; using Skybrud.Essentials.Json.Extensions; namespace Skybrud.Umbraco.Redirects.Models.Outbound { /// <summary> /// Model for an outbound redirect. /// </summary> public class OutboundRedirect : JsonObjectBase { ...
3c4f085275830a7cd40d46cac4fd523f700a6165
(#52) Change button type based on string length
(#52) Change button type based on string length
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/InstructionalButtons.cs
mit
1,592,428,156
namespace RAGENativeUI.Elements { using System; using Rage; using Rage.Native; public class InstructionalButtons { public Scaleform Scaleform { get; } public InstructionalButtonsCollection Buttons { get; } public InstructionalButtons() { Scaleform = new...
namespace RAGENativeUI.Elements { using System; using Rage; using Rage.Native; public class InstructionalButtons { public Scaleform Scaleform { get; } public InstructionalButtonsCollection Buttons { get; } public InstructionalButtons() { Scaleform = new...
b0597a3b6aa10086e6c9db753bdaa7a383fa0f42
Link -> Destination
Link -> Destination (cherry picked from commit b677021d50a50e5a72f7c063300c98096436e8c3)
skybrud/Skybrud.Umbraco.Redirects,skybrud/Skybrud.Umbraco.Redirects
src/Skybrud.Umbraco.Redirects/Models/Outbound/OutboundRedirect.cs
mit
1,592,427,905
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json; using Skybrud.Essentials.Json.Extensions; namespace Skybrud.Umbraco.Redirects.Models.Outbound { /// <summary> /// Model for an outbound redirect. /// </summary> public class OutboundRedirect : JsonObjectBase { ...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json; using Skybrud.Essentials.Json.Extensions; namespace Skybrud.Umbraco.Redirects.Models.Outbound { /// <summary> /// Model for an outbound redirect. /// </summary> public class OutboundRedirect : JsonObjectBase { ...
c55b0e27c3fc9f79b93e834aacb1b2797da470b5
fix whitespace.
fix whitespace.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,Perspex/Perspex,jkoritzinsky/Perspex,Per...
src/Avalonia.Visuals/Rendering/SceneGraph/DeferredDrawingContextImpl.cs
mit
1,592,427,500
using System; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Utilities; using Avalonia.Visuals.Media.Imaging; using Avalonia.VisualTree; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// A drawing context which builds a scene graph. /// </summary>...
using System; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Utilities; using Avalonia.Visuals.Media.Imaging; using Avalonia.VisualTree; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// A drawing context which builds a scene graph. /// </summary>...
c7f686922da3c8e7eeff012a08e3788d3a198d34
Fix namespace for CommandInterpreterTest.cs
Fix namespace for CommandInterpreterTest.cs
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/GUI/CommandInterpreterTest.cs
mit
1,592,427,030
using Mono.Options; using System.IO; using WalletWasabi.Gui.CommandLine; using Xunit; namespace WalletWasabi.Tests.UnitTests.GUI { public class CommandInterpreterTest { [Fact] public async void CommandInterpreterShowsHelpAsync() { var textWriter = new StringWriter(); var c = new CommandInterpreter(textWr...
using Mono.Options; using System.IO; using WalletWasabi.Gui.CommandLine; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class CommandInterpreterTest { [Fact] public async void CommandInterpreterShowsHelpAsync() { var textWriter = new StringWriter(); var c = new CommandInterpreter(textWriter...
eb31983d666d30c4ae064c365461da5f80387ccb
Add UserProjectNotifications to DbContext
Add UserProjectNotifications to DbContext
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
src/Dangl.WebDocumentation/Models/ApplicationDbContext.cs
mit
1,592,427,020
using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace Dangl.WebDocumentation.Models { public class ApplicationDbContext : IdentityDbContext<ApplicationUser> { public ApplicationDbContext(DbContextOptions options) : base(options) { } public DbSe...
using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; namespace Dangl.WebDocumentation.Models { public class ApplicationDbContext : IdentityDbContext<ApplicationUser> { public ApplicationDbContext(DbContextOptions options) : base(options) { } public DbSe...
bba58ec9d2866bca4ee84d8b429bd69e32c55369
Fix threading issue with ClrRuntime.BaseClassLibrary (#769)
Fix threading issue with ClrRuntime.BaseClassLibrary (#769) The ??= operator does not seem handle thread safety.
cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Implementation/ClrmdRuntime.cs
mit
1,592,426,563
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; namespace Microsoft.Diagnostic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; namespace Microsoft.Diagnostic...
2098a2e866014be772fccd879ef89095a4de99d6
Add missing xmldoc.
Add missing xmldoc.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/MetadataMember.cs
mit
1,592,425,890
using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet { /// <summary> /// Represents a single member in a .NET image. /// </summary> public abstract class MetadataMember : IMetadataMember { /// <summary> /// Initializes the metadata member with a metadata token....
using AsmResolver.PE.DotNet.Metadata.Tables; namespace AsmResolver.DotNet { public abstract class MetadataMember : IMetadataMember { protected MetadataMember(MetadataToken token) { MetadataToken = token; } /// <inheritdoc /> public MetadataToken Meta...
15a5d1e746b32dd9485af7e393e464319af85f26
Treat unspecified 'k' values in DKIM DNS records as k=rsa
Treat unspecified 'k' values in DKIM DNS records as k=rsa Fixes issue #583
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/DkimPublicKeyLocatorBase.cs
mit
1,592,425,266
// // DkimPublicKeyLocatorBase.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal //...
// // DkimPublicKeyLocatorBase.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal //...
a6e6eb4670e0aa6418d84e8949a331ccc5fb6a3b
(GH-782) Ensure correct property is used
(GH-782) Ensure correct property is used When setting up the RemoteSourceViewModel, the DefaultToTileViewForLocalSource was being used, where the DefaultToTileViewForRemoteSource used be getting used instead.
chocolatey/ChocolateyGUI,gep13/ChocolateyGUI,chocolatey/ChocolateyGUI,gep13/ChocolateyGUI,gep13/ChocolateyGUI,chocolatey/ChocolateyGUI,gep13/ChocolateyGUI,gep13/ChocolateyGUI,chocolatey/ChocolateyGUI,chocolatey/ChocolateyGUI,chocolatey/ChocolateyGUI,gep13/ChocolateyGUI
Source/ChocolateyGui.Common.Windows/ViewModels/RemoteSourceViewModel.cs
apache-2.0
1,592,424,972
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Chocolatey" file="RemoteSourceViewModel.cs"> // Copyright 2017 - Present Chocolatey Software, LLC // Copyright 2014 - 2017 Rob Reynolds, the maintainers of Chocolatey, a...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Chocolatey" file="RemoteSourceViewModel.cs"> // Copyright 2017 - Present Chocolatey Software, LLC // Copyright 2014 - 2017 Rob Reynolds, the maintainers of Chocolatey, a...
4c9570dd021fb0af32b3cb0c8a130fb88d07d674
Fix code style issue
Fix code style issue
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/GUI/CommandInterpreterTest.cs
mit
1,592,424,552
using Mono.Options; using System.IO; using WalletWasabi.Gui.CommandLine; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class CommandInterpreterTest { [Fact] public async void CommandInterpreterShowsHelpAsync() { var textWriter = new StringWriter(); var c = new CommandInterpreter(textWriter...
using Mono.Options; using System.IO; using WalletWasabi.Gui.CommandLine; using Xunit; namespace WalletWasabi.Tests.UnitTests { public class CommandInterpreterTest { [Fact] public async void CommandInterpreterShowsHelpAsync() { var textWriter = new StringWriter(); var c = new CommandInterpreter(textWriter...
928af176e25664cd6ff2586c1f633d0164e8c856
Added Reboot function doc
Added Reboot function doc
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/ACPI.cs
bsd-3-clause
1,592,424,300
using Cosmos.Core; using Cosmos.Debug.Kernel; using System; using System.Runtime.InteropServices; namespace Cosmos.Core { public unsafe class ACPI { public static readonly Debugger mDebugger = new Debugger("System", "Global"); //RSD Table [StructLayout(LayoutKind.Sequential, Pack = 1...
using Cosmos.Core; using Cosmos.Debug.Kernel; using System; using System.Runtime.InteropServices; namespace Cosmos.Core { public unsafe class ACPI { public static readonly Debugger mDebugger = new Debugger("System", "Global"); //RSD Table [StructLayout(LayoutKind.Sequential, Pack = 1...
39ea16fbd4cd795a5cd1c4f3d1d1e9aa7eeab58f
Fix NPE when Wasabi wallet is run with the following arguments: wassabee --help
Fix NPE when Wasabi wallet is run with the following arguments: wassabee --help
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/CommandLine/CommandInterpreter.cs
mit
1,592,424,259
using Mono.Options; using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Helpers; using WalletWasabi.Logging; namespace WalletWasabi.Gui.CommandLine { public class CommandInterpreter { /// <returns>If the GUI should run or not.</re...
using Mono.Options; using System; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Helpers; using WalletWasabi.Logging; namespace WalletWasabi.Gui.CommandLine { public class CommandInterpreter { /// <returns>If the GUI should run or not.</re...
4087b44e7a8d5e9ddbce6bd48c99020dd4f1f340
Started working on TextScreenBase api docs
Started working on TextScreenBase api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/TextScreenBase.cs
bsd-3-clause
1,592,424,246
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cosmos.HAL { public abstract class TextScreenBase : Device { /// <summary> /// Clear text screen. /// </summary> public abstract void Clear(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cosmos.HAL { public abstract class TextScreenBase : Device { public abstract void Clear(); public abstract void SetColors(ConsoleColor aForeground, ConsoleColor aBackg...
f5f643489147b02ed49f33a1996780417c6a08a8
Started working on TextScreen api docs
Started working on TextScreen api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/TextScreen.cs
bsd-3-clause
1,592,424,218
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { // Dont hold state here. This is a raw to hardware class. Virtual screens should be done // by memory moves public class TextScreen : TextScreenBase ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { // Dont hold state here. This is a raw to hardware class. Virtual screens should be done // by memory moves public class TextScreen : TextScreenBase ...
0ce2da9c6e78dcd75402d8c87a6761be966d6e63
Started working on PS2Keyboard api docs
Started working on PS2Keyboard api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.HAL2/PS2Keyboard.cs
bsd-3-clause
1,592,424,173
//#define COSMOSDEBUG using System; using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { /// <summary> /// This class describes the PS/2 keyboard. /// </summary> public class PS2Keyboard : KeyboardBase { enum Command : byte { SetLEDs = 0xED, ...
//#define COSMOSDEBUG using System; using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { /// <summary> /// This class describes the PS/2 keyboard. /// </summary> public class PS2Keyboard : KeyboardBase { enum Command : byte { SetLEDs = 0xED, ...
7d1c3176bd988dfedf6415d89be5cfae313d958f
Done Power api docs
Done Power api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.HAL2/Power.cs
bsd-3-clause
1,592,424,134
using Cosmos.Core; namespace Cosmos.HAL { /// <summary> /// Power class. Used to reboot and shutdown the PC. /// </summary> public class Power { //Reboot with CPU /// <summary> /// Reboot the CPU. /// </summary> public static void CPUReboot() { ...
using Cosmos.Core; namespace Cosmos.HAL { public class Power { //Reboot with CPU public static void CPUReboot() { Core.Global.CPU.Reboot(); } //Reboot with ACPI public static void ACPIReboot() { ACPI.Reboot(); //TODO } ...
c9d82b5eef09fea2f92ef7b7fdcc930248953e14
Started working on PCSpeaker api docs
Started working on PCSpeaker api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/PCSpeaker.cs
bsd-3-clause
1,592,423,825
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; namespace Cosmos.HAL { public static class SpeakerExtensions { public static uint MsToHz(this int ms) { return (uint)(1000 / ms); } public static uint MsToHz(thi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; namespace Cosmos.HAL { public static class SpeakerExtensions { public static uint MsToHz(this int ms) { return (uint)(1000 / ms); } public static uint MsToHz(thi...
8295dcef1288d954854d475f86655715ac39f6cb
Started working on PCIDeviceapi docs
Started working on PCIDeviceapi docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.HAL2/PCIDevice.cs
bsd-3-clause
1,592,423,791
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core.IOGroup; using Cosmos.Common.Extensions; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { public class PCIDevice { #region Enums public enum PCIHeaderType : byte { Norma...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core.IOGroup; using Cosmos.Common.Extensions; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { public class PCIDevice { #region Enums public enum PCIHeaderType : byte { Norma...
639122411638ceb1ed9551e7bf01ca0c2fa5553e
Started working on PCI api docs
Started working on PCI api docs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.HAL2/PCI.cs
bsd-3-clause
1,592,423,708
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { public enum ClassID { PCIDevice_2_0 = 0x00, MassStorageController = 0x01, NetworkController = 0x02, DisplayController = 0x03, Multimedi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.HAL { public enum ClassID { PCIDevice_2_0 = 0x00, MassStorageController = 0x01, NetworkController = 0x02, DisplayController = 0x03, Multimedi...
7546ec45a0d0f44f121da7fcd86531cee819a9e7
Started working on NetworkDevice api docs
Started working on NetworkDevice api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/NetworkDevice.cs
bsd-3-clause
1,592,423,686
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.HAL; using Cosmos.HAL.Network; namespace Cosmos.HAL { public delegate void DataReceivedHandler(byte[] packetData); public enum CardType { Ethernet, Wireless } public abstract class ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.HAL; using Cosmos.HAL.Network; namespace Cosmos.HAL { public delegate void DataReceivedHandler(byte[] packetData); public enum CardType { Ethernet, Wireless } public abstract class ...
69c75731eeb84268e4c0b0026f924c637e1e77e5
Started working on KeyboardBase api docs
Started working on KeyboardBase api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/KeyboardBase.cs
bsd-3-clause
1,592,423,639
namespace Cosmos.HAL { public abstract class KeyboardBase : Device { /// <summary> /// Initialize the device. Happens before the interrupt is registered, ie before the class is being used. /// </summary> public abstract void Initialize(); /// <summary> /// Updat...
namespace Cosmos.HAL { public abstract class KeyboardBase : Device { /// <summary> /// Initialize the device. Happens before the interrupt is registered, ie before the class is being used. /// </summary> public abstract void Initialize(); public abstract void UpdateLeds...
7f7035b7693fad4d4a347b2ca8be8fc01988cfd8
Started working on Global api docs
Started working on Global api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/Global.cs
bsd-3-clause
1,592,423,599
using System; using System.Collections.Generic; using Cosmos.Core; using Cosmos.Debug.Kernel; using Cosmos.HAL.BlockDevice; namespace Cosmos.HAL { public static class Global { public static readonly Debugger mDebugger = new Debugger("HAL", "Global"); public static PIT PIT = new PIT(); ...
using System; using System.Collections.Generic; using Cosmos.Core; using Cosmos.Debug.Kernel; using Cosmos.HAL.BlockDevice; namespace Cosmos.HAL { public static class Global { public static readonly Debugger mDebugger = new Debugger("HAL", "Global"); public static PIT PIT = new PIT(); ...
f8d0924a18f95d32e36e50fadf3a2262d80c05d0
Started working on VGAScreen api docs
Started working on VGAScreen api docs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/Drivers/Video/VGAScreen.cs
bsd-3-clause
1,592,423,567
#define COSMOSDEBUG using System; using System.Drawing; using Cosmos.Core; using Cosmos.Debug.Kernel; /***************************************************************************** Sets VGA-compatible video modes without using the BIOS * http://bos.asmhackers.net/docs/vga_without_bios/ * adapted from code by Chris...
#define COSMOSDEBUG using System; using System.Drawing; using Cosmos.Core; using Cosmos.Debug.Kernel; /***************************************************************************** Sets VGA-compatible video modes without using the BIOS * http://bos.asmhackers.net/docs/vga_without_bios/ * adapted from code by Chris...