text
stringlengths
1
932k
using System; using Sirenix.OdinInspector; using UnityEngine; namespace NodeSystem.Blackboard { [Serializable, InlineProperty, HideLabel, Title("Modifier")] public class Modifier : BlackBoardReference { [HorizontalGroup("Hor1", Width = 0.15f)] [HideLabel] public ModifyType Type; [...
using System.Threading.Tasks; namespace InstaScrump.Common.Interfaces { public interface ICommand { bool CommandString(string cmd); Task Execute(string[] args); string HelpText(); } }
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Program { static void Main(string[] args) { try { // Create a NumberFormatInfo ...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
using Incubadora.Business.Enum; using Incubadora.Business.Interface; using Incubadora.Domain; using Incubadora.Repository; using Incubadora.Repository.Infraestructure.Contract; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Incubadora.Business { public class...
using System; namespace GeekShopping.ProductAPI { public class WeatherForecast { public DateTime Date { get; set; } public int TemperatureC { get; set; } public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); public string Summary { get; set; } } }
using Huppy.App; using Huppy.App.Configuration; using Huppy.Core.Entities; using Huppy.Core.Lib; using Serilog; Logo.Print(); // Get config var appSettings = AppSettings.IsCreated ? AppSettings.Load() : AppSettings.Create(); // Configure Logger Log.Logger = SerilogConfigurator.ConfigureLogger(appSettings); ...
namespace Nikki.Utils.DDS { internal enum DDS_RESOURCE_DIMENSION { DDS_DIMENSION_TEXTURE1D = 2, DDS_DIMENSION_TEXTURE2D = 3, DDS_DIMENSION_TEXTURE3D = 4, } }
using System; using System.Collections.Generic; using System.Threading.Tasks; using GR.Core.Helpers; using GR.ECommerce.Payments.Abstractions.Models; namespace GR.ECommerce.Payments.Abstractions { public interface IPaymentService { Task<ResultModel<IEnumerable<PaymentMethod>>> GetActivePaymentMethodsA...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class youngGirl : MonoBehaviour { private Animator anim; private SpriteRenderer sr; public float speed = 10; public Vector2[] vecArray = new Vector2[4]; public int waitMin = 2; public ...
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Castle.Facilities.Logging; using Abp.AspNetCore; using Abp.Castle.Logging.Log4Net; using Dukkan.Configuration; using Dukkan.Identity; na...
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** 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; names...
using AutoMapper; using ITJakub.Web.Hub.Models.Plugins.RegExSearch; using Vokabular.Shared.DataContracts.Search.Criteria; using Vokabular.Shared.DataContracts.Types; namespace ITJakub.Web.Hub.AutoMapperProfiles { public class DatingListCriteriaDescriptionProfile : Profile { public DatingListCriteriaDe...
using UnityEngine; using System.Collections.Generic; namespace Pathfinding.RVO { using Pathfinding.Util; /** RVO Character Controller. * Similar to Unity's CharacterController. It handles movement calculations and takes other agents into account. * It does not handle movement itself, but allows the calling scri...
using Barely.Util; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste...
using JetBrains.ReSharper.Plugins.FSharp.Psi.Impl.DeclaredElement.CompilerGenerated; namespace JetBrains.ReSharper.Plugins.FSharp.Psi.Impl.Pointers { public class FSharpGeneratedParameterPointer : FSharpGeneratedElementPointerBase<FSharpGeneratedParameter, IFSharpFieldProperty> { public FSharpGeneratedPara...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem; using Photon.Pun; using UnityEngine.Audio; using System; public class RigidbodyMovement : MonoBehaviourPunCallbacks { [SerializeField] protected PhotonView _pv; protected PlayerInput playerInputAct...
using System; namespace TQL.RDL.Evaluator.Attributes { public sealed class InjectReferenceTimeAttribute : InjectTypeAttribute { public override Type InjectType => typeof(DateTimeOffset); } }
/* Copyright 1995-2019 Esri All rights reserved under the copyright laws of the United States. You may freely redistribute and use this sample code, with or without modification. Disclaimer: THE SAMPLE CODE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING THE IMPLIED WARRANTIES OF MERCHANT...
using MovieService.Core.Entities.Abstract; using MovieService.Entities.Concrete; using System.Collections.Generic; namespace MovieService.Entities.Dtos { public class DirectorListDto : IDto { public IList<Director> Directors { get; set; } } }
namespace Spectre.Console.Cli { internal static class CliConstants { public const string DefaultCommandName = "__default_command"; public const string True = "true"; public const string False = "false"; public static string[] AcceptedBooleanValues { get; } = new string[] ...
using Microsoft.Win32; using System; namespace ThisIsWin11.OpenTweaks.Assessment.Privacy { internal class Telemetry : AssessmentBase { private static readonly ErrorHelper logger = ErrorHelper.Instance; private const string dataCollection = @"HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Wind...
/* * 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 ...
using System; using System.Diagnostics; namespace Cocos2D { public class CCSpriteBatchNode : CCNode, ICCTextureProtocol { private const int kDefaultSpriteBatchCapacity = 29; protected CCBlendFunc m_blendFunc; protected CCRawList<CCSprite> m_pobDescendants; protected CCTextureAt...
namespace Demo { partial class feedetail { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param nam...
namespace ESparrow.Utils.Assertions.Interfaces { public interface IAssertion { /// <summary> /// Asserts this assertion. /// </summary> void Assert(); } }
using System; namespace Nop.Web.Models.Boards { public partial class ForumPostModel { public int Id { get; set; } public int ForumTopicId { get; set; } public string ForumTopicSeName { get; set; } public string FormattedText { get; set; } public bool IsCurrentCustomer...
/* * 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 ...
/* * 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 Microsoft.EntityFrameworkCore.Migrations; namespace DarkBattle.Data.Migrations { public partial class AddGearTable : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<string>( name: "GearId", ...
using System; using System.Collections.Generic; using System.Data; using System.Configuration; 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 System.Web.UI.Design; using System.Web.Compi...
using MediatR; using System; using System.Collections.Generic; using System.Text; using Transaction.Core.Dtos; namespace Transaction.Core.Commands { public class CreateReturningCommand : IRequest<CommandResult<CreateReturningResultDto>> { public string ReturningToken { get; set; } } }
using System; using ColossalFramework; using UnityEngine; using TrafficManager.Custom.PathFinding; using TrafficManager.Geometry; using TrafficManager.State; using TrafficManager.Traffic; using TrafficManager.Manager; using ColossalFramework.Math; using TrafficManager.Util; using System.Reflection; using ColossalFramew...
#pragma checksum "D:\gitCode\crm\lsc\lsc.crm\Views\EnterCustom\EnterCustomInfo.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "261937874db7ae791f5f262134033a26cf551ecd" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore....
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/xapofx.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using System.Runtime.InteropService...
// ------------------------------------------------------------------------------ // <auto-generated> // Generated by Xsd2Code. Version 3.4.0.18239 Microsoft Reciprocal License (Ms-RL) // <NameSpace>Mim.V6301</NameSpace><Collection>Array</Collection><codeType>CSharp</codeType><EnableDataBinding>False</EnableDat...
// Copyright (c) SimControl e.U. - Wilhelm Medetz. See LICENSE.txt in the project root for more information. using System; using System.Globalization; using NCrunch.Framework; using NUnit.Framework; using SimControl.TestUtils; namespace SimControl.Log.Tests { [Log] [TestFixture] public class Internationa...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Threading.Tasks; using Newtonsoft.Json; namespace ChicagoSimpleApp.Controllers { public class HomeController : Controller { // // GET: /Home/ public ActionResult Ind...
using System; using System.Collections.Generic; namespace Cofoundry.Domain.Data { /// <summary> /// Each PageTemplate can have zero or more regions which are defined in the /// template file using the CofoundryTemplate helper, /// e.g. @Cofoundry.Template.Region("MyRegionName"). These regions represe...
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.1 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //-----...
using System; using System.IO; using iWay.RemoteControlBase.Network.SocketTalker; using iWay.RemoteControlBase.Protocol.RemoteExplorer; using iWay.RemoteControlBase.Protocol.RemoteExplorer.Exceptions; using iWay.RemoteControlBase.Protocol.RemoteExplorer.Requests; using iWay.RemoteControlBase.Protocol.RemoteExplorer.Re...
// Cristian Pop - https://boxophobic.com/ using System.Globalization; using UnityEditor; namespace Boxophobic.Utils { public partial class SettingsUtils { public static string LoadSettingsData(string settingsPath, string defaultData) { var settings = AssetDatabase.LoadAssetAtPath<...
/* * 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; using UnityEngine; namespace Anima2D { [Serializable] public class ZoomableArea { [Serializable] public class Styles { public GUIStyle horizontalScrollbar; public GUIStyle horizontalMinMaxScrollbarThumb; public GUIStyle horizontalScrollbarLeftButton; public GUIStyle horizontalScr...
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; namespace BookList.Configuration { public static class HostingEnvironmentExtensions { public static IConfigurationRoot GetAppConfiguration(this IHostingEnvironment env) { return AppConfigurations.Get(env.C...
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Aspose" file="SummarizationResponse.cs"> // Copyright (c) 2020 GroupDocs.Translation for Cloud // </copyright> // <summary> // Permission is hereby granted, free of charge,...
#region License /* Copyright © 2014-2022 European Support Limited 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 Microsoft.EntityFrameworkCore.Migrations; namespace Survi.Prevention.DataLayer.Migrations { public partial class Issue299CivicNumberSortableInViews : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropInitialInspectionViews(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using EventStore.ClientAPI; using EventStore.ClientAPI.Projections; using EventStore.ClientAPI.UserManagement; using Microsoft.Extensions.Logging; using SoftwarePioniere.Messaging; using ILogger = Microsoft.Extensions.Logg...
using System.Collections.Generic; using Itinero.Algorithms.Collections; using Itinero.Algorithms.PriorityQueues; using Itinero.Algorithms.Weights; using Itinero.Graphs.Directed; using Itinero.Logging; using System.Threading.Tasks; using System.Threading; using Itinero.Algorithms.Contracted.Witness; namespace Itinero.A...
//#define ASSETS_SUBPATH // Prefer this off? TODO - make sure this works for packages using System; using LionFire.Dependencies; using LionFire.Vos; using Microsoft.Extensions.Logging; namespace LionFire.Vos.VosApp { /// <summary> /// Convenient way to access current VobApp, which is a convenient way to acce...
using System; using System.ComponentModel.DataAnnotations; using NHSD.GPIT.BuyingCatalogue.EntityFramework.Catalogue.Models; using NHSD.GPIT.BuyingCatalogue.WebApp.Models; namespace NHSD.GPIT.BuyingCatalogue.WebApp.Areas.Admin.Models.SupplierModels { public sealed class EditSupplierDetailsModel : NavBaseModel ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using IdentityServer4.EntityFramework.DbContexts; using IdentityServer4.EntityFramework.Mappers; using JieDDDFramework.Data.EntityFramework.Migrate; using JieDDDFramework.Module.Identity; using Microsoft.Extensions.Configu...
// ==++== // // // 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 ...
using System; using System.ComponentModel; using System.Configuration; using System.Drawing; using System.IO; using System.Linq; using DevExpress.ExpressApp.DC; using DevExpress.ExpressApp.Model; using DevExpress.ExpressApp.Utils; using DevExpress.Persistent.Base; using DevExpress.Utils; using DevExpress.Xpo; using Xp...
/* * Copyright 2010-2018 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 "...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - SDR Control</title> <environment include="Development"> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" /> </envi...
using ClientTokenAuthentication; using ClientTokenAuthentication.Swagger; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; namespace ExampleAPI3x { public class Start...
// // Copyright 2016 R. Stanley Hum <r.stanley.hum@gmail.com> // // 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 // // ...
// MvxCommand.cs // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using System; using System.Collections.Generic; using MvvmCross.Platform; using MvvmCross.Platform.Core; usin...
using System.Linq; namespace R1Engine { public class GBC_ROM : GBC_ROMBase { public ushort ReferencesCount { get; set; } public byte Byte_02 { get; set; } // Engine version? public Reference[] References { get; set; } public GBC_LevelList LevelList { get; set; } //publ...
 using System; using System.Collections.Generic; namespace Requestnet.Core.Domain { public partial class Estados { public Estados() { Casos = new HashSet<Casos>(); Orden = new HashSet<Orden>(); } public int IdEstado { get; set; } public string n...
using System; using FairlayDotNetClient.Private.Infrastructure; using NUnit.Framework; namespace FairlayDotNetClient.Tests.Private.Infrastructure { public class SignedPrivateApiRequestExtensionsTests { [Test] public void TestFormatIntoApiRequestMessage() { var request = TestData.SignedApiRequest; string...
namespace _4_HashTable { using System; public class HashTableAndHashedSetSampleTests { public static void Main() { var hashTable = new HashTable<int, int>(); hashTable.Add(3, 4); Console.WriteLine("value from hashTable"); Console.WriteLine(...
using UnityEngine; using System; using Unity.Mathematics; namespace ADBRuntime { public enum ColliderType { Sphere=0,//OYM:现有的 Capsule=1,//OYM:现有的 OBB=2 } //OYM:暂时没用 public enum CollideFunc { /// <summary> /// 往外排斥,并且有边界 /// </summary> O...
using System.Collections.Generic; using Game.Demo.Components; using Game.Demo.UI.Common; using PZFramework.Extension; using UnityEngine; using UnityEngine.UI; using Grid = Game.Demo.UI.Common.Grid; namespace Game.Demo.UI.Bags { /// <summary> /// 背包面板 /// </summary> public class BagPanel:GridPanel ...
using Autofac; using System; namespace Signals.Aspects.DI.Autofac { /// <summary> /// Dependency resolver builder /// </summary> public class RegistrationService : IRegistrationService { /// <summary> /// Autofac container builder /// </summary> public ContainerBuil...
namespace FlatFile.Tests.Specifications.Extensions { using System.Collections.Generic; using System.IO; using FlatFile.Core; public static class FileEngineExtensions { public static string WriteToString<T>(this IFlatFileEngine engine, IEnumerable<T> source) where T : class, new(...
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Data.SqlClient; namespace BoatRenting { public partial...
namespace Web.Core { using Microsoft.AspNetCore.Hosting; /// <summary> /// This class extends from APIGatewayProxyFunction which contains the method FunctionHandlerAsync which is the /// actual Lambda function entry point. The Lambda handler field should be set to /// /// Web.Core::Web.Core.Lam...
// Copyright (c) Microsoft Corporation. All rights reserved // // This program uses code hyperlinks available as part of the HyperAddin Visual Studio plug-in. // It is available from http://www.codeplex.com/hyperAddin using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using Sy...
using System; namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models { /// <summary> /// <para>表示 [GET] /brand/profitsharing/orders 接口的响应。</para> /// </summary> public class GetBrandProfitSharingOrderByOutOrderNumberResponse : WechatTenpayResponse { public static class Types { ...
using System; using Windows.Devices.Gpio; namespace Glovebox.IoT.Devices.Sensors.Distance { public class InfraRed { private GpioController gpio = GpioController.GetDefault(); private GpioPin input; byte IR_Pin; public InfraRed(byte IR_Pin) { this.IR_Pin =...
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("Un...
using UnityEngine; using System.Collections.Generic; namespace Drawmasters.Levels { public class RagdollPreviousFrameBodies : IInitializable, IDeinitializable { #region Fields private readonly LevelTarget levelTarget; private Dictionary<Rigidbody2D, PreviousFrameRigidbody2D> previou...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using Gecko; using System.Runtime.InteropServices; using System.Windows.Forms; namespace GeckofxUnitTests { class Program { [STAThread] static void Main(string[] args) { // Needed when single unit...
using System; using System.Linq; using System.Reflection; using Humanizer.Configuration; namespace Humanizer { /// <summary> /// Contains extension methods for humanizing Enums /// </summary> public static class EnumHumanizeExtensions { private static readonly Func<PropertyInfo, bool> Stri...
using System; namespace Proxy { public class Proxy : Subject { private RealSubject realSubject; public override void Requisicao() { if(this.realSubject == null) { this.realSubject = new RealSubject(); } this.realSubject.R...
using System; using System.Collections.Generic; using System.Linq; using SociallyDistant.Core.WorldObjects; using Thundershock.Core.Input; using Thundershock.Gui; using Thundershock.Gui.Elements; namespace SociallyDistant.Editor.AssetViews { public class ChatEditor : AssetView<ChatConversation> { #reg...
using System; using System.Collections.Generic; namespace WebApi.Models { // AccountController 操作返回的模型。 public class ExternalLoginViewModel { public string Name { get; set; } public string Url { get; set; } public string State { get; set; } } public class ManageInfoView...
namespace Oculus.Platform { using UnityEngine; using System; using System.Collections.Generic; public class VoipAudioSourceHiLevel : MonoBehaviour { // This is a delegate that exists as a surface for OnAudioFilterRead // It will be callled on unity's audio thread public class FilterReadDelegate :...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.AspNetCo...
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("Pl...
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** 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; names...
using System; namespace SharprWowApi { public enum Region { US, ////us.api.battle.net/ EU, ////eu.api.battle.net/ KR, ////kr.api.battle.net/ TW, ////tw.api.battle.net/ CN, ////https://battlenet.com.cn/api/ SEA ////sea.api.battle.net/ ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Aquarius.TimeSeries.Client; using Aquarius.TimeSeries.Client.Helpers; using Aquarius.TimeSeries.Client.ServiceModels.Legacy.Publish3x; using Aquarius.TimeSeries.Client.ServiceModels.Provisioning; using Humanizer; using No...
@model Propose.Models.ExternalLoginConfirmationViewModel @{ ViewBag.Title = "Register"; } <h2>@ViewBag.Title.</h2> <h3>Associate your @ViewBag.LoginProvider account.</h3> @using (Html.BeginForm("ExternalLoginConfirmation", "Account", new { ReturnUrl = ViewBag.ReturnUrl }, FormMethod.Post, new { @class = "form-hor...
// See https://aka.ms/new-console-template for more information using System.Linq.Expressions; using BenchmarkDotNet.Attributes; using FastState; using FastState.Benchmarks; public class StringStateMachine : BenchmarkBase<string> { public StringStateMachine() : base(i => i.ToString()) { } }
using SimpleRemoteMethods.ClientSide; using SimpleRemoteMethods.Test.Bases; using System.Threading.Tasks; using System; namespace SimpleRemoteMethods.Test.ClientSide { public class TestClientGenerated { public Client Client { get; } public TestClientGenerated(string host, ushort port, bool ssl...
// *** 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...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace Microsoft.Extensions.Logging { /// <summary> /// ILogger extension methods for common scenarios. /// </summary> public static class LoggerExt...
using System.IO; namespace Signum.Upgrade.Upgrades; class Upgrade_20211110_Bootstrap5 : CodeUpgradeBase { public override string Description => "Upgrade to Bootstrap 5 and many other NPM packages"; public override void Execute(UpgradeContext uctx) { uctx.ChangeCodeFile(@"Southwind.React/package.j...
using System; namespace Bing.Offices.Attributes { /// <summary> /// 列名特性 /// </summary> [AttributeUsage(AttributeTargets.Property)] public class ColumnNameAttribute : Attribute { /// <summary> /// 名称 /// </summary> public string Name { get; set; } /// <...
/** * Copyright 2013 Canada Health Infoway, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Codegram { public partial class Help : Form { public...
using System; using UnityEngine; namespace DA.Node { public enum ConnectionPointType { In, Out, } public class ConnectionPoint { public Rect PointRect; public Node Node; public ConnectionPointType ConnectionPointType; public GUIStyle ConnectPointSt...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Reflection.Metadata; namespace bfc { /// <summary> /// Data types for the memory available to BF /// </summary> public enum DataType : int { /// <summary> /// 8...
using Microsoft.AspNetCore.Mvc; using Senparc.Ncf.Core.Enums; using Senparc.Ncf.Service; using Template_OrgName.Xncf.Template_XncfName.Domain.Services; using Template_OrgName.Xncf.Template_XncfName.Models.DatabaseModel.Dto; using System; using System.Threading.Tasks; using Senparc.Ncf.Core.Models; namespace Template_...
using Hamakaze; using SharpChat.Bans; using SharpChat.Users.Remote; using System; using System.Collections.Generic; using System.Net; using System.Text.Json; using System.Web; namespace SharpChat.DataProvider.Misuzu.Bans { public class MisuzuBanClient : IBanClient { private const string STRING = @"givemet...
/* Copyright 2016 Martin Haesemeyer Licensed under the MIT License, see License.txt. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL TH...