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 |
|---|---|---|---|---|---|---|---|---|
789c921af1869435142f77c82fbdf5227c3a7af5 | Move replies button to a new line | Move replies button to a new line
| smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,peppy/osu | osu.Game/Overlays/Comments/DrawableComment.cs | mit | 1,594,439,272 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Framework.Graphics.Sprites;
using osuTK;
using osu.Game.Online.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Framework.Graphics.Sprites;
using osuTK;
using osu.Game.Online.... |
1e263598ff608e0351dcd40de5852ee30f7a3b21 | Improve some check naming | Improve some check naming
| macro187/verbot | Verbot/VerbotRepository.Checks.cs | mit | 1,594,437,768 | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckNoMergeCommits();
CheckNoReleaseZero();
... | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckNoMergeCommits();
CheckNoReleaseZero();
... |
01b4c86fdbc7be10745129dd65d4b3f412de349c | Improve UsernameHistoryService. | Improve UsernameHistoryService.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Utility/Services/UsernameHistoryService.cs | mit | 1,594,435,420 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord.WebSocket;
using Mitternacht.Services;
using NLog;
namespace Mitternacht.Modules.Utility.Services {
public class UsernameHistoryService : IMService {
private readonly DbService _db;
private readonly DiscordSocketClient _client;
private... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord.WebSocket;
using Mitternacht.Services;
using NLog;
namespace Mitternacht.Modules.Utility.Services
{
public class UsernameHistoryService : IMService
{
private readonly DbService _db;
pr... |
917bca7cabb1dbeca609a75d33f3aad069b21805 | Improve exceptions. | Improve exceptions.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | MitternachtWeb/Areas/User/Controllers/UserBaseController.cs | mit | 1,594,434,361 | using Discord.WebSocket;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using MitternachtWeb.Controllers;
using System;
namespace MitternachtWeb.Areas.User.Controllers {
public abstract class UserBaseController : DiscordUserController {
[ViewData]
public ulong RequestedUserId { get; set;... | using Discord.WebSocket;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using MitternachtWeb.Controllers;
using System;
namespace MitternachtWeb.Areas.User.Controllers {
public abstract class UserBaseController : DiscordUserController {
[ViewData]
public ulong RequestedUserId { get; set;... |
75075e1d93d2c54c6fc1d006ef257f0db3698c22 | Fix discriminator in UsernameHistoryModel#ToString. | Fix discriminator in UsernameHistoryModel#ToString.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Services/Database/Models/UsernameHistoryModel.cs | mit | 1,594,432,865 | using System;
namespace Mitternacht.Services.Database.Models {
public class UsernameHistoryModel : DbEntity {
public ulong UserId { get; set; }
public string Name { get; set; }
public ushort DiscordDiscriminator { get; set; }
public DateTime DateSet { get;... | using System;
namespace Mitternacht.Services.Database.Models {
public class UsernameHistoryModel : DbEntity {
public ulong UserId { get; set; }
public string Name { get; set; }
public ushort DiscordDiscriminator { get; set; }
public DateTime DateSet { get;... |
dec7a74e9bc593294c1a2b1cd6614b984d9ea017 | Fix refcnt error | Fix refcnt error
| AlexCatarino/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet | src/runtime/runtime_state.cs | mit | 1,594,432,677 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using static Python.Runtime.Runtime;
namespace Python.Runtime
{
class RuntimeState
{
public static bool ShouldRestoreObjects { get; set; } = false;
public static bool UseDummyGC { ge... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using static Python.Runtime.Runtime;
namespace Python.Runtime
{
class RuntimeState
{
public static bool ShouldRestoreObjects { get; set; } = false;
public static bool UseDummyGC { ge... |
84c7449ae40b62a1af20e008957ba191fe3cadc3 | Handle reset | Handle reset
| markolazic88/SwipeCardView | src/MLToolkit.Forms.SwipeCardView/SwipeCardView.cs | mit | 1,594,428,332 | using MLToolkit.Forms.SwipeCardView.Core;
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Windows.Input;
using Xamarin.Forms;
namespace MLToolkit.Forms.SwipeCardView
{
public class SwipeCardView : ContentView
{
... | using MLToolkit.Forms.SwipeCardView.Core;
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Windows.Input;
using Xamarin.Forms;
namespace MLToolkit.Forms.SwipeCardView
{
public class SwipeCardView : ContentView
{
... |
70f0b2c730cf226ceb00d48e74258a115a561a5c | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,594,425,809 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
3623ff4084d7c3b09e7b5bd0e5f0b2c5c7e408d9 | improving layout math | improving layout math
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | Gui/LayoutEngines/LayoutEngineFlow.cs | bsd-2-clause | 1,594,423,085 | /*
Copyright (c) 2020, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2020, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
2580345f13e0e8e81377c0c42df471484be84112 | Fix DivEquals characters in menu | Fix DivEquals characters in menu
Move to Unicode rather than slash to avoid Unity turn it into a menu or spacer
Fix #852
| snozbot/fungus | Assets/Fungus/Scripts/Utils/VariableUtil.cs | mit | 1,594,421,952 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
namespace Fungus
{
public static class VariableUtil
{
public static string GetCompareOperatorDescription(C... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
namespace Fungus
{
public static class VariableUtil
{
public static string GetCompareOperatorDescription(C... |
dbfdc5c87b5000ddd0ee427a295d3be4cab6ae9f | Update StaticWebAssetsIntegrationTest.cs (#23859) | Update StaticWebAssetsIntegrationTest.cs (#23859)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/StaticWebAssetsIntegrationTest.cs | apache-2.0 | 1,594,420,466 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Run... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Run... |
1a5291e2fe6445d4c344526b0cefad741b23eae6 | Change TMProLinkAnim, prevent dups | Change TMProLinkAnim, prevent dups
Fix #848 Thanks to yano
| snozbot/fungus | Assets/Fungus/Scripts/Utils/TMProLinkAnimLookup.cs | mit | 1,594,419,977 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using System.Collections.Generic;
#if UNITY_2018_1_OR_NEWER
namespace Fungus
{
/// <summary>
/// Static lookup fo... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using System.Collections.Generic;
#if UNITY_2018_1_OR_NEWER
namespace Fungus
{
/// <summary>
/// Static lookup fo... |
a3131671efac358c592c4bb6fd24a2929ef8709b | Fix ViewEditor Gizmo param Type | Fix ViewEditor Gizmo param Type
By setting the type in the attribute info Unity expects the param to be of matching type rather than common unity component
| snozbot/fungus | Assets/Fungus/Scripts/Editor/ViewEditor.cs | mit | 1,594,419,589 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEditor;
using UnityEngine;
namespace Fungus.EditorUtils
{
[CanEditMultipleObjects]
[CustomEditor (typeo... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEditor;
using UnityEngine;
namespace Fungus.EditorUtils
{
[CanEditMultipleObjects]
[CustomEditor (typeo... |
59d20819498b748bea1af892a4f88bec1978c37d | Fixed null refrence exception when API results do not include a cursor / pagination object. | Fixed null refrence exception when API results do not include a cursor / pagination object.
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/NewAPI/NewTwitchAPIDataRestResult.cs | mit | 1,594,418,342 | using Newtonsoft.Json.Linq;
using System.Collections.Generic;
namespace Twitch.Base.Models.NewAPI
{
/// <summary>
/// A wrapper result used forthe New Twitch APIs
/// </summary>
/// <typeparam name="T">The type that the result contains</typeparam>
public class NewTwitchAPIDataRestResult<T>
{
... | using Newtonsoft.Json.Linq;
using System.Collections.Generic;
namespace Twitch.Base.Models.NewAPI
{
/// <summary>
/// A wrapper result used forthe New Twitch APIs
/// </summary>
/// <typeparam name="T">The type that the result contains</typeparam>
public class NewTwitchAPIDataRestResult<T>
{
... |
5c6f09ecd3970af919f5c5d03ab031121afa2e40 | Update LoginController.cs | Update LoginController.cs
Fix crash bug in unit tests | csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil | Agiil.Web/Controllers/LoginController.cs | mit | 1,594,417,223 | using System;
using System.Web.Mvc;
using Agiil.Auth;
using Agiil.Domain;
using Agiil.Domain.Auth;
using Agiil.Web.Models.Auth;
using Agiil.Web.Services.Auth;
namespace Agiil.Web.Controllers
{
[AllowAnonymous]
public class LoginController : Controller
{
#region constants
public static rea... | using System;
using System.Web.Mvc;
using Agiil.Auth;
using Agiil.Domain;
using Agiil.Domain.Auth;
using Agiil.Web.Models.Auth;
using Agiil.Web.Services.Auth;
namespace Agiil.Web.Controllers
{
[AllowAnonymous]
public class LoginController : Controller
{
#region constants
public static rea... |
adfa4a93253036dc6d9245c5e599a0db7a23290e | add alpha blending to SVGA II | add alpha blending to SVGA II
| CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Graphics/SVGAIICanvas.cs | bsd-3-clause | 1,594,417,039 | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Drawing;
using Cosmos.Debug.Kernel;
using Cosmos.HAL.Drivers.PCI.Video;
namespace Cosmos.System.Graphics
{
/// <summary>
/// SVGAIIScreen class. Used to draw ractengales to the screen. See also: <seealso cref="Canvas"/>.
//... | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Drawing;
using Cosmos.Debug.Kernel;
using Cosmos.HAL.Drivers.PCI.Video;
namespace Cosmos.System.Graphics
{
/// <summary>
/// SVGAIIScreen class. Used to draw ractengales to the screen. See also: <seealso cref="Canvas"/>.
//... |
293108e8c4ccb78c15e555b8ca6f2dff1817dd8e | Use UIMenu.ProcessControl for input handling in TabInteractiveListItem | Use UIMenu.ProcessControl for input handling in TabInteractiveListItem
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/PauseMenu/TabInteractiveListItem.cs | mit | 1,594,415,131 | using System.Collections.Generic;
using System.Drawing;
using Rage;
using RAGENativeUI.Elements;
namespace RAGENativeUI.PauseMenu
{
public class TabInteractiveListItem : TabItem
{
protected const int MaxItemsPerView = 15;
/// <summary>
/// Hidden menu that holds the items and h... | using System.Collections.Generic;
using System.Drawing;
using Rage;
using RAGENativeUI.Elements;
namespace RAGENativeUI.PauseMenu
{
public class TabInteractiveListItem : TabItem
{
protected const int MaxItemsPerView = 15;
/// <summary>
/// Hidden menu that holds the items and h... |
935db4ed3eeb0a25981bc2cae90d05b950a4ebd8 | Address new pricing structure when deserializing node objects | Address new pricing structure when deserializing node objects
| QuantConnect/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,jameschch/Lean | Common/API/Nodes.cs | apache-2.0 | 1,594,415,081 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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 ... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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 ... |
6cdbd62bd37768df91c29c6543a9c7615ec32abf | Use InstructionalButtons class in TabView | Use InstructionalButtons class in TabView
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/PauseMenu/TabView.cs | mit | 1,594,414,998 | using System;
using System.Collections.Generic;
using System.Drawing;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namespace RAGENativeUI.PauseMenu
{
public class TabView
{
public TabView(string title)
{
Title = title;
Tabs = new List<TabItem>();
... | using System;
using System.Collections.Generic;
using System.Drawing;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namespace RAGENativeUI.PauseMenu
{
public class TabView
{
public TabView(string title)
{
Title = title;
Tabs = new List<TabItem>();
... |
5e828610b46679e0312a84230ca966dd0e8b259b | Add a delay between changing a bucket's storage class and creating an object | Add a delay between changing a bucket's storage class and creating an object
This *may* fix #5160.
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.IntegrationTests/StorageClassTest.cs | apache-2.0 | 1,594,414,686 | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... |
e64d774a0d81f8022f2c137d637d2f36025b7317 | Potentially wait longer for the pool to become unhealthy in WhenPoolReady_AlreadyUnhealthy | Potentially wait longer for the pool to become unhealthy in WhenPoolReady_AlreadyUnhealthy
This should reduce the flakiness - it's a little odd that it's
required, but this particular test does appear to be flaky in some
environments.
| googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.Tests/V1/SessionPoolTests.TargetedSessionPoolTests.cs | apache-2.0 | 1,594,414,686 | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2018 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
c53f29faa84164aead4924c01d101851ba10a478 | Add a delay between applying a bucket policy and fetching using it | Add a delay between applying a bucket policy and fetching using it
| jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet | apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.Snippets/StorageClientSnippets.cs | apache-2.0 | 1,594,414,686 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
4998bd9dc5aa4928f4e24b59f26670ef917f8982 | Skip URL signer test that needs to metadata access | Skip URL signer test that needs to metadata access
See #5163 for more details.
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet | apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1.Snippets/UrlSignerSnippets.cs | apache-2.0 | 1,594,414,686 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
b4ffc890e3860ee4330c81683be43d7a42da07e8 | UIWindowBase: only save state when initialized | UIWindowBase: only save state when initialized
And close the window on Destroy
| allista/AT_Utils | UI/UIWindowBase.cs | mit | 1,594,413,417 | // UIWindowBase.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using System.Collections;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.EventSystems;
namespace AT_Utils
{
[PersistState]
public abstract class UIWindowBase<T> : ICachedState where T :... | // UIWindowBase.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using System.Collections;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.EventSystems;
namespace AT_Utils
{
[PersistState]
public abstract class UIWindowBase<T> : ICachedState where T :... |
c243bee67ad132408f1937e43840e0ab11691759 | Quarantine flaky Components tests (#23857) | Quarantine flaky Components tests (#23857)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/test/E2ETest/Tests/WebAssemblyLazyLoadTest.cs | apache-2.0 | 1,594,412,740 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using BasicTestApp;
using BasicTestApp.RouterTest;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCor... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using BasicTestApp;
using BasicTestApp.RouterTest;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCor... |
9d627a46e6c0abbe960877dc5ac4179be6c21375 | (GH-42) Fix casing of exe name | (GH-42) Fix casing of exe name
So that tool can be correctly located on Unix platforms, i.e. case
sensitive.
| cake-contrib/Cake.Coveralls,cake-contrib/Cake.Coveralls,cake-contrib/Cake.Coveralls | Source/Cake.Coveralls/CoverallsNetRunner.cs | mit | 1,594,412,737 | using System;
using System.Collections.Generic;
using Cake.Core;
using Cake.Core.IO;
using Cake.Core.Tooling;
namespace Cake.Coveralls
{
/// <summary>
/// The Coveralls.io runner.
/// </summary>
public sealed class CoverallsNetRunner : Tool<CoverallsNetSettings>
{
private readonly ICakeEnv... | using System;
using System.Collections.Generic;
using Cake.Core;
using Cake.Core.IO;
using Cake.Core.Tooling;
namespace Cake.Coveralls
{
/// <summary>
/// The Coveralls.io runner.
/// </summary>
public sealed class CoverallsNetRunner : Tool<CoverallsNetSettings>
{
private readonly ICakeEnv... |
3d0a5fb804b6f3bc84b2f2c51348542ad95b2e6d | Refactor to use regex.replace | Refactor to use regex.replace
| mdsol/mauth-client-dotnet | src/Medidata.MAuth.Core/MAuthCoreExtensions.cs | mit | 1,594,410,166 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Jso... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Jso... |
819837f7a1e07bd3742581b957074eed8e282b5c | Use EventArgs.Empty in DelegateCommand (#3179) | Use EventArgs.Empty in DelegateCommand (#3179)
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.Wpf/DelegateCommand.cs | bsd-3-clause | 1,594,409,707 | // Copyright © 2013 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Windows.Input;
namespace CefSharp.Wpf
{
/// <summary>
/// DelegateCommand
/// </summary>
/// <seealso cref="... | // Copyright © 2013 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Windows.Input;
namespace CefSharp.Wpf
{
/// <summary>
/// DelegateCommand
/// </summary>
/// <seealso cref="... |
987218dac242321ccfa8b3c4d5ce47fb7792b5b9 | BatchingActivityProcessor test to dispose correctly (#801) | BatchingActivityProcessor test to dispose correctly (#801)
| open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet | test/OpenTelemetry.Tests/Implementation/Trace/Export/BatchingActivityProcessorTests.cs | apache-2.0 | 1,594,409,605 | // <copyright file="BatchingActivityProcessorTests.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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
//
// h... | // <copyright file="BatchingActivityProcessorTests.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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
//
// h... |
a2920d07ddfca7f076e91b03261f464b2be85da0 | Optimize ContainerSlot | Optimize ContainerSlot
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14-content | Content.Server/GameObjects/ContainerSlot.cs | mit | 1,594,407,605 | using System;
using System.Collections.Generic;
using Robust.Server.GameObjects.Components.Container;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.GameObjects.Components;
using Robust.Shared.ViewVariables;
namespace Content.Server.GameObjects
{
public class ContainerSlot : BaseContai... | using System;
using System.Collections.Generic;
using Robust.Server.GameObjects.Components.Container;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.GameObjects.Components;
using Robust.Shared.ViewVariables;
namespace Content.Server.GameObjects
{
public class ContainerSlot : BaseContai... |
5f1cc3099d5091a35af0dbf4f54379d297155ce5 | OnAuthToken | OnAuthToken
| AlejandroCano/extensions,signumsoftware/framework,signumsoftware/framework,signumsoftware/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions | Signum.React.Extensions/Authorization/AuthTokensServer.cs | mit | 1,594,407,536 | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.React.Filters;
using Signum.Utilities;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Authentication;
using System.Security.Cr... | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.React.Filters;
using Signum.Utilities;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Authentication;
using System.Security.Cr... |
8170727b56dacc0559984849617430788e013441 | Add back Confirmed property | Add back Confirmed property
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/TransactionDetails/ViewModels/TransactionDetailsViewModel.cs | mit | 1,594,407,378 | using System;
using System.Linq;
using NBitcoin;
using ReactiveUI;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Stores;
namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels
{
public class TransactionDetailsViewModel : ViewModelBase
{
private int _confirmations;
private DateTimeOffset _dateT... | using System;
using System.Linq;
using NBitcoin;
using ReactiveUI;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Stores;
namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels
{
public class TransactionDetailsViewModel : ViewModelBase
{
private int _confirmations;
private DateTimeOffset _dateT... |
e41a28c2bd812b9ab69f89067e82cfa015bf6bc3 | Cleanup: Use `int` instead of `long` to avoid `Interlocked.Read` (#13069) | Cleanup: Use `int` instead of `long` to avoid `Interlocked.Read` (#13069)
| daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,PaulHigin/PowerShell,daxian-dbw/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,daxian-dbw/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,daxian-dbw/PowerShell... | src/Microsoft.Management.Infrastructure.CimCmdlets/CimAsyncOperation.cs | mit | 1,594,406,621 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#region Using directives
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Management.Automation;
using System.Threading;
#endregion
namespace Microsoft.Management.I... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#region Using directives
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Management.Automation;
using System.Threading;
#endregion
namespace Microsoft.Management.I... |
29c4055b9ebef70a40748011c0f59d73ea399196 | Updated the reference link in comment to point to tagged version link | Updated the reference link in comment to point to tagged version link
| mdsol/mauth-client-dotnet | src/Medidata.MAuth.Core/MAuthCoreExtensions.cs | mit | 1,594,404,269 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Jso... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Jso... |
fa0c2d7f84985060a047be059fc0721e8c2fce0a | Fix room name overflowing on multiplayer lounge | Fix room name overflowing on multiplayer lounge
| peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu | osu.Game/Screens/Multi/Lounge/Components/RoomInfo.cs | mit | 1,594,402,961 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics;
us... |
f5263e9db485a485a8465cd09c9a55efbd658b54 | Add better support for parsing menu with properties | Add better support for parsing menu with properties
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Menus/MenuProcessor.cs | bsd-2-clause | 1,594,402,000 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System.Collections.Generic;
using System.Diagnostics;
using Lunet.Core;
using Lunet.Yaml;
using Scriban.Runtime;
using Zio;
name... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System.Collections.Generic;
using System.Diagnostics;
using Lunet.Core;
using Lunet.Yaml;
using Scriban.Runtime;
using Zio;
name... |
a0dacba21a1b1296157e6a1f4ba1694cda625617 | Add support for modifying list_item_class on menu | Add support for modifying list_item_class on menu
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Menus/MenuObject.cs | bsd-2-clause | 1,594,401,967 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Lunet.Core;
using Scriban;
using Scri... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Lunet.Core;
using Scriban;
using Scri... |
0f211469fba5b93a775d69b6836870b0099d2432 | Fix collapse for menu | Fix collapse for menu
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Menus/MenuObject.cs | bsd-2-clause | 1,594,401,950 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Lunet.Core;
using Scriban;
using Scri... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Lunet.Core;
using Scriban;
using Scri... |
e664cab7d5ecbe5f4b9099c3a3d203b098927a34 | Validate instance online status in GetId requests | Validate instance online status in GetId requests
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Controllers/InstanceController.cs | agpl-3.0 | 1,594,401,903 | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Syst... | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Syst... |
40e52c00c3e00c798f6f1ff2b93ae3ec86c48516 | Add urlize method | Add urlize method
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/HelperObject.cs | bsd-2-clause | 1,594,401,880 | using System;
using System.Globalization;
using System.Text;
using Scriban.Runtime;
using Zio;
namespace Lunet.Core
{
public class HelperObject : DynamicObject<SiteObject>
{
public HelperObject(SiteObject parent) : base(parent)
{
parent.SetValue(SiteVariables.Helpers, this, true);
... | namespace Lunet.Core
{
public class HelperObject : DynamicObject<SiteObject>
{
public HelperObject(SiteObject parent) : base(parent)
{
parent.SetValue(SiteVariables.Helpers, this, true);
Head = parent.Scripts.CompileAnonymous("include 'builtins/head.sbn-html'");
... |
a5c951b6d379751a61e0bcced038bea148c16c66 | Resolve instance online/offline issues in the DB | Resolve instance online/offline issues in the DB
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Controllers/InstanceController.cs | agpl-3.0 | 1,594,401,777 | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Syst... | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Syst... |
36d356b032222204570f5532fa29d30d0ead4d10 | 加强文件系统对读取资源越界的检查 | 加强文件系统对读取资源越界的检查
| EllanJiang/GameFramework,GameFramework/GameFramework | GameFramework/FileSystem/FileSystem.cs | mit | 1,594,401,217 | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
using System.Collecti... | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using System;
using System.Collecti... |
79dcfe709096f4e721a611b6f90a599529544bf9 | CC.UI: reformatted pbulic props of AddTankControl for easier reading | CC.UI: reformatted pbulic props of AddTankControl for easier reading
| allista/ConfigurableContainers,allista/ConfigurableContainers | CC.UI/AddTankControl.cs | mit | 1,594,401,139 | using System;
using System.Collections.Generic;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.UI;
namespace CC.UI
{
public class AddTankControl : TankManagerUIPart
{
public enum VolumeUnits { CUBIC_METERS, PARTS }
private static readonly Dictionary<VolumeUnits, string> unitNames = ne... | using System;
using System.Collections.Generic;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.UI;
namespace CC.UI
{
public class AddTankControl : TankManagerUIPart
{
public enum VolumeUnits { CUBIC_METERS, PARTS }
private static readonly Dictionary<VolumeUnits, string> unitNames = ne... |
7d410029bbc9724cf569f726391fce4da9e6fdca | Handle a null return from FromCompileJob in SessionPersistor | Handle a null return from FromCompileJob in SessionPersistor
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Session/SessionPersistor.cs | agpl-3.0 | 1,594,401,020 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Components.Deployment;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.System;
using Z.EntityFramework.Plus;
nam... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Components.Deployment;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.System;
using Z.EntityFramework.Plus;
nam... |
65db802945c27325139640f01d50db4bf441e0fd | CC.UI:TankManagerUI.updateTankControls: improved performance | CC.UI:TankManagerUI.updateTankControls: improved performance
1. by using dict instead of a list to keep track of the tank controls
2. by simultaneously updating existing tank controls while removing obsolete
ones
| allista/ConfigurableContainers,allista/ConfigurableContainers | CC.UI/TankManagerUI.cs | mit | 1,594,400,761 | using System.Collections.Generic;
using System.Linq;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.UI;
namespace CC.UI
{
public class TankManagerUI : ScreenBoundRect
{
private ITankManager tankManager;
public AddTankControl addTankControl;
public Text partTitleLabel, volumeLa... | using System.Collections.Generic;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.UI;
namespace CC.UI
{
public class TankManagerUI : ScreenBoundRect
{
private ITankManager tankManager;
public AddTankControl addTankControl;
public Text partTitleLabel, volumeLabel;
public... |
ab3c6b75580a841b86009ffc41559e050e1b1514 | CC.UI:TankControlsUI: update resource dropdown options only when needed | CC.UI:TankControlsUI: update resource dropdown options only when needed
| allista/ConfigurableContainers,allista/ConfigurableContainers | CC.UI/TankControlsUI.cs | mit | 1,594,400,318 | using AT_Utils.UI;
using UnityEngine.Events;
using UnityEngine.UI;
namespace CC.UI
{
public class TankControlsUI : TankManagerUIPart
{
public Button
deleteButton,
fullTankButton,
emptyTankButton,
editVolumeButton,
editMaxAmountButton,
... | using AT_Utils.UI;
using UnityEngine.Events;
using UnityEngine.UI;
namespace CC.UI
{
public class TankControlsUI : TankManagerUIPart
{
public Button
deleteButton,
fullTankButton,
emptyTankButton,
editVolumeButton,
editMaxAmountButton,
... |
0d629b734983ee47c0eedd90371735fae22d5960 | CC.UI:TankControlsUI: converted public Tank prop to private tank field | CC.UI:TankControlsUI: converted public Tank prop to private tank field
Because it isn't used anywhere outside the class
| allista/ConfigurableContainers,allista/ConfigurableContainers | CC.UI/TankControlsUI.cs | mit | 1,594,399,951 | using AT_Utils.UI;
using UnityEngine.Events;
using UnityEngine.UI;
namespace CC.UI
{
public class TankControlsUI : TankManagerUIPart
{
public Button
deleteButton,
fullTankButton,
emptyTankButton,
editVolumeButton,
editMaxAmountButton,
... | using AT_Utils.UI;
using UnityEngine.Events;
using UnityEngine.UI;
namespace CC.UI
{
public class TankControlsUI : TankManagerUIPart
{
public Button
deleteButton,
fullTankButton,
emptyTankButton,
editVolumeButton,
editMaxAmountButton,
... |
5ede035d465a8f283276a50eecbfc14fcbf3b730 | Minor log line | Minor log line
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Deployment/DmbFactory.cs | agpl-3.0 | 1,594,399,807 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Models;
n... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Database;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Models;
n... |
b4336e454a76a29ac64da34743b458465f30acf2 | Update SubSceneManager.SceneList.cs | Update SubSceneManager.SceneList.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.SceneList.cs | agpl-3.0 | 1,594,399,435 | using System.Collections;
using Mirror;
using UnityEditor;
using UnityEngine.SceneManagement;
using WebSocketSharp;
//The scene list on the server
public partial class SubSceneManager
{
private string serverChosenAwaySite = "loading";
private string serverChosenMainStation = "loading";
public static string Server... | using System.Collections;
using Mirror;
using UnityEditor;
using UnityEngine.SceneManagement;
using WebSocketSharp;
//The scene list on the server
public partial class SubSceneManager
{
private string serverChosenAwaySite = "loading";
private string serverChosenMainStation = "loading";
public static string Server... |
391dee6e0d4c683368c20c0c0cfcd5cd879a7302 | Fix input sensitivity | Fix input sensitivity
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Entities/PlayerController.cs | mpl-2.0 | 1,594,399,340 | using System;
using Alex.API.Input;
using Alex.API.Input.Listeners;
using Alex.API.Services;
using Alex.API.Utils;
using Alex.Gui.Dialogs.Containers;
using Alex.Worlds;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.I... | using System;
using Alex.API.Input;
using Alex.API.Input.Listeners;
using Alex.API.Services;
using Alex.API.Utils;
using Alex.Gui.Dialogs.Containers;
using Alex.Worlds;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.I... |
e878135bcfb783ff0f4c32718cfe51fab0588d88 | SwitchableTankManager.Info uses StringBuilder | SwitchableTankManager.Info uses StringBuilder
| allista/ConfigurableContainers,allista/ConfigurableContainers | SwitchableTankManager.cs | mit | 1,594,398,956 | // SwitchableTankManager.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
using System;
using System.Collections.Generic;
using System.Linq;
using CC.UI;
using UnityEngine;
namespace AT_Utils
{
public interface ITankManagerHost
{
SwitchableTankManager... | // SwitchableTankManager.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
using System;
using System.Collections.Generic;
using System.Linq;
using CC.UI;
using UnityEngine;
namespace AT_Utils
{
public interface ITankManagerHost
{
SwitchableTankManager... |
5fc235b2d5450842cc670d36881baa1f4ae6ccad | VolumeConfiguration.Info checks if it's Valid and uses StringBuilder | VolumeConfiguration.Info checks if it's Valid and uses StringBuilder
| allista/ConfigurableContainers,allista/ConfigurableContainers | VolumeConfiguration.cs | mit | 1,594,398,899 | // VolumeConfiguration.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
using System.Collections.Generic;
using System.Linq;
namespace AT_Utils
{
public class BaseVolume : ConfigNodeObject
{
public new const string NODE_NAME = "VOLUME";
[Persi... | // VolumeConfiguration.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
using System.Collections.Generic;
using System.Linq;
namespace AT_Utils
{
public class BaseVolume : ConfigNodeObject
{
public new const string NODE_NAME = "VOLUME";
[Persi... |
7e41c1910c7ad8d3a6b50bce8a454ded8bdd4fc9 | AT_Utils.UI: made Utils static | AT_Utils.UI: made Utils static
| allista/AT_Utils | Unity/UI/Utils.cs | mit | 1,594,398,614 | using System.Collections.Generic;
using System.Linq;
using UnityEngine.UI;
namespace AT_Utils.UI
{
public static class UI_Utils
{
public static List<Dropdown.OptionData>
namesToOptions(IEnumerable<string> names, bool convertCamelCase = true) =>
names?.Select(name =>
... | using System.Collections.Generic;
using System.Linq;
using UnityEngine.UI;
namespace AT_Utils.UI
{
public class UI_Utils
{
public static List<Dropdown.OptionData>
namesToOptions(IEnumerable<string> names, bool convertCamelCase = true) =>
names?.Select(name =>
... |
d43cbba883bea56852c0f5b39de0f0ef95410447 | AT_Utils.UI: Utils.namesToOptions: added optional convertCamelCase bool argument | AT_Utils.UI: Utils.namesToOptions: added optional convertCamelCase bool argument
If true (default), the names are converted from camel case.
| allista/AT_Utils | Unity/UI/Utils.cs | mit | 1,594,398,600 | using System.Collections.Generic;
using System.Linq;
using UnityEngine.UI;
namespace AT_Utils.UI
{
public class UI_Utils
{
public static List<Dropdown.OptionData>
namesToOptions(IEnumerable<string> names, bool convertCamelCase = true) =>
names?.Select(name =>
... | using System.Collections.Generic;
using System.Linq;
using UnityEngine.UI;
namespace AT_Utils.UI
{
public class UI_Utils
{
public static List<Dropdown.OptionData> namesToOptions(IEnumerable<string> names) =>
names?.Select(name =>
new Dropdown.OptionData(FormatUtils.Parse... |
4d75e95dade979bf2db3ea3262de62b2a53a44aa | UIWindowBase: don't use virtual methods in consturctor. | UIWindowBase: don't use virtual methods in consturctor.
| allista/AT_Utils | UI/UIWindowBase.cs | mit | 1,594,398,341 | // UIWindowBase.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using System.Collections;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.EventSystems;
namespace AT_Utils
{
[PersistState]
public abstract class UIWindowBase<T> : ICachedState where T :... | // UIWindowBase.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2019 Allis Tauri
using System.Collections;
using AT_Utils.UI;
using UnityEngine;
using UnityEngine.EventSystems;
namespace AT_Utils
{
[PersistState]
public abstract class UIWindowBase<T> : ICachedState where T :... |
117c0dace307fb2ba3ee03d6697bf729b6c6fa56 | refactor and docker compose | refactor and docker compose
| threenine/swcApi,threenine/swcApi,threenine/swcApi | src/Api.Database/ApiContextFactory.cs | apache-2.0 | 1,594,397,944 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.EntityFrameworkCore.Infrastructure;
namespace Api.Database
{
public class ApiContextFactory : IDesignTimeDbContextFactory<Ap... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.EntityFrameworkCore.Infrastructure;
namespace Api.Database
{
public class ApiContextFactory : IDesignTimeDbContextFactory<Ap... |
130c2d959dc65c5485040efdbe2c370075b0f759 | Remove unnecessary return | Remove unnecessary return
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs | mit | 1,594,397,281 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... |
ce25edcf392c306b6d1c1ca0f1b034f962f07ea7 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionsMathPrimes.cs | mit | 1,594,396,986 | using FonctionsUtiles.Fred.Csharp;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionsMathPrimes
{
#region Math Methods
#region IsPrime
[TestMethod]
public void TestMethod_IsPrime_0(... | using FonctionsUtiles.Fred.Csharp;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionsMathPrimes
{
#region Math Methods
#region IsPrime
[TestMethod]
public void TestMethod_IsPrime_0(... |
114652977c35bd5b3f1c021b3e0c875d0f126368 | Simplify initial instance query | Simplify initial instance query
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/InstanceManager.cs | agpl-3.0 | 1,594,396,665 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Se... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Se... |
4abc57d02e213d958b4ed5900f8921006f9df23e | Fix and disable HttpWebRequest test (#797) | Fix and disable HttpWebRequest test (#797)
| open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet | test/OpenTelemetry.Instrumentation.Dependencies.Tests/HttpWebRequestTests.Basic.netfx.cs | apache-2.0 | 1,594,396,541 | // <copyright file="HttpWebRequestTests.Basic.netfx.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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
//
// ... | // <copyright file="HttpWebRequestTests.Basic.netfx.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry Authors
//
// 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
//
// ... |
de535384ff62e0fb34fd1361d9d37bb39cd55c28 | Fix Animation.Play(KeyType, int) If track already played and has ended one time, when playing again from specific frame index, it just won't play at all, because it's marked as ended (when it should replay from that specific point) | Fix Animation.Play(KeyType, int)
If track already played and has ended one time, when playing again
from specific frame index, it just won't play at all, because
it's marked as ended (when it should replay from that specific point)
| lucas-miranda/Raccoon | Raccoon/Graphics/Drawables/Animation.cs | mit | 1,594,396,193 | using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Raccoon.Util;
namespace Raccoon.Graphics {
public partial class Animation<KeyType> : Image {
#region Private Readonly
private static readonly Regex FrameRegex = new Regex(@"(\d+)-(\d+)|(\d+)");... | using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Raccoon.Util;
namespace Raccoon.Graphics {
public partial class Animation<KeyType> : Image {
#region Private Readonly
private static readonly Regex FrameRegex = new Regex(@"(\d+)-(\d+)|(\d+)");... |
92a0056063aa2a13a0a466861d67452e03755e11 | Instance onlining errors at server startup will no longer prevent the server from starting | Instance onlining errors at server startup will no longer prevent the server from starting
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/InstanceManager.cs | agpl-3.0 | 1,594,395,847 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Se... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Se... |
e11723104d1eff40c959a061fccd5620f5042cad | Fix - Inserimento utenti | Fix - Inserimento utenti
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneUtenti/AddUtente/AddUtenteCommandHandler.cs | agpl-3.0 | 1,594,395,579 | //-----------------------------------------------------------------------
// <copyright file="AddUtenteCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Pub... | //-----------------------------------------------------------------------
// <copyright file="AddUtenteCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Pub... |
8670781440da19ce2c60b6167a02f3cbf39568c1 | AlphaBlend fix + DrawImageAlpha | AlphaBlend fix + DrawImageAlpha
| CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Graphics/Canvas.cs | bsd-3-clause | 1,594,395,074 | //#define COSMOSDEBUG
using System;
using System.Drawing;
using System.Collections.Generic;
using Cosmos.System.Graphics.Fonts;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Canvas abstract class.
/// </summary>
public abstract class Canvas
{
/*
* IReadOnlyList<T> is not wor... | //#define COSMOSDEBUG
using System;
using System.Drawing;
using System.Collections.Generic;
using Cosmos.System.Graphics.Fonts;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Canvas abstract class.
/// </summary>
public abstract class Canvas
{
/*
* IReadOnlyList<T> is not wor... |
0a8c520e7d87d3c7a864c0bcc15c22ea15c97c0f | Added check for OS platform and reordered code for min/max | Added check for OS platform and reordered code for min/max
| EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery | EDDiscovery/EDDApplicationContext.cs | apache-2.0 | 1,594,394,891 | /*
* Copyright © 2017-2020 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 or... | /*
* Copyright © 2017-2020 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 or... |
69930fc9f9ca064728f6a0f00cd932291278c023 | Minor query rearrangement | Minor query rearrangement
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/InstanceManager.cs | agpl-3.0 | 1,594,394,832 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Se... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Se... |
e542a2b5e85a24196cdbbdfbbb5d90335828c3ff | Fix clearing host propagated exceptions | Fix clearing host propagated exceptions
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Server.cs | agpl-3.0 | 1,594,394,632 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Ho... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Ho... |
e4b0e22fa3f1cb6f60899a201ee53b13c057287a | Fix bad setting of BYOND topic timeouts | Fix bad setting of BYOND topic timeouts
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/DatabaseSeeder.cs | agpl-3.0 | 1,594,394,619 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.Models;
using Tgs... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.Models;
using Tgs... |
3a71340713ed909451d94ed10c0144904087e179 | Fix - Cambio stato del mezzo | Fix - Cambio stato del mezzo
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/UpdateStatoPartenzaExt.cs | agpl-3.0 | 1,594,394,544 | //-----------------------------------------------------------------------
// <copyright file="UpDateRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lice... | //-----------------------------------------------------------------------
// <copyright file="UpDateRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lice... |
1c78acf9f2294630b13e1a64dc0cc2020ba0cb64 | add GroupeType.FromName | add GroupeType.FromName
| simonmoreau/DynamoMEP | src/Revit/GroupType.cs | apache-2.0 | 1,594,394,340 | using System;
using DB = Autodesk.Revit.DB;
using DynamoServices;
using Revit.Elements;
using Autodesk.DesignScript.Runtime;
using Autodesk.DesignScript.Geometry;
using Autodesk.DesignScript.Interfaces;
using Revit.GeometryConversion;
using RevitServices.Persistence;
using RevitServices.Transactions;
using System.Coll... | using System;
using DB = Autodesk.Revit.DB;
using DynamoServices;
using Revit.Elements;
using Autodesk.DesignScript.Runtime;
using Autodesk.DesignScript.Geometry;
using Autodesk.DesignScript.Interfaces;
using Revit.GeometryConversion;
using RevitServices.Persistence;
using RevitServices.Transactions;
using System.Coll... |
46a9957a9a46426757bd5139ea359d5e1ac58a38 | Fix commit 41f57f4b34d556491e62b5a653548042d607ee35 | Fix commit 41f57f4b34d556491e62b5a653548042d607ee35
| StockSharp/StockSharp | Algo/OrderBookIncrementMessageAdapter.cs | apache-2.0 | 1,594,394,306 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// The messages adapter build order book from incremental updates <see cref="QuoteChangeStates.Increment"/>.
/// </... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// The messages adapter build order book from incremental updates <see cref="QuoteChangeStates.Increment"/>.
/// </... |
902815c64f4ca47f062c00ef50edcd4459a42254 | Level1DepthBuilderAdapter. Join online subscriptions. | Level1DepthBuilderAdapter. Join online subscriptions.
| StockSharp/StockSharp | Algo/Level1DepthBuilderAdapter.cs | apache-2.0 | 1,594,394,256 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// Level1 depth builder adapter.
/// </summary>
public class Level1DepthBuilderAdapter : MessageAdapterWrapper
{
... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// Level1 depth builder adapter.
/// </summary>
public class Level1DepthBuilderAdapter : MessageAdapterWrapper
{
... |
0cedab15ffc1132369b0ce36696a90ba622c6660 | Fix - Aggiornamento mezzo | Fix - Aggiornamento mezzo
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestionePartenza/AggiornaStatoMezzo/AggiornaStatoMezzoCommandHandler.cs | agpl-3.0 | 1,594,393,482 | //-----------------------------------------------------------------------
// <copyright file="AggiornaStatoMezzoCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Ge... | //-----------------------------------------------------------------------
// <copyright file="AggiornaStatoMezzoCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Ge... |
1c166d2a463b2a1a07d241a9f44a8618be4c7c02 | Fix - La squadra viene eliminata dal DB quando si setta un mezzo in sede o rientrato | Fix - La squadra viene eliminata dal DB quando si setta un mezzo in sede o rientrato
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneStatoSquadra/SetStatoSquadra.cs | agpl-3.0 | 1,594,393,298 | //-----------------------------------------------------------------------
// <copyright file="SetStatoSquadra.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lice... | //-----------------------------------------------------------------------
// <copyright file="SetStatoSquadra.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lice... |
cf659bbdb8e6505d7b2a79b8cb37cf0ce8cdf656 | Fix GetPointColor for VGA | Fix GetPointColor for VGA | zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.HAL2/Drivers/Video/VGADriver.cs | bsd-3-clause | 1,594,391,997 | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
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_... | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
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... |
dde3489c318d66b9f08698c9f97ce4ae1ccb4098 | StorageBuffer. IgnoreGeneratedMarketData, IgnoreGeneratedTransactional | StorageBuffer. IgnoreGeneratedMarketData, IgnoreGeneratedTransactional
| StockSharp/StockSharp | Algo/Storages/StorageBuffer.cs | apache-2.0 | 1,594,390,780 | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Localization;
using StockSharp.Messages;
/// <summary>
/// Storage buffer.
/// </summary>
public class StorageBuffe... | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Localization;
using StockSharp.Messages;
/// <summary>
/// Storage buffer.
/// </summary>
public class StorageBuffe... |
767ad6c1ddddc4ad2b2ae4478ca3f81bb28b0221 | Fix - aggiornamento stato partenza, viene corretto lo stato delle squadre relative al mezzo selezionato | Fix - aggiornamento stato partenza, viene corretto lo stato delle squadre relative al mezzo selezionato
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/UpdateStatoPartenzaExt.cs | agpl-3.0 | 1,594,390,667 | //-----------------------------------------------------------------------
// <copyright file="UpDateRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lice... | //-----------------------------------------------------------------------
// <copyright file="UpDateRichiesta.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Lice... |
8cb4f13d362b3e98fa660a548c24ff661ca61008 | Level1DepthBuilderAdapter. Logs added. | Level1DepthBuilderAdapter. Logs added.
| StockSharp/StockSharp | Algo/Level1DepthBuilderAdapter.cs | apache-2.0 | 1,594,389,605 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// Level1 depth builder adapter.
/// </summary>
public class Level1DepthBuilderAdapter : MessageAdapterWrapper
{
... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Level1 depth builder adapter.
/// </summary>
public class Level1DepthBuilderAdapter : MessageAdapterWrapper
{
private sealed class Level... |
9c568ab9ba1742838ac2da5137652b64ed5c156f | Fix commit 6bd90b6a949bd17eb763a76dd3df8a30f86e1acb | Fix commit 6bd90b6a949bd17eb763a76dd3df8a30f86e1acb
| StockSharp/StockSharp | Algo/Level1DepthBuilderAdapter.cs | apache-2.0 | 1,594,389,145 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Level1 depth builder adapter.
/// </summary>
public class Level1DepthBuilderAdapter : MessageAdapterWrapper
{
private sealed class Level... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Level1 depth builder adapter.
/// </summary>
public class Level1DepthBuilderAdapter : MessageAdapterWrapper
{
private sealed class Level... |
dd025262d07a7e6e94fc448c094ae7dc5179bd78 | Fix one more nullref | Fix one more nullref
| smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,peppy/osu | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableOsuJudgement.cs | mit | 1,594,388,914 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osuTK;
using osu.Game.Rulesets.Judgement... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osuTK;
using osu.Game.Rulesets.Judgement... |
0a61f80c8b1ab7cf1d3b1060c28831c2547027d4 | Remove result nullable check | Remove result nullable check
| smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableOsuJudgement.cs | mit | 1,594,388,375 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osuTK;
using osu.Game.Rulesets.Judgement... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osuTK;
using osu.Game.Rulesets.Judgement... |
63eaadd86fec3507c7e56e7af86bd11e7df32fdc | re-add previous nodes about spaces | re-add previous nodes about spaces
| simonmoreau/DynamoMEP | src/Revit/Rooms.cs | apache-2.0 | 1,594,388,260 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Revit.Elements;
using DB = Autodesk.Revit.DB;
using Autodesk.DesignScript.Geometry;
using RevitServices.Persistence;
using Revit.GeometryConversion;
namespace DynamoMEP
{
/// <summary>
//... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Revit.Elements;
using DB = Autodesk.Revit.DB;
namespace DynamoMEP
{
/// <summary>
/// Revit Rooms
/// </summary>
public static class Room
{
/// <summary>
/// ... |
13205319f3c910a12e8854da1607244d27da65f8 | Fix null reference if hit lighting is disabled | Fix null reference if hit lighting is disabled
| smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,ppy/osu,peppy/osu | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableOsuJudgement.cs | mit | 1,594,388,249 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osuTK;
using osu.Game.Rulesets.Judgement... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osuTK;
using osu.Game.Rulesets.Judgement... |
a8ac3b012f4ce6e53e689c3b218781be89382908 | add alpha to VBE DrawPoint | add alpha to VBE DrawPoint
| zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/VBECanvas.cs | bsd-3-clause | 1,594,388,095 | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Drawing;
using Cosmos.HAL.Drivers;
namespace Cosmos.System.Graphics
{
/// <summary>
/// VBECanvas class. Used to control screen, by VBE (VESA BIOS Extensions) standard. See also: <seealso cref="Canvas"/>.
/// </summary>
... | //#define COSMOSDEBUG
using System;
using System.Collections.Generic;
using System.Drawing;
using Cosmos.HAL.Drivers;
namespace Cosmos.System.Graphics
{
/// <summary>
/// VBECanvas class. Used to control screen, by VBE (VESA BIOS Extensions) standard. See also: <seealso cref="Canvas"/>.
/// </summary>
... |
81ae1a1cae02e007afe5d9f01b71cd8647f0af32 | Extended fields not to export | Extended fields not to export
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectContentHandlerBase.cs | mit | 1,594,388,069 | using Microsoft.SharePoint.Client;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Utilities;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;
n... | using Microsoft.SharePoint.Client;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Utilities;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;
n... |
e939299cb5aad7dec8be5aeca8cb585826247878 | fixed conversion with msoffice | fixed conversion with msoffice
| ProximoSrl/Jarvis.DocumentStore,ProximoSrl/Jarvis.DocumentStore,ProximoSrl/Jarvis.DocumentStore,ProximoSrl/Jarvis.DocumentStore | src/Jarvis.DocumentStore.Jobs/Jarvis.DocumentStore.Jobs.MsOffice/ExcelConverter.cs | agpl-3.0 | 1,594,388,058 | using Castle.Core.Logging;
using System;
using Microsoft.Office.Interop.Excel;
using Jarvis.DocumentStore.JobsHost.Support;
using System.IO;
using System.Linq;
using System.Collections.Generic;
namespace Jarvis.DocumentStore.Jobs.MsOffice
{
#pragma warning disable S2583 // Conditionally executed blocks shou... | using Castle.Core.Logging;
using System;
using Microsoft.Office.Interop.Excel;
using Jarvis.DocumentStore.JobsHost.Support;
using System.IO;
using System.Linq;
using System.Collections.Generic;
namespace Jarvis.DocumentStore.Jobs.MsOffice
{
#pragma warning disable S2583 // Conditionally executed blocks shou... |
d16f466e755c5ce5ab0d6073987e2f9c718ccbd1 | Change to lowercase string | Change to lowercase string
| takenet/blip-sdk-csharp | src/Take.Blip.Client/Extensions/Contacts/IContactExtension.cs | apache-2.0 | 1,594,387,361 | using Lime.Messaging.Resources;
using Lime.Protocol;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Lime.Protocol.Network;
using Take.Blip.Client.Extensions.Directory;
namespace Take.Blip.Client.Extensions.Contacts
{
/// <summary>
/... | using Lime.Messaging.Resources;
using Lime.Protocol;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Lime.Protocol.Network;
using Take.Blip.Client.Extensions.Directory;
namespace Take.Blip.Client.Extensions.Contacts
{
/// <summary>
/... |
efd5bbeaa9a7104c15cab284288b4730c3b3ea56 | Added an incantation nobody probably even remembers about anymore | Added an incantation nobody probably even remembers about anymore
| wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wiesla... | src/Avalonia.Base/Threading/AvaloniaSynchronizationContext.cs | mit | 1,594,387,313 | using System;
using System.Runtime.ConstrainedExecution;
using System.Threading;
namespace Avalonia.Threading
{
/// <summary>
/// SynchronizationContext to be used on main thread
/// </summary>
public class AvaloniaSynchronizationContext : SynchronizationContext
{
public interface INonPumpi... | using System;
using System.Threading;
namespace Avalonia.Threading
{
/// <summary>
/// SynchronizationContext to be used on main thread
/// </summary>
public class AvaloniaSynchronizationContext : SynchronizationContext
{
public interface INonPumpingPlatformWaitProvider
{
... |
833c60ab1f4cc0cd1e5926a3212c8e62906d848f | Add contact source if account sourc exists | Add contact source if account sourc exists
| takenet/blip-sdk-csharp | src/Take.Blip.Client/Extensions/Contacts/IContactExtension.cs | apache-2.0 | 1,594,386,969 | using Lime.Messaging.Resources;
using Lime.Protocol;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Lime.Protocol.Network;
using Take.Blip.Client.Extensions.Directory;
namespace Take.Blip.Client.Extensions.Contacts
{
/// <summary>
/... | using Lime.Messaging.Resources;
using Lime.Protocol;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Lime.Protocol.Network;
using Take.Blip.Client.Extensions.Directory;
namespace Take.Blip.Client.Extensions.Contacts
{
/// <summary>
/... |
3194c2a62700a2d03e88eea85f89760a5cb07957 | DI-driven deserialization - part 2 | DI-driven deserialization - part 2
| Kentico/delivery-sdk-net,Kentico/Deliver-.NET-SDK | Kentico.Kontent.Delivery/ContentItems/ModelProvider.cs | mit | 1,594,386,773 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico.Kontent.Delivery.ContentItems.InlineContentItems;
using Kentico.Kontent.Delivery.Con... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico.Kontent.Delivery.ContentItems.InlineContentItems;
using Kentico.Kontent.Delivery.Con... |
4a772c9e59f1b474350db091bd713ae390c69484 | Added a check to ensure the door will not change state to 'closed' or 'deny' if a player without access touches a door opened by a user with access. (#1341) | Added a check to ensure the door will not change state to 'closed' or 'deny' if a player without access touches a door opened by a user with access. (#1341)
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Doors/ServerDoorComponent.cs | mit | 1,594,386,754 | using System;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Server.Utility;
using Content.Shared.GameObjects.Components.Doors;
using Content.Shared.GameObjects.Components.Movement;
us... | using System;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects.Components.Interaction;
using Content.Server.Utility;
using Content.Shared.GameObjects.Components.Doors;
using Content.Shared.GameObjects.Components.Movement;
us... |
eb9fae9e7e8138aed07dfddb977a5265221db77d | updated comments | updated comments
| Kentico/Deliver-.NET-SDK,Kentico/delivery-sdk-net | Kentico.Kontent.Delivery/Extensions/ServiceCollectionExtensions.cs | mit | 1,594,386,608 | using System;
using System.Linq;
using System.Net.Http;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.Builders.DeliveryClient;
using Kentico.Kontent.Delivery.Configuration;
using Kentico.Kontent.Delivery.ContentItems;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico... | using System;
using System.Linq;
using System.Net.Http;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.Builders.DeliveryClient;
using Kentico.Kontent.Delivery.Configuration;
using Kentico.Kontent.Delivery.ContentItems;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico... |
9309d779c74b2ea8747c4b719be395e91e0f201f | Call SetWaitNotificationRequired | Call SetWaitNotificationRequired
| jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,Avalonia... | src/Avalonia.Base/Threading/AvaloniaSynchronizationContext.cs | mit | 1,594,386,017 | using System;
using System.Threading;
namespace Avalonia.Threading
{
/// <summary>
/// SynchronizationContext to be used on main thread
/// </summary>
public class AvaloniaSynchronizationContext : SynchronizationContext
{
public interface INonPumpingPlatformWaitProvider
{
... | using System;
using System.Threading;
namespace Avalonia.Threading
{
/// <summary>
/// SynchronizationContext to be used on main thread
/// </summary>
public class AvaloniaSynchronizationContext : SynchronizationContext
{
public interface INonPumpingPlatformWaitProvider
{
... |
97d733f85984de03e0d4cb3de5fcce5b0c95a90e | fix bug in seeddata https://github.com/IdentityServer/IdentityServer4/issues/4643 | fix bug in seeddata
https://github.com/IdentityServer/IdentityServer4/issues/4643
| IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates | src/IdentityServer4EntityFramework/SeedData.cs | apache-2.0 | 1,594,386,001 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4.EntityFramework.DbContexts;
using IdentityServer4.EntityFramework.Mappers;
using Microsoft.EntityFrameworkCore;
using M... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4.EntityFramework.DbContexts;
using IdentityServer4.EntityFramework.Mappers;
using Microsoft.EntityFrameworkCore;
using M... |
6736537c3d513a0c0a6fff472db2789a860c9eb4 | spanner: cleanup old backups and databases before starting new test cycle (#1111) | spanner: cleanup old backups and databases before starting new test cycle (#1111)
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | spanner/api/SpannerTest/Tests.cs | apache-2.0 | 1,594,385,498 | // Copyright(c) 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | // Copyright(c) 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... |
03bb780c1638f4b4a5fd209e3d52283c6d2a83d6 | Added missing registration | Added missing registration
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco... | src/Umbraco.Web.Common/Runtime/AspNetCoreComposer.cs | mit | 1,594,384,844 | using Microsoft.AspNetCore.Http;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Hosting;
using Umbraco.Net;
using Umbraco.Core.Runtime;
using Umbraco.Core.Security;
using Umbraco.Web.Common.AspNetCore;
using Umbraco.Web.Common.Formatters;
using Umbraco.Web.Common.Lifetime;
using Umbraco.Web.Common... | using Microsoft.AspNetCore.Http;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Hosting;
using Umbraco.Net;
using Umbraco.Core.Runtime;
using Umbraco.Core.Security;
using Umbraco.Web.Common.AspNetCore;
using Umbraco.Web.Common.Formatters;
using Umbraco.Web.Common.Lifetime;
using Umbraco.Web.Common... |
58efe8b575fb20145bdffa84b1b9a9ab8caf28f2 | Fix - Quando provo ad aggiungere un utente con degli spazi tra nome o cognome la username viene creata togliendoli | Fix - Quando provo ad aggiungere un utente con degli spazi tra nome o cognome la username viene creata togliendoli
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneUtenti/AddUtente/AddUtenteCommandHandler.cs | agpl-3.0 | 1,594,384,686 | //-----------------------------------------------------------------------
// <copyright file="AddUtenteCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Pub... | //-----------------------------------------------------------------------
// <copyright file="AddUtenteCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Pub... |
8c53e56c0c8b63c237aed85362e86900a094afb8 | Fix - Aggiornamento corretto della richiesta quando si aggiorna lo stato di un mezzo | Fix - Aggiornamento corretto della richiesta quando si aggiorna lo stato di un mezzo
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestionePartenza/AggiornaStatoMezzo/AggiornaStatoMezzoCommandHandler.cs | agpl-3.0 | 1,594,384,396 | //-----------------------------------------------------------------------
// <copyright file="AggiornaStatoMezzoCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Ge... | //-----------------------------------------------------------------------
// <copyright file="AggiornaStatoMezzoCommandHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Ge... |
0781e0756e9048a910dd7c65752643fd4925dbc6 | update GraphicTest kernel with Default font | update GraphicTest kernel with Default font
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | Tests/Kernels/GraphicTest/Kernel.cs | bsd-3-clause | 1,594,384,331 | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
using Cosmos.System.Graphics.Fonts;
/*
* It is impossible to make assertions here but it is useful in any... | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
using Cosmos.System.Graphics.Fonts;
/*
* It is impossible to make assertions here but it is useful in any... |
13e3dc7a70f780c3e1f2fa445676243d5b6456ff | Fix mob panel debug (#1334) | Fix mob panel debug (#1334)
The panel was staying when an individual part was toggled. I also removed some other redundant code.
Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com> | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Client/GameObjects/EntitySystems/AI/ClientAiDebugSystem.cs | mit | 1,594,383,501 | using System;
using System.Collections.Generic;
using Content.Shared.AI;
using Robust.Client.Interfaces.Graphics.ClientEye;
using Robust.Client.Interfaces.UserInterface;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Shared.GameObjects.Systems;
using Robust.Shared.Interfaces... | using System;
using System.Collections.Generic;
using Content.Shared.AI;
using Robust.Client.Interfaces.Graphics.ClientEye;
using Robust.Client.Interfaces.UserInterface;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
using Robust.Shared.GameObjects.Systems;
using Robust.Shared.Interfaces... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.