text
stringlengths
1
932k
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.EntityFrameworkCore.TestModels.SpatialModel; using NetTopologySuite.Geometries; using Xunit.Abstractions; namespace Microsoft.EntityFrameworkCore.Query; public cla...
using CSETWeb_Api.BusinessManagers; //////////////////////////////// // // Copyright 2020 Battelle Energy Alliance, LLC // // //////////////////////////////// using Microsoft.VisualStudio.TestTools.UnitTesting; using CSET_Main.Views.Questions.QuestionDetails; using DataLayerCore.Model; using CSET_Main.Question...
using System; using System.ComponentModel.DataAnnotations.Schema; using Microsoft.AspNetCore.Identity; namespace JPProject.Sso.AspNetIdentity.Models.Identity { public class UserRoleIdentity : IdentityUserRole<string> { public UserRoleIdentity() { } public UserRoleIdentity(Guid tenantId, RoleI...
/* Copyright (C) 2009-2012 Jeroen Frijters This software 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 software. Permission is granted to anyone to use this software for any purpose, including commerc...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Text; using EZNEW.Expressions; namespace EZNEW.Development.Query { public static class EndLikeExtensions { /// <summary> /// EndLike Condition /// </summary> /// <param name="sourceQuery...
namespace SS.Exceptions; public class AuthorDalException : Exception { protected AuthorDalException(string message) : base(message) { } protected AuthorDalException(SerializationInfo info, StreamingContext context) : base(info, context) { } } [Serializable] public class AuthorNotFound...
// 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. #define WSARECV namespace System.ServiceModel.Channels { internal static class UnsafeNativeMethods { ...
using System.Linq; using EnterpriseWebLibrary.EnterpriseWebFramework; using EnterpriseWebLibrary.WebSessionState; using Tewl.Tools; // EwlPage namespace EnterpriseWebLibrary.WebSite.TestPages { partial class ModalBoxes { protected override PageContent getContent() { var content = new UiPageContent(); var m...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Shopping.Aggregrator.Models { public class CatalogModel { public string Id { get; set; } public string Name { get; set; } public string Category { get; set; } public strin...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LeftArrow : CommandKeyCode { public override string action() { indexBar--; return AllText + line; } public override bool checkKey(KeyCode keyCode) { return keyCode == KeyCode.LeftAr...
using System; namespace OELib.LibraryBase.Messages { [Serializable] public abstract class Message { public Priority Priority { get; set; } = Priority.Normal; } }
namespace Infrastructure.InMemoryDataAccess.Repositories { using System.Linq; using System.Threading.Tasks; using Domain.Accounts; using Domain.Accounts.Credits; using Domain.Accounts.Debits; using Domain.Accounts.ValueObjects; using Account = InMemoryDataAccess.Account; using Credit = I...
//you can delete this file, it won't be included in the next version //Faq: why is it empty? //this empty file acts like a "soft" delete, so we can stay sure it contains nothing that will throw errors in the project, since this old class is no longer used //no worries, once you build your game this asset will be exc...
using JetBrains.Annotations; using SIM.IO; using SIM.Pipelines.Install; using SIM.Pipelines.Processors; using SIM.Products; using Sitecore.Diagnostics.Base; using SIM.Sitecore9Installer; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Thre...
using System; using Mayope.Core; namespace Mayope.Meta.File { /// <summary> /// A node in a Myaope schema. /// </summary> internal abstract class MetaNode : INode { public Guid Uuid { get; set; } public string Id { get; set; } public string Name { get; set; } pub...
using SpaceStation.Models.Bags.Contracts; using System.Collections.Generic; namespace SpaceStation.Models.Bags { public class Backpack : IBag { public ICollection<string> Items { get; private set; } public Backpack() { this.Items = new List<string>(); } } }
using CurseForge.APIClient.Models; using System.Threading.Tasks; namespace CurseForge.APIClient { public partial class ApiClient { public async Task<GenericListResponse<Category>> GetCategoriesAsync(uint? gameId = null, uint? classId = null) { return await GET<GenericListResponse<C...
#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Garmin Canada Inc. // The software is being provided on an "as-is" basis and as an acco...
//using TexDrawLib; //using UnityEditor; //[CustomEditor(typeof(TEXDrawSupplementBase), true)] //[CanEditMultipleObjects] //public class TEXSupplementEditor : Editor //{ // [System.NonSerialized] // protected string helpGUI; // [System.NonSerialized] // protected MessageType helpType; // public static...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/xamlOM.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System.Runtime....
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. using System; using System.Diagnostics.CodeAnalysis; using System.Threading; using System.Threading.Tasks; namespace Microsoft.AspNet.SignalR.Transports { /// <summary> /// Repr...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; namespace VueNetCore.Controllers { public class HomeController : Controller { public IActionResult Index() { return View(); } public IAct...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Numerics; namespace snakeMoves { class Program { static void Main(string[] args) { var size = Console.ReadLine().Split().Select(int.Parse).ToArray(); var rows = size[0]; ...
// 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.Text; using Microsoft.ML.Runtime.CommandLine; using Microsoft.ML.Trainers.FastTree; using Microsoft.ML....
/*============================================================================= Copyright (C) 2012 - 2016 Allied Vision Technologies. All Rights Reserved. Redistribution of this file, in original or modified form, without prior written consent of Allied Vision Technologies is prohibited. -----------------------...
using Microsoft.Win32.TaskScheduler; using TaskScheduler.Core.Interfaces; using TaskScheduler.Core.Models.Base; namespace TaskScheduler.Core.Services { public class TaskTriggerBuilder : ITaskTriggerBuilder { public Trigger BuildTrigger(BaseTaskModel task) { var trigger = TriggerFac...
/* * Copyright (c) 2016 Robert Adams * * 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 agree...
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace BassClefStudio.DbLanguage.Core.Documentation { /// <summary> /// Represents a period-delimited path (such as a namespace or version number) of objects of type <typeparamref nam...
using UIKit; namespace iosc_sharpdemo { public class Application { // This is the main entry point of the application. static void Main(string[] args) { // if you want to use a different Application Delegate class from "AppDelegate" // you can specify it here. ...
using System.Collections.Generic; using MusicianHelper.Infrastructure.Models; namespace MusicianHelper.Infrastructure.Services.Abstract { public interface IMasterService { List<AudioUoW> CreateAudioUnitsOfWork(string audioDirectory); string GetAudioUnitOfWorkName(string audioPath); str...
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; // 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: Asse...
namespace OpenVIII.Fields.Scripts.Instructions { internal sealed class PGetInfo : JsmInstruction { #region Fields private readonly IJsmExpression _arg0; #endregion Fields #region Constructors public PGetInfo(IJsmExpression arg0) => _arg0 = arg0; public PGetI...
using System.Reflection; namespace Deployf.Botf; public static class BotRoutesExtensions { public static string? GetAuthPolicy(this MethodInfo method) { if (method.GetCustomAttribute<AllowAnonymousAttribute>() != null) { return null; } var methodAuth = method.GetC...
using System; using System.Configuration; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Web; using System.IO; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls;...
using System.IO; using RageAudioTool.IO; namespace RageAudioTool.Rage_Wrappers.DatFile { public class audEnvelopeSound : audSoundBase { public ushort UnkShortA { get; set; } //0x0-0x2 public ushort UnkShortA1 { get; set; } //0x2-0x4 public ushort UnkShortB { get; set; } //0x4-0x6 ...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Linq; using System.Reflection; using Glass; using OmniXaml; using OmniXaml.Builder; using OmniXaml.TypeConversion; using OmniXa...
using System; namespace FontAwesome { /// <summary> /// The unicode values for all FontAwesome icons. /// <para/> /// See https://fontawesome.com/cheatsheet /// <para/> /// This code was automatically generated by FA2CS (https://github.com/michaelswells/fa2cs a modified fork from https://github...
namespace Sogeti.Academy.Application.Presentations.Queries.GetList { public class ListViewModel { public PresentationViewModel[] Presentations { get; set; } } }
using System.Collections; using System.Collections.Generic; using UnityEngine; public class TransferScene : MonoBehaviour { // Start is called before the first frame update void Start() { HomeSceneManager.IntoIndex = 1; UnityEngine.SceneManagement.SceneManager.LoadScene("HomeScene"); }...
namespace QuickVault.Configuration { public static class QuickVaultConfigurationManager { private static string _rootFolder; public static void SetRootFolder(string rootfolder) { _rootFolder = rootfolder; } private static AppSettings _appSettings; pu...
// Copyright (c) Gothos // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Tera.Game; using Tera.Game.Messages; namespace Tera.DamageMeter { public class SkillResult ...
using System; using System.Collections.Specialized; using System.Web; using System.Web.Mvc; namespace Kore.Web.Fakes { public class FakeHttpRequest : HttpRequestBase { private readonly HttpCookieCollection _cookies; private readonly NameValueCollection _formParams; private readonly Nam...
using System; namespace Proxoft.Maps.OpenStreetMap.Maps.Models.Markers { internal class Hooks { public Action<string> OnRemove { get; set; } } }
// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AntChain.SDK.BOT.Models { public class PagequeryTenantRequest : TeaModel { // OAuth模式下的授权token [NameInMap("auth_token")] [Validation(Required=false)...
/* // <copyright> // dotNetRDF is free and open source software licensed under the MIT License // ------------------------------------------------------------------------- // // Copyright (c) 2009-2017 dotNetRDF Project (http://dotnetrdf.org/) // // Permission is hereby granted, free of charge, to any person obtainin...
using System; namespace Aurora.Profiles.EliteDangerous.GSI.Nodes { public static class Flag { public const long UNSPECIFIED = -1; public const long DOCKED = 1; public const long LANDED_PLANET = 1 << 1; public const long LANDING_GEAR = 1 << 2; public const long SHIELDS_U...
using System; using System.Collections.Generic; using domain.models; using Microsoft.EntityFrameworkCore; namespace storage { public class WorkOutBuddyContext : DbContext { public DbSet<AccountModel> Accounts {get; set;} public DbSet<CardModel> Cards {get;set;} //Setup for dependency ...
/* * 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 * distribute...
using System; using System.Collections.Generic; using System.Text; namespace Bedrock.Framework.Experimental.Protocols.Memcached { public class Enums { /// <summary> /// see https://github.com/memcached/memcached/wiki/BinaryProtocolRevamped#data-types /// </summary> public enum O...
using System; using System.IO; using System.Reflection; using Microsoft.Xna.Framework.Graphics; using StardewModdingAPI; using StardewModdingAPI.Events; using StardewModdingAPI.Utilities; using StardewValley; using StardewValley.Tools; using StardewValley.TerrainFeatures; using HarmonyLib; namespace HardyGrass { ...
using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Spectre.Cli; namespace Statiq.App { // Wraps a standalone service collection just for command use internal class CommandServiceTypeRegistrar : ITypeRegistrar { private readonly IServiceCollectio...
using System.Collections.Generic; using CookBook.DAL.Enums; namespace CookBook.DAL.Entities { public class IngredientAmountEntity : EntityBase { public double Amount { get; set; } public Unit Unit { get; set; } public RecipeEntity Recipe { get; set; } public IngredientEntity In...
//<snippet1> using System; using System.Text; using System.IO; // Add references to Soap and Binary formatters. using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization.Formatters.Soap ; using System.Runtime.Serialization; [Serializable] public class MyItemType : ISerializable { pu...
#define TI_DEBUG_PRINT //----------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; us...
using System; using System.IO; using Xamarin.Forms; namespace BabbyJotz { public class Photo : StorableObject { public Baby Baby { get; private set; } private byte[] bytes; public byte[] Bytes { get { return bytes; } set { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using Microsoft.EntityFrameworkCore.ChangeTracking; namespace Microsoft.EntityFrameworkCore.ValueGeneration.Internal { /// <summary> /// This is ...
using OpenBullet.Models; using RuriLib.ViewModels; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace OpenBullet.ViewModels { public class OBSettingsSources : ViewModelBase ...
namespace Nancy.Demo.Caching.CachingExtensions { public static class ContextExtensions { public const string OUTPUT_CACHE_TIME_KEY = "OUTPUT_CACHE_TIME"; /// <summary> /// Enable output caching for this route /// </summary> /// <param name="context">Current context</par...
@model PollSearchModel @{ //page title ViewBag.PageTitle = T("Admin.ContentManagement.Polls").Text; //active menu item (system name) Html.SetActiveMenuItemSystemName("Polls"); } @{ const string hideSearchBlockAttributeName = "PollsPage.HideSearchBlock"; var hideSearchBlock = await genericAttri...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Serialization; usin...
// 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.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threadin...
using System; using System.IO; using Shuttle.Core.Contract; using Shuttle.Core.Streams; namespace Shuttle.Esb.NetMQ { public class NetMQQueue : IQueue { private readonly NetMQUriParser _uriParser; private readonly INetMQRequestClient _requestClient; public NetMQQueue(NetMQUriParser ur...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Extensions.Caching.Distributed; namespace Flux.NewRelic.DeploymentReporter.Security.Store { public class RedisStore : IApiKeyStore { private readonly IDistributedCache _cache; public RedisStore(IDistributedCache cache...
using System; using System.Collections.Generic; using System.Text; namespace Bam.Net.Presentation { public class DefaultPersistenceModelProvider : IPersistenceModelProvider { public PersistenceModel GetPersistenceModel(string applicationName, string persistenceModelName) { return n...
using Newtonsoft.Json.Linq; using PlasmaCore.RPC.OutputData; using System; using System.Numerics; using System.Threading.Tasks; namespace PlasmaCore.RPC.UTXO { /// <summary> /// RPC request handler - fetches exit data for a given utxo /// </summary> public class GetExitData : RPCRequestHandlerBase ...
using ElectronicShopping.Api.Constants; using Microsoft.AspNetCore.Http; using System.Collections.Generic; namespace ElectronicShopping.Api.Models.Exceptions { public class BadRequestException : BaseException { public BadRequestException() { ProblemDetailsModel.Title = ExceptionMes...
using System; using System.Threading.Tasks; using Microsoft.Identity.Client; namespace apis.daemon { class Program { static async Task Main(string[] args) { var app = ConfidentialClientApplicationBuilder .Create("cdf60750-5e20-424a-a3c6-9b83a3aeceff") ...
using System.Collections.Generic; using ServiceStack.MiniProfiler; using ServiceStack.OrmLite; using ServiceStack.ServiceHost; using ServiceStack.ServiceInterface; namespace ServiceStack.WebHost.IntegrationTests.Services { [Route("/profiler", "GET")] [Route("/profiler/{Type}", "GET")] public class MiniProfiler { ...
using System.Configuration; using System.Threading; using System.Web; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Logging.Serilog; using Umbraco.Core.Runtime; using Umbraco.Web.Runtime; namespace Umbraco.Web { /// <summary> /// Represents the Umbraco global.asax class. /// </summary...
using System; using System.Collections.Generic; using System.Text; using FluentAssertions; using Light.GuardClauses.Exceptions; using Light.GuardClauses.FrameworkExtensions; using Xunit; namespace Light.GuardClauses.Tests.CollectionAssertions { public static class MustNotBeOneOfTests { [Theory] ...
using Melville.INPC; using Melville.Pdf.LowLevel.Filters.FilterProcessing; using Melville.Pdf.LowLevel.Parsing.ParserContext; namespace Melville.Pdf.LowLevel.Encryption.CryptContexts; public partial class EncryptingParsingReader : IParsingReader { [DelegateTo] private readonly IParsingReader inner; priva...
//Do not edit! This file was generated by Unity-ROS MessageGeneration. using System; using System.Linq; using System.Collections.Generic; using System.Text; using Unity.Robotics.ROSTCPConnector.MessageGeneration; namespace RosMessageTypes.Std { [Serializable] public class SetBoolRequest : Message { ...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Resources; // 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. [ass...
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("Ma...
/* * 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.Collections.Generic; using System.Linq; using System.Web; using JobMatcher.Models; using JobMatcher.Service.Mapping; namespace JobMatcher.Service.ViewModels { public class ExperienceViewModel : IMapFrom<Experience>, IHaveCustomMappings { public int Id { get; set; } ...
namespace ICalendar.ComponentProperties { /// <summary> /// Purpose: This property defines the access classification for a ///calendar component. /// Conformance: The property can be specified once in a "VEVENT", ///"VTODO", or "VJOURNAL" calendar components. /// </summary> public class Cla...
namespace ClearHl7.Codes.V282 { /// <summary> /// HL7 Version 2 Table 0532 - Expanded Yes/No Indicator. /// </summary> /// <remarks>https://www.hl7.org/fhir/v2/0532</remarks> public enum CodeExpandedYesNoIndicator { /// <summary> /// ASKU - Asked But Unknown. /// </summa...
using System.IO; using System.Linq; using NSwag; using Nustache.Core; namespace KubernetesGenerator { internal class WatchGenerator { public void Generate(OpenApiDocument swagger, string outputDirectory) { // Generate the Watcher operations // We skip operations where th...
using System; using System.Collections.Generic; using System.Text; namespace TechDebtID.Core.Statistics { public class ScanSummary { //public int ReposCount { get; set; } public int ProjectCount { get; set; } public List<FrameworkSummary> FrameworkSummary { get; set; } public L...
using System.IO; using Xunit; namespace Magxe.Handlebars.Test { public class WhitespaceTests { [Fact] public void PreceedingWhitespace() { var source = "Hello, {{~name}} !"; var template = Handlebars.Compile(source); var data = new { ...
/* * Copyright 2018 JDCLOUD.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 * * Unless required by applicable law or agreed to in...
#if ALTCOINS using System.Collections.Generic; using System.Linq; using BTCPayServer.Abstractions.Contracts; namespace BTCPayServer.Services.Altcoins.Ethereum.Services { public class EthereumSyncSummaryProvider : ISyncSummaryProvider { private readonly EthereumService _ethereumService; private ...
namespace KJU.Core.CodeGeneration.CfgLinearizer { using System; using System.Collections.Generic; using Intermediate; public interface ICfgLinearizer { Tuple<IReadOnlyList<Tree>, IReadOnlyDictionary<ILabel, int>> Linearize(ILabel cfg); } }
using System.Linq; using Blog.Application.Articles.Commands.ChangeVisibility; using Blog.Infrastructure.Persistence; using Blog.Web.Controllers; using MyTested.AspNetCore.Mvc; using Shouldly; using Xunit; namespace Blog.Web.IntegrationTests.Pipeline { public class ArticlesPipelineTests { [Theory] ...
@inject SignInManager<ApplicationUser> signInManager; @inject IRecipeRepository recipeRepository; <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <environment include="Development"> <link href="~/lib/bootstrap/css/bootstrap.css" rel="stylesheet" /...
namespace TesourariaIFV.Forms.Admin_Forms { partial class CidadeAdmin { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </su...
// Copyright (c) pCYSl5EDgo. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Mono.Cecil; using Mono.Cecil.Cil; namespace MSPack.Processor.Core { public static class InstructionUtility { public static Instruction Clone(th...
namespace Ferrarii { public interface IDriveable { string Start(); string Stop(); } }
using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x1015_ec1c-ee6224d8")] public void Method_1015_ec1c() { ii(0x1015_ec1c, 5); push(0x28); /* push 0...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Diagnostics.ModelsAndUtils.Attributes; using Diagnostics.ModelsAndUtils.Models; using Diagnostics.ModelsAndUtils.Models.ResponseExtensions; namespace Diagnostics.ModelsAndUtils.Utilities { public static class AzureSupportC...
using System; using WixSharp; using WixSharpSetup.Dialogs; namespace $safeprojectname$ { class Program { static void Main() { var project = new ManagedProject("MyProduct", new Dir(@"%ProgramFiles%\My Company\My Product", ...
using Alabo.Datas.Ef.SqlServer; using Alabo.Domains.Entities; using Alabo.Domains.Enums; using Alabo.Regexs; using Alabo.Security; using Alabo.Validations; using Alabo.Web.Mvc.Attributes; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using MongoDB.Bson.Serialization.Attribu...
// // TnefAttachFlags.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2021 .NET Foundation and Contributors // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the S...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using UnityEngine.UI; namespace CraftMagicItems.UI { public class ItemSlot { public Enums.ItemType ItemType { get; set; } public string DisplayName {get; set;}...
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using NBitcoin; using Stratis.Bitcoin.EventBus; using Stratis.Bitcoin.EventBus.CoreEvents; using Stratis.Bitcoin.Features.MemoryPool.Interfaces; using Stratis.Bitcoin.Signals; namespace Stratis.Bitcoin.Features.MemoryPo...
using System; using System.Buffers; namespace CodeElements.NetworkCall { /// <summary> /// Defines a basic serializer that serializes/deserializes objects from byte arrays. The all methods must be thread-safe. /// </summary> public interface INetworkSerializer { /// <summary> /...
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; using System.Threading; using BuggerNetEng; namespace BuggerNet { public partial class frmHogCPU : F...