context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System.IO; using Moq; using Palmmedia.ReportGenerator.Core.Logging; using Palmmedia.ReportGenerator.Core.Reporting; using Xunit; namespace Palmmedia.ReportGenerator.Core.Test { [Collection("FileManager")] public class ReportConfigurationValidatorTest { private static readonly string ReportPat...
using System; using AutoMapper.Configuration; namespace AutoMapper { using ObjectMappingOperationOptions = MappingOperationOptions<object, object>; public class Mapper : IRuntimeMapper { private const string InvalidOperationMessage = "Mapper not initialized. Call Initialize with appropriate config...
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.VisualStudio.Shell; using System.Runtime.InteropServices; usi...
// // Types.cs // // Author: // Chris Howie <me@chrishowie.com> // // Copyright (c) 2013 Chris Howie // // 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...
/* Matali Physics Demo Copyright (c) 2013 KOMIRES Sp. z o. o. */ using System; using System.Collections.Generic; using OpenTK; using OpenTK.Graphics.OpenGL; using Komires.MataliPhysics; namespace MataliPhysicsDemo { /// <summary> /// This is the main type for your game /// </summary> public se...
#region License /* * ChunkedRequestStream.cs * * This code is derived from System.Net.ChunkedInputStream.cs of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2005 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-2014 sta.blockhead * * Permission is hereby granted, free o...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Orleans.SqlUtils { /// <summary> /// Convenienience functions to work with objects of type <see cref="IRelationalStora...
//----------------------------------------------------------------------- // <copyright file="FixedBufferSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.IO.FileSystem.Tests { public class Directory_CreateDirectory : FileSystemTest { #region Utilities public virtual...
/////////////////////////////////////////////////////////////////////////////////////////////// // // 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...
#region Copyright notice and license // Copyright 2018 gRPC authors. // // 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 req...
// 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.Threading.Tasks; using Xunit; using Xunit.Abstractions; namespace System.Net.Sockets.Tests { publi...
using System; using System.IO; using System.Linq; using Modbus.Data; using Modbus.IO; using Modbus.Message; using Modbus.Utility; using Rhino.Mocks; using Xunit; namespace Modbus.UnitTests.IO { internal delegate ReadCoilsInputsResponse ThrowExceptionDelegate(); public class ModbusTransportFixture { ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.Serialization; using Microsoft.Xrm.Sdk; namespace PowerShellLibrary.Crm.CmdletProviders { [Microsoft.Xrm.Sdk.Client.EntityLogicalName("relationshiprolemap")] [DataContract] [GeneratedC...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ConfigSharp.Test { [TestClass] public class ContainerTest { private class TestLogLine { public string Level { get; set; } ...
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using Mogre; using MogreFramework; namespace AntKiller { public enum AntColor { BLACK, RED }; public enum AntAnimations { WALK, ATTACK, STUN, EXPLODE, ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; usin...
using System; using System.CodeDom.Compiler; using System.Diagnostics; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using NUnit.Framework; using Spring.Context.Support; namespace Spring.Reflection.Dynamic { /// <summary> /// Unit tests common for all IDyna...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
/* * Copyright (c) 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 Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using Dbg = System.Management.Automation.Diagnostics; namespace System.Management.Automation { /// <summary> /// Sea...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Projeny.Internal { public static class TypeExtensions { public static bool DerivesFrom<T>(this Type a) { return DerivesFrom(a, typeof(T)); } // This seems easier to...
// 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.Text; using System.Xml; using Microsoft.Build.BuildEngine.Shared; namespace Microsoft.Build.BuildEngine {...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
/* Copyright 2008 Mike Hummel This file is part of CryptPad. CryptPad 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 3 of the License, or (at your option) any later version...
// 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.ComponentModel.Composition; using System.Linq; using System.Threading; using Microsoft.CodeAnalys...
// // GNUCompiler.cs: Provides most functionality to compile using a GNU compiler (gcc and g++) // // Authors: // Marcos David Marin Amador <MarcosMarin@gmail.com> // Mitchell Wheeler <mitchell.wheeler@gmail.com> // // Copyright (C) 2007 Marcos David Marin Amador // // // This source code is licenced under The MIT ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace ProjectTracker.AppServerHost.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and...
// // Copyright 2011, Novell, Inc. // Copyright 2011, Regan Sarwas // // // 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 ...
namespace Epi.Windows.Analysis.Dialogs { partial class SortDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.Collections.Tests { /// <summary> /// Conta...
/* * 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.Generic; using System.Col...
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with // the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software distributed under the ...
// 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 Xunit; namespace Microsoft.Win32.RegistryTests { public class Registry_SetValue_str_str_obj_valueKind : TestS...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Runtime.InteropServices; using System.Security.Cryptography; using Microsoft....
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Provides methods to directly work ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net.Http; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using BingMapsRESTToolkit; using Microsoft.Bot.Builder.Luis.Models; using Microsoft.Bot.Connector; using nvk.He...
/* Gaigen 2.5 Test Suite */ /* 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 program is distributed in the hope that it ...
using System; using System.Linq; using Signum.Utilities; using System.Reflection; using System.Linq.Expressions; using System.ComponentModel; using System.Collections.Specialized; using Signum.Entities.Basics; using Signum.Entities.Reflection; using Signum.Entities.Chart; using Signum.Entities.UserAssets; using System....
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S 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,...
namespace Nancy.Tests.Unit { using System; using System.Collections.Generic; using System.Linq; using FakeItEasy; using Nancy.Routing; using Nancy.Tests.Fakes; using Xunit; using ResolveResult = System.Tuple<Nancy.Routing.Route, DynamicDictionary, System.Func<NancyContext, Response>, Sys...
namespace dotless.Core.Importers { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Input; using Parser; using Parser.Tree; using Utils; using System.Text.RegularExpressions; using System.Reflection; public class Importer : IImporter ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.Engine { using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using Sys...
// // 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...
// // Mono.Data.Sqlite.SQLiteException.cs // // Author(s): // Robert Simpson (robert@blackcastlesoft.com) // // Adapted and modified for the Mono Project by // Marek Habersack (grendello@gmail.com) // // // Copyright (C) 2006 Novell, Inc (http://www.novell.com) // Copyright (C) 2007 Marek Habersack // // Permission...
using DevExpress.Mvvm; using DevExpress.Mvvm.Native; using DevExpress.Mvvm.UI; using System; using System.ComponentModel; using System.Threading; using System.Windows; using System.Windows.Media; using System.Windows.Threading; namespace DevExpress.Mvvm.UI { public static class DXSplashScreen { [Browsable(...
using Lucene.Net.Diagnostics; using Lucene.Net.Support; using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file di...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: client/conf_test_array.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = g...
// 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. // <spec>http://www.w3.org/TR/xpath#exprlex</spec> //---------------------------------------------------------------...
//Copyright (c) 2007-2010, Adolfo Marinucci //All rights reserved. //Redistribution and use in source and binary forms, with or without modification, //are permitted provided that the following conditions are met: // //* Redistributions of source code must retain the above copyright notice, // this list of conditio...
#region File Description //----------------------------------------------------------------------------- // ShaderModelProcessor.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #en...
using System; using System.IO; using System.Reflection; using NUnit.Framework; using CookComputing.XmlRpc; namespace ntest { [TestFixture] public class ServiceInfoTest { [Test] public void Int32() { Type type = typeof(int); XmlRpcType rpcType = XmlRpcServiceInfo.GetXmlRpcType(type...
// 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...
using System; using System.Runtime.InteropServices; using System.Security; namespace BulletSharp { public class DefaultCollisionConstructionInfo : IDisposable { internal IntPtr _native; public DefaultCollisionConstructionInfo() { _native = btDefaultCollisionConstructionInfo_new(); } /* public P...
using System; using System.ComponentModel; using System.Linq; using Android.App; using Android.Content; using Android.Content.Res; using Android.OS; using Android.Views; using Android.Widget; using Xamarin.Forms.PlatformConfiguration.AndroidSpecific; namespace Xamarin.Forms.Platform.Android { public class FormsApplic...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using Microsoft.CodeAnalysis.Testing; using Xunit; using VerifyCS = Test.Utilities.CSharpCodeFixVerifier< Microsoft.NetCore....
// 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.Text; using System.DirectoryServices; using System.DirectoryServices.Protocols; namespace Microsoft.Protoc...
// Copyright 2007-2015 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 // /...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using WebApiBook.ProcessingArchitecture.ProcessesApi.v1.Are...
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) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 t...
// Copyright 2008-2011. This work is licensed under the BSD license, available at // http://www.movesinstitute.org/licenses // // Orignal authors: DMcG, Jason Nelson // Modified for use with C#: // - Peter Smith (Naval Air Warfare Center - Training Systems Division) // - Zvonko Bostjancic (Blubit d.o.o. - zvonko.bostja...
// 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 ...
// 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...
using System; using System.Collections.Generic; using Era.Text; namespace Era { internal sealed class DateTimeParser : TokenParser { static readonly Token[] DateSeparators = { new Token(TokenKind.Space, ' '), new Token(TokenKind.Punctuation, '/'), new Token(T...
// ******************************************************************************************************** // Product Name: DotSpatial.Projection // Description: The basic module for MapWindow version 6.0 // ******************************************************************************************************** // Th...
// // ReaderWriterLockTest.cs - NUnit Test Cases for System.Threading.ReaderWriterLock // // Author: // Lluis Sanchez Gual (lluis@ximian.com) // // (C) 2004 Novell, Inc (http://www.novell.com) // using NUnit.Framework; using System; using System.Threading; namespace MonoTests.System.Threading { [TestFixture] // ...
// 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.Globalization; using Xunit; namespace System.Globalization.CalendarTests { // GregorianCalendar.GetMonthsInYear(Int32, Int32) public...
using System.Net; using Facility.ConformanceApi.Http; using Facility.Core; using Facility.Core.Assertions; using Facility.Core.Http; using FluentAssertions; using NUnit.Framework; namespace Facility.ConformanceApi.UnitTests; [TestFixtureSource(nameof(ServiceSerializers))] public sealed class DtoValidationTests : Serv...
/* * [The "BSD license"] * Copyright (c) 2013 Terence Parr * Copyright (c) 2013 Sam Harwell * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.CompilerServices; usin...
// 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.CodeGene...
namespace AutoMapper { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Impl; using Internal; /// <summary> /// Main configuration object holding all mapping configuration f...
using System; using System.Collections.Generic; using System.IO; using Consul; using FluentAssertions; using Moq; using Winton.Extensions.Configuration.Consul.Parsers; using Xunit; namespace Winton.Extensions.Configuration.Consul.Extensions { public class KVPairExtensionsTests { public sealed class Con...
//#define COSMOSDEBUG using System; using System.Globalization; using IL2CPU.API; using IL2CPU.API.Attribs; using Debugger = Cosmos.Debug.Kernel.Debugger; namespace Cosmos.CPU_Plugs.System { [Plug(Target = typeof(string))] public static class StringImpl { internal static Debugger mDebugger = new Debugg...
using System; using System.Collections.ObjectModel; using System.Data; using NetTopologySuite; using NetTopologySuite.Geometries; using SharpMap.Base; namespace SharpMap.Data.Providers { /// <summary> /// Abstract base provider that handles geometry factory based on SRID /// </summary> [Serializable] ...
namespace Epi.Windows.MakeView.Dialogs.FieldDefinitionDialogs { partial class TextFieldDefinition { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources b...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators; using CppSharp.Generators.C; using CppSharp.Generators.CSharp; using CppSharp.Passes; using static CppSharp.CodeGeneratorH...
// 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; using Microsoft.Win32.SafeHandles; using System.Runtime.InteropServices; using System.Text; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using IdentitySample.Models; using IdentitySample.Models.AccountViewModels; using IdentitySample.Servic...
//------------------------------------------------------------------------------ // <copyright file="Query.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....
using System; using System.Collections.Generic; using System.IO; using System.Transactions; namespace ChinhDo.Transactions { /// <summary> /// File Resource Manager. Allows inclusion of file system operations in transactions. /// http://www.chinhdo.com/20080825/transactional-file-manager/ /// </summary...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // Uncomment to turn on logging of non-dictionary strings written to binary writers. // This can help identify elem...
//------------------------------------------------------------------------------- // <copyright file="SyntaxBuilder.cs" company="Appccelerate"> // Copyright (c) 2008-2015 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
//! \file ArcDX.cs //! \date Thu Oct 08 00:18:56 2015 //! \brief Encrypted Flatz archives with 'DX' signature. // // 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...
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...
// // RecyclableAppDomain.cs // // Author: // Michael Hutchinson <mhutch@xamarin.com> // // Copyright (c) 2009 Novell, Inc. (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://xamarin.com_ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software an...
// 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.Diagnostics; using System.IO; using System.Linq; using System.Reflect...
// 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; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Reflection; using System.Web.UI; using System.Web.UI.Design...
// 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.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; using Microsof...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DpmEntrypoint.cs" company="Redpoint Software"> // The MIT License (MIT) // // Copyright (c) 2013 James Rhodes // // Permission is hereby granted, free of charge, to any...
using System; using System.IO; using System.Collections; using System.Collections.Generic; namespace ClickHouse.Ado.Impl.ATG.Insert { internal class Token { public int kind; // token kind public int pos; // token position in bytes in the source text (starting at 0) public int charPos; // token position 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 Microsoft.Build.Framework; using Microsoft.DotNet.Build.CloudTestTasks; using System; using System.IO; using S...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlServerCe; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Threading; using System.IO; using WMPLib; using MediaInfoLib; using System.Diagnostics; using System.Collection...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans.Runtime.Configuration; using Orleans.Runtime.GrainDirectory; using Orleans.Runtime.Messaging; using Orleans.Runtime.Placement; using Orleans.Runtime.Scheduler; namespace Orleans.Run...
// Copyright (c) 1995-2009 held by the author(s). All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of c...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TestAppHarbor.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wi...
// // Copyright (c) 2003-2006 Jaroslaw Kowalski <jaak@jkowalski.net> // Copyright (c) 2006-2014 Piotr Fusik <piotr@fusik.info> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Red...