context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; using MetX.Standard.Library.Extensions; namespace XLG.Pipeliner.Data { /// <summary> /// Creates a WHERE clause for a SQL Statement /// </summary> public class Where { public string TableName; ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using Newtonsoft.Json; using Newton...
using System; using System.IO; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Globalization; namespace PubNubMessaging.Core { #region "Crypto" /// <summary> /// MD5 Service provider /// </summary> internal class MD5CryptoServiceProvider : MD5 { public...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using EnvDTE; using EnvDTE80; using Microsoft.VisualStudio.Shell; namespace NuGet.VisualStudio { [PartCreationPolicy(CreationP...
// 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 Xunit; namespace Microsoft.VisualBasic.Tests { public static clas...
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...
#region File Description //----------------------------------------------------------------------------- // EnvironmentMapEffect.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #en...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- /// The texture filename filter used with OpenFileDialog. $TerrainEditor::TextureFileSpec = "Image Files (*.png, *...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // Note: Exception messages call ToString instead of Name to avoid MissingMetadataException when just outputting basic info using System; using System.Collections.Gener...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// WorkerChannelResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Ex...
//Copyright 2017 by Josip Medved <jmedved@jmedved.com> (www.medo64.com) MIT License //2018-11-25: Refactored which file gets used if application is not installed. //2017-11-05: Suppress exception on UnauthorizedAccessException. //2017-10-09: Support for /opt installation on Linux. //2017-04-29: Added IsAssumedInstalle...
#region Copyright & license notice /* * Copyright: Copyright (c) 2007 Amazon Technologies, Inc. * License: Apache License, Version 2.0 */ #endregion using System; using System.IO; using System.Collections.Generic; using System.Text; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using ...
namespace sapHowmuch.Api.Repositories { using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; [Table("OBTF")] public partial class OBTF { [Key] [Column(Order = 0)] [DatabaseGenerated(DatabaseGeneratedOption.None)] public int BatchNum { get; set; } ...
//------------------------------------------------------------------------------ // <license file="NativeMath.cs"> // // The use and distribution terms for this software are contained in the file // named 'LICENSE', which can be found in the resources directory of this // distribution. // // By usi...
// 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.ComponentModel; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization;...
// file: core/math/vector3.h // commit: bd282ff43f23fe845f29a3e25c8efc01bd65ffb0 // file: core/math/vector3.cpp // commit: 7ad14e7a3e6f87ddc450f7e34621eb5200808451 // file: core/variant_call.cpp // commit: 5ad9be4c24e9d7dc5672fdc42cea896622fe5685 using System; using System.Runtime.InteropServices; #if REAL_T_IS_DOUBLE ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Linq; using Sep.Git.Tfs.Core; using Sep.Git.Tfs.Core.TfsInterop; using Sep.Git.Tfs.Util; using Xunit; using Rhino.Mocks; using Rhino.Mocks.Constraints; namespace Sep.Git.Tfs.Test.Core { public class ChangeSieveTests { #region Base fixture ...
namespace EIDSS.Reports.Parameterized.Human.MMM { partial class MMMReport { #region Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void ...
using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Models; using Moq; using Services.Interfaces; namespace Services.UnitTest.ClusterCoordinatorService { [TestFixture] public class GetClusterCoordinatorTests { Services.ClusterCoordinatorService _clusterCoordinatorServi...
// The MIT License (MIT) // // CoreTweet - A .NET Twitter Library supporting Twitter API 1.1 // Copyright (c) 2013-2016 CoreTweet Development Team // // 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...
// // 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...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: Contains the business logic for symbology layers and symbol categories. // ******************************************************************************...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System.Collections; using System.Collections.ObjectModel; using System.Reflection; namespace System.Managemen...
using System; using System.Drawing; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Text; using System.Windows.Forms; using Epi; using System.Data; using Epi.Collections; using Epi.Windows; using Epi.Windows.D...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // 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, modif...
#region Using using System; #endregion namespace SharpCompress.Compressor.PPMd.I1 { /// <summary> /// A structure containing a single address. The address represents a location in the <see cref="Memory"/> /// array. That location in the <see cref="Memory"/> array contains information itself describing ...
using System; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; using NSec.Cryptography.Formatting; using static Interop.Libsodium; namespace NSec.Cryptography { // // BLAKE2b (keyed) // // References: // // RFC 7693 - The BLAKE2 Cryptographic Hash ...
// 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 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.Linq; using Docu.Parsing; using Docu.Parsing.Model; using Example; using NUnit.Framework; using System.Reflection; namespace Docu.Tests.Parsing { [TestFixture] public class DocumentationXmlMatcherTests : BaseFixture { [SetUp] public void CreateAssociator() { } ...
// 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...
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Security.Tokens { using System.Collections.ObjectModel; using System.IdentityModel; using...
#region License /* The MIT License * * Copyright (c) 2011 Red Badger Consulting * * 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 r...
using System; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; namespace Kyusyukeigo.Helper { public class GameViewSizeHelper { #region public enum public enum GameViewSizeType { FixedResolution, AspectRatio ...
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;...
/** * FreeRDP: A Remote Desktop Protocol Implementation * Settings * * Copyright 2011-2012 Marc-Andre Moreau <marcandre.moreau@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 ...
// 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.Diagnostics; using System.Runtime.CompilerServices; using System.Text; using Microsoft.AspNetCore.Cryptography.Cng; using Microsoft.AspNetCore.Cryptography...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using Validation; using Xunit; namespace System.Collections.Immutable.Test { #...
using System.Collections.Generic; using Lucene.Net.Documents; using Lucene.Net.Index; namespace Lucene.Net.Search.Similarities { using NUnit.Framework; using Directory = Lucene.Net.Store.Directory; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor lice...
using System.Data.Entity.Migrations; namespace SGH_Khronos.Data.Migrations { public partial class InitialCreate : DbMigration { public override void Up() { this.CreateTable( "app.Acompanhamentos", c => new { ...
namespace Boo.Lang.Parser.Tests { using NUnit.Framework; [TestFixture] public class ParserRoundtripTestFixture : AbstractParserTestFixture { void RunCompilerTestCase(string fname) { RunParserTestCase(fname); } [Test] public void and_or_1() { RunCompilerTestCase(@"and-or-1.boo"); } [Test...
// // FileDialogPermissionTest.cs - NUnit Test Cases for FileDialogPermission // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // using NUnit.Framework; using System; using System.Security; using System.Security.Permissions; namespace MonoTests.Syst...
// Code generated by a Template using System; using System.Linq.Expressions; using DNX.Helpers.Maths; using DNX.Helpers.Maths.BuiltInTypes; using DNX.Helpers.Reflection; namespace DNX.Helpers.Validation { /// <summary> /// Guard Extensions. /// </summary> public static partial class Guard { ...
#nullable disable // Tree.cs // ------------------------------------------------------------------ // // Copyright (c) 2009 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------...
// Copyright (c) 2021 Alachisoft // // 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...
// 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 ...
// // Mono.WebServer.XSP/main.cs: Web Server that uses ASP.NET hosting // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2002,2003 Ximian, Inc (http://www.ximian.com) // (C) Copyright 2004-2009 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person ...
#region CopyrightHeader // // Copyright by Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0.txt // // Unless requ...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // 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 ...
// 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; namespace System.Linq.Expressions.Tests { public abstract class IncDecAssignT...
// 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; #pragma warning disable 0414 #pragma warning disable 0067 namespace System.Reflection.Tests { [Sy...
// // AssemblyNameReference.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2010 Jb Evain // // 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...
// // 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 file="Parallel.cs">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. All othe...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using System.Diagnostics; using Org.BouncyCastle.Math.Raw; namespace Org.BouncyCastle.Math.EC.Custom.Sec { internal class SecT239Field { private const ulong M47 = ulong.MaxValue >> 17; private const ulong M60...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Globalization { using System; using System.Diagnostics.Contracts; // // This class...
using System; using System.Collections.Generic; using System.Linq; using Signum.Utilities.Reflection; using System.Linq.Expressions; using System.Reflection; using Signum.Utilities; using Signum.Engine.Maps; using Signum.Entities; using System.Data.SqlTypes; using System.Data.Common; //using Microsoft.SqlServer.Types; ...
using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Nowin { using OwinApp = Func<IDictionary<string, object>, Task>; using WebSocketAccept = Action<IDictionary<string, object>, Func<IDictionary<string, object>, Task>>; using Web...
/* Copyright 2012 Michael Edwards Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to i...
/* * 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 ...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using System.Linq; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Messaging.V1.Service { /// <summary> /// PLEASE NOTE that this c...
// 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 ClosedXML.Excel.Ranges.Index; using System; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { using System.Collections; internal class XLRanges : XLStylizedBase, IXLRanges, IXLStylized { /// <summary> /// Normally, XLRanges collection includes ranges fr...
using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; namespace Microsoft.VisualStudio.Services.Agent.Wo...
/* Copyright 2019 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 agreed to in writing, ...
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using System.Web; using ServiceStack.Common.Utils; using ServiceStack.Common.Web; using ServiceStack.Logging; using ServiceStack.ServiceHost; using ServiceStack.Text; namespace ServiceStack.WebHost.Endpoints.Extension...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// A music video file. /// </summary> public class MusicVideoObject_C...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Numerics; using System.Linq; using NUnit.Framework; using Newtonsoft.Json; using GlmSharp; // ReSharper disable InconsistentNaming...
// 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; using System.Glo...
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...
namespace BitDiffer.Client.Controls { partial class Configuration { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if manage...
using Newtonsoft.Json; using IndicatorsUI.DataAccess; using IndicatorsUI.DataConstruction; using IndicatorsUI.DomainObjects; using IndicatorsUI.MainUI.Helpers; using IndicatorsUI.MainUI.Models; using IndicatorsUI.MainUI.Skins; using System.Collections.Generic; using System.Linq; using System.Web.Mvc; namespace Indicat...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using System.Data.OleDb; using System.Text.RegularExpressions; using System.Runtime.InteropServices; using System.Threading; namespace Offli...
using System; using System.Collections.Generic; using FluentNHibernate.Mapping.Providers; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Identity; using System.Diagnostics; using NHibernate.UserTypes; namespace FluentNHibernate.Mapping { public class IdentityPart : IIdentityMappingProvide...
/* * 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 file="MatrixAnimationUsingKeyFrames.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see htt...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Security; using System.Security.Principal; using System.Threading; using System.Compon...
// Lucene version compatibility level 4.8.1 using YAF.Lucene.Net.Analysis.TokenAttributes; using YAF.Lucene.Net.Analysis.Util; using YAF.Lucene.Net.Util; using System; using System.Text; namespace YAF.Lucene.Net.Analysis.CommonGrams { /* * Licensed to the Apache Software Foundation (ASF) under one or more ...
#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 // (...
// 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 (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.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using M...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Diagnostics; using System.Globalization; using System.Text; using mshtml; using OpenLiveWriter.Api; using OpenLiveWriter.HtmlEditor; using OpenLiveWrite...
// // 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.Runtime.InteropServices; using System.Runtime.CompilerServices; using System; using System.ComponentModel; #pragma warning disable 0183 public static cla...
// // 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 Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // // // SignedXml.cs // // 21 [....] 2000 // namespace System.Security.Cryptography.Xml { using System; using System.Collections; using System.Collections.Generic; using System.Colle...
/* * (c) 2008 MOSA - The Managed Operating System Alliance * * Licensed under the terms of the New BSD License. * * Authors: * Simon Wollwage (rootnode) <kintaro@think-in-co.de> */ using System; namespace Pictor { /* //===========================================span_interpolator_persp_exact //template<uin...
using Lucene.Net.Diagnostics; using Lucene.Net.Index; using Lucene.Net.Search; using Lucene.Net.Spatial.Prefix.Tree; using Lucene.Net.Util; using Spatial4n.Core.Shapes; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; namespace Lucene.Net.Spatial.Prefix { /* * License...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Xml; using System.Windows.Forms; using System.Collections; using Microsoft.Office.Core; using MSword = Microsoft.Office.Interop.Word; namespace Daisy.SaveAsDAISY.Addins....
// Copyright 2006 Alp Toker <alp@atoker.com> // This software is made available under the MIT License // See COPYING for details using System; using System.Collections.Generic; using System.IO; using System.Xml; using System.Text; using System.Reflection; namespace DBus { using Protocol; //TODO: complete this clas...
// 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 (c) Microsoft Corporation. All Rights Reserved. // Licensed under the MIT License. using System; using System.Windows; using System.Windows.Media; using System.Linq; using System.ComponentModel; namespace InteractiveDataDisplay.WPF { /// <summary> /// Specifies the dock position of a child elemen...
// Generated by UblXml2CSharp using System.Xml; using UblLarsen.Ubl2; using UblLarsen.Ubl2.Cac; using UblLarsen.Ubl2.Ext; using UblLarsen.Ubl2.Udt; namespace UblLarsen.Test.UblClass { internal class UBLReceiptAdvice20Example { public static ReceiptAdviceType Create() { var doc = new...
// 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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Uni...
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput.PlatformSpecific; namespace UnityStandardAssets.CrossPlatformInput { public static class CrossPlatformInputManager { public enum ActiveInputMethod { Hardware, Touch } private ...
/* NOTE how the IncomeStmtRpt uses MediatR to the CalcIncomeStmt proc command to retrieve the data. */ using System; using System.Collections.Generic; using System.Linq; using Common; using MediatR; namespace Dashboard { public class IncomeStmtRpt : IRequest<IncomeStmtRpt.Report> { public int? ...