context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using JabbR.Commands; using JabbR.ContentProviders.Core; using JabbR.Infrastructure; using JabbR.Models; using JabbR.Services; using JabbR.ViewModels; using Microsoft.AspNet.SignalR; using Microsoft.AspNet.SignalR.Messaging; using Microsoft.Data.Edm.Validation; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using S...
using System; using NUnit.Framework; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Tests { /** * CMAC tester - <a href="http://www.nuee.nagoya-u....
using UnityEngine; using UnityEditor; [CustomEditor(typeof(MegaHose))] public class MegaHoseEditor : Editor { [MenuItem("GameObject/Create Other/MegaShape/Hose")] static void CreatePageMesh() { Vector3 pos = Vector3.zero; if ( UnityEditor.SceneView.lastActiveSceneView ) pos = UnityEditor.SceneView.lastActi...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.Security; namespace System.Text { // Shared implementations fo...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
// <copyright file=OrphanFinder company=Hydra> // Copyright (c) 2015 All Rights Reserved // </copyright> // <author>Christopher Cameron</author> using System; using System.Collections.Generic; using System.IO; using Hydra.HydraCommon.Editor.Utils; using Hydra.HydraCommon.Utils; using UnityEditor; using UnityEngine; us...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using Org.BouncyCastle.Crypto.Parameters; namespace Org.BouncyCastle.Crypto.Engines { /** * a class that provides a basic SKIPJACK engine. */ public class SkipjackEngine : IBlockCipher { const int BLOCK...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // namespace System.Reflection.Emit { using System.Runtime.InteropServices; using System; using Cultur...
using System; using System.Collections.Generic; namespace NServiceKit.ServiceInterface.Auth { /// <summary>Interface for i/o authentication tokens.</summary> public interface IOAuthTokens { /// <summary>Gets or sets the provider.</summary> /// /// <value>The provider.</value> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Text; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; using Interloc...
// *********************************************************************** // Copyright (c) 2012 Charlie Poole // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, inclu...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// <copyright file="DesiredCapabilities.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; ...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" #if !MONO using System; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Copyright 2021 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 ...
using System; using System.Collections.Generic; using System.Linq; using Nop.Core.Caching; using Nop.Core.Data; using Nop.Core.Domain.Customers; using Nop.Services.Events; namespace Nop.Services.Customers { /// <summary> /// Customer attribute service /// </summary> public partial class CustomerAttribu...
// Visual Studio Shared Project // Copyright(c) Microsoft Corporation // 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 // /...
using System; using System.Collections.Generic; using NUnit.Framework; namespace ServiceStack.Text.Tests.UseCases { /// <summary> /// Solution in response to: /// http://stackoverflow.com/questions/5057684/json-c-deserializing-a-changing-content-or-a-piece-of-json-response /// </summary> public class CentroidTest...
// // Copyright (c) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using DecalFramework; public class ProjectedStaticDecal : MonoBehaviour { [HideInInspector] public NDPlane yPosPlane = new NDPlane(); [HideInInspector] public NDPlane yNegPlane = new NDPlane(); [HideInInspecto...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using BTDB.IOC; using BTDB.KVDBLayer; using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Xunit; namespace BTDBTest; using IOCDomain; public class IocTests { [Fact] public void Al...
#region Using Statements using System; using System.Collections.Generic; using System.Text; #endregion namespace JigLibX.Collision { #region public struct MaterialPairProperties /// <summary> /// Struct MaterialPairProperties /// </summary> public struct MaterialPairProperties { /// <s...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Newtonsoft.Json; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities; using...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.Serialization; using Microsoft.Xrm.Sdk; namespace PowerShellLibrary.Crm.CmdletProviders { [DataContract] [Microsoft.Xrm.Sdk.Client.EntityLogicalName("incidentresolution")] [GeneratedCo...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Test.Utilities; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< ...
#pragma warning disable 1591 using System; namespace Braintree { public enum ValidationErrorCode { GOOGLE_WALLET_CARD_EXPIRATION_MONTH_IS_REQUIRED = 83701, GOOGLE_WALLET_CARD_EXPIRATION_YEAR_IS_REQUIRED = 83702, GOOGLE_WALLET_CARD_NUMBER_IS_REQUIRED = 83703, GOOGLE_WALLET_CARD...
/****************************************************************************** * Copyright (C) Leap Motion, Inc. 2011-2017. * * Leap Motion proprietary and confidential. * * * ...
/* * CryptoTestCase.cs - encapsulate a cryptographic algorithm test case. * * Copyright (C) 2002 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eithe...
using System; using System.Reflection; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Data; using ControlzEx; namespace MahApps.Metro.Controls { /// <su...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // <OWNER>[....]</OWNER> using Microsoft.Win32; using Microsoft.Win32.SafeHandles; namespace System.Threading { using System; using System.Security; using System.Security.Permissions; using System.Runtime.C...
using System; using System.Runtime.CompilerServices; using Svelto.Common; namespace Svelto.ECS.DataStructures { //Necessary to be sure that the user won't pass random values public struct UnsafeArrayIndex { internal uint index; } /// <summary> /// Note: this must work inside burst,...
using System; using System.Collections.Generic; namespace Snowflake.Service.HttpServer { public static class MimeTypes { private static readonly Dictionary<string, string> TypeMap; static MimeTypes() { MimeTypes.TypeMap = new Dictionary<string, string>(StringComparer.Ordina...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Net.Http.Headers; using System.Net.Test.Common; using System.Security.Cr...
// The MIT License (MIT) // // Copyright (c) 2014-2017, Institute for Software & Systems Engineering // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including wit...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; namespace System.I...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading; using System.Threading.Task...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
namespace Blog.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure.Annotations; using System.Data.Entity.Migrations; public partial class InitialData : DbMigration { public override void Up() { CreateTable( ...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace ExtraLayers.LZ4 { /// <summary> /// Class for compressing a byte array into an LZ4 byte array. /// </summary> public unsafe class LZ4Compressor64 : ILZ4Compressor { //*********************...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.X...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace System.Linq.Expressions { /// <summary> /// Strongly-typed and parameterized exception factory. /// </summary> internal stat...
using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input.Touch; using System.Windows.Media; using System.Windows.Controls.Primitives; namespace System.Windows.Controls { public class MenuButton : RadioButton { p...
// // Copyright (c) Microsoft. All rights reserved. // // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namesp...
// // MRActivityWidget.cs // // Author: // Steve Jakab <> // // Copyright (c) 2014 Steve Jakab // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including witho...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.IO.PortsTests; using System.Text; using System.Threading; using System.Thread...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net.Http.Headers; using ...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// UserResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptions;...
// Copyright (c) Microsoft. 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.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; usi...
//--------------------------------------------------------------------- // <copyright file="CsdlSemanticsNavigationSource.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //----------------------------...
using System; using System.Collections; using System.IO; using BigMath; using NUnit.Framework; using Raksha.Bcpg; using Raksha.Bcpg.OpenPgp; using Raksha.Crypto; using Raksha.Crypto.Generators; using Raksha.Crypto.Parameters; using Raksha.Math; using Raksha.Security; using Raksha.Utilities.Encoders; using Raksha.Tests....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.InteropServices; using...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using JetBrains.Annotations; using osu....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Elasticsearch.Net; using FluentAssertions; using Tests.Framework.MockResponses; using System.Net; namespace Tests.Framework { public class VirtualClusterConnection : InMemory...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.I...
#if TODO_XAML using System; using System.Collections.Generic; using System.Linq; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml; using Windows.UI.Xaml.Media; using Windows.UI.Xaml.Media.Imaging; namespace Eto.WinRT.CustomControls { /// <summary> /// An image that supports multiple sizes depending on its own r...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.Dynamic.Utils; using System.Reflection; namespace System.Linq.Expressions.Interpreter { internal abstract clas...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Globalization { using System.Security.Permissions; using System.Runtime.Serialization; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region Using directives using System; using System.Collections.Generic; using System.Globalization; using System.Management.Automation; using Microsoft.PowerShell.Commands; #endregion namespace Microsoft.Management.Infrastructure.CimCmdlets {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.context.method.regmethod.genclass.genclassreg...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//------------------------------------------------------------------------------ // <copyright file="SqlTransaction.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; public class ArrayIndexOf4 { private const int c_MIN_SIZE = 64...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using Pchp.Core; namespace Peachpie.Runtime.Tests { [TestClass] public class OrderedDictionaryTest { //static string ToString(OrderedDictionary array) => ...
//------------------------------------------------------------------------------ // <copyright file="SingleStorage.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="false">[....
// // Copyright (c) Microsoft and contributors. 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 requi...
/*++ File: FixedSOMContainer.cs Copyright (C) 2005 Microsoft Corporation. All rights reserved. Description: Abstract class that provides a common base class for...
using System.Linq; using System.Collections.Generic; using System.Diagnostics; using Content.Server.NodeContainer.EntitySystems; using Content.Server.Power.Components; using Content.Server.Power.NodeGroups; using Content.Server.Power.Pow3r; using JetBrains.Annotations; using Robust.Shared.GameObjects; using Robust.Shar...
namespace RelatedRecords { using System.ComponentModel; using System.Collections.ObjectModel; using System; using System.Runtime.CompilerServices; using Common; using System.Linq; using System.Windows; public enum eAutoFilter { Everything, TablesWithPrimaryKey, ...
using System; using System.ComponentModel; using System.Drawing; using System.Threading; using System.Windows.Forms; using System.Windows.Forms.VisualStyles; using Palaso.Extensions; using Palaso.Progress; using Palaso.Reporting; namespace Palaso.UI.WindowsForms.Progress { /// <summary> /// A full-featured log ui co...
#pragma warning disable 0168 using nHydrate.Generator.Common; using nHydrate.Generator.Common.Models; using nHydrate.Generator.Common.Util; using System.Linq; using System.Text; namespace nHydrate.Generator.EFCodeFirstNetCore.Generators.ContextExtensions { public class ContextExtensionsGeneratedTemplate : EFCodeFi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Web; namespace Umbraco.Core.ObjectResolution { /// <summary> /// The base class for all many-objects resolvers. /// </summary> /// <typeparam name="TResolver">The type of the concrete resolver class.</typepar...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using CURLAUTH...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial clas...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using NuGet.Common; using NuGet.Packaging.Core; using NuGet.Versioning; namespace Sleet { public class FlatContainer : ISleetService, IPackageIdLoo...
using System; using NUnit.Framework; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Encodings; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namesp...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using RevitLookup.Views.Utils; namespace RevitLookup.Views { partial class ParamEnumView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.Serialization; using System.Timers; using System.Xml; using System.Xml.Serialization; using UnityEngine; using ws.winx.devices; using ws.winx.drivers; using ws.winx.input; using ws.winx.inp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.IO.Pipelines; using System.Text; using Microsoft.Extensions.Primitives; namespace Microsoft.AspNetCore.WebUtilities { public class FormPipeRea...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; namespace System.IO.Compression { // All blocks.Try...
#region Copyright notice and license // Copyright 2019 The gRPC 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless ...
using HoloToolkit.Unity; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using System; using Microsoft.MixedReality.Toolkit; using Microsoft.MixedReality.Toolkit.Utilities.Solvers; using Microsoft.MixedReality.Toolkit.LightingTools; public class MainController : Mon...
using System; using ChainUtils.BouncyCastle.Crypto.Parameters; using ChainUtils.BouncyCastle.Crypto.Utilities; namespace ChainUtils.BouncyCastle.Crypto.Engines { /** * A class that provides Blowfish key encryption operations, * such as encoding data and generating keys. * All the algorithms herein are ...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using PopForums.Configuration; using PopForums.Extensions; namespace PopForums.Services { public class TextParsingService : ITextParsingService { public TextParsingService(ISettingsManager settingsManager) { ...