context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// // 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...
// 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.Diagnostics; using System.Net.Http; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using SafeCu...
/****************************************************************************** * 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...
#pragma warning disable 1591 using System; using System.IO; using System.IO.Compression; using System.Net; using System.Xml; using System.Text; using Braintree.Exceptions; namespace Braintree { public class BraintreeService { public string ApiVersion = "4"; protected Configuration Configurati...
// 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.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace WebApiBook.ProcessingArchitecture.ProcessesApi.v2.Areas.HelpPage { /// <summary> /// This class will create an objec...
//============================================================================== // TorqueLab -> Default Containers Profiles // Copyright (c) 2015 All Right Reserved, http://nordiklab.com/ //------------------------------------------------------------------------------ //================================================...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// Last Years GL Combined Financial Trans /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class GLCFPREV : EduHubEntity { #region Na...
#region using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using System.Threading.Tasks; using Android.Content; using Android.Graphics; using Android.Net; using Android.OS; using Android.Util; using Newtonsoft.Json; using Xamarin; using Xsseract.Droid.Extensions; usin...
using System; using System.Text; namespace Org.BouncyCastle.Math.EC { internal class IntArray { // TODO make m fixed for the IntArray, and hence compute T once and for all // TODO Use uint's internally? private int[] _ints; public IntArray(int intLen) { _ints = new int[intLen]; } private...
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.Net; using System.Threading.Tasks; using NSubstitute; using Xunit; namespace Octokit.Tests.Clients { /// <summary> /// Client tests mostly just need to make sure they call the IApiConnection with the correct /// relative Uri. No need to fake up ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetC...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; namespace System { // The class designed as to keep minimal the working set of Uri class. // The idea is to stay with static helper m...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Signum.Utilities; using Signum.Entities; using Signum.Utilities.Reflection; using Signum.Engine.Maps; using Signum.Utilities.ExpressionTrees; using Signum.Entities.Reflection; using System.Reflection; namespace Sign...
using System; using System.Drawing; using System.Windows.Forms; namespace WeifenLuo.WinFormsUI.Docking { using WeifenLuo.WinFormsUI.ThemeVS2003; /// <include file='CodeDoc/DockPaneCaptionVS2003.xml' path='//CodeDoc/Class[@name="DockPaneCaptionVS2003"]/ClassDef/*'/> internal class VS2003DockPaneCaption : D...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ContentPatcher.Framework.Conditions; using ContentPatcher.Framework.ConfigModels; using ContentPatcher.Framework.Patches; using ContentPatcher.Framework.Tokens; using ContentPatcher.Framework.Validators; using Microsoft.Xna.Fram...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Python.Runtime { public class Finalizer { public class CollectArgs : EventArgs { public int ObjectCount { get; set;...
// 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 ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using System.Web.Mvc; using System.Web.Security; using Rotativa.Options; namespace Rotativa { public abstract class AsResultBase...
// 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; namespace TCulture { /// <summary> /// Culture: A specific culture /// Note: On cultures wit...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; namespace System.Collections.Specialized.Tests { public class CtorIntHyb...
// Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Xml; using System.Diagnostics; using Smrf.AppLib; namespace Smrf.XmlLib { //***************************************************************************** // Class: XmlUtil2 // /// <summary> /// XML utility methods. /// </summa...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Fluid; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Localization; using Microsoft.Extensions.Options; using Newtonsoft.Json.Linq; using OrchardCore.Aut...
// 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. 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.Runtime.Serialization.Formatters.Binary; using Microsoft.Build.Collections; using Microsof...
// Visual Studio Shared Project // 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 // /...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HeatMap { using System; using System.Collections.Generic; using System.Linq; using System.Drawing; using System.Diagnostics; public class HeatMap { public List<PointWithValue> Points { g...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Reflection; using System.Threading; using log4net; using SharpRemote.CodeGeneration; // ReSharper disable CheckNamespace namespace SharpRemote.Hosting // ReSharper restore CheckNamespace { /// <su...
/* ==================================================================== 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...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Collections; using System.Collection...
// // 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...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Transactions; using Abp.Auditing; using Abp.Dependency; using Abp.Domain.Entities; using Abp.Domain.Entities.Auditing; using Abp.Domain.Uow; using Abp.Events.Bus.Entities; using Abp.Ext...
/*************************************************************************************************************************************** * Copyright (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond.IO { using System; using System.Runtime.CompilerServices; /// <summary> /// Helper methods for encoding and decoding integer values. ...
// // BoxFactory.cs: Provides support for reading boxes from a file. // // Author: // Brian Nickel (brian.nickel@gmail.com) // // Copyright (C) 2006-2007 Brian Nickel // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License version // ...
// Copyright 2010 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using NodaTime.Text; using NUnit.Framework; namespace NodaTime.Demo { internal class ZonedDateTimeDemo { [Test] public void Const...
/* * 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 (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.iMote2Tester.UnitTests { using System; using System.IO.Ports; using System.Collections.Generic; using System.Runtime.CompilerServices; using RT = Microsoft.Zelig.Runtime; using TS = Microsoft.Zelig.Runtime...
using System; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Windows.Input; using BudgetAnalyser.Annotations; using BudgetAnalyser.Engine; using BudgetAnalyser.Engine.Budget; using BudgetAnalyser.Engine.Services; using BudgetAnalyser.ShellDi...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using Generator.Enums; namespace Generator.Tables { struct InstructionStringParser { readonly D...
using UnityEngine; using System; using System.Linq; using System.Collections.Generic; #if UNITY_EDITOR using UnityEditor; #endif namespace ForieroEngine.MIDIUnified.Plugins { public class MidiINPlugin { public static Queue<MidiMessage> midiMessages = new Queue<MidiMessage> (100); public static IMidiINDevice mi...
using System; using System.Numerics; using System.Runtime.InteropServices; namespace VulkanCore.Samples.TexturedCube { [StructLayout(LayoutKind.Sequential)] internal struct WorldViewProjection { public Matrix4x4 World; public Matrix4x4 View; public Matrix4x4 Projection; } p...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.ResponseStream // // Author: // Gonzalo Paniagua Javier (gonzalo@novell.com) // // Copyright (c) 2005 Novell, Inc. (http://www.novell.com) // // Permission is hereby grante...
// // T4EditorExtension.cs // // Author: // Michael Hutchinson <mhutchinson@novell.com> // // Copyright (c) 2009 Novell, Inc. (http://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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
/* * Copyright 2012-2016 The Pkcs11Interop Project * * 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 app...
// Keep this file CodeMaid organised and cleaned using ClosedXML.Excel; using ClosedXML.Excel.CalcEngine.Exceptions; using NUnit.Framework; using System; using System.Linq; namespace ClosedXML.Tests.Excel.CalcEngine { [TestFixture] public class LookupTests { private XLWorkbook workbook; #r...
/* * 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...
/* * 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 ...
//#define LOG using System; using System.Collections.Generic; using System.Collections; using System.Text; using System.IO; using System.Diagnostics; namespace ICSimulator { public abstract class Router { public Coord coord; public int subnet; public int ID { get { return coord.ID; } } pu...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // This RegexFCD class is internal to the Regex package. // It builds a bunch of FC information (RegexFC) about // the regex for optimization purposes. // Implementati...
using System; using System.Windows.Forms; using System.Diagnostics; namespace Kakuro { public class Board { public Board(int nRows, int nCols) { m_nRows = nRows; m_nCols = nCols; m_board = new Element[nRows, nCols]; } public Element this[int...
//----------------------------------------------------------------------- // <copyright file="Manipulator.cs" company="Google LLC"> // // Copyright 2018 Google LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Licen...
//----------------------------------------------------------------------- // <copyright> // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project. // // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL). // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL fo...
using System; using System.Collections.Generic; namespace DuckGame { // Token: 0x02000509 RID: 1289 [BaggedProperty("isSuperWeapon", true)] [EditorGroup("guns|melee")] public class Chainsaw : Gun { // Token: 0x17000661 RID: 1633 // (get) Token: 0x06002300 RID: 8960 // (set) Token: 0x06002301 RID: 8961 pub...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
using System; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; using Zu.AsyncChromeDriver.Tests.Environment; using Zu.AsyncWebDriver; using Zu.AsyncWebDriver.Remote; using Zu.WebBrowser.AsyncInteractions; using Zu.WebBrowser.BasicTypes; namespace Zu.AsyncChromeDriver.Tests { [TestFixtur...
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...
// ------------------------------------------------------------------ // CaptureTest.cs // Sample application to show the DirectX.Capture class library. // // History: // 2003-Jan-25 BL - created // // Copyright (c) 2003 Brian Low // ------------------------------------------------------------------ using System; us...
using System; using RLToolkit; using RLToolkit.Extensions; using NUnit.Framework; namespace RLToolkit.UnitTests.Extensions { [TestFixture] public class ToggleButtonExclusiveSelectionGroupTest : TestHarness, ITestBase { #region Local Variables #endregion #region Interface Override...
/* | Version 10.1.84 | Copyright 2013 Esri | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in compliance with the License. | You may obtain a copy of the License at | | http://www.apache.org/licenses/LICENSE-2.0 | | Unless required by applicable law or...
using J2N.Text; using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using WritableArrayAttribute = YAF.Lucene.Net.Support.WritableArrayAttribute; namespace YAF.Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more...
using System; using System.Data; using System.Data.Odbc; using ByteFX.Data.MySqlClient; using ByteFX.Data; using System.Collections; using JCSLA; using System.Net; namespace QED.Business { public class Servers : BusinessCollectionBase { #region Instance Data #endregion const string _table = "servers"; MySqlDB...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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.a...
// 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.Security.Cryptography.X509Certificates; using Test...
// // Copyright (c) 2004-2018 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
using J2N.Threading.Atomic; using Lucene.Net.Index; using Lucene.Net.Util.Fst; using System; using System.Collections.Generic; using System.IO; namespace Lucene.Net.Codecs.Lucene42 { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE ...
using System.Collections.Generic; using System.Xml.Linq; namespace WixSharp { /// <summary> /// Defines WiX Feature. /// <para> /// All installable WiX components belong to one or more features. By default, if no <see cref="Feature"/>s are defined by user, Wix# creates "Complete" /// feature, whi...
// 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.Net.Sockets; using System.Threading.Tasks; using Xu...
#region License // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // 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 // /...
using System; using System.Collections.Generic; using ExitGames.Client.Photon; using Mod; using Photon.Enums; using UnityEngine; // PUN Version: 1.28 namespace Photon { public static class PhotonNetwork { public const bool InstantiateInRoomOnly = true; public static readonly PhotonLogLevel LogL...
//---------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security { using System.Net; using System.ServiceModel.Channels; using System.ServiceModel;...
/* * MindTouch DekiScript - embeddable web-oriented scripting runtime * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit wiki.developer.mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Ve...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:41 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.layout { #region ContextItem /// <inheritdocs /> /// <summary> /// <p><st...
// 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 Cryptographi...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
// Copyright 2007-2016 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
namespace EIDSS.Reports.Document.Veterinary.LivestockInvestigation { partial class HerdReport { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources bein...
using System; using System.Collections.Generic; using System.Data.Services.Common; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Runtime.Versioning; namespace NuGet { [DataServiceKey("Id", "Version")] [EntityPropertyMapping("LastUpdated", Synd...
// // 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 required...
using System.Collections; using System.Collections.Generic; using System; using UnityEngine; /** * Interpolation utility functions: easing, bezier, and catmull-rom. * Consider using Unity's Animation curve editor and AnimationCurve class * before scripting the desired behaviour using this utility. * * Interpolatio...
// 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; using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Tex...
using System; using k8s.Models; using Xunit; using static k8s.Models.ResourceQuantity.SuffixFormat; namespace k8s.Tests { public class QuantityValueTests { [Fact] public void Deserialize() { { var q = KubernetesJson.Deserialize<ResourceQuantity>("\"12k\""); ...
using System; using System.Text; using System.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Schema; using Newtonsoft.Json.Serialization; usi...
// /* // * Copyright (c) 2016, Alachisoft. 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 // * // * Unle...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Refle...
using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web; using System.Collections.Generic; using DSL.POS.DTO.DTO; using DSL.POS.DataAccessLayer.Common.Imp; using DSL.POS.DataAccessLayer.Interface; namespace DSL.POS.DataAccessLayer.Imp { /// <summary> /// Summa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Infrastructure.Common; using System; using System.Security.Cryptography.X509Certificates; using System.Servic...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Threading; using EasyNetQ.SystemMessages; using Newtonsoft.Json; namespace EasyNetQ.Scheduler { public interface IScheduleRepository { void Store(ScheduleMe scheduleMe); void Cancel(Unsched...
// <copyright file="DataGenerator.Strings.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using IX.StandardExtensions.Contracts; namespace IX.DataGeneration; /// <summary> /// A static class that is used for generating random...
using Chemistry; using Proteomics.Fragmentation; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace EngineLayer { public class PsmFromTsv { private static readonly Regex PositionParser = new Regex(@"(\d+)\s+to\s...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Windows.Forms; using bv.common.Configuration; us...
// // 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...
// ZipHelperStream.cs // // Copyright 2006 John Reilly // // 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 your option) any later version. // // This...
/* * Copyright (c) 2015, InWorldz Halcyon Developers * 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 *...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.H...