context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * MATLAB Compiler: 4.17 (R2012a) * Date: Fri Nov 15 15:25:35 2013 * Arguments: "-B" "macro_default" "-W" "dotnet:VECMATLIB,Transformation,0.0,private" "-T" * "link:lib" "-d" "C:\Users\Gus\Desktop\vec\LIB\VECMATLIB\src" "-w" * "enable:specified_file_mismatch" "-w" "enable:repeated_file" "-w" * "enable:switch_ignored"...
/***************************************************************************** * Automatic import and advanced preview added by Mitch Thompson * Full irrevocable rights and permissions granted to Esoteric Software *****************************************************************************/ using System; using Sys...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Net; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.WindowsAzure.Storage.Table; using Orleans.Runtime...
using System; using System.Collections.Generic; using NLog; using NBagOfTricks; using Nebulator.Common; namespace Nebulator.OSC { /// <summary> /// Abstraction layer between OSC comm and Nebulator steps. aka OSC client. /// </summary> public class OscOutput : IOutputDevice { #region Fields...
// // X509Chain.cs: X.509 Certificate Path // This is a VERY simplified and minimal version // used for // Authenticode support // TLS/SSL support // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004 Novell, Inc (http://www.nove...
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using static MessagePack.MessagePackSerializer; namespace MinChain { public class ConnectionManager : IDisposable ...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Diagnostics.CodeAnalysis; using Content.Shared.Physics; using Content.Shared.Random.Helpers; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Shared.Maths...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
// 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 Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.AddUsing { public partia...
// 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.IO; using System.Linq; using Xunit; namespace System.Security.Crypto...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) Under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Globalization; using System.Runtime.InteropServices; namespace System { public partial class Strin...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Expressions; using System.Xml.Linq; using Lucene.Net.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. using System; using System.Globalization; /// <summary> /// Parse(System.String,System.IFormatProvider) /// </summary...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Xml.Schema; using Xunit; using Xunit.Abstractions; namespace System.Xml.Tests { /...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Security.Authentication.Web; using Newtonsoft.Json.Linq; namespace Auth0.LoginClient { /// <summary> /...
/* * Farseer Physics Engine based on Box2D.XNA port: * Copyright (c) 2010 Ian Qvist * * Box2D.XNA port of Box2D: * Copyright (c) 2009 Brandon Furtwangler, Nathan Furtwangler * * Original source Box2D: * Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any expr...
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.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.ComponentModel; using System.Runtime.InteropServices; using System.Drawing.In...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// 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.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.Serialization; using System.Text;...
/* * Infoplus API * * Infoplus API. * * OpenAPI spec version: v1.0 * Contact: api@infopluscommerce.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Flurl; using Flurl.Http; using OAuth; using Newtonsoft.Json.Linq; using Newtonsoft.Json; using System.Net.Http; using QuickBooks.Net.Exceptions; using QuickBooks.Net.Data.Error_Responses; using System.Text; using QuickBooks.Net.Data.Mod...
using System.Xml; using System.Xml.Xsl; using System.Xml.XPath; using System.Collections; using System.IO; namespace MonoTests.oasis_xslt { class EnvOptions { static readonly bool useDomStyle; static readonly bool useDomInstance; static readonly string outputDir; static readonly bool whitespaceStyle; static...
using UnityEngine; using System.Collections; using System; using System.IO; using System.Net.Sockets; using System.Threading; using State; using System.Collections.Generic; namespace Networking { public class NetworkManagerObj : MonoBehaviour { public string Host = "192.168.1.199"; public int ...
// 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.Collections.Tests { public class Hashtable_CtorTests ...
// Copyright (c) 2012, Event Store LLP // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // Redistributions of source code must retain the above copyright notice, // this list of conditi...
// 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.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework....
/* Copyright 2006 - 2010 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writin...
// 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.Reflection; using System.Runtime.InteropServices; using Sy...
// 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Runtime.CompilerServices; using System.IO; using System.Collections; using System.Globalization; using System.Text; using System.Threading; u...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PlotView.cs" company="OxyPlot"> // Copyright (c) 2014 OxyPlot contributors // </copyright> // <summary> // Provides a view that can show a <see cref="PlotModel" />. // </summar...
using J2N.Threading; using Lucene.Net.Attributes; using Lucene.Net.Codecs; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using Lucene.Net.Support; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using Assert = Lucene.Net...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.Runtime.InteropServices; using System.ComponentModel; using Microsoft.Win32; using Microsoft.Win32.SafeHandles; using System.IO; namespace System.Management.Automation { /...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using Avalonia.Utilities; using System; using System.Globalization; using System.Linq; namespace Avalonia { /// <summary> /// Defines a size. ...
using System; using System.Net; using Ascon.Pilot.Core; using Ascon.Pilot.Server.Api.Contracts; using Ascon.Pilot.Transport; namespace Ascon.Pilot.Server.Api { public class HttpPilotClient : IImplementationFactory, IDisposable { private readonly TransportClient _client; private readonly Callbac...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Graphics; using Microsoft.Xna.Framework.Graphics; using FlatRedBall; using Microsoft.Xna.Framework; using FlatRedBall.Content; using FlatRedBall.Content.Scene; using FlatRedBall.IO; using FlatRedBall.Input; using Fla...
// 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.Runtime.InteropServices; using System.Text; namespace System { internal ...
using System.Data; using System.IO; using Signum.Engine.Maps; namespace Signum.Engine.CodeGeneration; public class LogicCodeGenerator { public string SolutionName = null!; public string SolutionFolder = null!; public Schema CurrentSchema = null!; protected bool? overwriteFiles = null; public vi...
// 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 System.IO.Tests { public class File_Exists : FileSystemTest { #region Utilit...
// // 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...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using HtmlHelp; using HtmlHelp.UIComponents; namespace HtmlHelpViewer { /// <summary> /// Summary description for CustomizeContent. /// </summary> public class CustomizeContent : System.Windows.F...
// 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. #nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License is...
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
// <copyright file="IncompleteLU.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2010 Math.NET // // Permission is hereby granted, free of charge, to...
using System; using NBitcoin.BouncyCastle.Crypto; using NBitcoin.BouncyCastle.Crypto.Parameters; using NBitcoin.BouncyCastle.Math; using NBitcoin.BouncyCastle.Security; namespace NBitcoin.BouncyCastle.Crypto.Generators { /** * Generator for Pbe derived keys and ivs as defined by Pkcs 12 V1.0. * <p> ...
using OpenKh.Kh2; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools; using Xe.Tools.Models; using Xe.Tools.Wpf.Commands; using Xe.Tools.Wpf.Models; namespace OpenKh.Tools.ObjentryEditor.ViewModels { public class ObjentryViewModel : Gene...
//! \file AudioNWA.cs //! \date Mon Apr 18 15:10:59 2016 //! \brief RealLive audio format. // // Copyright (C) 2016 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 Soft...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Xunit; namespace System.Linq.Expressions.Tests { public static class LambdaUnaryNotNullable...
// Copyright 2019 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 agreed to in wr...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using ITGlobal.MarkDocs.Format; using ITGlobal.MarkDocs.Impl; using ITGlobal.MarkDocs.Source; using ITGlobal.MarkDocs.Source.Impl; using Microsoft.AspNetCore.StaticFiles; namespace ITGlobal.MarkDocs.Blog.Impl { internal sealed clas...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Threading; using System.Windows.Forms; using Microsoft.Win32; using OpenLiveWrite...
/* * CID001e.cs - th culture handler. * * Copyright (c) 2003 Southern Storm Software, Pty Ltd * * 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...
namespace Colorspace { public struct ColorRGB { private readonly double _alpha; private readonly double _r; private readonly double _g; private readonly double _b; public double Alpha { get { return _alpha; } } public double R ...
using System; using System.Data; using System.Data.OleDb; using System.Collections; using System.Configuration; using PCSComUtils.DataAccess; using PCSComUtils.PCSExc; using PCSComUtils.Common; namespace PCSComMaterials.ActualCost.DS { public class cst_FreightDetailDS { private const string THIS = "PCSComMaterial...
// DirectXTK MakeSpriteFont tool // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights r...
// 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; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Completion.KeywordRecommenders; using Microsoft.CodeAnalysis.Text; u...
using System; using NUnit.Framework; using OpenQA.Selenium.Environment; namespace OpenQA.Selenium { [TestFixture] public class TypingTest : DriverTestFixture { [Test] public void ShouldFireKeyPressEvents() { driver.Url = javascriptPage; IWebElement keyReport...
using Lucene.Net.Support; using System; using ArrayUtil = Lucene.Net.Util.ArrayUtil; namespace Lucene.Net.Codecs.Compressing { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional in...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; usin...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Data.Common; using System.Diagnostics; using System.Text; using System.Threading; using System.Threading.Tasks; namespace System.Data.SqlClient { seal...
// // 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...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using UnityEditor; using UnityEditorInternal; using UnityEngine; namespace UnityTest { [Serializable] public class NetworkResultsReceiver : EditorWindow { public static Ne...
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 liquor store. /// </summary> public class LiquorStore_Core : Typ...
//! \file ImageERI.cs //! \date Tue May 26 12:04:30 2015 //! \brief Entis rasterized image format. // // Copyright (C) 2015 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 ...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Bot Framework: http://botframework.com // // Bot Builder SDK GitHub: // https://github.com/Microsoft/BotBuilder // // Copyright (c) Microsoft Corporation // All rights reserved. // // MIT License: // Permission i...
using System; using System.Collections.Generic; using System.Linq.Expressions; using Marten.Linq.Fields; using Marten.Services; using Marten.Testing.Documents; using NpgsqlTypes; using Shouldly; using Weasel.Postgresql; using Xunit; namespace Marten.Testing.Linq.Fields { public class DuplicatedFieldTests { ...
using System; using System.Runtime.InteropServices; // ReSharper disable InconsistentNaming -- those names are from Windows/COM namespace Tulpep.ActiveDirectoryObjectPicker { /// <summary> /// This structure is used as a parameter in OLE functions and methods that require data format information. /// </summary> [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. using Xunit; namespace System.Linq.Expressions.Tests { public static class LambdaUnaryNotNullableTests { ...
// 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 ...
// $Id: RspList.java,v 1.3 2004/03/30 06:47:28 belaban Exp $ using Alachisoft.NCache.Common.Net; namespace Alachisoft.NGroups.Util { /// <summary> Contains responses from all members. Marks faulty members. /// A RspList is a response list used in peer-to-peer protocols. /// </summary> public class RspL...
//#define ASTAR_POOL_DEBUG //@SHOWINEDITOR Enables debugging of path pooling. Will log warnings and info messages about paths not beeing pooled correctly. using UnityEngine; using System.Collections; using Pathfinding; using System.Collections.Generic; namespace Pathfinding { /** Base class for all path types */ pu...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.OCR.Live.Demos.UI.Config; using Aspose.OCR.Live.Demos.UI.Controllers; namespace Aspose.OCR.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } /// <summary...
// // StatisticsPage.cs // // Author: // Aaron Bockover <abockover@novell.com> // // 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 Software without restrictio...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------------------- // // Description: // This class represents a PackageRelationshipSelector. // //------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; ...
// 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...
//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation, 2005 // // File: PreloadedPackages.cs // // Description: Collection of preloaded packages to be used with // PackWebRequest. // //---------------------------------...
using MediaBrowser.Controller.Drawing; using MediaBrowser.Controller.LiveTv; using MediaBrowser.Controller.MediaEncoding; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Entities; using MediaBrowser.Model.LiveTv; using MediaBrowser.Model.Logging; using MediaBrowser.Model.MediaInfo; using System; using System.Col...
// 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.Sql.Fluent { using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Management.ResourceManage...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using Orleans.CodeGeneration; using System.Linq.Expressions; using System.Text; namespace Orleans.Runtime { /// <summary> /// A collection of utility functions for dealing with Type ...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Text.RegularExpressions; using System.Web.UI; using GuruComponents.Netrix.ComInterop; using GuruComponents.Netrix.Designer; using GuruComponents.Netrix.Even...
using System; using System.Data; using Csla; using Csla.Data; using Invoices.DataAccess; namespace Invoices.Business { /// <summary> /// ProductTypeItem (editable child object).<br/> /// This is a generated <see cref="ProductTypeItem"/> business object. /// </summary> /// <remarks> /// This cl...
/******************************************************************************* * Copyright 2008-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A copy of the License...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using libsecondlife; using libsecondlife.Imaging; namespace groupmanager { public partial class frmGroupInfo : Form { Gro...
using System.Web; using NServiceKit.Common; using NServiceKit.Common.ServiceModel; using NServiceKit.ServiceHost; using NServiceKit.ServiceInterface.ServiceModel; using NServiceKit.Text; using NServiceKit.WebHost.Endpoints; using NServiceKit.WebHost.Endpoints.Support; using System; using System.Collections.Generic; usi...
// 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 2019 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 agreed to in writ...
// 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.Build.Engine { using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using Sys...
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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Threading.Tasks.Channels.Tests { public class CaseBuilderTests : TestBase { [Fact] public void CaseRead_Sync_Inva...
// 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...
/* * Exchange Web Services Managed API * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restr...
// 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...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" using System; using System...