context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.Linq; using System.Threading.Tasks; using OrchardCore.Autoroute.Models; using OrchardCore.ContentFields.Fields; using OrchardCore.ContentManagement; using OrchardCore.Lists.Models; using OrchardCore.Tests.Apis.Context; using Xunit; using GraphQLApi = OrchardCore.Apis.GraphQL; namespace OrchardCore.Tests.A...
// 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 { [CustomEditor (typeof(Portrait))] public clas...
using System; using System.Diagnostics; using System.IO; using System.Threading; using System.Threading.Tasks; using WebSocket.Portable.Compression; namespace WebSocket.Portable.Compression { internal class DeflateStream// : Stream { internal const int DefaultBufferSize = 8192; // internal dele...
using System; using NUnit.Framework; using System.Drawing; using System.Text.RegularExpressions; using OpenQA.Selenium.Environment; using OpenQA.Selenium.Internal; namespace OpenQA.Selenium.Interactions { [TestFixture] public class DragAndDropTest : DriverTestFixture { [SetUp] public void S...
// 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 // // http://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 Moq; using NuGet.Test.Mocks; using Xunit; namespace NuGet.Test { public class PackageWalkerTest { [Fact] public void ResolveDependenciesForInstallPackageWithUnknownDependencyThrows() { // Arrange ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Windows.Forms; using WixSharp; using WixSharp.UI.Forms; namespace WixSharpSetup.Dialogs { /// <summary> /// The logical equivalent of the standard Features dialog. Though it implement slightly /// different us...
// 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.Drawing; using System.Globalization; using System.Linq; using Xunit; ...
using System; using System.Collections.Generic; using System.Web; using System.Web.Mvc; using System.Web.Routing; using MvcContrib.TestHelper.Fakes; using Rhino.Mocks; namespace MvcContrib.TestHelper.FluentController { public class ActionExpectations<T> where T : ControllerBase, new() { private readonly List<Actio...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions...
/* * Copyright 2010-2014 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; using Xunit; namespace System.Linq.Expressions.Tests { public static class LambdaModuloNullableTe...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// // Copyright (c) 2014 Piotr Fusik <piotr@fusik.info> // // 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 source code must retain the above copyright notice, // ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DSA2Test.cs"> // Copyright (c) 2014 Alexander Logger. // Copyright (c) 2000 - 2013 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org). // </copyright> // --...
using System; using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Crypto.Digests { /** * implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349. * * It is interesting to ponder why the, apart from the extra IV, the other difference here from MD5 ...
// ReSharper disable All using System.Collections.Generic; using System.Data; using System.Dynamic; using System.Linq; using Frapid.Configuration; using Frapid.DataAccess; using Frapid.DataAccess.Models; using Frapid.DbPolicy; using Frapid.Framework.Extensions; using Npgsql; using Frapid.NPoco; using Serilog; namespac...
/* ==================================================================== 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 Y...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; namespace Avalonia.Media { /// <summa...
// 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. /*============================================================ ** ** ** ** Provides a way for an app to not start an...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.C...
// $Id$ // // 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"...
// 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 Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Test.Utilities; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAn...
/* * 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 may ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Settings/Master/EncounterSettings.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Ref...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
#region Usings using UnityEngine; using System.Collections; using System; using System.Text; using System.Xml; using Skahal.Logging; using Skahal.Common; using System.Collections.Generic; using Buildron.Infrastructure; using Skahal.Threading; using Buildron.Infrastructure.BuildsProviders; using System.Net; #endregion ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// 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; namespace System.Runtime.Serialization { using System; using System.Collections; ...
/* * Copyright 2010-2014 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...
#region Copyright notice and license // Copyright 2015 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 requ...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Client.Utils.cs // // 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 Xunit; namespace Jint.Tests.Ecma { public class Test_11_8_1 : EcmaTest { [Fact] [Trait("Category", "11.8.1")] public void WhiteSpaceAndLineTerminatorBetweenRelationalexpressionAndOrBetweenAndShiftexpressionAreAllowed() { RunTest(@"TestCases/ch11/11.8/11.8.1/S11.8.1_A1.j...
#if UNITY_EDITOR using UnityEditor; using UnityEngine; using System.Text.RegularExpressions; using System.Collections.Generic; using System.Linq; using UnityEditor.Callbacks; using System; #if UNITY_WEBPLAYER /* Cut down version that compiles under restricted WebPlayer .NET runtime and gives useful(hopefully) erro...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.a...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// Event type: Sales event. /// </summary> public class SaleEvent_Cor...
using Xunit; namespace Jint.Tests.Ecma { public class Test_13 : EcmaTest { [Fact] [Trait("Category", "13")] public void XFunctionYStatementDoesNotStoreAReferenceToTheNewFunctionInTheVaraibleYIdentifier() { RunTest(@"TestCases/ch13/13.0/S13_A1.js", false); } [...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Fram...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace AnnuaireCertifies.WebServices.Web.Areas.HelpPage { /// <summary> /// This class will create an object of a given typ...
/* ======================================================================== * Copyright (c) 2005-2016 The OPC Foundation, Inc. All rights reserved. * * OPC Foundation MIT License 1.00 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation ...
// // MonoTests.System.Security.Policy.EvidenceTest // // Authors: // Jackson Harper (Jackson@LatitudeGeo.com) // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2001 Jackson Harper, All rights reserved. // Portions (C) 2003, 2004 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004 Novell, Inc (htt...
// // 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...
using System; using System.IO; using NUnit.Framework; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Generators; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities.Test; namespace Org....
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
/* -- ============================================= -- Author: Jonathan F. Minond -- Create date: April 2006 -- Description: Database provider class -- ============================================= */ using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Configuration; us...
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.com) // // 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,...
using System.Diagnostics.CodeAnalysis; using System.Net; using System.Text.RegularExpressions; namespace Facility.Core.Http; /// <summary> /// A service HTTP handler. /// </summary> public abstract class ServiceHttpHandler : DelegatingHandler { /// <summary> /// Attempts to handle the HTTP request. /// </summary> ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace MyNatsClient.Internals { internal sealed class NatsConnection : INatsConnection { private rea...
// Copyright (C) AS Sertifitseerimiskeskus // This software is released under the BSD License (see LICENSE.BSD) using System; using System.IO; namespace NDigiDoc.Ionic.Zlib { internal enum ZlibStreamFlavor { ZLIB = 1950, DEFLATE = 1951, GZIP = 1952 } internal class ZlibBaseStream : System.IO.Stream { ...
// 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.Globalization; using Xunit; public partial class CompareInfoTests { [Theory] [InlineData("")] [InlineData("en")] [InlineData...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Collections.ObjectModel { using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; [Serializable] ////[DebuggerTypeProxy( typeof( Mscorlib_Collectio...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.IO; using System.IO.Compression; using System.Net; using System.Text; using System.Threading.Tasks; using SocketHttpListener.Net; using HttpListenerResponse = SocketHttpListener.Net.HttpListenerResponse; using HttpStatusC...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Manatee.Trello.Internal.Caching; using Manatee.Trello.Internal.DataAccess; using Manatee.Trello.Internal.Validation; using Manatee.Trello.Json; namespace Manatee.Trello.Internal.Synchronizatio...
using System; using KabMan.Data; using DevExpress.XtraGrid.Views.Grid; using System.Windows.Forms; using System.Data; using DevExpress.XtraEditors; namespace KabMan.Forms { public partial class DasdDetailManagerForm : DevExpress.XtraEditors.XtraForm { #region Properties private object _DasdID...
// 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.Diagnostics; using System.IO; using System.Text; using ...
// Copyright (c) All contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Buffers; using System.Diagnostics; using System.IO; using System.Threading; using System.Threading.Tasks; using MessagePack.LZ4; using...
//#define USE_GENERICS //#define DELETE_AFTER_TEST using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Extensions.Options; using Orleans; using...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Windows.Forms; using Bloom.Api; using Bloom.MiscUI; using Bloom.ToPalaso; using Bloom.web.controllers; using SIL.IO; using SIL.Reporting; using SIL.Windows.Forms.Reporting; namespace Bloom.ErrorReporter { /// <su...
/* * NPlot - A charting library for .NET * * LinearAxis.cs * Copyright (C) 2003-2006 Matt Howlett and others. * 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...
using UnityEditor; using UnityEngine; using System.Collections.Generic; using UnityEditorInternal; using Cinemachine.Utility; namespace Cinemachine.Editor { [CustomEditor(typeof(CinemachinePath))] internal sealed class CinemachinePathEditor : BaseEditor<CinemachinePath> { private ReorderableList mW...
/* * Copyright (c) 2007-2008, openmetaverse.org * 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 source code must retain the above copyright notice, this * li...
// ********************************* // Message from Original Author: // // 2008 Jose Menendez Poo // Please give me credit if you use this code. It's all I ask. // Contact me for more info: menendezpoo@gmail.com // ********************************* // // Original project from http://ribbon.codeplex.com/ // Continue to...
/* * 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 ...
#region MIT License /* * Copyright (c) 2005-2007 Jonathan Mark Porter. http://physics2d.googlepages.com/ * * 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, includi...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Collections.ObjectModel; namespace System.Linq.Expressions { internal abstract class OldExpressionVisitor { ...
// Python Tools for Visual Studio // 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 //...
// // 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...
using System; using InAudioSystem; using InAudioSystem.InAudioEditor; using InAudioSystem.Internal; using InAudioSystem.TreeDrawer; using UnityEditor; using UnityEngine; using Object = UnityEngine.Object; namespace InAudioSystem.InAudioEditor { public class AudioEventCreatorGUI : BaseCreatorGUI<InAudioEventNode> ...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation files (the "Software"),...
#region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // 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 /...
// 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.Immutable; using System.Diagnostics; using System.Reflection.Metadata.Ecma335; namespace 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. /****************************************************************************** * This file is auto-generated from ...
// // Template.cs // // Author: // Michael Hutchinson <mhutchinson@novell.com> // // Copyright (c) 2009 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
// // SchemaTypes.cs // // This file was generated by XMLSPY 2004 Enterprise Edition. // // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. // // Refer to the XMLSPY Documentation for further details. // http://www.altova.com/xmlspy // using System; namespace Altov...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
// // 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UrlImageViewHelper { public class LRUCache<TKey, TValue> : IDictionary<TKey, TValue> { object sync = new object(); Dictionary<TKey, TValue> data; IndexedLinkedList<TKey> lruList = new IndexedLinkedList<TKey>(); IC...
using System; using System.IO; namespace Core.IO { // sqliteInt.h public abstract class VFile { public static int PENDING_BYTE = 0x40000000; public static int RESERVED_BYTE = (PENDING_BYTE + 1); public static int SHARED_FIRST = (PENDING_BYTE + 2); public static int SHARED_SIZ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// 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 Microsoft.Win32; using Microsoft.Win32.SafeHandles; using System; using System.Collections; using System.Colle...
// 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.Linq; using System.Net; using System.Net.Security; using System.Net.Sockets; ...
/* * 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 may not u...
using Lucene.Net.Util; using System; using System.Collections.Generic; using System.IO; namespace Lucene.Net.Analysis { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional informati...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using Micros...
// 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.IO; using System.Net.Security; using System.Runtime.InteropServ...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.Construction; using Microsoft.DotNet.Tools.Test.Utilities; using System.IO; using System.Linq; using Xunit; using FluentAss...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TinderChallenge.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Connections; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; usi...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace Infoplus.Model { /// <summary> /// /...
// 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. ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using IxMilia.BCad.Entities; using IxMilia.BCad.Extensions; using IxMilia.BCad.Helpers; using IxMilia.BCad.Primitives; namespace IxMilia.BCad.Utilities { public static class EditUtilities { private static objec...
// 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.Reflection.Internal; using System.Runtime.InteropServices; using System.Text;...
namespace Microsoft.Protocols.TestSuites.MS_OXCRPC { /// <summary> /// Organizes the const values /// </summary> public static class ConstValues { /// <summary> /// Size of Guid in byte /// </summary> public const int GuidByteSize = 16; /// <summary> ...
using System; using System.Drawing; using System.Windows.Forms; using HalconDotNet; namespace ViewROI { /// <summary> /// This class allows you to print a function into a Windows.Forms.Control. /// The function must be supplied as an array of either double, float or /// int values. When initializing the class you...
/*===-----------------------------* C# *---------------------------------===// // // THIS FILE IS GENERATED BY INVAR. DO NOT EDIT !!! // //===----------------------------------------------------------------------===*/ namespace Test.Abc { using System.Collections.Generic; using System.IO; using System.T...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Reflection; using System.Threading; using NUnit.Compatibility; using NUnit.Framework; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.Framework.Internal.Builders; using NU...
using System; using System.Collections; using NHibernate; using NHibernate.Cache; using NHibernate.Cache.Entry; using NHibernate.Engine; using NHibernate.Id; using NHibernate.Metadata; using NHibernate.Persister.Entity; using NHibernate.Tuple.Entity; using NHibernate.Type; namespace FluentNHibernate.Testing.FluentInte...
//================================================================== // C# OpenGL Framework (http://www.csharpopenglframework.com) // Copyright (c) 2005-2006 devDept (http://www.devdept.com) // All rights reserved. // // For more information on this program, please visit: // http://www.csharpopenglframework.com // // ...
/* * Copyright (c) 2015, iLearnRW. Licensed under Modified BSD Licence. See licence.txt for details. */using UnityEngine; using System.Collections.Generic; public class MPLevelConfigGeneratorServer : ILevelConfigGenerator { MPLevelConfig[] lvlArr; int counter; int[] minBoardDims; int[] maxBoardDims; string[...