context
stringlengths
2.52k
185k
gt
stringclasses
1 value
namespace BooCompiler.Tests { using NUnit.Framework; [TestFixture] public class CallablesIntegrationTestFixture : AbstractCompilerTestCase { [Test] public void byref_1() { RunCompilerTestCase(@"byref-1.boo"); } [Category("FailsOnMono")][Test] public void byref_10() { RunCompilerTestCase(@"...
#pragma warning disable // Copyright (c) Microsoft Corporation. All rights reserved. /*============================================================ ** Class: BigRational ** ** Purpose: ** -------- ** This class is used to represent an arbitrary precision ** BigRational number ** ** A rational number (commonly calle...
/* * 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.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Xunit; namespace Peddler { public abstract class IntegralGeneratorTests<TIntegral> where TIntegral : struct, IEquatable<TIntegral>, IComparab...
// 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.IO; using System.Xml.Linq; using FluentAssertions; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.PlatformAb...
/* Copyright 2014 David Bordoley Copyright 2014 Zumero, 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 a...
// // Copyright (C) 2012-2014 DataStax 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 app...
// 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.Linq; using Microsoft.CSharp....
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using FluentValidation.Results; using SFA.DAS.ProviderApprenticeshipsService.Web.Extensions; using SFA.DAS.ProviderApprenticeshipsService.Web.Models; using SFA.DAS.ProviderApprenticeshipsService.Web.Models.BulkUploa...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.Linq; using System.Web; using Adxstudio.Xrm.Services; using Adxstudio.Xrm.Services.Query; using M...
// ==++== // // // 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 b...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using Avalonia.Controls; using Xunit; namespace Avalonia.Input.UnitTests { public class KeyboardNavigationTests_Tab { [Fact] publ...
#region namespace using System; using System.Collections.Generic; using System.Text; using System.Web.Security; using System.Configuration; using umbraco.BusinessLogic; using System.Security.Cryptography; using System.Web.Util; using System.Collections.Specialized; using System.Configuration.Provider; using umbraco.cms...
using ClosedXML.Excel; using ClosedXML.Excel.Drawings; using NUnit.Framework; using System; using System.Drawing; using System.IO; using System.Linq; using System.Reflection; namespace ClosedXML_Tests { [TestFixture] public class XLWorksheetTests { [Test] public void ColumnCountTime() ...
using UnityEngine; using System.Collections.Generic; using System.Collections; using System; namespace UIWidgets { /// <summary> /// Dialog actions. /// Key - button name. /// Value - action on click. /// </summary> public class DialogActions : IDictionary<string,Func<bool>> { List<string> keys = new List<st...
/* The MIT License (MIT) Copyright (c) 2015 Secret Lab Pty. Ltd. and Yarn Spinner contributors. 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 ...
using System; using System.Linq; using System.Text.RegularExpressions; using cstsd.Core.Extensions; using cstsd.Core.Net; using cstsd.Core.Ts; using System.Collections.Generic; using cstsd.TypeScript.Extensions; namespace cstsd.TypeScript { public class NetTsControllerConverter : NetTsConverter { publ...
/* * 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 NUnit.Framework; using IBatisNet.DataMapper.Test.Domain; namespace IBatisNet.DataMapper.Test.NUnit.SqlMapTests { /// <summary> /// Summary description for ResultClassTest. /// </summary> [TestFixture] public class ResultClassTest : BaseTest { #region SetUp & TearDown /// <summary> /...
namespace WixSharp { /// <summary> /// Specifies predefined values for <see cref="Action.Step"/>, /// which controls order of <c>Custom Action</c> to be executed. /// <para><c>Before</c> or <c>After</c> switch for <c>Custom Action</c> is controlled by <see cref="When"/>.</para> /// </summary> pu...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this li...
#region using System; using System.Diagnostics; using System.Threading; using CodeToast; using OpenGL; using Tao.FreeGlut; #endregion namespace GameCore.Render.OpenGl4CSharp { public class RendererOpenGl4CSharp : RendererBase { /// <summary> /// The initial form width and height. ...
using NUnit.Framework; using System; using System.Collections.Generic; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this wo...
using System.Data.Common; using System.Data.Entity; using System.Data.Entity.Core.Objects; using System.Data.Entity.Infrastructure; using Abp.Application.Editions; using Abp.Application.Features; using Abp.Auditing; using Abp.Authorization.Roles; using Abp.Authorization.Users; using Abp.BackgroundJobs; using Abp.Entity...
using JeffFerguson.Gepsio.IoC; using JeffFerguson.Gepsio.Validators.Xbrl2Dot1; using JeffFerguson.Gepsio.Xml.Interfaces; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace JeffFerguson.Gepsio { /// <summary> /// A fragment of XBRL data. A collection...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this li...
// 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 ...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// FlowRevisionResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exc...
/******************************************************************************* * Copyright 2017 ROBOTIS CO., LTD. * * 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.o...
using System; using System.Collections.Generic; using System.Linq; using iSukces.Code.Interfaces; namespace iSukces.Code.Irony { public class NonTerminalInfo : TokenInfo, ICsExpression { public NonTerminalInfo(TokenName name) : base(name) { var factory = AstClassNameFactory ?? Defau...
using static DiffMatchPatch.Operation; namespace DiffMatchPatch; public static class DiffList { /// <summary> /// Compute and return the source text (all equalities and deletions). /// </summary> /// <param name="diffs"></param> /// <returns></returns> public static string Text1(this IEnumerab...
// Copyright (c) 2010-2013 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...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; using System.Collections.Specialized; using System.IO; using System.Text; using HttpServer.Exceptions; using HttpServer.FormDecoders; namespace HttpServer { /// <summary> /// Contains server side HTTP request information. /// </summary> public class HttpRequest : IHttpRequest { ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespa...
// 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.Linq; using System.Reflection...
// // Manager.cs // // Author: // Alex Launi <alex.launi@gmail.com> // // Copyright (c) 2010 Alex Launi // // 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 ...
using System; using System.Data; using System.Data.OleDb; using System.Xml; using System.Collections; using System.Collections.Generic; using Epi.Collections; using System.IO; using System.Text; using Epi.Data; using System.Globalization; using Epi.Data.Office.Forms; namespace Epi.Data.Office { /// <summary> /...
//----------------------------------------------------------------------- // <copyright file="MainForm.Designer.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- using System; using S...
// // Authors: // Ben Motmans <ben.motmans@gmail.com> // // Copyright (c) 2007 Ben Motmans // // 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 limi...
// 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; namespace System.IO.Compress...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Microsoft.Azure.Management.Compute.Fluent; using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Fluent; using Microsoft....
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Microsoft....
#pragma warning disable 1634, 1691 // To enable presharp warning disables (#pragma suppress) below. //--------------------------------------------------------------------------- // // <copyright file=RangeContentEnumerator.cs company=Microsoft> // Copyright (C) Microsoft Corporation. All rights reserved. // </copy...
using System; using System.Collections.Generic; using System.Collections; using System.Text; namespace gov.va.medora.mdo { public class Adt { string id; Patient patient; string checkInId; string checkOutId; string relatedPhysicalMovementId; string transaction; string...
using System; using System.Linq; using System.Collections.Generic; using NUnit.Framework; using NServiceKit.Common; using NServiceKit.Common.Tests.Models; using NServiceKit.Text; using NServiceKit.DataAnnotations; using System.ComponentModel.DataAnnotations; namespace NServiceKit.OrmLite.Tests { /// <summary>An OR...
using System; using System.Linq.Expressions; using OpenQA.Selenium.Remote; using Signum.Engine; using Signum.Entities; using Signum.Entities.Reflection; using Signum.Utilities; using System.Reflection; using Signum.Entities.DynamicQuery; using Signum.Entities.UserAssets; using OpenQA.Selenium; using System.Linq; using ...
/**************************************************************************** Copyright 2002-2005 GL Conseil/Flow Group SAS. All rights reserved. Permission is granted to anyone to use this software for any purpose on any computer system, and to alter it and redistribute it, subject to the following r...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 la...
/* ==================================================================== 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; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Windows.Forms; using NetGore; namespace DemoGame.Editor.UITypeEditors { public partial class CharacterTemplateInventoryItemListForm : Form ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Xml.Schema { using System; using System.Threading; using System.Collections; 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 Xunit; using XunitPlatformID = Xunit.PlatformID; namespace System.IO.Tests { public class File_Move : Fil...
namespace Projections { partial class PolyPanel { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <par...
using System; using System.Threading; using Gdk; using GLib; using MasterLogFile; using MasterTimeSpan; namespace MasterChaosDisplay { //Render Method(s) class ChaosRenderer : PassThroughLoggedClass { //The rendering machine to render on private ChaosRenderingMachine _OutputPort; //The rendering engine to re...
#region Apache Notice /***************************************************************************** * $Header: $ * $Revision: $ * $Date: $ * * iBATIS.NET Data Mapper * Copyright (C) 2004 - Gilles Bayon * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
// 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.IO; using System.Runtime.InteropServices; using System....
// 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.ComponentModel; using System.Diagnostics; using System.Drawing; using System.IO; using System.Net; using System.Runtime.InteropServices; using System.Te...
/* * Infoplus API * * Infoplus API. * * OpenAPI spec version: v1.0 * Contact: api@infopluscommerce.com * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
using System; using System.IO; using System.Linq; using Network; using UnityEngine; using Pluton.Events; using System.Reactive.Subjects; using System.Collections.Generic; using Steamworks; namespace Pluton { public class Hook : CountedInstance { ~Hook() { if (hook != null) ...
// ******************************************************************************************************** // Product Name: DotSpatial.Positioning.Forms.dll // Description: A library for managing GPS connections. // ******************************************************************************************************...
// 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; namespace ManagedTests.DynamicCSharp.Conformance.dynamic.ClsCompliance.integeregererface01.integereger...
//------------------------------------------------------------------------------- // <copyright file="EmbeddedResourceLoaderFacts.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 ...
using System; using System.Threading.Tasks; using VerifyXunit; using Xunit; [UsesVerify] public class RewritingMethods { [Fact] public void HandlesMethodsWithManyParameters() { var sample = new ClassWithNullableContext1(); var exception = Assert.Throws<ArgumentNullException>(() => sample.M...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Tools.ServiceModel.ComSvcConfig { using System; using System.Diagnosti...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading; using System.Threading.Tasks; using System.Diagnostics; using System.Diagnostics.Contracts; namespace System.IO { // A MemoryStream represe...
// <copyright file="ObservableMasterSlaveCollection{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Threa...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System....
using System; using System.Collections.Generic; using System.Text; namespace Kooboo.Dynamic.Calculator.Support { public class DataTypeCheck { public static string[] ReservedWords = { "int", "long", "float", "decimal", "currency", "date", "value", "while", "for", "do", "break", "continue", "foreach", "...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using System.IO; using System.Net.Http; using LRWarehouse.Business; using ILPathways.Business; using Isle.BizServices; using LRWarehouse.Business.ResourceV2; using ILPathways.Common; using ILPathways.Utilities; na...
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;...
// 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.Threading; using Xunit; namespace System.Runtime.Tests { public static class LazyInitializerTests { [Fact] public st...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Digests; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Encodings { /** * this does your basic Pkcs...
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
/* * Copyright (c) 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...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * 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 la...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Runtime.Serialization; using System.IO; using DDay.iCal.Serialization.iCalendar; namespace DDay.iCal { /// <summary> /// An iCalendar representation of the <c>RRULE</c...
// // Copyright (c) 2004-2017 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
//////////////////////////////////////////////////////////////////////////////// // ________ _____ __ // / _____/_______ _____ ____ ____ _/ ____\__ __ | | // / \ ___\_ __ \\__ \ _/ ___\_/ __ \\ __\| | \| | // \ \_\ \| |...
//--------------------------------------------------------------------------------- // Copyright 2013 Ceton Corp // Copyright 2013-2015 Tomasz Cielecki (tomasz@ostebaronen.dk) // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. // You ...
using System; using System.Drawing; using System.Collections.Generic; using System.Text; namespace Scintilla.Forms.Configuration { public class ColorHandler { // Handle conversions between RGB and HSV // (and Color types, as well). public struct RGB { // All values ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using DotLiquid.Exceptions; using DotLiquid.Types; namespace DotLiquid { internal class ScaliderStrainer : Strainer { private readonly IDictionary<string, IList<FilterInfo>> _filters = new Dictionary<string, I...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Security.AccessControl; using System.Security.Principal; using System.Text; using SIL.IO; using SIL.PlatformUtilities; using SIL.Threading; using SIL.WritingSystems.Migr...
using System; using System.Linq; using System.Collections.Generic; using System.Text; using GrandTheftMultiplayer.Server.API; using GrandTheftMultiplayer.Server.Constant; using GrandTheftMultiplayer.Server.Elements; using GrandTheftMultiplayer.Server.Managers; using GrandTheftMultiplayer.Shared; using GrandTheftMultipl...
// 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...
namespace ZetaHtmlEditControl.Code.PInvoke { using System; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Security; public sealed class UnsafeNativeMethods { [DllImport( @"user32.dll", CharSet = CharSet.Auto, ExactSpelling = true )] ...
/* * 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 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 // // THIS CODE IS PROVIDED *A...
/* * Copyright 2012 ZXing 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 required by applicable law or agreed ...
// This file was created automatically, do not modify the contents of this file. // ReSharper disable InvalidXmlDocComment // ReSharper disable InconsistentNaming // ReSharper disable CheckNamespace // ReSharper disable MemberCanBePrivate.Global using System; using System.Runtime.InteropServices; // Source file C:\P...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Static methods for all TextElementCollection<T> instances. // //--------------------------------------------------------------------------- namespace System...
//---------------------------------------------------- // Downloaded From // Visual C# Kicks - http://www.vcskicks.com/ //---------------------------------------------------- using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.D...
using UnityEngine; using System.Collections.Generic; using Pathfinding.Serialization; namespace Pathfinding { public delegate void GraphNodeDelegate (GraphNode node); public delegate bool GraphNodeDelegateCancelable (GraphNode node); public abstract class GraphNode { /** Internal unique index */ private int no...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Text; using log4net; using Mail2Bug.ExceptionClasses; using Mail2Bug.Helpers; using Mail2Bug.MessageProcessingStrategies; using Microsoft.IdentityModel.Clients.ActiveDirectory; ...
// 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.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Edito...
// // AssemblyNameReference.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 restricti...
using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using SIL.Keyboarding; using SIL.Reporting; using SIL.WritingSystems; namespace SIL.Windows.Forms.WritingSystems { public partial class WSSortControl : UserControl { private WritingSystemSetu...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.NetworkInformation; using System.Net.Sockets; using System.Threading.Tasks; namespace Orleans.Runtime.Configuration { /// <summary> /// Utilities class for handling configuration. ...
// Copyright 2016 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
// 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. /*============================================================ ** ** ** ** Purpose: A wrapper class for the primitiv...