context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* Copyright 2012 Michael Edwards 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...
/* * 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 (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.Generic; using System.Linq; using System.Threading; using System.Windows.Threading; using Microsoft.CodeAnalysis.Editor.Shared.Option...
// Generated by SharpKit.QooxDoo.Generator using System; using System.Collections.Generic; using SharpKit.Html; using SharpKit.JavaScript; namespace qx.util.fsm { /// <summary> /// <para>A finite state machine.</para> /// <para>See <see cref="qx.util.fsm.State"/> for details on creating States, /// and <see cre...
// // 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) 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 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// 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; /// <summary> /// System.Collections.Generic.ICollection<T>.Clear()...
/* * UltraCart Rest API V2 * * UltraCart REST API Version 2 * * OpenAPI spec version: 2.0.0 * Contact: support@ultracart.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using Sy...
using Elizabeth; using Microsoft.Xna.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; namespace mogate { public class HallOfFameEntry { public string PlayerName; public int PlayerSpriteID; public long TotalPlaytime; } public enum GameProgre...
/// 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...
namespace Appleseed.Framework.Content.Security { using System; using System.Security.Cryptography; /// <summary> /// The random password. /// </summary> public class RandomPassword { #region Constants and Fields /// <summary> /// The default max password length....
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using ModernHttpClient; using RealtimeFramework.Messaging.Ext; using RealtimeFramework.Messaging.Exceptions; namespace RealtimeFramework.Messaging { /// <summary> /// Class with static methods for authentication and pres...
// // 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 code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// InviteResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exception...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / /// <summary> /// InviteResource /// </summary> using Newtonsoft.Json; using System; using System.Collections.Generic; using Twilio.Base; using Twilio.Clients; using Twilio.Converters; using Twilio.Exception...
// 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.Globalization; using System.Linq; using System.Reflection; namespace System.ServiceModel { intern...
//----------------------------------------------------------------------- // <copyright file="BusinessBindingListBase.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>This is the base class from which most business collecti...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Mono.Options; namespace CppSharp { class CLI { private static OptionSet optionSet = new OptionSet(); private static Options options = new Options(); static bool ParseCommandLineArgs(string...
/* * ArrayQueue.cs - Generic queue class, implemented as an array. * * 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 versi...
using System.Linq; using System.Reflection; using GetSocialSdk.Core; using UnityEngine; namespace GetSocialSdk.MiniJSON { using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Text; // Example usage: // /...
using System; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Mozu.Api.Contracts.AppDev; using Mozu.Api.Logging; using Mozu.Api.Urls.Platform.Applications; using Mozu.Api.Utilities; using Newtonsoft.Json; namespace Mozu.Api.Security { /// <summary> /// This class handles Mozu appl...
/* * Copyright 2012 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Globalization; using System.Linq; using System.Text; namespace EduHub.Data.Entities { /// <summary> /// Staff Availability for Calendar Extras Data Set /// </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.IO; using System.Linq; using System.Globalization; using System.Collections; using System.Collections.G...
// <copyright file="ObservableCollectionUndoRedoSpecialFeaturesUnitTests.cs" company="Adrian Mos"> // Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework. // </copyright> using IX.Observable; using Xunit; namespace IX.UnitTests.Observable; /// <summary> /// Special undo/redo features test...
// // 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) .NET Foundation and contributors. 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.Linq; using Microsoft.DotNet.Cli.Utils; using Microsoft.DotNet.Tool...
// *********************************************************************** // Copyright (c) 2007-2014 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, ...
// // Encog(tm) Core v3.2 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 // // htt...
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- namespace System.ServiceModel.Diagnostics { using System.Diagnostics; using System.Reflectio...
using System.Linq; using System.Collections.Generic; using UnityEngine; using MLAPI.Messaging; namespace MLAPI.Prototyping { /// <summary> /// A prototype component for syncing transforms /// </summary> [AddComponentMenu("MLAPI/NetworkTransform")] public class NetworkTransform : NetworkBehaviour ...
using System; using System.Collections.Specialized; using System.Net; using Newtonsoft.Json; namespace SteamTrade { /// <summary> /// This class handles the web-based interaction for Steam trades. /// </summary> public partial class Trade { static string SteamCommunityDomain = "steamcommuni...
// // Options.cs // // Authors: // Jonathan Pryor <jpryor@novell.com> // // Copyright (C) 2008 Novell (http://www.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 without re...
// The MIT License (MIT) // // CoreTweet - A .NET Twitter Library supporting Twitter API 1.1 // Copyright (c) 2013-2016 CoreTweet Development 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...
#region Apache License, Version 2.0 // // 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, ...
/* Copyright (c) 2004-2006 Tomas Matousek and Ladislav Prosek. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this lice...
#region Copyright & License // // Copyright 2001-2005 The Apache Software Foundation // // 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 // //...
// 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.Reflection; using Microsoft.CSharp.RuntimeBinder.Syntax; names...
using System; using System.Threading; using System.Net; using System.Net.Sockets; using System.Collections.Concurrent; using System.Collections.ObjectModel; using System.Collections.Generic; using MessageStream2; using System.IO; using DarkMultiPlayerCommon; namespace DarkMultiPlayerServer { public class ClientHan...
/* * 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...
//============================================================================== // TorqueLab -> // Copyright (c) 2015 All Right Reserved, http://nordiklab.com/ //------------------------------------------------------------------------------ // Allow to manage different GUI Styles without conflict //===================...
// 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.Net.Security; using System.Runtime.InteropServices; using System.Security.Aut...
using UnityEngine; using System.Collections.Generic; [System.Serializable] public class MegaBindInf { public float dist; public int face; public int i0; public int i1; public int i2; public Vector3 bary; public float weight; public float area; } [System.Serializable] public class MegaBindVert { public f...
//----------------------------------------------------------------------------- // 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...
namespace MonoRpg.Engine.UI { using global::System; using global::System.Collections.Generic; using global::System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; using MonoRpg.Engine.RenderEngine; public class Selection<T> { public int Height { get; set;...
// *********************************************************************** // Copyright (c) 2012-2014 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, ...
/* * 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 .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.Numerics; using System.IO; internal partial class VectorTest { public static bool...
// 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.Reflection; using Xunit; namespace System.Linq.Expressions.Tests { ...
// Copyright (c) 2015 Alachisoft // // 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 t...
#region Header // // CmdNestedFamilies.cs - list nested family files and instances in a family document // // Copyright (C) 2010-2021 by Jeremy Tammik, Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces using System; using Syste...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Orleans.CodeGeneration; using Orleans.Messaging; using Orleans.Providers; using Orleans.Runtime; using Orle...
/* * CP10081.cs - Turkish (Mac) code page. * * Copyright (c) 2002 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 version 2 of the License, or ...
using System; using System.Collections; using System.Collections.Generic; namespace UnityEditor.ShaderGraph.Drawing { sealed class IndexSet : ICollection<int> { List<uint> m_Masks = new List<uint>(); public IndexSet() {} public IndexSet(IEnumerable<int> indices) { ...
//----------------------------------------------------------------------------- // // <copyright file="ByteStream.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: // Stream interface for manipulating data within a stream. // // History: // 0...
/* **************************************************************************** * * 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 ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Xml; using System.Globalization; namespace System.Runtime.Serialization { #if USE_REFEMIT || NET_N...
// // 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...
namespace java.nio.channels { [global::MonoJavaBridge.JavaClass(typeof(global::java.nio.channels.DatagramChannel_))] public abstract partial class DatagramChannel : java.nio.channels.spi.AbstractSelectableChannel, ByteChannel, ScatteringByteChannel, GatheringByteChannel { internal new static global::MonoJavaBridge...
using System; using System.IO; using System.Collections.Generic; using Commons; using static ATL.AudioData.FileStructureHelper; using static ATL.AudioData.IO.MetaDataIO; using static ATL.ChannelsArrangements; namespace ATL.AudioData.IO { /// <summary> /// Class for Free Lossless Audio Codec files manipulation ...
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 DeployCustomThemeWeb { /// <summary> /// Encapsulates all the...
/* Copyright (c) Microsoft Corporation All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED *AS IS* BASIS, W...
// Copyright 2008-2011. This work is licensed under the BSD license, available at // http://www.movesinstitute.org/licenses // // Orignal authors: DMcG, Jason Nelson // Modified for use with C#: // - Peter Smith (Naval Air Warfare Center - Training Systems Division) // - Zvonko Bostjancic (Blubit d.o.o. - zvonko.bostja...
//#define ASTAR_FAST_NO_EXCEPTIONS //Needs to be enabled for the iPhone build setting Fast But No Exceptions to work. using UnityEngine; using System.Collections; using System.Collections.Generic; //using Pathfinding; using Pathfinding.Util; namespace Pathfinding { [System.Serializable] /** Stores the navigation g...
// 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.Monitor.Fluent { using Microsoft.Azure.Management.Monitor.Fluent.ActionGroup.ActionDefinition; using Microsoft.Azure....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
#pragma warning disable 109, 114, 219, 429, 168, 162 namespace haxe.xml._Fast { public class NodeAccess : global::haxe.lang.DynamicObject { public NodeAccess(global::haxe.lang.EmptyObject empty) { unchecked { #line 24 "C:\\HaxeToolkit\\haxe\\std/haxe/xml/Fast.hx" { } } #line de...
///------------------------------------------------------------------------------ // <copyright file="SafeNativeMethods.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //------------------------------------------------------------------------------ namespace S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Win32.SafeHandles; using System; using System.Buffers; using System.Collections.Generic; using Syste...
// // 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...
using NUnit.Framework; using PEG.SyntaxTree; namespace PEG.Tests { [TestFixture] public class CodeGrammarTest { public class TestGrammar1 : Grammar<TestGrammar1> { public virtual Expression LetterA() { return 'a'; } public vir...
// 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.Globali...
// 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.Runtime; using System.Runtime.CompilerServi...
// $Id: mxGdiCanvas2D.cs,v 1.12 2013/05/23 10:29:42 gaudenz Exp $ // Copyright (c) 2007-2008, Gaudenz Alder using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Collections; using System.Collections.Generic; using System.Text; using System.IO; using System.Diagnostics; namespace com.mxgraph...
// 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.ComponentModel.Composition; using System.Linq; using System.T...
// ~/Controllers/EntityController.cs using System; using System.Linq; using System.Web.Mvc; using Project.Models; namespace Project.Controllers { [ValidateInput(false)] public class EntityController : Controller { // // GET: INDEX [HttpGet] [Route("")] public ActionResult Index()...
// // Copyright (c) Microsoft Corporation. All rights reserved. // namespace Microsoft.NohauLPC3180 { using System; using RT = Microsoft.Zelig.Runtime; using TS = Microsoft.Zelig.Runtime.TypeSystem; public sealed class Storage : RT.Storage { const uint DRAMSize = 1 * 8 * 1024...
// 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.Linq; using Newtonsoft.Json; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Game.IO.Serialization.Converters; using o...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...
using System; using System.Diagnostics; using System.Text; namespace Community.CsharpSqlite { using sqlite3_value = Sqlite3.Mem; public partial class Sqlite3 { /* ** 2008 June 13 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Reflection; using System.Collections.Generic; using System.Runtime.InteropServices; usi...
// // Encog(tm) Core v3.3 - .Net Version (unit test) // http://www.heatonresearch.com/encog/ // // Copyright 2008-2014 Heaton Research, 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 a...
// // Booter.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 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 restriction, inclu...
/* Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, me...
using System; using NUnit.Framework; using Whois.Parsers; namespace Whois.Parsing.Whois.Cctld.Uz.Uz { [TestFixture] public class UzParsingTests : ParsingTests { private WhoisParser parser; [SetUp] public void SetUp() { SerilogConfig.Init(); parser =...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Stride.Core.Mathematics; namespace StrideToolkit.Mathematics { /// <summary> /// A collection of easing functions. /// </summary> /// <remarks> /// These easing functions are ba...
/******************************************************************************* INTEL CORPORATION PROPRIETARY INFORMATION This software is supplied under the terms of a license agreement or nondisclosure agreement with Intel Corporation and may not be copied or disclosed except in accordance with the terms of that ag...
//ybzuo-dena using UnityEngine; using System.Collections.Generic; public enum EHitState { EBeforeHitBegin, EBetweenHitBeginEnd, EAfterHitEnd, } public class N2Ani { public N2Ani(N2AniData _data, Animation _ani, GameObject _root, Transform _ball_trans) { m_data = _data; m_ani = _ani...
/* * 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) 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.ComponentModel; using System.Diagnostics; using System.Runtime.InteropServices; internal static partial c...
// 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.Text; using System.Diagnostics; using System.Globalization; using System.Collections.Generic; using System.Runtime.InteropServices; using In...
// <copyright file="SelectElement.cs" company="WebDriver Committers"> // Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.SqlUtils; namespace Orleans.Providers.SqlServer { /// <summary> /// Plugi...
using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Forms; using Tekla.Structures; using Tekla.Structures.Catalogs; using Tekla.Structures.Dialog; using Tekla.Structures.Dialog.UIControls; using Tekla.Structures.Model; using Tekla.Structures.Geometry3d; using TSD = Tekla.St...
using System; using System.IO; using System.Linq; using System.Web.Mvc; using Orchard.ContentManagement; using Orchard.Core.Contents.Controllers; using Orchard.Localization; using Orchard.Security; using Orchard.UI.Notify; using M33.SystemEditor.ViewModels; using System.Collections.Generic; using Orchard.Themes.Service...
// // 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...
using Lucene.Net.Documents; using Lucene.Net.Util; using System.Collections.Generic; using System.Reflection; namespace Lucene.Net.Index { //using AlreadySetException = Lucene.Net.Util.SetOnce.AlreadySetException; using NUnit.Framework; using Codec = Lucene.Net.Codecs.Codec; using DefaultSimilarity = L...
// <copyright file="Settings.cs" company="Fubar Development Junker"> // Copyright (c) 2016 Fubar Development Junker. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // </copyright> using System; using System.Collections.Generic; using System.Li...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel.DataAnnotations; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using System.Web.Http; using System.Web.Http.Description; using System.Xml...