context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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...
using UnityEngine; using UnityEditor; using System.Collections.Generic; namespace tk2dEditor.SpriteCollectionEditor { public class TextureEditor { public enum Mode { None, Texture, Anchor, Collider, AttachPoint, } int textureBorderPixels = 16; Mode mode = Mode.Texture; Vector2 textur...
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...
// 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 //...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // <OWNER>[....]</OWNER> /*============================================================================= ** ** Class: Mutex ** ** ** Purpose: synchronization primitive that can also be used for interprocess synchronization **...
// Copyright (c) 2011, Eric Maupin // All rights reserved. // // Redistribution and use in source and binary forms, with // or without modification, are permitted provided that // the following conditions are met: // // - Redistributions of source code must retain the above // copyright notice, this list of conditio...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Reflection; using System.Text; using Microsoft.Extensions.Options; using Orleans.ApplicationParts; using Orleans.CodeGeneration; using Orleans.GrainDirectory; using Orleans.Hosting; using Orleans.Metadata; using Orleans.Se...
/* * Copyright 2008 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 ...
// 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 System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using JuloUtil; using JuloAudio; namespace JuloMenuSystem { public class MenuSystem : MonoBehaviour, Behav { public float cursorVelocityFactor = 0.2f; public UnityEvent back; // TODO remove from here SoundS...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 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, ...
/* * 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. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; internal class TestApp { private static int test_0_0(int num, AA init, AA zero) { return init.q; } private static int test_0_1(in...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
// Licensed to the .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. // Don't entity encode high chars (160 to 256) #define ENTITY_ENCODE_HIGH_ASCII_CHARS using System.Collections.Gene...
// 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.Data.ProviderBase; ...
/* Copyright 2014 David Bordoley Copyright 2014 Zumero, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by a...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; namespace System.Threading.Tasks.Channels.Tests { public class BoundedChannelTests : ChannelTestBase { protected override Channel<int> Cre...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xunit; namespace System.Json.Tests { public class JsonObjectTe...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DeviceNotificationsTests.cs" company="None"> // TODO: // </copyright> // <summary> // Defines the DeviceManagementForNotificationsTests type. // </summary> // -----------------...
// // Copyright (c) 2008-2011, Kenneth Bell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, ...
// Copyright 2009-2012 Matvei Stefarov <me@matvei.org> using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Net; using System.Text; using JetBrains.Annotations; // ReSharper disable UnusedMember.Global namespace fCraft.MapConversion { ...
using System; using System.Collections.Generic; using System.Data; using Microsoft.Data.SqlClient; using System.Linq; using System.Threading.Tasks; namespace Artisan.Orm { public static partial class SqlCommandExtensions { #region [ GetReaderFlagsAndOpenConnectionAsync ] private static async Task<CommandBehavio...
// 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.Diagnostics.CodeAnalysis; using System.IO; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Protocols.TestTools.StackSdk.Message...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // ReSharper disable UnusedMember.Global using System.Collections.Generic; using System.Globalization; using System.Management.Automation.Internal; using System.Management.Automation.Runspaces; namespace System.Management.Automation { int...
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...
// // 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.IO; #if !READ_ONLY using SquabPie.Mono.Cecil.Cil; using SquabPie.Mono.Cecil.Metadata; using RVA = System.UInt32; ...
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...
// 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 { using System; using System.Reflection; using System.Runtime; using System.Threadi...
using System; using System.IO; using System.Runtime.InteropServices; using System.Drawing; namespace SDL2Idiomatic { public struct GlyphMetrics { public int MinX, MaxX, MinY, MaxY, Advance; public GlyphMetrics(int minX, int maxX, int minY, int maxY, int advance) { MinX = minX; MaxX = maxX; MinY = min...
// 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. // Match is the result class for a regex search. // It returns the location, length, and substring for // the entire...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace m { /// <summary> /// Summary description for TileSizeForm. /// </summary> public class TileSizeForm : System.Windows.Forms.Form { private System.Windows.Forms.Label label1; private...
// This file has been generated by the GUI designer. Do not modify. namespace Valle.TpvFinal { public partial class DesgloseTicket { private global::Gtk.VBox vbox2; private global::Valle.GtkUtilidades.MiLabel lblTitulo; private global::Gtk.HButtonBox hbuttonbox1; private global::Gtk.Button btnDividirTicke...
using System; using System.Collections.Generic; using HttpServer.MVC.Rendering.Haml.Rules; namespace HttpServer.MVC.Rendering.Haml { /// <summary> /// Contains line text and state information about a line in a HAML template. /// </summary> public class LineInfo { private bool _appendNextLin...
using System; using System.Threading.Tasks; using System.Net.Http; using System.Collections.Generic; //As time of writing the WebSocketSharp nuget package has issues with ws:// on port 443 which agario sometimes use //It is corrected on their github master branch so you should pull this branch build from source and r...
#region license /* MediaFoundationLib - Provide access to MediaFoundation interfaces via .NET Copyright (C) 2007 http://mfnet.sourceforge.net This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; e...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft 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.apac...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Net; using System.Threading.Tasks; using Orleans.Runtime; #if CLUSTERING_ADONET namespace Orleans.Clustering.AdoNet.Storage #elif PERSISTENCE_ADONET namespace Orleans.Persistence.AdoNet.Storage #elif REMINDERS_ADONET nam...
using System; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace ChromeCast { public enum GCKPlayerState { Unknown = -1, Idle = 0, Stopped = 1, Playing = 2 } public enum GCKMediaTrackType { Unknown = 0, Subtitles = 1, Captions = 2, ...
/** * (C) Copyright IBM Corp. 2018, 2020. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
using 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; ...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; using System.Threading; using OpenHome.Net.Core; using OpenHome.Net.ControlPoint; namespace OpenHome.Net.ControlPoint.Proxies { public interface ICpProxyUpnpOrgSwitchPower1 : ICpProxy, IDisposable { ...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERCLevel { /// <summary> /// H03_Continent_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="H03_Continent_ReChild"/> business object. /...
// Copyright (C) 2015 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 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.DataContracts.ManagedReference { using System; using System.Collections.Generic; using System.ComponentModel; 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.Collections.Generic; using System.Runtime.InteropServices; using System.Threading; using System.Threadi...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Apache License, Version 2.0. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES ...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // 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 ...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Expressions; namespace ServiceStack.OrmLite { public interface IHasUntypedSqlExpression { IUntypedSqlExpression GetUntyped(); } public interface IUntypedSqlExpression : ISqlExpression { ...
/* * 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 retain ...
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
//********************************************************************* // // geovalues.cs - Public registry for valid GEOTIFF key-values. // // Written By: Niles D. Ritter // The Authors // // Copyright (c) 1995, Niles D. Ritter // Copyright (c) 2008 by the Authors // // Permission granted to use this software, so ...
// MIT License // Copyright(c) 2016 Modest Tree Media 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 restriction, including without limitation the rights // to use, copy, mo...
/* VRPhysicsConstraintHelical * MiddleVR * (c) MiddleVR */ using UnityEngine; using System; using System.Collections; using MiddleVR_Unity3D; [AddComponentMenu("MiddleVR/Physics/Constraints/Helical")] [RequireComponent(typeof(VRPhysicsBody))] public class VRPhysicsConstraintHelical : MonoBehaviour { #region M...
using System; using System.Collections.Specialized; using System.IO; using System.Security.Cryptography; using System.Text; using Kraken.Util; namespace Kraken.Core { /// <summary> /// BLOB store. /// /// This is the *local* version of the BlobStore, i.e. it stores the blobs (along with its metadata)...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using ProtoCore.DSASM.Mirror; using ProtoTest.TD; using ProtoCore.Lang.Replication; using ProtoTestFx.TD; namespace ProtoTest.TD.MultiLangTests { class BuiltinFunction_FromOldLang { public TestFr...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System.ComponentModel; using Prism.Modularity; namespace ModularityWithMef.Desktop { /// <summary> /// Provides tracking of a module's state for the quickstart. /// </summary> ...
#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.a...
//////////////////////////////////////////////////////////////////////////////// // // // MIT X11 license, Copyright (c) 2005-2006 by: // // ...
/* * Swaggy Jenkins * * Jenkins API clients generated from Swagger / Open API specification * * The version of the OpenAPI document: 1.1.2-pre.0 * Contact: blah@cliffano.com * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Collections; using System.Collection...
// 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.Runtime; using System.Security; using System.Collections; using System.Collections.Ge...
// 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. namespac...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using Xtr3D.Net.ExtremeMotion.Data; /// <summary> /// Buttons over video. /// </summary> public class Concept1Controller : MonoBehaviour { private const float XTR_VIDEO_WIDTH = 640; private const float XTR_VIDEO_HEIGHT = 48...
using System; using Eto.Forms; using Eto.Drawing; using Eto.Mac.Drawing; using System.Linq; #if XAMMAC2 using AppKit; using Foundation; using CoreGraphics; using ObjCRuntime; using CoreAnimation; using nnint = System.nint; #else using MonoMac.AppKit; using MonoMac.Foundation; using MonoMac.CoreGraphics; using MonoMac...
// // Encog(tm) Core v3.3 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
#region License, Terms and Conditions // // Jayrock - JSON and JSON-RPC for Microsoft .NET Framework and Mono // Written by Atif Aziz (atif.aziz@skybow.com) // Copyright (c) 2005 Atif Aziz. All rights reserved. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU L...
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Windows.Forms; using System.Xml; using Sce.Atf; using Sce.Atf.Applications; using Sce.Atf.Controls.PropertyEditing; using Sc...
// // GtkWorkarounds.cs // // Authors: Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (C) 2011 Xamarin 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 restriction, inc...
using System; using System.Collections.Generic; using ModestTree; using System.Linq; using ModestTree.Util; namespace Zenject { public abstract class KeyedFactoryBase<TBase, TKey> : IValidatable { [Inject] readonly DiContainer _container = null; [InjectOptional] readonly List<V...
using System; using System.Net; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Configuration.Internal; using Orleans.Runtime; using Orleans.Runtime.MembershipService; namespace Orl...
#region [Copyright (c) 2014 Cristian Alexandru Geambasu] // Distributed under the terms of an MIT-style license: // // The MIT License // // Copyright (c) 2014 Cristian Alexandru Geambasu // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software // and associated documentation...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
namespace AngleSharp.Io.Tests.Cookie { using AngleSharp.Common; using AngleSharp.Dom; using AngleSharp.Html.Dom; using AngleSharp.Io.Tests.Mocks; using NUnit.Framework; using System; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tas...
// 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 osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Online.Chat; using osuTK; using System; using System.Linq; using NUnit.Framework; using osu.F...
// 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.CompilerServices; using System.Runtime.InteropServices; using System.Text; using System.Text.Un...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using System.Diagnostics; using System.Reflection; ...
// Copyright (c) 2011 Morten Bakkedal // This code is published under the MIT License. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Text; namespace FuncLib.Functions { [Serializable] [DebuggerStepThrough] [DebuggerDisplay("{ToString(),nq}")] pu...
/* * 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 Eto.Drawing; using System; namespace Eto.GtkSharp { public static class Gtk3Compatibility { #if GTK2 public static void SetSourceColor(this Cairo.Context context, Cairo.Color color) { context.SetSourceRGBA(color.R, color.G, color.B, color.A); } public static void SetAllocation(this Gtk.Widget widg...
#region /* Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu. All rights reserved. http://code.google.com/p/msnp-sharp/ Redistribution and use in source and binary forms, with or without modification, are permitted provided t...
// // RadioConnection.cs // // Authors: // Gabriel Burt <gburt@novell.com> // // Copyright (C) 2007-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...
using System; using NUnit.Framework; using NFluent; namespace FileHelpers.Tests.CommonTests { [TestFixture] public class FieldOrderTests { [Test] public void SimpleOrder() { var engine = new FileHelperEngine<FieldOrderType>(); Assert.AreEqual(5, engine.Optio...
// 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...
//*************************************************** //* This file was generated by tool //* SharpKit //* At: 29/08/2012 03:59:40 p.m. //*************************************************** using SharpKit.JavaScript; namespace Ext.form.field { #region Field /// <summary> /// <p>This mixin provides a common ...
using System; using System.Collections.Generic; using System.Linq; using Amazon.CloudWatch; using Amazon.CloudWatch.Model; using Amazon.Runtime.Internal.Util; using AWSAppender.CloudWatch.Parsers; using NUnit.Framework; namespace CloudWatchAppender.Tests { [TestFixture] public class MetricDatumEventParserTests...
/* * 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...
using System; using System.Linq.Expressions; using System.Reflection; using Nop.Core; using Nop.Core.Configuration; using Nop.Core.Domain.Localization; using Nop.Core.Domain.Security; using Nop.Core.Infrastructure; using Nop.Core.Plugins; using Nop.Services.Configuration; namespace Nop.Services.Localization { publ...
#region License /* * HttpListenerWebSocketContext.cs * * The MIT License * * Copyright (c) 2012-2014 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 restricti...
using BeardedManStudios.Forge.Networking.Frame; using BeardedManStudios.Forge.Networking.Unity; using System; using UnityEngine; namespace BeardedManStudios.Forge.Networking.Generated { [GeneratedInterpol("{\"inter\":[0.15,0.15,0,0]")] public partial class NPCNetworkObject : NetworkObject { public const int IDENT...
//----------------------------------------------------------------------- // <copyright file="CloudBlobDirectory.cs" company="Microsoft"> // Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Lice...
/* *********************************************************************************************************************** * * Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Collections.Tests { public class SortedList_MultiMethodsTests { [Fact...
//------------------------------------------------------------------------------ // <copyright file="PreviewPrintController.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------...
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt using System; using System.Linq; using System.Security.Principal; using System.Threading; using NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.Framework.Internal.Builders; using NUnit.TestData.OneTimeSet...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using BTDB.IL; namespace BTDB.IOC { class GenerationContext : IGenerationContext { readonly ContainerImpl _container; readonly ICRegILGen _registration; IBuildContext _buildContext; reado...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Azure.Devices.Client { using System; using System.ComponentModel; using System.Security; using System.Threading; using Microsoft...
#region License // The MIT License // // Copyright (c) 2006-2008 DevDefined Limited. // // 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 ...
#region license // Copyright (c) 2009 Rodrigo B. de Oliveira (rbo@acm.org) // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above co...