context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * 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 2011-2013, Xamarin 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 appli...
/* * 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 list ...
// // 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.Linq; using System.Text; using System.Xml; // StringBuilder // important TODOS: // TODO 1. Start t...
namespace NEventStore.Contrib.Persistence.SqlDialects { using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Transactions; using NEventStore.Logging; using NEventStore.Persistence; public class PagedEnumerationCollection : IEnumerable<IDataRecord>, IEnumera...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERCLevel { /// <summary> /// H12Level111111 (editable child object).<br/> /// This is a generated base class of <see cref="H12Level111111"/> business object. /// </summary> ...
namespace System.Workflow.ComponentModel.Compiler { using System; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Workflow.ComponentModel.Design; using System.Workflow.ComponentModel.Serialization; [Obsolete("The System.Workflow.* types are ...
using System; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using TIKSN.Finance.ForeignExchange.Bank; using TIKSN.Globalization; using TIKSN.Time; using Xunit; namespace TIKSN.Finance.ForeignExchange.Tests { public class SwissNationalBa...
#nullable enable annotations using System.Threading.Tasks; using Content.Client.Items.Components; using Content.Server.Hands.Components; using Content.Server.Interaction; using Content.Shared.Hands.Components; using Content.Shared.Interaction; using Content.Shared.Item; using Content.Shared.Weapons.Melee; using NUnit.F...
using Lucene.Net.Index; using Lucene.Net.Support; using Lucene.Net.Util; using System; namespace Lucene.Net.Search { /* * 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 ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
using System; /// <summary> /// Convert.ToBoolean(Decimal) /// Converts the value of the specified decimal value to an equivalent Boolean value. /// </summary> public class ConvertToBoolean { public static int Main() { ConvertToBoolean testObj = new ConvertToBoolean(); TestLibrary.TestFramewo...
// // Copyright 2014-2015 Amazon.com, // Inc. or its affiliates. All Rights Reserved. // // Licensed under the Amazon Software License (the "License"). // You may not use this file except in compliance with the // License. A copy of the License is located at // // http://aws.amazon.com/asl/ // // or in the "l...
/* * 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. //------------------------------------------------------------ namespace System.ServiceModel.Channels { using System.Collections.ObjectModel; using System.IdentityModel.Claims; using ...
// 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 System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Timers; namespace HBus.Nodes { /// <summary> /// Generic scheduler /// Execute schedules at specific times /// </summary> public class Scheduler { private const int TimerPeriod = 1000...
using System; using System.Collections.Generic; using System.Linq; using OpenTK.Compute.CL10; using System.Text; using System.Runtime.InteropServices; namespace scallion { public unsafe class CLContext { public readonly IntPtr DeviceId; public readonly CLDeviceInfo Device; public readonly IntPtr ContextId; p...
// =========================================================== // Copyright (c) 2014-2015, Enrico Da Ros/kendar.org // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Drawing; using System.Linq; using Appccelerate.EventBroker; using Appccelerate.EventBroker.Handlers; using Appccelerate.Events; using Eto.Drawing; using Eto.Forms; using Eto.Gl; using Ninject; using Ninject.Extensions.Log...
// 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 Microsoft.Win32; using System; using System.Diagnostics; using System.Security.Principal; using Xunit; namesp...
// // Copyright (C) 2012-2014 DataStax 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 app...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using NuGet.Resources; namespace NuGet { public class InstallWalker : PackageWalker, IPackageOperationResolver { private readonly bool _ignoreDependencies; priva...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; #if OPENGL #if MONOMAC using MonoMac.OpenGL; #elif WINDOWS || LINUX using OpenTK.Graphics.OpenGL; #else using OpenTK.Graphics.ES20; #endif #elif PSM using Sce.PlayStation.Core.Graphics; #elif DIRECTX using System.Reflection; #endif ...
/* * Copyright (c) Contributors, http://aurora-sim.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 reta...
// 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.ComponentModel.Design; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Task = Sys...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement.Metadata; using OrchardCore...
// **************************************************************** // This is free software licensed under the NUnit license. You // may obtain a copy of the license as well as information regarding // copyright ownership at http://nunit.org. // **************************************************************** namespa...
/****************************************************************************** * Copyright (C) Leap Motion, Inc. 2011-2017. * * Leap Motion proprietary and confidential. * * * ...
/* * Copyright 2012-2015 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. * * 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 Lice...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Globalization { using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Runtime.Versioning; using System.Diagnostics.Contracts; // /...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEditor.Graphing; namespace UnityEditor.ShaderGraph { [Title("Utility", "Sub-graph")] class SubGraphNode : AbstractMaterialNode , IGeneratesBodyCode , IOnAssetEnabled , IGeneratesFunction ...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { ...
using BefunGen.AST.CodeGen; using BefunGen.AST.Exceptions; using BefunGen.Properties; using System; using System.IO; using System.Text; using System.Text.RegularExpressions; namespace BefunGen.AST { public class TextFungeParser { private GOLD.Parser parser; public long ParseTime { get; private set; } public l...
// 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.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
#region License /*---------------------------------------------------------------------------------*\ Distributed under the terms of an MIT-style license: The MIT License Copyright (c) 2006-2009 Stephen M. McKamey Permission is hereby granted, free of charge, to any person obtaining a copy of this software and...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Speech.Recognition; using ClownCrew.GitBitch.Client.Interfaces; using ClownCrew.GitBitch.Client.Model; using ClownCrew.GitBitch.Client.Model.EventArgs; namespace ClownCrew.GitBitch.Client.Agents { public class...
using System; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { internal class XLCellsCollection { private readonly Dictionary<int, Dictionary<int, XLCell>> rowsCollection = new Dictionary<int, Dictionary<int, XLCell>>(); public readonly Dictionary<Int32, Int32> ...
// 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. // Summary: // Implements the exhaustive task cancel and wait scenarios. using Xunit; using System; using System.Co...
// 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.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.C...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Diagnostics; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using Microsoft.Win...
// 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.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Linq; namespace System.Collections.Immutable ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using System.Transactions; using Abp.Application.Features; using Abp.Auditing; using Abp.Authorization.Roles; using Abp.Configuration; using Abp.Configuration.Startu...
using System; using System.Collections.Generic; using System.Data.Services.Client; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Runtime.Versioning; namespace NuGet { public class DataServicePackageRepository : PackageRepositoryBase, IHttpClientEvents, IServiceB...
// ------------------------------------------------------------------------------------------------------------------- // Generated code, do not edit // Command Line: DomGen "timeline.xsd" "..\Schema.cs" "timeline" "picoTimelineEditor" // --------------------------------------------------------------------------------...
// Copyright 2010 Chris Patterson // // 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...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2014 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Management.Automation; using Microsoft.Management.Infrastructure; using Microsoft.Management.Infrastructure.Options...
using System; using System.Data; using Csla; using Csla.Data; using SelfLoadSoftDelete.DataAccess; using SelfLoadSoftDelete.DataAccess.ERLevel; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G02_Continent (editable root object).<br/> /// This is a generated base class of <see cref="G02_...
//--------------------------------------------------------------------- // <copyright file="FunctionImportMappingComposable.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // // @owner [....] // @backupOwner willa //--------------------------------------...
//--------------------------------------------------------------------------- // // <copyright file="RotateTransform3D.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/def...
using System; using System.Collections.Generic; using UnityEngine; namespace TinyBinaryXml { public class TbXmlNode { public ushort id; public List<ushort> childrenIds; public ushort templateId; public List<int> attributeValues; public TbXml tbXml; public int text = -1; public string GetText() ...
// ******************************************************************************************************** // Product Name: DotSpatial.Positioning.Forms.dll // Description: A library for managing GPS connections. // ******************************************************************************************************...
// Copyright (c) 2007-2008, Gaudenz Alder using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Drawing; namespace com.mxgraph { /// <summary> /// Represents the geometry of a cell. For vertices, the geometry consists /// of the x- and y-location, as well...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Text; using Rynchodon.Utility; using Rynchodon.Utility.Network; using Sandbox.ModAPI; namespace Rynchodon.Settings { /// <summary> /// Some of the settings will be made available to client...
namespace AgileObjects.AgileMapper.Members.Dictionaries { using System.Collections.Generic; using System.Linq; using Extensions.Internal; using NetStandardPolyfills; using ReadableExpressions.Extensions; #if NET35 using Microsoft.Scripting.Ast; #else using System.Linq.Expressions; #endif ...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
// *********************************************************************** // Copyright (c) 2008 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, inclu...
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- namespace System.Activities.Presentation { using System.Diagnostics; using System.Windows; using System.Windows...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using Service.Areas.HelpPage.Models; namespace Service.Are...
#region License // Copyright (c) 2007 James Newton-King // // 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, ...
// 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.Globalization; using System.IO; using System.Net.Cache; using System.Net.Http...
// Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy // of the License at http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED *A...
//! \file ImageHG3.cs //! \date Sat Jul 19 17:31:09 2014 //! \brief CatSystem HG3 image format implementation. // // Copyright (C) 2014-2015 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"...
// 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; /// <summary> /// ToInt64(System.Int16) /// </summary> public class ConvertToInt64_6 { #region Pu...
// *********************************************************************** // Copyright (c) 2015-2018 Charlie Poole, Rob Prouse // // 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 r...
//----------------------------------------------------------------------- // <copyright> // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project. // // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL). // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL fo...
using UnityEngine; using System.Collections; public class MegaNearestPointTest { public static Vector3 NearestPointOnMesh1(Vector3 pt, Vector3[] verts, int[] tri, ref int index, ref Vector3 bary) { float nearestSqDist = float.MaxValue; Vector3 nearestPt = Vector3.zero; nearestSqDist = float.MaxValue; for ...
namespace Ocelot.AcceptanceTests { using System; using System.Collections.Generic; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Threading.Tasks; using Ocelot.Configuration.File; using Shouldly; using TestStack.BDDfy; using Xunit; publi...
// ******************************************************************************************************** // Product Name: DotSpatial.Data.dll // Description: The data access libraries for the DotSpatial project. // *****************************************************************************************************...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
// DeflaterHuffman.cs // // Copyright (C) 2001 Mike Krueger // Copyright (C) 2004 John Reilly // // This file was translated from java, it was part of the GNU Classpath // Copyright (C) 2001 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms o...
using System; using System.Collections.Generic; using LabLog.Domain.Events; using LabLog.Domain.Exceptions; namespace LabLog.Domain.Entities { public class School { private readonly Action<ILabEvent> _eventHandler; private School(Action<ILabEvent> eventHandler) { _eventHand...
#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...
// 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.IO; using System.Runtime; using System.Runtime.Diagnostics; using Sys...
//----------------------------------------------------------------------- // <copyright file="ValidationTests.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: http://www.lhotka.net/cslanet/ // </copyright> // <summary>no summary</summary> //------------------------------...
/* * DesignerHost.cs - IDesignerHost implementation. Designer transactions * and service host. One level up from DesignContainer, tracks RootComponent. * * Authors: * Michael Hutchinson <m.j.hutchinson@gmail.com> * * Copyright (C) 2005 Michael Hutchinson * * This sourcecode is licenced under The MIT L...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apac...
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Orchard.Users.Indexes; using Orchard.Users.Models; using YesSql; namespace Orchard.Users.Services { public class UserStore : IUserStore<User>, IUserRoleSt...
/* * Copyright (c) Contributors * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright ...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
using System; using System.Collections.Generic; using Gtk; using Moscrif.IDE.Workspace; using Moscrif.IDE.Controls; using MessageDialogs = Moscrif.IDE.Controls.MessageDialog; using Moscrif.IDE.Iface.Entities; using Moscrif.IDE.Components; namespace Moscrif.IDE.Option { internal class GlobalOptionsPanel : OptionsPanel...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Security; using System.Threading; using System.Threading.Tasks; using System.Runtime.InteropServices; using System.Diagnostics; namespace System.IO { ...
// Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by...
/* ** SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) ** Copyright (C) 2011 Silicon Graphics, Inc. ** All Rights Reserved. ** ** 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 wit...
#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...
#region [ license and copyright boilerplate ] /* MiscCorLib ConvertEnum.cs Copyright (c) 2016 Jim Kropa (https://github.com/jimkropa) 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:/...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
// 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.Globalization; using System.IO; using Syste...
#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.Collections.ObjectModel; using System.Dynamic.Utils; namespace Syste...
// 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.CompilerServices; using Xunit; namespace ManagedTests.DynamicCSharp.Conformance....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Orchard.Caching; using Orchard.Environment.Extensions.Models; using Orchard.FileSystems.Dependencies; using Orchard.FileSystems.VirtualPath; using Orchard.Logging; namespace Orchard.Environment.Extensions...
using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System....
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Orleans.CodeGenerator.Compatibility; using Orleans.CodeGenerator.Model; using ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; using System.Management.Automation.Internal; using System.Net; using System.Text; using Micros...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class AnimateTiledTexture : MonoBehaviour { public bool _useCoroutine = false; // Use coroutines for PC targets. For mobile targets WaitForSeconds doesn't work. [HideInInspector] public float _framesPerSecond = 1f; // Frames per...