text
stringlengths
1
932k
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("AddinHost")] [assembly: AssemblyDescription( "Addin Host for image addins" )] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany...
using Microsoft.AspNetCore.Mvc.ApplicationModels; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc.ModelBinding; using System; using System.Collections.Generic; namespace OdataToEntity.AspNetCore { public sealed class OeBatchFilterConvention : IActionModelConvention { public void...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. namespace Rolosoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; u...
using System; using Arcus.WebApi.Logging; using Microsoft.AspNetCore.Mvc; namespace Arcus.WebApi.Tests.Unit.Logging.Controllers { [ApiController] [RequestTracking(404)] public class TrackedNotFoundStatusCodeOnClassController : ControllerBase { public const string Route = "requesttracking/clien...
// <copyright> // Copyright by the Spark Development Network // // Licensed under the Rock Community License (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.rockrms.com/license // // Unless required by applicable law or ag...
using System.Runtime.CompilerServices; namespace HotChocolate.Language; /// <summary> /// This class provides internal char utilities /// that are used to tokenize a GraphQL source text. /// These utilities are used by the lexer default implementation. /// </summary> internal static partial class GraphQLConstants { ...
using System; using System.Collections; using System.Collections.Generic; namespace Binocle { /// <summary> /// very basic wrapper around an array that auto-expands it when it reaches capacity. Note that when iterating it should be done /// like this accessing the buffer directly but using the FastList.l...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Box.V2.Models; using System.Threading.Tasks; using Box.V2.Managers; using System.Collections.Generic; namespace Box.V2.Test.Integration { [TestClass] public class BoxMetadataManagerTestIntegration : BoxResourceManagerTestIntegration {...
// 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. #nullable disable using System; using System.Collections.Generic; using Microsoft.CodeAnalysis.Editor; using Micro...
namespace MySql.Data.MySqlClient.Results { internal enum ResultSetState { None, ReadResultSetHeader, ReadingRows, HasMoreData, NoMoreData, } }
// This file is part of YamlDotNet - A .NET library for YAML. // Copyright (c) Antoine Aubry and contributors // 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, in...
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Runtime.InteropServices; namespace OpenVIII.Battle.Dat { /// <summary> /// Section 1b: Bones /// </summary> /// <see cref="http://wiki.ffrtt.ru/index.php?title=FF8/FileFormat_DAT#Bo...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using SolStandard.HUD.Window.Content; using SolStandard.Utility; using SolStandard.Utility.Assets; namespace SolStandard.Map.Elements { public class MapDistanceTile : MapTile { public enum TileType { White, ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Net.Http; using System.Net.Http.Headers; using FunctionalTests.Common; using Owin; using Xunit; using Xunit.Extensions; namespace Functio...
using System; using System.Threading.Tasks; namespace Swan.Threading { /// <summary> /// Defines a standard API to control background application workers. /// </summary> public interface IWorker { /// <summary> /// Gets the current state of the worker. /// </summary> ...
// 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.Diagnostics.ContractsLight; using BuildXL.Utilities; namespace BuildXL.Pips.Operations { /// <summary>...
using Forum.Domain.Entities; using Forum.Domain.Interfaces.Repositories; using Forum.Domain.Interfaces.Services; namespace Forum.Domain.Services { public class ServiceStartupOnPost : ServiceBase<StartupOnPost>, IServiceStartupOnPost { IRepositoryStartupOnPost _repositoryStartupOnPost; public S...
using SteamReportCreator.Common; using SteamReportCreator.Data; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; using Win...
namespace LINGYUN.Abp.WorkflowManagement { public enum DataType { Object, String, Number, Date, DateTime, Booleaen } }
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ using System; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using Microsoft.PowerBI.Commands.Common.Test; using Microsoft.PowerBI.Commands.Profile.Test; using Microsoft.Pow...
//----------------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs" company="WheelMUD Development Team"> // Copyright (c) WheelMUD Development Team. See LICENSE.txt. This file is // subject to the Microsoft Public License. All other rights reserved. // </copyright> ...
using System; using System.Globalization; namespace NGraphics { public struct Rect { public double X; public double Y; public double Width; public double Height; public double Left { get { return X; } } public double Top { get { return Y; } } public double Right { get { return X + Width; } } public ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by \generate-code.bat. // // Changes to this file will be lost when the code is regenerated. // The build server regenerates the code before each build and a pre-build // step...
using ArkBot.Modules.Application.Configuration.Model; using ArkBot.Utils; using Discord.Commands; using Discord.WebSocket; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ArkBot.Modules.Discord.Attributes { public class RoleRestrictedPreconditionAttribute...
using System; using Sep.Git.Tfs.Commands; using Sep.Git.Tfs.Util; using Xunit; using Rhino.Mocks; using StructureMap.AutoMocking; using Sep.Git.Tfs.Core; namespace Sep.Git.Tfs.Test.Util { public class CommitSpecificCheckinOptionsFactoryTests : BaseTest { private readonly RhinoAutoMocker<CheckinOptions...
/* * 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...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Cl...
// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.Dingtalkmicro_app_1_0.Models { public class DeleteAppRoleResponse : TeaModel { [NameInMap("headers")] [Validation(Required=true)] p...
// Copyright 2019 Cohesity Inc. using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.C...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace MagicCMS.Core { /// <exclude /> public class JTreeNode { public string id { get; set; } public string text { get; set; } public string icon { get; set; } public JTreeNodeState state ...
using System; using System.Collections.Generic; using System.Threading.Tasks; using MAVN.Service.SmartVouchers.Domain.Enums; using MAVN.Service.SmartVouchers.Domain.Models; namespace MAVN.Service.SmartVouchers.Domain.Services { public interface ICampaignsService { Task<Guid> CreateAsync(VoucherCampaig...
/* * 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...
using System; using System.Collections.Generic; using System.Text; using Material.Music.Appleneko2001; using Material.Music.Core.Engine; using Material.Music.Core.MediaInfo; namespace Material.Music.Core.Interfaces { public interface IPlayable { string Identicator { get; } string GetObjectHash...
record Circle ( double Radius ) : Shape (Radius * 2, Radius * 2) { public sealed override double Area => Radius * Radius * Math.PI; }
using Loja.DAO; using Loja.Entidades; using Loja.Infra; using NHibernate; using NHibernate.Cfg; using NHibernate.Transform; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Loja { class Program { static void Main(string[] arg...
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2016 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software; you can redistribute it and/or modify * it under the terms of The MIT License (...
namespace Backend.Minio.Api.Configurations.Middleware.Exception { using System; using System.Threading.Tasks; using Backend.Minio.Manager.Helpers.Api.Response.Custom; using Facilis.Api.Helpers.Exception; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; public class Exce...
/* http://www.cgsoso.com/forum-211-1.html CG搜搜 Unity3d 每日Unity3d插件免费更新 更有VIP资源! CGSOSO 主打游戏开发,影视设计等CG资源素材。 插件如若商用,请务必官网购买! daily assets update for try. U should buy the asset from home store if u use it in your project! */ #if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; using ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.AspNetCore.Razor.Language.CodeGeneration; using Microsoft.AspNetCore.Razor.Language.Components; namespace Microsoft.AspNe...
// 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. #nullable disable using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using ...
using System; using System.Collections.Generic; using CTCT.Components.EmailCampaigns; using CTCT.Components; namespace CTCT.Services { /// <summary> /// Interface for CampaignService class. /// </summary> public interface IEmailCampaignService { /// <summary> /// Get a set of campai...
using System; using System.Linq; using System.Reflection; using BasicMessaging.Domain.Places.Services; using BasicMessaging.SqlServer; using BasicMessaging.SqlServer.Repositories; using BasicMessaging.WebApp.HostedServices; using Brickweave.Cqrs.DependencyInjection; using Brickweave.Domain; using Brickweave.Domain.Ser...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ChallongeCSharpDriver; using ChallongeCSharpDriver.Caller; using ChallongeCSharpDriver.Core.Objects; using ChallongeCSharpDriver.Core.Queries; using ChallongeCSharpDriver.Core.Results; using LaDOSE.Business.Interface...
using UnityEngine; using System.Collections; public class vFootStepHandler : MonoBehaviour { [Tooltip("Use this to select a specific material or texture if your mesh has multiple materials, the footstep will play only the selected index.")] [SerializeField] private int materialIndex; public int materi...
using System; using System.Collections.Generic; using System.Linq; namespace PublicHoliday { /// <summary> /// Represents holidays in the Kazakhstan /// </summary> public class KazakhstanPublicHoliday : PublicHolidayBase { /// <summary> /// New Year's Day January 1 /// </su...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using Steeltoe.Common.Util; using Steeltoe.Messaging; using Steeltoe.Messaging.Converter; using System; usin...
// *** WARNING: this file was generated by crd2pulumi. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Kubernetes.Types.O...
using System; using CNC.CADElements; using System.Collections.Generic; namespace CNC.CADTools { public class MoveTool : Tool { private List<decimal> elementsInitX; private List<decimal> elementsInitY; public decimal InitX { get; private set; } public decimal InitY { get; private set; } ...
using AutoMapper; using C43COOL.Domain.Base; using C43COOL.Models.Department.Management; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace C43COOL.Service.AutoMapperProfile { public class DepartmentProfile : Profile { public D...
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Autofac; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using RoadCaptain.App.RouteBuilder.Views; using RoadCaptain.App.Shared.Dialogs; using RoadCaptain.App.Shared.Dialogs.ViewModels; namespac...
using System.ComponentModel.DataAnnotations; using EPiServer.Core; using EPiServer.DataAbstraction; using EPiServer.DataAnnotations; using EPiServer.Web; namespace EPiServer.ContentApi.MusicFestival.Models.Pages { [ContentType(DisplayName = "Landing Page", GUID = "46278700-3173-4945-b143-befe071f0f71", Descriptio...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using Noticia.Models; using Noticia.Data; using Microsoft.AspNetCore.Authorization; namespace Noticia.Controll...
//------------------------------------------------------------------------------ // <auto-generated> // O código foi gerado por uma ferramenta. // Versão de Tempo de Execução:4.0.30319.42000 // // As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se // o código for gerado ...
using System; using System.Text.RegularExpressions; namespace QuickGraph.Unit { public enum NameMatchType { Exact, Contains, Regex } public interface INameMatcher { bool IsMatch(string value); } public static class NameMatcherFactory { public st...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Http; using Newtonsoft.Json.Linq; namespace CozyWeixin.Core.Account { public class Account { string url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_creden...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. using System.Linq; using System.Threading; using System.Threading.Tasks; using Application.Interfaces.Persistance; using Application.Service.Specifications; using Domain.Exceptions; using FluentValidation; using MediatR; using Microsoft.Extensi...
using System.IO; using Jil; using System; using System.Collections.Generic; namespace StackExchange.Redis.Tests { public static class TestConfig { private const string FileName = "TestConfig.json"; public static Config Current { get; } static TestConfig() { Curren...
using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Core.Queries; using EventSourcing.Sample.Clients.Contracts.Clients.Queries; using EventSourcing.Sample.Clients.Domain.Clients; using EventSourcing.Sample.Clients.Storage; using Microsoft.EntityFrameworkCore;...
using UnityEngine; using System.Collections; public class Fork : BonusObject { private float stunTime = 5; public float removeTime = 5; private float removeTimeEnd;//Did the stun timer end? public bool started = false; // Use this for initialization void Start () { stunTime = removeTime...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("LDY...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using FizzWare.NBuilder; using NUnit.Framework; using Should; using WithFormat.Cultures; using WithFormat.UInteger; namespace UnitTests { [TestFixture] public class UIntegerFormatTests { private static r...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/strmif.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop { pub...
// Copyright 2007-2017 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // /...
// <auto-generated> // 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. // </auto-generated> namespace Microsoft.Azure.Management.Network.Fluent { ...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using TravelAgent.Data; namespace Trav...
//--------------------------------------------------------- // <auto-generated> // This code was generated by a tool. Changes to this // file may cause incorrect behavior and will be lost // if the code is regenerated. // // Generated on 2020 October 09 06:00:57 UTC // </auto-generated> //--------------...
#region License // Copyright (c) 2019 Ewout van der Linden // https://github.com/IonKiwi/Json/blob/master/LICENSE #endregion using IonKiwi.Json.MetaData; using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Text; using static IonKiwi.Json.JsonReflection; namespace IonKi...
// 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.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.Serialization; using System.Text;...
using NorthwindClient; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; namespace AstoriaSnippetsCS { /// <summary> ///This is a test class for CustomerAddressNonEntityTest and is intended ///to contain all CustomerAddressNonEntityTest Unit Tests ///</summary> [TestClass...
// 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. #nullable disable using static Interop; namespace System.Windows.Forms { public partial class DataGridViewLink...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("So...
using System; using System.ServiceModel; using System.Runtime.Serialization; using Microsoft.Xrm.Sdk; using System.Text.RegularExpressions; namespace DemoCrmPlugin { public class FollowupPlugin : IPlugin { /// <summary> /// This code is taken from the MS Dynamics CRM SDK /// </summary>...
// ========================================================================== // ReferenceExtractor.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // ====================================================...
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 commercetools.Sdk.Domain.Customers; using System.ComponentModel.DataAnnotations; namespace commercetools.Sdk.Domain.Payments.UpdateActions { public class SetCustomerUpdateAction : UpdateAction<Payment> { public string Action => "setCustomer"; [Required] public Reference<Customer>...
using System; using Microsoft.TemplateEngine.Abstractions; using Microsoft.TemplateEngine.Core.Contracts; using Microsoft.TemplateEngine.Orchestrator.RunnableProjects.Macros.Config; using Newtonsoft.Json.Linq; namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.Macros { public class CoalesceMacro : IM...
using System; namespace AnotherWheel.Models.Pmx { [Flags] public enum SoftBodyFlags { None = 0x0, GenerateBendingLinks = 0x1, GenerateClusters = 0x2, RandomizeConstraints = 0x4 } }
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace _2022022401_CS_Login_Exam_2 { internal static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STATh...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Security.Principal; using System.Configuration; using TietoCRM; using TietoCRM.Extensions; using System.Security; namespace TietoCRM.Models { public static class GlobalVariables { /// <summary> //...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
using System; using Mirage.Logging; using Mirage.Tests; using NSubstitute; using NUnit.Framework; using UnityEngine; namespace Mirage.SocketLayer.Tests.PeerTests { /// <summary> /// base class of PeerTests that has setup /// </summary> public class PeerTestBase { public const int maxConnect...
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Common; using Mosa.Compiler.Framework.IR; using Mosa.Compiler.MosaTypeSystem; using Mosa.Compiler.Trace; using System.Collections.Generic; using System.Diagnostics; namespace Mosa.Compiler.Framework.Stages { /// <summary> /// //...
#region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to you under the Apache License, Version 2.0 // (...
/* http://www.cgsoso.com/forum-211-1.html CG搜搜 Unity3d 每日Unity3d插件免费更新 更有VIP资源! CGSOSO 主打游戏开发,影视设计等CG资源素材。 插件如若商用,请务必官网购买! daily assets update for try. U should buy the asset from home store if u use it in your project! */ #if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR) using System; /* * ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. //...
using System; using System.Globalization; using System.Text; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Asn1 { /** * UTC time object. */ public class DerUtcTime : Asn1Object { private readonly string time; /** * return an UTC Time from the passed in ...
//Original source codes: http://www.codeproject.com/KB/COM/safecomwrapper.aspx //Ported to Excel by Victor Derevyanko, dvpublic0@gmail.com, http://code.google.com/p/dvsrc/ //{$Id$} using System; using System.Diagnostics; using System.Runtime.Remoting.Proxies; using System.Runtime.InteropServices; using System.Runtime....
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Web.Http; using Microsoft.Owin.Security.OAuth; using Newtonsoft.Json.Serialization; using System.Web.Http.Cors; using System.Net.Http.Formatting; namespace Lbl.Server { public static class WebApiConfig { ...
using System; using System.Drawing; using System.Windows.Forms; // Cyotek ImageBox // Copyright (c) 2010-2016 Cyotek Ltd. // http://cyotek.com // http://cyotek.com/blog/tag/imagebox // Licensed under the MIT License. See license.txt for the full text. // If you use this control in your applications, attribution, do...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/CommCtrl.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using NUnit.Framework; using Syst...
#region using System; using System.Collections; using System.Collections.Generic; using System.Linq; using EvilDICOM.Core.Enums; using EvilDICOM.Core.Interfaces; #endregion namespace EvilDICOM.Core.Element { /// <summary> /// The overarching abstract class from which all DICOM element classes derive. Contai...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using XPike.Configuration; namespace XPike.Logging { /// <summary> /// Dedfault LogService implementation. /// Implements the <see cr...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Pubs.Application.Infrastructure.Extensions; namespace Pubs.UI { public class Startup { /// <summary...
using System; using HotChocolate.Types.Descriptors; using HotChocolate.Types.Descriptors.Definitions; namespace HotChocolate.Types.Relay { internal sealed class NodeField : ObjectField { internal NodeField(IDescriptorContext context) : base(CreateDefinition(context)) { ...
/* * 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. #nullable enable using System.Diagnostics; using System.Xml.XPath; namespace MS.Internal.Xml.XPath { internal class ForwardPositionQuery : CacheOutputQuery { public ...
/* * Ed-Fi Operational Data Store API * * The Ed-Fi ODS / API enables applications to read and write education data stored in an Ed-Fi ODS through a secure REST interface. *** > *Note: Consumers of ODS / API information should sanitize all data for display and storage. The ODS / API provides reasonable safeguards ...
 // Tapping // This Script is used to trigger animations when pointed objects are clicked or touched using System.Collections; using System.Collections.Generic; using UnityEngine; public class Tapping : MonoBehaviour { [System.Serializable] public class AnimationList { public string animationGroup; public ...
namespace App.UI.Mvc5.Areas.Features.Models { public enum SamplesEnum : int { SampleValue1, SampleValue2, SampleValue3, SampleValue4, SampleValue5, } }