context
stringlengths
2.52k
185k
gt
stringclasses
1 value
using UnityEngine; using System.Collections.Generic; /// <summary> /// Manager that instantiates and recycles the pasta objects /// </summary> public class ROTD_PastaManager : MonoBehaviour { /// <summary> /// Internal list of pasta objects /// </summary> private List<ROTD_Pasta> _pastas = new List<RO...
/* * 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. // 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; namespace System.Linq.Tests.LegacyTests { public static class Extension { ///...
using Autofac; using AutoMapper; using Miningcore.Blockchain.Bitcoin.Configuration; using Miningcore.Blockchain.Bitcoin.DaemonResponses; using Miningcore.Configuration; using Miningcore.Extensions; using Miningcore.JsonRpc; using Miningcore.Messaging; using Miningcore.Mining; using Miningcore.Payments; using Miningcore...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // // <OWNER>[....]</OWNER> /*============================================================ ** ** Class: RWLock ** ** ** Purpose: Defines the lock that implements ** single-writer/multiple-reader semantics ** ** ====...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
/* Copyright (c) 2004-2006 Tomas Matousek, 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...
using System; using System.Text; using System.Collections.Generic; using csfmt.Lexers; using csfmt.Parsers; namespace csfmt { class CSharpFormatterMain { public static void F() { var ts = Lexer.LexerString(@"namespace A{public class B{public static void Main(){yield return(!x);}}}"...
using System; using System.Collections.Generic; using Nop.Core; using Nop.Core.Domain.Customers; using Nop.Core.Domain.Orders; namespace Nop.Services.Customers { /// <summary> /// Customer service interface /// </summary> public partial interface ICustomerService { #region Customers ...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
// 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 Debug = System.Diagnostics.Debug; using Interlocked = System.Threading.Interlocked; namespace System.Xml.Linq...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.IO.Compression; using System.Linq; using System.Threading; using System.Threading.Tasks; using Aspose.Cells.Common.CloudHelper; using Aspose.Cells.Common.Config; us...
// Generated by SharpKit.QooxDoo.Generator using System; using System.Collections.Generic; using SharpKit.Html; using SharpKit.JavaScript; namespace qx.ui.virtualx.core { /// <summary> /// <para>EXPERIMENTAL!</para> /// <para>The Pane provides a window of a larger virtual grid.</para> /// <para>The actual rende...
// 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. /*============================================================ ** ** ** ** Purpose: Provides some static methods to ...
using System.Collections.Generic; using System.Linq; using hw.DebugFormatter; using hw.Helper; using JetBrains.Annotations; using Reni.Basics; using Reni.Runtime; using Reni.Struct; namespace Reni.Code { sealed class CSharpGenerator : DumpableObject, IVisitor { readonly int TemporaryByteCount; ...
// 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.17.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Ploeh.Albedo; using Ploeh.Albedo.Refraction; using Ploeh.AutoFixture.Kernel; namespace Ploeh.AutoFixture.Idioms { /// <summary> /// Encapsulates a unit test th...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Xunit; namespace System.Numerics.Tests { public class divremTest { private static int s_sampl...
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 BusinessApps.HelpDesk { /// <summary> /// Encapsulates all th...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.Serialization; using System.Text.RegularExpressions; using Funq; using NUnit.Framework; using ServiceStack.ServiceClient.Web; using ServiceStack.FluentValidation; using ServiceStack.Servic...
// 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...
using System; using System.Net; using System.Net.Sockets; using System.Collections; using System.Security.Cryptography; using System.Diagnostics; using DeOps.Implementation.Protocol; using DeOps.Implementation.Protocol.Net; using DeOps.Implementation.Dht; using DeOps.Simulator; namespace DeOps.Implementation.Transp...
using System; using System.Text; namespace SkipList { public class SkipList { /* This "Node" class models a node in the Skip List structure. It holds a pair of (key, value) * and also three pointers towards Node situated to the right, upwards and downwards. */ private class Node { public Node(IComparable...
// File generated automatically by ReswPlus. https://github.com/rudyhuyn/ReswPlus // The NuGet package PluralNet is necessary to support Pluralization. using System; using Windows.ApplicationModel.Resources; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Data; namespace JustRemember.Strings{ [global::System.C...
using System; using System.Collections.Generic; using System.Threading.Tasks; using RestSharp; using IO.Swagger.Client; using IO.Swagger.Model; namespace IO.Swagger.Api { public interface IInformationApi { /// <summary> /// Get a list of the valid conversions. Gets a list of the valid conversions th...
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
// // Window.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin 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, i...
// Copyright (c) Microsoft Open Technologies, Inc. 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 Microsoft.AspNet.Razor.Generator; using Microsoft.AspNet.Razor.Generator.Compiler...
// 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. // ------------------------------------------------------------------------------ // Changes to this file must follow...
namespace Edi.Apps.ViewModels { using System; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Windows; using System.Windows.Threading; using Dialogs.FindReplace.ViewModel; using ICSharpCode.AvalonEdit.Document; using MsgBox; using Documents.ViewModels.EdiDoc; using Syst...
namespace Economy.scripts.Messages { using System; using System.Linq; using EconConfig; using Economy.scripts; using Economy.scripts.EconStructures; using ProtoBuf; using Sandbox.Common.ObjectBuilders; using Sandbox.Definitions; using Sandbox.ModAPI; using VRage; using VRage....
#region License, Terms and Author(s) // // ELMAH - Error Logging Modules and Handlers for ASP.NET // Copyright (c) 2004-9 Atif Aziz. All rights reserved. // // Author(s): // // Atif Aziz, http://www.raboof.com // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file excep...
namespace WebBaseSystem.Web.Areas.HelpPage { 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...
using Parse; using Parse.Core.Internal; using NUnit.Framework; using Moq; using System; using System.Runtime.CompilerServices; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace ParseTest { [TestFixture] public class UserTests { [SetUp] public void SetUp() { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using System.Text;...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region StyleCop Suppression - generated code using System; using System.ComponentModel; using System.Windows; using System.Windows.Automation.Peers; using System.Windows.Controls; using System.Windows.Input; namespace Microsoft.Management.UI....
// 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 Microsoft.Xml { using System; using System.IO; using System.Collections; using System.Dia...
// 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.Contracts; using System.IO; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; namespace System.Servi...
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ namespace Adxstudio.Xrm.ContentAccess { using System; using System.Collections.Generic; using System.Linq; using Adxstudio.Xrm.Cms; using ...
namespace Azure.Data.Tables { public partial interface ITableEntity { Azure.ETag ETag { get; set; } string PartitionKey { get; set; } string RowKey { get; set; } System.DateTimeOffset? Timestamp { get; } } public partial class TableClient { protected TableClie...
// // ImageView.cs // // Author: // Stephane Delcroix <stephane@delcroix.org> // Ruben Vermeersch <ruben@savanne.be> // // Copyright (C) 2009-2010 Novell, Inc. // Copyright (C) 2009 Stephane Delcroix // Copyright (C) 2010 Ruben Vermeersch // // Permission is hereby granted, free of charge, to any person obtaining /...
// 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.Threading; using System.Threading.Tasks; using Xunit; namespace System.Threading.Tests { public st...
/* * * (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...
namespace Microsoft.Protocols.TestSuites.Common { #region AutodiscoverResponse /// <summary> /// The class of Autodiscover response. /// </summary> public class AutodiscoverResponse : ActiveSyncResponseBase<Response.Autodiscover> { /// <summary> /// Initializes a new instance of...
using PhotoNet.Common; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace RawNet.Format.Tiff { internal class IFD { public ushort tagNumber; public Dictionary<TagType, Tag> tags = new Dictionary<TagType, Tag>(); public List<IFD> subIFD...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using GitTfs.Commands; using GitTfs.Core.TfsInterop; using GitTfs.Util; namespace GitTfs.Core { public class GitTfsRemote : IGitTfsRemote { ...
using System; using UnityEngine; [AddComponentMenu("NGUI/Interaction/Play Sound")] public class UIPlaySound : MonoBehaviour { public enum Trigger { OnClick, OnMouseOver, OnMouseOut, OnPress, OnRelease, Custom } public enum SoundMode { NULL, NormalClick, ViewClosed, Login, Award, RANDOM, ...
/* * Copyright 2010-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 located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
// 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.ObjectModel; using System.Diagnostics; using Microsoft.VisualStudio.Debugger.Evaluation; using Microsoft.VisualStudio.D...
// 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.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using System.Xml.Serialization; using SubSonic; using SubSonic.Utilities;...
#region PDFsharp - A .NET library for processing PDF // // Authors: // Stefan Lange (mailto:Stefan.Lange@pdfsharp.com) // // Copyright (c) 2005-2009 empira Software GmbH, Cologne (Germany) // // http://www.pdfsharp.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby granted, free of charge, to ...
/* * 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 Microsoft.DirectX.Direct3D; using System; using System.Drawing; using System.Windows.Forms; using TGC.Core.Direct3D; using TGC.Core.Mathematica; using TGC.Core.Shaders; using TGC.Examples.Example; using TGC.Examples.UserControls; using TGC.Examples.UserControls.Modifier; namespace TGC.Examples.WorkshopShaders { ...
using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Xunit; using Xunit.Abstractions; namespace Microsoft.Build.UnitTests.ResolveAssemblyReference_Tests { /// <summary> /// Unit test the cases where we need to de...
#if ENABLE_PLAYFABPLAYSTREAM_API && ENABLE_PLAYFABSERVER_API using System; using System.Collections.Generic; using PlayFab.Internal; namespace PlayFab { /// <summary> /// <para />APIs which allow game servers to subscribe to PlayStream events for a specific title /// <para />This API is server only, and sh...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Collections.Generic; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using Vevo; using Vevo.D...
using System; using System.Collections; using System.Text; using System.Runtime.InteropServices; using EnvDTE; using EnvDTE80; //using EnvDTE90; using System.IO; using System.Windows.Forms; namespace ToolboxManager { public sealed class Installer : IOleMessageFilter, IDisposable { #region Private varia...
// 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 System.Runtime.Serialization { using System; using System.Collections.Generic; using System.Di...
using System; using System.Diagnostics; namespace YAF.Lucene.Net.Search { /* * 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 A...
/* * 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...
// // 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...
// 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.Globalization; using System.Xml.XPath; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Orleans.CodeGeneration; using Orleans.Configuration; using Orleans.Runtime; using Orleans.Runtime.Scheduler; using Orleans.Serialization; using O...
#region Copyright (c) 2006 Ian Davis and James Carlyle /*------------------------------------------------------------------------------ COPYRIGHT AND PERMISSION NOTICE Copyright (c) 2006 Ian Davis and James Carlyle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and asso...
// 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.Diagnostics; using System.IO; using System.Reflection.Internal; using System.Reflection.Metadata; using System.Threadin...
/*********************************************************************************************************************** * TorrentDotNET - A BitTorrent library based on the .NET platform * * Copyright (C) 2004, Peter Ward ...
// 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.Globalization; namespace System.IO { /// <summary> /// Helper for r...
using System; using Foundation; using UIKit; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Linq; using AVFoundation; using CoreVideo; using CoreMedia; using CoreGraphics; using CoreFoundation; using System.Timers; namespace ManualCameraControls { public partial class WhiteBalanceViewCo...
using System; using System.Diagnostics; using System.Globalization; using System.Runtime.InteropServices; using System.ComponentModel.Design; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.VisualStudio.Shell; using EnvDTE; using EnvDTE80; using EnvDTE90; using EnvDTE100; using System.Collections.Generic; u...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data; using System.Globalization; using System.Reflection; using System.Text; using DataBoss.Data.Scripting; using DataBoss.Data.SqlServer; using DataBoss.Linq; ...
// 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.Linq; using System.Threading.Tasks; using Microsoft.CodeAnaly...
/* Copyright (c) 2006 Tomas Petricek 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 license. You must not remov...
// Licensed to the .NET Foundation under one or more agreements. // See the LICENSE file in the project root for more information. // // System.Net.HttpListenerRequest // // Authors: // Gonzalo Paniagua Javier (gonzalo.mono@gmail.com) // Marek Safar (marek.safar@gmail.com) // // Copyright (c) 2005 Novell, Inc. (http://...
using System; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Runtime.Scheduler; namespace Orleans.Runtime { internal class GrainTimer : IGrainTimer { private Func<object, Task> asyncCallback; private AsyncTaskSaf...
// 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; namespace System.Text { internal static class Parsi...
// 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.Diagnostics; using System.Windows; using System.Collections.Generic; using Dependencies; using Dependencies.ClrPh; public class DisplayPeImport : SettingBindingHandler { #region Constructors public DisplayPeImport( PeImport PeImport, PhSymbolProvider SymPrv, ...
using System.Linq; using GitTools.Testing; using GitVersion.Extensions; using GitVersion.Model.Configuration; using GitVersion.VersionCalculation; using GitVersionCore.Tests.Helpers; using LibGit2Sharp; using NUnit.Framework; namespace GitVersionCore.Tests.IntegrationTests { [TestFixture] public class HotfixBr...
using System; using System.Collections; using System.Management.Automation; using System.Net.Http; using TfsCmdlets.Extensions; using TfsCmdlets.HttpClient; using TfsCmdlets.Services; using TfsCmdlets.Util; namespace TfsCmdlets.Cmdlets.RestApi { /// <summary> /// Invoke an Azure DevOps REST API. /// </summ...
using System; using Lucene.Net.Documents; namespace Lucene.Net.Index { using BinaryDocValuesField = BinaryDocValuesField; using BinaryDocValuesUpdate = Lucene.Net.Index.DocValuesUpdate.BinaryDocValuesUpdate; using BytesRef = Lucene.Net.Util.BytesRef; using DocIdSetIterator = Lucene.Net.Search.DocIdSetI...
#region Header /** * JsonReader.cs * Stream-like access to JSON text. * * The authors disclaim copyright to this source code. For more details, see * the COPYING file included with this distribution. **/ #endregion using System; using System.Collections.Generic; using System.IO; using System.Text; namespace...
/* 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...
#region License /* * All content copyright Terracotta, Inc., unless otherwise indicated. 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.a...
using System.Runtime.InteropServices; using System.Runtime.Versioning; using Microsoft.Win32; namespace Meziantou.Framework.Win32; /// <summary> /// Defines a file's perceived type based on its extension. /// </summary> public sealed class Perceived { private static readonly Dictionary<string, Perceived> s_percei...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// <copyright file="TurnBasedMatch.cs" company="Google Inc."> // Copyright (C) 2014 Google 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/LI...
// SF API version v50.0 // Custom fields included: False // Relationship objects included: True using System; using NetCoreForce.Client.Models; using NetCoreForce.Client.Attributes; using Newtonsoft.Json; namespace NetCoreForce.Models { ///<summary> /// Consumption Schedule ///<para>SObject Name: ConsumptionSchedu...
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ namespace Microsoft.Tools.ServiceModel.WsatConfig { using System; using System.Runtime....
namespace PICkit2V2 { partial class FormMultiWinProgMem { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </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.Diagnostics.Contracts; using System.Collections; using System.Globalization; using System...
//------------------------------------------------------------------------------ // <copyright file="CheckBoxRenderer.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-----------------------------...
using System; using System.IO; using System.Linq; namespace SteamBot { public class Log : IDisposable { public enum LogLevel { Debug, Info, Success, Warn, CheekyWizard, LuckyCat, Ban, Error, ...
using System; using System.Configuration; namespace NuSync.Api.Settings { /// <summary> /// uSync Settings - /// /// reads the uSync bit of the Web.Config /// /// <uSync> /// <Settings> /// <add /// read="true" - read the uSync directo...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Fram...
// 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 ManagedTests.DynamicCSharp.Conformance.dynamic.context.property.autoproperty.regclass.regclassautoprop.regclas...
// 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.Metadata.Cil.Decoder; using System.Reflection.Metadata.Cil...
using UnityEngine; using System.Collections.Generic; using tk2dRuntime.TileMap; [System.Flags] public enum tk2dTileFlags { None = 0x00000000, FlipX = 0x01000000, FlipY = 0x02000000, Rot90 = 0x04000000, } [ExecuteInEditMode] [AddComponentMenu("2D Toolkit/TileMap/TileMap")] /// <summary> /// Tile Map /// </summary...
// 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.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Windows.Controls; using Micros...
// // PrintOperation.cs // // Author: // Stephane Delcroix <stephane@delcroix.org> // // Copyright (C) 2008-2009 Novell, Inc. // Copyright (C) 2008-2009 Stephane Delcroix // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "...