context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Magneto.Core; namespace Magneto.Tests.Core.OperationTests { public abstract class CheckingEquality : ScenarioFor<Operation> { #pragma warning disable CA1720 // Identifier contains type ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
namespace OpenQA.Selenium.DevTools.Network { using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; /// <summary> /// Represents an adapter for the Network domain to simplify the command interface. /// </summary> public class NetworkAdapter...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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...
/* * 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 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 Bridge.Contract; using ICSharpCode.NRefactory.CSharp; using ICSharpCode.NRefactory.TypeSystem; using Mono.Cecil; using System; using System.Collections.Generic; using System.Text; namespace Bridge.Translator { public partial class Emitter : Visitor { public string Tag { get; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.Globalization; using System.Runtime; using System.Runtime.CompilerServices; u...
using System; using Lucene.Net.Attributes; using Lucene.Net.Support; using NUnit.Framework; using System.Collections; 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 ...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Fram...
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Expressions = Microsoft.TeamFoundation.DistributedTask.Orchestration.Server.Expressions; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker.Handlers; using Microsoft.Vis...
/* Generated SBE (Simple Binary Encoding) message codec */ #pragma warning disable 1591 // disable warning on missing comments using System; using Adaptive.SimpleBinaryEncoding; namespace Adaptive.SimpleBinaryEncoding.Tests.Generated { public class MDIncrementalRefreshSessionStatistics { public const usho...
/* This version of ObjImporter first reads through the entire file, getting a count of how large * the final arrays will be, and then uses standard arrays for everything (as opposed to ArrayLists * or any other fancy things). * * Script downloaded from: * http://wiki.unity3d.com/index.php?title=ObjImporter */ us...
using Prism.Logging; using Prism.Properties; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; namespace Prism.Modularity { /// <summary> /// Component responsible for coordinating the modules' type loading and module initialization process. /// </summary> ...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Cluster.Codecs { public class NewLeaderEventEncoder { public const ushort BLOCK_LENGTH = 20; public const ushort TEMPLATE_ID = 6; public ...
using System; using System.Data; using System.Globalization; using System.IO; using System.Text; using System.Xml; using Umbraco.Core; using Umbraco.Core.Configuration; using Umbraco.Core.Models.EntityBase; using Umbraco.Web; using umbraco.BasePages; using umbraco.BusinessLogic; using umbraco.BusinessLogic.Actions; usi...
// // 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; namespace Mono.Cecil { public sealed class ExportedType : IMetadataTokenProvider { string @namespace; string name; uint...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using Microsoft.TeamFoundation.DistributedTask.WebApi; usi...
using System; using System.Configuration; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Text; using Hydra.Framework; namespace Hydra.SharedCache.Common.Provider.Cache { // // *********************************************************...
//*********************************************\\ // Piece Manipulating Device *\\ // Old Name: Editor Pack *\\ // By: Robert MacGregor *\\ // Version: 0.2 *\\ //*********************************************\\ //*****************...
/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// AuthCallsCredentialListMappingResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters...
using System; using System.Text; using Gnu.MP.BrickCoinProtocol.BouncyCastle.Math; namespace Gnu.MP.BrickCoinProtocol.BouncyCastle.Utilities { /// <summary> General array utilities.</summary> internal abstract class Arrays { public static bool AreEqual( bool[] a, bool[] b) { if(a == b) return true...
using System.IO.Pipelines; using System.Net.Sockets; using System.Threading.Channels; namespace Tmds.DBus.Protocol; #pragma warning disable VSTHRD100 // Avoid "async void" methods class MessageStream : IMessageStream { private static readonly ReadOnlyMemory<byte> OneByteArray = new[] { (byte)0 }; private rea...
using System; using System.Linq; using System.Linq.Expressions; using System.Reflection; using FluentNHibernate.Automapping.TestFixtures; using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Inspections; using FluentNHibernate.MappingModel; using FluentNHibernate.MappingModel.Collections; using Fluent...
using System; using System.Drawing; using System.Security.Principal; using Microsoft.Deployment.WindowsInstaller; using WixSharp.CommonTasks; namespace WixSharp.UI.Forms { /// <summary> /// The standard Installation Progress dialog /// </summary> public partial class ProgressDialog : ManagedForm, IMana...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace ParentLoad.Business.ERLevel { /// <summary> /// A06_Country (editable child object).<br/> /// This is a generated base class of <see cref="A06_Country"/> business object. /// </summary> /// <remark...
using System; using System.Collections.Generic; using System.Text; namespace Hydra.Framework.Mapping.Gps.NMEA { // // ********************************************************************** /// <summary> /// Global Positioning System Fix Data /// </summary> // ***********************************...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modif...
// // CryptoConvert.cs - Crypto Convertion Routines // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) 2004-2006 Novell Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a cop...
using System; using System.Collections.Generic; using Machine.Fakes.ReSharperAnnotations; using Machine.Fakes.Sdk; using Machine.Specifications; namespace Machine.Fakes { /// <summary> /// Base class for specifications. /// </summary> /// <typeparam name="TSubject">The subject of the specification</ty...
// 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.Threading; namespace Internal.TypeSystem { /// <su...
//=========================================================================== // // File : GenTrafficDialog.cs // //--------------------------------------------------------------------------- // // The contents of this file are subject to the "END USER LICENSE AGREEMENT FOR F5 // Software Dev...
using System; using System.Linq; using System.Xml.Linq; using Composite.C1Console.Actions; using Composite.C1Console.Forms; using Composite.C1Console.Forms.DataServices; using Composite.Core.Xml; using Composite.Data; using CompositeC1Contrib.FormBuilder.Configuration; using CompositeC1Contrib.FormBuilder.Data.Types;...
// ******************************************************************************************************** // Product Name: DotSpatial.Symbology.dll // Description: Contains the business logic for symbology layers and symbol categories. // ******************************************************************************...
// Copyright 2018 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software ...
// 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 .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 Test.Cryptography; namespace System.Security.Cryptography.Tests { // Note to contributors: // Keys ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Text; using System.Text.RegularExpressions; public class SquareCovering { int n, c1, c2, k1, k2; int[] px, py; public int getMinimalSide(int[] x, int[] y) { px = x; py = y; n = px.Lengt...
// 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 representation of an IEEE doub...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
#define ASTAR_FAST_NO_EXCEPTIONS using System; using System.IO; using System.Collections.Generic; using UnityEngine; using Pathfinding.Util; using Pathfinding.WindowsStore; #if ASTAR_NO_ZIP using Pathfinding.Serialization.Zip; #elif NETFX_CORE // For Universal Windows Platform using ZipEntry = System.IO.Compression.Zi...
//------------------------------------------------------------------------------ // <license file="NativeError.cs"> // // The use and distribution terms for this software are contained in the file // named 'LICENSE', which can be found in the resources directory of this // distribution. // // By us...
// 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.Xml; using System.Collections.Generic; namespace System.Runtime.Serialization { // NOTE: XmlReader...
// 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. // Ported from desktop (BCL\System\DefaultBinder.cs) using System; using System.Reflection; using System.Diagnostic...
// // https://github.com/mythz/ServiceStack.Redis // ServiceStack.Redis: ECMA CLI Binding to the Redis key-value storage system // // Authors: // Demis Bellot (demis.bellot@gmail.com) // // Copyright 2013 ServiceStack. // // Licensed under the same terms of Redis and ServiceStack: new BSD license. // using System; u...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
namespace tomenglertde.Wax.Model.Wix { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Xml; using System.Xml.Linq; using tomenglertde.Wax....
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial class Backoffice_Informasi_RADList : Syste...
// Copyright 2019 DeepMind Technologies Limited // // 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 l...
using System.Collections.Generic; using System.Text.RegularExpressions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Tynamix.ObjectFiller.Test.TestPoco.Person; namespace Tynamix.ObjectFiller.Test { [TestClass] public class PatternGeneratorTest { [TestMethod] public void Must_be...
/* * 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 n...
// <copyright file="LevelDictionary{TKey,TValue}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Thr...
//*************************************************** //* This file was generated by tool //* SharpKit //*************************************************** using System; using System.Collections.Generic; using SharpKit.JavaScript; namespace Y_ { /// <summary> /// Provides dynamic loading of remote JavaScript a...
// 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; namespace System.Xml { internal partial class ReadContentAsBinaryHelper { ...
using System; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using Android.App; using Android.Content; using Android.Hardware.Usb; using Android.Util; using Treehopper.Android; namespace Treehopper { public class ConnectionService : BroadcastRece...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2015 FUJIWARA, Yusuke // // 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...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; usin...
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) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
#region License // // Copyright (c) 2018, Fluent Migrator Project // // 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 ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Reflow.WebDemo.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it w...
// 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.Runtime.InteropServices; #if !FEATURE_SLJ_PROJECTION...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #if LEGACYTELEMETRY using System; using System.Collections.Generic; using System.Diagnostics; using System.Management.Automation.Internal; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; using System.Management.Autom...
using System.Diagnostics; namespace Community.CsharpSqlite { using sqlite3_stmt = Sqlite3.Vdbe; public partial class Sqlite3 { /* ** 2007 May 1 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and n...
using System; using System.Collections.Generic; using System.Fabric; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Castle.DynamicProxy; using FG.Common.Utils; using FG.ServiceFabric.Actors.State; using FG.ServiceFabric.Testing.Mocks.Actors.Runtime; using Microso...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace ODataValidator.Rule { using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Xml; usi...
//----------------------------------------------------------------------------- // Torque // Copyright GarageGames, LLC 2011 //----------------------------------------------------------------------------- new GFXStateBlockData( AL_DepthVisualizeState ) { zDefined = true; zEnable = false; zWriteEnable = false...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/SetAvatarResponse.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobu...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using QRCoder; using System.Drawing.Imaging; using System.IO; using System.Net; namespace QRCoderDemo { public partial class Form1 ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using Dbg = System.Management.Automation; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automation; using System.Management.Automatio...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Object = UnityEngine.Object; public static class TransformExtensions { #region Position /// <summary> /// Sets the X position of this transform. /// </summary> public static void SetX(this Transform transfo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
// // Copyright (c) 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 2006 - 2010 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writin...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using Syst...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Irony.Parsing { [Flags] public enum OutlineOptions { None = 0, ProduceIndents = 0x01, CheckBraces = 0x02, CheckOperator = 0x04, //to implement, auto line joining if line ends with operator } public...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // CESchedulerPairTests...
using System; using System.Collections.Generic; using System.Linq; using GraphQL.Language.AST; using GraphQL.SystemTextJson; using GraphQL.Types; using Shouldly; using Xunit; namespace GraphQL.Tests.Types { // these tests relate to the code in custom-scalars.md public class Vector3ScalarTests : QueryTestBase<V...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
//! \file ArcLPK.cs //! \date Mon Feb 16 17:21:47 2015 //! \brief Lucifen Easy Game System archive implementation. // // Copyright (C) 2015-2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Softw...
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...
// 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. #pragma warning disable CS0067 // events are declared but not used using System; using System.Reflection; using Sys...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// ConferenceResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Excep...
/* * Location Intelligence APIs * * Incorporate our extensive geodata into everyday applications, business processes and workflows. * * OpenAPI spec version: 8.5.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
#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. ...
// 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.Collections.Generic; using System.Globalization; namespace System.Net { ...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Provides methods to directly work ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Diagnostics; using System.Drawing; using mshtml; using OpenLiveWriter.ApplicationFramework; using OpenLiveWriter.BlogClient; using OpenLiveWriter.CoreSe...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; public class VHTimeDemo : MonoBehaviour { #region Constants const string TimeDemoCommand = "time_demo"; const string TimeDemoUrl = "http://uperf/AddTimeDemo.php"; const int NumAvgFpsEntrie...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.IO; using UnityEngine; #if UNITY_EDITOR using Microsoft.MixedReality.Toolkit.Utilities.Editor; #endif namespace Microsoft.MixedReality.Toolkit.Utilities { /// <summary> /// ...
// // MessageReaderViewController.cs // // Author: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2014 Xamarin Inc. (www.xamarin.com) // // 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 Sof...
#if !UNITY_WINRT || UNITY_EDITOR || (UNITY_WP8 && !UNITY_WP_8_1) #region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // rest...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // InstanceDescriptorTest.cs - Unit tests for // System.ComponentModel.Design.Serialization.InstanceDescriptor // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // Copyrig...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
#region License /* * HttpRequest.cs * * The MIT License * * Copyright (c) 2012-2015 sta.blockhead * * 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...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.ap...