context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Threading; public class ButtonOK : Button { public void MyClick() { OnClick(new EventArgs()); } } public class StartupScreen : System.Windows.Forms.Form { private But...
// // Copyright (c) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
//Test is checking the ReserveSlot function // If someone screws up the function we will end up // setting values in the wrong slots and the totals will be wrong using System; using System.IO; using System.Threading; // Test Description: // Just basic heavy reading and writing from ThreadStatic members in normal ...
// #define ODATA using Foo; using Microsoft.OData.Edm; using Microsoft.OData.Edm.Csdl; //using Microsoft.Data.Edm; //using Microsoft.Data.Edm.Csdl; using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schem...
// <copyright file=PhysicsUtils company=Hydra> // Copyright (c) 2015 All Rights Reserved // </copyright> // <author>Christopher Cameron</author> using System; using UnityEngine; namespace Hydra.HydraCommon.Utils.Physics { /// <summary> /// Provides util methods for working with Unity's physics objects. /// </summ...
using System.IO; using Microsoft.Xna.Framework.Graphics; namespace CocosSharp { internal static class CCParticleExample { static byte[] firePngData = { 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x2...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Threading; using System.Threading.Ta...
using System; namespace ClosedXML.Excel { internal class XLDataValidation : IXLDataValidation { private XLDataValidation() { Ranges = new XLRanges(); Initialize(); } public XLDataValidation(IXLRange range) :this() { Ranges...
using System; using System.Runtime.InteropServices; using System.Collections; namespace Provider.VistaDB { delegate bool VDBUserErrorFunc( int ulErrorCode, [MarshalAs(UnmanagedType.LPStr)]string cpErrorMsg, [MarshalAs(UnmanagedType.LPStr)]string cpExtraInfo, int ulCardinal ); /// <summary> /// Error codes...
using System.Collections.Generic; using System.Linq; using NExpect.Implementations; using NExpect.Interfaces; using NExpect.MatcherLogic; // ReSharper disable MemberCanBePrivate.Global // ReSharper disable PossibleMultipleEnumeration namespace NExpect { /// <summary> /// Provides matchers for dictionaries ...
using System; using System.Linq; using System.Xml; using FluentNHibernate.Conventions; using FluentNHibernate.Mapping; using FluentNHibernate.MappingModel.Output; using NHibernate.Cfg; using NUnit.Framework; namespace FluentNHibernate.Testing.DomainModel.Mapping { public class MappingTester<T> { protec...
using Signum.Entities.DynamicQuery; using Signum.Utilities; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Linq.Expressions; namespace Signum.Engine.Linq { internal class OrderByRewriter : DbExpressionVisitor { List<ColumnExpression...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: Contains the business logic for symbology layers and symbol categories. // ******************************************************************************...
// 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.Dynamic.Utils; using System.Diagnostics; using AstUtils = System.Linq.Expressions.Utils;...
// 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.Security.Cryptography; using Internal.NativeCrypto; namespace ...
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalizatio...
using NUnit.Framework; using System; using System.Globalization; using System.Text; 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 work for additional information regar...
// // Copyright (c) 2004-2016 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...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Threading; using Mono.Collections.Generic; namespace Mono.Cecil.Cil { public sealed class MethodBody { readon...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional informa...
// 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 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// GCurve.cs // // Author: // Atte Vuorinen <AtteVuorinen@gmail.com> // // Copyright (c) 2014 Atte Vuorinen // // 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, in...
// <copyright file="Control.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of charge, to any ...
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ namespace Microsoft.Tools.ServiceModel.WsatConfig { using System; using System.Collecti...
using System; using System.IO; using System.Threading.Tasks; using Xunit; using Http2; namespace Http2Tests { public static class ReadableStreamTestExtensions { public const int ReadTimeout = 350; public static async Task<StreamReadResult> ReadWithTimeout( this IReadableByteStrea...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Threading.Tasks; using Xunit; namespace Moq.Tests { public class LookupOrFallbackDefaultValue...
/* ********************************************************************************************************** * The MIT License (MIT) * * * * Copyright (c) 2016 Hypermediasystems Ges. f. Software mbH * * Web: http://www.hypermediasystems.de * ...
//--------------------------------------------------------------------------- // // File: HtmlLexicalAnalyzer.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Lexical analyzer for Html-to-Xaml converter // //-------------------------------------------------------------------------...
using System; using System.Diagnostics; using System.Linq; using NUnit.Framework; using OpenCover.Framework.Manager; namespace OpenCover.Test.Framework.Manager { [TestFixture] public class MemoryManagerTests { private MemoryManager _manager; [SetUp] public void SetUp() { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Reflection.Metadata.Ecma335; using System.Runtime.CompilerServices; namespace System.Reflection.Metadata { using CorElementT...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Runtime.Serialization; using System.Xml.Linq; using BASeCamp.Elementizer; namespace BASeCamp.BASeBlock.Blocks { [BlockDescription("Attracts or Repels Balls.")] [Serializable] public class BlackHoleBlock :...
#region File Description //----------------------------------------------------------------------------- // MenuEntry.cs // // XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion #region Usin...
// ----------------------------------------------------------------------- // <copyright file="EndpointActor.cs" company="Asynkron AB"> // Copyright (C) 2015-2020 Asynkron AB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; using Sys...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. ...
using System; using System.Windows.Controls; using Microsoft.VisualStudio.TestTools.UnitTesting; using Prism.Interactivity; using Prism.Wpf.Tests.Mocks; namespace Prism.Wpf.Tests.Interactivity { [TestClass] public class InvokeCommandActionFixture { [TestMethod] public void WhenCommandProp...
#region Copyright (c) 2003, newtelligence AG. All rights reserved. /* // Copyright (c) 2003, newtelligence AG. (http://www.newtelligence.com) // Original BlogX Source Code: Copyright (c) 2003, Chris Anderson (http://simplegeek.com) // All rights reserved. // // Redistribution and use in source and binary forms, with ...
// 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 ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
using System; public class DateTimeParse2 { private const int c_MIN_STRING_LEN = 1; private const int c_MAX_STRING_LEN = 2048; private const int c_NUM_LOOPS = 100; public static int Main() { DateTimeParse2 test = new DateTimeParse2(); TestLibrary.TestFramework.BeginTestCas...
using System; using Mono.Cecil.Cil; using Mono.Cecil.CodeDom.Rocks; using Mono.Cecil.CodeDom.Parser; using System.Collections.Generic; using System.Runtime.Serialization; namespace Mono.Cecil.CodeDom { /// <summary> /// Cecil tree modification context. Should be used for making references to target types from usings...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Xml; using Orleans.Providers; namespace Orleans.Runtime.Configuration { /// <summary> /// Configuration for a particular provider instance. /// </summary> [Serializab...
//==================================================================================================================================== // // Copyright Julian Oliden "Jocyf" 2015 - 18-04-2015 // Procedural Cloud Texture v1.3 // Intensive particle system personalizable for Volumetric Clouds generation. // //============...
// Copyright (c) 2019-2020 Ubisoft Entertainment // // 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...
// 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; using System.Collections.Generic; using System.Text; using System.Xml; using Microsoft.Build.Framework; using Microsoft.Build.B...
// 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.ComponentModel; using System.Collections.ObjectModel; using System.Di...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; namespace Rhino.Queues.Utils { /// <summary> /// We have to use this stupid trick because HttpUtility.UrlEncode / Decode /// uses HttpContext.Current under the covers, which doesn't work in IIS7 /// Ap...
// Copyright (c) 1995-2009 held by the author(s). All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // * Redistributions of source code must retain the above copyright // notice, this list of c...
// 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 ...
// 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; /// <summary> /// Convert.ToString(System.Decimal) /// </summary> public class ConvertToString9 { ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; using System.Collections; using System.Text; using System.Diagnostics; using System.Globalization; namespace System.Xml { // Represents a single n...
/* * 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.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
// Copyright 2020 The Tilt Brush 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 a...
//------------------------------------------------------------------------------ // <copyright file="XhtmlBasicObjectListAdapter.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------...
using System; using System.Collections.Generic; using System.Text; namespace Hydra.Framework.Mapping.CoordinateSystems { // // ********************************************************************** /// <summary> /// A 3D coordinate system, with its origin at the center of the Earth. /// </summary> ...
// Copyright (c) 2007-2014 SIL International // Licensed under the MIT license: opensource.org/licenses/MIT using System; using System.Diagnostics; using System.Globalization; using System.Text; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows.Forms; using System.Xml.Serializa...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright (c) 2015 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 agreed t...
using System; using System.Collections.Generic; using DotNetXmlSwfChart; namespace testWeb.tests { public class FloatingBarOne : ChartTestBase { #region ChartInclude public override ChartHTML ChartInclude { get { DotNetXmlSwfChart.ChartHTML chartH...
/* * XmlDTDParserInput.cs - Implementation of the * "System.Xml.Private.XmlDTDParserInput" class. * * Copyright (C) 2004 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free So...
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...
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0) using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Threading; namespace Fluen...
// TexturePainter.cs // Copyright (c) 2015 jeffrey.io using System; using System.IO; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.ES11; using OpenTK.Platform; using OpenTK.Platform.Android; using Android.Views; using Android.Content; using Android.Util; using Android.Graphics; using io.jeffrey.pixel; na...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors #if MASM using System; using System.Diagnostics; using System.Runtime.CompilerServices; using Iced.Intel.FormatterInternal; using Iced.Intel.MasmFormatterInternal; namespace Iced.Intel { /// <summary> /// Masm formatter ...
// 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 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Reflection; using Xunit; namespace System.Reflection.Compatibility.UnitTests { // ContainsGenericParameters public class MethodBase...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // // // Hash // // Evidence corresponding to a hash of the assembly bits. // using System; using System.Diagnostics.Contracts; using System.Collections.Generic; using System.Reflection; using System....
#region Copyright notice and license // Copyright 2015-2016, Google 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 co...
// 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.InteropServices; using Xunit; namespace System.Numerics.Tests { ...
// Copyright (c) 2011-2015 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; using System.Linq; using System.Windows.Forms; using Palaso.Reporting; using Palaso.Writ...
// 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; using System.Diagnostics; using System.IO.PortsTests; using System.Threading; using Legacy...
//============================================================================== // TorqueLab -> Core Menubar handlers // Copyright (c) 2015 All Right Reserved, http://nordiklab.com/ //------------------------------------------------------------------------------ //======================================================...
using System; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using BTDB.Collections; using BTDB.IL; using BTDB.ODBLayer; using BTDB.StreamLayer; using BTDB.FieldHandler; namespa...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using LibGit2Sharp.Core; using Xunit; namespace LibGit2Sharp.Tests.TestHelpers { public class B...
using System; using System.IO; using System.Web; using System.Web.Mvc; using GroupDocs.Annotation; using GroupDocs.Annotation.Domain; using GroupDocs.Annotation.Exception; using GroupDocs.Annotation.Handler; using GroupDocs.Annotation.Handler.Input.DataObjects; using GroupDocs.Demo.Annotation.Mvc.App_Start; using Group...
/* * 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...
// 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.Threading.Tasks; using Xunit; namespace System.Threading.Tests...
#region Copyright notice and license // Copyright 2015, Google 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 copyrig...
// 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.Net.Security; using System.Runtime.InteropServices; using System.Security.Aut...
using Lucene.Net.Support; using System; using System.Runtime.CompilerServices; using System.Text; /* * dk.brics.automaton * * Copyright (c) 2001-2009 Anders Moeller * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
/* * Muhimbi PDF * * Convert, Merge, Watermark, Secure and OCR files. * * OpenAPI spec version: 9.15 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; usi...
/* * Project: WhaTBI? (What's The Big Idea?) * Filename: Query.cs * Description: Query functionality */ using System; using System.Reflection; namespace Pdbartlett.Whatbi { public interface IExpression { object Evaluate(object o); } public interface IPredicate {...
/* Copyright (c) 2006-2008 Google 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 agre...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace SourceUtils { partial class ValveBspFile { public abstract class ArrayLump<T> : ILump, IEnumerable<T> { protected ValveBspFile BspFile { get; } ...
// 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.Game.Beatmaps; using osu.Game.Rulesets.Difficulty; using osu.Game.Rulesets.Mods; using osu.Ga...
// QuickGraph Library // // Copyright (c) 2004 Jonathan de Halleux // // This software is provided 'as-is', without any express or implied warranty. // // In no event will the authors be held liable for any damages arising from // the use of this software. // Permission is granted to anyone to use this software fo...
using System; namespace Epm3d { public enum HanaVersion { /// <summary> /// TitleCase fields /// </summary> v1_00_60, /// <summary> /// UPPERCASE fields /// </summary> v1_00_70, /// <summary> /// TitleCase fields for epmNext /// </summary> ...
// // XmlElementTests // // Authors: // Jason Diamond (jason@injektilo.org) // Martin Willemoes Hansen (mwh@sysrq.dk) // // (C) 2002 Jason Diamond http://injektilo.org/ // (C) 2003 Martin Willemoes Hansen // using System; using System.Xml; using System.IO; using System.Text; using NUnit.Framework; namespace Mo...
using System; using System.Collections.Generic; using UnityEngine; public class JoyStickControlor : MonoBehaviour { public enum StickButtonCode { None, A, A_DOWN, A_UP, B, X, Y, L1, R1, L1_X, L1_Y, L1_A, R1_X, R1_Y, R1_A, L1_R1, LeftArrow, RightArrow, UpArrow, DownArrow, Bot...
// 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...
namespace Gu.Wpf.UiAutomation { using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Security; using System.Security.Permissions; using Gu.Wpf.UiAutomation.WindowsAPI; /// <summary> /// Keyboard class to simulate key input. ...
// 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...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange // // Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to any person obtaining a // copy...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using Microsoft.Xml; using System.Collections; using System.Diagnostics; using System...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Acr.UserDialogs; using MvvmCross; using MvvmCross.Forms.Platforms.Mac.Core; using MvvmCross.IoC; using Plugin.Permissions.Abstractions; using Plugin.Settings; using Xam...