context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** Class: BitConverter ** ** ** Purpose: Allows developers to view the base data types as ** ...
// 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; using System.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; using ...
using J2N.Text; using Lucene.Net.Diagnostics; using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; namespace Lucene.Net.Codecs { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the N...
// 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.IO; using System.Xml; using System.Xml.Serialization; using System.Xml.Schema; using System.Data.Common...
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain...
// 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.Collections.Generic; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeStyle; using Microsof...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; public sealed class GoTween : AbstractGoTween { // Tween specific properties public object target { get; private set; } // the target of the tweens public float delay { get; private set; } // delay before starting the actu...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Internal; ...
using System.Collections; using UnityEngine; namespace System.Threading.Tasks { public static class Extensions { public static Task RunTask(this MonoBehaviour behaviour, IEnumerator coroutine, float delay = 0) { var scheduler = TaskScheduler.FromMonoBehaviour(behaviour); var cr = delay <= 0? coroutine : RunCo...
// Copyright (c) 1995-2009 held by the author(s). 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 list of c...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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 writing, ...
/* * Exchange Web Services Managed API * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * 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 restr...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Backoffice_Registrasi_HemoList : Sys...
using System; using System.Data.Linq; using System.Data.SqlTypes; using System.IO; using System.Linq.Expressions; using System.Text; using System.Xml; namespace LinqToDB.DataProvider.SqlServer { using Common; using Expressions; using Mapping; using SqlQuery; public class SqlServerMappingSchema : MappingSchema {...
// 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 OLEDB.Test.ModuleCore; using System; using System.Collections; using System.Collections.Generic; using System....
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Text; using bv.common.db.Core; using EIDSS.GISControl.Common.Layers; using EIDSS.GISControl.Common.Data.Providers; using SharpMap.Data; using SharpMap.Geometries; namespace EIDSS.Tests.GIS { public class GI...
using System; using System.Collections; using System.Data; using System.Data.OleDb; using System.Text; using PCSComUtils.Common; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; namespace PCSComProduction.DCP.DS { /// <summary> /// Summary description for ImportPlanDataDS. /// </summary> public class Impor...
using System; using System.Collections.Generic; using System.ComponentModel; using Microsoft.Ccr.Core; using Microsoft.Dss.Core; using Microsoft.Dss.Core.DsspHttp; using Microsoft.Dss.Core.DsspHttpUtilities; using Microsoft.Dss.Core.Attributes; using Microsoft.Dss.ServiceModel.Dssp; using Microsoft.Dss.ServiceModel.Dss...
// // SourceRowRenderer.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2005-2008 Novell, Inc. // // 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 re...
//------------------------------------------------------------------------------ // <copyright file="XsltQilFactory.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //----------------------------------------...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
// 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. /*============================================================================= ** ** ** Purpose: Defines the setti...
/* * 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...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange // // Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // copy...
using System; using System.Diagnostics; using System.IO; using System.Linq; using Mono.Cecil; using NUnit.Framework; namespace Mono.Cecil.Tests { [TestFixture] public class ModuleTests : BaseTestFixture { [Test] public void CreateModuleEscapesAssemblyName () { var module = ModuleDefinition.CreateModule ...
// // Authors: // Atsushi Enomoto // // Copyright 2007 Novell (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 in the Software without restriction, including // without limitat...
using System; using System.Data; using Codentia.Common.Data; using Codentia.Test.Helper; using NUnit.Framework; namespace Codentia.Common.Reporting.DL.Test { /// <summary> /// Unit testing framework for ReportingData /// </summary> [TestFixture] public class ReportingDataTest { /// <sum...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Threading; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.IoT.TimeSeriesInsights { /// <summary> /// A client that can be used to query for events, series and aggregate seri...
// // 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...
// 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.Immutable; using System.Diagnostics; using System.Reflection.Metadata.Ecma335; namespace System.Reflection.Metadata { public struct TypeDe...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using InstallerLib; using dotNetUnitTestsRunner; using System.IO; namespace dotNetInstallerUnitTests { [TestFixture] public class UninstallUnitTests { [Test] public void TestSupportsNone() { ...
// *********************************************************************** // Copyright (c) 2012-2014 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, ...
// 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.Threading; using Xunit; namespace System.Linq.Parallel.Tests { p...
// Copyright 2015 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...
using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.Cryptography.ECC; using Neo.IO.Json; using Neo.SmartContract; using System; using System.Collections.Generic; using System.Numerics; using System.Text; namespace Neo.UnitTests.SmartContract { [TestClass] public class UT_Contr...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: unittest_issues.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.Reflection; using scg = global::...
using System; using System.Collections; using System.Collections.Generic; namespace WampSharp.Core.Utilities { internal class SwapHashSet<T> : ISet<T> { private HashSet<T> mHashSet; private readonly object mLock = new object(); public SwapHashSet() { mHashSet = new...
#region License // Copyright 2010 John Sheehan // // 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 appl...
// 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; /// <summary> /// System.Collections.Generic.List.IndexOf(T item) //...
using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; namespace Mozu.Api.Contracts.Inventory { /// <summary> /// /// </summary> [DataContract] public class OrderItemInformation : BaseResponse { /// <summar...
using UnityEngine; using System.Collections; using UnityEngine.UI; public class FluidSimSwitch : MonoBehaviour { public float dt = 0.8f; public float visc = 0; public float volatilize = 0; public int iterations = 10; public Texture2D border; public Texture2D flow; //SWE private bool mB...
using System; using System.Collections.Generic; using System.Xml.Serialization; namespace GPX { /// <summary> /// This represents a track - an ordered list of points describing a path. /// </summary> [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")] [System.SerializableAttribu...
using System; using GitVersion.Core.Tests.Helpers; using GitVersion.Helpers; using NUnit.Framework; namespace GitVersion.Core.Tests { [TestFixture] public class StringFormatWithExtensionTests { private IEnvironment environment; [SetUp] public void Setup() { envi...
using UnityEngine; namespace HoloToolKit.Unity { // The easiest way to use this script is to drop in the HeadsUpDirectionIndicator prefab // from the HoloToolKit. If you're having issues with the prefab or can't find it, // you can simply create an empty GameObject and attach this script. You'll need to ...
using System; using Avalonia.Logging; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Layout { /// <summary> /// Defines how a control aligns itself horizontally in its parent control. /// </summary> public enum HorizontalAlignment { /// <summary> /// The control str...
/* Licensed under the MIT/X11 license. * Copyright (c) 2011 Xamarin Inc. * Copyright 2013 Xamarin Inc * This notice may not be removed from any source distribution. * See license.txt for licensing detailed licensing details. */ using System; using System.ComponentModel; using System.Drawing; using System.Timers; ...
/* * 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.Net.Sockets; namespace System.Net.NetworkInformation { internal enum IcmpV6StatType { ...
/* * 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 (c) 2007-2007 Citrix Systems, Inc. * * 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, ...
// 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. //============================================================================= // // // Purpose: Define HResult con...
using Orleans.Serialization.Buffers; using Orleans.Serialization.Cloning; using Orleans.Serialization.WireProtocol; using System; using System.Buffers; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Orleans.Serialization.Codecs { [RegisterSerializer] public sealed class ...
/* * 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 ...
// <copyright file="FirefoxOptions.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 // t...
// 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.SafeHandles; using System; using System.Diagnostics; using System.Runtime.InteropServices; usi...
/* * 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 2020 Sage Intacct, 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 * * or in the "LICENSE" file accompanying th...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Xml; using Nop.Core; using Nop.Core.Domain.Customers; using Nop.Core.Infrastructure; using Nop.Services.Common; using Nop.Services.Localization; namespace Nop.Services.Customers { public static class CustomerExtensions { ...
using Lucene.Net.Documents; using Lucene.Net.Index; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using JCG = J2N.Collections.Generic; using Assert = Lucene.Net.TestFramework.Assert; using Console = Lucene.Net.Util.SystemConsole; namespace Lucene.Net.Search { /* * L...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Diagnostics; using OpenLiveWriter.ApplicationFramework; using OpenLiveWriter.ApplicationFramework.Preferences; using OpenLiveWriter.CoreServices; names...
using System; using System.IO; using UnityEditorInternal; using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using Projeny.Internal; using System.Linq; namespace Projeny.Internal { public class PmPackageViewHandler { readonly PmModel _model; readon...
using System.Diagnostics; using System.IO; using System.Threading; namespace winsw { // ReSharper disable once InconsistentNaming public interface EventLogger { void LogEvent(string message); void LogEvent(string message, EventLogEntryType type); } /// <summary> /// Abstraction...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Net; using System.Net.Sockets; using NUnit.Framework; using log4net; using OpenSim.Tests.Common; using OpenSim.Region.Physics.RemotePhysicsPlugin; namespace OpenSim.Region.Physics.RemotePhysics...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Text; using System.Xml; using System.ComponentModel; namespace System.ServiceModel.Channels { public sealed class TextMessageEncodingBindingElement : ...
// **************************************************************** // Copyright 2008, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; namespace NAsser...
// =========================================================== // Copyright (C) 2014-2015 Kendar.org // // 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...
using System; using EnvDTE; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Editor; namespace EditorConfig.VisualStudio { /// <summary> /// This plugin attaches to an editor instance and updates its settings at /// the appropriate times /// </sum...
/* * Copyright (c) Citrix Systems, Inc. * 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 lis...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
// 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.Text; using System.Xml; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Xunit; namespac...
//----------------------------------------------------------------------------- // // <copyright file="CompoundFileDeflateTransform.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Implementation of a helper class that provides a fully func...
// 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 //...
namespace Microsoft.Protocols.TestSuites.SharedTestSuite { using System; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestSuites.SharedAdapter; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; /// <summary> /// A class which ...
using System; using System.Linq; using System.Web; using System.Collections.Generic; using System.Security.Cryptography; using System.IO; using System.Text; namespace HttpSignatures { public interface IAuthorizationParser { ISignatureAuthorization Parse(string authorizationHeader); } public class AuthorizationP...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated doc...
// Odp.Net Data Provider. // http://www.oracle.com/technology/tech/windows/odpnet/index.html // using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Globalization; using System.IO; using System.Reflection; using System.Text; using System.Xml...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Signum.Utilities; using Signum.Engine.DynamicQuery; using Signum.Entities.DynamicQuery; using Signum.Engine.Maps; using Signum.Entities.Basics; using Signum.Entities; using System.Globalization; using Signum.Engine.Operati...
using System; using System.Xml; using YamlDotNet.RepresentationModel; using System.Globalization; using System.Diagnostics; namespace YamlDotNet.Converters.Xml { /// <summary> /// Converts between <see cref="YamlDocument"/> and <see cref="XmlDocument"/>. /// </summary> public class XmlConverter { #region YamlTo...
using System; using System.Xml.Serialization; using FarseerGames.FarseerPhysics.Dynamics.Joints; using FarseerGames.FarseerPhysics.Dynamics.Springs; using FarseerGames.FarseerPhysics.Interfaces; using FarseerGames.FarseerPhysics.Collisions; using FarseerGames.FarseerPhysics.Controllers; #if (XNA) using Microsoft.Xna.F...
using System; using System.Collections.Generic; using BTDB.Buffer; using BTDB.KVDBLayer.BTreeMem; namespace BTDB.KVDBLayer { class InMemoryKeyValueDBTransaction : IKeyValueDBTransaction { readonly InMemoryKeyValueDB _keyValueDB; IBTreeRootNode _btreeRoot; readonly List<NodeIdxPair> _sta...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.RecoveryServices { using Microsoft.Azure; using Microsoft.Azure.Management; using Microsoft.Rest; using Microso...
using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.Cryptography.ECC; using Neo.IO; using Neo.IO.Json; using Neo.Ledger; using Neo.Network.P2P.Payloads; using Neo.SmartContract; using Neo.SmartContract.Native; using Neo.SmartContract.Native.Tokens; using Neo.VM; using Neo.Wallets; usin...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.statements.checked0...
// *********************************************************************** // Copyright (c) 2008 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// // MonoTests.System.Xml.XPathNavigatorCommonTests // // Author: // Atsushi Enomoto <ginga@kit.hi-ho.ne.jp> // // (C) 2003 Atsushi Enomoto // using System; using System.Xml; using System.Xml.XPath; using NUnit.Framework; namespace MonoTests.System.Xml { [TestFixture] public class XPathNavigatorCommonTests : Asser...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading.Tasks; using Akka.Streams.Kafka.Dsl; using Akka.Streams.Kafka.Helpers; using Akka.Streams.Kafka.Messages; using Akka.Streams.Kafka.Settings; using Akka.Streams.Stage; using Akka.Streams.Supervis...
// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // using System; using System.Collections; using OpenADK.Library; using OpenADK.Library.Infra; using OpenADK.Library.Tools.Cfg; using OpenADK.Util; using OpenADK.Library.uk; namespace Library.Examples.Chameleon { //...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Linq; using Validati...
namespace PokerTell.Repository.Tests.NHibernate { using System; using global::NHibernate; using Infrastructure.Interfaces.Repository; using Moq; using NUnit.Framework; using PokerTell.Repository.NHibernate; using UnitTests; using UnitTests.Tools; public class TransactionManage...
/* * 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...
namespace Epi.Windows.Analysis.Dialogs { partial class DeleteFileTableDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. //...
// 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.Concurrent; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Linq.Expressions; using Micr...
using AutoBogus.Util; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using Binder = Bogus.Binder; namespace AutoBogus { /// <summary> /// A class for binding generated instances. /// </summary> public class AutoBin...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Abstractions.Mount; using Microsoft.TemplateEngine.Core; using Microsoft.TemplateEngine.Core.Contracts; using Microsoft.TemplateEngine.Core.E...
using System; using System.Collections.Generic; using System.Text; using System.IO.Ports; using System.Threading; using System.Diagnostics; using System.Net.Sockets; using System.Net; using Project858.Diagnostics; using Project858.ComponentModel.Client; using System.ComponentModel; namespace Project858.Net { /// <sum...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class Logger : Roar.ILogger { public void DebugLog( string k ) { if (Debug.isDebugBuild) Debug.Log (k); } } /** * Implementation of the IRoar interface. * This is the class you need to drag onto your unity empty to start u...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Net; using System.Reflection; using Orleans.CodeGeneration; using Orleans.Concurrency; using Orleans.Runtime; namespace Orleans.Serialization { internal static class Bu...
<!-- Copyright 2010 The Android Open Source Project 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...
// ReSharper disable PossibleMultipleEnumeration namespace Gu.Wpf.DataGrid2D { using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; /// <summary> /// A bindable view of a list. /// </summary> #pragma warning d...