text
stringlengths
1
932k
using AutoMapper; using EshopManager.Application.Features.Documents.Commands.AddEdit; using EshopManager.Application.Features.Documents.Queries.GetById; using EshopManager.Domain.Entities.Misc; namespace EshopManager.Application.Mappings { public class DocumentProfile : Profile { public DocumentProfil...
using System; using System.Collections.Generic; using MediatR; using NLog; using SFA.DAS.Provider.Events.DataLock.Application.GetCurrentProviderEvents; using SFA.DAS.Provider.Events.DataLock.Domain.Data; using SFA.DAS.Provider.Events.DataLock.Infrastructure.Data; using StructureMap; namespace SFA.DAS.Provider.Events....
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using PdfSharp.Fonts; using WPFonts; namespace FontResolver { /// <summary> /// Maps font requests for a SegoeWP font to a bunch of 6 specific font files. /// These 6 fonts are embedded as resou...
using System; using System.Collections.Generic; 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 System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Cocona; using System.Diagnostics; namespace PMFTool.Commands { public enum RunMode { Debug, Release } public partial class RunCommand { [PrimaryCommand] pu...
@model EliotJones.RadioButtons.ViewModels.StringStringRadioButtons <div class="ej-radiobutton-block"> @Html.ValidationMessageFor(model => model.Selected, "", new { @class = "ej-radiobutton-validation" }) @for (int i = 0; i < Model.PossibleValues.Count; i++) { MvcHtmlString nameForThisValue = Ht...
namespace Elders.Cronus.Serializer.Protoreg { public class ProtoregSerializer : ISerializer { Elders.Protoreg.ProtoregSerializer serializer; public ProtoregSerializer(Elders.Protoreg.ProtoRegistration registration) { serializer = new Elders.Protoreg.ProtoregSerializer(regis...
/* * 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.Security.Principal; namespace NuGet.Server.Infrastructure { public interface IPackageAuthenticationService { bool IsAuthenticated(IPrincipal user, string apiKey, string packageId); } }
namespace RabbitMQ.Client { /// <summary> /// Structure holding an AMQP timestamp, a posix 64-bit time_t.</summary> /// <remarks> /// <para> /// When converting between an AmqpTimestamp and a System.DateTime, /// be aware of the effect of your local timezone. In particular, /// different ver...
using UnityEngine; using UnityEngine.EventSystems; public class PanZone : MonoBehaviour, IPointerEnterHandler, IPointerExitHandler { public string panType = "East"; [Header("Cardinal Directions")] public string North = "North"; public string South = "South"; public string East = "East"; publ...
using System.Linq; using SecondMonitor.DataModel.Extensions; namespace SecondMonitor.ViewModels.CarStatus.FuelStatus { public class FuelPlannerViewModelFactory { public FuelPlannerViewModel Create(FuelOverviewViewModel fuelOverviewViewModel) { FuelPlannerViewModel newViewModel = n...
// Copyright 2018 Esri. // // 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 ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using OpenTK; using Duality.Drawing; namespace Duality { /// <summary> /// Represents a point in space in the context of <see cref="VisualLog">visual logging</see>. Points do not have a physical size /// and thus are displayed...
// // Copyright (c) 2018 The nanoFramework project contributors // See LICENSE file in the project root for full license information. // namespace nanoFramework.Targets.Community.GHI_FEZ_CERB40_NF { /// <summary> /// Enumeration of ADC channels available in the community board GHI_FEZ_CERB40_NF /// </summa...
// *** 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.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using StackExchange.Profiling; namespace Opserver.Data.Elastic { public partial class ElasticCluster : PollNode<ElasticModule>, ISearchableNode, IMonitedService { str...
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("AWSSDK.CodeGuruProfiler")] [assembly: Asse...
@using eCollabro.Client.Models; @using eCollabro.Client.Models.Core; @using eCollabro.Web.Base; @model PortalEmailConfigurationModel @if (!Request.IsAjaxRequest()) { <script type="text/javascript" src="~/ViewScripts/PortalEmailConfiguration/PortalEmailConfiguration.js"></script> } <div id="divPortalEmailConfigurat...
/* // <copyright> // dotNetRDF is free and open source software licensed under the MIT License // ------------------------------------------------------------------------- // // Copyright (c) 2009-2021 dotNetRDF Project (http://dotnetrdf.org/) // // Permission is hereby granted, free of charge, to any person obtainin...
using System.ComponentModel; using CoreGraphics; using Microsoft.Maui.Controls.Platform; using Path = Microsoft.Maui.Controls.Shapes.Path; #if __MOBILE__ namespace Microsoft.Maui.Controls.Compatibility.Platform.iOS #else namespace Microsoft.Maui.Controls.Compatibility.Platform.MacOS #endif { public class PathRenderer...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; ...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 23.10.2021. using Microsoft.EntityFrameworkCore.Migrations.Operations; using NUnit.Framework; namespace EFCore_Lcpi...
using UnityEngine; using UnityEngine.EventSystems; using clojure.lang; public class OnCollisionExitHook : ArcadiaBehaviour { public void OnCollisionExit(UnityEngine.Collision a) { RunFunctions(a); } }
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from shared/dxgi.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.DirectX...
using Newtonsoft.Json; namespace Vertical.HubSpot.Api.Engagements { public class HubspotEngagementMetadata { [JsonProperty("startTime")] public long StartTime { get; set; } [JsonProperty("endTime")] public long EndTime { get; set; } [JsonProperty("title")] publ...
#if false using System.Collections.Generic; using IronText.Algorithm; using IronText.Framework; using IronText.Lib.Shared; namespace IronText.Lib.IL.Generators { public class SparseReadOnlyTableGenerator { private readonly SparseTable<int> table; private readonly Pipe<EmitSyntax> LdRow; ...
#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 System; using Microsoft.AspNetCore.Mvc; using vm = NetApiCore.ViewModels; namespace NetApiCore.Controllers { /// <summary> /// My API Controller /// </summary> [Route("api/[controller]")] [ApiController] public class MyApiController : ControllerBase { /// <summary> ///...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading; using System.Threading.Tasks; namespace Microsoft.BotBuilderSamples.Services { public interface IFlightBookingService { Task<bool> BookFlight(BookingDetails booking, CancellationTok...
using JupiterCapstone.DTO.Admin; using JupiterCapstone.Services.IService; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace JupiterCapstone.Controllers { [ApiController] [Route("Categories")] public class CategoriesCo...
using System.Data.SqlClient; namespace Csharp_ORM_Example { public class ArticlesRepository : Repository { protected ArticlesRepository(string table_name, string primary_key) : base(table_name, primary_key) { } private static ArticlesRepository instance; public static ...
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("ss...
namespace Win.Rentas { partial class FormRentas { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <pa...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace KurthosWoW { public class Program { public stati...
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See the LICENSE file in the project root for full license information. */ using System; using System.Linq; using System.Text; #if !TSS_USE_BCRYPT using System.Security.Cryptography; #endif namespace Tpm2Lib { ...
 /*========================================= * Author: Administrator * DateTime:2017/7/24 18:04:02 * Description:$safeprojectname$ ==========================================*/ using UnityEngine; using UnityEngine.UI; namespace SpringGUI { /// <summary> /// 彩色填充 /// </summary> public class RadarFactor...
// Copyright (c) Martin Costello, 2019. All rights reserved. // Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information. using System.Threading.Tasks; using BenchmarkDotNet.Attributes; using RefitJsonBenchmarks.GitHub; namespace RefitJsonBenchmarks { [MemoryDi...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BaseballSimulatorApp { class Ball { public event EventHandler BallInPlay; protected void OnBallInPlay(BallEventArgs e) { EventHandler ballInPlay = B...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ScoreManager : MonoBehaviour { public static int score; Text text; void Start() { text = GetComponent<Text>(); score = 0; } void Update() { if (sco...
// <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 AOFL.Promises.V1.Core.Events; using AOFL.Promises.V1.Core.Exceptions; using AOFL.Promises.V1.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AOFL.Promises.V1.Core { public class Promise : IPromise { public string Name { get; set; } ...
using System; using System.Collections; using System.Collections.Generic; namespace NetFabric.Hyperlinq { public static partial class Wrap { public static ValueListWrapper<T> AsValueList<T>(T[] source) => source is null ? throw new ArgumentNullException(nameof(source)) ...
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generi...
using System.Collections.Generic; using System.ComponentModel; using Conizi.Model.Shared.Attributes; using Conizi.Model.Shared.Definitions; using Conizi.Model.Shared.Interfaces; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace Conizi.Model.Shared.Entities { /// <summary> /// Load units (cont...
// 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.Globalization; using System.IO; namespace GenUnicodePr...
// *** 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...
namespace DeemZ.Web.Areas.Informative.Controllers { using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using DeemZ.Web.Filters; using DeemZ.Models.FormModels.InformativeMessages; using DeemZ.Web.Areas.Administration.Controllers; using DeemZ.Web.Infrastructure; using D...
// <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 CustomRenderer; using CustomRenderer.Droid; using Xamarin.Forms; using Xamarin.Forms.Platform.Android; using Android.Content; [assembly: ExportRenderer(typeof(HybridWebView), typeof(HybridWebViewRenderer))] namespace CustomRenderer.Droid { public class HybridWebViewRenderer : ViewRenderer<HybridWebView, And...
using FizzWare.NBuilder; using FluentAssertions; using FluentValidation.Results; using NUnit.Framework; using SFA.DAS.AssessorService.Api.Types.Models.ExternalApi.Certificates; using System.Linq; using System.Threading.Tasks; namespace SFA.DAS.AssessorService.Application.Api.UnitTests.Validators.ExternalApi.Certifica...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Text; namespace DashboardCode.Routines.Json { public static class JsonManager { public static Func<T, string> ComposeFormatter<T>( Action<RulesDictionary<T>> config = null ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Collections.Generic; using System.ComponentModel; // Win32Exception using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.IO.Pipes; using Sys...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigati...
using System; namespace EZNEW.Upload { /// <summary> /// Remote upload server options /// </summary> [Serializable] public class RemoteServerOptions { /// <summary> /// Gets or sets the relative path for file upload /// Default value is 'upfile' /// </summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Server.IIS.Core; internal class WrappingStream : Stream { private Stream _inner; private bool _disposed; public WrappingStream(Stream inn...
#if !NETSTANDARD13 /* * 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 ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using Microsoft.Protocols.TestTools.StackSdk; namespace Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Cifs { /// <summary> /// Packets...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SpellTest : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } public void Get(string input) { Camera.main.transform.GetCompon...
namespace Recipehs.Crawler; using Amazon.S3; using Amazon.S3.Model; using AngleSharp.Dom; using AngleSharp.Html.Dom; using AngleSharp.Html.Parser; using Confluent.Kafka; using Shared; using System.Collections.Concurrent; using System.Globalization; using System.Text.Json; public class CrawlerService : BackgroundServi...
namespace FFmpegDotNet.Interop.Utilities { /// <summary> /// Represents an enumeration Color Transfer Characteristic. /// </summary> public enum AVColorTransferCharacteristic { /// <summary> /// This is reserved. /// </summary> AVCOL_TRC_RESERVED0 = 0, /// <s...
using System; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; using Microsoft.Toolkit.Forms.UI.Controls; /// <summary> /// /// </summary> namespace com.insanitydesign.MarkdownViewerPlusPlus.Forms { /// <summary> /// /// </summary> public class MarkdownViewerHtmlPanel :...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v10/resources/ad_group_criterion_simulation.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global:...
// *** 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...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Controls; using static UIExt.Markup.WPF.UIExt; namespace System.Windows { public static class DockPanelExtensions { public static T LastChildFill<T>(this T target, b...
using System.Text; using StrawberryShake.CodeGeneration.CSharp.Builders; namespace StrawberryShake.CodeGeneration.CSharp { public class EnumParserGenerator : CodeGenerator<EnumDescriptor> { protected override void Generate( CodeWriter writer, EnumDescriptor descriptor, ...
using Microsoft.AspNetCore.Mvc; using Moq; using System.Threading.Tasks; using Xunit; namespace Unit.Api.Controllers.Food { public class FoodControllerGetTodaysSugar : FoodControllerTestsBase { [Fact] public async Task ReturnsSugarForOwner() { FoodRepoMock ....
using System; using System.Xml.Serialization; namespace SkyrimHomeCalculator.Model { public class ExteriorBlueprint : Blueprint { [XmlAttribute] public string ExclusiveLocation { get; set; } public bool HasLocationConstraint() => !string.IsNullOrEmpty(ExclusiveLocation); ...
namespace Torshia.Controllers { using Models.Tasks; using SIS.Framework.ActionResults; using SIS.Framework.Attributes.Action; using SIS.Framework.Attributes.Method; using Services.Contracts; public class TasksController : BaseController { private readonly ITasksService tasksService...
@*MIT License (https://github.com/badhitman)*@ @using BootstrapAspDynamicRender.service @using BootstrapAspDynamicRender.components @model hsTableTh <th @Html.Raw(Model.GetStringAttributes())> @Html.Raw(Model.Header) @if (Model.ChildsCount > 0) { @await Component.InvokeAsync(typeof(hrUniversalList)...
namespace FindItems { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param na...
// *** WARNING: this file was generated by crd2pulumi. *** // *** 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.Kubernetes.Types.O...
using GenShin_Launcher_Plus.Service; using GenShin_Launcher_Plus.Models; using CommunityToolkit.Mvvm.ComponentModel; using CommunityToolkit.Mvvm.Input; using System.Collections.Generic; using System.IO; using System.Windows; using System.Windows.Input; using GenShin_Launcher_Plus.Service.IService; using MahApps.Metro....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; namespace lab_46_use_api { public class Program { ...
/* * 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...
// // UpdateMode.cs // // Author: // Marek Sieradzki (marek.sieradzki@gmail.com) // // (C) 2006 Marek Sieradzki // // 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, in...
using System.IO; using System.Text; using Newtonsoft.Json; namespace Epinova.ElasticSearch.Core.Utilities { internal static class Serialization { private static readonly JsonSerializer Serializer = new JsonSerializer { ReferenceLoopHandling = ReferenceLoopHandling.Ignore, ...
// Copyright (c) Traeger Industry Components GmbH. All Rights Reserved. namespace DeviceTypes { using System; using IPS7Lnk.Advanced; /// <summary> /// This sample demonstrates how to work with the different device types supported by the /// framework. /// </summary> public class Program...
using Repository.Framework; using Simptom.Framework.Models; namespace Simptom.Framework.Services { public partial interface IParticipationService : IService<IParticipation, IParticipationKey, IParticipationSearch, IParticipationsSearch> { } }
// // System.Web.Services.WebServiceAttribute.cs // // Author: // Tim Coleman (tim@timcoleman.com) // // Copyright (C) Tim Coleman, 2002 // // // 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 So...
using System.Collections.Generic; using UnityEngine.Experimental.Rendering; using System.Linq; using System; #if UNITY_EDITOR using UnityEditor; #endif namespace UnityEngine.Rendering.HighDefinition { class AtlasAllocator { private class AtlasNode { public AtlasNode m_RightChild = ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using Xunit; namespace System.Runtime.Serialization...
using DFC.ServiceTaxonomy.Neo4j.Services.Interfaces; namespace DFC.ServiceTaxonomy.Neo4j.Services.Internal { internal interface IGraphClusterLowLevel : IGraphCluster { //ImmutableDictionary<string, IGraphReplicaSetLowLevel> GraphReplicaSets { get; } IGraphReplicaSetLowLevel GetGraphReplicaSet...
namespace System.Windows { public enum TextDataFormat { Text, UnicodeText, Rtf, Html, CommaSeparatedValue, Xaml, } }
using System; using System.IO; namespace Cocos2D { /// <summary> /// brief CCScene is a subclass of CCNode that is used only as an abstract concept. /// CCScene and CCNode are almost identical with the difference that CCScene has it's /// anchor point (by default) at the center of the screen. Scenes ha...
using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.ModelConfiguration; namespace DurandalAuth.Domain.Models.Mapping { public class pmp1Map : EntityTypeConfiguration<pmp1> { public pmp1Map() { // Primary Key this.HasKey(t => new { t.pmp_id, t.pmp...
// Copyright (C) 2003-2010 Xtensive LLC. // All rights reserved. // For conditions of distribution and use, see license. // Created by: Alex Gamzov // Created: 2007.06.09 using System; using System.Diagnostics; using Xtensive.Comparison; namespace Xtensive.Core { /// <summary> /// Container of three values. ...
/* SimionZoo: A framework for online model-free Reinforcement Learning on continuous control problems Copyright (c) 2016 SimionSoft. https://github.com/simionsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to ...
//////////////////////////////////////////////////////////////////////////////// //EF Core Provider for LCPI OLE DB. // IBProvider and Contributors. 11.10.2021. namespace Lcpi.EntityFrameworkCore.DataProvider.LcpiOleDb.Basement.EF.Root.Query.Local.Expressions.Op1.MasterCode{ /////...
using NvTriStripDotNet; namespace LukaLukaLibrary.Models.Processing { public static class Stripifier { private static readonly NvStripifier sStripifier = new NvStripifier { CacheSize = NvStripifier.CACHESIZE_RSX, }; public static ushort[] Stripify( ushort[] indices...
using System; using System.Diagnostics.Contracts; using System.Drawing; using System.Text; using ReClassNET.Extensions; using ReClassNET.UI; using ReClassNET.Util; namespace ReClassNET.Nodes { public abstract class BaseTextPtrNode : BaseNode { public override int MemorySize => IntPtr.Size; /// <summary>The enc...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.DirectoryServices; using System.Xml; using System.Runtime.InteropServices; using System.DirectoryServices.ActiveDirectory; using SharpView.Arguments; using SharpView.Returns; using SharpView.Enums; usin...
using System; using System.Collections; using System.Collections.Generic; using Microsoft.Extensions.FileProviders; namespace OrchardCore.DisplayManagement.FileProviders { public class DirectoryContents : IDirectoryContents { private readonly IEnumerable<IFileInfo> _entries; public DirectoryC...
using System.Reflection; using Blueprint.App.Concepts.WeatherForecasts.GetWeatherForecasts; using FluentAssertions; using MediatR; using NetArchTest.Rules; using Xunit; namespace Blueprint.App.Tests; public class ArchTests { private static readonly Assembly AppAssembly = typeof(GetWeatherForecastsQuery).Assembly...
//#define generate using System; using System.Collections.Generic; using System.Linq; namespace CSCore.Tags.ID3.Frames { public static class FrameIDFactory2 { private static List<ID3v2FrameEntry> _entries = new List<ID3v2FrameEntry>(); public static List<ID3v2FrameEntry> Frames { ...
#region License /* Copyright © 2014-2021 European Support Limited Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
using FluentNHibernate.Automapping; using FluentNHibernate.Automapping.TestFixtures; using NUnit.Framework; namespace FluentNHibernate.Testing.Automapping { [TestFixture] public class VersionTests : BaseAutoPersistenceTests { private AutoMappingTester<TEntity> VerifyAutoMap<TEntity>() { ...
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation wit...
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using Microsoft.Diagnostics.Tracing; namespace Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Tests.TestObjects { public enum MyColor { Red, Yellow, Blue } [EventSou...
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; namespace IdentityApp.Pages.Identity.Admin { public class ClaimsModel : AdminPageModel { privat...