context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // StringUtil.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2006-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 restricti...
// // SecurityPermissionAttributeTest.cs - // NUnit Test Cases for SecurityPermissionAttribute // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of ch...
using System; using System.Collections.Generic; namespace SharpLua.LASM { /// <summary> /// A Function/Proto/Chunk /// </summary> public class Chunk { /// <summary> /// The Chunk's name /// </summary> public string Name = ""; /// <summary> /// The firs...
// 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.Collections.Generic; using System.ComponentModel; using System.Diagnostics; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // The GroupCollection lists the captured Capture numbers // contained in a compiled Regex. using System.Collections; using System.Collections.Generic; namespace Syst...
/* Copyright (C) 2013-2015 MetaMorph Software, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and documentation (collectively "the Data"), to deal in the Data without rest...
using J2N.Text; using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; namespace YAF.Lucene.Net.Codecs.Lucene40 { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distri...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.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...
/* Copyright 2015 System Era Softworks 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.Runtime.Intrinsics; using NUnit.Framework; using TerraFX.Numerics; using static TerraFX.Utilities.VectorUtilities; using SysMatrix4x4 = System.Numerics.Matrix4x4; namespace TerraFX.UnitTests.Numerics; /// <summary>Provides a set of tests covering the <see cref="Matrix4x4" /> struct.</summary> [TestFixtur...
using Signum.Utilities.Reflection; using Signum.Engine.Maps; using Signum.Entities.Basics; using System.Text.RegularExpressions; using Signum.Entities.DynamicQuery; namespace Signum.Engine.DynamicQuery; public static class AutocompleteUtils { public static List<Lite<Entity>> FindLiteLike(Implementations implement...
// 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; using System.Globalization; using System.IO; using Syste...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Xml; using System.IO; namespace MyGUI.Sharp { public partial class Gui { #region Instance private static Gui mInstance = new Gui(); public static Gui Instance { get ...
// Copyright (c) 2017 Jean Ressouche @SouchProd. All rights reserved. // https://github.com/souchprod/SouchProd.EntityFrameworkCore.Firebird // This code inherit from the .Net Foundation Entity Core repository (Apache licence) // and from the Pomelo Foundation Mysql provider repository (MIT licence). // Licensed under ...
using System; using System.Threading.Tasks; using System.Collections.Generic; using System.Linq; using EasyNetQ; using EasyNetQ.Topology; using Microsoft.Extensions.Logging; using NetFusion.Bootstrap.Exceptions; using NetFusion.Bootstrap.Plugins; using NetFusion.Common.Extensions.Collections; using NetFusion.RabbitMQ.M...
//------------------------------------------------------------------------------ // <copyright file="DebugReflectPropertyDescriptor.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------...
// // Copyright (c) 2004-2021 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...
using System; using System.Collections.Generic; using System.Text; // Copyright (c) 2006, 2007 by Hugh Pyle, inguzaudio.com namespace DSPUtil { [Serializable] public class LinearEnvelope : SoundObj { // Linear envelope: // apply a linear-time linear-gain change from startGain (dB) to endGa...
/********************************************************************************************** * Copyright 2009 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 ...
using System; using System.Runtime.InteropServices; using System.Collections; using System.Text; using System.Threading; using System.IO.Ports; namespace Hydra.Framework.Mapping.Gps { // // ********************************************************************** /// <summary> /// Class for handling seria...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // // **************************************************************************************************...
// 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.Net.Interop; using System; namespace Microsoft.Net.Sockets { public struct TcpServer { ...
/* * 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 o...
// 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.Runtime.Serialization { using System; using System.Collections; using System.Diagnostic...
// 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 UnityEngine; using UnityEngine.Serialization; using System.Collections; namespace Fungus { /// <summary> ///...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Aardvark.Base { public class Spectrum { public double FirstWaveLength; public double DeltaWaveLength; public double[] Data; public Spectrum(double firstWaveLength, double deltaWaveLe...
/* ==================================================================== 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...
// 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.Xml.Linq { public static partial class Extensions { public static System.Collectio...
// Modified off Nate Kohari's xunit.should: // http://github.com/enkari/xunit.should using System; using System.Collections; using System.Collections.Generic; //Move to the Xunit namespace to save us from the extra namespace import. namespace Xunit { public static class ShouldExtensions { public stati...
/* * 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 ...
// 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 ...
// 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 Test.Cryptography; namespace System.Security.Cryptography.Pkcs.Tests { internal static class Certificates...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.DirectoryServices; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using Microsoft.PowerShell; #pragma warning disable 1634, 1691 // St...
using System; using System.Collections.Generic; using System.Text; namespace Reusables.Adapter.System.IO { public interface IFile { /// <summary>Copies an existing file to a new file. Overwriting a file of the same name is not allowed.</summary> /// <param name="sourceFileName">The file to copy...
using System; using System.Collections; using System.Diagnostics; using System.Globalization; using System.IO; using System.Net; using System.Net.Mime; using System.Text; using System.Threading; using System.Xml; using System.Collections.Specialized; using System.Collections.Generic; namespace CalbucciLib { /// <summ...
using System; using System.Collections.Generic; using System.IO; using System.Diagnostics; namespace PHP.Testing { /// <summary> /// Summary description for Class1. /// </summary> class PhpNetTester { private static TestsCollection testsCollection; private static readonly List<string> testDirsAndFiles =...
// 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.Linq; using System.Reflection; using Microsoft.CodeAnalysis.ErrorReporting; using Microsoft.CodeAnalysis.Options; using Roslyn.Util...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading; using System.Threading.Tasks; namespace System.Net.Sockets { // The System.Net.Sockets.TcpClient class provide TCP services at a higher lev...
// 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.Collections.ObjectModel; using System.Diagnostics; using System.Diagn...
/* * 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...
//------------------------------------------------------------------------------- // <copyright file="AbortingMessageHandlingIntegration.cs" company="Multimedia Solutions AG"> // Copyright (c) MMS AG 2011-2015 // </copyright> //------------------------------------------------------------------------------- namespace...
using System; using System.IO; using Axiom.Core; using Axiom.MathLib; using System.Runtime.InteropServices; namespace Axiom.Graphics { /// <summary> /// This class is intended to allow a clean stream interface for writing to hardware buffers. /// An instance of this would be returned by one of the HardwareB...
using ClosedXML.Excel; using NUnit.Framework; using System; using System.Globalization; using System.Threading; namespace ClosedXML_Tests.Excel.CalcEngine { [TestFixture] public class InformationTests { [OneTimeSetUp] public void SetCultureInfo() { Thread.CurrentThread.C...
/* * 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 ...
namespace java.util.zip { [global::MonoJavaBridge.JavaClass()] public partial class Deflater : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected Deflater(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private static global::MonoJavaBridge.MethodI...
/* * 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...
// 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 Microsoft.Tools.ServiceModel.SvcUtil { using System; using System.ServiceModel.Channels; using...
/******************************************************************** 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 "...
using System; using System.Collections.Generic; #if !NOT_UNITY3D using JetBrains.Annotations; #endif namespace Zenject { // Zero parameters public class PlaceholderFactory<TValue> : PlaceholderFactoryBase<TValue>, IFactory<TValue> { // Note: Most of the time you should not override this method and ...
// // System.Web.UI.WebControls.BaseDataList.cs // // Authors: // Gaurav Vaish (gvaish@iitk.ac.in) // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // Sanjay Gupta (gsanjay@novell.com) // // (C) Gaurav Vaish (2001) // (C) 2003 Andreas Nahr // (C) 2004 Novell, Inc. (http://www.novell.com) // // // Permission is ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Orleans.LogConsistency; using System.Diagnostics; using Microsoft.Extensions.Logging; using Orleans.Serialization; using Orleans.MultiCluster; using Orleans.Runtime; using Orleans.GrainDirectory; n...
namespace Microsoft.Protocols.TestSuites.MS_OXCRPC { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; /// <summary> ...
// 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.Buffers.Text { public static partial class Utf8Parser { ...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 la...
// 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.Dynamic.Utils; namespace System.Linq.Expressions { /// <su...
/* JSONObject.cs -- Simple C# JSON parser version 1.4 - March 17, 2014 Copyright (C) 2012 Boomlagoon Ltd. contact@boomlagoon.com */ #define PARSE_ESCAPED_UNICODE #if UNITY_EDITOR || UNITY_ANDROID || UNITY_IOS || UNITY_STANDALONE || UNITY_WEBPLAYER || UNITY_WII || UNITY_PS3 || UNITY_XBOX360 || UNITY_FLASH #def...
#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 // (...
// // <%=$cur_coll.name%>.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Generated by /CodeGen/cecil-gen.rb do not edit // <%=Time.now%> // // (C) 2005 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "So...
using System; using System.Data; using System.Data.SqlClient; using Rainbow.Framework.Settings; namespace Rainbow.Framework.Content.Data { /// <summary> /// DiscussionEnhanced is an enhanced version of the standard threaded discussion. /// The goal here is to build up to the power of a simple threaded disu...
#region License // Copyright (c) 2010-2019, Mark Final // 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 // ...
namespace Nancy.ViewEngines { using System; using System.Collections; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; /// <summary> /// A super-simple view engine /// </summary> public ...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2011 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit wiki.developer.mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (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. /****************************************************************************** * This file is auto-generated from ...
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; ...
// 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.Immutable; using System.Diagnostics; using System.Reflection.Internal; using System.Reflection.Metadata.Ecma3...
// 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 class encapsulates security decisions about an application. // namespace System.Security.Policy ...
// Copyright 2011 Microsoft 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 the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
/* ==================================================================== 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...
// 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.Diagnostics.Tracing; using System.IO; using System.Threading; u...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
// 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.ServiceModel.Syndication { using System; using System.Diagnostics; using System.IO; ...
using NSubstitute; using NuKeeper.Abstractions.CollaborationPlatform; using NuKeeper.Abstractions.Configuration; using NuKeeper.Abstractions.Logging; using NuKeeper.Abstractions.Output; using NuKeeper.Collaboration; using NuKeeper.Commands; using NuKeeper.GitHub; using NuKeeper.Inspection.Logging; using NUnit.Framework...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SelectManyQueryOpera...
using System.Globalization; using System.Numerics; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using System.Text; using Autofac; using Miningcore.Blockchain.Bitcoin; using Miningcore.Blockchain.Ethereum.Configuration; using Miningcore.Blockchain.Ethereum.DaemonResponses; using Miningcore.Configur...
using Aspose.Email.Live.Demos.UI.Helpers; using Aspose.Email.Live.Demos.UI.Models; using Aspose.Email.Live.Demos.UI.Services; using Aspose.Email.Live.Demos.UI.Models; using Aspose.Email.Live.Demos.UI.Services.Email; using Aspose.Email; using Aspose.Email.Mapi; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions....
using System; using System.Collections; using System.Collections.Generic; namespace IniParser.Model { /// <summary> /// Represents a collection of Keydata. /// </summary> public class KeyDataCollection : ICloneable, IEnumerable<KeyData> { IEqualityComparer<string> _searchComparer; ...
using J2N.Numerics; using Lucene.Net.Support; using System; using System.Diagnostics; namespace Lucene.Net.Util { /* * 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 reg...
using System; using System.Collections.Generic; using FluentSecurity.Policy; using FluentSecurity.Specification.Helpers; using FluentSecurity.Specification.TestData; using Moq; using NUnit.Framework; namespace FluentSecurity.Specification.Policy { [TestFixture] [Category("RequireRolePolicySpec")] public class When_...
#region Copyright (c) 2004 Ian Davis and James Carlyle /*------------------------------------------------------------------------------ COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2004 Ian Davis and James Carlyle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and asso...
/* * Copyright (c) 2007-2008, the libsecondlife development team * 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 not...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using WebApiBook.ProcessingArchitecture.ProcessesApi.v2.Are...
// 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.Security.Cryptography; 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.Linq; using NUnit.Framework; using osu.Framework.Extensions; namespace osu.Framework.Tests.Lists { [TestFixture] public class TestArrayExtensions ...
/*==========================================================================; * * This file is part of LATINO. See http://www.latinolib.org * * File: SvmMulticlassFast.cs * Desc: Multiclass SVM classifier based on SvmLightLib * Created: Jan-2011 * * Author: Miha Grcar * **************************...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Sundry Debtor Fees /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class SDFC : EduHubEntity { #region Navigation Property Cache ...
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using io = System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Xml.Linq; using Microsoft.Deployment.WindowsInstaller; using sys = System.Windows.Forms; using System.Drawing.Imaging; u...
#region MIT License /* * Copyright (c) 2005-2008 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...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Orleans.Runtime.Configuration; namespace Orleans.Runtime.MembershipService { internal class MembershipOracleData { private readonly Dictionary<SiloAddress, MembershipEntry> localTable; // all silos not in...
using System; using System.Collections.Generic; using System.Text; using System.Net.Sockets; using System.Net; using Acn.Rdm; using System.IO; using Acn.Packets.sAcn; using Acn.Sockets; using Acn.ArtNet.Packets; using Acn.ArtNet.IO; namespace Acn.ArtNet.Sockets { public class ArtNetSocket : Socket, IRdmSocket ...
// 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.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;...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // *****************************************************************************************************...
// // Copyright (C) Microsoft. All rights reserved. // using System; using System.IO; using System.Reflection; using System.ComponentModel; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Management.Automation; using System.Management.Automation.Provider; using System.Xml; ...
// 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 file="PhotonEditor.cs" company="Exit Games GmbH"> // PhotonNetwork Framework for Unity - Copyright (C) 2011 Exit Games GmbH // </copyright> // <summary> // MenuItems and in-Editor scripts for PhotonNetwork. // </summary> /...
//------------------------------------------------------------------------------ // <copyright file="DesignerTextViewAdapter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //----------------------...
// 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.ComponentModel; using System.Windows.Forms; namespace OpenLiveWriter.Controls { /// <summary> /// Provides a base class for lightweight button-type c...
using System; using System.Linq; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Persistence.DatabaseModelDefinitions; using Umbraco.Core.Persistence.Migrations.Initial; using Umbraco.Core.Persistence.SqlSyntax; using Umbraco.Core.Services; namespace Um...
// 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 ...
// // Copyright (C) 2012-2014 DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...