text
stringlengths
1
932k
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MongoDB.Bson.Serialization; using MongoDB.Bson.Serialization.Conventions; using MongoDB.Bson.Serialization.Options; using NUnit.Framework; using Rebus.Activation; using Rebus.Config; using Rebus.Logging; using Rebus....
// 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.Buffers; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.A...
namespace HookLock { partial class Form10 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param na...
@using System.Collections.Generic @using System.Collections.ObjectModel @using System.Web.Http.Description @using System.Threading @using App.Web.Areas.HelpPage.ModelDescriptions @model IList<ParameterDescription> @if (Model.Count > 0) { <table class="help-page-table"> <thead> <tr><th>Name</th>...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; namespace Microsoft.Practices.EnterpriseLibrary.Validation.Validators { /// <summary> /// Represents a <see cref="TypeConversionValidator"/>. /// </summary> [Attribu...
// ----------------------------------------------------------------------- // <copyright file="DisposableBase.cs" company="Leet"> // Copyright (c) Leet. All rights reserved. // Licensed under the MIT License. // See License.txt in the project root for full license information. // </copyright> // ----------...
#region copyright // Copyright 2015 Habart Thierry // // 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 applic...
using MgSoft.K3Cloud.WebApi.Common.Dto.Property; using MgSoft.K3Cloud.WebApi.Common.Model; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace MgSoft.K3Cloud.WebApi.Common.Dto.Sp { /// <summary> /// 简单生产领料 /// </summary> /// <typeparam name="Type_Sp_Pick...
using System.Collections.Generic; using System.Net.Mail; using System.Threading; using System.Threading.Tasks; using Mapster; using MediatR; using Microsoft.Extensions.Localization; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using NetClock.Application.Common.Constants; using NetClock.Applic...
using System.ComponentModel.DataAnnotations; namespace MyProjectWeb.Models { public class StockPrices { public Prices[] values { get; set; } } public class Prices { public string T { get; set; } public float v { get; set; } public float vw { get; set; } public float o { get; set; } ...
using System.Globalization; using System.Threading.Tasks; using Bot.Api.Objects; using Discord; using Discord.Commands; namespace Bot.Bot.Modules { /// <summary> /// Module for the top5 command. /// </summary> public class Top5Module : ModuleBase<SocketCommandContext> { /// <summary> ...
using System; using System.Globalization; using System.Linq; using FastTests; using Raven.Client.Documents.Indexes; using Raven.Tests.Core.Utils.Entities; using Xunit; namespace SlowTests.Issues { public class RavenDB_10469 : RavenTestBase { private class Index1 : AbstractIndexCreationTask<User> ...
/* * OANDA v20 REST API * * The full OANDA v20 REST API Specification. This specification defines how to interact with v20 Accounts, Trades, Orders, Pricing and more. * * OpenAPI spec version: 3.0.15 * Contact: api@oanda.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; u...
using FortnoxNET.Utils; using Newtonsoft.Json; namespace FortnoxNET.Models.FileConnections { [JsonPropertyClass("ArticleFileConnection")] public class ArticleFileConnection { [JsonProperty(PropertyName = "@url")] public string Url { get; set; } public string FileId { get; s...
using System; using WebSocketSharp.Server; namespace BattleBot { public class BattleBotServer : IDisposable { private WebSocketServer Server; public BattleBotServer(string url) { Server = new WebSocketServer(url); Server.AddWebSocketService<BattleBotServerBehav...
// 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. namespace Microsoft.AspNetCore.Hosting.Internal { internal static class LoggerEventIds { public const int RequestStarting = 1; p...
using AngularBlog.API.ViewModels; using AngularBlog.Infrastructure.Data.DTO; using AutoMapper; namespace AngularBlog.API.Mapping { public class VmToDtoMappingProfile : Profile { public VmToDtoMappingProfile() { CreateMap<UserDto, AccountViewModel>(); CreateMap<AccountVi...
@model EditTenantViewModel @inject IEnumerable<Orchard.Data.DatabaseProvider> DatabaseProviders <h1>@RenderTitleSegments(T["Create Tenant"])</h1> <div asp-validation-summary="ModelOnly"></div> <form asp-action="Create" method="post"> <div class="row"> <div class="form-group col-md-6" asp-validation-clas...
using System.IO.Abstractions; using GalaxyMerge.IO.Abstractions; namespace GCommon.IO { public class GalaxyFileFactory : IGalaxyFileFactory { private readonly IFileSystem _fileSystem; public GalaxyFileFactory() : this(new FileSystem()) { } // ReSharper disable ...
// This file was auto-generated based on version 1.0.0 of the canonical data. using System; using Xunit; public class GradeSchoolTest { [Fact] public void Adding_a_student_adds_them_to_the_sorted_roster() { var sut = new GradeSchool(); sut.Add("Aimee", 2); var expected = new[] { "A...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace NLU.DevOps.Lex { using System; using System.Composition; using System.IO; using System.Linq; using System.Text; using Amazon; using Amazon.Runtime; using Microsoft.Extensions.Configuration; using M...
//MIT License //Copyright(c) 2017 David Revoledo //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, modify, merge, ...
using Nebula.Queue; namespace SampleJob { public class SampleJobStep : IJobStep { public int Number { get; set; } } }
using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; namespace TodoApp.Web { public class Startup { public void ConfigureServices(IServiceCollection services) { services.AddApplication<TodoAppWebModule>(); } public void Configure(IApp...
using System.Threading.Tasks; using Microsoft.IdentityModel.Clients.ActiveDirectory; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using MirrorManager.Web.MSAL.Configuration; namespace MirrorManager.Web.MSAL { public class AzureTableStoreTokenCache : TokenCache { pr...
using BugsnagUnity.Payload; using System; using System.Collections.Generic; using UnityEngine; namespace BugsnagUnity { class NativeClient : INativeClient { public IConfiguration Configuration { get; } public IBreadcrumbs Breadcrumbs { get; } public IDelivery Delivery { get; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Web; namespace GroupProject.Models { //DataContract for Serializing Data - required to serve in JSON format [DataContract] public class DataPointBar { public DataPointBar(string label, double y) ...
/* http://www.cgsoso.com/forum-211-1.html CG搜搜 Unity3d 每日Unity3d插件免费更新 更有VIP资源! CGSOSO 主打游戏开发,影视设计等CG资源素材。 插件如若商用,请务必官网购买! daily assets update for try. U should buy the asset from home store if u use it in your project! */ // Shatter Toolkit // Copyright 2015 Gustav Olsson using UnityEngine; namespace ShatterToo...
using System.Xml.Linq; namespace ExtendedXmlSerializer.ExtensionModel.Xml { /// <summary> /// A strongly-typed v1 custom serializer. /// </summary> /// <typeparam name="T">The type to serialize.</typeparam> public interface IExtendedXmlCustomSerializer<T> { /// <summary> /// Deserializes the document subtre...
// CS0248: Cannot create an array with a negative size // Line: 6 public class MainClass { public static void Main () { byte[] byteArray = new byte[-1]; } }
namespace ClearHl7.Codes.V281 { /// <summary> /// HL7 Version 2 Table 0925 - Phlebotomy Issue. /// </summary> /// <remarks>https://www.hl7.org/fhir/v2/0925</remarks> public enum CodePhlebotomyIssue { /// <summary> /// ACN - Air Contamination. /// </summary> AirCo...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using ReLogic.Graphics; using Terraria; using Terraria.GameInput; using Terraria.ID; using static ItemModifier.UIKit.Utils; namespace ItemModifier.UIKit.Inputs { public class UITextbox : UIElement, IInput<s...
using System; using System.Collections; using Jsonics; using Jsonics.FromJson; using NUnit.Framework; namespace JsonicsTests.FromJsonTests { [TestFixture] public class DateTimeEmitterTests { public class DateTimeCaseData { public static IEnumerable NullableDateTimeTestCases ...
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
using System; namespace AElf.Sdk.CSharp { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class IndexedAttribute : Attribute { } }
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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.apa...
namespace Hamburgueria.MVC.Models { public class Cliente { public string Nome { get; set;} public string Endereco { get; set;} public string Telefone { get; set;} public string Email { get; set;} } }
using System.Collections.Generic; using SysCommand.Extras; using System.Linq; using SysCommand.ConsoleApp.Helpers; using Xunit; using SysCommand.Tests.UnitTests.Common; namespace SysCommand.Tests.UnitTests { public class TestArgumentSetWithoutApp { public TestArgumentSetWithoutApp() { ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.Text.Json; using Azure.Core; using Azure.ResourceManager; namespace Azure.ResourceManager.AppService.Models { public partial class Usage : IUtf8JsonSe...
@using Demo.FrontEnd.Models @model ICollection<Demo.FrontEnd.Models.ExternalLogin> @if (Model.Count > 0) { <h3>Registered external logins</h3> <table> <tbody> @foreach (ExternalLogin externalLogin in Model) { <tr> <td>@externalLogin.ProviderDisplayName</td> ...
#pragma checksum "C:\Users\gugup\OneDrive\Área de Trabalho\C#\Projetos\EasyHealth\EasyHealth\EasyHealth\Client\Pages\Index.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "013f23cd3113acb3859ad329fdf6c39927b4da58" // <auto-generated/> #pragma warning disable 1591 #pragma warning disable 0414 #pragma warning disable 064...
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Phone.Notification.Management { #if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class AppNotificationInfo { #if __ANDROID__ || __...
// 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; internal static partial class Interop { internal static partial class Ole32 { [Flags]...
namespace WoWArmoryStore.Data { using System.Security.Claims; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using WoWArmoryStore.Data.Models; public class ApplicationRoleStore : RoleStore< ApplicationRole, ApplicationDbContext, ...
// // 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; namespace FF8.JSM.Instructions { /// <summary> /// SetInactiveAnimation /// Change the animation played when inactive for a long time. The inaction time required is: /// First Time = 200 + 4 * Random[0, 255] /// Subsequent Times = 200 + 2 * Random[0, 255] /// /// 1st argumen...
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("Fra...
namespace FootballAnalyzes.Web.Controllers { using FootballAnalyzes.Services; using FootballAnalyzes.Web.Models; using FootballAnalyzes.Web.Models.Teams; using Microsoft.AspNetCore.Mvc; public class TeamsController : Controller { private readonly ITeamService teams; public Tea...
// ----------------------------------------------------------------------------- // 让 .NET 开发更简单,更通用,更流行。 // Copyright © 2020-2021 Furion, 百小僧, Baiqian Co.,Ltd. // // 框架名称:Furion // 框架作者:百小僧 // 框架版本:2.14.1 // 源码地址:Gitee: https://gitee.com/dotnetchina/Furion // Github:https://github.com/monksoul/Furion // 开源协议...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. #nullable enable using System.Collections.Generic; using Microsoft.CodeAnalysis.Diagnostics; using Microsoft.CodeAnalysis.Operations; namespace Microsoft.C...
using System; namespace Phone7.Fx.Ioc { [AttributeUsage(AttributeTargets.Constructor)] public class InjectionAttribute : Attribute { public InjectionAttribute() { } } }
using System.Collections.Generic; using System.Net.Mail; using System.Threading; using System.Threading.Tasks; using System.Web; using Mapster; using MediatR; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Localization; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using NetCl...
using System; using api.Context.Repository; namespace api.Context.Transaction { public interface IUnitOfWork : IDisposable { void Save(); void Rollback(); UserRepository UserRepository { get; } ArenaRepository ArenaRepository { get; } PeladaRepository PeladaRepository ...
// Copyright Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Windows.Forms; using Autodesk.Revit.Attributes; using Autodesk.Revit...
namespace MooVC.Diagnostics.EmitDiagnosticsExtensionsTests { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; public sealed class WhenInvokeAsyncIsCalled { [Fact] public async Task GivenANullSourceWhenNoActionIsPr...
using System.Collections.Generic; using StoryTeller.Results; using StoryTeller.Util; namespace Storyteller.Redux { public class ConsoleLogReport : Report { public readonly IList<string> Logs = new List<string>(); public string ToHtml() { var div = new HtmlTag("div"); ...
using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Aop.Api.Domain { /// <summary> /// AlipayFundBatchCreateModel Data Structure. /// </summary> [Serializable] public class AlipayFundBatchCreateModel : AopObject { /// <summary> /// 业务场景。不同场景...
/* * 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...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by \generate-code.bat. // // Changes to this file will be lost when the code is regenerated. // The build server regenerates the code before each build and a pre-build // step ...
using BepuUtilities; using BepuUtilities.Memory; using BepuPhysics.Collidables; using System; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Numerics; using BepuPhysics.Trees; namespace BepuPhysics.CollisionDetection { public unsafe partial class BroadPhase : IDisposable { ...
/* Copyright 2012-2021 Marco De Salvo 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...
namespace Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview { using Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.PowerShell; [System.ComponentModel.TypeConverter(typeof(IedmTermTypeConverter))] public partial class IedmTerm { /// <summary> /// <c>AfterDeseriali...
// Copyright(c) Microsoft Corporation.All rights reserved. // Licensed under the MIT License.using System; using System.Threading.Tasks; using System.Web.Http; using Microsoft.Bot.Connector; using Microsoft.Bot.Builder.Dialogs; using System.Web.Http.Description; using System.Net.Http; namespace CortanaSkillsKit.Samp...
using Microsoft.VisualStudio.TestTools.UnitTesting; using PnP.Core.Model.SharePoint; using PnP.Core.Test.Utilities; using System; using System.Linq; using System.Threading.Tasks; namespace PnP.Core.Test.Base { /// <summary> /// Tests that focus on deleting data via REST or Microsoft Graph - used to test the c...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ArgumentFacts.cs" company="Catel development team"> // Copyright (c) 2008 - 2014 Catel development team. All rights reserved. // </copyright> // --------------------------------...
namespace DemoApp { partial class frmFileDownload { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <p...
namespace Zenject { [NoReflectionBaking] public class NullBindingFinalizer : IBindingFinalizer { public BindingInheritanceMethods BindingInheritanceMethod { get { return BindingInheritanceMethods.None; } } public void FinalizeBinding(DiContainer container) ...
using eShopOnContainers.Core.Exceptions; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; using System; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; namespace eShopOnContainers.Core.Services.RequestProvider { pub...
using nfa_to_dfa_conversion.Models; using System.Collections.Generic; using System.Linq; namespace nfa_to_dfa_conversion.Extensions { public static class TransitionExtensions { public static bool Compare(this FAState first, FAState second) { return first.StateName == second.StateNa...
 using LFAsset.Runtime; using Newtonsoft.Json; using System.IO; using UnityEditor; using UnityEngine; namespace LFAsset.Editor { public enum BuildType { Development, Release } public class BuildEditor : EditorWindow { private static bool isBuilding = false; pri...
using System.IO; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Fooww.Research.EntityFrameworkCore; using Fooww.Research.MultiTenancy; using StackExchange....
using UnityEngine; public abstract class ScriptableSingleton<TObject> : ScriptableObject where TObject : ScriptableObject { private static TObject _Instance; public static TObject Instance { get { if (_Instance == null) CreateOrLoadInstance(); return _Instance; ...
using Cauldron.Core.Extensions; using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; namespace Cauldron.Dynamic { /// <summary> /// Internal wrapper for <see cref="PropertyInfo"/> /// </summary> internal sealed class...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. using Microsoft.Identity.Client; using Newtonsoft.Json; using System.Security.Claims; using System.Threading; using System.Web; namespace graph_tutorial.TokenStorage { // Simple class to serialize into the session ...
//----------------------------------------------------------------------- // <copyright file="HelloARController.cs" company="Google"> // // Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Li...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RAKBank_Parser { class ParseRAKBankStatementResult { public string strAccountName { get; set; } public string strAccountNumber { get; set; } public string strBr...
// MonoGame - Copyright (C) The MonoGame Team // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace MonoGame.Tests.Components { class Simple3DCube...
// <auto-generated> using System; using System.Collections.Generic; using System.Text; namespace Synergy.VirusPrototype.Core.Controls { public class Button { } }
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; namespace osu.Server.QueueProcessor { /// <summary> /// An item to be managed by a <see cref="QueueProcessor{T}"/>. /// </summary> [Seriali...
using Domain.Context.Enums; using System; using System.Collections.Generic; using System.Text; namespace Domain.Context.Entities { public class Itens : Entity { public Itens(string descricao) { Descricao = descricao; } public string Descricao { get; private set; }...
using LogViewer.Controls; using LogViewer.Utilities; using MissionPlanner.Log; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml.Linq; namespace LogViewer.Model { p...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using ClearHl7.Helpers; using ClearHl7.Serialization; using ClearHl7.V270.Types; namespace ClearHl7.V270.Segments { /// <summary> /// HL7 Version 2 Segment FAC - Facility. /// </summary> public class FacSegm...
using System; using Tools.CSharp.Extensions; namespace Tools.CSharp.AnalyzerLines { public sealed class CommentUnit : BaseValueUnit<CommentUnit> { #region private private readonly string _commentStr; #endregion #region protected protected override UnitError DecodeLine(st...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
//------------------------------------------------------------------------------ // <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 Sitecore.ExperienceForms.Mvc.Models; namespace Feature.FormsExtensions.Business.FieldBindings { public interface IFieldBindingMapFactory { IBindingHandler GetBindingHandler(ValueProviderSettings bindingSettingsValueProviderSettings); } }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="BoxPlotSeries.cs" company="OxyPlot"> // The MIT License (MIT) // // Copyright (c) 2012 Oystein Bjorke // // Permission is hereby granted, free of charge, to any person...
using System; using UnityEngine; namespace UnityStandardAssets.ImageEffects { [ExecuteInEditMode] [RequireComponent (typeof(Camera))] [AddComponentMenu ("Image Effects/Bloom and Glow/Bloom (Optimized)")] public class BloomOptimized : PostEffectsBase { public enum Resolution { ...
// Copyright Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class SampleProject : ModuleRules { public SampleProject(ReadOnlyTargetRules Target) : base(Target) { PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; PublicDependencyModuleNames.AddRange(new string[]{"Core", "CoreUObject", "Engin...
using System; using NetOffice; namespace NetOffice.WordApi.Enums { /// <summary> /// SupportByVersion Word 9, 10, 11, 12, 14, 15, 16 /// </summary> ///<remarks> MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/office/ff196994.aspx </remarks> [SupportByVersionAttribute("Word", 9,10,11,1...
using System; using System.Text; using System.Text.RegularExpressions; namespace VocaDb.Model.Service.BBCode { public class AutoLinkTransformer : IBBCodeElementTransformer { private static readonly Regex regex = new Regex(@"http[s]?\:[a-zA-Z0-9_\#\-\.\:\/\%\?\&\=\+\(\)]+"); public static string GetLink(Match ...
using System.IO; using CoreLibraries.IO; using VaultLib.Core; using VaultLib.Core.Data; using VaultLib.Core.Types; using VaultLib.Core.Types.Attrib; using VaultLib.Frameworks.Speed; namespace VaultLib.Support.ProStreet.VLT { [VLTTypeInfo(nameof(PresetRidePart))] public class PresetRidePart : VLTBaseType {...
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("Ej...
using Labyrinths.Core.AI; using System; using System.Collections.Generic; using System.Linq; using Labyrinths.Items; using Labyrinths.CLI; namespace Labyrinths.Core { abstract public class Enemy : Entity, IEnemyAI { public EnemyRank Rank { get; set; } public int IQ { get; set; } publi...
//-------------------------------------------------- // <copyright file="Logger.cs" company="Magenic"> // Copyright 2021 Magenic, All rights Reserved // </copyright> // <summary>Abstract logging interface</summary> //-------------------------------------------------- using Magenic.Maqs.Utilities.Data; using System; n...
namespace Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801 { using Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.PowerShell; /// <summary> /// A PowerShell PSTypeConverter to support converting to an instance of <see cref="ProcessThreadInfo" /> /// </summary> public partial cl...
using RT.Common; using Server.Common; using System; using System.Collections.Generic; using System.IO; using System.Text; namespace RT.Models { [MediusMessage(NetMessageTypes.MessageClassLobby, MediusLobbyMessageIds.AddToBuddyList)] public class MediusAddToBuddyListRequest : BaseLobbyMessage, IMediusRequest {...
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Runtime.InteropServices; using S...
using System.Data.Entity.Infrastructure; using System.Net; using System.Web.Http; using System.Web.Http.OData; using WebApiOData.V3.Samples.Models; namespace WebApiOData.V3.Samples.Controllers { public class NonBindableActionsController : ODataController { MoviesContext db = new MoviesContext(); ...
using System; using System.Threading; using System.Threading.Tasks; namespace ServiceStack.Redis.Pipeline { /// <summary> /// Pipeline interface shared by typed and non-typed pipelines /// </summary> public interface IRedisPipelineSharedAsync : IAsyncDisposable, IRedisQueueCompletableOperationAsync ...