context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
// 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. #if FEATURE_CTYPES #pragma warning disable SYSLIB0004 // The Constrained Execution Region (CER) feature is no...
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.Xml; using VersionOne.Parsers; using VersionOne.ServiceHost.Core.Utility; using VersionOne.ServiceHost.Core.Logging; using TDAPIOLELib; using IList = System.Collections.IList;...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #if FEATURE_ENCODINGNLS namespace System.Text { using System; using System.Diagnostics.Contracts; using System.Collections; using System.Runtime.Re...
using Xunit; using System; using System.IO; using System.Diagnostics; using System.Management.Automation; namespace PSTests { [Collection("AssemblyLoadContext")] public static class PlatformTests { [Fact] public static void TestIsCoreCLR() { Assert.True(Platform.IsCoreCL...
/* * 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 express...
using System; using System.Collections.Generic; using System.Threading; using Castle.MicroKernel.Registration; using Castle.Windsor; using Castle.Windsor.Configuration.Interpreters; using Rhino.ServiceBus.Impl; using Rhino.ServiceBus.Internal; using Rhino.ServiceBus.Sagas; using Rhino.ServiceBus.Sagas.Persisters; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; usi...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
//--------------------------------------------------------------------------------------- // Copyright 2014 North Carolina State University // // Center for Educational Informatics // http://www.cei.ncsu.edu/ // // Redistribution and use in source and binary forms, with or without modification, // are permitted provide...
// Copyright (c) 1995-2009 held by the author(s). 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 c...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Abstractions.Mount; using Microsoft.TemplateEngine.Edge.Mount.FileSystem; using Microsoft.TemplateEngine.Utils; namespace Microsoft.Te...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/* * Copyright (c) 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...
using TimedText.Timing; using TimedText.Formatting; using System.Globalization; namespace TimedText { /// <summary> /// The span element functions as a logical container and a temporal /// structuring element for a sequence of textual content units having inline /// level formatting semantics. The span...
using System; using System.Collections.Generic; using System.Linq; using AutoMapper; using Lunchorder.Common.Interfaces; using Lunchorder.Domain.Dtos; using Lunchorder.Domain.Entities.Authentication; using Lunchorder.Domain.Entities.DocumentDb; using UserBadge = Lunchorder.Domain.Entities.DocumentDb.UserBadge; namespa...
using HoloJson.Common; using HoloJson.Core; using HoloJson.Lite; using HoloJson.Parser.Core; using HoloJson.Util; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HoloJson.Lite.Parser { ...
#pragma warning disable 162 using UnityEngine; using Casanova.Prelude; using System.Linq; using System; using System.Collections.Generic; public enum RuleResult { Done, Working } namespace Casanova.Prelude { public class Tuple<T,E> { public T Item1 { get; set;} public E Item2 { get; set;} public Tuple(T ...
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 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...
// // Will Strohl (will.strohl@gmail.com) // http://www.willstrohl.com // //Copyright (c) 2009-2016, Will Strohl //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 co...
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 System; using System.Collections.Generic; using System.Text; namespace Jovian.Communication { [Serializable] // c2s public class packet_UserLogin { public string username; } [Serializable] // c2s public class packet_UserPing { }; [Serializable] // c2s, s2c public class packet_UserMessage { ...
/* * 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...
#if SILVERLIGHT using Microsoft.VisualStudio.TestTools.UnitTesting; #elif NETFX_CORE #else using NUnit.Framework; #endif #if !FREE && !NETFX_CORE using DevExpress.Xpf.Core.Tests; #endif using System; using System.Linq.Expressions; using DevExpress.Mvvm.DataAnnotations; using System.Windows.Input; using DevExpress.Mvvm....
// 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.Reflection { using System; using System.Collections.Generic; using System.Diagnost...
/* * Muhimbi PDF * * Convert, Merge, Watermark, Secure and OCR files. * * OpenAPI spec version: 9.15 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using RestSharp; using Muhimbi....
// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace BuildIt.CognitiveServices { using System.Threading.Tasks; using Models; /// <summary> /// Extension methods for AzureMachineLearningTextA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Dynamic.Utils; using System.Reflection; namespace System.Linq....
namespace Cronofy { /// <summary> /// Class for providing URLs. /// </summary> public sealed class UrlProvider { /// <summary> /// The URL format of the OAuth authorization endpoint. /// </summary> private const string AuthorizationUrlFormat = "https://app{0}.cronofy....
using System; using System.IO; using System.Security.Cryptography; using ICSharpCode.SharpZipLib.Encryption; namespace ICSharpCode.SharpZipLib.Zip.Compression.Streams { /// <summary> /// A special stream deflating or compressing the bytes that are /// written to it. It uses a Deflater to perform actual deflating.<...
using System; using System.Diagnostics; namespace Common { // autogenerated: D:\Scripts\struct_creator2.pl [Serializable] [DebuggerStepThrough] public struct Bank_Record { public Bank_Record(string account_ref, string name, int currency, ...
using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; namespace Org.Mentalis.Network.ProxySocket { sealed class HttpHandler : SocksHandler { public HttpHandler(ProxySocket server, string user, string pass) : base(server, user) ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using Microsoft.Xna.Framework.Input; namespace Cocos2D { internal enum CCNodeTag { Invalid = -1, }; /** @brief CCNode is the main element. Anything thats gets drawn or contains things that get drawn is a...
// dnlib: See LICENSE.txt for more info using System; using System.Collections.Generic; using System.Diagnostics; using dnlib.IO; using dnlib.PE; using dnlib.Threading; namespace dnlib.DotNet.MD { /// <summary> /// Used when a #- stream is present in the metadata /// </summary> sealed class ENCMetadata : Metadata...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// ---------------------------------------------------------------------------- // <copyright file="PhotonEditor.cs" company="Exit Games GmbH"> // PhotonNetwork Framework for Unity - Copyright (C) 2018 Exit Games GmbH // </copyright> // <summary> // MenuItems and in-Editor scripts for PhotonNetwork. // </summary> /...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.IO; using System.Management.Automation; using System.Xml; using Dbg = System.Management...
// 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.Text; using System.Globalization; using System.Runtime.InteropServices; using System.Coll...
/* * 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...
/* * This file is part of AceQL C# Client SDK. * AceQL C# Client SDK: Remote SQL access over HTTP with AceQL HTTP. * Copyright (C) 2020, KawanSoft SAS * (http://www.kawansoft.com). All rights reserved. * ...
namespace android.widget { [global::MonoJavaBridge.JavaClass()] public partial class RadioGroup : android.widget.LinearLayout { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected RadioGroup(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [global::MonoJavaBridge.JavaC...
// 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 System; using System.Collections.Generic; using System.Linq; using Avalonia.Interactivity; using Avalonia.VisualTree; namespace Avalonia.Input { ...
// 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 UnityEngine; using UnityEditor; using System; using System.Linq; using System.Collections.Generic; namespace AssetBundleGraph { [Serializable] public class ConnectionGUI { [SerializeField] private ConnectionData m_data; [SerializeField] private ConnectionPointData m_outputPoint; [SerializeField] priva...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: RemotingConfigParser.cs ** ** Purpose: Parse remoting configuration files. ** ** ===========================================================*/ usi...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. #define APIHACK using System; using System.Collections ; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; ...
namespace android.widget { [global::MonoJavaBridge.JavaClass()] public partial class HorizontalScrollView : android.widget.FrameLayout { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected HorizontalScrollView(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private st...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using Baseline; using Baseline.ImTools; using LamarCodeGeneration; using Marten.Events; using Marten.Exceptions; using Marten.Schema; #nullable enable namespace Marten.Storage { public class StorageF...
// 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 // // THIS CODE IS PROVIDED *A...
using System.Linq; using System; using System.Collections.Generic; public enum RuleResult { Done, Working } namespace Casanova.Prelude { public class Tuple<T,E> { public T Item1 { get; set;} public E Item2 { get; set;} public Tuple(T item1, E item2) { Item1 = item1; Item2 = item2; ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace Elasticsearch.Net.Integration.Yaml.IndicesDeleteAlias2 { public partial class IndicesDeleteAlias2YamlTests { public class In...
using System; using System.Collections.Specialized; using System.IO; using System.Net; using System.Text; using System.Threading; using System.Web; namespace Netco.Net { /// <summary> /// Submits post data to a url. /// </summary> /// <seealso href="http://geekswithblogs.net/rakker/archive/2006/04/21/76044.aspx"/>...
#region File Description //----------------------------------------------------------------------------- // PlayingScreen.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion...
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeStyle; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using GitTfs.Commands; using GitTfs.Core; using GitTfs.Core.TfsInterop; using GitTfs.Util; using StructureMap; namespace GitTfs.VsFake { public class MockBranchObject : IBranchObject { public 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Syste...
using UnityEditor; using UnityEditorInternal; using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Rotorz.ReorderableList; using System.IO; using System.Reflection; namespace Fungus { [CustomEditor (typeof(Block))]...
using Prism.Windows.AppModel; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Windows.ApplicationModel.Resources; using Windows.UI.Xaml; using Windows.UI.Xaml.Navigation; namespace Prism.Windows.Navigation { /// <summary> /// The <see cref="FrameNavigationSe...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentatio...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; using System.Text; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests { public static class Publi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Xml.X...
// 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 FluentAssertions; using Its.Log.Instrumentation; using System.Linq; using System.Reactive.Disposables; using Syst...
// 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.Linq.Expressions; using System.Text.Encodings.Web; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.ModelB...
// <copyright file="Control.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-2015 Math.NET // // Permission is hereby granted, free of charge, to any ...
// 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...
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.IO.FileSystem.Tests { public class Directory_Delete_str : FileSystemTest { #region Utilities public virtual void...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
using System.Net.Sockets; using MySqlConnector.Protocol.Serialization; using MySqlConnector.Utilities; namespace MySqlConnector; /// <summary> /// <see cref="MySqlTransaction"/> represents an in-progress transaction on a MySQL Server. /// </summary> public sealed class MySqlTransaction : DbTransaction { /// <summary...
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Simon Wollwage (rootnode) <kintaro@think-in-co.de> */ namespace Pictor { //----------------------------------------------------------------BSpline // A very simple class of Bi-cubic ...
/* * 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...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
using System; using System.Data; using System.Data.Common; using System.IO; using System.Reflection; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters; using System.Runtime.Serialization.Formatters.Binary; using System.Threading; using NMaier.SimpleDlna.Server; using NMaier.SimpleDlna.Ut...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// SMS Recipients Data Set /// </summary> [GeneratedCode("EduH...
using System; using System.Collections.Generic; using fNbt; using fNbt.Serialization; using TrueCraft.API.World; using TrueCraft.API; using TrueCraft.Core.Logic.Blocks; namespace TrueCraft.Core.World { public class Chunk : INbtSerializable, IChunk { public const int Width = 16, Height = 128, Depth = 16...
// 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.Collections; using System.Diagnostics; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Xml; using mshtml;...
// 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.Diagnostics; using System.Linq; using System.Threading; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.Globalization; using System.Text; namespace System.Net.Http.Header...
// 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: Managed ACL wrapper for Win32 mu...
using System; using System.Collections; using System.IO; using System.Net; using System.Net.Sockets; using System.Resources; using System.Text; using System.Threading; using log4net; namespace Memcached.ClientLibrary { /// <summary> /// Memcached C# client, utility class for Socket IO. /// /// This ...
/* VRWandInteraction * MiddleVR * (c) i'm in VR */ using UnityEngine; using System.Collections; using MiddleVR_Unity3D; public class VRWandInteraction : MonoBehaviour { public float RayLength = 2; public bool Highlight = true; public Color HighlightColor = new Color(); public Color GrabColor = ne...
// Copyright (C) 2014 dot42 // // Original filename: Android.Media.Effect.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 // // U...
using System; using NUnit.Framework; using OpenQA.Selenium.Environment; namespace OpenQA.Selenium { [TestFixture] public class FormHandlingTests : DriverTestFixture { [Test] public void ShouldClickOnSubmitInputElements() { driver.Url = formsPage; driver.FindE...
/* * 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...
using System; using System.Collections.Generic; using System.Linq; using Umbraco.Extensions; using Type = System.Type; namespace Umbraco.Cms.Infrastructure.Migrations { /// <summary> /// Represents a migration plan. /// </summary> public class MigrationPlan { private readonly Dictionary<st...
using System; using SubSonic.Schema; using SubSonic.DataProviders; using System.Data; namespace Solution.DataAccess.DataModel { /// <summary> /// Table: UploadFile /// Primary Key: Id /// </summary> public class UploadFileStructs: DatabaseTable { publ...
// // Copyright (C) DataStax Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
using NUnit.Framework; using System; using System.Xml.Linq; using System.Linq; using JohnMoore.AmpacheNet.DataAccess; using JohnMoore.AmpacheNet.Entities; namespace JohnMoore.AmpacheNet.DataAccess.Tests { [TestFixture()] public class SongFactoryFixture { [Test()] [ExpectedException(typeof(System.Xml.XmlExceptio...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2014 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Remotion.Linq; using Remotion.Linq.Clauses; using Remotion.Linq.Clauses.Expressions; using Remotion.Linq.Clauses.ExpressionTreeVisitors; using Remotion.L...
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 medical clinic. /// </summary> public class MedicalClinic_Core :...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using FluentAssertions; using Microsoft.Build.Construction; using Microsoft.DotNet.Tools.Test.Utilities; using Msbuild.Tests.Utilities; using Sys...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Text; using System.Threading; using System.Xml; using Orleans.Providers; namespace Orleans.Runtime.Configuration { /// <summary> /// Orleans client configuration pa...
using System; using System.Collections; using System.Diagnostics; using System.Windows; using System.Windows.Media; using System.Windows.Media.Media3D; using System.Windows.Input; using System.Windows.Automation; using System.Windows.Automation.Peers; using MS.Internal.PresentationCore; namespace MS.Internal { int...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; namespace Medo.Security.Cryptography.PasswordSafe { /// <summary> /// Collection of record fields. /// </summary> [DebuggerDisplay("{Count} records")] public class RecordCollection : IList<Record> { ...