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 may ...
using System.Collections.Generic; using NUnit.Framework; using ServiceStack.Common.Extensions; using ServiceStack.Common.Tests.Models; namespace ServiceStack.OrmLite.MySql.Tests { [TestFixture] public class OrmLiteSelectTests : OrmLiteTestBase { [Test] public void Can_GetById_int_from_ModelWithFieldsOfDiffer...
/* * 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.Collections; using System.Collections.Generic; using UnityEngine; using Stratus; using UnityEngine.Events; using UnityEngine.AI; using Stratus.Interfaces; namespace Stratus.Gameplay { /// <summary> /// Handles the logic for a gameplay segment /// </summary> [ExecuteInEditMode] public class StratusSeg...
// Lucene version compatibility level 4.8.1 using System; using System.Text; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Analysis.Util; using Lucene.Net.Util; namespace Lucene.Net.Analysis.Miscellaneous { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributo...
using UnityEngine; using UnityEditor; public partial class SplineEditor : InstantInspector { private GUIStyle sceneGUIStyle = null; private GUIStyle sceneGUIStyleToolLabel = null; private float toolSphereAlpha = 0f; private float toolSphereSize = 1f; private float toolTargetSphereSize = 0f; private float las...
namespace SagiriBot.Objects.Nsfw { using System; using System.Reflection; /// <summary> /// The Rule34 Image Class /// </summary> public class Rule34Image : INsfwImage { /// <summary> /// The inner preview URL. /// </summary> private string innerPreviewUrl; ...
/* * Copyright (c) 2007-2008, Second Life Reverse Engineering Team * 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 ...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // This code was produced by a tool, ConfigPropertyGenerator.exe, by reflecting over // System....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Devices.Bluetooth; using Windows.Devices.Bluetooth.GenericAttributeProfile; using Windows.Devices.Enumeration; using Windows.Devices.Enumeration.Pnp; using Windows.Storage.Streams; using WPC...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using Avalonia.Platform; namespace Avalonia.Media { /// <summary> /// Parses a path markup string. /// </summary> public class PathMarkupParser : IDisposable { private static readonly Dictionary<cha...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; // Win32Exception using System.Diagnostics; // Eventlog class using System.Diagnostics.CodeAnalysis; using System.Manage...
using UnityEngine; using System.Collections; public class CustomTeleporterB : MonoBehaviour { //teleport instantly upon entering trigger? public bool instantTeleport; //teleport to a random pad? public bool randomTeleport; //teleport when a button is pressed? public bool buttonTeleport; //the name of the button...
// 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.Text; using System.Linq; using System.IO; using System.Collections; using System.Globalization; using System.Runtime.CompilerServices; using ...
// --------------------------------------------------------------------------------------------------------------------- // <copyright file="Vs2008SolutionGenerator.cs" company=""> // // </copyright> // <summary> // Defines the Vs2008SolutionGenerator type. // </summary> // ---------------------------------------...
using System; using System.Collections; using System.IO; using System.Text; using NUnit.Framework; using Org.BouncyCastle.Asn1; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Asn1.Oiw; using Org.BouncyCastle.Cms; using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities...
using UnityEngine; public enum AnchorPresets { TopLeft, TopCenter, TopRight, MiddleLeft, MiddleCenter, MiddleRight, BottomLeft, BottonCenter, BottomRight, BottomStretch, VertStretchLeft, VertStretchRight, VertStretchCenter, HorStretc...
/** * Copyright (c) 2014-present, Facebook, Inc. All rights reserved. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to use, * copy, modify, and distribute this software in source code or binary form for use * in connection with the web services and APIs provided by Facebook. * * As ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos.Map.Fort.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 = glob...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace Infoplus.Model { /// <summary> /// /...
/* * * (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...
//#define Trace // ParallelDeflateOutputStream.cs // ------------------------------------------------------------------ // // A DeflateStream that does compression only, it uses a // divide-and-conquer approach with multiple threads to exploit multiple // CPUs for the DEFLATE computation. // // last saved: <2011-July-...
namespace Microsoft.Protocols.TestSuites.MS_OXCMSG { using System; using System.Runtime.InteropServices; using System.Text; using Microsoft.Protocols.TestSuites.Common; /// <summary> /// Address book EntryIDs can represent several types of Address Book objects including individual users, /...
namespace Meziantou.Framework.CodeDom; public class Visitor { public virtual void Visit(CodeObject? codeObject) { if (codeObject == null) return; switch (codeObject) { case AddEventHandlerStatement addEventHandlerStatement: VisitAddEventHandlerSt...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using ModestTree; using Zenject.Internal; using Zenject.ReflectionBaking.Mono.Cecil; using Zenject.ReflectionBaking.Mono.Cecil.Cil; using Zenject.ReflectionBaking.Mono.Collections.Generic; u...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; using System.Security; internal static partial class Interop { private const...
using NAME.Core.Exceptions; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using NAME.Json; using NAME.Core; using NAME.ConnectionStrings; using NAME.Dependencies; using NAME.Registration; using NAME.Core.Utils; namespace NAME { /// <summary> /...
using TribalWars.Controls.Finders; using TribalWars.Controls.TimeConverter; namespace TribalWars.Maps.AttackPlans.Controls { partial class AttackPlanControl { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace DotSpatial.Data.Forms { /// <summary> /// frmI...
#region License /* The MIT License Copyright (c) 2008 Sky Morey 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, ...
// 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.Net; using System.ComponentModel; using System.Collections; using System.Globalization; using System.Ru...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
//Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; using System.ServiceModel.Channels; using System.ServiceModel; using System.Transactions; namespace Microsoft.Samples.SsbTransportChannel { ...
// 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 class is primarily used to test buffer boundary integrity of readers. /// This class constructs a memory st...
// 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.IO; using System.Xml; using OLEDB.Test.ModuleCore; namespace XmlReaderTest.Common { ////////////////////////////////////////////////////...
// 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.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tas...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace RSG { public static class RsgExtensions { public static void Each<T>(this List<T> l, Action<T> callback) { foreach (T item in l) callback(item); } public static void Each<T>(this T[] l, Action<T, int> callback) { ...
/*************************************************************************** * StandardSaveStrategy.cs * ------------------- * begin : May 1, 2002 * copyright : (C) The RunUO Software Team * email : info@runuo.com *...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using SIL.IO; using SIL.PlatformUtilities; using SIL.Reflection; namespace SIL.Reporting ...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System; using Csla; using ParentLoad.DataAccess; using ParentLoad.DataAccess.ERCLevel; namespace ParentLoad.Business.ERCLevel { /// <summary> /// B05_SubContinent_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="B05_SubContinent_ReChild"/> business object. /...
// // Options.cs // // Authors: // Jonathan Pryor <jpryor@novell.com> // Federico Di Gregorio <fog@initd.org> // Rolf Bjarne Kvinge <rolf@xamarin.com> // // Copyright (C) 2008 Novell (http://www.novell.com) // Copyright (C) 2009 Federico Di Gregorio. // Copyright (C) 2012 Xamarin Inc (http://www.xamarin.com) // // P...
using System; using System.IO; using System.Text; using System.Text.RegularExpressions; namespace OpenPop.Mime.Decode { /// <summary> /// Used for decoding Quoted-Printable text.<br/> /// This is a robust implementation of a Quoted-Printable decoder defined in <a href="http://tools.ietf.org/html/rfc2045">RFC 2045</...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Web; using System.Web.Hosting; using Orchard.Specs.Util; using Path = Bleroy.FluentPath.Path; namespace Orchard.Specs.H...
using System; using System.Collections.Generic; using System.Globalization; using System.Management.Automation; using System.Runtime.InteropServices; using System.Text.RegularExpressions; namespace Erwine.Leonard.T.GDIPlus { /// <summary> /// Model representing a color in terms of hue, saturation and brightnes...
// // SCSharp.Mpq.Dat // // Authors: // Chris Toshok (toshok@gmail.com) // // Copyright 2006-2010 Chris Toshok // // // 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, i...
// 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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Contain...
// 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 Xunit; namespace System.Reflection.Tests { public cl...
using System.Collections.ObjectModel; using System.Collections.Immutable; namespace Signum.Engine.Linq; internal class QueryRebinder : DbExpressionVisitor { ImmutableStack<Dictionary<ColumnExpression, ColumnExpression?>> scopes = ImmutableStack<Dictionary<ColumnExpression, ColumnExpression?>>.Empty; public D...
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 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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...
// 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; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Ploeh.Albedo; using Ploeh.Albedo.Refraction; using Ploeh.AutoFixture.Kernel; namespace Ploeh.AutoFixture.Idioms { /// <summary> /// Encapsulates a unit test th...
using System; using System.IO; using Raksha.Crypto.Generators; using Raksha.Crypto.IO; using Raksha.Asn1; using Raksha.Asn1.Cms; using Raksha.Asn1.X509; using Raksha.Crypto; using Raksha.Crypto.Parameters; using Raksha.Security; using Raksha.Utilities.IO; namespace Raksha.Cms { /** * General class for generating a C...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.AspNet.Identity; using Microsoft.Data.Entity; using Microsoft.Framework.Configuration; using PartsUnlimited.Areas.Admin; using System; using System.Coll...
#region Using directives #define USE_TRACING using System; using System.IO; using System.Xml; #endregion ////////////////////////////////////////////////////////////////////// // <summary>contains Service, the base interface that // allows to query a service for different feeds // </summary> ////////////////////...
using XPT.Games.Generic.Constants; using XPT.Games.Generic.Maps; using XPT.Games.Twinion.Entities; namespace XPT.Games.Twinion.Maps { class TwMap09 : TwMap { public override int MapIndex => 9; public override int MapID => 0x0402; protected override int RandomEncounterChance => 15; p...
using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace Palaso.UI.WindowsForms.SuperToolTip { [ToolboxItem(false)] public partial class SuperToolTipWindowData : UserControl { #region Private Members int bodyPicWidth = 100; privat...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.TeamFoundation.TestClient.PublishTestResults; using Microsoft.VisualStudio.Services.Agent.Worker; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults; using Moq; ...
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.Runtime.InteropServices; public class Helper { #region methods for InnerSequential struct // Return new InnerSequential instance public static InnerSequential NewInnerSequential(int f1, float f2, string f3) { InnerSequential inner_seq = new InnerSequential(); ...
using System; using System.Collections.Generic; using UnityEngine; using KSP.Localization; namespace KERBALISM { public static class Storm { // TODO multi sun support? public static float sun_observation_quality = 1.0f; internal static void CreateStorm(StormData bd, CelestialBody body...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; #if FEATURE_SECURITY_PRINCIPAL_WINDOWS using System.Securi...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace NPoco { public class SqlBuilder { Dictionary<string, Clauses> data = new Dictionary<string, Clauses>(); int seq; class Clause { public string Sql { get...
namespace RepositoryLayer.Migrations { using System; using System.Data.Entity.Migrations; public partial class InitalRepositoryTables : DbMigration { public override void Up() { CreateTable( "dbo.AccessDetails", c => new ...
// Kruskal's Minimum Spanning Tree Algorithm // Union-find implemented using disjoint set trees using System; using System.IO; // convert vertex into char for pretty printing class Edge { // missing code public int u; public int v; public int wgt; public void show() { Console.Writ...
using Caliburn.Micro; using csImb; using csShared; using csShared.Geo; using csShared.Utils; using ESRI.ArcGIS.Client; using ESRI.ArcGIS.Client.Geometry; using ESRI.ArcGIS.Client.Projection; using ESRI.ArcGIS.Client.Symbols; using IMB3; using System; using System.Collections.ObjectModel; using System.Timers; using Syst...
// 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; using NullGuard; public class SimpleClass { public SimpleClass() { } // Why would anyone place an out parameter on a ctor?! I don't know, but I'll support your idiocy. public SimpleClass(out string nonNullOutArg) { nonNullOutArg = null; } public SimpleClass(strin...
/* FluorineFx open source library Copyright (C) 2007 Zoltan Csibi, zoltan@TheSilentGroup.com, FluorineFx.com 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 ...
// <copyright file="BiCgStabTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of charge, to...
// // Copyright (c) 2004-2020 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. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Diagnostics; using System.Drawing.Imaging; using System.Drawing.Internal; ...
/* * 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 UnityEngine; using UnityEditor; using System.Collections.Generic; using System.Linq; [System.Serializable] class tk2dScratchpadLayer { public int width, height; public int[] tiles; public tk2dScratchpadLayer() { width = 0; height = 0; tiles = new int[0]; } public void SetDimensions(int _width, int _...
#pragma warning disable 0168 using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Microsoft.VisualStudio.Modeling.Shell; using nHydrate.DslPackage.Objects; namespace nHydrate.DslPackage.Forms { public partial class F...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // 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...
/* ==================================================================== 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 Y...
#region License /* ********************************************************************************** * Copyright (c) Roman Ivantsov * This source code is subject to terms and conditions of the MIT License * for Irony. A copy of the license can be found in the License.txt file * at the root of this distribution. *...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Security.Principal; using Sys...
// 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; namespace System.Linq.Expressions.Tests { partial class Express...
// Copyright (c) 2015 Alachisoft // // 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...
namespace Rison { using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Text; public class RisonEncoder : IRisonEncoder { private String...
// 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 ...
// // System.Web.HttpCookie // // Author: // Patrik Torstensson (Patrik.Torstensson@labs2.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 // w...
using System; using System.Collections.Generic; using Android.Runtime; namespace Com.Tencent.Mapsdk.Raster.Model { // Metadata.xml XPath class reference: path="/api/package[@name='com.tencent.mapsdk.raster.model']/class[@name='LatLngBounds']" [global::Android.Runtime.Register ("com/tencent/mapsdk/raster/model/LatLn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text; using Xunit; namespace System.Net.Primitives.PalTests { public class IPAddressPalTests ...
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2015-2017 Baldur Karlsson * Copyright (c) 2014 Crytek * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files ...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice, this li...
// 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 { using System.Collections; using System.Diagnostics; using System.Globalizatio...
// =========================================================== // Copyright (C) 2014-2015 Kendar.org // // 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...
// 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 not ...
// 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.Diagnostics; using Microsoft.Win32; using System.Globalization; using System.Security;...
/************************************************************************************ Filename : OVRDevice.cs Content : Interface for the Oculus Rift Device Created : February 14, 2013 Authors : Peter Giokaris, David Borel Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved. Lic...
// 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.TestSuites.FileSharing.Common.TestSuite; using Microsoft.Protocols.TestTools;...
//Copyright (C) 2005 Richard J. Northedge // // 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 later version. // // This lib...
// // ReflectionHelper.cs // // Author: // Jb Evain (jbevain@gmail.com) // // (C) 2005 Jb Evain // (C) 2006 Evaluant RC S.A. // (C) 2007 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 th...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Micr...
using System; using System.Collections.Generic; using xsc = DotNetXmlSwfChart; namespace testWeb.tests { public class StackedColumnOne : ChartTestBase { #region ChartInclude public override DotNetXmlSwfChart.ChartHTML ChartInclude { get { DotNetXm...