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 ...
// Copyright ?2004, 2013, Oracle and/or its affiliates. All rights reserved. // // MySQL Connector/NET is licensed under the terms of the GPLv2 // <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most // MySQL Connectors. There are special exceptions to the terms and // conditions of the GPLv2 as it is a...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Threading; using System.Threading.Tasks; using VkNet.Enums.Filters; using VkNet.Enums.SafetyEnums; using VkNet.Model; using VkNet.Model.RequestParams; using VkNet.Model.RequestParams.Messages; using VkNet.Model.Results.Me...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.IpMessaging.V2 { /// <summary> /// ReadCredentialOptions /// </summary> pub...
using System; using System.IO; namespace Raksha.Asn1 { public class Asn1StreamParser { private readonly Stream _in; private readonly int _limit; public Asn1StreamParser( Stream inStream) : this(inStream, Asn1InputStream.FindLimit(inStream)) { } public Asn1StreamParser( Stream inStream, int ...
using System; using System.Collections.Generic; using System.Reflection; using Common.Logging; using Spring.Globalization; using Spring.Validation; namespace Spring.DataBinding { /// <summary> /// Abstract base class for simple, one-to-one <see cref="IBinding"/> implementations. /// </summary> /// <aut...
// 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 System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.Build.Evaluation; using NuGet.Frameworks; usi...
//#define COSMOSDEBUG using global::System; using global::System.IO; using Cosmos.System; using IL2CPU.API.Attribs; using Cosmos.System.FileSystem.VFS; using Cosmos.System.FileSystem.Listing; namespace Cosmos.System_Plugs.System.IO { [Plug(Target = typeof(FileStream))] [PlugField(FieldId = InnerStreamFieldId, ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="BamActivityStep.cs" company="Solidsoft Reply Ltd."> // Copyright (c) 2015 Solidsoft Reply Limited. All rights reserved. // // Licensed under the Apache License, Version 2.0 (t...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Reflection; using Tests.Collections; using Xunit; ...
//--------------------------------------------------------------------------- // // <copyright file="ZoomPercentageConverter.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // // Description: Contains the ZoomPercentageConverter: TypeConverter for the // ...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
//------------------------------------------------------------------------------ // <copyright file="ScriptResourceAttribute.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ names...
//----------------------------------------------------------------------- // <copyright file="EntityWriter.cs" company="Genesys Source"> // Copyright (c) Genesys Source. All rights reserved. // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="EditTypeDataControl.xaml.cs" company="None"> // None // </copyright> // <summary> // Interaction logic for EditItemControl.xaml // </summary> // -------------------------------...
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms; namespace Palaso.UI.WindowsForms.Widgets { /// <summary> /// possible button states /// </summary> public enum BtnState { /// <summary> /// The button is disabled. /// </summary> Inac...
using System; using System.IO; using System.Text; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Bitmap = Android.Graphics.Bitmap; using Env = Android.OS.Environment; namespace Similardio { public class DiskCache { enum JournalOp { Created = 'c'...
/** * 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...
// 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.Runtime.CompilerServices; using Syste...
using System; using System.IO; using System.Threading; /* * This class implements a read timeout over an arbitrary stream. The * actual read operation is performed in another thread. * * We use this class instead of NetworkStream's inherent timeout support * for two reasons: * * 1. We want to distinguish betw...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace ODataValidator.Rule { #region Namesapces using System; using System.Collections.Generic; using System.ComponentModel.Composition; us...
using System.Collections.Generic; using System; using FFImageLoading.Config; using FFImageLoading.Work; using System.Net.Http; using FFImageLoading.Helpers; using FFImageLoading.Cache; using System.Threading; using System.IO; using System.Threading.Tasks; namespace FFImageLoading { public static class ImageService...
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; ...
/* * Reactor 3D MIT License * * Copyright (c) 2010 Reiser Games * * 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 u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; u...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and assoc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.classes.abstract001.abstract001 {...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; #nullable enable namespace Marten.Events { public interface IEventOperations { /// <summary> /// Append one or more events in order to an existing stream /// </summary> /// <par...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Configuration; using IdentityServer4.Events; using IdentityServer4.Extensions; using IdentityServer...
using System; using System.Windows; using System.Windows.Controls; using Microsoft.Practices.ServiceLocation; using Microsoft.Practices.Unity; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Prism.Events; using Prism.Logging; using Prism.Modularity; using Prism.Regions; namespace Prism.Unity.Wpf...
// 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.Xml.Linq; using Xunit; namespace System.Security.Cryptography.Dsa.Te...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.decl.inheritance.inherit01.inherit01 { using ManagedTests.DynamicCSharp.Conf...
namespace Incoding.UnitTest.MSpecGroup { #region << Using >> using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using Incoding.MSpecContrib; using Incoding.MvcContrib; using Machine.Specifications; #endregion [Subject(typeo...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
// 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.Diagnostics; using System.Runtime.InteropServices; using System.Securi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Internal.Operations; using Marten.Linq; using Marten.Linq.Fields; using Marten.Linq.Filters; using Marten.Linq.Parsing; using Marten.Linq.QueryHandlers; using Marten.Linq...
using System; using System.Threading; using GHIElectronics.NETMF.FEZ; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; namespace WeatherStation { static class PressureSensor { /// <summary> /// /// SPI interface for the MPL115A barometric sensor. /// Created by deepnarc, de...
// 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.ComponentModel.DataAnnotations; using System.Linq; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCor...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using System.Resources; using System.Runtime.InteropServices; using System.Text; using ...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole // // 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, inclu...
/* 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.Linq; using System.Runtime.Caching; using Microsoft.Xrm.Client.Configuration; using Microsoft.Xrm...
// Copyright 2016 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
using System; using System.Diagnostics; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * an implementation of the AES (Rijndael)), from FIPS-197. * <p> * For further details see: <a href="http://csrc.nist.gov/encryptio...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// ---------------------------------------------------------------------------------- // // 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.apa...
// 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.Diagnostics.Contracts; namespace System.Globalization { /...
//! \file ArcTCD3.cs //! \date Thu Oct 08 13:14:57 2015 //! \brief TopCat data archives (TCD) // // 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 the S...
// // HyenaSqliteCommand.cs // // Authors: // Aaron Bockover <abockover@novell.com> // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Softwar...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using OLEDB.Test.ModuleCore; using System.IO; using System.Text; using XmlCoreTest.Common; namespace System.Xml.Tes...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text.RegularExpressions; using System.Windows.Forms; using Blade; using Blade.Data; using Maui.Data.Recognition; using Maui.Data.Recognition.Core; using Maui.Data.Recognition.Html; using Maui.Tools.Studio.WebSpy.DatumL...
using System; using System.Collections.Generic; using System.Globalization; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; using Helsenorge.Messaging.Abstractions; using Helsenorge.Registries.Abstractions; using Microsoft.Extensions.Logging; ...
/* * Copyright 2010-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 located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using ParatureSDK.Fields; namespace ParatureSDK.Query.ModuleQuery { public abstract class ParaEntityQuery : ParaQuery { /// <summary> /// If you set this property to "True", ParaConnect will perform a s...
/****************************************************************************** * The MIT License * Copyright (c) 2003 Novell Inc. www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
// -------------------------------------------------------------------------------------------------------------------- // Copyright (c) Lead Pipe Software. All rights reserved. Licensed under the MIT License. Please see the LICENSE file in // the project root for full license information. -----------------------------...
// // This file is part of the game Voxalia, created by FreneticXYZ. // This code is Copyright (C) 2016 FreneticXYZ under the terms of the MIT license. // See README.md or LICENSE.txt for contents of the MIT license. // If these are not available, see https://opensource.org/licenses/MIT // using System; using System.D...
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using System.Runtime.InteropServices; using AOT; namespace UnityEngine.XR.iOS { /// <summary> /// A struct that allows us go from native Matrix4x4 to managed /// </summary> public struct UnityARMatrix4x4 {...
namespace MonoRpg.Engine.GameStates { using global::System; using global::System.Collections.Generic; using global::System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; using MonoRpg.Engine.RenderEngine; using MonoRpg.Engine.UI; public class FrontMenu : Bas...
using TQVaultAE.GUI.Components; namespace TQVaultAE.GUI { /// <summary> /// Form designer class for ItemSeedDialog /// </summary> internal partial class CharacterEditDialog { /// <summary> /// OK button control /// </summary> private ScalingButton ok; /// <summary> /// Cancel button /// </summary>...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole // // 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, inclu...
// 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 osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framew...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Data.Common; using System.Diagnostics; using System.Threading; names...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// 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.Xml; namespace System.Runtime.Serialization.Json { using System; using System.Co...
// 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.Linq; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests { ...
namespace Zutatensuppe.DiabloInterface.Gui.Controls { using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Reflection; using System.Windows.Forms; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.Dia...
namespace DotNetXri.Client.Resolve { using System.Text; using DotNetXri.Client.Xml; using System.Collections; using System; using DotNetXri.Syntax; using DotNetXri.Loggers; public class SEPSelector { private static ILog log = Logger.Create(typeof(Service)); public static List select(List seps, string inT...
#region Header /* * The authors disclaim copyright to this source code. * For more details, see the COPYING file included with this distribution. */ #endregion using System; using System.Collections.Generic; using System.IO; using System.Text; namespace LitJson { internal class FsmContext { public Lexer L; publ...
using System; using Android.Views; using Android.Graphics; using Android.Util; using Android.Content; namespace AndroidHUD { public class ProgressWheel : AndHUD.ProgressWheel { public ProgressWheel(Context context) : this(context, null, 0) { } public ProgressWheel(Context context, IAttributeSet attrs) ...
/* * 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...
// ADDIN_SendAway_Test.cs // // Copyright (c) 2013-2014 Brent Knowles (http://www.brentknowles.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including witho...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; namespace SliceEm { /// <summary> /// Summary description for SliceEditorControl. /// </summary> public class SliceEditorControl : System.Windows.Forms.Control, EditorContext {...
#define COUNT_ACTIVATE_DEACTIVATE using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans; using Orleans.Runtime; using Orleans.Runtime.Providers; using Orleans.Streams; using UnitTests.GrainInterfaces; namespace UnitTests.Grains { [Serializable] public c...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Xml.Linq; using Microsoft.Extensions.Options; using Umbraco.Cms.Core.Configuration.Models; using Umbraco.Cms.Core.Hosting...
/************************************************************************************ Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved. Licensed under the Oculus SDK License Version 3.4.1 (the "License"); you may not use the Oculus SDK except in compliance with the Lice...
// ReSharper disable All namespace Gu.State.Tests.EqualByTests { using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; public static class EqualByTypes { public interface I...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestSuites.FileSharing.Common.TestSuite; using Microsoft.Protocols.TestTools;...
using System; using System.Collections.Generic; using System.Xml; namespace SIL.Xml { public class XmlHelpers { public static void AddOrUpdateAttribute(XmlNode node, string attributeName, string value) { AddOrUpdateAttribute(node, attributeName, value, null); } public static void AddOrUpdateAttribute(Xml...
/* ==================================================================== Copyright (C) 2004-2008 fyiReporting Software, LLC This file is part of the fyiReporting RDL project. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
/*************************************************************************************************************************************** * Copyright (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
/* * * (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...
/* * This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson, * the work of Kim Sheffield and the fyiReporting project. * * Prior Copyrights: * _________________________________________________________ * |Copyright (C) 2010 devFU Pty Ltd, Josh Wilson and Others| * | (http://reportfu.org) ...
#region License // Distributed under the MIT License // ============================================================ // Copyright (c) 2019 Hotcakes Commerce, LLC // Copyright (c) 2020 Upendo Ventures, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and assoc...
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. using Microsoft.VisualStudio.Shell.Interop; using System; using System.Runtime.InteropServices; using Microsoft.VisualStudio.OLE.Interop; using Microsoft.VisualStudio.Shell; using System.Diagnost...
using Bridge.Html5; using Bridge.Test.NUnit; using System; using System.Text; namespace Bridge.ClientTest.Batch4 { [TestFixture(TestNameFormat = "DelegateTests - {0}")] [Reflectable] public class DelegateTests { public delegate void D1(); public delegate void D2(); // #1631 ...
// 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.Transactions { public sealed partial class CommittableTransaction : System.Transactions.Transac...
// Copyright 2011 Carlos Martins // // 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 i...
#if SILVERLIGHT using Microsoft.VisualStudio.TestTools.UnitTesting; #else using NUnit.Framework; using System.Text.RegularExpressions; #endif using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using DevExpres...
using System; using HalconDotNet; namespace ViewROI { /// <summary> /// This class demonstrates one of the possible implementations for a /// (simple) rectangularly shaped ROI. ROIRectangle1 inherits /// from the base class ROI and implements (besides other auxiliary /// methods) all virtual methods defined in...
// 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.Reflection; using System.Diagnostics; using System.Collections.Generic...
// 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. namespa...
using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.Reflection; using System.Text.RegularExpressions; namespace Raccoom.Xml.ComponentModel { /// <summary> /// Generic xml parser. Works like OR Mapper, reflects target object and set corresponding values from xml fil...
// --------------------------------------------------------------------------------- // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // // The MIT License (MIT) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documenta...
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;...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// // Copyright (c) 2004-2021 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// semmle-extractor-options: /r:System.Security.Cryptography.Primitives.dll /r:System.Security.Cryptography.Csp.dll /r:System.Security.Cryptography.Algorithms.dll using System; using System.Text; using System.Security.Cryptography; using Windows.Security.Cryptography; using Windows.Security.Cryptography.Core; using W...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Android.Graphics; using Android.Graphics.Drawables; namespace Sino.Droid.MaterialProgressbar { p...