context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; usi...
// ---------------------------------------------------------------------------------- // // 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...
/** * 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 m...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // *****************************************************************************************************...
// 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.Linq; using System.Security.AccessControl; using System.Security.Princ...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // 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...
// 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.Collections.Immutable; using System.Text; using Microsoft.CodeAnalysis.DocumentationComments; using Microsoft.CodeAnalysis.Shared.Utilities; nam...
/* * Copyright 1999-2012 Alibaba Group. * * 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 ...
/* * daap-sharp * Copyright (C) 2005 James Willcox <snorp@snorp.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; either * version 2.1 of the License, or (at your option) any...
using System; using System.Collections; using System.Text; using System.Web.Services.Protocols; using AppUtil; using Vim25Api; namespace PropertyCollector { ///<summary> /// This sample excercise the PropertyCollector API of all the managed entity. ///</summary> ///<param name="dcName">Required: Name o...
//------------------------------------------------------------------------------ // <copyright file="RegexBoyerMoore.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------...
// 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; using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading; using ...
// *********************************************************************** // Copyright (c) 2007-2014 Charlie Poole // // 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, ...
namespace Zeta.WebSpider.Spider { #region Using directives. // ---------------------------------------------------------------------- using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Text; // ---------------------------------------------------...
using AnimaScript; namespace AnimaData { public class Seq_SC_Radar_powerOn : AnimaSeqBase { private static AnimaSeqBase m_seq = null; new public static AnimaSeqBase Adquire() { if (m_seq == null) m_seq = PManAdd(new Seq_SC_Radar_powerOn()); return m_seq; ...
// 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.Diagnostics.CodeAnalysis; using System.Diag...
using System; using System.Collections.Specialized; using System.Configuration; using System.IO; using System.Linq; namespace NuGet.Lucene.Web { public class NuGetWebApiSettings : INuGetWebApiSettings { public const string DefaultAppSettingPrefix = "NuGet.Lucene.Web:"; public const string Blank...
/* * 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) 2010-2013 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...
#region Copyright /*Copyright (C) 2015 Wosad 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 a...
// // Encog(tm) Core v3.2 - .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...
namespace java.nio.channels { [global::MonoJavaBridge.JavaClass(typeof(global::java.nio.channels.Pipe_))] public abstract partial class Pipe : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected Pipe(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [...
using Assets.PostProcessing.Runtime.Utils; using UnityEditorInternal; using UnityEngine; namespace UnityEditor.PostProcessing { public class VectorscopeMonitor : PostProcessingMonitor { static GUIContent s_MonitorTitle = new GUIContent("Vectorscope"); ComputeShader m_ComputeShader; Com...
// // PdbHelper.cs // // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2011 Jb Evain // // 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, includin...
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> /// Census Student Validation Type Data Data Set /// </summary> ...
//--------------------------------------------------------------------------- // // <copyright file="StringAnimationUsingKeyFrames.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see htt...
using System; using System.Linq.Expressions; using System.Net.Http; using System.Reflection; using System.Threading.Tasks; using BigTed; using CoreGraphics; using Foundation; using Localizations; using MessageUI; using MonoTouch.Dialog; using MusicPlayer.Api; using MusicPlayer.Api.GoogleMusic; using MusicPlayer.Api.iPo...
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Windows; using System.Windows.Automation.Provider; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Interop;...
// 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.Contracts; using System.IO; using System.Runtime; using System.Runtime.InteropServices; 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.Globalization; using System.Net.Internals; using System.Net.Sockets; using System.Runtime.ExceptionServ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Text; namespace Medo.Security.Cryptography.PasswordSafe { /// <summary> /// Password policy definition. /// </summary> [DebuggerDisplay("{Name}")] public class NamedPasswordPolicy { ...
/*************************************************************************** * PodcastFeedPropertiesDialog.cs * * Written by Mike Urbanski <michael.c.urbanski@gmail.com> ****************************************************************************/ /* THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMED...
// Copyright 2009-2012 Matvei Stefarov <me@matvei.org> using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Net; using JetBrains.Annotations; namespace fCraft.MapConversion { public sealed class MapDat : IMapConverter { static readonly byte[] Mappin...
/************************************************************************************ Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. Licensed under the Oculus VR Rift SDK License Version 3.2 (the "License"); you may not use the Oculus VR Rift SDK except in compliance with the License, which is pr...
// 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 Internal.Cryptography.Pal; using System.Diagnostics; using System.Globalization; namespace System.Security.Cr...
using System; using System.Diagnostics; using System.Windows; using System.Windows.Markup; using System.Windows.Navigation; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using RecordsViewer.Portable; using RecordsViewer.ViewModels; using Accela.WindowsStoreSDK; using RecordsViewer.Portable.Resources; na...
// 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.Linq; using Xunit; namespace System.Collec...
using System.Collections; using UnityEngine; public class Door : MonoBehaviour { // INSPECTOR SETTINGS [Header("Rotation Settings")] [Tooltip("The initial angle of the door/window.")] public float InitialAngle = 0.0F; [Tooltip("The amount of degrees the door/window rotates.")] public float Rota...
using System; using System.Linq; using Mono.Cecil; using Mono.Cecil.Rocks; using Mono.Cecil.Cil; using System.Collections.Generic; public class ModuleWeaver { public Action<String> LogInfo { get; set; } public ModuleDefinition ModuleDefinition { get; set; } public ModuleWeaver() { LogInfo = m...
namespace System.Collections.Generic { using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; #if !SILVERLIGHT using System.Runtime.Serialization; #endif using System.Security.Permissions; [System.Runtime.InteropServices.ComVisible(false)] [DebuggerTypeProxy(t...
#region Copyright (c) Roni Schuetz - All Rights Reserved // * --------------------------------------------------------------------- * // * Roni Schuetz * // * Copyright (c) 2008 All Rights reserved * // * ...
// 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.IdentityModel.Policy; using System.Runtime; using System.Security; us...
using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Data; using System.Data.SqlClient; using EasyGenerator.Studio.DbHelper.Info; using EasyGenerator.Studio.Model; using EasyGenerator.Studio.Model.DB; using System.Dynamic; namespace EasyGenerator.Studio.DbHelper.MSS...
// 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 ...
namespace System.Net.NetworkInformation { using System; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Runtime.ConstrainedExecution; using Microsoft.Win32.SafeHandles; internal class IpHelperErrors { internal const uint Success = 0; ...
using System; using System.Collections.Generic; using System.Text; namespace PlatformAPI.GDIPlus { public class Matrix { Matrix() { GpMatrix matrix; lastResult = NativeMethods.GdipCreateMatrix(out matrix); SetNativeMatrix(matrix); } Matrix(float m11, f...
using System; using System.Collections.Generic; using System.Drawing; using System.Globalization; using System.Linq; using System.Text; using System.Threading; namespace Svg { /// <summary> /// Converts string representations of colours into <see cref="Color"/> objects. /// </summary> public class SvgC...
namespace Microsoft.Azure.Management.Dns { using System; using System.Linq; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Thr...
/****************************************************************************** * The MIT License * Copyright (c) 2008 Rusty Howell, Thomas Wiest * * 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 Softwa...
/* * REST API Documentation for the MOTI School Bus Application * * The School Bus application tracks that inspections are performed in a timely fashion. For each school bus the application tracks information about the bus (including data from ICBC, NSC, etc.), it's past and next inspection dates and results, contac...
using System; using System.Globalization; using System.Xml; using System.Xml.XPath; using NUnit.Framework; namespace SIL.WritingSystems.Tests { [TestFixture] public class AddSortKeysToXmlTests { private XPathNavigator _document; private string _xpathSortKeySource; private string _xpathElementToPutSortKeyAttri...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Threading.Tasks; using Xunit; using FluentAssertions; using System.Net; using System.Collections.Generic; using IdentityServer4.M...
// 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 Xunit; namespace System.Linq.Expressions.Tests { public s...
using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using HetsApi.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Swashbuckle.AspNetCore.Annotations; using HetsApi.Helpers; using HetsData.Helpers; using HetsD...
using Articulate.Models; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web.Http; using Umb...
/* * * (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. using System; using Xunit; namespace System.Linq.Expressions.Tests { public static class BinaryMultiplyTests ...
// 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.InteropServices; using System.Threading; using Xunit; public partial class Threa...
using System; using System.Threading; namespace Orleans.Runtime { internal abstract class AsynchAgent : IDisposable { public enum FaultBehavior { CrashOnFault, // Crash the process if the agent faults RestartOnFault, // Restart the agent if it faults Ignore...
// 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.Imaging { using System.Runtime.InteropServices; /// <include file='doc\MetafileHea...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /****************************************************************************** * This file is auto-generated from ...
using System; /// <summary> /// char.IsLetterOrDigit(string, int) /// Indicates whether the character at the specified position in a specified string is categorized /// as a letter or decimal digit character. /// </summary> public class CharIsLetterOrDigit { private const int c_MIN_STR_LEN = 2; private con...
/* * Copyright 2007 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) 2014 dot42 // // Original filename: Dictionary.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 // // Unless requ...
// <copyright file="ObservableQueue{T}.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.Serialization; using System.Threading; using...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class KinectGestures { public interface GestureListenerInterface { // Invoked when a new user is detected and tracking starts // Here you can start gesture detection with KinectManager.DetectGesture() void UserDetected(uint ...
// 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.Collections; using System.Collections.Generic; using System.Threading; using ...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
/* * 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...
using System; using System.Collections.Generic; namespace Pixie.Options { /// <summary> /// Describes a value option: an option takes exactly one argument. /// </summary> public sealed class ValueOption<T> : Option { /// <summary> /// Creates a value option from an option form, ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.ObjectModel; namespace Microsoft.NodejsTools.Repl { internal class History {...
using System; using System.Windows; using System.Security; using System.Security.Permissions; using MS.Win32; using MS.Internal; namespace System.Windows.Input { /// <summary> /// The Mouse class represents the mouse device to the /// members of a context. /// </summary> /// <remarks> ...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Runtime.Serialization; // http://bungee-view.googlecode.com/svn-history/r120/trunk/lbfgs/edu/cmu/cs/bungee/lbfgs/LBFGS.java //package edu.cmu.cs.bungee.lbfgs; ///* LBFGS.java // * Copyright (C) 1999, Robert Dodi...
// The MIT License (MIT) // // Copyright (c) 2014-2016, Institute for Software & Systems Engineering // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including wit...
using System; using System.Collections; using System.Collections.Generic; using System.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...
#region License /* Copyright (c) 2006 Leslie Sanford * * 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, m...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace DotNet { public class FiddleRunner { private static readonly Regex LitreralPattern = new Regex( "^\\/[^\\/]+\\/\\w*", RegexOptions.Multiline ); private static readonly Regex CorpusTestPattern = new ...
using System; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Xml; using System.Xml.XPath; using System.Xml.Xsl; namespace Hydra.Framework.XmlSerialization.Common.XPath { // //********************************************************************** /// <summary> ...
using Newtonsoft.Json.Linq; using DotVVM.Framework.Utils; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DotVVM.Framework.ResourceManagement.ClientGlobalize { public static class JQueryGlobalizeScriptCreator ...
// ReSharper disable InconsistentNaming // ReSharper disable IdentifierTypo // ReSharper disable UnusedMember.Global #pragma warning disable SA1307 // Accessible fields must begin with upper-case letter #pragma warning disable GU0060 // Enum member value conflict. According to Roman this is ok. #pragma warning disable ...
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/ // // 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 ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.Msagl.Core.Geometry; using Microsoft.Msagl.Core.Geometry.Curves; using Microsoft.Msagl.Core.Layout; using Microsoft.Msagl.Layout.Layered; using Microsoft.Msagl.Routing; using Microsoft.Msagl.Routing.Visibility; names...
//---------------------------------------------- using UnityEngine; using System.Collections.Generic; using System.Diagnostics; /// <summary> /// This improved version of the System.Collections.Generic.List that doesn't release the buffer on Clear(), /// resulting in better performance and less garbage collection. ///...
// // HttpClient.cs // // Authors: // Marek Safar <marek.safar@gmail.com> // // Copyright (C) 2011 Xamarin Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software...
using System; using System.Collections.Generic; using NUnit.Framework; namespace Tyrrrz.Extensions.Tests { [TestFixture] public class StringExtensionsTests { [Test] [TestCase(null, true)] [TestCase("", true)] [TestCase(" ", false)] [TestCase("test", false)] ...
using System; using System.Collections.Generic; using UnityEngine; using MessageStream2; using DarkMultiPlayerCommon; namespace DarkMultiPlayer { public class ScreenshotWorker { //Height setting public int screenshotHeight = 720; //GUI stuff private bool initialized; pri...
/********************************************************************++ Copyright (c) Microsoft Corporation. All rights reserved. --********************************************************************/ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Management.Automa...
//============================================================================== // Adapted from Jef Poskanzer's Java port by way of J. M. G. Elliott. // K Weiner 12/00 //============================================================================== using System; using System.IO; namespace GifEncoder { public clas...
using System; using System.IO; using LibGit2Sharp.Tests.TestHelpers; using Xunit; using Xunit.Extensions; namespace LibGit2Sharp.Tests { public class StageFixture : BaseFixture { [Theory] [InlineData("1/branch_file.txt", FileStatus.Unaltered, true, FileStatus.Unaltered, true, 0)] [Inlin...
using System; using UnityEngine; using UnityEngine.EventSystems; using System.Collections.Generic; namespace Rewired.Integration.UnityUI { [AddComponentMenu("Event/Rewired Standalone Input Module")] public class RewiredStandaloneInputModule : PointerInputModule { #region Rewired Variables ...
/* * 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using log4net; using NetGore.Collections; namespace NetGore.IO.PropertySync { /// <summary> /// Provides helper methods for the <see cref="IPropertySync"/...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace VoteApp.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sam...
// // 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...
// ReSharper disable All using System.Collections.Generic; using System.Data; using System.Dynamic; using System.Linq; using Frapid.Configuration; using Frapid.DataAccess; using Frapid.DataAccess.Models; using Frapid.DbPolicy; using Frapid.Framework.Extensions; using Npgsql; using Frapid.NPoco; using Serilog; namespac...
using UnityEngine; using System; #if UNITY_EDITOR using UnityEditor; #endif using Object = UnityEngine.Object; namespace UnityStandardAssets.CinematicEffects { [Serializable] public class SMAA : IAntiAliasing { [AttributeUsage(AttributeTargets.Field)] public class SettingsGroup : Attribute ...
using System; using System.Diagnostics; using System.Linq; using NUnit.Framework; using StructureMap.Building; using StructureMap.Configuration.DSL; using StructureMap.Graph; using StructureMap.Pipeline; using StructureMap.Testing.Configuration.DSL; using StructureMap.Testing.Pipeline; using StructureMap.Testing.Widget...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Concurrent; using System.Diagnostics.Contracts; using System.Threading; using System.Threading.Tasks; namespace System.Runtime { public st...
// // Copyright (c) 2004-2016 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc.ViewFeatures; namespace Microsoft.AspNetCore.Mvc.Rendering { /// <sum...