context
stringlengths
2.52k
185k
gt
stringclasses
1 value
#region Apache License // // 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 // (...
#region Using directives using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Reflection; using System.Diagnostics; using System.Runtime.Remoting.Messaging; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; using S...
/* * 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) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using NUnit.Compatibility; using ActualValueDelegate = NUnit.Framework.Constraints.ActualValueDelegate<object>; namespace NUnit.F...
// // System.Web.UI.WebControls.WebControl.cs // // Authors: // Gaurav Vaish (gvaish@iitk.ac.in) // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // // (C) Gaurav Vaish (2002) // (C) 2003 Andreas Nahr // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and ass...
#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, ...
using System; using System.Diagnostics; using System.Text; using Bitmask = System.UInt64; using u8 = System.Byte; using u16 = System.UInt16; using u32 = System.UInt32; namespace System.Data.SQLite { using sqlite3_int64 = System.Int64; using MemJournal = Sqlite3.sqlite3_file; internal partial class Sqlite3 { /*...
// // PlaybackControllerService.cs // // Author: // Aaron Bockover <abockover@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 // "Software"), to deal in the Software wi...
// 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.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Text; using Microsoft.Extensions.Primitives; ...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Com.EricReber.InfiniteBackGround { public class InfiniteBackGround : MonoBehaviour{ [Tooltip("Camera to used to display this background")] public Camera parallaxCamera; [Tooltip("The elements in the parallax.")] publi...
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;...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
using Meziantou.Framework.Globbing.Internals; #if NET472 using Microsoft.IO; using Microsoft.IO.Enumeration; using Path = System.IO.Path; #else using System.IO.Enumeration; #endif namespace Meziantou.Framework.Globbing; /// <summary> /// Glob patterns specify sets of filenames with wildcard characters. Supported...
namespace Nancy.Routing { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Nancy.Helpers; using Responses.Negotiation; /// <summary> /// Default implementation of a request dispatche...
using OpenTK; using OpenTK.Graphics.OpenGL; using System.Collections.Generic; namespace KAOS.Shapes { public sealed class ChamferCube: DrawableShape { public enum SubDivs: byte { Zero, One, Two, Three, Four, } public ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; using System.Xml; using System.Xml.Serialization; namespace RecourceConverter { public partial class frmResourceConverter : Form ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.ExceptionServices; using System.R...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // This file utilizes partial class feature and contains // only internal implementation of UriParser type using System.Collections.Generic; using System.Diagnostics; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text.RegularExpressions; using Chutzpah.FrameworkDefinitions; using Chutzpah.Models; using Chutzpah.Utility; using Chutzpah.Wrappers; using Moq; using Xunit; using Xunit.Extensions; namespace Chut...
using System; using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.AspNetCore.Mvc.ViewEngines; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.Logging; using Microsoft...
// 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 Microsoft.Build.Tasks; using System.Runtime.InteropServices.ComTypes; using COMException = System.Runtime.InteropS...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Activation { using System; using System.Collections; us...
/* * 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 MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace Eto.Forms { /// <summary> /// Flags for the groups of system <see cref="MenuBar"/> items /// </summary> [Flags] public enum MenuBarSystemItems { /// <summary> /// Do not add any system items to ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Management.Automation.Internal; using System.Ma...
using System; using System.Data; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.Runtime.Serialization; namespace DDay.iCal { /// <summary> /// A class that contains time zone information, and is usually accessed /// from an iCalendar object using th...
// 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.ServiceModel.Diagnostics; using System.Runtime; using System.Threading; using System.Threading.Tasks; namespace System.ServiceModel.Chann...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
namespace XenAdmin.Dialogs { partial class VmSnapshotDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using TempoIQ; using TempoIQ.Models; using TempoIQ.Queries; using TempoIQ.Results; using NodaTime; using NUnit.Framework; namespace TempoIQTests { [TestFixture] public class ClientIT { public static Client Client ...
using System; using System.Collections.Generic; using Box2D; using Box2D.Collision; using Box2D.Common; using Box2D.Collision.Shapes; using Box2D.Dynamics; using Box2D.Dynamics.Contacts; using Microsoft.Xna.Framework; using Cocos2D; using Random = Cocos2D.CCRandom; namespace tests { internal class CCPhysicsSprite ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace EncompassRest.Loans { /// <summary> /// UnderwritingConditionLog /// </summary> public sealed partial class UnderwritingConditionLog : DirtyExtensibleObject, IIdentifiable { private DirtyValue<s...
/* * Farseer Physics Engine based on Box2D.XNA port: * Copyright (c) 2010 Ian Qvist * * Box2D.XNA port of Box2D: * Copyright (c) 2009 Brandon Furtwangler, Nathan Furtwangler * * Original source Box2D: * Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any expr...
// "Therefore those skilled at the unorthodox // are infinite as heaven and earth, // inexhaustible as the great rivers. // When they come to an end, // they begin again, // like the days and months; // they die and are reborn, // like the four seasons." // // - Sun Tsu, // "The Art of War" using System; using System....
// Copyright (c) 2010 Jeroen Dierckx - Expertise Centre for Digital Media. All Rights reserved. // Part of this source code is developed for the flemish (Belgian) OSMA project (http://osma.phl.be/) // // Contributors (Unity forum usernames): reissgrant, agentdm // // Use of this source code is governed by a BSD-style l...
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...
// 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 Xunit; using Xunit.Abstractions; namespace System.Slices.Tests { public class UsageScenarioTests { private readonly ITestOutputHelp...
#region Header /** * JsonMapper.cs * JSON to .Net object and object to JSON conversions. * * 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; using System.Collections.Generic; us...
Array Update and Query #region Naive Query time: For query we access each element from the array in constant time and in the worst case we access n elements(query all), so it's O(N) time. Update: we just update the specific element in the array, so it's O(1) time Space: We don't use extra data structure, so it's O(1...
// 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.Tasks; using System.Windows; using Microsoft.VisualStudio.Interactiv...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Linq; using System.Runtime.Serialization; using System.Diagnostics; using DDay.Collections; namespace DDay.iCal { /// <summary> /// A class that represents a property of the <see cref="iCalendar"/> ///...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ICSharpCode.SharpZipLib.Checksums; using System.IO; using ICSharpCode.SharpZipLib.Zip.Compression; using ICSharpCode.SharpZipLib.GZip; namespace SharpZipLib { public class GZipInputStream : InflaterInputStream { ...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using System.Collections; using System.IO; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Agreement; using Org.BouncyCastle.Crypto.EC; using Org.BouncyCastle.Crypto.Generators; using Org.B...
// ----------------------------------------------------------------------- // <copyright file="DefaultClusterContext.cs" company="Asynkron AB"> // Copyright (C) 2015-2020 Asynkron AB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; using S...
//Copyright (C) 2005 Richard J. Northedge // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This lib...
using System; using System.Data; using System.Data.OleDb; using System.Reflection; //using PCSAssemblyLoader; using System.Collections; using System.Collections.Specialized; using System.Threading; using PCSUtils; using Utils = PCSComUtils.DataAccess.Utils; using PCSUtils.Utils; using C1.Win.C1Preview; namespace Inven...
using DocumentFormat.OpenXml; using W = DocumentFormat.OpenXml.Wordprocessing; using D = DocumentFormat.OpenXml.Drawing; using S = DocumentFormat.OpenXml.Spreadsheet; using Signum.Engine.Templating; using Signum.Utilities.DataStructures; using System.IO; using System.Text.RegularExpressions; using System.Xml; namespac...
/******************************************************************************* * Copyright (c) 2013, Daniel Murphy * 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 ...
using System; using System.IO; using System.Web; using MbUnit.Framework; using Moq; using Subtext.Framework; using Subtext.Framework.Components; using Subtext.Framework.Configuration; using Subtext.Framework.Data; using Subtext.Framework.Routing; namespace UnitTests.Subtext.Framework { /// <summary> /// Tests ...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Verify.V2.Service { /// <summary> /// Create a new Verification using a Service ...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security { using System; using System.ServiceModel; using System.ServiceModel.Description...
// 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 Microsoft.Xml { using System; using System.Collections; // Represents a collection of nodes ...
// 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 Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.Messages; n...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
using System; using System.Collections.Generic; using Moq; using NPoco; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.Configuration; using Umbraco.Core.IO; using Umbraco.Core.Logging; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.SqlSyntax; using Umbraco.Co...
#region License /* The MIT License Copyright (c) 2008 Sky Morey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
//------------------------------------------------------------------------------ // <copyright file="ScriptReference.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace Syst...
using System; using System.ComponentModel; using System.Xml.Serialization; #if SILVERLIGHT using System.Windows; using System.Windows.Media; #else using Windows.UI.Xaml; using Windows.UI; using Windows.UI.Xaml.Media; using Windows.UI.Text; #endif namespace Microsoft.Media.TimedText { /// <summary> /// Represen...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- // Common code for object selection dialogs. //=================================================================...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This library is free software; you can redistri...
// 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Concurrent; using System.Collections.Generic; using Xunit; namespace System.Threading.Tas...
/****************************************************** DirectShow .NET netmaster@swissonline.ch *******************************************************/ // DsExtend // Extended streaming interfaces, ported from axextend.idl using System; using System.Drawing; using System.Runtime.Interop...
using BeardedManStudios.Forge.Networking.Frame; using System; namespace BeardedManStudios.Forge.Networking.Generated { public partial class BasicCubeNetworkObject : NetworkObject { public const int IDENTITY = 6; private byte[] _dirtyFields = new byte[1]; #pragma warning disable 0067 p...
// 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; using System.Collections.Generic; using System.IO; using System.Resources; using System.Diagnostics; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framew...
// // Host.cs // // Author: // Alexander Bothe <info@alexanderbothe.com> // // Copyright (c) 2013 Alexander Bothe // // 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 restricti...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.CodeGeneration; using Orleans.Configuration; using Orleans.Runtime; using Orleans.Runtime.Scheduler; using Orleans.Serialization; using O...
// // ReportViewer.cs // // Author: // Krzysztof Marecki // // Copyright (c) 2010 Krzysztof Marecki // Copyright (c) 2012 Peter Gill // // This file is part of the NReports project // This file is part of the My-FyiReporting project // // Licensed under the Apache License, Version 2.0 (the "License")...
/* * 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; using NBitcoin.BouncyCastle.Crypto.Modes; using NBitcoin.BouncyCastle.Crypto.Paddings; using NBitcoin.BouncyCastle.Crypto.Parameters; namespace NBitcoin.BouncyCastle.Crypto.Macs { /** * CMAC - as specified at www.nuee.nagoya-u.ac.jp/labs/tiwata/omac/omac.html * <p> * CMAC is analogous to...
#region License /* * PayloadData.cs * * The MIT License * * Copyright (c) 2012-2016 sta.blockhead * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including wit...
using System; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Threading.Tasks; using Stardust.Interstellar.Rest.Common; using Stardust.Interstellar.Rest.Extensions; namespace Stardust.Interstellar.Rest.Client { internal class ProxyBuilder { private readonly Type ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Threading; using Dot...
// 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.Linq; using System.Collections.Generic; using System.IO; using System.Xml; using Microsof...
// 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.Contracts; using System.IO; using System.Runtime; using System.Runtime.InteropServices; using System.ServiceModel.Security; using System.Servic...
using Sparrow.Binary; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; namespace Sparrow { public struct Metro128Hash { public ulong H1; public ulong H2; public Metro128Hash(ulong ...
// 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.Diagnostics.Contracts; using System.Runtime.InteropServices; using System.Text; namespace System.IO { public s...
// 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...
#region Copyright & License // // Copyright 2001-2005 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // //...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Xml; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.PublishedContent; using Umbraco...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using NUnit.Framework; using Palaso.Base32; namespace Palaso.Tests.Base32Tests { [TestFixture] public class Base32Tests { static private string Encode (string s) { return Base32Convert.ToBase32String(Encoding.UTF7.Ge...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using Windows.Storage; using Xunit; namespace System.IO { [ConditionalClass(...
// 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.IO; using System.Xml; using Microsoft.Test.ModuleCore; namespace CoreXml.Test.XLinq { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using Signum.Utilities; using System.Text.RegularExpressions; using System.IO; using System.Threading; using System.Diagnostics; using System.Data.Common; using System.Globalization; using Signum.Engine.Ma...
// 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.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using Xunit; namespace Test { publi...
// // 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...
/*This code is managed under the Apache v2 license. To see an overview: http://www.tldrlegal.com/license/apache-license-2.0-(apache-2.0) Author: Robert Gawdzik www.github.com/rgawdzik/ THIS CODE HAS NO FORM OF ANY WARRANTY, AND IS CONSIDERED AS-IS. */ using System; using System.Collections.Generic; using System.Lin...
// 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 Test.Utilities; using Xunit; namespace Microsoft.NetFramework.Analyzers.UnitTests { public partial class DoNotUseInsecureDtdProcessingAnalyzerTests...
/* * 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...
/* * 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; internal class OVFTest { static public volatile bool rtv; static OVFTest() { rtv = Environment.TickCount != 0; } private st...
// 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...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlTypes; public partial class Backoffi...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using TribalWars.Browsers.Reporting; using TribalWars.Controls.AccordeonLocation; using TribalWars.Maps; using TribalWars.Villages; using TribalWars.Villages.ContextMenu; using TribalWars.Worlds; using T...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.T...
namespace AutoMapper { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Configuration; using Impl; using Internal; using Mappers; public class ConfigurationStore : IConfigurationProvider, IConfiguration { private static re...