context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Diagnostics; using System.Reflection; using System.Runt...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.ErrorReporting; using Mic...
using System.Collections.Generic; using bv.common.Core; using eidss.model.Enums; namespace eidss.model.Reports { public interface IReportFactory { void ResetLanguage(); #region Common Human Reports [MenuReportCustomization] void HumAggregateCase(AggregateReportParameters aggrP...
using System; using System.Collections.Generic; using System.Text.RegularExpressions; namespace SmartFighter { public static class GameMode { public const int Story = 2; public const int Arcade = 3; public const int Versus = 4; public const int Casual = 5; public const int B...
// 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.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using EspaceClient.FrontOffice.Infrastructure.Services.Captcha; namespace EspaceClient.FrontOffice.Infrastructure.Services.Implementations.Captcha { /// <summary> /// Summary description for CaptchaImage. /// ...
// 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 DirectoryInfo_CreateSubDirectory : FileSystemTest { #region UniversalTests [F...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Concurrency; using Orleans.Providers.Streams.Common; using Orleans.Runtime; using Orleans.Configuration; using RunState = Orleans.Configuration.StreamLifecycleOptions.RunSta...
// 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.Collections.Specialized; using System.Diagnostics; using System.Globa...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using ServiceStack.Text.Json; using ServiceStack.Text.Jsv; namespace ServiceStack.Text.Common { public static class JsWriter { public const string TypeAttr = "__type"; ...
//------------------------------------------------------------------------------ // <copyright file="RuntimeConfigurationRecord.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ nam...
//----------------------------------------------------------------------- // <copyright file="Xml.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 other rig...
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using Microsoft.CodeAnalysis; using OmniSharp.Models.V2; using OmniSharp.Roslyn.Utilities; using OmniSharp.Utilities; namespace OmniSharp.Extensions { public static class SymbolExtens...
using System; using System.Collections.Generic; using System.Diagnostics; using System.ComponentModel; using System.IO; namespace CocosSharp { public class CCSpriteFrameCache { Dictionary<string, CCSpriteFrame> spriteFrames; Dictionary<string, string> spriteFramesAliases; #region Prop...
// Copyright (c) 2015, Outercurve Foundation. // 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 o...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Linq; namespace NoraGrace.Engine { [Flags] public enum CastleFlags { WhiteShort = 1, WhiteLong = 2, BlackShort = 4, BlackLong = 8...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
using System.Linq; using FluentAssert; using FluentBrowserAutomation.Controls; using FluentBrowserAutomation.Extensions; // ReSharper disable once CheckNamespace namespace FluentBrowserAutomation { public interface IAmGenericInputThatCanBeChanged : IAmInputThatCanBeChanged { } public static class IAmGenericInp...
// 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.Runtime.Serialization { using System; using System.Collections; using System.Diagnostic...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu....
/// <Licensing> /// ?2011 (Copyright) Path-o-logical Games, LLC /// Licensed under the Unity Asset Package Product License (the "License"); /// You may not use this file except in compliance with the License. /// You may obtain a copy of the License at: http://licensing.path-o-logical.com /// </Licensing> using UnityEn...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// BindingResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exceptio...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Warning: This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if the // code is regenerated. using Sys...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace Infoplus.Model { /// <summary> /// /...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class InputManager : MonoBehaviour { private Character character; private UIHandler UI; [SerializeField] private string controllerType = "Keyboard"; private char osType; private bool[] inputFlags; private boo...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Timers; using InfluxDB.Net.Enums; using InfluxDB.Net.Models; using Tharga.InfluxCapacitor.Collector.Entities; using Tharga.InfluxCapacitor.Collector.Event; using Tharga.InfluxCapacitor...
// 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.Xml.Xsl.XsltOld { using System; using System.Diagnostics; using System.Text; using ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. using System.Collections.Immutable; using System.Linq; using System.Runtime.InteropServices; using Analyzer.Utilities; using Analyzer.Utilities.Extensions; using Microsoft.Co...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Diagnostics; using System.IO; using Banshee.Base; using Banshee.MediaEngine; using Microsoft.Win32; public static class PluginModuleEntry { public static Type[] GetTypes() ...
#region Using directives using SimpleFramework.Xml.Core; using SimpleFramework.Xml; using System.Collections.Generic; using System; #endregion namespace SimpleFramework.Xml.Core { public class MapTest : ValidationTestCase { private const String ENTRY_MAP = "<entryMap>\n"+ " <map>\n"+ " ...
// 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.Runtime.InteropServices; using System.Runtime.Serialization; using System.Collections.Generic; using Sy...
// // BaseAssemblyResolver.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 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 restrictio...
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copyright (c) 2008 Jonathan Skeet. 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 // // ...
// Copyright 2020 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 // // http://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 System.Data.Common; using System.IO; using System.Linq; using System.Threading.Tasks; using Jasper.Logging; using Jasper.Runtime.Scheduled; namespace Jasper.Persistence.Durability { public class NulloEnvelopePersistence : IEnvelopePersistence, IEnvelopeStorageA...
namespace StockSharp.Localization { using Ecng.Common; partial class LocalizedStrings { /// <summary> /// /// </summary> public const string Dot = nameof(Dot); private static string AppendDot(string value) { return value + "."; } /// <summary> /// /// </summary> public static string Area...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.Messaging.WebPubSub { /// <summary> /// Azure Web PubSub Service Client. ...
// 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.Collections.ObjectModel; using System.Diagnostics; usin...
//------------------------------------------------------------------------------ // <copyright file="CloudFileDataAdaptor.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace DMLibTest { using Mi...
using System; using System.Collections.Generic; using System.Text; using FlatRedBall.Gui; using FlatRedBall; #if FRB_XNA using Texture2D = Microsoft.Xna.Framework.Graphics.Texture2D; #endif namespace EditorObjects.Gui { public class CopyTexturesMultiButtonMessageBox : Window { #region Fields ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Avalonia.Remote.Protocol; using Avalonia.Remote.Protocol.Viewport; using InputProt...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using GitTools.IssueTrackers; namespace GitReleaseNotes { public class SemanticReleaseNotes { //readonly Regex _issueRegex = new Regex(" - (?<Issue>.*?...
/* * Copyright (C) 2012, 2013 OUYA, Inc. * * 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 a...
// // TableViewBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin 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 without rest...
//--------------------------------------------------------------------------- // // <copyright file="Point.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Mi...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; using System.Threading; using System.Threading.Tasks; using Azure.Core.Pipeline; using Azure.Storage.Blobs.Mode...
// 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.DirectoryServices.ActiveDirectory { using System; using System.Net; 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. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; namespace System.Linq.Parallel.Tests { public static class MaxTe...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using JetBrains.Annotations; namespace LinqToDB { using Linq; /// <summary> /// Provides helper methods for asynchronous operations. /// </summary> [PublicAPI] public static partial class As...
using System; using System.Collections.Generic; using System.Text; using System.IO; using QiHe.CodeLib; namespace ExcelLibrary.BinaryFileFormat { public partial class Record { public UInt16 Type; public UInt16 Size; public byte[] Data; public List<Record> ContinuedRecords; ...
/* * Copyright (c) Citrix Systems, Inc. * 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 must retain the above copyright * notice, this list ...
using System.Collections.Generic; namespace Pathfinding { using Pathfinding.Util; /** Represents a collection of GraphNodes. * It allows for fast lookups of the closest node to a point. * * \see https://en.wikipedia.org/wiki/K-d_tree */ public class PointKDTree { // TODO: Make constant public const int...
using System; using System.Linq; using Umbraco.Core.Configuration; using Umbraco.Core.Logging; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Persistence.DatabaseModelDefinitions; using Umbraco.Core.Persistence.Migrations.Initial; using Umbraco.Core.Persistence.SqlSyntax; using Umbraco.Core.Services; namespace Um...
// 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 Microsoft.CodeAnalysis.CSharp.Emit; using Microsoft.CodeAnalysis.CSharp.Symbols; usin...
// 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.Globalization; using Xunit; public static class CharTests { [Fact] public static void TestCompareTo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
// // ExceptionTest.cs - NUnit Test Cases for the System.Exception class // // Authors: // Linus Upson (linus@linus.com) // Duncan Mak (duncan@ximian.com) // // Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) // using System; using System.Runtime.Serialization; using NUnit.Framework; namespace MonoTests....
// Variables needed by detail options! $max_screenerror = 25; $min_TSScreenError = 2; $max_TSScreenError = 20; $min_TSDetailAdjust = 0.6; $max_TSDetailAdjust = 1.0; //------------------------------------------ function optionsDlg::setPane(%this, %pane) { OptAudioPane.setVisible(false); OptGraphicsPane.setVisible...
// /* ------------------ // // (c) whydoidoit.com 2012 // by Mike Talbot // ------------------- */ // using UnityEngine; using System.Collections; using System.Collections.Generic; using System; using System.Linq; using Serialization; /// <summary> /// Used to store material and shader informati...
// 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.Diagnostics; using System.Security.Cryptography; using ...
// 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.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System.Text; u...
namespace android.location { [global::MonoJavaBridge.JavaClass()] public partial class LocationManager : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected LocationManager(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } private static global::MonoJ...
// 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.Linq; using Xunit; namespace System.IO.Tests { public class Directory_CreateDirectory : FileSystem...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. 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, ...
using System; using System.Net.Mail; namespace S22.Imap { /// <summary> /// Allows applications to communicate with a mail server by using the /// Internet Message Access Protocol (IMAP). /// </summary> public interface IImapClient : IDisposable { /// <summary> /// The default mailbox to operate on, when no s...
using System; using System.Collections.Generic; using System.Text; using System.Net; namespace WinDHCP.Library { internal class DhcpData { private IPEndPoint m_Source; private Byte[] m_MessageBuffer; private Int32 m_BufferSize; private IAsyncResult m_Result; public IPEn...
// // 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. /****************************************************************************** * This file is auto-generated from ...
namespace Database_1 { partial class Main { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param nam...
using System.Windows; using System.Windows.Controls; using System.Windows.Data; //http://treemaps.codeplex.com/ namespace Magic.Controls { [TemplatePart(Name = TreeMapItem.HeaderPartName, Type = typeof(FrameworkElement))] public class TreeMapItem : HeaderedItemsControl { #region consts private const st...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Runtime.CompilerServices; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Xml.Serialization; us...
#region copyright // Copyright (c) CBC/Radio-Canada. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #endregion using System; using AutoMapper; using Xunit; namespace LinkIt.AutoMapperExtensions.Tests { public class AutoMapReference_Contex...
'From Squeak3.7alpha of 11 September 2003 [latest update: #5764] on 4 March 2004 at 3:17:53 pm'! "Change Set: q09-colorCsTT-nk Date: 9 July 2003 Author: Ned Konz Adopted for Squeak 3.7a on 3/4/04 (sw), from Squeakland update 0162colorCsTurtleTrails-nk.cs. There were three collisions with MCP changes but in each ...
using System.Text.RegularExpressions; using GitVersion.Common; using GitVersion.Extensions; using GitVersion.Logging; using GitVersion.Model.Configuration; using GitVersion.Model.Exceptions; namespace GitVersion.Configuration; public class BranchConfigurationCalculator : IBranchConfigurationCalculator { private c...
// 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.Globalization; using System.IO; using System.Net.Security; using System.Runti...
// 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.Linq; using System.Net.Test.Common; using S...
// 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.Globalization; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Syste...
// 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.Diagnostics; using System.IO; using System.Net.Security; using System.Runtime.InteropServ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System...
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("sdkmessage")] [GeneratedCode("CrmSvcUtil", "7.1.000...
// // Authors: // Alan McGovern alan.mcgovern@gmail.com // Ben Motmans <ben.motmans@gmail.com> // Lucas Ontivero lucasontivero@gmail.com // // Copyright (C) 2006 Alan McGovern // Copyright (C) 2007 Ben Motmans // Copyright (C) 2014 Lucas Ontivero // // Permission is hereby granted, free of charge, to any person o...
using System; using System.Collections.Generic; using System.Text; using Microsoft.Win32; using System.Runtime.InteropServices; namespace PassLib { //-------------------------------------------------------------------------------- /// <summary> /// Helper for saving persitant data to the registry or a ini-...
// 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.Threading; using System.Collections.Generic; using System.Runtime; using System.Runtime....
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
#region Copyright notice and license // Copyright 2015 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 requ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Aspose.Cells.Common.Config; using Aspose.Cells.Common.Controllers; using Aspose.Cells.Common.Models; using Aspose.Cells.Common.Serv...
// // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR // PURPOSE. IT CAN BE DISTRIBUTED FREE OF CHARGE AS LONG AS THIS HEADER // REMAINS UNCHANGE...
//------------------------------------------------------------------------------ // <copyright file="HashCodeCombiner.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------------...
// 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 TestApp { private static byte test_0_0(byte num, AA init, AA zero) { return init.q; } private static byte test_0_1...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System.IO { public static class __Directory { public static IObservable<System.IO.DirectoryInfo> GetParent(IObservable<System.String> path) { r...
namespace Newq { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Attributes; /// <summary> /// Simulate tables in Sql. /// </summary> public class Table<T> : Table where T : class, new() { /// <summary> /// Initi...
// 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.Runtime.InteropServices; using System.Security; namespace System.Drawing { [Suppr...
namespace Devoldere.NetSpeedTray.Views { partial class FrmLegacy { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary>...
#if NET_45 using System.Collections.Generic; #endif using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; namespace Octokit { /// <summary> /// A client for GitHub's Repositories API. /// </summary> /// <remarks> /// See the <a href="http://developer.github.com/v3/repos/">Repositorie...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Globalization; using System.Runtime.InteropServices; using Xunit; namespace System.Numerics.Tests { public class Vector3Tests { [Fact] ...
using Bridge.Test.NUnit; using System; namespace Bridge.ClientTest { [Category(Constants.MODULE_ACTIVATOR)] [TestFixture(TestNameFormat = "ActivatorTests - {0}")] public class ActivatorTests { private class C1 { public int i; public C1() { ...
// *********************************************************************** // Copyright (c) 2015 Charlie Poole, Rob Prouse // // 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 restri...