context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// 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.InteropServices; using System.IO; using System.Drawing.Internal; namespace System.Drawing.Imag...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Media.Imaging; namespace NSane.Local { /// <summary> /// This is a device that is locally connected. /// </summary> internal class LocalDevice : Devi...
using System; using System.Collections.Generic; using UnityEngine; using MessageStream2; using DarkMultiPlayerCommon; namespace DarkMultiPlayer { //Damn you americans - You're making me spell 'colour' wrong! public class PlayerColorWorker { //Services private DMPGame dmpGame; privat...
////////////////////////////////////////////////////////////////////////// // Code Named: VG-Ripper // Function : Extracts Images posted on RiP forums and attempts to fetch // them to disk. // // This software is licensed under the MIT license. See license.txt for // details. // // Copyright (c) The Watcher // P...
using lanterna.screen; using System; using System.ComponentModel; using System.Runtime.CompilerServices; using Collection = System.Collections.ICollection; using EnumSet = System.Collections.IList; using Class = System.Type; using TextColor = System.Nullable<System.ConsoleColor>; using lanterna.gui2; namespace lante...
// // Native.cs // // Author: // Aaron Bockover <aaron@abock.org> // // Copyright 2014 Aaron Bockover // // 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 wi...
// Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/ using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using Pash.Implementation; namespace Pash.ParserIntrinsics.Tests { [TestFixture] public class ParserTests ...
namespace AgileObjects.AgileMapper.ObjectPopulation { using System; using System.Collections.Generic; using System.Linq; #if NET35 using Microsoft.Scripting.Ast; #else using System.Linq.Expressions; #endif using System.Reflection; using ComplexTypes; using Configuration.Dictionaries; ...
// Copyright (c) 2007-2012 Michael Chapman // http://ipaddresscontrollib.googlecode.com // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitati...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections.Generic; using System.Management.Automation.Remoting; using System.Management.Automation.Remoting.Server; using System.Management.Automation.Runspaces; using Dbg = System.Management.Automation.Diagnostics; namespace 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. // The Regex class represents a single compiled instance of a regular // expression. using System.Collections; usin...
using System; /// <summary> /// System.Text.StringBuilder.Replace(oldChar,newChar,startIndex,count) /// </summary> class StringBuilderReplace2 { private const int c_MIN_STRING_LEN = 8; private const int c_MAX_STRING_LEN = 256; private const int c_MAX_SHORT_STR_LEN = 31;//short string (<32 chars) priva...
// 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 ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framewo...
using System; using System.Globalization; using Newtonsoft.Json; // -----===== autogenerated code =====----- // ReSharper disable All // generator: FractionValuesGenerator, UnitJsonConverterGenerator, MultiplyAlgebraGenerator, MultiplyAlgebraGenerator, MultiplyAlgebraGenerator, MultiplyAlgebraGenerator, MultiplyAlgeb...
// 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 OLEDB.Test.ModuleCore; using System.IO; using XmlCoreTest.Common; namespace System.Xml.Tests { //////////...
using EdiEngine.Common.Enums; using EdiEngine.Common.Definitions; using EdiEngine.Standards.X12_004010.Segments; namespace EdiEngine.Standards.X12_004010.Maps { public class M_202 : MapLoop { public M_202() : base(null) { Content.AddRange(new MapBaseEntity[] { new BGN() { ReqDes = RequirementDesignator.Ma...
namespace android.text { [global::MonoJavaBridge.JavaClass(typeof(global::android.text.Layout_))] public abstract partial class Layout : java.lang.Object { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; protected Layout(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { } [glob...
using System.Collections; using System.Collections.Generic; using System; using System.Linq; using System.Reflection; using System.Linq.Expressions; /// <summary> /// A class that runs delegates using acceleration /// </summary> public static class DelegateSupport { private static Dictionary<MethodInfo, Type> delegat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections; using System.Collections.Generic; using System.Linq; using Xunit; namespace System.Tests ...
/** * (C) Copyright IBM Corp. 2019, 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 law or agreed t...
// 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.Reflection; using System.Collections.Generic; using System.Diagnostics; using Internal....
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Dynamic; using Giver; using Xunit; namespace DynamicQueryable.Tests { using Fixture; using Dyn = System.Linq.Dynamic.DynamicQueryable; public class ExpressionTests { private readonly IQueryable<Order> _query; ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using NMock; using NUnit.Framework; namespace OpenQA.Selenium.Support.PageObjects { [TestFixture] public class PageFactoryTest { #if !NETCOREAPP2_0 private MockFactory mocks; private Mock<ISearchContext> m...
using System; using System.Collections.Generic; using Avalonia.Platform; using Avalonia.Rendering.SceneGraph; using Avalonia.Threading; using Avalonia.Utilities; using Avalonia.Visuals.Media.Imaging; namespace Avalonia.Media { public sealed class DrawingContext : IDisposable { private readonly bool _ow...
using System; using System.Data.Common; using System.Linq; using System.Threading.Tasks; using Abp.Authorization; using Abp.Authorization.Users; using Abp.IdentityFramework; using Abp.Modules; using Abp.MultiTenancy; using Abp.TestBase; using Abp.Zero.SampleApp.EntityFramework; using Abp.Zero.SampleApp.MultiTenancy; us...
using System; using Android.OS; using Android.App; using Android.Views; using Android.Widget; using System.Net.Http; using System.Threading.Tasks; using Microsoft.WindowsAzure.MobileServices; using Microsoft.WindowsAzure.MobileServices.Sync; using Microsoft.WindowsAzure.MobileServices.SQLiteStore; using System.IO; usin...
// 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 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Xunit; using System; using System.Collections; using System.Collections.Specialized; using GenStrings; namespace System.Collections.Specialized.Tests { publi...
/* * 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.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Xml; using System.Xml.Serialization; using System.Collections; using System.Diagnostics; using AgenaTrader.API; using AgenaTrader.Custom; using AgenaTrader.P...
/* 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 ...
// 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.IO; using System.Reflection; using System.Security; namespace System.Confi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Xml; using Microsoft.Extensions.Logging; using Orleans.Metadata; using Orleans.Runtime.MembershipService; using Orleans.Versions; using Orleans.Versions.Compatibility; using Orleans.Versions.Selector; namespac...
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
/* * 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...
// 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; using System.Data; using System.Diagnostics;...
#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. ...
// // CropEditor.cs // // Author: // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2008-2010 Novell, Inc. // Copyright (C) 2008, 2010 Ruben Vermeersch // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software")...
// This is a personal academic project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com // PVS-settings // PVS-settings end using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; ...
using System.Security; namespace System.IO.IsolatedStorage { #if FEATURE_CORECLR #if !FEATURE_LEGACYNETCF public enum IsolatedStorageSecurityOptions { GetRootUserDirectory = 0, GetGroupAndIdForApplication = 1, GetGroupAndIdForSite = 2, IncreaseQuotaForGroup = 3, IncreaseQuo...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TestWebApp.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with ...
namespace dotless.Test.Specs { using System.Collections.Generic; using NUnit.Framework; public class VariablesFixture : SpecFixtureBase { [Test] public void VariableOperators() { var input = @" @a: 2; @x: @a * @a; @y: @x + 1; @z: @x * 2 + @y; .variables { width: @...
// 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 0.12.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// // This file was generated by the BinaryNotes compiler. // See http://bnotes.sourceforge.net // Any modifications to this file will be lost upon recompilation of the source ASN.1. // using System.Collections.Generic; using GSF.ASN1; using GSF.ASN1.Attributes; using GSF.ASN1.Coders; using GSF.ASN1.Types; namespac...
using System; using System.Collections.Generic; using System.Text; /// <summary> /// String.Trim(char[]) /// </summary> public class StringTrim2 { private int c_MINI_STRING_LENGTH = 8; private int c_MAX_STRING_LENGTH = 256; // U+200B stops being trimmable http://msdn2.microsoft.com/en-us/library/t97s7bs3.asp...
// 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.Linq; using System.Threading; using Microsoft.CodeAnalysis; u...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 o...
/* * Copyright (c) 2013 Mario Freitas (imkira@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, m...
// ---------------------------------------------------------------------------- // <copyright file="PhotonView.cs" company="Exit Games GmbH"> // PhotonNetwork Framework for Unity - Copyright (C) 2011 Exit Games GmbH // </copyright> // <summary> // // </summary> // <author>developer@exitgames.com</author> // ---------...
using UnityEngine; using UnityEditor; using System.Collections.Generic; /// <summary> /// This editor helper class makes it easy to create and show a context menu. /// It ensures that it's possible to add multiple items with the same name. /// </summary> public static class NGUIContextMenu { [MenuItem("Help/NGUI Doc...
using UnityEngine; using UnityEngine.UI; using UnityEngine.Events; using UnityEngine.Serialization; using System.Collections.Generic; using System.Linq; using System.Collections; namespace UIWidgets { /// <summary> /// AccordionDirection. /// </summary> public enum AccordionDirection { Horizontal = 0, Vertica...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using Avalonia.Media.Immutable; namespace Avalonia.Media { /// <summary> /// Predefined brushes. /// </summary> public static class Brush...
using System; using System.Reflection; /* * Regression tests for the mono JIT. * * Each test needs to be of the form: * * static int test_<result>_<name> (); * * where <result> is an integer (the value that needs to be returned by * the method to make it pass. * <name> is a user-displayed name used to identif...
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
// 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.Generic; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeStyle; using Microsof...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Threading; namespace GitVersion.Helpers { public static class ProcessHelper { private static readonly object LockObject = new object...
using System; using FluentAssertions; using FluentAssertions.Execution; using ivrToolkit.Core.Enums; using ivrToolkit.Core.Exceptions; using ivrToolkit.Core.Interfaces; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; namespace ivrToolkit.Core.Tests { public class LineWrapperTests { ...
//----------------------------------------------------------------------- // <copyright file="ActorRefSourceSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyrigh...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Data; using System.IO; namespace Epi.Windows.Dialogs { /// <summary> /// Dialog for selecting views /// </summary> public partial class ViewSelectionDialog : DialogBase { #regi...
using Moq; using NodaTime; using NUnit.Framework; using RestSharp; using System; using System.Collections.Generic; using System.Net; using TempoDB.Exceptions; namespace TempoDB.Tests { [TestFixture] class ReadSingleValueByFilterTest { private static DateTimeZone zone = DateTimeZone.Utc; p...
// 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.Reflection; using System.Collections; using System.Collections.Generic; using System.Runt...
// 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 ...
/************************************** * FILE: DependenciesConfigXmlTest.cs * DATE: 05.01.2010 10:22:38 * AUTHOR: Raphael B. Estrada * AUTHOR URL: http://www.galaktor.net * AUTHOR E-MAIL: galaktor@gmx.de * * The MIT License * * Copyright (c) 2010 Raphael B. Estrada * Author URL:...
//--------------------------------------------------------------------------- // // <copyright file="ThicknessAnimation.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // This file was generated, please do not edit it directly. // // Please see http://wiki/de...
// 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.IO.PortsTests; using System.Text; using System.Threading; using System.Thread...
// 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 0.16.0.0 // Changes may cause incorrect behavior and will be lost if the code is regenerated. names...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G05_SubContinent_ReChild (editable child object).<br/> /// This is a generated base class of <see cref="G05_SubContinent_ReChild"/> business object. ...
// XmlAttributeCollectionTests.cs : Tests for the XmlAttributeCollection class // // Author: Matt Hunter <xrkune@tconl.com> // Author: Martin Willemoes Hansen <mwh@sysrq.dk> // // (C) 2002 Matt Hunter // (C) 2003 Martin Willemoes Hansen using System; using System.Xml; using System.Text; using System.IO; using System.C...
/* Copyright 2012 Michael Edwards Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to i...
using Microsoft.Azure.ApplicationInsights.Query.Models; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Rest; namespace Microsoft.Azure.ApplicationInsights.Query { public partial interface IMetrics { /// <summary> /// Retrieve summary metr...
using System; using System.Linq; using System.Text; using System.Collections.Generic; using Newtonsoft.Json; using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations; namespace HETSAPI.Models { /// <summary> /// Project Database Model /// </summary> [MetaData (Des...
using System; using System.Collections.Generic; using System.Linq; using AutoMapper; using Umbraco.Core; using Umbraco.Core.Models; using Umbraco.Core.PropertyEditors; using Umbraco.Core.Services; using Umbraco.Web.Models.ContentEditing; using umbraco; namespace Umbraco.Web.Models.Mapping { /// <summary> /// C...
// The MIT License (MIT) // Copyright 2015 Siney/Pangweiwei siney@yeah.net // // 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...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.ObjectModel; using System.Management.Automation; using Dbg = System.Management.Automation; namespace Microsoft.PowerShell.Commands { /// <summary> /// A command that adds the parent and child par...
using System; using System.IO; using NUnit.Framework; using Org.BouncyCastle.Asn1.Cms; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.IO; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Asn1.Tests { [TestFixture] public class CmsTest ...
using System; using System.IO; using System.Collections; namespace DesignScript.Editor.Core { public class Token { public int kind; // token kind public int pos; // token position in bytes in the source text (starting at 0) public int charPos; // token position in characters in the source text (starting a...
#region MIT License /* * Copyright (c) 2009-2010 Nick Gravelyn (nick@gravelyn.com), Markus Ewald (cygon@nuclex.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 restrict...
// Copyright 2007-2016 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
// 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.Composition; using System.Lin...
// 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.Runtime; using System.ServiceModel.Channels; using System.Text; using Sys...
using System; using System.Collections.Generic; using System.Text; namespace Lib3DDraw { public class Matrix3 { public float[,] M = new float[4, 4]; public Matrix3() { Identity3(); } public Matrix3(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, ...
// ReSharper disable All using System.Collections.Generic; using System.Dynamic; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Controllers; using Frapid.ApplicationState.Cache; using Frapid.ApplicationState.Models; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Frapid.A...
/* * 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 Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActi...
// // 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...
/***************************************************************************** * Ngaro for Mono / .NET * * Copyright (c) 2009 - 2011, Simon Waite and Charles Childers * * Please compile with `gmcs` as `mcs` seems to have a * simple Console.in implementation. ******************************************************...
/* * 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...
//! \file ImageAJP.cs //! \date Mon Sep 12 21:25:27 2016 //! \brief AliceSoft JPEG image. // // Copyright (C) 2016-2018 by morkt // // 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 ...
#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...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Xml; using System.Xml.Linq; namespace UnrealBuildTool { public class CodeLiteProject : ProjectFile { public CodeLiteProject( string InitFilePath ) : base(In...
/* * CodeGenerator.cs - Implementation of the * System.CodeDom.Compiler.CodeGenerator class. * * Copyright (C) 2002, 2003 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free...
// // 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...
// Copyright (c) Pomelo Foundation. All rights reserved. // Licensed under the MIT License using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Internal; using MySqlConnector; using System; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Pome...
using UnityEngine; namespace UnityStandardAssets.ImageEffects { [ExecuteInEditMode] [RequireComponent(typeof(Camera))] [AddComponentMenu("Image Effects/Other/SMAA")] public class AntiAliasing : MonoBehaviour { public enum DebugDisplay { Off, Edges, ...
/* * ASN1Builder.cs - Implementation of the * "System.Security.Cryptography.ASN1Builder" class. * * Copyright (C) 2002 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free So...
using System; using System.Collections.Generic; using System.Reactive.Linq; using System.Reactive.Threading.Tasks; using MS.Core; namespace System.Globalization { public static class __JulianCalendar { public static IObservable<System.DateTime> AddMonths( this IObservable<System.Globalizati...
using System; using System.Collections.Concurrent; using Orleans.Messaging; namespace Orleans.Runtime { internal class MessagingStatisticsGroup { internal class PerSocketDirectionStats { private readonly AverageValueStatistic averageBatchSize; private readonly HistogramV...
// <copyright file="RetryContext.ActionsAndFuncs.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using System; using IX.StandardExtensions.Contracts; namespace IX.Retry.Contexts { #pragma warning disable SA1402 // File may only contain a single...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using RTSMiner.Other; using RTSMiner.Resources; using RTSMiner.Units; using System; using System.Collections.Generic; using VoidEngine.Particles; using VoidEngine.VGame; using VoidEngine.VGenerator; using VoidEng...