context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using System; using System.Globalization; /// <summary> /// String.System.IConvertible.ToInt32(IFormatProvider provider) /// This method supports the .NET Framework infrastructure and is /// not intended to be used directly from your code. /// Converts the value of the current String object to a 32-bit signed intege...
#if !DISABLE_DHT // // MessageLoop.cs // // Authors: // Alan McGovern alan.mcgovern@gmail.com // // Copyright (C) 2008 Alan McGovern // // 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 wi...
/* * ToolkitGraphicsBase.cs - Implementation of the * "System.Drawing.Toolkit.ToolkitGraphicsBase" class. * * 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 * ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics; using System.Diagnostics.Contracts; namespace System.Net.Http.Headers { public class EntityTagHeaderValue : ICloneable { priv...
namespace AngleSharp.Html.Dom.Events { using AngleSharp.Attributes; using AngleSharp.Dom; using AngleSharp.Dom.Events; using System; /// <summary> /// Represents the event args for a mouse event. /// </summary> [DomName("MouseEvent")] public class MouseEvent : UiEvent { ...
using System; using System.Collections; using System.Collections.ObjectModel; using System.Collections.Generic; using System.Text; namespace Rawr.ProtWarr { [Rawr.Calculations.RawrModelInfo("ProtWarr", "Ability_Warrior_DefensiveStance", CharacterClass.Warrior)] public class CalculationsProtWarr : CalculationsB...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using System; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; usi...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using PcapDotNet.Packets.Http; namespace PcapDotNet.Packets.Transport { /// <summary> /// RFC 793. /// TCP Header Format /// <pre> /// +-----+-------------+----------+----+-----+-----+-----+-----+-----+-----+-----...
using System; using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; using UnityObject = UnityEngine.Object; namespace XposeCraft.Inspector { /// <summary> /// To use, inherit this generic class to a non-generic version (no need to be public) and annotate /// [Cus...
using System; using System.Text; using System.Collections; using System.Text.RegularExpressions; using System.Security.Cryptography.X509Certificates; using System.Net; using System.IO; using AppUtil; using Vim25Api; namespace GetVMFiles { class GetVMFiles { private static AppUtil.AppUtil cb = null; ...
using System; using System.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace IO.Swagger.Model { /// <summary> /// Uniq...
/* Copyright (c) 2013 Mitch Thompson Standard 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 without limitation the rights to use, copy, modify, merge,...
#nullable enable // ReSharper disable once CheckNamespace namespace Fluent { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; u...
// <copyright file="WheelInputDevice.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 //...
// // Author: // Jb Evain (jbevain@gmail.com) // // Copyright (c) 2008 - 2015 Jb Evain // Copyright (c) 2008 - 2011 Novell, Inc. // // Licensed under the MIT/X11 license. // using System; using System.Text; using Mono.Collections.Generic; namespace Mono.Cecil { public class MethodReference : MemberReference, IMe...
using System; using System.Collections.Generic; using System.Drawing; namespace Delaunay { public class Site : ICoord { private static List<Site> _pool = new List<Site>(); public static Site Create(PointF p, int index, float weight, uint color) { if (_pool.Count > 0) ...
// 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.Immutable; using System.IO; using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.Text; namespace System.Re...
// // Copyright (c) 2003-2006 Jaroslaw Kowalski <jaak@jkowalski.net> // Copyright (c) 2006-2014 Piotr Fusik <piotr@fusik.info> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Red...
using TribalWars.Browsers.Control; using TribalWars.Controls.AccordeonDetails; using TribalWars.Controls.AccordeonLocation; using TribalWars.Maps.AttackPlans.Controls; using TribalWars.Maps.Controls; using TribalWars.Maps.Markers; using TribalWars.Maps.Monitoring; using TribalWars.Maps.Polygons; namespace TribalWars.F...
using System; using System.Collections.Generic; using Abp.Application.Services; using Abp.AspNetCore.Configuration; using Abp.Extensions; using Castle.Windsor.MsDependencyInjection; using Abp.Reflection; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ApplicationModels; using Microsoft.AspNetCore.Mvc.Int...
using System; using System.Linq; using Xunit; using Yeast.Features.Abstractions; using Yeast.Features.Tests.Mocks; namespace Yeast.Features.Tests { public class FeatureManagerBuilderTests { [Fact] public void MergesProvidedFeatures() { // Arrange var builder = ne...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.IO; using System.Linq; using System.Collections.Generic; using System.Text; using Microsoft.Test.ModuleCore; using Xunit; namespace System.Xml.Linq.Tests ...
// SPDX-License-Identifier: MIT // Copyright wtfsckgh@gmail.com // Copyright iced contributors using System; using System.Collections.Generic; using System.Text; using Generator.Enums; using Generator.IO; namespace Generator.Documentation.Python { sealed class PythonDocCommentWriter : DocCommentWriter { const stri...
// 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 Xunit; namespace System.Linq.Tests.LegacyTests { public class SelectManyTests : Enu...
// Copyright (C) 2009-2017 Luca Piccioni // // 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, merge, p...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace StacksOfWax.SimpleApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popula...
using UnityEngine; using System; using System.Collections; using System.Reflection; using System.Runtime.InteropServices; namespace FourthSky { namespace Android { public static class AndroidVersions { public const int BASE = 1; public const int BASE_1_1 = 2; public const int CUPCAKE = 3; public co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; namespace Microsoft.AspNetCore.SignalR.Client.SourceGenerator { internal partia...
// // 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...
// 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 System.Collections.Generic; using System.Data.SqlClient; using System.Data; using System.Xml.Serialization; using VotingInfo.Database.Contracts; using VotingInfo.Database.Contracts.Data; ////////////////////////////////////////////////////////////// //Do not modify this file. Use a partial class to...
///////////////////////////////////////////////////////////////////////////// // Copyright (c) 2003 CenterSpace Software, LLC // // // // This code is free software under the Artistic license. // // ...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Net; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Connections; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.Configuration; namespace Orleans.R...
namespace Nancy.Tests.Unit.ModelBinding { using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Xml.Serialization; using FakeItEasy; using Nancy.Configuration; u...
// 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) .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.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.InteropServices; using FluentAssert...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
// 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 System.Data.Common; using System.Data.SqlTyp...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL...
#region BSD License /* Copyright (c) 2004 - 2008 Matthew Holmes (matthew@wildfiregames.com), Dan Moorehead (dan05a@gmail.com), C.J. Adams-Collier (cjac@colliertech.org), Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ...
using System.ComponentModel; using System.Drawing; using Microsoft.Win32; using Skybound.ComponentModel; namespace Skybound.VisualTips.Rendering { [System.ComponentModel.TypeConverter(typeof(Skybound.VisualTips.Rendering.VisualTipOfficePreset.TypeConverter))] public class VisualTipOfficePreset { ...
#region Namespaces using System; using System.ComponentModel; using System.Data; using System.Xml; using Epi; #endregion //Namespaces namespace Epi.Fields { /// <summary> /// Mirror Field. /// </summary> public class MirrorField : FieldWithSeparatePrompt, IDependentField { #region Private Members ///...
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to ...
namespace RRLab.PhysiologyData.GUI { partial class CellAndRecordingInfoPanel { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
// 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.Linq; using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; namespace Model { /// <summary> /// /// </summary> [DataContract] public class ImageProperties : IEquatabl...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using Elasticsearch.Net.Connection.Configuration; using Elasticsearch.Net.Connection.Thrift.Protocol...
// 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 Xunit; using Test.Cryptography; namespace System.Security.Cryptography.Pkc...
// // Copyright (c) 2016, Bianco Veigel // // 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, merge, publ...
// 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.Runtime.CompilerServices; namespace System { /// <summary> /// Exten...
using System; using System.Collections.Generic; using Tibia.Packets; using System.Drawing; using Tibia.Util; namespace Tibia.Objects { /// <summary> /// Represents one stack of items. Can also represent a type of item (with no location in memory). /// </summary> public class Item { protecte...
// 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.Globalization; using System.Reflection; using System.Xml; using System.Security; ...
/* * Win32KeyProvider.cs - Implementation of the * "Microsoft.Win32.Win32KeyProvider" class. * * 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 Soft...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Text.RegularExpressions; using System.Threading; using Mastersign.Expressions.Functions; using Mastersign.Expressions.Language; using Sprache; namespace Mastersign.Expressions { /// <su...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Microsoft.SharePoint; // ReSharper disable once CheckNamespace namespace SharepointCommon { /// <summary> /// Represents wrapper on a SharePoint list or library /// </summary> /// <typeparam name="T"...
// // 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.Collections.Generic; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.SwaggerGen; using HETSAPI.Models; using HETSAPI.ViewModels; using HETSAPI.Services; using HETSAPI.Authorization; namespace HETSAPI.Controllers { /// <summary> /// User Controller /// </summary> [ResponseCache...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Arango.fastJSON { /// <summary> /// This class encodes and decodes JSON strings. /// Spec. details, see http://www.json.org/ /// </summary> internal sealed class JsonPa...
using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Web.UI.WebControls; using ASPNET.StarterKit.BusinessLogicLayer; namespace ASPNET.StarterKit.DataAccessLayer { public class SQ...
using System; using System.Windows.Forms; using System.Drawing; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; namespace WeifenLuo.WinFormsUI.Docking { public delegate string GetPersistStringCallback(); public class DockContentHandler : IDisposable, IDockDragSource { public Do...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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; using System.Collections.Generic; using System.Composition.Runtime.Util; using System.Linq...
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using Markdig.Helpers; using Markdig.Parsers; using Markdig.Syntax; using Markdig.Syntax.Inlines; namespace Markdig.Extensions.Footnote...
// 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 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
// 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; using System.Runtime.InteropServices; using System.Security; using Xunit; namespace Syste...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
namespace FakeItEasy.Creation.DelegateProxies { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Castle.DynamicProxy; using Fake...
/* 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: * * * Redistributions of source code must retain the above * copyright notice, this lis...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using UnityEditor; using UnityEngine; namespace PlayFab.PfEditor { public class PlayFabEditor : UnityEditor.EditorWindow { #if !UNITY_5_3_OR_NEWER public GUIContent titleContent; #endif #region EdEx Vari...
// 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 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
using System; using EncompassRest.Loans.Enums; using EncompassRest.Schema; namespace EncompassRest.Loans { /// <summary> /// Tax4506 /// </summary> [Entity(PropertiesToAlwaysSerialize = nameof(HistoryIndicator) + "," + nameof(Tax4506TIndicator), SerializeWholeListWhenDirty = true)] public sealed pa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Globalization; using Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption; using Microsoft.AspNetCore.DataProtecti...
// **************************************************************** // Copyright 2007, Charlie Poole // This is free software licensed under the NUnit license. You may // obtain a copy of the license at http://nunit.org // **************************************************************** using System; using System.Coll...
// Visual Studio Shared Project // 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 // /...
using System; using System.CodeDom.Compiler; using System.Collections.Generic; namespace EduHub.Data.Entities { /// <summary> /// VELS Aggregated Dimensions /// </summary> [GeneratedCode("EduHub Data", "0.9")] public sealed partial class SVAG : EduHubEntity { #region Navigation Propert...
// // 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 (2011) Intel Corporation and Sandia Corporation. Under the * terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the * U.S. Government retains certain rights in this software. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using Appccelerate.EventBroker; using Appccelerate.EventBroker.Handlers; using Appccelerate.Events; using Eto; using Eto.Forms; using Eto.Gl; using Ninject; using Ninject.Extensions.Logging; using SharpFlame.Core; u...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.Collections.Generic; using System.Linq; using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Extensions.Co...
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> /// Year Levels Data Set /// </summary> [GeneratedCode("EduHub ...
using UnityEngine; using UnityEngine.Rendering; using System.Collections.Generic; using DFHack; using RemoteFortressReader; using UnityEngine.UI; using System.IO; using UnitFlags; // The class responsible for talking to DF and meshing the data it gets. // Relevant vocabulary: A "map tile" is an individual square on th...
using Prism.Events; using System; using System.Collections.Generic; using System.Linq; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; namespace Prism.Windows.Navigation { /// <summary> /// Abstracts the <see cref="Frame"/> object for use by apps that derive from the <s...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNe...
#region License // // ElementListLabel.cs July 2006 // // Copyright (C) 2006, Niall Gallagher <niallg@users.sf.net> // // 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.ap...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class Codes : MonoBehaviour { public static SpawnSphere shapeSpawn; public static List<string> goodCodes = null;// new List<string> (); public static List<string> triCodes = null; public static List<string> pentCodes = nul...
#if UNITY_STANDALONE || UNITY_STANDALONE_WIN || UNITY_STANDALONE_OSX #define COHERENT_UNITY_STANDALONE #endif #if UNITY_NACL || UNITY_WEBPLAYER #define COHERENT_UNITY_UNSUPPORTED_PLATFORM #endif //#if UNITY_EDITOR && (UNITY_IPHONE || UNITY_ANDROID) //#define COHERENT_SIMULATE_MOBILE_IN_EDITOR //#endif using UnityEng...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.Engine { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Thread...
using System; using System.Collections.Generic; using System.Linq; using SourceCode.Clay; using Xunit; using crypt = System.Security.Cryptography; namespace SourceCode.Chasm.Tests { public static class TreeNodeMapTests { private static readonly crypt.SHA1 s_hasher = crypt.SHA1.Create(); privat...
/* * Copyright 2007-2019 JetBrains s.r.o. * * 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 agre...
using Microsoft.IdentityModel; using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.S2S.Tokens; using Microsoft.SharePoint.Client; using Microsoft.SharePoint.Client.EventReceivers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalizati...
/* * MindTouch Dream - a distributed REST framework * Copyright (C) 2006-2014 MindTouch, Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit mindtouch.com; * please review the licensing section. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
// Copyright 2011, Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace CslaSample.Business { /// <summary> /// FolderList (read only list).<br/> /// This is a generated base class of <see cref="FolderList"/> business object. /// This class is a root collection. /// </...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace MS.Internal.Xml.XPath { using System; using Microsoft.Xml; using Microsoft.Xml.XPath; usin...
/* **************************************************************************** * * 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 * ...