context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
namespace XLabs.Platform.Services.Media { using System; using System.IO; using System.Threading; using System.Threading.Tasks; using Android.App; using Android.Content; using Android.Database; using Android.OS; using Android.Provider; using Environment = Android.OS.Environment; using Uri = Android.Net.Uri;...
using System; using System.Collections.Generic; using UnityEngine; namespace KERBALISM.Planner { ///<summary> Planners simulator for all vessel aspects other than resource simulation </summary> public sealed class VesselAnalyzer { public void Analyze(List<Part> parts, ResourceSimulator sim, EnvironmentAnalyzer e...
using Saga.Enumarations; using Saga.Map; using Saga.Packets; using Saga.Structures; using System; using System.Collections.Generic; using System.Diagnostics; using System.Net.Sockets; namespace Saga.PrimaryTypes { [System.Reflection.Obfuscation(Exclude = true, StripAfterObfuscation = true)] [Serializable()] ...
/******************************************************************************* * Copyright 2017 ROBOTIS CO., LTD. * * 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.o...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2009, 2010 Oracle and/or its affiliates. All rights reserved. * */ using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using BerkeleyDB.Internal; namespace BerkeleyDB { /// <summa...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections.Specialized; using System.Linq; using Moq; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; ...
#region File Description //----------------------------------------------------------------------------- // Player.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion using...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
// // Copyright (c) 2004-2017 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...
// This file makes use of the LeMP 'unroll' macro to avoid copy-pasting code. // See http://ecsharp.net/lemp/avoid-tedium-with-LeMP.html for an explanation. #importMacros(LeMP); namespace System { /// <summary> /// Represents errors that occur during program execution. /// </summary> public class Exce...
// 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 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...
// 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.Composition; using System.Diagnostics; using System.Reflectio...
using System; using System.Collections.Concurrent; using System.Configuration; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System.Threading; namespace FastLogAsync { /// <summary> /// Logging system initializes itself with static constructor. /// Define F...
// // System.Drawing.KnownColors // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Peter Dennis Bartok (pbartok@novell.com) // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2007 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtainin...
/* * Copyright (c) Contributors, http://aurora-sim.org/, 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: * * Redistributio...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: __ComObject ** ** ** __ComObject is the root class for all COM wrappers. This class ** defines only the basics. This class is used for wrapping COM ob...
using FILE = System.IO.TextWriter; using System; #region Limits #if !MAX_VARIABLE_NUMBER using ynVar = System.Int16; #else using ynVar = System.Int32; #endif #if MAX_ATTACHED using yDbMask = System.Int64; #else using yDbMask = System.Int32; #endif #endregion namespace Core { public class Blob { } public pa...
/******************************************************** * ADO.NET 2.0 Data Provider for SQLite Version 3.X * Written by Robert Simpson (robert@blackcastlesoft.com) * * Released to the public domain, use at your own risk! ********************************************************/ namespace Mono.Data.Sqlite { u...
// 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. // ----------...
namespace RRLab.PhysiologyWorkbench.GUI { partial class HotkeyManagerDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ///...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using FlatRedBall.Graphics; using Microsoft.Xna.Framework.Graphics; using FlatRedBall; using Microsoft.Xna.Framework; using FlatRedBall.Content; using FlatRedBall.Content.Scene; using FlatRedBall.IO; using FlatRedBall.Input; using Fla...
// 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.Buffers; using System.Diagnostics; using System.Runtime.InteropServices; namespace System.Text { /...
/** * @file * This file defines a class for parsing and generating message bus messages */ /****************************************************************************** * Copyright (c) 2012-2013, AllSeen Alliance. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for ...
using System; using System.Collections.ObjectModel; using EmsApi.Client.V2; using EmsApi.Dto.V2; using FluentAssertions; using TechTalk.SpecFlow; namespace EmsApi.Tests.SpecFlow { [Binding, Scope( Feature = "AnalyticSets" )] public class AnalyticSetsSteps : FeatureTest { private NewAnalyticCollecti...
// CodeContracts // // 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, including wit...
using System; using System.IO; using System.Runtime.InteropServices; using GuruComponents.CodeEditor.Library.Drawing; namespace GuruComponents.CodeEditor.Library.Drawing.Internal { using PVOID = IntPtr; using FIBITMAP = Int32; using FIMULTIBITMAP = Int32; /* [StructLayout(LayoutKind.Sequential)] public class ...
// // Copyright (c) 2004-2016 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.Globalization; using System.Linq; using System.Security; using System.Xml; using System.Xml.Linq; using Examine; using Examine.LuceneEngine; using Lucene.Net.Documents; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Mode...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Composition; using System.Drawing; using System.Windo...
using System; using Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Endo; using Renci.SshNet.Security.Org.BouncyCastle.Math.EC.Multiplier; using Renci.SshNet.Security.Org.BouncyCastle.Math.Field; namespace Renci.SshNet.Security.Org.BouncyCastle.Math.EC { internal class ECAlgorithms { public static bool...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Orleans.Runtime.Configuration; using Orleans.Runtime.GrainDirectory; using Orleans.Runtime.Messaging; using Orleans.Runtime.Placement; using Orleans.Runtime.Scheduler; namespace Orleans.Run...
// Generated by SharpKit.QooxDoo.Generator using System; using System.Collections.Generic; using SharpKit.Html; using SharpKit.JavaScript; using qx.ui.core; namespace qx.ui.form { /// <summary> /// <para>Basic class for a selectbox like lists. Basically supports a popup /// with a list and the whole children man...
// -------------------------------- // GFM Pipe Tables // -------------------------------- using System; using NUnit.Framework; namespace Markdig.Tests.Specs.GFMPipeTables { [TestFixture] public class TestExtensionsGfmPipeTable { // # Extensions // // This section descri...
using UnityEngine; using System.Collections; public class EnemySight : MonoBehaviour { public float fieldOfViewAngle = 100f; // Number of degrees, centred on forward, for the enemy see. public Vector3 personalLastSighting; // Last place this enemy spotted the player. private NavMeshAgent nav; // Refere...
using System; using System.Globalization; using System.Collections.Generic; using Sasoma.Utils; using Sasoma.Microdata.Interfaces; using Sasoma.Languages.Core; using Sasoma.Microdata.Properties; namespace Sasoma.Microdata.Types { /// <summary> /// An amusement park. /// </summary> public class AmusementPark_Core ...
#region Apache Notice /***************************************************************************** * $Revision: 408164 $ * $LastChangedDate: 2006-05-21 06:27:09 -0600 (Sun, 21 May 2006) $ * $LastChangedBy: gbayon $ * * iBATIS.NET Data Mapper * Copyright (C) 2006/2005 - The Apache Software Foundation * * ...
using System.Collections.Generic; using System.Linq; using GLTF.Extensions; using GLTF.Math; using Newtonsoft.Json; namespace GLTF.Schema { /// <summary> /// A node in the node hierarchy. /// When the node contains `skin`, all `mesh.primitives` must contain `JOINT` /// and `WEIGHT` attributes. A node can have eit...
#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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections.Generic; using Xunit; namespace System.Linq.Parallel.Tests { public partial class ParallelQueryCombinationTests { [Theory] ...
// // Carbon.cs // // Author: // Michael Hutchinson <mhutchinson@novell.com> // Geoff Norton <gnorton@novell.com> // // Copyright (c) 2009 Novell, Inc. (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated document...
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Teknik.Areas.Podcast...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Text; using Generator.Documentation.Rust; using Generator.IO; namespace Generator.Encoder.Rust { sealed class GenCreateNameArgs { #pragma warning disable CS8618 // Non-nullable field is uninitial...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Web; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using NPoco; using Umbraco.Core.Cache; using Umbraco.Core.Composing; using Umbraco.Core.I...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using DotVVM.Framework.Compilation; using DotVVM.Framework.Compilation.Binding; using DotVVM.Framework.Compilation.ControlTree; using DotVVM.Framework.Compilation.ControlTree.Resolved; using DotVVM.Framework.Compilation.Parser; u...
// // JsonSerializer.cs // // Author: // Marek Habersack <mhabersack@novell.com> // // (C) 2008 Novell, Inc. http://novell.com/ // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software wit...
#region --- License --- /* Copyright (c) 2006 - 2008 The Open Toolkit library. 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,...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition { using Microsoft.Azure.Management.ContainerRegistry.Fluent.Models; ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using Jsonics.FromJson.PropertyHashing; namespace Jsonics.FromJson { internal class StructFromJsonEmitter : FromJsonEmitter { LocalBuilder _propertyNameLocal; LocalBuilder _...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // <OWNER>[....]</OWNER> // namespace System.Security { using System; using System.Globalization; using System.Threading; using System.Reflection; using System.Collections; using System.Runtime.Compiler...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Xml.Linq; using Micros...
namespace java.nio.channels { [global::MonoJavaBridge.JavaClass(typeof(global::java.nio.channels.FileChannel_))] public abstract partial class FileChannel : java.nio.channels.spi.AbstractInterruptibleChannel, ByteChannel, GatheringByteChannel, ScatteringByteChannel { internal new static global::MonoJavaBridge.JniG...
// // HttpHeaders.cs // // Authors: // Marek Safar <marek.safar@gmail.com> // // Copyright (C) 2011 Xamarin Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software...
using System; using StructureMap.Configuration.DSL; using StructureMap.Interceptors; namespace StructureMap.Pipeline { public partial class ConfiguredInstance { [Obsolete("Change to Named()")] public ConfiguredInstance WithName(string instanceKey) { Name = instanceKey; ...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010-2015 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...
// 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.Contracts; using System.Text; ...
// // 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.Generic; using NUnit.Framework; using ProtoCore.DSASM.Mirror; using ProtoTestFx.TD; namespace ProtoTest.TD.Associative { class InlineCondition { public TestFrameWork thisTest = new TestFrameWork(); string testPath = "..\\..\\..\\Scripts\\TD\\Associative\\In...
//--------------------------------------------------------------------------- // // File: DocumentGridContextMenu.cs // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Context menu for DocumentGrid // //--------------------------------------------------------------------------- namesp...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.namedandoptional.decl.strct.strct01.strct01 {...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.SymbolStore; using System.Linq; using System.Ru...
using System; using System.Diagnostics; using System.IO; using System.Net; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; namespace SysInternalsUpdater { [DebuggerDisplay("{FileName} ({FileSize}kb) - {LastChangedOn}")] ...
using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using Rc.Models; namespace Rc.Migrations { [DbContext(typeof(RcContext))] [Migration("20151208023803_ArticleAddDraft")] partial class ArticleA...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
#region File Description //----------------------------------------------------------------------------- // ScreenManager.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; using System.IO.PortsTests; using System.Text; using System.Threading; using Legacy.Suppor...
// 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.Threading; /// <summary> /// WaitOne /// </summary> // Verifies that WaitOne can acquir...
//! \file ImageISG.cs //! \date Tue Mar 17 10:01:44 2015 //! \brief ISM engine image format. // // Copyright (C) 2015 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the So...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace MessageHub.Web.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it w...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
//================================================================================================= // Copyright 2017 Dirk Lemstra <https://graphicsmagick.codeplex.com/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a cop...
// Copyright (C) 2014 dot42 // // Original filename: Android.Sax.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 req...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Marten.Events; using Marten.Events.Projections; using Marten.Testing.Harness; using Shouldly; using Weasel.Postgresql; using Xunit; namespace Marten.Testing.Events.Projections { public class project_events_from_multiple_streams_int...
namespace SIM.Pipelines { #region Usings using System; using System.Data.SqlClient; using System.IO; using System.IO.Compression; using System.Linq; using SIM.Adapters.SqlServer; using SIM.Adapters.WebServer; using SIM.Pipelines.Install; using Sitecore.Diagnostics.Base; using Sitecore.Diagnostics...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; public class CommonEvents : GenericEvents { #region Functions public override string GetEventType() { return GenericEventNames.Common; } #endregion #region Events public class CommonEvent_Base : ICuts...
// Zlib.cs // ------------------------------------------------------------------ // // Copyright (c) 2009-2011 Dino Chiesa and Microsoft Corporation. // All rights reserved. // // This code module is part of DotNetZip, a zipfile class library. // // ------------------------------------------------------------------ // ...
/* * 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...
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using System.Collections; using System.IO; using Org.BouncyCastle.Security; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Tls { public class TlsClientProtocol : TlsProtocol { protected ...
//============================================================================= // System : Sandcastle Help File Builder Components // File : PostTransformComponent.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 06/28/2010 // Note : Copyright 2006-2010, Eric Woodruff, All rights reserved // Comp...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
/* * Magix - A Web Application Framework for Humans * Copyright 2010 - 2014 - thomas@magixilluminate.com * Magix is licensed as MITx11, see enclosed License.txt File for Details. */ using System; using System.Web.UI; using Magix.UX; using Magix.UX.Widgets; using Magix.UX.Effects; using Magix.Core; using System.Web...
// 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.Globalization; using Xunit; namespace System.Globalization.CalendarsTests { // GregorianCalendar.AddMonths(DateTime, int) public cla...
// 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.Diagnostics.CodeAnalysis; using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore....
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. namespace UnitTests { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Management; using ...
/* * Copyright (c) InWorldz Halcyon Developers * Copyright (c) Contributors, http://opensimulator.org/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above c...
using System.Diagnostics; using System; using System.Management; using System.Collections; using Microsoft.VisualBasic; using System.Data.SqlClient; using System.Web.UI.Design; using System.Data; using System.Collections.Generic; using System.Linq; using System.Configuration; using System.Web; using System.Web.Security...
// 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 NUnit.Framework; using strange.framework.api; using strange.framework.impl; namespace strange.unittests { [TestFixture()] public class TestBinder { IBinder binder; [SetUp] public void SetUp() { binder = new Binder (); } [Test] public void TestBindType () { binder.Bind<Inj...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using System.Configuration; using System.IO; using System.ComponentModel; using System.Collections.Generic; namespace Northwind.CSLA.Library { /// <summary> /// OrderDetailInfoList Generated by MyGeneration using the CSLA Obje...
//! \file ImageSPD.cs //! \date Thu Oct 08 16:25:55 2015 //! \brief TopCat compressed image. // // Copyright (C) 2015-2018 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in t...
// // Copyright (c) 2004-2017 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...
// // Node.cs // // This file was generated by XMLSPY 2004 Enterprise Edition. // // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. // // Refer to the XMLSPY Documentation for further details. // http://www.altova.com/xmlspy // using System; using System.Xml; name...
namespace iControl { using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols; using System; using System.Diagnostics; /// <remarks/> [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")] [System.Diagnostics.DebuggerStepTh...
//--------------------------------------------------------------------------- // // File: ParserContext.cs // // Description: // class for the main TypeConverterContext object passed to type converters // // // History: // 8/02/01: rogerg Created // 05/23/03: peterost Ported to wcp // 03/16/...
// // WindowFrameBa.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // Konrad M. Kruczynski <kkruczynski@antmicro.com> // // Copyright (c) 2011 Xamarin Inc // Copyright (c) 2016 Antmicro Ltd // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and...
// 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.Concurrent; using System.Data; using System.Data.Common; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using System.Transactions; namespace Bell.PPS.Database.Shared { /// <summary> /// Options for modifying...
// 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 ...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information // // XmlDsigC14NWithCommentsTransformTest.cs // - Test Cases for XmlDsigC14NWithCommentsTransform // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // (C) 2002, 2003 Motus Techn...