text
string
#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, ...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Luc Morin" email=""/> // <version>$Revision$</version> // </file> using System; using System.Data; using System.Data.OleDb; using SharpQuery.Collections; using SharpQuery.Exceptions; usi...
using System; using xmljr.math; using System.ComponentModel; using uint16 = System.UInt16; using uint32 = System.UInt32; namespace DemoGame { [TypeConverter(typeof(ExpandableObjectConverter)),Serializable] public class Monster { public int _ActivatedAt; [CategoryAttribu...
/* * 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"); yo...
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace GestionInmobiliaria.RESTServices.Tests { using System.Net; using System.IO; using System.Web.Script.Serialization; using GestionInmobiliaria.BusinessEntit...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using Dapper; using Lucene.Net.Store; using Lucene.Net.Support; using LuceneNetSqlDirectory.Helpers; namespace LuceneNetSqlDirectory { ...
/* * Vericred API * * Vericred's API allows you to search for Health Plans that a specific doctor accepts. ## Getting Started Visit our [Developer Portal](https://developers.vericred.com) to create an account. Once you have created an account, you can create one Application for Production and another for our San...
// Copyright 2018 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 file="ExtensionHelpers.cs" company="Solidsoft Reply Ltd."> // Copyright (c) 2015 Solidsoft Reply Limited. All rights reserved. // // Licensed under the Apache License, Version 2.0 ...
using System.Linq; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using AH.DUtility; using AH.ModuleController.HRSR; using System.Drawing.Drawing2D; using System.IO; using System.Drawing.Imaging; using...
#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...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
/* | Version 10.1 | Copyright 2014 Esri | | 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...
namespace ChinaUnion_Agent { partial class frmMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// ...
/* Copyright (c) 2017 Marcin Szeniak (https://github.com/Klocman/) Apache License Version 2.0 */ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading; us...
using System; using System.Collections.Generic; using System.Linq; using MOE.Common.Business.WCFServiceLibrary; using MOE.Common.Models; namespace MOE.Common.Business.DataAggregation { public class EventCountAggregationBySignal : AggregationBySignal { public EventCountAggregationBySignal(ApproachEvent...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace Opinnaytetyo { class Player : Entity { private float speed; priv...
using System; namespace Microsoft.Language.Xml.Benchmarks { public static class XmlSnippets { public const string LongAndroidLayoutXml = @"<?xml version=""1.0"" encoding=""utf-8""?> <moyeu.InfoPane xmlns:android=""http://schemas.android.com/apk/res/android"" android:id=""@+id/infoPane"" androi...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Remoting; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Kleinware.LikeType { [TestClass] public class LikeEnumerableTypeTests { private Foo _foo1; private Foo _foo2; private FooE...
/* * 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.Collections.Generic; using System.Linq; using System.Management; using System.Text; using System.Security.Cryptography; namespace Simple.Common.Utility { public class MachineInfoUtils { public static string GetIPAddress() { string result = ""; ...
// Copyright (c) 2017 Jan Pluskal, Martin Mares, Martin Kmet // //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 appl...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Reflection; using System.Resources; namespace SoukeyNetget { public partial class frmDict : Form { private string DelContent...
using BEPUutilities2; using System.Collections.Generic; using System.Diagnostics; using System.Numerics; using System.Runtime.CompilerServices; namespace SolverPrototype.CollisionDetection { public interface IOverlapHandler { void Handle(int indexA, int indexB); } partial class Tree { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using AutoMapper; using LB = LRWarehouse.Business; using TagValue1 = LRWarehouse.Business.CodesTagValue; using TagValue = IOERBusinessEntities.Codes_TagValue; using ILPathways.Common; using ILPathways.Utilities; using Isl...
// <copyright file="OwinRequestTests.cs" company="Microsoft Open Technologies, Inc."> // Copyright 2013 Microsoft Open Technologies, Inc. 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 c...
using System; using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Fabric; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.ServiceFabric.Services.Runtime; namespace RoadRunners.ScannerWebApi { [EventSource(Name = "MyCompany-RoadRunners.SFCluster-Scan...
/** * * (c) Copyright Ascensio System SIA 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 ...
using RefactorName.Core; using RefactorName.RepositoryInterface.Queries; using System; using System.Collections.Generic; using System.Data.Entity.Infrastructure; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace RefactorName.SqlServerRepository.Queries { ...
using Pchp.Core; using Pchp.Core.Reflection; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; namespace Pchp.Library.Reflection { [PhpType(PhpTypeAttribute.InheritName), PhpExtension(ReflectionUtils.ExtensionName)] publ...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Threading.Tasks; using Newtonsoft.Json; namespace CloudStack.Net { public class CreateServiceOfferingRequest : APIRequest { public CreateServiceOfferingRequest() : base("createServiceOffering") {} ...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "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.apa...
using System; using LZ4.Tests.Helpers; using System.Xml.Serialization; using System.IO; using System.IO.Compression; #if !X64 using LZOHelper; #endif namespace LZ4.Tests.Continuous { // ReSharper disable InconsistentNaming class Program { #region Main static void Main(string[] args) { try { if (...
// // Paginator.cs: // // Author: // Brian Nickel (brian.nickel@gmail.com) // // Original Source: // oggpage.cpp from TagLib // // Copyright (C) 2006-2007 Brian Nickel // Copyright (C) 2003 Scott Wheeler (Original Implementation) // // This library is free software; you can redistribute it and/or modify // it unde...
using System; using System.Linq; using System.Messaging; using Autofac.Core; using Rhino.ServiceBus.Exceptions; using Rhino.ServiceBus.Impl; using Rhino.ServiceBus.Internal; using Rhino.ServiceBus.LoadBalancer; using Rhino.ServiceBus.MessageModules; using Autofac; using Rhino.ServiceBus.Msmq; using Xunit; u...
using System; using System.Diagnostics.Contracts; using System.Globalization; using NMoneys.Support; namespace NMoneys { public partial struct Money { /// <summary> /// Creates an <see cref="Money"/> instance with the specified <see cref="Amount"/> and the <see cref="CurrencyCode"/> from the region ...
/* This file is a part of JustLogic product which is distributed under the BSD 3-clause "New" or "Revised" License Copyright (c) 2015. All rights reserved. Authors: Vladyslav Taranov. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the followin...
// ***************************************************************************** // // © Component Factory Pty Ltd 2017. All rights reserved. // The software and associated documentation supplied hereunder are the // proprietary information of Component Factory Pty Ltd, 13 Swallows Close, // Mornington, Vic 3931...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. #if !NO_PERF using System.Collections.Generic; using System.Reactive.Disposables; #if !NO_TPL using System.Threading; using System.Threading.Tasks; #endif namespace System.Reactive.Li...
/* * 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.Configuration; using System.Linq; using System.Threading; using System.Web; using Sample_5.DAL; using Sample_5.ORM; using Sample_5.ViewEntity; using Senparc.Weixin.MP; using Senparc.Weixin.MP.AdvancedAPIs; using Senparc.Weixin.MP.CommonAPIs; namespace Sampl...
#region Using Statements using Artemis.Engine.Utilities; using Artemis.Engine.Utilities.UriTree; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; #endregion namespace Artemis.Engine.Graphics { public abstract class AbstractRenderLayer : Uri...
//****************************************************************************************************** // InstallerBase.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // t...
//----------------------------------------------------------------------- // <copyright file="MainWindow.xaml.cs" company="StrikeByte"> // StrikeByte Software, Inc. 2011- // </copyright> //----------------------------------------------------------------------- using System.Windows.Media; using System.Windo...
/* ** $Id: luac.c,v 1.54 2006/06/02 17:37:11 lhf Exp $ ** Lua compiler (saves bytecodes to files; also list bytecodes) ** See Copyright Notice in lua.h */ using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Reflection; using SharpLua; namespace SharpLua { using Instruc...
namespace Microsoft.ApplicationInsights.Tests { using System; using System.Collections.Generic; using System.Globalization; using Microsoft.ApplicationInsights.DataContracts; using Microsoft.ApplicationInsights.Extensibility.Filtering; using Microsoft.VisualStudio.TestTools.UnitTesting; /...
#region Copyright // // DotNetNuke® - http://www.dotnetnuke.com // Copyright (c) 2002-2016 // by DotNetNuke 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 restricti...
// 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 Xunit; namespace System.Security.Cryptography.X509Certificates.Tests { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information namespace DotNetNuke.Modules.Admin.Users { using System; using System.Web.UI; using System.Web.UI.WebC...
// 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. /*============================================================ ** ** Classes: NativeObjectSecurity class ** ** ====...
// // OracleDataReaderTest.cs :- Defines a class OraRetrieve' derived from the // 'BaseRetrieve' class : // - Contains code specific to oracle database // // Author: // Satya Sudha K (ksathyasudha@novell.com) // // // Copyright (C) 2004 Novell, Inc (http://ww...
/*************************************************************************** Copyright (c) Microsoft Corporation 2011. This code is licensed using the Microsoft Public License (Ms-PL). The text of the license can be found here: http://www.microsoft.com/resources/sharedsource/licensingbasics/publiclicense.mspx ***...
using FastJSON; using System; using System.Collections.Generic; using System.Xml; using Top.Api.Parser; using Top.Api.Util; using Top.Api; namespace DingTalk.Api { /// <summary> /// 基于REST的TOP客户端。 /// </summary> public class DefaultDingTalkClient : IDingTalkClient { internal string serverU...
/* * Overlays - Images, text or other things that can be rendered over the top of a ListView * * Author: Phillip Piper * Date: 14/04/2009 4:36 PM * * Change log: * v2.3 * 2009-08-17 JPP - Overlays now use Adornments * - Added ITransparentOverlay interface. Overlays can now have se...
 namespace GMap.NET.CacheProviders { using System; using System.Data.SqlClient; using System.Diagnostics; using System.IO; using MapProviders; /// <summary> /// image cache for ms sql server /// optimized by mmurfinsimmons@gmail.com /// </summary> public class MsSQLPureImageCache : PureI...
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.ClearCanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the G...
// -------------------------------------------------------------------------------------------- // <copyright file="SettingsVersionControl.cs" from='2009' to='2014' company='SIL International'> // Copyright (C) 2014, SIL International. All Rights Reserved. // // Distributable under the terms of ei...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Data; using System.Windows.Media; using EveLocalChatAnalyser.Utilities.PosMapper; using Brushes = EveLocalChatAnalyser.Ui.Models.Brushes; namespace EveLocalChatAnalyser.Ui.PosMapper { public class MoonItemViewModel { ...
/* █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀ ▀ ▀ ▀▀ █ █ ▄███████▄ ▄████████ █ ███ ███ ...
/*************************************************************************************************************************************** * Copyright (C) 2001-2012 LearnLift USA * * Contact: Learnlift USA, 12 Greenway Plaza, Suite 1510, Houston, Texas 77046, support@memorylifter.com * * ...
// // System.Reflection.MethodInfo Test Cases // // Authors: // Zoltan Varga (vargaz@gmail.com) // // (c) 2003 Ximian, Inc. (http://www.ximian.com) // Copyright (C) 2004 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Text.Json; using System.Threading; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline; using Azure...
/* * Copyright 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
// Copyright (c) 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.Globalization; using Microsoft.CodeAnalysis.Shared.Extension...
// 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.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeRefactorings; using Microsoft.Cod...
// 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 Cake.Common.Tests.Fixtures.Tools.NuGet.Packer; using Cake.Com...
using UnityEngine; using System; using LuaInterface; using SLua; using System.Collections.Generic; public class Lua_UnityEngine_Vector2 : LuaObject { [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static public int constructor(IntPtr l) { try { UnityEngine.Vector2 o; System.Single a1; ch...
// Copyright 2011 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.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
using GRA.Controllers.ViewModel.Shared; using GRA.Controllers.ViewModel.MissionControl.Triggers; using GRA.Domain.Model; using GRA.Domain.Service; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using System.Linq; using System.Threading.Tasks; using Microso...
// 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.Immutable; using System.Threading; using System.Threading.Tasks; using Micro...
using System.IO; using System.Linq; using Bloom.Publish; using Bloom.web.controllers; using NUnit.Framework; namespace BloomTests.Book { public class AccessibilityCheckersTests : BookTestsBase { [SetUp] public void SetupFixture() { _collectionSettings = CreateDefaultCollectionsSettings(); _bookData = Cr...
// 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: A wrapper class for the primitiv...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; using Internal.IL.Stubs; using Internal.IL; using Debug = System...
// Author: Daniele Giardini - http://www.demigiant.com // Created: 2015/03/12 16:03 using System; using System.Collections.Generic; using System.IO; using DG.DemiEditor; using DG.DOTweenEditor.Core; using DG.Tweening; using DG.Tweening.Core; using UnityEditor; using UnityEngine; using UnityEngine.UI; #...
/* * * (c) Copyright Ascensio System Limited 2010-2015 * * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html). * In accordance with Section 7(a...
/* * * (c) Copyright Ascensio System Limited 2010-2015 * * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html). * In accordance with Section 7(a...
// Material wrapper generated by shader translator tool using System; using System.Reflection; using UnityEngine; namespace Kopernicus { namespace MaterialWrapper { public class PQSProjectionAerialQuadRelative : Material { // Internal property ID tracking object protecte...
using System; using System.Collections.Generic; using System.Linq; namespace CleanCode.Tasks.IsCheck { public struct Position { public int Row { get; set; } public int Column { get; set; } public Position(int Row, int Column) : this() { this.Row = Row; ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using Grapevine.Interfaces.Server; using Grapevine.Shared; using FileNotFoundException = Grapevine.Exceptions.Server.FileNotFoundException; namespace Grapevine.Server { public interface IPublic...
/* Dataphor © Copyright 2000-2008 Alphora This file is licensed under a modified BSD-license which can be found here: http://dataphor.org/dataphor_license.txt */ using System; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.Speciali...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information namespace DotNetNuke.Modules.Html { using System; using System.Collections; using System.Collections.G...
// 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.Threading; using System.Threading.Tasks; using Mi...
namespace PKHeX.WinForms { partial class SAV_PokedexXY { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; using OpenQA.Selenium.Environment; using System.Text.RegularExpressions; namespace OpenQA.Selenium { [TestFixture] public class TextHandlingTest : DriverTestFixture { private string newLine = "\r\n...
// 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.CodeAnalysis.Test.Utilities; using Microsoft.CodeAnalysis.Text.Shared.Extensions; using Microsoft.V...
// <copyright file="EdgeOptions.cs" company="Microsoft"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under th...
//--------------------------------------------------------------------- // <copyright file="DetermineNavigationSourceTranslator.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //-----------------...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threading; usin...
// 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. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces; using Microsoft.CodeAnalys...
// 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.Globalization; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Contai...
// ---------------------------------------------------------------------------------- // // 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.apa...
namespace Merchello.Core.Validation { using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; /// <summary> /// Represents BankingValidationHelper. /// </summary> [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justif...
using System; using System.Collections.Generic; using Server.ContextMenus; using Server.Engines.Craft; namespace Server.Items { public enum GemType { None, StarSapphire, Emerald, Sapphire, Ruby, Citrine, Amethyst, Tourmaline, Amber, ...
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.clearcanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms...
using System; using System.Collections.Generic; using System.Xml; using Moq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Composing; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Events; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbra...
// 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. #nullable disable using System.Collections.Generic; using System.Collections.Immutable; using Roslyn.Utilities; us...
//--------------------------------------------------------------------- // <copyright file="TaupoToEdmPrimitiveDataTypeConverter.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //----------------...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Xunit; namespace S...