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. using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using ...
// Copyright (C) 2009-2015 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, copy, modify, merge, p...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using IdentityServer.UnitTests.Common; us...
using Microsoft.AspNetCore.Identity; using Raven.Client.Documents; using Raven.Client.Documents.Operations; using Raven.Client.Documents.Operations.CompareExchange; using Raven.Client.Documents.Session; using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threadi...
using System; using System.Xml; using System.Collections.Generic; using System.IO; using NDesk.Options; namespace PipelineWSClient { /* * Run the EXE from directly within Windows, e.g.: PipelineWSClient.exe jobs * or * From Mac/Linux via Mono, e.g.: mono PipelineWSClient.exe jobs */ class MainClass { pri...
/* * 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 ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using UnityEngine; using Vexe.Runtime.Helpers; namespace Vexe.Runtime.Types { /// <summary> /// Serializable by Unity's serialization system - Extracted from System.Collections.Generic (not a wrappe...
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> /// A theater group or company\u2014for example, the Royal Shakespeare C...
using System; using System.Linq; using System.ComponentModel.DataAnnotations; using Csla; using System.ComponentModel; using System.Threading.Tasks; using ProjectTracker.Dal; namespace ProjectTracker.Library { [Serializable()] public class ProjectEdit : CslaBaseTypes.BusinessBase<ProjectEdit> { public static...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Runtime.InteropServices; namespace Internal.Cryptography.Pal.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. /****************************************************************************** * This file is auto-generated from ...
// 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.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...
//////////////////////////////////////////////////////////////// // // // Neoforce Controls // // // ////////////////////////////////////////////////////////////...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; using Microsoft.VisualStudio.TestTools.UnitTesting; using DotVVM.Framework.Binding; using DotVVM.Framework.Binding.Expressions; using DotVVM.Framework.Compilation; using DotVVM.Framework.Conf...
/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /****************************************************************************** * * You may not use the identified files except in compliance with The MIT * License (the "License.") * * You may obtain a copy of the License at * https://...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic; using System.Reflection; using System.Security.Policy; using Noodles.Helpers; namespace Noodles.Models { public class ResourceFactory { public List<Func<object, INode, string, Resourc...
// 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...
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Permissive License. // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL. // All other rights reserved. using System; using System.Globalization; using System.Windows; using System.Windows.Automation; using System.Collections;...
// 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.Threading; using System.Threading.Tasks; using Xunit; namespace System.Net.Sockets.Te...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using System; using System.Collections.Generic; using System.Diagnostics; using System.Security.Claims; using System.Secu...
using System; using System.Text; using System.Collections; using System.Collections.Generic; namespace Com.Aspose.Cells.Model { public class PivotTable { public string AltTextDescription { get; set; } public string AltTextTitle { get; set; } public string AutoFormatType { get; set; } public List<P...
#region License /*---------------------------------------------------------------------------------*\ Distributed under the terms of an MIT-style license: The MIT License Copyright (c) 2006-2009 Stephen M. McKamey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Orleans.Runtime; using Orleans.Concurrency; using Orleans.Runtime.Configuration; namespace Orleans { /// <summary> /// Interface for Membership Table. /// </summary> public interface...
// MIT License // // Copyright(c) 2022 ICARUS Consulting GmbH // // 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...
using System.Text.RegularExpressions; using System.Diagnostics; using System; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Collections; using System.Drawing; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Data; using System.Collections.Generic; using WeifenLuo.WinForm...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Text; using System.Runtime.CompilerServices; using umbraco.BusinessLogic; using Umbraco.Core; using umbraco.DataLayer; namespace umbraco.cms.businesslogic.task { /// <summary> /// An umbraco task is curre...
using System; using System.Windows.Forms; using System.IO; using System.Text.RegularExpressions; using System.Diagnostics; namespace Thinktecture.Tools.Web.Services.ContractFirst { public partial class XsdCodeGenDialog : Form { #region Constructors public XsdCodeGenDialog(string[] xsdfiles) ...
using UnityEngine; using UnityEditor; using System.Collections.Generic; [CanEditMultipleObjects, CustomEditor(typeof(MegaWrap))] public class MegaWrapEditor : Editor { public override void OnInspectorGUI() { MegaWrap mod = (MegaWrap)target; #if !UNITY_5 && !UNITY_2017 EditorGUIUtility.LookLikeControls(); #endi...
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // 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, inc...
//! \file ImagePMS.cs //! \date 2017 Nov 26 //! \brief AliceSoft image format. // // Copyright (C) 2017 by morkt // // 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...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using System.IO; using Be.Windows.Forms; using Trionic5Tools; namespace Trionic5Controls { public partial class HexViewe...
// // System.Diagnostics.TraceListenerCollection.cs // // Authors: // Jonathan Pryor (jonpryor@vt.edu) // // Comments from John R. Hicks <angryjohn69@nc.rr.com> original implementation // can be found at: /mcs/docs/apidocs/xml/en/System.Diagnostics // // (C) 2002 Jonathan Pryor // // // Permission is hereby granted...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; namespace ACControls { /// <summary> /// Descrizione di riepilogo per ImageFlip. /// </summary> public class ImageFlip : System.Windows.Forms.UserControl { /// <summary> /// Variabile di...
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
// 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.Reflection; using System.Text; using System.Collections; using System.Globalization; using System.Runti...
// 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.Globalization; using System.IO; using System.Reflection; using System.Runtime.InteropServ...
// Copyright 2004-2008 Castle Project - http://www.castleproject.org/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless ...
using UnityEngine; using System.Collections; public class InstantGuiElement : MonoBehaviour { class TextParams { bool enabled; //Color color = new Color(1,1,1,1); float size; Vector2 offset; } //element position public InstantGuiElementPos parentpos = new InstantGuiElementPos(0,Screen.width,0,Screen...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; namespace Igor { public class ListWindow<ManagerType, ListType> : EditorWindow where ManagerType : ManagerList<ListType> where ListType : XMLSerializable, new() { static ListWindow() { EditorTypeUti...
// 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.Runtime.InteropServices; using System.ComponentModel; using System.Runtime.Serialization; using System....
namespace nHydrate.DslPackage.Forms { partial class ImportDatabaseForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if man...
using System; using System.Collections; using System.IO; using System.Text; using Microsoft.SPOT; using PervasiveDigital.Net; using PervasiveDigital.Utilities; using PervasiveDigital.Security.ManagedProviders; namespace PervasiveDigital.Net.Azure.Storage { public class BlobClient { private readonly Cl...
using XPT.Games.Generic.Constants; using XPT.Games.Generic.Maps; using XPT.Games.Twinion.Entities; namespace XPT.Games.Twinion.Maps { class TwMap25 : TwMap { public override int MapIndex => 25; public override int MapID => 0x0A03; protected override int RandomEncounterChance => 15; ...
#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...
//------------------------------------------------------------------------------ // <copyright file="visualStyleRenderer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //--------------------------...
// 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 ...
// 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="ArraySet.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // a set, collection of unordered, distinct objects, implemented as an array // </summary> //-----...
////////////////////////////////////////////////// // Generated code by BareNET - 08.10.2021 14:58 // ////////////////////////////////////////////////// using System; using System.Linq; using System.Collections.Generic; namespace DM7_PPLUS_Integration.Messages.DM7 { public readonly struct Query_message { public rea...
#region [Copyright (c) 2015 Cristian Alexandru Geambasu] // Distributed under the terms of an MIT-style license: // // The MIT License // // Copyright (c) 2015 Cristian Alexandru Geambasu // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation...
// // Encog(tm) Core v3.3 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Dns { using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using ...
// FileSystemScanner.cs // // Copyright 2005 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // Th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.overloadResolution.indexer.getter...
using System; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Threading; namespace SIL.Media.AlsaAudio { /// <summary> /// Simplified wrapper around the standard Linux Alsa audio library. This wrapper defaults /// to recording simple 16-bit PCM mono WAVE files at 22KHz...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; using System....
/* Copyright (c) 2006-2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Listener.Configuration; using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.Services.Common; namespace Microsoft.VisualStudio...
// Copyright (c) 2015, Outercurve Foundation. // 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 o...
// // Copyright 2011-2013, Xamarin 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 appli...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using CodePlex.TfsLibrary.RepositoryWebSvc; using SvnBridge.Handlers; using SvnBridge.Interfaces; using SvnBridge.Protocol; using SvnBridge.SourceControl; using SvnBridge.Utility; namespace SvnBridge.Infrastructure { internal cla...
//------------------------------------------------------------------------------ // <copyright file="DataGridViewCheckBoxCell.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------...
// 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.Collections; using System.Collections.Generic; using System.Collections.Objec...
using System; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Baseline; using Marten.Schema; using Marten.Testing.Documents; using Marten.Testing.Harness; using Shouldly; using Weasel.Postgresql.Tables; using Xunit; namespace Marten.Testing.Acceptance { [Collection("acceptance...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using SoloProject.Models; namespace SoloProject.Migrations { [DbContext(typeof(ApplicationDbContext))] partial class ApplicationDbContextModelSnap...
//using System; using System; using System.Collections; using System.IO; using System.Runtime.CompilerServices; using System.Threading; using Tamir.SharpSsh.java; using Tamir.SharpSsh.java.lang; using Tamir.SharpSsh.java.net; namespace Tamir.SharpSsh.jsch { public class Session : JavaRunnable { privat...
// TODO: Create banner using System; using System.IO; using System.Collections.Generic; using System.Threading; using System.Text; using System.Net; using System.Net.Sockets; using OpenSim.Framework; using log4net; namespace OpenSim.Region.Physics.RemotePhysicsPlugin { public class RemotePhysicsTCPPacketManager ...
using System; using System.Drawing; using System.Xml; using System.Xml.Serialization; using System.Collections; using System.Reflection; using System.IO; using System.Diagnostics; using System.Xml.Schema; namespace Netron.Lithium { /// <summary> /// Assists the serialization of the diagram /// </summary> public cl...
// 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.Test.Common; using System.Threading; using System.Threading.Tasks; using Xunit; namespace System....
// ========================================================== // FreeImage 3 .NET wrapper // Original FreeImage 3 functions and .NET compatible derived functions // // Design and implementation by // - Jean-Philippe Goerke (jpgoerke@users.sourceforge.net) // - Carsten Klein (cklein05@users.sourceforge.net) // // Contri...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Linq; namespace DotNetShipping.ShippingProviders { /// <summary> ...
using Microsoft.Azure.ApplicationInsights.Query.Models; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace Microsoft.Azure.ApplicationInsights.Query { public partial class MetricsExtensions { #region Metric Extensions /// <summary> ...
#region Copyright // // Nini Configuration Project. // Copyright (C) 2006 Brent R. Matzelle. All rights reserved. // // This software is published under the terms of the MIT X11 license, a copy of // which has been included with this distribution in the LICENSE.txt file. // #endregion using System; using System.IO;...
using System; using System.Globalization; /// <summary> /// String.System.IConvertible.ToUInt32(IFormatProvider provider) /// This method supports the .NET Framework infrastructure and is /// not intended to be used directly from your code. /// Converts the value of the current String object to a 32-bit unsigned int...
using System; using System.Diagnostics; using System.Runtime.InteropServices; using ESRI.ArcGIS.Geodatabase; using Miner.ComCategories; using Miner.Framework; namespace Miner.Interop { /// <summary> /// Base class for Relationship Auto Updaters. /// </summary> [ComVisible(true)] public abstrac...
/* * Copyright (C) 2006-2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
// AdminCollectionUsersModal.cs // using System; using System.Collections.Generic; using System.Html; using System.Runtime.CompilerServices; using afung.MangaWeb3.Client.Admin.Module; using afung.MangaWeb3.Client.Modal; using afung.MangaWeb3.Client.Widget; using afung.MangaWeb3.Common; using jQueryApi; namespace afun...
//----------------------------------------------------------------------- // <copyright file="BaseTask.cs">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All othe...
// 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 ...
// CodeContracts // // 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 restriction, including wit...
// // JsonSerializer.cs // // Author: // Marek Habersack <mhabersack@novell.com> // // (C) 2008 Novell, Inc. http://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 wit...
// Copyright 2022 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) 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.IO; using System.Linq; using System.Reflection; using osu.Framework.Allocation; using osu.Framework.Audio; 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; using System.Diagnostics; using System.ComponentModel; using System.Xml; using System.IO; ...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.Zelig.Debugger.ArmProcessor { using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.IO; using System...
// // MRGamePieceStack.cs // // Author: // Steve Jakab <> // // Copyright (c) 2014 Steve Jakab // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including witho...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using System.Collections.Generic; using System.Runtime.InteropServices; namespace Mosa.TestWorld.x86.Tests { public class OtherTest : KernelTest { public OtherTest() : base("Other") { testMethods.AddLast(OtherTest1); testMethods.AddLast...
namespace BookShop.Server.Api.Areas.HelpPage.ModelDescriptions { using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System....
// // DataCore.cs // // Authors: // Gabriel Burt // Fredrik Hedberg // Aaron Bockover // Lukas Lipka // // Copyright (C) 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...
#region License // /* // See license included in this library folder. // */ #endregion using System; using System.Collections.Generic; using System.Globalization; using Sqloogle.Libs.NLog.Config; using Sqloogle.Libs.NLog.Internal; using Sqloogle.Libs.NLog.Layouts; namespace Sqloogle.Libs.NLog.Conditions { /// <su...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace pltkw3msCustomer.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it...
/**************************************************************************** Copyright (c) 2010 cocos2d-x.org Copyright (c) 2011-2012 openxlive.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...
using System; using System.Collections.Generic; using Android.Content; using Android.Graphics; using Android.Views; using Avalonia.Android.Platform.Input; using Avalonia.Android.Platform.Specific; using Avalonia.Android.Platform.Specific.Helpers; using Avalonia.Controls.Platform.Surfaces; using Avalonia.Input; using Av...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using Lewis.SST.Controls; using Lewis.SST.SQLMethods; #region change history /// 08-22-2008: C01: LLEWIS: fix added to resolve local machine name, otherwise sql commands fail #endregion namespace Le...
/* 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 ...
/* MIT License Copyright (c) 2017 Saied Zarrinmehr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publis...
/* Project Orleans Cloud Service SDK ver. 1.0 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 restriction, inc...
/* * 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 (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using Rotorz.Games.UnityEditorExtensions; using System; using UnityEditor; using UnityEngine; namespace Rotorz.Tile.Editor { /// <summary> /// Brush palette allows user to select the ...