context
stringlengths
2.52k
185k
gt
stringclasses
1 value
// Copyright 2007-2012 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 // /...
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 MusicStoreServices.Areas.HelpPage.Models; namespace ...
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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.Threading; using System.Threading.Tasks; namespace System.IO { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using UnityEditor; using UnityEngine; using Debug = UnityEngine.Debug; // Put the file to Assets/Plugins/Rider/Editor/ for Unity 5.2.2+ // the file to Assets/Plugins/Edito...
// 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. /*============================================================ ** ** ** ** Purpose: The structure for holding all of...
#region License and Terms // // NCrontab - Crontab for .NET // Copyright (c) 2008 Atif Aziz. All rights reserved. // Portions Copyright (c) 2001 The OpenSymphony Group. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the L...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Web; using System.Web.Mvc; namespace Coevery.UI.Resources { public class ResourceDefinition { private static readonly Dictionary<string, string> _resourceTypeTagNames = new Dictionary<string, string> {...
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; namespace Fungus { /// <summary> /// Controls a ...
using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using System; using System.Linq; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.Models; using WalletWasa...
using System; using System.IO; using IdSharp.Common.Utils; using IdSharp.Tagging.ID3v2.Extensions; namespace IdSharp.Tagging.ID3v2.Frames { internal sealed class AudioText : Frame, IAudioText { private static readonly byte[] _scrambleTable; private EncodingType _textEncoding; private s...
#if UNITY_EDITOR using UnityEditor; #endif namespace UnityStandardAssets.Utility { using System; using UnityEngine; public class WaypointCircuit : MonoBehaviour { public WaypointList waypointList = new WaypointList(); [SerializeField] private bool smoothRoute = true; private int numPo...
namespace Sharpen { using System; using System.Collections.Generic; using System.IO; using System.Threading; public class FilePath { private string path; private static long tempCounter; public FilePath () { } public FilePath (string path) : this ((string) null, path) { } public FilePath...
/* * * (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...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Reflection.Emit; namespace Lokad.Cqrs { public sealed class RedirectToCommand : HideObjectMembersFromIntelliSense { public readonly IDictionary<Type, Action<object>> Dict =...
using UnityEngine; using UnityEditor; using System.Collections.Generic; namespace tk2dEditor.SpriteCollectionEditor { public class FontView { public SpriteCollectionProxy SpriteCollection { get { return host.SpriteCollection; } } IEditorHost host; public FontView(IEditorHost host) { this.host = host; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; using System.Text; using System.IO.Pipelines.Testing; using Sys...
/* * 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 of ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Baseline; using Marten.Linq; using Marten.Schema; using Marten.Services; using Marten.Services.Events; namespace Marten.Events { public class EventStore : IEventStore { private...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using Mapsui.Fetcher; namespace Mapsui.Layers { public class LayerCollection : IEnumerable<ILayer> { private ConcurrentQueue<ILayer> _layers = new(); public delegat...
/* * Exchange Web Services Managed API * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restr...
// ---------------------------------------------------------------------- // // Microsoft Windows NT // Copyright (C) Microsoft Corporation, 2007. // // Contents: Entry points for managed PowerShell plugin worker used to // host powershell in a WSMan service. // ---------------------------------------------------...
// 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. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // PartitionerHelpers.c...
// -------------------------------------------------------------------------------------------------------------------- // Copyright (c) Lead Pipe Software. All rights reserved. // Licensed under the MIT License. Please see the LICENSE file in the project root for full license information. // --------------------------...
using System; using NUnit.Framework; using System.Drawing; using System.Text.RegularExpressions; using OpenQA.Selenium.Environment; using OpenQA.Selenium.Internal; namespace OpenQA.Selenium.Interactions { [TestFixture] public class DragAndDropTest : DriverTestFixture { [SetUp] public void S...
using System; using System.Threading.Tasks; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Diagnostics; using System.Windows.Input; using AppStudio.Uwp.Actions; using AppStudio.Uwp.Cache; using AppStudio.Uwp.Commands; using AppStudio.Uwp.DataSync; using AppStudio...
// 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.Diagnostics.CodeAnalysis; namespace System.Net.Http.Headers { [SuppressM...
// 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. /*============================================================ ** ** ** ** Purpose: This class will encapsulate an u...
using System.Collections.Generic; using System.Collections.Immutable; using NLog; using Logger = NLog.Logger; namespace nJocLogic.propNet.factory.flattener { using System; using System.Linq; using data; using gameContainer; using util.gdl; using util.gdl.model.assignments; /// <summary> ...
using System; using System.Collections; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; using System.Reflection; using System.Web; using System.Web.UI.WebControls; using Cuyahoga.Core.DataAccess; using Cuyahoga.Core.Domain; using Cuyahoga.Core.Service; using Cuyahoga.Co...
// 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.Globalization; using System.Collections.Generic; using System.Configuration.Assemblies...
//----------------------------------------------------------------------- // <copyright file="Iis6VirtualDirectory.cs">(c) http://www.codeplex.com/MSBuildExtensionPack. This source is subject to the Microsoft Permissive License. See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.ms...
// 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; using System.Collections.Generic; using System.Diagnostics; using JetBrains.Annotations; using osu.Framework.Extensions.ObjectExtensions; using osu.Framewor...
using System; namespace PalmeralGenNHibernate.EN.Default_ { public partial class ProveedorEN { /** * */ private string id; /** * */ private string nombre; /** * */ private string telefono; /** * */ private string direccion; /** * */ private string localidad; /** * */ private string provincia; ...
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using System.IO; using System.Runtime.Serialization; namespace Effekseer { [Serializable] internal abstract class Resource { public string path {get; protected set;...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.Research.Naiad; using Microsoft.Research.Naiad.Dataflow; using Microsoft.Research.Naiad.Dataflow.Channels; using Microsoft.Research.Naiad.DataStructures; using Mic...
using System; using System.IO; using System.Collections.Generic; using DevExpress.CodeRush.StructuralParser; using System.Reflection; namespace CR_ImportNamespace { public class AssemblyNamespace { private bool _IsProjectReference; const string STR_AssemblyCacheFormat = "AssemblyCache{0}"; readonly st...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Xml; using System.Diagnostics; using System.Collections; using System.Globalization; usin...
using System; using System.Diagnostics; using System.Linq; using System.Reflection; using hw.Helper; using JetBrains.Annotations; // ReSharper disable CheckNamespace namespace hw.DebugFormatter { /// <summary> Summary description for Tracer. </summary> [PublicAPI] public static class Tracer { ...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the License); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at http://www.apache.org/licenses/LICENSE-2.0 //...
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Permissive License. // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL. // All other rights reserved. //*************************************************************************** // HOW TO USE THIS FILE // // If you need a...
// 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...
using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell.Interop; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace Alphaleonis.EventSourceClassGenerator { /// <summary> /// Base...
using System; using System.Collections.Generic; using System.Linq; using NetFusion.Common.Extensions.Collections; using NetFusion.Common.Extensions.Types; using NetFusion.Rest.Common; using NetFusion.Rest.Docs.Core.Descriptions; using NetFusion.Rest.Docs.Models; using NetFusion.Rest.Docs.Plugin; using NetFusion.Rest.Re...
using System; using Org.BouncyCastle.Crypto.Macs; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Modes { /// <summary> /// Implements the Galois/Counter mode (GCM) detailed in /// NIST Special Publication 800-38D. /// </su...
// // 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.SpanTests { public static partial class ReadOnlySpanTests { [Fact] ...
// 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; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExtens...
using System; using System.Web.Mvc; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core; using Umbraco.Web.Security; using System.Collections.Specialized; namespace Umbraco.Web.Mvc { /// <summary> /// The base controller that all Presentation Add-in controllers should inherit from //...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace Spark.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sampl...
/* * 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; using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.CSharp.Articles.CreatePivotTablesPivotCharts { public class CreatePivotTableWithFormatting { public static void Run() { //Output directory string outputDir = RunExamples.Get_OutputDirecto...
#region Using directives using SimpleFramework.Xml.Core; using SimpleFramework.Xml.Strategy; using SimpleFramework.Xml; using System; #endregion namespace SimpleFramework.Xml.Strategy { public class PrimitiveCycleTest : ValidationTestCase { private const String SOURCE = "<?xml version=\"1.0\"?>\n"+ ...
// 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...
// // Copyright (c) 2004-2021 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...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Concurrent; using System.Linq; namespace Shielded { /// <summary> /// Supports adding at both ends O(1), taking from head O(1), and every other op /// involves a search, O(n). Enumerating must be done in tran...
using System; using System.IO; using System.Reflection; using Nohros.Logging; using Nohros.Configuration; namespace Nohros.Providers { /// <summary> /// A class used to instantiate others factories using information defined /// on a <see cref="IProviderNode"/> object. /// </summary> /// <remarks> /// 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; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; usin...
//----------------------------------------------------------------------- // <copyright company="CoApp Project"> // Copyright (c) 2010-2013 Garrett Serack and CoApp Contributors. // Contributors can be discovered using the 'git log' command. // All rights reserved. // </copyright> // <license> // The s...
// 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.Diagnostics; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell.Interop; using IServiceProvider = System.IServiceProv...
// 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. ...
/* Copyright (C) 2008-2018 Peter Palotas, Jeffrey Jangli, Alexandr Normuradov * * 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 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. /****************************************************************************** * This file is auto-generated from ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.Contracts; using System.Runtime; using System.Threading.Tasks; using System.ServiceModel.Di...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Adxstudio.Xrm.Cms; using Adxstudio.Xrm.Services.Q...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
// 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.IO; using System.Runtime.Versioning; using System.Runtime.Compi...
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; using System.Diagnostics; using MyGeneration.CodeSmithConversion.Parser; using MyGeneration.CodeSmithConversion.Template; using MyGeneration.CodeSmithConversion.Con...
using System; namespace MetroHash { public partial class MetroHash { //---------------------------------------------------------------------------// private const ulong K0_64_1 = 0xC83A91E1; private const ulong K1_64_1 = 0x8648DBDB; private const ulong K2_64_1 = 0x7BDEC03B;...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PhotonHandler.cs" company="Exit Games GmbH"> // Part of: Photon Unity Networking // </copyright> // ------------------------------------------------------------------------------...
using Microsoft.IdentityModel; using SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2; using SharePointPnP.IdentityModel.Extensions.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectM...
// 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.Linq; using System.Security.Claims; using System.Security.Principal; using System.Threading.Tasks; using Microsoft.AspNetCore.Components.Rendering; using M...
/* * 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 ...
using System; using System.Collections.ObjectModel; using System.Linq; using System.Linq.Expressions; using System.Reflection; namespace Masb.Yai { public class ExpressionReflectionVisitor : ExpressionVisitor { protected override CatchBlock VisitCatchBlock(CatchBlock node) { var new...
// 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 Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation; using System; using System.Collections.ObjectModel; using System.Diagnostics; using Type = Mi...
using System; using System.Text; using NUnit.Framework; using SimpleContainer.Interface; using SimpleContainer.Tests.Helpers; namespace SimpleContainer.Tests { public abstract class CloneContainerTest : SimpleContainerTestBase { public class Simple : CloneContainerTest { private static int counter; public...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------------------------ using System.Data.Common; using System.Data.ProviderBase; using System.Diagnostics; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using Xunit; namespace System.Linq.Expressions.Tests { // Tests...
/** * 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...
/* * 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 ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System; using System.Collections.Generic; using System.Text; using gView.Framework.IO; using gView.Framework.system; using gView.Framework.UI; using System.Reflection; using System.IO; using gView.Framework.Data; using gView.Framework.Symbology; using gView.Framework.Carto.Rendering.UI; namespace gView.Framework...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
// // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or s...
using ClosedXML.Excel; using NUnit.Framework; using System; using System.Linq; namespace ClosedXML.Tests.Excel { [TestFixture] public class ColumnTests { [Test] public void ColumnUsed() { var wb = new XLWorkbook(); IXLWorksheet ws = wb.Worksheets.Add("Sheet1"...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // //permutations for (((class_s.a+class_s.b)+class_s.c)+class_s.d) //(((class_s.a+class_s.b)+class_s.c)+class_s.d) //(class_s.d+((class_s.a+class_s.b)+class_s.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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.ObjectModel; using System.Linq; using System.Windows.Input; using Afnor.Silverlight.Toolkit.ViewServices; using EspaceClient.BackOffice.Domaine.Criterias; using EspaceClient.BackOffice.Domaine.Results; using EspaceClient.BackOffice.Silverlight.Business.Depots; using EspaceClient.B...
/* Copyright (c) 2005-2006 Tomas Matousek. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not...
#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. ...
/** * Least Recently Used cache * Caches the most recently used items up to the given capacity dumping * the least used items first * * Initial Revision: August 6, 2010 David C. Daeschler * (c) 2010 InWorldz, LLC. */ using System; using System.Collections.Generic; using System.Threading; using System.Text; ...
/////////////////////////////////////////////////////////////////////////////////// // Open 3D Model Viewer (open3mod) (v2.0) // [SceneRendererClassicGl.cs] // (c) 2012-2015, Open3Mod Contributors // // Licensed under the terms and conditions of the 3-clause BSD license. See // the LICENSE file in the root folder of th...
// 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 Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.Editor.CSharp.Uni...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using System.Windows.Input; using Avalonia.Controls.Generators; using Avalonia.Controls.Metadata; using Avalonia.Controls.Mixins; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Data; usi...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class ModeGridScript : MonoBehaviour { // Positions private Vector3 tapboxPosition_0 = new Vector3(-120f, 120f, LAYER_TAPBOX); private Vector3 tapboxPosition_1 = new Vector3( -40f, 120f, LAYER_TAPBOX); private Vector3 tapbo...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Web.UI; using System.Web.UI.HtmlControls; using ...
// 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. ...
// ---------------------------------------------------------------------------------- // // 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...