context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Linq; using System.Runtime.InteropServices; using Torque6.Engine.SimObjects; using Torque6.Engine.SimObjects.Scene; using Torque6.Engine.Namespaces; using Torque6.Utility; namespace Torque6.Engine.SimObjects.GuiControls { public unsafe class GuiColorPickerCtrl : GuiControl { ...
// 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; using System.Globalization; namespace System.Net { internal class St...
// 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.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.IO; namespace Factotum { public partial class OutageEdit : Form, IEntityEditForm { private EOutage curOutage; private EGridProcedureCol...
/* * * (c) Copyright Ascensio System Limited 2010-2021 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
/******************************************************************************* * Copyright 2008-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...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using ...
// Copyright 2004-2009 Castle Project - http://www.castleproject.org/ // // 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 System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Xml; using VersionOne.ServiceHost.TestServices; using VersionOne.ServiceHost.WorkitemServices; using QC = VersionOne.ServiceHost.QualityCenterServices.QualityCenterClient; using VersionOne.ServiceHost.Core.Configur...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using OrchardCore.Data.Migration.Records; using OrchardCore.Environment.Extensions; using OrchardCore.Modules; using YesSql; using YesSql.Sql; namespace OrchardC...
// 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...
/* * 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 PlainElastic.Net.Utils; namespace PlainElastic.Net.Queries { /// <summary> /// Allows to filter result hits without changing facet results. /// see http://www.elasticsearch.org/guide/reference/api/search/filter.html /// </summary> public class Filter<T> : QueryBase<Filter<T>> ...
namespace Antlr.Runtime.Tree { using System.Collections.Generic; using ArgumentNullException = System.ArgumentNullException; using Exception = System.Exception; using IDictionary = System.Collections.IDictionary; using NotSupportedException = System.NotSupportedException; internal abstr...
using System; using System.Collections; using System.Collections.Generic; namespace IniParser.Model { /// <summary> /// <para>Represents a collection of SectionData.</para> /// </summary> public class SectionDataCollection : ICloneable, IEnumerable<SectionData> { IEqualityComparer<string> _...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
/* ==================================================================== 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...
using System; using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace AllReady.Migrations { public partial class MakeTaskStartDateTimeAndEndDateTimeNonNullable : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder....
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Xml.Linq; namespace DocumentFormat.OpenXml.Linq { /// <summary> /// Declares XNamespace and XName fields for the xmlns:xdr="http://schemas.openxml...
//============================================================================= // System : Sandcastle Help File Builder // File : ContentLayoutWindow.cs // Author : Eric Woodruff (Eric@EWoodruff.us) // Updated : 07/03/2010 // Note : Copyright 2008-2010, Eric Woodruff, All rights reserved // Compiler: Microsof...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Globalization { using System; using System.Diagnostics.Contracts; // // This class implements the Julian calendar. In 48 B.C. Julius Caesar ordered a calendar reform, and this calendar // is c...
// Copyright 2005-2010 Gallio Project - http://www.gallio.org/ // Portions Copyright 2000-2004 Jonathan de Halleux // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.a...
using System; namespace Cake.Docker { /// <summary> /// Settings for docker buildx build [OPTIONS] PATH | URL | - /// Start a build /// </summary> public sealed partial class DockerBuildXBuildSettings : AutoToolSettings { /// <summary> /// --add-host /// Add a custom host-to-IP mapping (host:ip) /// </s...
using System; using System.Collections.Generic; using System.Data; using System.Linq; namespace DataMigration { /// <summary> /// A RowProcessor object is responsible for transforming a single row of raw data as /// returned from a parser, into something suitable for inserting into our staging /// loc...
// 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...
//--------------------------------------------------------------------------------------- // Copyright 2014 North Carolina State University // // Center for Educational Informatics // http://www.cei.ncsu.edu/ // // Redistribution and use in source and binary forms, with or without modification, // are permitted provide...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; internal class test { public static int Main() { Int64 x; Int64 y; bool pass = true; x = -10; y = 4; ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Dispatcher { using System; using System.Collections.Generic...
// 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.IO; using System.Text.RegularExpressions; using System.Xml; using System.Xml.Schema; usin...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using Aspose.Cells.Translation.Api; namespace Aspose.Cells.Translation.Internal { internal class ApiInvoker { private const string AsposeClientHeaderName = "x-aspose-client"; ...
using System; using System.IO; using System.Security.Cryptography; using System.Threading; using Mono.Security; using Mono.Security.Cryptography; using Mono.Unix; using Mono.Unix.Native; using log4net; using log4net.Appender; using log4net.Layout; // TODO: This dependency should be refactored out to another class usin...
//------------------------------------------------------------------------------ // <copyright file="JournalStructureService.cs"> // Copyright (c) 2014-present Andrea Di Giorgi // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation fi...
// // 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...
// 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.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace sl.web.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with samp...
// 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.ComponentModel.Composition; using System.IO; using System.Linq; using System.Threading; using Sys...
#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, ...
/* * MultiByteEncoding.cs - Common base for multi-byte encoding classes. * * Copyright (c) 2003 Southern Storm Software, Pty Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either ...
//#define ASTAR_POOL_DEBUG //Enables debugging of path pooling. Will log warnings and info messages about paths not beeing pooled correctly. using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Pathfinding { /** Base class for all path types */ public abstract class Path { ...
// 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.ComponentModel; using Microsoft.Xml; using Microsoft.Xml.Schema; using Microsoft.Xml.Seri...
// 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.Security; namespace System.Numerics { // ATTENTION: always pass BitsBuff...
// 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.Colle...
#region Apache Notice /***************************************************************************** * $Revision: 408099 $ * $LastChangedDate: 2006-05-20 23:56:36 +0200 (sam., 20 mai 2006) $ * $LastChangedBy: gbayon $ * * iBATIS.NET Data Mapper * Copyright (C) 2006/2005 - The Apache Software Foundation * * * L...
// ===================================================================== // <copyright file="PublicCounterDef.cs" company="Advanced Micro Devices, Inc."> // Copyright (c) 2011-2020 Advanced Micro Devices, Inc. All rights reserved. // </copyright> // <author> // AMD Developer Tools Team // </author> // <summary> /...
// 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.IO; using System.Xml; using System.Diagnostics; namespace DPStressHarness { public c...
namespace java.util { [global::MonoJavaBridge.JavaInterface(typeof(global::java.util.Set_))] public interface Set : Collection { new bool add(java.lang.Object arg0); new bool equals(java.lang.Object arg0); new int hashCode(); new void clear(); new bool isEmpty(); new bool contains(java.lang.Object arg0);...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; using Umbraco.Core.Xml; namespace Umbraco.Core { /// <summary> /// Extension methods for xml objects /// </summary> 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. /****************************************************************************** * This file is auto-generated from ...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
// 3D Projective Geometric Algebra // Written by a generator written by enki. using System; using System.Text; using static C.C; // static variable acces namespace C { public class C { // just for debug and print output, the basis names public static string[] _basis = new[] { "1","e1" }; private float[] _mVec...
// 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 is an implementation of a general purpose thunk pool manager. Each thunk consists of: // 1- A thunk ...
//------------------------------------------------------------------------------ // <copyright file="DesignerAdapterUtil.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </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.Configuration.Internal; using System.Diagnostics; namespace System.Configuration { public sealed c...
/* Generated SBE (Simple Binary Encoding) message codec */ using System; using System.Text; using System.Collections.Generic; using Adaptive.Agrona; namespace Adaptive.Archiver.Codecs { public class StartRecordingRequest2Decoder { public const ushort BLOCK_LENGTH = 28; public const ushort TEMPLATE_ID = 63; ...
// HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com> using System; using System.Diagnostics; using System.IO; using System.Text; using System.Xml; using System.Xml.XPath; #pragma warning disable 0649 namespace HtmlAgilityPack { /// <summary> /// Represents an HTML navigator on a...
// <copyright file="StatisticsTests.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of charge,...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Globaliz...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A P...
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team // // 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, mo...
//------------------------------------------------------------------------------ // Copyright (c) 2014-2016 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //---...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
//--------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: ContainerParagraph.cs // // Description: Text line formatter. // // History: // 05/05/2003 : [....] - moving from Avalon branch. // //------------------------------...
using System; using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Facebook { class EditorFacebook : AbstractFacebook, IFacebook { private AbstractFacebook fb; private FacebookDelegate loginCallback; public override int DialogMode { ...
/* * Farseer Physics Engine: * Copyright (c) 2012 Ian Qvist * * Original source Box2D: * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of t...
// ArxOne.Ftp.Platform.UnixAltFtpPlatform using ArxOne.Ftp; using ArxOne.Ftp.Platform; using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace ArxOne.Ftp.Platform { /// <summary> /// Extended implementation for Unix platforms /// </summary> public class ...
using Xunit; namespace Jint.Tests.Ecma { public class Test_15_2_3_2 : EcmaTest { [Fact] [Trait("Category", "15.2.3.2")] public void ObjectGetprototypeofMustExistAsAFunction() { RunTest(@"TestCases/ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-0-1.js", false); } [Fact] ...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using CodeBySpecification.API.Domain; using CodeBySpecification.API.Service.Api; using ObjectRepository.Base.Service; using DataRepository.Base.Service; using Open...
// ------------------------------------------------------------------------------ // Copyright (c) 2014 Microsoft Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows.Forms; using bv.common.Core; using bv.model.Model.Core; using bv.winclient.Core; using DevExpress.XtraEditors; using eidss.avr.BaseComponents; using eidss.avr.BaseComponents.Views; using eidss.avr.db.DBS...
using System; using System.Web.UI; using System.Data; using System.Collections; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using TypeMock.ArrangeActAssert; namespace Nucleo.Collections { [TestClass] public class CollectionBaseTest { #region " Test Classes " protected...
/* ==================================================================== 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...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
#region Apache License // // 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 // (...
using System; using Avalonia.Data; using Avalonia.Utilities; namespace Avalonia.Controls.Primitives { /// <summary> /// Base class for controls that display a value within a range. /// </summary> public abstract class RangeBase : TemplatedControl { /// <summary> /// Defines the <see...
// 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 Internal.TypeSystem; using Internal.TypeSystem.Ecma; using Internal.IL.Stubs; using Debug = S...
// // 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Security.AccessControl; using Microsoft.Protocols.TestTools.StackSdk; using Microsoft.Prot...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace CslaSample.Business { /// <summary> /// FolderEdit (editable child object).<br/> /// This is a generated base class of <see cref="FolderEdit"/> business object. /// </summary> /// <remarks> ///...
using System; using System.Collections.Generic; using System.IO; using System.Windows.Forms; using Editor.Selections; using GameEngine.Data.Tiles; using General.Graphics; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace MapEditor.Data.Controls.EditorView { public class ControlTilesetSp...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #nullable disable using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; using System.Reflection; using System.Threading.Tasks; usi...
// EntityDataView.cs // using System; using System.Collections.Generic; using Slick; using Xrm.Sdk; using jQueryApi; using System.Diagnostics; namespace SparkleXrm.GridEditor { public class EntityDataViewModel : DataViewBase { #region Fields protected bool _suspendRefresh = false; ...
/*``The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in * compliance with the License. You should have received a copy of the * Erlang Public License along with this software. If not, it can be * retrieved via the world wide web at http...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Reflection; using DarkMultiPlayerCommon; namespace DarkMultiPlayerServer { public class BackwardsCompatibility { public static void UpdateModcontrolPartList() { if (!File.Exists(Server.m...
// <copyright file="MlkBiCgStabTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of t...
using System; using System.Linq; using System.Collections.Generic; using Blueprint41; using Blueprint41.Core; using Blueprint41.Query; using Blueprint41.DatastoreTemplates; using q = Domain.Data.Query; namespace Domain.Data.Manipulation { public interface IStoreOriginalData : ISchemaBaseOriginalData { string N...
/* * Copyright (c) Contributors, http://opensimulator.org/ * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must r...
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Newtonsoft.Json; namespace Dapplo.Jira; /// <summary> /// This holds all the issue related extensions methods /// </summary> public static cla...
#region Copyright // // This framework is based on log4j see http://jakarta.apache.org/log4j // Copyright (C) The Apache Software Foundation. All rights reserved. // // This software is published under the terms of the Apache Software // License version 1.1, a copy of which has been included with this // distribution i...
using System.Reflection; namespace Tmds.DBus.Protocol; public ref partial struct Reader { interface ITypeReader { } interface ITypeReader<T> : ITypeReader { T Read(ref Reader reader); } private static readonly Dictionary<Type, ITypeReader> _typeReaders = new(); public object Rea...
//#define USE_SharpZipLib /* * * * * * A simple JSON Parser / builder * ------------------------------ * * It mainly has been written as a simple JSON parser. It can build a JSON string * from the node-tree, or generate a node tree from any valid JSON string. * * If you want to use compression when saving to ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: money/cards/transactions/payment_card_refund.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Ref...
using System; using System.Text; using System.Collections.Generic; using Meebey.SmartIrc4net; namespace MeidoBot { class Meido : IDisposable { readonly IrcClient irc = new IrcClient(); // Auto-reconnect handling. readonly AutoReconnect reconnect; readonly LogWriter logWriter; ...
using System.Text.RegularExpressions; using Signum.Engine.SchemaInfoTables; using Signum.Engine.Maps; namespace Signum.Engine; public static class SqlUtils { static HashSet<string> KeywordsSqlServer = @"ADD ALL ALTER AND ANY AS ASC AUTHORIZATION AVG BACKUP BEGIN BETWEEN BREAK BROWSE BULK BY CASCADE CASE CHECK CHE...
using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework.Graphics; using Rectangle = Microsoft.Xna.Framework.Rectangle; using Point = Microsoft.Xna.Framework.Point; using Color = Microsoft.Xna.Framework.Color; using System.Runtime.InteropServices; namespace FlatRedBall.Graphic...
// 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...
/* ==================================================================== 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...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoad.Business.ERLevel { /// <summary> /// C05_CountryColl (editable child list).<br/> /// This is a generated base class of <see cref="C05_CountryColl"/> business object. /// </summary> /// <re...
/** * This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). * It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) */ using UnityEngine; using System.Collections; namespace Fungus { ...
/* Copyright (c) 2010-2015 by Genstein and Jason Lautzenheiser. This file is (or was originally) part of Trizbort, the Interactive Fiction Mapper. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
namespace Dx.Runtime.Tests { using System.Linq; using System.Net; using System.Net.Sockets; using Dx.Runtime.Tests.Data; using Xunit; public class NetworkingTests { private struct TwoNodes { public ILocalNode NodeA; public ILocalNode NodeB; } ...