context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.ComponentModel; namespace WeifenLuo.WinFormsUI.Docking { using WeifenLuo.WinFormsUI.ThemeVS2012; [ToolboxItem(false)] internal class VS2012DockPaneStrip : DockPaneStripBase { private cl...
// Copyright 2011, 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 applicabl...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using MathN...
//--------------------------------------------------------------------- // <copyright file="CustomActionProxy.cs" company="Microsoft Corporation"> // Copyright (c) 1999, Microsoft Corporation. All rights reserved. // </copyright> // <summary> // Part of the Deployment Tools Foundation project. // </summary> //------...
#if MONODROID || IOS #define USE_TOUCH #endif using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using FlatRedBall.Math; using FlatRedBall.Gui; using Microsoft.Xna.Framework.Input.Touch; namespace FlatRedBall.Input { public class TouchScreen {...
// 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...
using System; using System.Collections.Generic; using GitTools.Testing; using GitVersion; using GitVersion.Configuration; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using GitVersionCore.Tests.Helpers; using GitVersionCore.Tests.Mocks; using LibGit2Sharp; using Microsoft.Extensions.Depend...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Globalization; using Xunit; namespace System.Globalization.CalendarTests { // GregorianCalendar.IsLeapMonth(Int32, Int32, Int32, Int32) ...
// // System.Web.UI.WebControls.CheckBoxList.cs // // Authors: // Gaurav Vaish (gvaish@iitk.ac.in) // Andreas Nahr (ClassDevelopment@A-SoftTech.com) // // (C) Gaurav Vaish (2002) // (C) 2003 Andreas Nahr // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and a...
using System; using System.Collections.Generic; using UnityEngine; namespace UMA { /// <summary> /// Class links UMA's bone data with Unity's transform hierarchy. /// </summary> [Serializable] public class UMASkeleton { /// <summary> /// Internal class for storing bone and transform information. /// </summ...
/* transpiled with BefunCompile v1.3.0 (c) 2017 */ public static class Program { private static long td(long a,long b){ return (b==0)?0:(a/b); } private static long tm(long a,long b){ return (b==0)?0:(a%b); } private static System.Collections.Generic.Stack<long> s=new System.Collections.Generic.Stack<long>(); private s...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Security.Util { using System; using System.Collections; using System.Security.Permissions; using System.Runtime.Serialization; usin...
// // 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.Collections.Generic; using System.IO; using Mono.Cecil.Cil; using Mono.Collections.Generic; using Mono.CompilerServ...
// 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.Text; using System.Common.Tests; using Xunit; namespace System.Net.Test.Uri.IriTest { /// <summar...
/* * 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...
// 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 System.Xml; using System.Xml.XPath; using System.Xml.Schema; using System.Colle...
// // Copyright (c) 2004-2021 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...
// // MonoTests.System.Xml.XPathNavigatorTests // // Authors: // Jason Diamond <jason@injektilo.org> // Martin Willemoes Hansen <mwh@sysrq.dk> // Atsushi Enomoto <atsushi@ximian.com> // // (C) 2002 Jason Diamond // (C) 2003 Martin Willemoes Hansen // (C) 2004-2006 Novell, Inc. // using System; using System.IO; u...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using NBM.OptionNodes; using NBM.Plugin; using WinForms = System.Windows.Forms; // 12/5/03 namespace NBM { /// <summary> /// The main options form. /// </summary> public class OptionsForm : WinForms.Form { private Main...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Linq; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.TestData.TestCaseSourceAttributeFixture; 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.Runtime.InteropServices; using System.Security.Authentication; using System.Text; using System.Collecti...
/* 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.Net; using System.ServiceModel.Description; using Microsoft.Xrm.Client.Diagnostics; using Microsoft.Xrm.Client.Services; using Micr...
// 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 System.IO; using System.Reflection; using System.Text; using System.Threading; using M...
// 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...
// 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.Text; using Xunit; namespace System.SpanTests { public static partial class ReadOnlySpanTests ...
// 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.Composition; using System.IO; using System.Linq; using System.Text; using System.Threading; using...
namespace DentistSpace.Data.Migrations { using System; using System.Collections.Generic; using System.Data.Entity.Migrations; using System.Linq; using Common; using DentistSpace.Common; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFramework; using Models; ...
/* * 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. using System; using System.IO; using System.Security.Cryptography; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using Security.Cryptography; namespace Security.Cryptography.Test { /// <summary> /// This is a test class ...
// 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.Runtime.InteropServices; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globali...
using Bridge.Html5; using Bridge.Test.NUnit; using System; namespace Bridge.ClientTest.SimpleTypes { [Category(Constants.MODULE_HTML5)] [TestFixture(TestNameFormat = "Date - {0}")] public class DateTests { [Test] public void TypePropertiesAreCorrect_SPI_1608_1609() { ...
using System; using System.Data.SqlClient; using bv.model.BLToolkit; using eidss.model.Reports; using eidss.model.Reports.Common; using eidss.model.Reports.GG; using EIDSS.Reports.BaseControls.Report; using EIDSS.Reports.Parameterized.Human.GG.DataSet; namespace EIDSS.Reports.Parameterized.Human.GG.Report { [CanWo...
// 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...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Text.RegularExpressions; using System.Xml; using Epi.Collections; using Epi.Data; using Epi.Fields; using Epi; using Epi.Data.Services; namespace Epi { /// <summary> /// A <see cref="Epi.View"/> of a <se...
// 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.Globalization; using System.Text; using Microsoft.Win32; using System.Runtime.InteropSer...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
//--------------------------------------------------------------------- // <copyright file="Function.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //------------------------------------------------------------...
// // (C) Copyright 2003-2011 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited warranty ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using NUnit.Framework; using Verse.Schemas; using Verse.Schemas.JSON; namespace Verse.UTest.Schemas { [TestFixture] public class JSONSchemaTester : SchemaTester { [Test...
using Plugin.Connectivity.Abstractions; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Android.Content; using Android.Net; using Android.Net.Wifi; using Android.App; using Java.Net; namespace Plugin.Connectivity { /// <summary> ...
// // Mono.VisualC.Interop.Util.IEnumerableTransform.cs: Rule-based transformation for IEnumerable // // Author: // Alexander Corrado (alexander.corrado@gmail.com) // Andreia Gaita (shana@spoiledcat.net) // // Copyright (C) 2010 Alexander Corrado // // Permission is hereby granted, free of charge, to any person obt...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using Xamarin.Forms.Internals; namespace Xamarin.Forms { public partial class Grid : Layout<View> { public static readonly BindableProperty RowProperty = BindableProperty.CreateAtta...
// 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.Reflection; using System.Threading.Tasks; using Xunit; namespace System.Da...
/* Copyright (c) 2012-2016 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ using System.Collections.Generic; using System.Text; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Sharpen; namespace An...
using System; using System.Collections; using System.Collections.Generic; namespace QuantConnect.Data.Market { /// <summary> /// Provides a base class for types holding base data instances keyed by symbol /// </summary> public class DataDictionary<T> : IDictionary<Symbol, T> { // storage fo...
//--------------------------------------------------------------------------- // // File: HtmlParser.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Parser for Html-to-Xaml converter // //--------------------------------------------------------------------------- using System; u...
using System.Collections.Generic; using System; using System.Linq; using System.Threading; namespace UnityThreading { public abstract class DispatcherBase : IDisposable { protected List<TaskBase> taskList = new List<TaskBase>(); protected ManualResetEvent dataEvent = new ManualResetEvent(false); ...
using UnityEngine; using UnityEngine.Audio; //------------------------------------------------------------------------- // Types //------------------------------------------------------------------------- public enum EmitterChannel { None = -1, Reserved = 0, // plays on the single reserved emitter Any // queues...
// 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.IO; using System.Runtime.Inte...
// 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 OLEDB.Test.ModuleCore; using System.IO; using XmlCoreTest.Common; //This file loads the specified new control...
// Copyright (c) 2012-2015 Sharpex2D - Kevin Scholz (ThuCommix) // // 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, ...
/* * 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...
/* * FieldInfo.cs - Implementation of the "System.Reflection.FieldInfo" class. * * Copyright (C) 2001, 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Founda...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Drawing { /** * Represents a dimension in 2D coordinate space */ /// <summary> /// Represents the size of a rectangular region...
// // SourceView.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2005-2008 Novell, 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 restricti...
// 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...
using System; namespace System.Workflow.Activities.Rules.Design { partial class RuleSetDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources bein...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.Msagl.Core.DataStructures; using Microsoft.Msagl.Core.Geometry; using Microsoft.Msagl.Core.Geometry.Curves; using Microsoft.Msagl.Core.Layout; using Microsoft.Msagl.Core.Ro...
//The MIT License(MIT) //Copyright(c) 2015 Alberto Rodriguez //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, mod...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // Copyright (c) 2004 Mainsoft Co. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Softw...
// 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...
using System; using System.Collections.Concurrent; using System.Net; using System.Reflection; using System.Text; using System.Threading; using Orleans.Concurrency; using Orleans.Runtime; namespace Orleans.Serialization { using System.Runtime.CompilerServices; internal static class TypeUtilities { ...
using System; using System.Collections.Generic; using System.IO; using Fake; using Machine.Specifications; using Microsoft.FSharp.Core; namespace Test.FAKECore { public class when_accessing_internals { It should_have_access_to_FAKE_internals = () => AssemblyInfoFile.getDependencies(new List...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using Syst...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Versioning; namespace NuGet { /// <summary> /// This repository implementation keeps track of packages that are referenced in a project but /// it also has a reference to the repository that ac...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Agent.Sdk; using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker; using Microsoft.VisualStu...
using System; using System.IO; using System.Collections; using inferno.Abstract; using inferno.Specification; namespace inferno.Languages { public class CSharp : IModelLanguage { class CSharpEnv { public string Namespace; public string CurrentClass; public StringWriter outCurrentClassDeclare; pu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using Debug = System.Diagnostics.Debug; using Interlocked = System.Threading.Interlocked; n...
using System; using System.Collections.Generic; using UnityEngine; using KSP.Localization; namespace KERBALISM { public enum MonitorPage { telemetry, data, scripts, failures, config, log } public sealed class Monitor { // ctor public Monitor() { // filter style filter_style = new GUIStyle...
/* * 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...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Copyright (c) Microsoft Corporation. All rights reserved. /////////////////////////////////////////////////////////...
using System; using System.Collections; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.BC; using Org.BouncyCastle.Asn1.Nist; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Asn1.Pkcs; using Org.BouncyCastle.Asn1.TeleTrust; using Org.BouncyCastle.Asn1.X509; using Org.BouncyCastle.Crypto; using Org.Bou...
// Support for Editor.RequiresConstantRepaint() #if UNITY_4_5 || UNITY_4_6 || UNITY_5_0 #define AVPROWINDOWSMEDIA_UNITYFEATURE_EDITORAUTOREFRESH #endif using UnityEngine; using UnityEditor; using System.Collections; using System.IO; //----------------------------------------------------------------------------- // Cop...
using UnityEngine; using Pathfinding.Serialization; namespace Pathfinding { public interface INavmeshHolder { Int3 GetVertex (int i); int GetVertexArrayIndex (int index); void GetTileCoordinates (int tileIndex, out int x, out int z); } /** Node represented by a triangle */ public class TriangleMeshNode : Me...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
/* | Version 10.1.84 | Copyright 2013 Esri | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in compliance with the License. | You may obtain a copy of the License at | | http://www.apache.org/licenses/LICENSE-2.0 | | Unless required by applicable law or...
// <copyright file="FirefoxProfile.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // t...
/* This file is part of the "Simple Waypoint System" project by Rebound Games. * You are only allowed to use these resources if you've bought them from the Unity Asset Store. * You shall not license, sublicense, sell, resell, transfer, assign, distribute or * otherwise make available to any third party the Servi...
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Security; using System.Runtime.ExceptionServices; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; namespace Nowin { class SslTransportHandler : ITransportLayerHandl...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace RGA.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sample ...
using Elasticsearch.Net; using Microsoft.AspNetCore.Cors; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; using Octokit; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; n...
/* 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...
//------------------------------------------------------------------------------ // <copyright file="XmlDownloadManager.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // <owner current="true" primary="true">[....]</owner> //------------------------------------...
/* Copyright (c) 2011 DEVSENSE. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove thi...
// Python Tools for Visual Studio // 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 //...
using Sitecore.StringExtensions; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Lucene.Net.Search.Function; namespace Revolver.Core.Commands { [Command("bind")] public class BindCommand : BaseCommand { [FlagParameter("r")]...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Runtime.InteropServices; using System.Runtime.Serialization; using GlmSharp.Swizzle; // ReSharper disable InconsistentNaming namespace GlmSharp { /// <summary> /// A matrix of type bool with...
// // AsyncTests.HttpClientTests.Test.HttpClientTests // // Authors: // Martin Baulig (martin.baulig@gmail.com) // // Copyright 2012 Xamarin Inc. (http://www.xamarin.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (th...
// 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.ObjectModel; using System.Diagnostics; using System.Globa...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// <copyright file="FirefoxDriver.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to...
// Copyright 2017 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...
namespace Azure.Core { [System.Diagnostics.DebuggerDisplayAttribute("Content: {_body}")] public partial class DynamicContent : Azure.Core.RequestContent { internal DynamicContent() { } public static Azure.Core.RequestContent Create(Azure.Core.JsonData body) { throw null; } public ove...
// 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 ...
// 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. // --------------------------------------------------------------------------- // Native Format Reader // // Utilitie...
// 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.Collections.Immutable; using System.Collections.ObjectModel; using System.Diagnostics; using Syst...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System; using System.Text; using System.Runtime.InteropServices; using System.Linq; using System.Threading; public class DBAssignment : MonoBehaviour { public enum Status { TEMPLATE = 0, ASSIGN...
using System; using System.Collections.Generic; using System.IO; using System.IO.IsolatedStorage; using System.Net; using System.Threading; using System.Threading.Tasks; using Microsoft.Phone.Net.NetworkInformation; using Windows.Storage; namespace TitaniumApp.TiRequestHandlers { public class DownloadException : Exce...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Assertions; using UnityEngine.Rendering.PostProcessing; namespace UnityEditor.Rendering.PostProcessing { sealed class EffectListEditor { Editor m_BaseEditor; PostProcessProfile m_Asset; ...