text
stringlengths
1
932k
// *** 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...
using DbgHelp.MinidumpFiles; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace MinidumpExplorer.Views { public partial class ExceptionStream...
/* * Copyright 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 "license" fi...
using System; using System.Text.Json.Serialization; namespace Nindo.Net.Models { public class Artist : ArtistBase { [JsonPropertyName("id")] public string Id { get; set; } [JsonPropertyName("_genres")] public Genre[] Genre{ get; set; } [JsonPropertyName("avatar")] ...
using System; using System.Collections.Generic; using Grasshopper.Kernel; using Rhino.Geometry; using BeamShapeExplorer.DataTypes; namespace BeamShapeExplorer { public class BeamSections : GH_Component { /// <summary> /// Initializes a new instance of the MyComponent1 class. /// </su...
// // Copyright (c) Jesse Freeman, Pixel Vision 8. All rights reserved. // // Licensed under the Microsoft Public License (MS-PL) except for a few // portions of the code. See LICENSE file in the project root for full // license information. Third-party libraries used by Pixel Vision 8 are // under their own ...
/* * 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 System.Threading.Tasks; using Core.Cqrs.Queries; namespace Core.Cqrs.Tests.Queries { public class TestQueryDecorator : IQueryHandlerAsync<TestQuery, string> { private readonly IQueryHandlerAsync<TestQuery, string> _handler; public TestQueryDecorator(IQueryHandlerAsync<TestQuery, string>...
using System; using AutoFixture; using Helpdesk.Domain.Tickets; using Helpdesk.Services.Tickets.Factories.PauseTicket; using Helpdesk.Services.Tickets.Results; using Helpdesk.Services.Tickets.Results.Enums; using NUnit.Framework; namespace Helpdesk.Services.UnitTests.Tickets.Factories { public class PauseTicketRe...
using Fathym.Testing; using Microsoft.AspNetCore.Http; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Threading.Tasks; namespace state_api_users_tests { [TestClass] public class SetSelect...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace FullCalenderIOMVCCore.Models.ManageViewModels { public class RemoveLoginViewModel { public string LoginProvider { get; set; } public string Pr...
using System; namespace SFA.DAS.Courses.Domain.Entities { public class LarsStandardBase { public int LarsCode { get; set; } public int Version { get; set; } public DateTime EffectiveFrom { get; set; } public DateTime? EffectiveTo { get; set; } public DateTime? LastDateS...
using Newtonsoft.Json; using System.Collections.Generic; namespace ZendeskApi_v2.Models.HelpCenter.Topics { public class GroupTopicResponse : GroupResponseBase { [JsonProperty("Topics")] public IList<Topic> Topics { get; set; } } }
// SPDX-License-Identifier: Apache-2.0 // Licensed to the Ed-Fi Alliance under one or more agreements. // The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0. // See the LICENSE and NOTICES files in the project root for more information. using System.Configuration; using EdFi.LoadTools....
using System; using System.Collections.Generic; using System.Linq; using Telerik.Core; using Telerik.Data.Core.Layouts; using Telerik.UI.Xaml.Controls.Data.ContainerGeneration; namespace Telerik.UI.Xaml.Controls.Data.ListView.Model { internal class StackLayoutStrategy : BaseLayoutStrategy { private Co...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Laobian.Share.Grpc; using Laobian.Share.Grpc.Request; using Laobian.Share.Grpc.Service; using Laobian.Share.Misc; using Laobian.Share.Model.Jarvis; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Microsoft.Ext...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
using Android.App; using Android.Widget; using Android.OS; using Android.Content.PM; using Android.Views; namespace Playground.Droid { [Activity( MainLauncher = true, ConfigurationChanges = Uno.UI.ActivityHelper.AllConfigChanges, WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.StateHidden )] public...
using System.Collections.Generic; using System.Windows.Forms; namespace RemoteWindowsAdministrator { public partial class FrmMain: Form { public FrmMain( ) { InitializeComponent( ); SetupSoftwareTab( ); SetupComputerInfoTab( ); SetupCurrentUsersTab( ); SetupNetworkInfoTab( ); } private void Se...
// 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 Microsoft.CodeAnalysis.Editor; using Microsoft.CodeAnalysis.Text; namespace Microsoft.Cod...
using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; namespace NetOffice.MSHTMLApi { /// <summary> /// Interface IElementBehaviorSiteLayout /// SupportByVersion MSHTML, 4 /// </summary> [SupportByVersion("MSHTML", 4)] [EntityType(EntityType.IsInterface)] pub...
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using Rezare.TogsCop.Integration.WorkFlowMax.Api.Models; namespace Rezare.TogsCop.Integration.WorkFlowMax.Api.Responses { [XmlRoot("Response")] public class JobResponse { public string Status { get; ...
using System.Globalization; using System.Linq; using Omu.ValueInjecter; using VirtoCommerce.LiquidThemeEngine.Extensions; using VirtoCommerce.LiquidThemeEngine.Objects; using StorefrontModel = VirtoCommerce.Storefront.Model; namespace VirtoCommerce.LiquidThemeEngine.Converters { public static class CustomerConver...
using Sandbox.Common.ObjectBuilders; using Sandbox.Common.ObjectBuilders.Definitions; using Sandbox.Definitions; using Sandbox.Engine.Physics; using Sandbox.Engine.Utils; using Sandbox.Game.AI; using Sandbox.Game.AI.Pathfinding; using Sandbox.Game.Entities; using Sandbox.Game.Entities.Cube; using Sandbox.Game.Multipla...
using System; using System.Text; using System.Data.SqlClient; using System.Collections.Generic; using System.Data; using DTcms.DBUtility; using DTcms.Common; namespace DTcms.DAL { public partial class MotorcycleType { public bool Exists(int Id) { StringBuilder strSql = new StringB...
@model System.Web.Mvc.HandleErrorInfo @{ ViewBag.Title = "Error"; } <section class="provisioning-top-section"> <div class="top-section-area teal-header d-flex align-items-center"> <div class="section-text"> <div> <div class="provisioning-title">SharePoint provisioning serv...
// Copyright (C) 2018 Fievus // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using Carna; namespace Charites.Windows.Mvc.Bindings { ...
// https://github.com/wf-soft/WFsoft.AsyncCommand using System.Threading.Tasks; using System.Windows.Input; namespace HandyControl.Tools.Command; public interface IAsyncCommand : ICommand { Task ExecuteAsync(object parameter); }
using Avalonia.Markup.Xaml; using Avalonia.ReactiveUI; using DotNet.Properties.Pages.ViewModels; namespace DotNet.Properties.Pages.Views { internal sealed class ApplicationPage : ReactiveUserControl<ApplicationPageViewModel> { public ApplicationPage() { InitializeComponent(); ...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Text; namespace Tinkar.ProtoBuf.CS { /// <summary> /// Base class for all protobof file input/output. /// A protobuf file is a specially formatted zip file with the following characteristics. ///...
using System.Reflection; 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("xEdi.EdiEngine.X12_004010")] [assembly: A...
using Pliant.Bnf; using Pliant.Json; using Pliant.Runtime; using System; using System.Diagnostics; using System.IO; namespace Pliant.PerfViewApp { internal class Program { private static void Main(string[] args) { var sampleBnf = File.ReadAllText( Path.Combine(Envir...
/******************************************************************************************** Copyright (c) Microsoft Corporation All rights reserved. Microsoft Public License: This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the licens...
// 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 System.Threading.Tasks; using Microsoft.AspNetCore.Cors.Internal; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Loggin...
using UnityEngine; using UnityEngine.SceneManagement; public class LevelManager : MonoBehaviour { void Start() { loadScene("Lobby"); } public void loadScene(string sceneName) { SceneManager.LoadScene(sceneName, LoadSceneMode.Single); } }
// <auto-generated /> // Built from: hl7.fhir.r4b.core version: 4.1.0 // Option: "NAMESPACE" = "fhirCsR4" using fhirCsR4.Models; namespace fhirCsR4.ValueSets { /// <summary> /// LDL Cholesterol codes - measured or calculated /// </summary> public static class LipidLdlCodesCodes { /// <summary> ///...
using System; using System.Reflection; using System.Resources; 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 ...
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("Ac...
namespace LiveRoku.Core.Common { public interface ITransform { bool isActive (); System.Threading.Tasks.Task connectAsync (string host, int port); bool writeAndFlush (byte[] data); bool write (byte[] data); bool flush (); void close (); } public interface I...
// *** 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.Goog...
/* * ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ * ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ * ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ ´´ * ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using Abp.Runtime.Validation.Interception; using FluentValidation; namespace Abp.FluentValidation { public class FluentValidationMethodParameterValidator : IMethodParameterValidator { private readonly IVa...
// 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.Windows; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Classification;...
// <auto-generated /> using System; using MeterDataDashboard.Infra.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; namespace MeterDataDashboard.Infra.Mi...
// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using Xenko.Core; using Xenko.Core.Serialization; using Xenko.Core.Storage; namespace ...
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using Lib.AspNetCore.Mvc.JqGrid.Core.Request; using Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options; namespace Demo.AspNetCore.JqGrid { public class Startup ...
// 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 System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; us...
using Cirilla.Core.Extensions; using Cirilla.Core.Helpers; using Cirilla.Core.Models; using Cirilla.MVVM.Common; using Cirilla.MVVM.Interfaces; using CsvHelper; using CsvHelper.Configuration; using DynamicData; using DynamicData.Binding; using ReactiveUI; using ReactiveUI.Fody.Helpers; using Serilog; using System; usi...
using System; using System.Text; namespace BrnShop.Web.Framework { /// <summary> /// 后台分页类 /// </summary> public class AdminPager : Pager { public AdminPager(PageModel pageModel) : base(pageModel) { } public sealed override string ToString() { ...
using System; using System.Collections.Generic; using System.Text; using MyLab.HttpMetrics; using Xunit; namespace UnitTests { public class EnumConverterBehavior { [Theory] [InlineData(TestEnum.Foo, "foo")] [InlineData(TestEnum.Foo1, "foo_1")] [InlineData(TestEnum.Foo2Bar, "foo...
#region License // Copyright (c) 2009, ClearCanvas 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, //...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MemberRequest.cs" company="Brandon Seydel"> // N/A // </copyright> // -----------------------------------------------------------------------------------------------------------...
//------------------------------------------------------------------------------ // <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. // </auto-generated> //---------------------------------------------...
namespace TestOpenTk { partial class TestTape { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <para...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ChunkContainer : MonoBehaviour { private Dictionary<ChunkCoordinate, Chunk> chunkDictionary = new Dictionary<ChunkCoordinate, Chunk>(); public GameObject chunkPrefab; public bool AddChunkToDictionary(ChunkCoordin...
using System.Diagnostics; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; namespace LBH.AdultSocialCare.Functions.Payruns { public static class Program { public static void Main(string[] args) { RunApplication(args); } [Conditional("DEBUG")] ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Web; using System.Xml.Serialization; using NUnit.Framework; using PivotSecurity.Authenticators; using PivotSecurity.Authenticators.OAuth; using PivotSecurity.IntegrationTests.Mod...
using System.Collections.Generic; using Newtonsoft.Json; namespace UserApi.Contract.Requests { public class UpdateAuthenticationInformationRequest { [JsonProperty("otherMails")] public List<string> OtherMails { get; set; } } }
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("Pr...
namespace EtlViewer.Viewer.UIUtils { using System; using System.Windows; using System.Windows.Data; class TimeSpanToVisibility : IValueConverter { public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { Time...
// 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 System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNe...
using System; using System.Linq; using System.Linq.Expressions; using Assertive.Analyzers; using Assertive.Expressions; using Assertive.Helpers; using Assertive.Interfaces; namespace Assertive.Patterns { internal class IsPattern : IFriendlyMessagePattern { public bool IsMatch(FailedAssertion failedAssertion) ...
using SC2APIProtocol; using Tyr.Agents; using Tyr.Util; namespace Tyr.Tasks { public class HideUnitsTask : Task { public static HideUnitsTask Task = new HideUnitsTask(); public Point2D Target; public uint UnitType = UnitTypes.BATTLECRUISER; public HideUnitsTask() : base(9) ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Management.Automation; using System.Management.Automation.I...
// Copyright 2009-2013 Nikita Govorov // 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 a...
using System; using System.Runtime.InteropServices; using System.Text; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.ES20; using OpenTK.Platform; using OpenTK.Platform.Android; using Android.Util; using Android.Views; using Android.Content; // Render a triangle using OpenGLES 2.0 namespace Mono.Samples...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace CVGS.Enums { public enum Sex { Male = 0, Female = 1, PreferNotToSay = 2 } }
using Microsoft.AspNetCore.Html; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TAlex.AspNetCore.Mvc.Extensions { public static class FlashMessangerExtensions { ...
using System; using System.Collections.Generic; using System.ComponentModel; using Microsoft.AspNetCore.Mvc; using NewLife.Web; using XCode.Membership; namespace NewLife.Cube.Admin.Controllers { /// <summary>部门</summary> [DataPermission(null, "ManagerID={#userId}")] [DisplayName("部门")] [Area("Admin")]...
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Net; using System.Web; using System.Web.Mvc; using IMagazineProgramming.Models; namespace IMagazineProgramming.Controllers.ExcuteControlers.AdminControler { public class SCategoriesControll...
using System.Runtime.InteropServices; namespace Orbital.Numerics { [StructLayout(LayoutKind.Sequential)] public struct RigidTransform3 { #region Properties public Quat rotation; public Vec3 position; #endregion #region Constructors public RigidTransform3(Quat orienation, Vec3 position) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Dependenc...
using Com.Zoho.Crm.API.Util; using System.Collections.Generic; namespace Com.Zoho.Crm.API.File { public class BodyWrapper : Model { private List<StreamWrapper> file; private Dictionary<string, int?> keyModified=new Dictionary<string, int?>(); public List<StreamWrapper> File { /// <summary>The method to ...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 28.12.2020. using System; using System.Data; using System.ComponentModel.DataAnnotations; using System.ComponentMode...
/* * 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.IO; using System.IO.Compression; using System.Linq; using System.Text; using Org.Brotli.Dec; namespace AssetStudio { public class WebFile { public static byte[] gzipMagic = { 0x1f, 0x8b }; public static byte[] brotliMagic = { 0x62, 0...
// Copyright 2018 Esri. // // 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 in writing, software ...
// 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.Text; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore.Infrastructure; namespace Microsoft.EntityFrameworkCore.Metadata { ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CuboCore.Domain; using CuboCore.Repositories.Buckets; namespace CuboCore.Services { public class DataInitializer : IDataInitializer { /*------------------------ FIELDS REGION ------------------------*/...
 namespace iTin.Core.Hardware.Specification.Smbios { using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using Dmi.Property; using Helpers; // Type 012: System Configuration Options. // •———————————————————————————————————————————————————————...
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("10...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; #if UNITY_STANDALONE using XInputDotNetPure; #endif public enum TipoArma { branca = 0, fogo = 1 } public class Arma : MonoBehaviour { // tudo é publico pra ter o editor customizado public TipoArma tipo; // -- booleans // ti...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace DotNetty.Tests.Common { using System; using Microsoft.Extensions.Logging; using Xunit.Abstractions; public class XUnitOutputLogger : ILogger...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace Calculator_Salar_WebApp { public class Program ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using JsonRpc.Messages; using JsonRpc.Server; namespace UnitTestProject1.Helpers { public class JsonRpcHttpMessageDirectHandler : HttpMessageHandler ...
<div id="header"><p>Mariam's Best Restaurants</p></div>
// Copyright © 2017 onwards, Andrew Whewell // All rights reserved. // // Redistribution and use of this software 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 l...
using Cellsynt.Sms.Exceptions; using Shouldly; using Xunit; namespace Cellsynt.Sms.Test { public class UnicodeTextSmsMessageTests { private readonly TextSmsMessage _message; public UnicodeTextSmsMessageTests() { _message = new TextSmsMessage(string.Empty, "00123") ...
using Microsoft.Win32; using System.Collections.Generic; using System.Linq; using System.Windows; namespace WPFExample.Utils { public class OpenFilesDialog : IFileDialogWindow { public List<string> ExecuteFileDialog(object owner, string extFilter) { var fd = new OpenFileDialog(); ...
using System; using System.Collections; using System.Linq; using System.Reflection; using BepInEx; using UnityEngine; using UnityEngine.SceneManagement; namespace MrSandmanManMeASand { [BepInPlugin("net.distrilul.mrsandman", "Mr Sandman, Man Me A Sand", "1.2")] [BepInProcess("ULTRAKILL.exe")] public class Plugin :...
/* Copyright (C) 2011 Jan Källman * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * This library is ...
#pragma checksum "C:\Repositories\TravelAgent\TravelAgent.Web\Views\Home\PrivacyPolicy.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "b0f5f6d15469d85aac1f0a5b1325e467b538d2d0" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(Asp...
namespace Dfe.Spi.RatesAdapter.Infrastructure.AzureStorage { using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Dfe.Spi.Common.Logging.Definitions; using Dfe.Spi.RatesAdapter.Domain.Definitions; using Dfe.Spi.RatesAdapter.Domain.Defin...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityTetris.Abstract; using UnityTetris.Interface; namespace UnityTetris { public class Player : MonoBehaviour, IPlayer { [SerializeField] private InputManager _input; [SerializeField] ...
using Ow.Game; using Ow.Managers; using Ow.Net.netty.commands; using Ow.Net.netty.requests; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ow.Net.netty.handlers { class ReadyRequestHandler : IHandler { public void execute(G...
// 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 NUnit.Framework; using osu.Framework.Graphics; using osu.Game.Online.Multiplayer; using osu.Game.Screens.Multi.Components; namespace osu.Game.Tests.Visual.Multipla...
using CryptoExchange.Net.Attributes; using CryptoExchange.Net.Converters; using Okex.Net.Converters; using Newtonsoft.Json; using System; using System.Collections.Generic; namespace Okex.Net.RestObjects { public class OkexSpotTradingFee { /// <summary> /// Taker Fee Rate /// </summary>...
using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Web.Http.ExceptionHandling; namespace Carsales.Web.ExceptionHandling { public class CarsalesExceptionLogger : IExceptionLogger { public const string LoggedByKey = "CS_LoggedBy...