context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Data; using Csla; using Csla.Data; using SelfLoad.DataAccess; using SelfLoad.DataAccess.ERCLevel; namespace SelfLoad.Business.ERCLevel { /// <summary> /// D11_CityRoadColl (editable child list).<br/> /// This is a generated base class of <see cref="D11_CityRoadColl"/> business o...
using System; using Android.App; using Android.Content; using Android.Content.PM; using Android.OS; using Android.Support.V7.App; using Android.Views; using Android.Widget; using System.Collections.Generic; using System.Linq; using Android; using Android.Support.V4.App; using Android.Support.V4.Content; using Android.S...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: 469233 $ * $Date: 2006-10-30 12:09:11 -0700 (Mon, 30 Oct 2006) $ * Author : Gilles Bayon * iBATIS.NET Data Mapper * Copyright (C) 2004 - Apache Fondation * * * Licensed under the A...
using System.Collections.Generic; using Content.Client.GameObjects.Components.Research; using Content.Shared.Research; using Robust.Client.Graphics; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.CustomControls; using Robust.Client.Utility; using Robust.Shared.IoC; using Robust.Shared.Loc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================ ** ** ** ** Purpose: A representation of an IEEE doub...
using System.Collections.Generic; using System.IO; using Xe.BinaryMapper; using OpenKh.Common.Utils; namespace OpenKh.Bbs { public class Olo { private const int MagicCode = 0x4F4C4F40; // Always @OLO public class Header { [Data] public int MagicCode { get; set; } ...
using System.Collections.Generic; using System.Linq; using DependencyMap.Analysis; using DependencyMap.Scanning; using FluentAssertions; using NuGet; using NUnit.Framework; namespace DependencyMap.Tests.Analysis { [TestFixture] public class GroupedByServiceTests { [Test] public void SimpleD...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Metadata.ManagedReference { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Security; namespace System.IO { public sealed partial class DriveInfo { private static string NormalizeDriveName(string driveName) ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System.Xml; using System.ServiceModel; ...
// 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; using System.Diagnostics; using System.Reflection; using System.Reflection.E...
// Copyright (C) 2014 dot42 // // Original filename: BackgroundWorker.cs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unles...
using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Newtonsoft.Json.Linq; using OrchardCore.ContentManagement; using OrchardCore.ContentManagement.Display; using OrchardCore.ContentManagement.Metadata; u...
using System; using UnityEngine.Events; using UnityEngine.EventSystems; namespace UnityEngine.UI { [AddComponentMenu("UI/Scroll Rect", 33)] [SelectionBase] [ExecuteInEditMode] [RequireComponent(typeof(RectTransform))] public class ScrollRect : UIBehaviour, IInitializePotentialDragHandler, IBeginDra...
// 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.Globalization; using System.Reflection; namespace System.ComponentModel.Data...
// 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.IdentityModel.Selectors; using System.IdentityModel.Tokens; using Sy...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using Newtonsoft.Json; using DocuSign.eSign.Api; using DocuSign.eSign.Model; using DocuSign.eSign.Client; namespace TestProj { class CoreRecipes { // Integrator Key (aka...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Configuration; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Streams; using Orleans.ServiceB...
// // Copyright (c) 2014 .NET Foundation // // 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, pu...
using System; using NUnit.Framework; using Whois.Parsers; namespace Whois.Parsing.Whois.Nic.Coop.Coop { [TestFixture] public class CoopParsingTests : ParsingTests { private WhoisParser parser; [SetUp] public void SetUp() { SerilogConfig.Init(); pars...
// 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.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; namespace LibGit2Sharp.Core { internal class HistoryRewriter { private readonly IRepository repo; private readonly HashSet<Commit> targetedCommits; private readonly ...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using NUnit.TestUtilities; using System; using System.IO; namespace NUnit.Framework.Assertions { [TestFixture] public class AssertEqualsTests { [Test] public void Equals() { string 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. namespace System.Xml.Xsl.XsltOld { using System.Diagnostics; using System.IO; using System.Globalization...
// 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 ...
using System; using System.Collections.Specialized; using System.Net; using System.Web; using Skybrud.Social.Http; using Skybrud.Social.Instagram.Endpoints.Raw; using Skybrud.Social.Instagram.Responses; using Skybrud.Social.Interfaces; using Skybrud.Social.Json; namespace Skybrud.Social.Instagram.OAuth { /// <sum...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Extensions.Logging; namespace Orleans.Runtime.ConsistentRing { /// <summary> /// We use the 'backward/clockwise' definition to assign responsibilities on the ring. /// E.g. in a ring of nodes {5, 10, 15}...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using GraphQL.Types; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Newtonsoft.Json.Linq; using OrchardCore.Apis.GraphQL; using OrchardCore.Apis.GraphQL.Queries; u...
#region Copyright & License // // Copyright 2006 The Apache Software Foundation // // 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 // // Unle...
/************************************************************************************ Filename : OVRDevice.cs Content : Interface for the Oculus Rift Device Created : February 14, 2013 Authors : Peter Giokaris Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved. Licensed under t...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Reactive.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using NUnit.Framework; using Refit; // InterfaceStubGenerator looks for this namespace Refit....
using System; using System.ComponentModel.DataAnnotations; using System.Diagnostics; using System.Net; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; #if !SILVERLIGHT using System.Web; #endif #if SERVERFX namespace OpenRiaServices.DomainServices.Hosting.Test #else namespace OpenRiaService...
/* * Copyright (2011) Intel Corporation and Sandia Corporation. Under the * terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
#region License /* * WebSocketBehavior.cs * * The MIT License * * Copyright (c) 2012-2016 sta.blockhead * * 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...
// 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.Contracts; namespace System.Globalization { // // This class impleme...
using System; using System.Collections.Generic; using System.Drawing; namespace AlgorithmSandbox.Teapot { public static class Triangle { /// <summary> /// c is to the left of the line determined by a and b /// </summary> public static bool IsLeft(this PointF c, PointF a, PointF ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; namespace CSemVer { public sealed partial class CSVersion { [StructLayout( LayoutKind.Explicit )] struct SOrderedVersion { [FieldOffset...
using System; using System.IO; using IdSharp.Common.Utils; namespace IdSharp.AudioInfo { /// <summary> /// Shorten /// </summary> public class Shorten : IAudioFile { static Shorten() { uint val = 0; masktab[0] = val; for (int i = 1; i < MASKTABSIZ...
using Epi.Fields; namespace Epi.Collections { /// <summary> /// Named Object Field Collection Master class /// </summary> public class FieldCollectionMaster : NamedObjectCollection<Field> { #region Private Class Members private NamedObjectCollection<TextField> textFields = null; ...
// 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 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.apac...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Autofac; using NUnit.Framework; using Orchard.Caching; using Orchard.Environment.Extensions; using Orchard.Environment.Extensions.Folders; using Orchard.Environment.Extensions.Loaders; using Orc...
using System; using System.Windows.Input; using Avalonia.Input; using Avalonia.Media.Imaging; using Avalonia.Metadata; using Avalonia.Utilities; namespace Avalonia.Controls { public class NativeMenuItem : NativeMenuItemBase, INativeMenuItemExporterEventsImplBridge { private string _header; priv...
// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // using System; using System.Collections.Generic; using System.Globalization; using System.Threading; using System.Timers; using OpenADK.Library; using OpenADK.Library.us.Common; using OpenADK.Library.us.Student; using ...
// 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.Reflection; using System.Runtime.CompilerServices; using Encoding = System.Text.Encoding; #if ES_BUILD_STA...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace ExpenseRegister.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it ...
// 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.IO.PortsTests; using System.Text; using System.Threading; using Legacy.Suppor...
/* VRPhysicsConstraintUJoint * MiddleVR * (c) MiddleVR */ using UnityEngine; using System; using System.Collections; using MiddleVR_Unity3D; [AddComponentMenu("MiddleVR/Physics/Constraints/Universal-Joint")] [RequireComponent(typeof(VRPhysicsBody))] public class VRPhysicsConstraintUJoint : MonoBehaviour { #re...
using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Gene...
#nullable enable using System.Collections.Generic; using System.IO; using System.Linq; using Content.Client.UserInterface.Stylesheets; using Newtonsoft.Json; using Robust.Client.Credits; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; usi...
// <copyright file="StudentCode.cs" company="Pioneers in Engineering"> // Licensed to Pioneers in Engineering under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. Pioneers in Engineering licenses // this fi...
using System.Collections.Generic; using System.Linq; using System.Web.Mvc; using System.Web.Routing; using Orchard.Forms.Services; using Orchard.Rules.Models; using Orchard.Rules.Services; using Orchard.Rules.ViewModels; using Orchard.ContentManagement; using Orchard.Core.Contents.Controllers; using Orchard.Data; using...
// 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.IO; using System.Xml; using System.Xml.Linq; using Microsoft.Test.ModuleCore; namespace CoreXml.Test.XLinq { public partial class Functi...
//--------------------------------------------------------------------- // File: XmlValidationStep.cs // // Summary: // //--------------------------------------------------------------------- // Copyright (c) 2004-2015, Kevin B. Smith. All rights reserved. // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT ...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text.RegularExpressions; using System.Xml.Linq; using System.Xml.XPath; using Highlight.Extensions; using Highlight.Patterns; using SixLabors.Fonts; namespace Highlight.Configuration { public class XmlConfiguratio...
/* * 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. using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Net; using Sy...
// 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. #if WINDOWS using Microsoft.Diagnostics.Tracing.Parsers.Clr; using System; using System.Collections.Generic; using ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Windows.Forms; using bv.common; using bv.common.Core; using bv.common.Enums; using bv.common.Objects; using bv.common.win; using eidss.model.Enums; namespace EIDSS { public class FreezerTree : BaseDetailFor...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System.IO; using System.Text; using System.Globalization; using Xunit; using System.Collections; using System.Collections.Generic; namespace System.Json.Tests { public class Jso...
using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Runtime.CompilerServices; using BudgetAnalyser.Engine.BankAccount; using BudgetAnalyser.Engine.Budget; namespace BudgetAnalyser.Engine.Statement { /// <summary> /// A bank statement tr...
#region License /* * Copyright 2002-2010 the original author or 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 * * Unle...
/* | Version 10.1.84 | Copyright 2013 Esri | | 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...
#region license // Copyright (c) 2003, 2004, 2005 Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Reflection; using Mercurial.Attributes; namespace Mercurial { /// <summary> /// This is the base class for option classes for various commands for /// the Mercu...
namespace Microsoft.Protocols.TestSuites.MS_AUTHWS { using System.Xml; using Microsoft.Protocols.TestSuites.Common; /// <summary> /// Adapter requirements capture code for MS_AUTHWSAdapter. /// </summary> public partial class MS_AUTHWSAdapter { /// <summary> /// This method ...
// 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. #define DEBUG // The behavior of this contract library should be consistent regardless of build type. using System;...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.NetCore....
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member namespace SqlStreamStore.Imports.Ensure.That { using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; ...
#define USE_TRACING using System; using Google.GData.Client; using Google.GData.Extensions; namespace Google.GData.Contacts { /// <summary> /// Entry API customization class for defining entries in an Event feed. /// </summary> public class ContactEntry : BaseContactEntry { /// <summary> ...
/* * 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. using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using Xunit; names...
using Lucene.Net.Support; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using System.Reflection; using System.Runtime.CompilerServices; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) un...
// 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 ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Numerics; using System.Runtime.InteropServices; using System.Text; using K4os.Compression.LZ4; using SkiaSharp; using ValveResourceFormat.Blocks; using ValveResourceFormat.Blocks.ResourceEditInfoStructs; namespace ValveRes...
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;...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace UserProfile.Manipulation.CSOMWeb { /// <summary> /// Encapsul...
// Licensed to the Apache Software Foundation(ASF) under one // or more contributor license agreements.See the NOTICE file // distributed with this work for additional information // regarding copyright ownership.The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not ...
/* * 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 "...
using Aspose.Html.Rendering.Image; using System.Threading.Tasks; using System.Diagnostics; using System; using System.IO; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Mime; using System.Web.Http; using System.Linq; using Aspose.HTML.Live.Demos.UI.Models.Common; using Aspos...
// 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. // // zlib.h -- interface of the 'zlib' general purpose compression library // version 1.2.1, November 17th, 2003 ...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.IO; using Mono.Cecil.Cil; using Mono.Cecil.Metadata; using Mono.Collections.Generic; using RVA = System.UInt32; n...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using XPT.Games.Generic.Constants; using XPT.Games.Generic.Maps; using XPT.Games.Twinion.Entities; namespace XPT.Games.Twinion.Maps { /// <summary> /// L1: Main Entrance /// </summary> class TwMap00 : TwMap { public override int MapIndex => 0; public override int MapID => 0x0101; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics; using System.Runtime; using System.Runtime.CompilerServices; using System.ServiceModel.Channels; using Syste...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// 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.Globalization; using System.Threading; using System.Transactions.Diagnostics;...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; using Utils; using DevExpress.Utils; using System.Data.SqlClient; namespace KabMan.Client { public partial class NewSwi...
/* * Magix - A Web Application Framework for Humans * Copyright 2010 - 2014 - thomas@magixilluminate.com * Magix is licensed as MITx11, see enclosed License.txt File for Details. */ using System; using Magix.Core; using System.Globalization; using System.Text.RegularExpressions; namespace Magix.Core { /** *...
/*************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. This code is licensed under the Visual Studio SDK license terms. THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Serverless.V1.Service { /// <summary> /// PLEASE NOTE that this class contains beta...
// 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.AppService.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.AppServ...
// 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.Xml; using System.IO; using System.Collections.Generic; namespace System.ServiceModel.Channels { ...
namespace Microsoft.Protocols.TestSuites.MS_ASAIRS { using System.Xml; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestSuites.Common.Response; using Microsoft.Protocols.TestTools; using Microsoft.VisualStudio.TestTools.UnitTesting; using DataStructures = Microsoft.Prot...
/* * InformationMachineAPI.PCL * * */ using System; using System.IO; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using InformationMachineAPI.PCL; namespace InformationMac...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Diagnost...