context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * Project: Membership Log (application using WhaTBI?) * Filename: BaseForm.cs * Description: Common form code */ using System; using System.Collections; using System.ComponentModel; using System.Reflection; using System.Windows.Forms; using Pdbartlett.Whatbi; namespace Pdbartlett.Membership...
#region Header /** * JsonMockWrapper.cs * Mock object implementing IJsonWrapper, to facilitate actions like * skipping data more efficiently. * * The authors disclaim copyright to this source code. For more details, see * the COPYING file included with this distribution. **/ #endregion Header using System...
// /* // * Copyright (c) 2016, Alachisoft. 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 // * // * Unle...
using System; using System.Net; using NUnit.Framework; using SevenDigital.Api.Schema; using SevenDigital.Api.Wrapper.Exceptions; using SevenDigital.Api.Wrapper.Responses; using SevenDigital.Api.Wrapper.Responses.Parsing; namespace SevenDigital.Api.Wrapper.Unit.Tests.Responses.Parsing { [TestFixture] public class Res...
/* Copyright 2019 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 agreed to in writing, ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Activities { using System; using System.Activities.Runtime; using Sy...
// 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.Diagnostics.CodeAnalysis; using System.Diag...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Collections; using System.Collections.Generic; using System.Text; using System.Net.NetworkInformation; namespace LumiSoft.Net.Dns.Client { /// <summary> /// Dns client. /// </summary> /// <example> /// <code> /// // Set dns s...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace Branding.DeployCustomThemeWeb { /// <summary> /// Encapsulate...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Purchasing.Core.Domain; using Purchasing.Tests.Core; using UCDArch.Core.PersistanceSupport; using UCDArch.Data.NHibernate; using UCDArch.Testing; namespace Purchasing.Tests.RepositoryTests { ...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Payment Method ///<para>SObject Name: PaymentMethod</para> /...
// 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.Globalization; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; namespace Microsoft.Code...
using Orleans.Runtime; using System; using System.Runtime.Serialization; namespace Orleans.Transactions { /// <summary> /// Base class for all transaction exceptions /// </summary> [Serializable] public class OrleansTransactionException : OrleansException { public OrleansTransactionExce...
//#define debug using System; using System.Collections.Generic; using System.Text; namespace ICSimulator { /** * @brief This is an implementation of buffered ring network interface proposed in * Ravindran et al. "A Performance Comparison of Hierarchical Ring- and Mesh-Connected Multiprocessor Networks"...
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 SaNi.Mono.Math; using System; using System.Runtime.CompilerServices; namespace SaNi.Mono.Graphics.Renderables { public sealed class Circle : IRenderable { #region Constants public const uint SmoothCircle = 36; public const uint RoughCircle = 9; #endregion #reg...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Management.Automation.Language; using System.Net.NetworkInformation; using System.Runtime.CompilerServices; u...
/// Copyright (C) 2012-2014 Soomla 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 applicable l...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
// // SignatureWriter.cs // // Author: // Jb Evain (jbevain@gmail.com) // // (C) 2005 - 2007 Jb Evain // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including //...
#region Using directives using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Drawing2D; using System.Collections.Specialized; #endregion namespace System.Windows.Forms { // this renderer supports hi...
/* * 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 ...
// StreamManipulator.cs // // Copyright (C) 2001 Mike Krueger // // 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 of the GNU General Public License...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Drawing2D; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.IO; using System.Xml; using System.Xml.Seriali...
using System; using System.ComponentModel; using System.Drawing; using System.Reflection; using System.Resources; using System.Threading; using System.Windows.Forms; using Alchemi.Core; using Alchemi.Core.Owner; using log4net; using log4net.Config; using AlchemiRenderer; // Configure log4net using the .config file [ass...
// // ImportManager.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2006-2008 Novell, Inc. // // 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 restri...
/// <license> /// This is a port of the SciMark2a Java Benchmark to C# by /// Chris Re (cmr28@cornell.edu) and Werner Vogels (vogels@cs.cornell.edu) /// /// For details on the original authors see http://math.nist.gov/scimark2 /// /// This software is likely to burn your processor, bitflip your memory chips /// anihi...
#region Using directives using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using System.Collections; using EnvDTE; using EnvDTE80; using System.IO; using Knowledge.Editor.AddIn; using System.Runtime.Inter...
//--------------------------------------------------------------------------- // // File: HtmlLexicalAnalyzer.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Lexical analyzer for Html-to-Xaml converter // //-------------------------------------------------------------------------...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
/* * DISCLAIMER * * Copyright 2016 ArangoDB GmbH, Cologne, Germany * * 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 ap...
// 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...
// Copyright (c) .NET Foundation. 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.Buffers; using System.IO.Pipelines; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tas...
using System; using UnityEngine; using Random = UnityEngine.Random; namespace UnityStandardAssets.Vehicles.Car { [RequireComponent(typeof (CarController))] public class CarAIControl : MonoBehaviour { public enum BrakeCondition { NeverBrake, // the car simply acce...
// 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 System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace AngularJS.App.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wi...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using Microsoft.AspNet.SignalR; using System.Text; using System.Threading.Tasks; using System.Threading; using VCM.Common.Log; using DAL; using System.Data; /// <summary> /// Summary description for MarketDataHub /// </summary> public ...
// Copyright (C) 2014 dot42 // // Original filename: Junit.Framework.cs // // 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...
using Android.Content; using Android.Graphics; using Android.Util; using Android.Views; using Java.Lang; using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace CustomBalloon { public class MyBalloonView : View { private readonly Regex re = new...
#if !(UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5 || UNITY_4_6 || UNITY_5_0 || UNITY_5_1 || UNITY_5_2) #define SupportCustomYieldInstruction #endif using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.Threading; using UniRx.Inter...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright 2021 Jacob Trimble // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
#region Copyright /*Copyright (C) 2015 Konstantin Udilovich 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 applicab...
namespace System.Workflow.ComponentModel.Design { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Diagnostics; using System.Reflection; using System.Globalization; internal sealed class ReferenceService : IReferenceSe...
// 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. #pragma warning disable 0420 // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Reflection; using DotSpatial.Controls; using DotSpatial.Data; using DotSpatial.Symbology; using DotSpatial.Tests.Common; using NUnit.Framework; namespace DotSpatial.Serialization.Tests { public enum TestEnum { ...
// *********************************************************************** // Copyright (c) 2007 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...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Xml; using Orleans.MultiCluster; using Orleans.Runtime.Configuration; using Orleans.Runtime.MembershipService; namespace Orleans.Runtime.Management { /// <summary> /// Implementation c...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Text; using SIL.Lift.Options; using SIL.ObjectModel; using SIL.Reporting; using SIL.Text; namespace SIL.Lift { public interface IPalasoDataObjectProperty : I...
// 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.Tests { public class ToLooku...
using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using ContosoUniversity.Data.Entities; using System; using ContosoUniversity.ViewModels; using ContosoUniversity.Common.Interfaces; using AutoMapper; using Cont...
// 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.Collections; using System.Collections.Generic; using System.Runtime...
// Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // - Redistributions of source code must retain the above copyright notice, this // list o...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Runtime.Interop...
// 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...
// 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 System; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using GraphQL.Conversion; using GraphQL.Introspection; using GraphQL.Types; using Shouldly; using Xunit; namespace GraphQL.Tests.Introspection { public class SchemaIntrospectionTests { [Theory] [ClassData(typ...
//--------------------------------------------------------------------- // <copyright file="ODataJsonLightReaderUtils.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //--------------------------------...
// // KeyInfoX509Data.cs - KeyInfoX509Data implementation for XML Signature // // Authors: // Sebastien Pouliot <sebastien@ximian.com> // Atsushi Enomoto (atsushi@ximian.com) // Tim Coleman (tim@timcoleman.com) // // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com) // Copyright (C) Tim Coleman, 2004 ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft....
// Copyright (c) All contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Buffers; using System.IO; using System.Threading; using System.Threading.Tasks; using Nerdbank.Streams; namespace MessagePack { /...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2011 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit wiki.developer.mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Linq; using...
// // 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) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; #if FEATURE_SECURITY_PERMISSIONS using System.Security.AccessControl; #endif using Microsoft.Build.Framework; using Microsoft.Build.Shared; using Micr...
// 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.ComponentModel.Composition.Primitives; using System.Diagnostics.CodeA...
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; namespace Xamarin.Forms.Core.UnitTests { [TestFixture] public class ContentViewUnitTests : BaseTestFixture { [SetUp] public override void Setup() { base.Setup (); Device.PlatformServices = new MockPlatformServices...
/* * 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...
// EasyTouch library is copyright (c) of Hedgehog Team // Please send feedback or bug reports to the.hedgehog.team@gmail.com using UnityEngine; using System.Collections; /// <summary> /// Release notes: /// /// V1.0 November 2012 /// ============================= /// - First release [ExecuteInEditMode] /// <summar...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2013 FUJIWARA, Yusuke // // 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.apach...
using System; using System.Collections.Generic; using WSDL.Models; using WSDL.Models.Schema; namespace WSDL.TypeManagement { public class StaticPrimitiveTypeProvider : IPrimitiveTypeProvider { private const string XmlSchemaNamespace = "http://www.w3.org/2001/XMLSchema"; private const string Ser...
using System; using Encoding = System.Text.Encoding; #if ES_BUILD_STANDALONE using Environment = Microsoft.Diagnostics.Tracing.Internal.Environment; namespace Microsoft.Diagnostics.Tracing #else namespace System.Diagnostics.Tracing #endif { /// <summary> /// TraceLogging: Contains the information needed to gen...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Screens; using osu.Framework.Testin...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Oranikle.Studio.Controls { [System.Drawing.ToolboxBitmap(typeof(Oranikle.Studio.Controls.CtrlSty...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; using System.Reflection; using Internal.Cryptography; namespace System.Security.Cryptography { // The current RSA contracts require that users cas...
using System.Collections.Generic; using Box2D.Common; using CocosSharp; namespace Box2D.TestBed { public class Box2DView : CCLayer { private TestEntry m_entry; private Test m_test; private int m_entryID; private Settings settings = new Settings(); CCEventListenerTouchOneByOne...
/* Project Orleans Cloud Service SDK ver. 1.0 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 restriction, inc...
namespace ExportExtensionCommon { partial class Main { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using AutoMoq; using FizzWare.NBuilder; using Moq; using Sample.Core.Models; using Sample.Core.Repositories; using Sample.Core.Services; namespace Sample.Tests.Core.Services ...
using System; using System.Linq.Expressions; using System.Reflection; namespace AutoMapper { /// <summary> /// Member configuration options /// </summary> /// <typeparam name="TSource">Source type for this member</typeparam> /// <typeparam name="TMember">Type for this member</typeparam> /// <ty...
using System; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Paddings; using Org.BouncyCastle.Crypto.Parameters; namespace Org.BouncyCastle.Crypto.Macs { /** * DES based CBC Block Cipher MAC according to ISO9797, algorithm 3 (ANSI X9.19 Retail MAC) * * Th...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace Isle.DataContracts { [DataContract] public class OrganizationDataContract : BaseContract { [DataMember] public int Id { get; set; } [DataMember] ...
using UnityEngine; using System.Collections; /* Detonator - A parametric explosion system for Unity Created by Ben Throop in August 2009 for the Unity Summer of Code Simplest use case: 1) Use a prefab OR 1) Attach a Detonator to a GameObject, either through code or the Unity UI 2) Either set the Detona...
using System; /// <summary> /// ToInt32(System.Object) /// </summary> public class ConvertToInt32_9 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformation("[Positive]"); retVal = PosTest1() && retVal; retVal = PosTest...
/* * 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 Server.ContextMenus; using Server.Regions; using Server.Items; using BunnyHole = Server.Mobiles.VorpalBunny.BunnyHole; namespace Server.Mobiles { public class BaseTalismanSummon : BaseCreature { public override bool Commandable{ get{ return false; } } publi...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/> // <version>$Revision: 3787 $</version> // </file> using System; using System.Collections.Generic; using System.Text; using ICSharpCod...
/* 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.Specialized; using System.Net; using System.Web; using Microsoft.Xrm.Client.Diagnostics; using Microsoft.Xrm.Portal.Cms...
// 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.Runtime.InteropServices; namespace Internal.Cryptography.Pal.Native { internal enum CertQueryObjectType : int ...
using System; using System.Linq; using System.Net.Http; using System.Text.RegularExpressions; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace Microsoft.Bot.Connector { /// <summary> /// An Activity is the basic communication type for the Bot Framework 3.0 protocol /// </summary> /// <remar...
using System; using System.Collections.Generic; using System.Threading.Tasks; using GTInterfacesLibrary; namespace GTMillGameLogic { using TaskReturnType = List<GTGameSpaceInterface<GTMillGameElement, GTMillPosition>>; public class GTMillGameStateGenerator : GTGameStateGeneratorInterface<GTMillGameElement, GTMillPo...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Xml; using Nop.Core.Domain.Orders; namespace Nop.Services.Orders { /// <summary> /// Checkout attribute parser /// </summary> public partial class CheckoutAttributeParser : ICheckoutAttributeParser { priv...
// -------------------------------------------------------------------------------------------- #region // Copyright (c) 2022, SIL International. All Rights Reserved. // <copyright from='2011' to='2022' company='SIL International'> // Copyright (c) 2022, SIL International. All Rights Reserved. // // Distributable und...
/* * 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...
/* * 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 ...
// 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.Diagnostics; using System.Text; using Microsoft.Xml; using Microsoft.Xml.XPath; using Mic...
using System; using System.Collections.Generic; using System.Net; using System.Runtime.Serialization; using System.Web; using NServiceKit.Common; using NServiceKit.Common.Web; using NServiceKit.Text; using NServiceKit.WebHost.Endpoints; using HttpRequestWrapper = NServiceKit.WebHost.Endpoints.Extensions.HttpRequestWrap...