context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Xml; namespace Orleans.Runtime.Configuration { /// <summary> /// Individual node-specific silo configuration parameters. //...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Threading; using System.Threading.Tasks; using System.Runtime.ExceptionServices; using...
#region License //L // 2007 - 2013 Copyright Northwestern University // // Distributed under the OSI-approved BSD 3-Clause License. // See http://ncip.github.com/annotation-and-image-markup/LICENSE.txt for details. //L #endregion using System; using System.Collections.Generic; using System.Diagnostics; using System....
// 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 Microsoft.CSharp.RuntimeBinder.Error...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Bond.Expressions { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressi...
#region BSD License /* Copyright (c) 2004 - 2008 Matthew Holmes (matthew@wildfiregames.com), Dan Moorehead (dan05a@gmail.com), C.J. Adams-Collier (cjac@colliertech.org), Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ...
// DataColumnMappingCollectionTest.cs - NUnit Test Cases for Testing the // DataColumnMappingCollection class // // Author: Ameya Sailesh Gargesh (ameya_13@yahoo.com) // // (C) Ameya Gargesh // // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person ...
using UnityEngine; using UnityEditor; using System; using System.IO; using System.Linq; using System.Collections.Generic; using System.Reflection; using Model=UnityEngine.AssetBundles.GraphTool.DataModel.Version2; namespace UnityEngine.AssetBundles.GraphTool { public class BuildTargetUtility { public const Build...
/* * Copyright 2012-2016 The Pkcs11Interop 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 by app...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Runtime.InteropServices; using Xunit; namespace System.Diagnostics.Tests { // The...
/* * 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; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using System.Text; namespace Aardvark.Base.Coder { public partial class StreamCodeWriter : BinaryWriter { private const int c_bufferSize = 262144; private byte[] m_buf...
using System; using System.Collections.Generic; namespace UnityEngine.UI { /// <summary> /// Labels are graphics that display text. /// </summary> [AddComponentMenu("UI/Text", 10)] public class Text : MaskableGraphic, ILayoutElement { [SerializeField] private FontData m_FontData = Font...
using System; using System.Collections.Generic; using System.Threading.Tasks; using GTANetworkAPI; public class HunterScript : Script { public HunterScript() { Event.OnResourceStart += startGM; Event.OnResourceStop += stopGm; Event.OnUpdate += update; Event.OnPlayerDeath += dead...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Drawing.Printing { using System.Globalization; using System.Runtime.Serialization; ///...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// KGO Transfer Data Set /// </summary> [GeneratedCode("EduHub...
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;...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// 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.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.Windows.Forms; u...
using Aspose.Email.Live.Demos.UI.Config; using Aspose.Email.Live.Demos.UI.FileProcessing; using Aspose.Email.Live.Demos.UI.Helpers; using Aspose.Email.Live.Demos.UI.Models; using Aspose.Email.Live.Demos.UI.Services; using Aspose.Email.Live.Demos.UI.Services.Email; using Microsoft.AspNetCore.Http.Features; using Microso...
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...
using System; using System.Collections.Generic; namespace Platform.VirtualFileSystem.Providers { public abstract class DirectoryDelegationWrapper : NodeDelegationWrapper, IDirectory { public virtual event NodeActivityEventHandler RecursiveActivity { add { lock (this) { if (RecursiveActivityE...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
// 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.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading...
/* Gaigen 2.5 Test Suite */ /* 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 Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it ...
namespace MoleculeMOTHardwareControl { partial class ControlWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summar...
/* Copyright (c) 2010-2015 by Genstein and Jason Lautzenheiser. This file is (or was originally) part of Trizbort, the Interactive Fiction Mapper. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
// DeflaterHuffman.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms o...
//--------------------------------------------------------------------- // <copyright file="Constant.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner [....] //------------------------------------------------------------------...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Linq; using System.Windows.Forms; using NetGore.Content; using NetGore.Graphics; using NetGore.IO; namespace NetGore.Editor.Grhs { /// <summa...
/* * Farseer Physics Engine based on Box2D.XNA port: * Copyright (c) 2010 Ian Qvist * * Box2D.XNA port of Box2D: * Copyright (c) 2009 Brandon Furtwangler, Nathan Furtwangler * * Original source Box2D: * Copyright (c) 2006-2009 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any expr...
/* * 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.Linq; using Mercurial.Attributes; namespace Mercurial { /// <summary> /// This class implements the "hg log" command (<see href="http://www.selenic.com/mercurial/hg.1.html#log"/>): ...
// Copyright (C) 2014 dot42 // // Original filename: Org.Apache.Http.Impl.Auth.cs // // 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 // ...
#region Header /** * JsonMapper.cs * JSON to .Net object and object to JSON conversions. * * The authors disclaim copyright to this source code. For more details, see * the COPYING file included with this distribution. **/ #endregion using System; using System.Collections; using System.Collections.Generic; us...
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.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 Software without restriction, including // without limitation the rights to use,...
// ReSharper disable InconsistentNaming using EasyNetQ.Tests.Mocking; using Xunit; using RabbitMQ.Client; using NSubstitute; using System; using System.Collections.Generic; using System.Linq; using FluentAssertions; namespace EasyNetQ.Tests { public class When_using_default_conventions { private Conventions conve...
using System; namespace LumiSoft.Net.Dns.Client { /// <summary> /// SOA record class. /// </summary> [Serializable] public class DNS_rr_SOA : DNS_rr_base { private string m_NameServer = ""; private string m_AdminEmail = ""; private long m_Serial = 0; private long m_Refresh = 0; private long ...
// 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; public class DateTimeParseExact2 { private const int c_MIN_STRING_LEN...
// 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: Managed ACL wrapper for files & ...
/* Copyright (c) 2006 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 agreed to...
using System.Collections.Generic; using HipchatApiV2.Enums; using HipchatApiV2.Requests; using HipchatApiV2.Responses; namespace HipchatApiV2 { public interface IHipchatClient { /// <summary> /// Get room details /// </summary> /// <param name="roomId">The id of the room</param>...
/// <summary> /// Copyright 2008 - 2012 /// 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 i...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter; using Microsoft.Protocols.TestTools; using Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Dfs...
using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework.Audio; namespace FlatRedBall.Audio { #region Xml Docs /// <summary> /// Used to manage variables in a sound /// </summary> #endregion public struct SoundVariableCollection { #region Fiel...
using System.Diagnostics.CodeAnalysis; namespace Faithlife.Parsing; [SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1414:Tuple types in signatures should have element names", Justification = "No better names.")] [SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1128:Put constructor initializers on their...
/* * 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 ...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.Security; namespace Org.BouncyCastle.Crypto.Generators { /** * generate suitable parameters for GOST3410. */ public class Gost3410ParametersGenerator { private int size; private int ...
// 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.Globalization; using System.S...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Reflection; namespace Umbraco.Core { /// <summary> /// A utility class for type checking, this provides internal caching so that call...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net.Http.Headers; using Sy...
// 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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framewor...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Web; using Umbraco.Core.Logging; using umbraco.cms.businesslogic.template; using umbraco.cms.businesslogic.web; using umbraco.cms.businesslogic.macro; using Umbraco.Core.IO; namespace umbraco.cms.busines...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using NUnit.Frame...
using System; using System.Collections.Generic; using System.Data.Services.Common; using System.Linq; using System.Runtime.Versioning; using NuGet.Server.Infrastructure; namespace NuGet.Server.DataServices { [DataServiceKey("Id", "Version")] [EntityPropertyMapping("Id", SyndicationItemProperty.Title, Syndicati...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// 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.Binary; using System.Buffers; using System.Buffers.Pools; using System.Collections.Generic; using Syste...
namespace Ioke.Lang { using System.Collections; using System.Collections.Generic; using Ioke.Lang.Util; public class DefinitionsBehavior { public static void Init(IokeObject obj) { Runtime runtime = obj.runtime; obj.Kind = "DefaultBehavior Definitions"; obj...
// 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 Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.I...
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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Common.Logging; using Microsoft.Isam.Esent.Interop; using Rhino.Queues.Model; using Rhino.Queues.Protocol; namespace Rhino.Queues.Storage { using Utils; public class GlobalActions : AbstractActions { private readonl...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Diagnostics; namespace System.Collections.ObjectModel { [Seriali...
// 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 ...
#region Usings using System; using System.Diagnostics; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Debugger.Interop; using PowerShellTools.Common.ServiceManagement.DebuggingContract; using PowerShellTools.Common.Debugging; using PowerShellTools.Common.Logging; #endregion namespace PowerShellTools.Debu...
/* * Copyright 2009 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
// Copyright (c) MarinAtanasov. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the project root for license information. using AppBrix.Logging.Contracts; using AppBrix.Logging.Events; using AppBrix.Tests; using FluentAssertions; using System; using Xunit; namespace AppBrix.Logging.Te...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// 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...
//------------------------------------------------------------------------------ // <copyright file="HealthMonitoringSection.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namesp...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using EPiServer; using EPiServer.Configuration; using EPiServer.Core; using EPiServer.DataAbstraction; using EPiServer.Filters; using EPiServer.Logging; using EPiServer.ServiceLocation; u...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Threading; using Avalonia.Platform; using Avalonia.Platform.Interop; using Avalonia.Utilities; namespace Avalonia.Shared...
using Aspose.Email.Live.Demos.UI.Helpers; using Aspose.Email.Live.Demos.UI.Models; using Aspose.Email.Storage.Mbox; using Aspose.Email.Storage.Pst; using Aspose.Words; using Microsoft.Extensions.Logging; using System; using System.IO; using System.Linq; namespace Aspose.Email.Live.Demos.UI.Services.Email { public...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Compute.Fluent { using Microsoft.Azure.Management.Compute.Fluent.Models; using Microsoft.Azure.Management.Compute.Flu...
using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Web; using System.Web.Mvc; using System.Web.Routing; using Newtonsoft.Json.Linq; using Orchard.ContentManagement; using Orchard.Data; using Orchard.DisplayManageme...
#if !BESTHTTP_DISABLE_SIGNALR using System; using System.Text; using System.Collections.Generic; using BestHTTP.Extensions; using BestHTTP.SignalR.Hubs; using BestHTTP.SignalR.Messages; using BestHTTP.SignalR.Transports; using BestHTTP.SignalR.JsonEncoders; using BestHTTP.SignalR.Authentication; using PlatformSuppo...
using System; using System.Collections.Generic; using System.Configuration; using System.Reflection; using System.Text; using Cvv.WebUtility.Core; using Cvv.WebUtility.Core.Json; using Cvv.WebUtility.Mini; using Cvv.WebUtility.Mvc.Provider; namespace Cvv.WebUtility.Mvc { public static class WebAppConfig { ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TemplateWebApplication.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popul...
#region CopyrightHeader // // Copyright by Contributors // // 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.txt // // Unless requ...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
using Data.DbClient.Extensions; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Data.SqlTypes; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Tex...
/* * 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 ...
/* Copyright (c) 2006 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 agreed to...
#region License // // Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com> // // 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 /...
/* ' Copyright (c) 2011 DotNetNuke Corporation ' All rights reserved. ' ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED ' TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ' THE AUTHORS OR COPY...
#pragma warning disable 109, 114, 219, 429, 168, 162 namespace pony.ui { public class FocusManager : global::haxe.lang.HxObject { static FocusManager() { #line 38 "C:\\HaxeToolkit\\haxe\\lib\\pony/git/pony/ui/FocusManager.hx" global::pony.ui.FocusManager.list = new global::haxe.ds.StringMap<object>(); ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: operations/rpc/pbx_svc.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.Protobuf.Reflection; using scg = g...
using System; using System.Collections; using System.Linq; using Dibware.StoredProcedureFramework.Generics; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Dibware.StoredProcedureFramework.Tests.UnitTests.Generics { [TestClass] public class MaybeOfTTests { #region Constructor ...
// 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.Buffers.Text; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.Int...
/* * 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; using System.Linq; using System.Numerics; using hw.DebugFormatter; using JetBrains.Annotations; using Reni.Context; namespace Reni.Runtime { static class DataHandler { internal sealed class RuntimeException : Exception { public RuntimeException(Exception exception) ...
// 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.Threading.Tasks; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.UnitTests.Diagnostics.AddUsing { p...
using UnityEngine; using System.Collections; [ExecuteInEditMode] // Make water live-update even when not in play mode public class SeaShader : MonoBehaviour { //private WhirldObject whirldObject; public enum WaterMode { Simple = 0, Reflective = 1, Refractive = 2, }; public WaterMode m_WaterMode = WaterM...
using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Runtime.Remoting; using System.Runtime.Remoting.Messaging; /// ****************************************************************************************************************** /// * Copyright (c) 2011 Dialect Software LLC ...
/* * 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 Xunit; using System; using System.Text; using System.Reflection; using System.Collections; using System.Collec...
#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 ...