context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // Copyright (c) 2003-2006 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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 copyrigh...
#region License /* * ChunkedRequestStream.cs * * This code is derived from ChunkedInputStream.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2015 sta.blockhead * * Permission is hereby granted, free...
//--------------------------------------------------------------------- // <copyright file="OperationSignatures.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Provides types with operation signatures. // </summary> // // @owner mruiz //-...
using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Q42.HueApi.Extensions; using Newtonsoft.Json; using Q42.HueApi.Models.Groups; using System.Dynamic; using Q42.HueApi.Models; using Q42.HueApi.Inter...
using NUnit.Framework; using System.Collections.ObjectModel; using System.Threading.Tasks; using Zu.AsyncWebDriver; using Zu.WebBrowser.BasicTypes; namespace Zu.AsyncChromeDriver.Tests { [TestFixture] public class ChildrenFindingTest : DriverTestFixture { [Test] public async Task FindElemen...
// 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.Net.Security; using System.Threading; using System.Threading.Tasks; ...
#region Using directives using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Reflection; using System.Diagnostics; using System.Runtime.Remoting.Messaging; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; using S...
using System; using System.Collections.Generic; using System.Globalization; using Newtonsoft.Json; using System.Linq; // -----===== autogenerated code =====----- // ReSharper disable All // generator: BasicUnitValuesGenerator, UnitJsonConverterGenerator, UnitExtensionsGenerator namespace iSukces.UnitedValues { [S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // // //////////////////////////////////////////////////////////////////////////// // // Class: StringInfo /...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * 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 c...
/* * Copyright (C) 2016-2020. Autumn Beauchesne. All rights reserved. * Author: Autumn Beauchesne * Date: 7 Nov 2018 * * File: BasePanel.cs * Purpose: Abstract two-state UI panel. */ using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; n...
namespace android.content.res { [global::MonoJavaBridge.JavaClass()] public partial class TypedArray : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static TypedArray() { InitJNI(); } protected TypedArray(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) ...
// Copyright (c) 2015 Alachisoft // // 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 t...
using DeviceMotion.Plugin.Abstractions; using System; using System.Collections.Generic; using System.Diagnostics; using Windows.Devices.Sensors; namespace DeviceMotion.Plugin { /// <summary> /// Implementation for DeviceMotion /// </summary> public class DeviceMotionImplementation : IDeviceMotion {...
/* * Copyright (c) 2010, www.wojilu.com. All rights reserved. */ using System; using System.Text; using wojilu.Web.Mvc; using wojilu.Web.Context; using wojilu.Apps.Forum.Domain; using wojilu.Members.Users.Domain; namespace wojilu.Web.Controller.Forum.Utils { public class ForumValidator { public stati...
/******************************************************************** 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 "...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; u...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
using System; using System.Collections.Generic; using QuickGraph.Algorithms.Services; using System.Diagnostics.Contracts; namespace QuickGraph.Algorithms.Search { /// <summary> /// A edge depth first search algorithm for implicit directed graphs /// </summary> /// <remarks> /// This is a variant of...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Xunit; namespace Microsoft.AspNetCore.Components ...
/* * Vericred API * * Vericred's API allows you to search for Health Plans that a specific doctor accepts. ## Getting Started Visit our [Developer Portal](https://developers.vericred.com) to create an account. Once you have created an account, you can create one Application for Production and another for our San...
using System; using System.Collections.Generic; using System.IO; namespace mapgenerator { class mapgenerator { static void WriteFieldMember(TextWriter writer, MapField field) { string type = String.Empty; switch (field.Type) { case FieldType....
// // Scheduler.cs // // Author: // Stephane Delcroix <stephane@delcroix.org> // // Copyright (C) 2007 Novell, Inc. // Copyright (C) 2007 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to ...
// 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.Threading; using System.Collections.Generic; using System.Reflection; namespace System.Runtime.Seriali...
// Copyright (C) 2014 dot42 // // Original filename: Android.Graphics.Drawable.Shapes.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-...
// 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.X509Certificates.Tests { internal static class ...
using System; using System.Collections.Generic; using System.Linq; using System.Web.Mvc; using Orchard.ContentManagement; using Orchard.ContentManagement.MetaData; using Orchard.ContentManagement.MetaData.Models; using Orchard.Core.Common.Models; using Orchard.Core.Containers.Models; using Orchard.Core.Containers.Servi...
// 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.ComponentModel.Composition.Factories; using System.ComponentModel.Com...
#region License //L // 2007 - 2013 Copyright Northwestern University // // Distributed under the OSI-approved BSD 3-Clause License. // See http://ncip.github.com/annotation-and-image-markup/LICENSE.txt for details. //L #endregion using System; using System.Collections.Generic; using System.Data; using ClearCanvas.C...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.Activities.Presentation.Internal.PropertyEditing { using System; using System.Collections; 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 (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.CodeAnalysis; using System.Runtime; using System.ServiceModel.Diagnostics; using System.Xml; namespace Syste...
// 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.CompilerServices; namespace System.Numerics { // This file contains the definitions for al...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Thre...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGeneration; using ...
using HueApi.Models; using HueApi.Models.Requests; using HueApi.Models.Responses; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http.Json; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using System.Threading.Tasks; namespace HueApi { public del...
#region Namespaces using System; using System.Data; using System.Xml; using System.Collections.Generic; using Epi; using Epi.Collections; #endregion //Namespaces namespace Epi.Fields { /// <summary> /// Grid field /// </summary> public class GridField : FieldWithSeparatePrompt { #region ...
/* * DokiScriptTokenizer.cs * * THIS FILE HAS BEEN GENERATED AUTOMATICALLY. DO NOT EDIT! */ using System.IO; using PerCederberg.Grammatica.Runtime; /** * <remarks>A character stream tokenizer.</remarks> */ internal class DokiScriptTokenizer : Tokenizer { /** * <summary>Creates a new tokenizer for the...
// Copyright (c) 2014-2016 Eberhard Beilharz // This software is licensed under the MIT license (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using BuildDependency.Artifacts; using BuildDependency.Manager.Tools; using BuildDependency....
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...
// 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.Threading; using System.Transactions.Diagnostics; namespace System.Transactions { internal delegat...
/* ==================================================================== 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 ...
// These interfaces serve as an extension to the BCL's SymbolStore interfaces. namespace OpenRiaServices.DomainServices.Tools.Pdb.SymStore { // Interface does not need to be marked with the serializable attribute using System; using System.Diagnostics.SymbolStore; using System.Runtime.InteropServices; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using Semmle.Util.Logging; using Mono.Unix; namespace Semmle.Util { /// <summary> /// Interface for obtaining canonical paths. /// </summary> public interface IPathCache { string GetCanoni...
using System; using System.IO; using System.Collections.Generic; using System.Text; using System.Runtime.Serialization; #if FRB_MDX #elif FRB_XNA using Microsoft.Xna.Framework.Graphics; #elif SILVERLIGHT #endif using System.Xml; using System.Xml.Serialization; using FlatRedBall; using AnimationFrame = FlatRedBal...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System; using System.Collections.Generic; using Android.Runtime; namespace Org.Apache.Cordova { // Metadata.xml XPath class reference: path="/api/package[@name='org.apache.cordova']/class[@name='ExifHelper']" [ObsoleteAttribute (@"This class is obsoleted in this android platform")] [global::Android.Runtime.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.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System...
// // Copyright (c) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
using System; using System.Data.Entity; using System.Data.Entity.Core; using System.Data.Entity.Infrastructure; using System.Linq; using System.Threading.Tasks; namespace Microsoft.Its.Domain.Sql { /// <summary> /// A reservation service backed by a SQL store. /// </summary> public class SqlReserva...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Net; using System.Threading.Tasks; using Orleans.Runtime; using OrleansSQLUtils.Storage; namespace Orleans.SqlUtils { /// <summary> /// A class for all relational storages that support all systems stores : member...
using System; using System.Collections.Generic; using System.Data.Common; using System.IO; using System.Linq; using System.Threading.Tasks; using Orleans.Tests.SqlUtils; using Tester.RelationalUtilities; namespace UnitTests.General { public abstract class RelationalStorageForTesting { private static re...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Text; using System.Windows.Forms; using C1.Win.C1Input; using C1.Win.C1TrueDBGrid; using PCSComProduction.WorkOrder.BO; using PCSComUtils.Common; using PCSComUtils.Common.BO; using PCSComUtils.PCSExc; using PCSUtils.Log...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Classes: AnonymousPipeServerStream ** AnonymousPipeClientStream ** NamedPipeServerStream ** NamedPipeClientStream ** ** Purpose:...
// 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.Data.Common; using System.Diagnostics; namespace System.Data.Odbc { ...
using System; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Orleans.Threading; namespace Orleans.Timers.Internal { public interface ITimerManager { Task<bool> Delay(TimeSpan timeSpan, CancellationToken cancellationToken = default(CancellationToken));...
// 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...
using System; using System.Collections; using System.Collections.Generic; namespace BinaryTree { public class BinaryTree<T> : ICollection<T> where T : IComparable<T> { private ITraversalStrategy<T> _traversalStrategy; private BinaryTreeNode<T> _head; public BinaryTree(ITraversalStrateg...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Dynamic; using System.Reflection; using System.R...
using System; using System.Text; using NUnit.Framework; using System.IO; using System.Diagnostics; using FluentAssertions; using System.Collections.Generic; using System.Linq; namespace CK.Text.Tests { [TestFixture] public class StringAndStringBuilderExtensionTests { [Test] public void conc...
// // Copyright (c) 2004-2016 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.IO; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Drawing.Imaging; using System.Data; using System.Windows.Forms; using SpiffLib; namespace m { /// <summary> /// Summary description for TemplatePanel. /// </summary> public class TemplatePanel :...
namespace Gu.Persist.Core.Tests.Repositories { using System; using System.Diagnostics.CodeAnalysis; using System.IO; using NUnit.Framework; public abstract partial class RepositoryTests { [TestCaseSource(nameof(TestCases))] public void Read(TestCase testCase) { ...
// 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 MS.Utility { using MS.Win32; using System; using System.Collections.Generic; using System...
// Copyright (c) Rotorz Limited. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root. using Rotorz.Games.EditorExtensions; using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEngine; using UnityEngine.Serialization; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // // This...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Linq.Expressions; namespace Microsoft.AspNetCore.Components.Forms { /// <summa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using OLEDB.Test.ModuleCore; using System.IO; using XmlCoreTest.Common; namespace System.Xml.Tests { //////////...
// Camera Path 3 // Available on the Unity Asset Store // Copyright (c) 2013 Jasper Stocker http://support.jasperstocker.com/camera-path/ // For support contact email@jasperstocker.com // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT L...
// 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 Microsoft.Build.Collections; using Microsoft.Build.Shared; using Microsoft.Build.Execution; using Xunit; namespace Microsoft.Build.UnitTests.OM.Col...
// 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 Xunit; namespace System.Threading.Tests { public class EventWaitHandleTests : R...
/* * 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) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// ----------------------------------------------------------------------- // <copyright file="MathUtils.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // ----------------------------------------------------------------------- // This source is subject to 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Email Service ///<para>SObject Name: EmailServicesFunction</p...
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // // C# port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 2007-2011 // // Permission to copy, use, modify, sell and distribute this software // is granted provided this c...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Threading; using NuGet.Resources; namespace NuGet { public static class FileSystemExtensions { public static IEnumerable<string> GetFiles(this IFileSystem fileSystem, ...
/* kowe kudu nginstall mysql connecter ngge .NET disek sak durunge gawe library iki */ using System; using System.Data; using System.Collections.Generic; using System.Linq; using System.Text; using MySql.Data.MySqlClient; namespace DB { public class MySqlDB { private MySqlConnection con; p...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: BCLDebug ** ** ** Purpose: Debugging Macros for use in the Base Class Libraries ** ** ============================================================*/ name...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Configuration; using Microsoft.Win32; using Microsoft.Build.Collections; using Microsoft.Build.Evaluation; using Microsoft.Build.Exceptions; using Microsof...
/* * Copyright 2017 ZXing.Net authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using UnityEngine; using System.Collections; public class NPCBehaviour : NPCMotion { public GameObject player; public GameObject homePoint; public float alertThreshold = 15.0f; public float homeProximity = 3.0f; public GameObject acidSpit; public float acidSpeed = 50.0f; public float acidCooldown = 5.0f;...
using System; using System.Diagnostics; using System.Text; using u32 = System.UInt32; using Pgno = System.UInt32; namespace System.Data.SQLite { using sqlite3_value = Sqlite3.Mem; using sqlite3_pcache = Sqlite3.PCache1; public partial class Sqlite3 { /* ** 2008 August 05 ** ** The author disclaims copyri...
using System; using System.Linq; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using ProjectTracker.Library; using Csla.Security; using Csla.Configuration; using Csla; namespace PTWin { public partial class MainF...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace ProjectTrackingServices.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popu...
// ******************************************************************************************************** // Product Name: DotSpatial.Compatibility.dll // Description: Supports DotSpatial interfaces organized for a MapWindow 4 plugin context. // ***********************************************************************...
//------------------------------------------------------------------------------ // <copyright file="DbConnectionInternal.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> // <owner current="true" primary="f...
// 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.Globalization; namespace System { // The class designed as to keep working set of Uri class as min...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute; using Microsoft.Azure.Management.Compute.Models; using Microsoft.Azure.Management.ResourceManager; using Microsoft.Rest....
// 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.Security; using System.Runtime.CompilerServices; using System.Runtime.Inter...
using System; using System.IO; using System.Drawing; namespace Jovian.ImagePHP { /// <summary> /// Summary description for Class1. /// </summary> public class TenChannel { StreamWriter Output; /// <summary> /// The main entry point for the application. /// </summary> /// class chan10col...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // **************************************************************** using S...
using System; using System.IO; using System.Linq; using Eto.Drawing; using SD = System.Drawing; using UIKit; using Foundation; using CoreGraphics; namespace Eto.iOS.Drawing { public class BitmapDataHandler : BitmapData { public BitmapDataHandler(Image image, IntPtr data, int scanWidth, int bitsPerPixel, object con...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Collections.Tests { /// <sum...