text
stringlengths
1
932k
using System.IO; namespace MelonLoader.Il2CppAssemblyGenerator.Packages { internal class Il2CppAssemblyUnhollower : Models.ExecutablePackage { internal Il2CppAssemblyUnhollower() { Version = MelonLaunchOptions.Il2CppAssemblyGenerator.ForceVersion_Il2CppAssemblyUnhollower; #if !DEBU...
using System.Web.Http; namespace IG_WebAPI { public static class WebApiConfig { public static void Register(HttpConfiguration config) { // Web API configuration and services // Web API routes config.MapHttpAttributeRoutes(); config.Routes.MapHt...
using System; using System.Text; using System.Web; using System.Web.Http.Description; namespace BugLoggingSystem.Api.Areas.HelpPage { public static class ApiDescriptionExtensions { /// <summary> /// Generates an URI-friendly ID for the <see cref="ApiDescription"/>. E.g. "Get-Values-id_name" ins...
namespace MultiMiner.Xgminer.Data { public static class AlgorithmNames { public const string SHA256 = "SHA256"; public const string Scrypt = "Scrypt"; public const string ScryptN = "ScryptN"; public const string Quark = "Quark"; public const string Groestl = "Groestl"; ...
using System; using UnityEngine; using GameDevTV.Saving; using RPG.Core; namespace GameDevTV.Inventories { /// <summary> /// Provides storage for the player inventory. A configurable number of /// slots are available. /// /// This component should be placed on the GameObject tagged "Player". /...
/* LICENSE ------- Copyright (C) 2007-2010 Ray Molenkamp This source code is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this source code or the software it produces. Permission is granted to anyone to us...
using System; using System.Collections.Generic; using BookLovers.Base.Domain.Rules; using BookLovers.Base.Domain.Services; using BookLovers.Bookcases.Events.BookcaseBooks; namespace BookLovers.Bookcases.Domain.BookcaseBooks { public class BookcaseBookManager : IAggregateManager<BookcaseBook> { private...
using System; using System.Collections.Generic; using System.Linq; namespace Cuture.Extensions.Modularity { /// <summary> /// 基于类型的<inheritdoc cref="IModuleSource"/>基类 /// </summary> public abstract class TypeModuleSourceBase : IModuleSource { #region Public 属性 /// <inheritdoc/> ...
using System; using System.Collections.Generic; using System.Text; namespace CrosspostSharp3.FurryNetwork { public class JournalsResult { public int Page { get; set; } public int Page_count { get; set; } public int Result_count { get; set; } public int Results_per_page { get; set; } public IEnumerable<J...
using System; using System.Xml.Serialization; using System.Collections.Generic; namespace EZOper.NetSiteUtilities.AopApi { /// <summary> /// AlipayOpenPublicMatchuserLabelDeleteResponse. /// </summary> public class AlipayOpenPublicMatchuserLabelDeleteResponse : AopResponse { /// <summary> ...
namespace UglyToad.PdfPig.Geometry { using System; using Core; internal struct PdfVector { public double X { get; } public double Y { get; } public PdfVector(double x, double y) { X = x; Y = y; } public PdfVector Scale(double s...
using System; using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEditor.SceneManagement; using UnityEngine; using UnityEngine.Tilemaps; namespace ET { [InitializeOnLoad] public static class EditorClickChelper { static EditorClickChelper() { ...
// *** 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; using System.Collections; using System.Runtime.InteropServices; using System.Windows.Forms; using Microsoft.Win32; // This file is taken from 3Dconnexion SDK examples: // http://www.3dconnexion.co.uk/forum/viewtopic.php?t=1802 // Drawn heavily from Emma Burrows codeproject sample // which closely foll...
using Microsoft.ServiceFabric.Services.Runtime; using System; using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Fabric; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SampleSubscriptionListeningStatelessService { [EventSource(Name = "Xpirit-SFServiceBus-S...
using UnityEngine; using System.Collections; namespace Telescopes { public class SplineTracer : MonoBehaviour { public CatmullRomSpline spline; public float parameter; // Update is called once per frame void Update() { if (spline) { ...
using System; using System.Collections.Generic; using System.Diagnostics; namespace Storm { public abstract class Context { public static PluginType pluginType; internal ComponentStreamSchema _schemaByCSharp; public static Logger Logger = new Logger(); public static TopologyCon...
// 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; namespace Microsoft.Crank.Jobs.HttpClient { public class WorkerResult { public long A...
using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage.Blob; namespace Apic.Services.AzureStorage { public interface IAzureStorageService { string GetBlobUrl(string containerName, string blobName); Task UploadAsync(Stream dataStream, string c...
/* * 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...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
using System; using System.Web; namespace Orchard.Mvc { public interface IHttpContextAccessor { HttpContextBase Current(); void Set(HttpContextBase stub); } public class HttpContextAccessor : IHttpContextAccessor { private HttpContextBase _stub; public HttpContextBase Cur...
@inject IHostingEnvironment HostingEnvironment @using System.IO @using AngleSharp.Network @using Masuit.Tools @using Masuit.Tools.Win32 @using Microsoft.AspNetCore.Hosting @{ Layout = null; } <!DOCTYPE html> <html> <head> <title>404-页面找不到啦!</title> <style type="text/css"> #main-scrollbar { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; namespace SL_PicamSample { class Picam { [StructLayout(LayoutKind.Sequential, Size = 64)] public struct TempSensor { } [StructLayout(LayoutKind.Se...
@model BreadBuilder.ViewModels.EditBreadViewModel @{ ViewData["Title"] = "EditBread"; } <h2>Bread Edit</h2> @* TODO: CLIENT SIDE VALIDATION *@ <hr /> <div class="row"> <div class="col-md-4"> <form asp-action="EditBread" method="post"> <div asp-validation-summary="ModelOnly" class="t...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by Entitas.CodeGeneration.Plugins.ComponentContextApiGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-ge...
using Microsoft.Win32; using Prism.Mvvm; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows; using System.Windows.Input; using System.Windows.Threading; using System.Xml; using System.Xml.Linq; using X4_ComplexCalculator.Common.Collection; using X4_ComplexCalculato...
using System; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Security; using System.Text; namespace NetCore.RemotePS { public class PowerShellVersionTableScenario { public static (string, string) OutputVersionTable...
namespace _09.Longer_Line { using System; public class Methods { public static void Main() { double firstPointX1 = double.Parse(Console.ReadLine()); double firstPointY1 = double.Parse(Console.ReadLine()); double firstPointX2 = double.Parse(Console.ReadLi...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class BeakerScript : MonoBehaviour //to-do: mix colors?? { [Header("")] [Range(0, 1)] public float waterPercent=0f; public Transform Liquid; public float fullValue=0.85f; public float emptyValue=0.03f; pub...
using System; using System.Collections.Generic; using Perpetuum.EntityFramework; namespace Perpetuum.Items { public struct ItemInfo : IEquatable<ItemInfo> { public static readonly ItemInfo None = new ItemInfo(0); public int Definition { get; private set; } public int Quantity { get; s...
#region Copyright Syncfusion Inc. 2001-2021. // Copyright Syncfusion Inc. 2001-2021. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // licensing@syncfusion.com. Any infringement will be prosecuted under // applic...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using OpenTK; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Configuration; using osu.Framework.Graphics; using osu.Framework.Graphics.Conta...
namespace UblTr.Common { [System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _03.Point_in_Rectangle { class Program { static void Main(string[] args) { var x1 = double.Parse(Console.ReadLine()); var y1 = double.Parse(Con...
// // ITrustAnchors.cs: Trust Anchors Interface // // Author: // Sebastien Pouliot (spouliot@motus.com) // // (C) 2003 Motus Technologies Inc. (http://www.motus.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Sof...
// 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 Microsoft.Framework.DependencyInjection.Tests.Fakes; using Xunit; namespace Mi...
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; using System.Net; namespace FullStackJobs.AuthServer { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } ...
using System.ComponentModel.DataAnnotations; namespace Models { public enum SkillLevel : int { [Display(Name = "Nenhum")] None = 0, [Display(Name = "Iniciante")] Beginner = 1, [Display(Name = "Intermediário")] Intermediary = 2, [Display(Name = "Avançado"...
using Baseline; using StoryTeller.Model.Persistence.Markdown; namespace StoryTeller.Model.Persistence.DSL { public class HeaderMode : IReaderMode { private readonly FixtureModel _fixture; public HeaderMode(FixtureModel fixture) { _fixture = fixture; } publ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----...
using System; using System.Collections.Generic; namespace Mfc.VM { public class InteropService { private Dictionary<string, Func<ExecutionEngine, bool>> dictionary = new Dictionary<string, Func<ExecutionEngine, bool>>(); public InteropService() { Register("System.Execution...
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.ServiceModel; namespace Workday.Compensation { [GeneratedCode("System.ServiceModel", "4.0.0.0"), EditorBrowsable(EditorBrowsableState.Advanced), DebuggerStepThrough, MessageContract(IsWrapped = false)] pu...
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("d60.Cirqus.Tests")] [assembly: AssemblyDe...
@{ ViewData["Title"] = "Confirm Email"; } <h2>@ViewData["Title"].</h2> <div> <p> Please check your email to confirm your account. </p> </div>
using System; using System.Net; using System.Threading; namespace IPLogger { class Program { static void Main(string[] args) { Console.Title= "IPLogger"; Console.SetWindowSize(200, 25); mucicka(); } static void mucicka() { ...
/******************************************************************************* * Copyright 2012-2019 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...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Tutorial : MonoBehaviour { public Text tutorialText; private bool textDisplayed = true; // Use this for initialization void Start () { } // Update is called once per frame void Update...
using CoursierWallonBackOffice.View; using GalaSoft.MvvmLight.Ioc; using GalaSoft.MvvmLight.Views; using Microsoft.Practices.ServiceLocation; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoursierWallonBackOffice.ViewModel { public cl...
using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace aframe { public partial class ColorDialogContent : UserControl { public ColorDialogContent() { this.InitializeComponent(); this.Co...
using CharacterGen.CharacterClasses; using CharacterGen.Domain.Tables; using NUnit.Framework; using System.Linq; namespace CharacterGen.Tests.Integration.Tables.Magics.Spells.Known.Bards { [TestFixture] public class Level1BardKnownSpellsTests : AdjustmentsTests { protected override string tableNam...
@model PostUploader.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 = "for...
using System; using System.Collections.Generic; using CarouselExperiment.ViewModels; using Xamarin.Forms; namespace CarouselExperiment { public partial class AppShell : Xamarin.Forms.Shell { public static new AppShell Current { get; private set; } public AppShellViewModel VM { get => Binding...
namespace TradingHelperEveOnline.OreCalculatorNS.Forms { partial class OreCalculatorDetailForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources bei...
/* Copyright (C) 2019 Interactive Brokers LLC. All rights reserved. This code is subject to the terms * and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */ using IBApi; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropS...
@using PortoAlegrePlus.Models @model LoginViewModel @{ ViewBag.Title = "Login"; } <div class="container body-content"> <h2>Eba, você por aqui!</h2> <div class="row"> <div class="col-md-8"> <section id="loginForm"> @using (Html.BeginForm("Login", "Account", new { Retur...
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.ServiceModel; namespace Workday.HumanResources { [GeneratedCode("System.ServiceModel", "4.0.0.0"), EditorBrowsable(EditorBrowsableState.Advanced), DebuggerStepThrough, MessageContract(IsWrapped = false)] ...
#region using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using KKTServiceLib.Atol.Types.Common; using KKTServiceLib.Atol.Types.Common.Agent; using KKTServiceLib.Atol.Types.Common.Document; using KKTServiceLib.Atol.Types.Enums; ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; namespace SlackDeleterWeb.Pages { public class PrivacyModel : PageModel { public void OnGet() { } } }
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Linq; namespace AdventOfCode2021.Day12 { public class PassagePathing { public enum NodeType { START, END, BIG_CAVE, SMALL_CAVE, }; public class GraphNode { ...
namespace Nancy.Routing.Trie.Nodes { using System; using System.Collections.Generic; using System.Linq; /// <summary> /// A base class representing a node in the route trie /// </summary> public abstract class TrieNode { private readonly ITrieNodeFactory nodeFactory; //...
using System; using System.IO; namespace GroupDocs.Merger.Examples.CSharp.BasicUsage { /// <summary> /// This example demonstrates how to merge multiple XLT files into single file. /// For more details about merging Microsoft Excel Template (.xlt) files please check this documentation article /// http...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using System; using System.Collections.Generic; using System.Linq; using System.Th...
#region legal notice // Copyright(c) 2011 - 2018 Thermo Fisher Scientific - LSMS // // 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 ...
using System.Collections.Generic; namespace Cities.Models { public interface IRepository { IEnumerable<City> Cities { get; } void AddCity(City newCity); } public class MemoryRepository : IRepository { private List<City> cities = new List<City> { new City { Name = "L...
using System; using System.Collections.Generic; using ChartJs.Blazor.ChartJS.Common; namespace ChartJs.Blazor.ChartJS.Common { /// <summary> /// Represents the data-subconfig of any <see cref="ConfigBase"/>. /// </summary> public class ChartData { /// <summary> /// Creates a new in...
using System; using MorseCode.CsJs.Common.Observable; namespace MorseCode.CsJs.ViewModel { public abstract class ApplicationViewModelBase { protected readonly ObservableProperty<object> CurrentViewModelInternal = new ObservableProperty<object>(); public IReadableObservableProperty<object> CurrentViewModel { ...
using System; using System.Collections.Generic; using DetourLayer; using meshPather; using Microsoft.Xna.Framework; namespace meshFlood { public class FloodFill { private readonly NavMeshQuery _query; private readonly QueryFilter _filter; private readonly Queue<uint> _open; ...
using GalaSoft.MvvmLight.Command; using System.Windows; using System.Windows.Input; namespace JiraAssistant.Controls.Dialogs { public partial class SelectFilterDialog { public SelectFilterDialog(string[] filters) { InitializeComponent(); AcceptCommand = new RelayCommand(() => Dialo...
//----------------------------------------------------------------------- // <copyright file="Mute.cs" company="Akka.NET Project"> // Copyright (C) 2009-2019 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2019 .NET Foundation <https://github.com/akkadotnet/akka.net> // </copyright> //---------...
namespace StarWindXExtLib { public class DiskBridgeCreator : ParameterAppender, IDiskBridgeCreator { public string Name { get; set; } [Param("file")] public string File { get; set; } [Param(false, "readonly")] [BoolToString("Yes", "No")] public bool Readonly { get; set...
using Rhinobyte.Extensions.DependencyInjection; namespace ExampleLibrary1; [RegisterForDependencyInjection(typeof(TypeWithRegisterAttribute))] public interface ITypeWithRegisterAttribute { } public class TypeWithRegisterAttribute : ITypeWithRegisterAttribute { }
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 16.05.2021. using System; using System.Data; using System.ComponentModel.DataAnnotations; using System.ComponentMode...
using System; namespace JoyGodot.Assets.Scripts.Events { public delegate void BooleanChangedEventHandler(object sender, BooleanChangeEventArgs args); public class BooleanChangeEventArgs : EventArgs { public bool Value { get; set; } } }
using System; using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; namespace MariosSpecialtyStore.Migrations { public partial class ValidateRating : Migration { protected override void Up(MigrationBuilder migrationBuilder) { } protected override v...
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Windows.Forms; using DarkUI.Forms; using Intersect.Editor.Content; using Intersect.Editor.General; using Intersect.Editor.Localization; using Intersect.Editor.Networking; using Intersect.Enums; usin...
// Copyright (c) 2019, WebsitePanel-Support.net. // Distributed by websitepanel-support.net // Build and fixed by Key4ce - IT Professionals // https://www.key4ce.com // // Original source: // Copyright (c) 2015, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, wit...
using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; namespace NetOffice.MSFormsApi { /// <summary> /// DispatchInterface IReturnEffect /// SupportByVersion MSForms, 2 /// </summary> [SupportByVersion("MSForms", 2)] [EntityType(EntityType.IsDispatchInterface),...
using Newtonsoft.Json; namespace HaloOnline.Server.Core.Http.Model.User { public class ApplyOfferResult { [JsonProperty("ApplyOfferResult")] public ServiceResult<bool> Result { get; set; } } }
using Microsoft.AspNetCore.Mvc.ModelBinding; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebApplication { public class CustomValueProviderFactory : IValueProvider { public bool ContainsPrefix(string prefix) { return tru...
using System; namespace Sake.Engine.Logging { public class DefaultLog : ILog { private ISakeSettings _settings; public DefaultLog(ISakeSettings settings) { _settings = settings; } public void Info(object value) { _settings.Output.WriteL...
/* * 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...
using System; using Eto.Forms; using Eto.Designer; using Eto.Wpf.Forms; using System.Windows; using System.AddIn.Pipeline; using System.AddIn.Contract; using System.Collections.Generic; using Eto.Wpf.Forms.Controls; using sw = System.Windows; using swc = System.Windows.Controls; [assembly: PlatformInitializerAttribut...
//----------------------------------------------------------------------- // <copyright file="InterpreterSpec.cs" company="Akka.NET Project"> // Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> ...
namespace RentForMoment.Models { public class MessagesViewModel { public string User { get; set; } public string Text { get; set; } } }
using System.Net; using Finbourne.Notifications.Sdk.Client; using Finbourne.Notifications.Sdk.Model; using Newtonsoft.Json; namespace Finbourne.Notifications.Sdk.Extensions { /// <summary> /// Extension to deserialise exceptions contained within the ApiException.ErrorContent ///</summary> public static...
using Imagin.Common.Converters; using Imagin.Common.Linq; using Imagin.Common.Math; using Imagin.Common.Media.Conversion; namespace Imagin.Common.Media.Models { /// <summary> /// Represents a color in <see langword="HSI"/> (Hue/Saturation/Intensity). /// </summary> public sealed class HSI : VisualMode...
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; using Postgres.Marula.Infrastructure.TypeDecorators; namespace Postgres.Marula.Infrastructure.Hosting { /// <summary> /// Extension methods for <see cref="IHostBuilder"/> type. /// </summary> internal static class HostBuilderExtensions ...
using System; namespace BlogServer.Common { public class UserAcceptMessage { public UserDTO Creator{get;set;} public UserDTO AcceptedUser{get;set;} } }
using UnityEngine; using UnityEditor; [CustomEditor(typeof(BoundingSphere))] public class BoundingSphereEditor : Editor { /// <summary> /// The target object to apply the values to. /// </summary> private BoundingSphere targetObject; /// <summary> /// Get a reference to the target object. ...
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("Co...
using RemotiatR.FluentValidation.Shared; namespace RemotiatR.FluentValidation.Client { public interface IValidationErrorsAccessor { ValidationErrors ValidationErrors { get; } } }
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.W...
using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; public enum LuxLightingModels { BlinnPhong = 0, CookTorrence = 1 } [ExecuteInEditMode] [AddComponentMenu("Lux/Lux Setup")] public class SetupLux : MonoBehaviour { public float Lux_HDR_Scale = 6.0f; public bool isLinear; ...
using System.Collections.Immutable; namespace Serialization.Test { public class TestItem { public readonly string Name; public readonly int Count; public readonly ImmutableList<SubItem> SubItems; public TestItem(string name, int count, ImmutableList<SubItem> subItems) ...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using LetPortal.Core.Utils; using LetPortal.Portal.Entities.Datasources; using LetPortal.Portal.Executions; using LetPortal.Portal.Models; using LetPortal.Portal.Providers.Databases; using MongoDB.Driver; namespace LetPortal.Portal.Ser...
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// // Arcane-FX for MIT Licensed Open Source version of Torque 3D from GarageGames // // REAPER MADDNESS (audio) // // Copyright (C) 2015 Faust Logic, Inc. // // Permission is hereby granted, free of charge, to any person obtaining...
namespace DNTFrameworkCore.TestCqrsAPI { public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).Build().Run(); } public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) ...
using IAGrim.Utilities; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Text; using System.Linq; using System.Text; using System.Windows.Forms; [DefaultEvent("CheckedChanged")] class FirefoxCheckBox : CheckBox { ...