text
stringlengths
1
932k
using HarmonyLib; using RimWorld; using Verse; namespace RipRomanceAttempt.HarmonyPatches { [HarmonyPatch(typeof(InteractionWorker_MarriageProposal), "AcceptanceChance")] public static class RRA_MP_AcceptanceChance { public static void Postfix(ref float __result, Pawn initiator, Pawn recipient) ...
using YiSha.Cache.Interface; using YiSha.MemoryCache; namespace YiSha.Cache.Factory { public class CacheFactory { public static ICache Cache() { return new MemoryCacheImp(); } } }
namespace SFA.DAS.AssessorService.ExternalApi.Core.Tests.Unit.Messages.Requests.Epa { using FizzWare.NBuilder; using NUnit.Framework; using SFA.DAS.AssessorService.ExternalApi.Core.Messages.Request.Epa; using System.Linq; [TestFixture(Category = "Requests")] public class DeleteEpaTests { ...
//------------------------------------------------------------------------------ // <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 System; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Components; using Microsoft.JSInterop; namespace MatBlazor { /// <summary> /// Datetime picker based on flatpickr.js /// </summary> public class BaseMatDatePicker : BaseMatInputComponent<DateTime?> { ...
using System; using System.ComponentModel.DataAnnotations.Schema; namespace ENCO.DDD.Domain.Model.Entities.Auditing { /// <summary> /// A shortcut of <see cref="FullAuditedEntity{TPrimaryKey}"/> for most used primary key type (<see cref="int"/>). /// </summary> [Serializable] public abstract class ...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // 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("Demo.ModalDialog")] ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Media; namespace Waves.UI.WPF.Controls.Primitives { public sealed class Arc : FrameworkElement { [Category("Arc")] public Point Center { get { return (Poi...
using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using MonoDragons.Core.Physics; using MonoTiled.Tiled.TmxLoading; namespace MonoDragons.ZFS.Tiles { public class GameMapFactory { public GameMap CreateGameMap(Tmx tmx, Size2 tileSize) { var tsxMap =...
using System; using System.Runtime.InteropServices; namespace DirtyMagic.WinAPI.Structures { [StructLayout(LayoutKind.Sequential)] public struct MEMORY_BASIC_INFORMATION { public IntPtr BaseAddress; public IntPtr AllocationBase; public AllocationProtect AllocationProtect; pu...
using System; using System.Xml; using Moway.Project.GraphicProject.DiagramLayout.Elements; using Moway.Project.GraphicProject.GraphLayout.Elements; namespace Moway.Project.GraphicProject.Actions.StopSound { public class StopSoundFactory : iActionFactory { #region Attributes private string ke...
using size_t = BrotliSharpLib.Brotli.SizeT; namespace BrotliSharpLib { public static unsafe partial class Brotli { private static void BrotliEnsureCapacity(ref MemoryManager m, int t, void** a, size_t* c, size_t r) { if (*c < r) { size_t new_size = *c == 0 ? r : *c; ...
// <auto-generated /> using System; using KoronaZakupy.Entities.UserDb; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; na...
using Volo.Abp.Domain.Entities; namespace Meowv.Blog.Domain.Blog { /// <summary> /// PostTag /// </summary> public class PostTag : Entity<int> { /// <summary> /// 文章Id /// </summary> public int PostId { get; set; } /// <summary> /// 标签Id ///...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
namespace WalletConnection { partial class FormMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
using Prism.Commands; using Prism.Mvvm; using Prism.Regions; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; using ToDoClient.Common; namespace ToDoClient.ViewModels { public class MainViewModel : BindableBas...
/* * 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.Collections.Generic; using System.Linq; using System.Text; namespace com.eforceglobal.DBAdmin.BusinessObjects { public class DBAdminUser { public string UserName { get; set; } public string Password { get; set; } public string Allow { get; set; } publ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using Microsoft.ML.TestFramework; using Microsof...
using System.Collections.Generic; using System.Linq; using CompanyName.MyMeetings.BuildingBlocks.Domain; using CompanyName.MyMeetings.Modules.Meetings.Domain.Members; namespace CompanyName.MyMeetings.Modules.Meetings.Domain.Meetings.Rules { public class NotActiveMemberOfWaitlistCannotBeSignedOffRule : IBusinessRu...
using AutoMapper; using Microsoft.Extensions.Configuration; using Nancy.Bootstrapper; using Nancy.Conventions; using Nancy.ErrorHandling; using Nancy.Scaffolding.Docs; using Nancy.Scaffolding.Enums; using Nancy.Scaffolding.Handlers; using Nancy.Scaffolding.Mappers; using Nancy.Scaffolding.Models; using Nancy.Scaffoldi...
// Jeebs Rapid Application Development // Copyright (c) bfren - licensed under https://mit.bfren.dev/2013 using System; namespace Jeebs.Services.Twitter; /// <summary> /// Twitter Tweet /// </summary> public interface ITwitterTweet { /// <summary> /// Author /// </summary> ITwitterAuthor Author { get; init; } ...
 namespace DiscordMessage { partial class MainForm { /// <summary> /// Erforderliche Designervariable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Verwendete Ressourcen bereinigen. /// </summary> /...
using System; using System.Collections.Generic; namespace Claytondus.EasyPost.Models { public class Tracker { public string? id { get; set; } public DateTime? created_at { get; set; } public DateTime tracking_updated_at { get; set; } public DateTime? updated_at { get; set; } ...
using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Elogroup.Utils.Code { public class TextFileToDataTable { private string _file; private int _howManyLinesNeedToSkip; private ...
// // The Open Toolkit Library License // // Copyright (c) 2006 - 2009 the Open Toolkit library. // // 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 l...
@model dynamic <footer> <h3>Brought to you by <a href="http://3thoughtcreative.com">3Thought Creative</a> and <a href="http://wbsimms.com">WBSimms.com</a></h3> </footer>
/* * 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 PxStat.Security; namespace PxStat.Subscription { internal class Notification_DTO_Create { public string LngIsoCode { get; set; } public string ChnCode { get; set; } public string EmailBody { get; set; } public string EmailSubject { get; set; } public bool singleLa...
using System.Web.Mvc; using EPiServer.Framework; using EPiServer.Framework.Initialization; using EPiServer.ServiceLocation; using EPiServer.Web; namespace AlloyTemplates.Business.Initialization { [InitializableModule] [ModuleDependency(typeof(EPiServer.Web.InitializationModule))] public class DisplayRegis...
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( "C...
using OreonCinema.Domain.Bookings.Exceptions; using OreonCinema.Domain.Bookings.Models.Cinemas; namespace OreonCinema.Domain.Bookings.Factories.Cinemas { public class CinemaFactory : ICinemaFactory { private string name = default!; private string phone = default!; private Address addre...
namespace GameLibrary.Model { public class AddGameToLibrary : ICommand { public string Title { get; set; } public string Notes { get; set; } public double Rating { get; set; } } }
using Core; using Domain; using Services; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using WebApi.Models.Common; using WebApi.Models.BookInfoVM; using WebApi.Models.HomeVM; using System.Diagnostics; using Domain.Entities; using Ser...
#region Using using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using Gizmox.WebGUI.Common; using Gizmox.WebGUI.Forms; using static VWG.Community.NetSqlAzMan.Helper.Enums; using NetSqlAzMan.Interfaces; using Giz...
using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace RD_AAOW { /// <summary> /// Класс описывает страницу преобразования текста в коды ККТ /// </summary> [XamlCompilation (XamlCompilationOptions.Compile)] public partial class KKTCodesPage:ContentPage { /// <summary> /// Конструктор. Запускает страницу...
using HadoukInput; using InputHelper; using System; namespace MenuBuddy { /// <summary> /// This is an interface for managing highlighting and selection of items based on user input /// </summary> public interface IInputHandler { IInputState InputState { get; } /// <summary> /// Handle teh input and pass i...
using System; namespace ScrawlCore { /// <summary> /// An abstract class that denotes that a stringifier can stringify any type. /// </summary> public abstract class AnyTypeStringifier : Stringifier { /// <summary> /// Returns <c>true</c>. /// </summary> /// <param ...
using System; using System.Linq; using System.Threading.Tasks; using WikiClientLibrary.Generators; using WikiClientLibrary.Pages; using Xunit; using Xunit.Abstractions; namespace UnitTestProject1.Tests { public class RevisionGeneratorTests : WikiSiteTestsBase { /// <inheritdoc /> public Revi...
using System; using System.Collections.Generic; #if CONTRACTS_FULL_SHIM using Contract = System.Diagnostics.ContractsShim.Contract; #else using Contract = System.Diagnostics.Contracts.Contract; // SHIM'D #endif namespace KSoft.Blam.Megalo.Model { partial class MegaloScriptModel { protected static MegaloScriptUnio...
//----------------------------------------------------------------------- // <copyright file="CustomerSearch.cs" company="Genesys Source"> // Copyright (c) Genesys Source. All rights reserved. // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See t...
/* * Payment Gateway API Specification. * * The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway. * * The version of the OpenAPI document: ...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace HexUN.Systems.Grid { /// <summary> /// Enumerates possible states of pawns /// </summary> public enum EPawnState { /// <summary> /// The pawn is in a neutral state /// </summary> ...
// *** 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...
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! namespace Oculus.Platform { using Description = System.ComponentModel.DescriptionAttribute; public enum UserPresenceStatus : uint { [Description("UNKNOWN")] Unknown, [Description("ONLINE")] Online, [Descriptio...
class ExqPBGkqRsZzO9s { double sW_029d1Ft6r25id7 = 0.0; float xr1TSQqjmmCoBErHkm4YLvHZCJ4 = 0.0f; public double Fgv7s3R5Pu7ASAOoIE2ycR = 0.0; public double vGaK5AsYBg0gfQ = 0.0; public string mFKdMukNtcmcnpHkzq2DqdkqwC6kckJkfjx8dB = null; public float CLocpG9FXt9AarOV26Mvwkem = 0.0f; priva...
using ElectronicObserver.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ElectronicObserver.Observer.kcsapi.api_get_member { public class ship3 : APIBase { public override void OnResponseReceived(dynamic data) { KCDatabase...
//Copyright (c) 2007-2012, Adolfo Marinucci //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, this list of conditions and...
namespace WarehouseSystem.Data { using System; using System.Data.Entity; using System.Linq; using Microsoft.AspNet.Identity.EntityFramework; using WarehouseSystem.Data.Common.Models; using WarehouseSystem.Data.Models; public class WarehouseSystemDbContext : IdentityDbContext<User>, IWareho...
using Microsoft.Extensions.DependencyInjection; using VueCore.Models.Activities; using Elsa; using Elsa.Scripting.Liquid.Services; using VueCore.Definitions.JavaScript; using VueCore.Services.Handlers; using VueCore.Services; using System; using VueCore.Models.Options; namespace VueCore { public static class Servi...
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com /* ApplicationInstaller.cs -- * Ars Magna project, http://arsmagna.ru * ------------------------------------------------------- * Status: poor */ #region...
// Copyright 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using ModelProvidersSample.Data; using Microsoft.EntityFrameworkCore; namespace ModelProvidersSample.Pages { public class IndexModel : PageModel { private readonly...
using Windows.UI.Xaml.Controls; namespace FluidIrc.Controls { public sealed partial class ChannelMessageBox : UserControl { public ChannelMessageBox() { InitializeComponent(); } } }
/* * MIT License * * Copyright(c) 2018 thrzn41 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modif...
// Generated on 03/23/2022 09:50:34 using System; using System.Collections.Generic; using System.Linq; using AmaknaProxy.API.Protocol.Types; using AmaknaProxy.API.IO; using AmaknaProxy.API.Network; namespace AmaknaProxy.API.Protocol.Messages { public class TeleportToBuddyAnswerMessage : NetworkMessage { ...
using Microsoft.EntityFrameworkCore.Migrations; using System; using System.Collections.Generic; namespace MistrzowieWynajmu.Migrations { public partial class SeedingDb : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.Sql("INSERT INTO Ow...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; namespace Azure.Core { /// <summary> /// The set of options that can be specified to influence how /// retry attempts are made, and a failure is eligible to be retried. /// </summary> p...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MS-PL license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Windows.Input; using Android.Content; using Android.Runtime;...
namespace WebAppExample.Services { using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using WebAppExample.Models; public interface IWeatherForecastProvider { Task<IReadOnlyCollection<WeatherForecast>> GetAsync(CancellationToken cancellationToken = d...
/* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF REVIVAL PRODUCTIONS, LLC ("REVIVAL"). REVIVAL, IN DISTRIBUTING THE CODE TO END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS IN USING, DISPLAYING, AND CRE...
using System; using App.Boilerplate.Core.Widgets; using App.Boilerplate.Shared.Widgets; using CMS; using CMS.Core; [assembly: RegisterImplementation(typeof(IUserWidgetsService), typeof(DummyUserWidgetsService), Priority = RegistrationPriority.Fallback)] namespace App.Boilerplate.Shared.Widgets { internal class...
/* * 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 "...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy,...
using Bot.State; using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.Dialogs; using Microsoft.Extensions.Configuration; using Shared; using Shared.ApiInterface; using Shared.Models; using Shared.Prompts; using System.Threading; using System.Threading.Tasks; namespace Bot.Dialogs { public class FeedbackDialog...
#if !WINDOWS_UWP using IF.Lastfm.SQLite; #endif using IF.Lastfm.Core.Api; using IF.Lastfm.Core.Objects; using IF.Lastfm.Core.Scrobblers; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Threading.Tasks; using VKSaver.Core.Models.Common; using VKSaver.Core.Models....
// *** 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.Generic; using System.Net.Http; using System.Security.Claims; using System.Security.Cryptography; using System.Threading.Tasks; using System.Web; using System.Web.Http; using System.Web.Http.ModelBinding; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFram...
using UnityEngine; using UnityEditor; using System; using System.Linq; using System.Reflection; using System.Collections; using System.Collections.Generic; namespace DevionGames.StatSystem { public class StatSystemEditor : EditorWindow { public static void ShowWindow() { StatSystemEditor[] objArray = Resou...
namespace Nacha.Core { public interface INachaFileService { void Validate(); string ToString(); } }
//------------------------------------------------------------------------------ // <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 Newtonsoft.Json; namespace DotNetAddicts.InternalDiscordBot.Entities { [JsonObject] internal class Error { [JsonProperty("message")] internal string Message { get; set; } [JsonProperty("documentation_url")] internal string DocumentationUrl { get; set; } } }
using System; using TEABot.TEAScript.Attributes; namespace TEABot.TEAScript.Instructions.Metadata { /// <summary> /// Sets the script name /// </summary> [TSKeyword("script")] public class TSIMScriptName : TSIScriptMetadata { private string mName = String.Empty; public overrid...
#if !UNITY_EDITOR && UNITY_METRO && !ENABLE_IL2CPP #define USE_TYPEINFO #if !UNITY_WINRT_10_0 #define USE_TYPEINFO_EXTENSIONS #endif #endif using System; using System.Collections.Generic; using System.Reflection; using System.Linq; #if USE_TYPEINFO namespace System { public static class AssemblyExtensions { #if ...
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Devices.WiFi { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class WiFiAvailableNetwork { #if __ANDROID__ || __IOS__ || NET461...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Skeddly.Model { public class CreateActionExclusionRequest { public string Name { get; set; } public bool IsEnabled { get; set; } public string StartDate { get; set; } public string...
using System; using System.Collections.Generic; using System.Linq; using GCL.Syntax.Data; using Semantic; namespace GCL.Syntax { public enum ActionType { Shift, Reduce, Accept, GoTo, Error } public delegate void OnError(Tuple<ActionType, ActionType> error); ...
namespace ChushkaWebApp.ViewModels.Users { public class RegisterInputModel { public string Username { get; set; } public string Password { get; set; } public string ConfirmPassword { get; set; } public string Fullname { get; set; } public string Email { get; set; } ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="EmailAccount.cs" company=""> // // </copyright> // <summary> // The email account. // </summary> // --------------------------------------------------------------------------...
using System; using System.Collections.Generic; using Newtonsoft.Json; using WalletConnectSharp.Core.Events.Request; using WalletConnectSharp.Core.Events.Response; using WalletConnectSharp.Core.Models; using UnityEngine; namespace WalletConnectSharp.Core.Events { public class EventDelegator : IDisposable { ...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ namespace Piranha.Data { [Serializable] public sealed class ContentFieldTrans...
#if !DOTNETCORE using System.IO; using System.Threading; using JetBrains.Profiler.Windows.Api; using JetBrains.Profiler.Windows.SelfApi; using JetBrains.Profiler.Windows.SelfApi.Config; namespace Tests.Framework.Profiling.Performance { internal class PerformanceProfile : Profile { public PerformanceProfile(string ...
#Thu Jan 06 20:33:25 EET 2022 lib/com.ibm.ws.cdi.jndi_1.0.59.jar=ae04a1c999eef9b570981aa615c44e44 lib/features/com.ibm.websphere.appserver.cdi2.0-jndi1.0.mf=1458cc0db0915a6c082a60a3c21af621
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System.Collections; using System.Collections.Generic; using Moq; using Xunit; namespace System.Web.Mvc.Test { public class TempDataDictionaryTest { [Fact] public voi...
using System; using System.IO; using DockerfileTasks.DockerfileTasks.Shared; using DockerfileTasks.DockerfileTasks.Shared.Parsers; using DockerfileTasks.DockerfileTasks.Shared.Resolvers; using DockerfileTasks.Logging; using Microsoft.Build.Utilities; namespace DockerfileTasks { public class DockerfileUpdate : Tas...
using Emgu.CV; using Microsoft.Win32; using OCRScanner.Classes; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using Syst...
using System.Collections; using System.Collections.Generic; using UnityEngine; public interface IMovable { void Move(); }
using MediatR; using ScrumHubBackend.CommunicationModel; using ScrumHubBackend.CustomExceptions; using ScrumHubBackend.GitHubClient; namespace ScrumHubBackend.CQRS.Tasks { /// <summary> /// Add new task command handler /// </summary> public class AddTaskCommandHandler : IRequestHandler<AddTaskCommand,...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Mandater.Utilities { /// <summary> /// A class for parsing the fields from a string array. /// </summary> public class FieldParser { private string File { get; } private strin...
namespace Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701 { using Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.PowerShell; /// <summary> /// A PowerShell PSTypeConverter to support converting to an instance of <see cref="PrivateEndpointConnectionProperties" /> /// </summary> pub...
using System; using Microsoft.Extensions.DependencyInjection; using Ray.BiliBiliTool.Agent.BiliBiliAgent.Dtos; using Ray.BiliBiliTool.Console; using Ray.BiliBiliTool.DomainService.Dtos; using Ray.BiliBiliTool.DomainService.Interfaces; using Ray.BiliBiliTool.Infrastructure; using Xunit; namespace WatchVideoTest { p...
using System; using System.Data.SqlClient; using System.Linq; using Microsoft.EntityFrameworkCore.TestUtilities; using Microsoft.EntityFrameworkCore.TestUtilities.Xunit; using Xunit; using Xunit.Abstractions; namespace Microsoft.EntityFrameworkCore.Query { public class DbFunctionsSqlCeTest : DbFunctionsTestBase<N...
namespace FinancialPortal.Helpers { using System; using System.Collections.Generic; using System.Linq; using System.Web; public class SeedHelper { } }
namespace ProtocolGateway.Host.Fabric.FabricShared.Configuration { #region Using Clauses using System.Security; #endregion /// <summary> /// ConfigurationProvider interface. /// </summary> public interface IConfigurationProvider<out TConfiguration> where TConfiguration : class { ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - NorthwindMvc</title> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="~/css/site....
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Numerics; using System.Text; using System.Threading.Tasks; using Data; namespace Logic { public class BallEventArgs : EventArgs { public Vector2 pos...
using System; using System.IO; using System.Text; using System.Collections.Generic; //using MPTK.NAudio.Utils; namespace MPTK.NAudio.Midi { /// <summary> /// Class able to read a MIDI file /// </summary> public class MidiFile { private MidiEventCollection events; private ushort fil...
namespace Localization.Xliff.OM { /// <summary> /// This interface defines indicators that inspect values and determines whether they have data or not. This is /// used to determine whether data is present and can be compared to a default value. /// </summary> internal interface IHasValueIndicator ...
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEngine.Scripting; using UnityEngine.Bindings; using uei = UnityEngi...