text
stringlengths
1
932k
/* * 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; namespace Snake.DemoApi.Areas.HelpPage.ModelDescriptions { /// <summary> /// Use this attribute to change the name of the <see cref="ModelDescription"/> generated for a type. /// </summary> [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, AllowMult...
// Copyright (c) 2015 Alachisoft // // 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 t...
@model LoginFormModel @{ ViewData["Title"] = "Home Page"; } <div class="row"> <div class="col-lg-4 offset-lg-4"> <h2>Login to TaskTronic admin-panel</h2> </div> </div> <div class="row"> <div class="col-lg-4 offset-lg-4"> <form asp-controller="Identity" asp-action="Login" method="post"...
// Copyright (c) Microsoft. 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.ComponentModel; using Microsoft.CodeAnalysis.FlowAnalysis; using Microsoft.CodeAnalysis.Operations; namespace Microsoft.CodeAnaly...
namespace PaketLoadScripts #r "../../../packages/System.Dynamic.Runtime/lib/netstandard1.3/System.Dynamic.Runtime.dll" #r "../../../packages/FsPickler/lib/netstandard2.0/FsPickler.dll" #r "../../../packages/System.Linq.Expressions/lib/netstandard1.6/System.Linq.Expressions.dll" #r "../../../packages/System.Linq/lib...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; namespace Azure.ResourceManager.EdgeOrder.Models { /// <summary> Resource stage details. </summary> public partial class StageDetails { /// <summar...
// *** 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.Resources; 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. [ass...
// Copyright ©2015-2018 SoftWx, Inc. // Released under the MIT License the text of which appears at the end of this file. // <authors> Steve Hatchett using System.Runtime.CompilerServices; namespace SoftWx.Match { internal static class Helpers { /// <summary>Determines the proper return value of an e...
using System; using UnityEngine; namespace UnityEditor.ShaderGraph.Internal { [Serializable] [FormerName("UnityEditor.ShaderGraph.Texture2DArrayShaderProperty")] [BlackboardInputInfo(51)] public class Texture2DArrayShaderProperty : AbstractShaderProperty<SerializableTextureArray> { internal...
using System; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Castle.MicroKernel.Registration; using Castle.Windsor.MsDependencyInjection; using Abp.Dependency; using AycProjectBudgeting.EntityFrameworkCore; using AycProjectBudgeting.Identity; namespace AycProjectBudgeting.T...
//------------------------------------------------------------------------------ // <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> //-----------------------------------------...
using System; using System.IO; using McMaster.Extensions.CommandLineUtils; using McMaster.Extensions.CommandLineUtils.Conventions; using McMaster.Extensions.Hosting.CommandLine.Internal; using McMaster.Extensions.Hosting.CommandLine.Tests.Utilities; using Microsoft.Extensions.DependencyInjection; using Microsoft.Exten...
using System; using System.Diagnostics; using System.Text; using Bitmask = System.UInt64; using i16 = System.Int16; using u8 = System.Byte; using u16 = System.UInt16; using u32 = System.UInt32; #if !SQLITE_MAX_VARIABLE_NUMBER using ynVar = System.Int16; #else using ynVar = System.Int32; #endif namespace Community.Cs...
namespace BloodDonation.Web.Areas.Identity.Pages.Account.Manage { using System.Threading.Tasks; using BloodDonation.Data.Models; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; public class...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
/* MIT License Copyright (c) 2022 ShuheiOi 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, publish, dist...
// *** 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 Ship; using Upgrade; using System.Linq; using System; using System.Collections.Generic; using ActionsList; using UnityEngine; namespace UpgradesList.SecondEdition { public class MoffJerjerrod : GenericUpgrade { public MoffJerjerrod() : base() { UpgradeInfo = new UpgradeCardIn...
namespace Portfolio.Core.Interfaces.Common; public interface IWebHelper { string GetCurrentIpAddress(); }
using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.IO; using System.Diagnostics; namespace PingAll { class Program { static void Main(string[] args) { string machinesFileName = ConfigurationManager.AppSettings["machinesFileNa...
using Microsoft.Win32; using System.IO; using System.Windows; using System.Windows.Input; namespace MySimpleEditor { /// <summary> /// Interaction logic for MainWindow.xaml /// </summary> public partial class MainWindow : Window { public MainWindow() { ViewModel = new M...
using System.Text.Json.Serialization; namespace Horizon.Payment.Alipay.Domain { /// <summary> /// AlipayMarketingCardBenefitModifyModel Data Structure. /// </summary> public class AlipayMarketingCardBenefitModifyModel : AlipayObject { /// <summary> /// 权益ID /// </summary> ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using BusinessObjects.MDGeneral; using Csla.Web.Mvc; using BusinessObjects.Security; using DalEf; namespace AlphaWebCommodityBookkeeping.Areas.MDGeneral.Controllers { public class EnumsLanguageController : C...
using System; using System.Runtime.Serialization; namespace ProSuite.DomainModel.Core.DataModel { public class RelationshipClassAccessException : ModelElementAccessException { public RelationshipClassAccessException(string relationshipClassName) : base(GetMessage(relationshipClassName)) { } public Relationsh...
#region Namespaces using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; #endregion //Namespaces namespace Epi.Windows.Analysis.Dialogs { /// <summary> /// Dialog for Dialog command /// </summary> pu...
// 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; [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710:Ide...
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; using Neo; using Neo.Persistence.LevelDB; using NeoNftProject.S...
using System.Collections.Generic; using Essensoft.Paylink.Alipay.Response; namespace Essensoft.Paylink.Alipay.Request { /// <summary> /// alipay.eco.mycar.parking.parkinglotbiz.transfer /// </summary> public class AlipayEcoMycarParkingParkinglotbizTransferRequest : IAlipayRequest<AlipayEcoMycarParking...
using System.Security.Claims; namespace Alba.Security { public static class ClaimsExtensions { /// <summary> /// Append a baseline Claim to be placed on all requests /// </summary> /// <param name="claims"></param> /// <param name="claim"></param> /// <typeparam ...
using System; using System.Threading; class Example { private static object lockObject = new object(); public static void Main() { T1(); T2(); T3(); } public static void T1() { //<Snippet2> bool acquiredLock = false; try { ...
using Microsoft.MobileBlazorBindings.Core; using Microsoft.Extensions.Logging; using System; using Microsoft.AspNetCore.Components; using System.Diagnostics; namespace AvaloniaBlazorBindings.Framework { public class AvaloniaRenderer : NativeComponentRenderer { public AvaloniaRenderer(IServiceProvider ...
 #pragma checksum "D:\[GU WORK]\AIR University BSCS\Semester 7\[Microsoft]\[Gamer Desk]\GamerDesk 0.71\GamerDesk\pEditGame.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "43A72B62CFB78CB0B6DD2769A689EA81" //------------------------------------------------------------------------------ // <auto-generated> // This ...
using ImmutableCollections.DataStructures.ImmutableLinkedListStructure; using NUnit.Framework; namespace ImmutableCollections.Tests.DataStructures.ImmutableLinkedListStructure { class EmptyListTests { [Test] public void Value_Throws_Exception() { var sut = CreateSut(); ...
using OpenTK.Windowing.GraphicsLibraryFramework; namespace Otk.KeyBindings { public class InputState : IInputState { private readonly KeyboardState _keyboard; private readonly MouseState _mouse; public InputState(KeyboardState keyboard, MouseState mouse) { _keyboard...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> namespace AmplifyShaderEditor { [System.Serializable] [NodeAttributes( "Distance-based Tessellation", "Vertex Data", "Calculates tessellation based on distance from camera" )] public sealed class Distanc...
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace TEST_ColorPanel { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application {...
// SPDX-License-Identifier: MIT // Copyright (C) 2018-present iced project and contributors #if NETFRAMEWORK || NETSTANDARD2_0 namespace System.Diagnostics.CodeAnalysis { [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] sealed class NotNullWhenAttribute : Attribute { public NotNullWhenAttribute(bool...
namespace Gu.Roslyn.AnalyzerExtensions { using Microsoft.CodeAnalysis; /// <summary> /// Helpers for working with <see cref="IParameterSymbol"/>. /// </summary> // ReSharper disable once InconsistentNaming public static class IParameterSymbolExt { /// <summary> /// Check if ...
using Microsoft.Xna.Framework.Graphics; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlatRedBall.Glue.SaveClasses { public enum ResizeBehavior { StretchVisibleArea, IncreaseVisibleArea } public enum Width...
using System; using System.Threading.Tasks; using Microsoft.Owin; using Microsoft.Owin.Cors; using Owin; [assembly: OwinStartup(typeof(Unicorn.Web.UI.Startup))] namespace Unicorn.Web.UI { public class Startup { public void Configuration(IAppBuilder app) { app.Map("/signalr", map =>...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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...
using MicroService.Core; using MicroService.Data.Common; using MicroService.Data.Enums; using MicroService.Common.Models; using ProtoBuf; using System; using System.Collections.Generic; using System.Text; namespace MicroService.IApplication.Org.Dto { /// <summary> /// Roles --dto /// </summary> [ProtoContrac...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace DMTestWebAuto.Compilador.Tokens { public class EnumSeguroComandos { public EnumComandos EnumComando { get; private set; } public string Comando { get; private set; } ...
// Copyright 2004-2010 Castle Project - http://www.castleproject.org/ // // 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...
/* Copyright 2011 repetier repetierdev@gmail.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...
//------------------------------------------------------------------------------ // <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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using global::System; using global::System.IO; using global::System.Reflection; using global::System.Diagnostics; using global::System.Collections.Generic; using global...
namespace Cake.ImageMagick { public struct HoughLines { public int Width; public int Height; public int? Threshold; public HoughLines(int width, int height, int? threshold = null) { Width = width; Height = height; Threshold = threshol...
namespace briefCore.Controllers.Models { using System; public class CoverModel { public Guid Id { get; set; } public string LinkTo { get; set; } public Guid EditionId { get; set; } } }
#if !UNITY_2018_4_OR_NEWER using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; namespace Alf.UnityLocker.Editor { public sealed class WWWManager { private struct WWWAction { public WWW Www; public Action OnComplete; public Action<string> OnError; public WWWAction(...
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006 - 2016, All rights reserved. // The software and associated documentation supplied hereunder are the // prop...
/* * 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; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { var counter = 0; Parallel.For(0, 100000, v => { ...
// ------------------------------------------------------------------------------------------------- // <copyright file="ReadingRequiresUserModificationError.cs" company="RHEA System S.A."> // // Copyright 2022 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not ...
using ExpandedContent.Config; using ExpandedContent.Extensions; using ExpandedContent.Utilities; using Kingmaker.Blueprints; using Kingmaker.Blueprints.Classes; using Kingmaker.Blueprints.Classes.Prerequisites; using Kingmaker.Blueprints.Classes.Selection; using Kingmaker.Blueprints.Items; using Kingmaker.Designers.Me...
// MetadataFilterExpression.cs // using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using Xrm.Sdk.Metadata.Query; namespace SparkleXrm.Sdk.Metadata.Query { public static partial class MetadataSerialiser { public static string SerialiseMetadataFilterExpression(...
// <auto-generated /> using System; using AcademyResidentInformationApi.V1.Infrastructure; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; namespace AcademyReside...
using System.Linq; using Master40.DB.Data.WrappersForPrimitives; using Master40.DB.DataModel; using Master40.DB.Interfaces; using Zpp.Common.DemandDomain.WrappersForCollections; using Zpp.DbCache; using Zpp.OrderGraph; using Zpp.Utils; using Zpp.WrappersForCollections; using Zpp.WrappersForPrimitives; namespace Zpp.Co...
using BankingApp.API.Extensions; using BankingApp.DataTransfer; using BankingApp.Services.Interfaces; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace BankingApp.API.Controllers { [Route("api/Operation")] [ApiController] [Authorize] public class BankingLogicControlle...
namespace Objectivity.Bot.Tests.Stories.Xunit.V4.Sample.Dialog { using System.Threading.Tasks; using DemoBot.Dialogs; using DemoBot.User; using Extensions; using global::Xunit; using Microsoft.Bot.Builder; using Microsoft.Extensions.DependencyInjection; public class TestChoicePromptDia...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class FadeTextIn : MonoBehaviour { public bool onStart; // Use this for initialization void Start () { if(onStart) StartCoroutine (FadeIn ()); } // Update is called once per frame public IEnumerat...
// Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using Stride.Core; using Stride.Core.Annotations; using Stride.Core.BuildEngine; us...
namespace Infinity.Clients { /// <summary> /// Diff filters. /// </summary> public class DiffFilters { /// <summary> /// The revision to diff to. /// </summary> public Revision TargetRevision { get; set; } /// <summary> /// The revision to diff from....
// // Mono.Data.TdsTypes.TdsInt16 // // Author: // Tim Coleman <tim@timcoleman.com> // // (C) Copyright 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 Software without r...
using System; using Aop.Api.Domain; using System.Collections.Generic; using Aop.Api.Response; namespace Aop.Api.Request { /// <summary> /// AOP API: mybank.credit.supplychain.prepayment.cancel /// </summary> public class MybankCreditSupplychainPrepaymentCancelRequest : IAopRequest<MybankCreditSupplycha...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; public class SquareNode : UnaryExpNode { public SquareNode(BrainTreeNode operand) : base(operand) { } public override double getValue(double elapsedTime, BodySegment seg) { ...
using FluentAssertions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Collections.Generic; using System.Text; using TesterCall.Holders; using TesterCall.Models.OpenApi; using TesterCall.Models.OpenApi.Interfaces; using TesterCall.Services.Generation; using TesterCall.Service...
using System; using CoreGraphics; using CoreText; using Foundation; using Xamarin.Forms.Platform.iOS; namespace Cross2D { public class Context : IContext { private NativeView view; private float scale; private float scaleInv; internal CGContext context; internal CGRect rect; private CGLineCap lineCap;...
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;...
namespace DiscogsCollectionManager.DiscogsApiClient.Contract; /** { "id":12579295, "resource_url":"https://api.discogs.com/users/DamIDhagor", "uri":"https://www.discogs.com/user/DamIDhagor", "username":"DamIDhagor", "name":"Alexander", "home_page":"", "location":"", "profile":"", "...
//------------------------------------------------------------------------------ // <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.Linq; using System.Web.Mvc; using EPiServer.Core; using EPiServer.Framework.DataAnnotations; using EPiServer.Framework.Web; using ContentDeliveryAPI.Samples.Business; using ContentDeliveryAPI.Samples.Models.Pages; using ContentDeliveryAPI.Samples.Models.ViewModels; using EPiServer.Web; using EPiServer.Web....
using Microsoft.Legal.MatterCenter.Models; using Microsoft.Legal.MatterCenter.Utility; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; /// <summary> /// this class deals with email/attachments upload methods /// </summary> namespace Microsoft.Legal.MatterCenter.Web.Comm...
/* * Copyright (c) 2018 THL A29 Limited, a Tencent company. 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 * ...
using Presentacion.FormularioBase; using Presentacion.Helpers; 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 XCommerce.Servicio.Core._25_Reserva;...
//------------------------------------------------------------------------------ // <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> //--...
// WARNING // // This file has been generated automatically by Visual Studio to store outlets and // actions made in the UI designer. If it is removed, they will be lost. // Manual changes to this file may not be handled correctly. // using Foundation; using System.CodeDom.Compiler; namespace TareaTablas { [Register ...
using Game.Logic.Phy.Object; namespace Game.Logic.PetEffects.ContinueElement { public class CE1174 : BasePetEffect { private int m_type = 0; private int m_count = 0; private int m_probability = 0; private int m_delay = 0; private int m_coldDown = 0; private int m_added = 0; private int m_currentI...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using WebbShopIvoNazlic.Database; namespace WebbShopIvoNazlic.Migrations { [DbCont...
using MarketingBox.Sdk.Common.Models.RestApi.Pagination; namespace MarketingBox.AffiliateApi.Models.Offers.Requests { public class OfferSearchRequest : PaginationRequest<long?> { public string OfferName { get; set; } public string LanguageIds { get; set; } public string Privacies { get;...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Reflection.Metadata; usin...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class UIController : MonoBehaviour { #region Public Behaviour public virtual void Init () { gameObject.SetActive(false); } public virtual void Show () { gameObject.SetActive(true); } publi...
/******************************************************************************* * You may amend and distribute as you like, but don't remove this header! * * EPPlus provides server-side generation of Excel 2007/2010 spreadsheets. * See http://www.codeplex.com/EPPlus for details. * * Copyright (C) 2011 Jan Käll...
using System.Collections.Generic; using System.IO; using System.Linq; using Framework.DomainDriven.Generation; using Framework.DomainDriven.WebApiGenerator.NetCore.SingleController; using Microsoft.VisualStudio.TestTools.UnitTesting; using FileInfo = Framework.DomainDriven.Generation.FileInfo; namespace Framework....
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; namespace Microsoft.Performance.SDK.Processing { /// <summary> /// Represents the metadata about a table column. /// </summary> public class ColumnMetadata : ICloneable<ColumnMetadata> { //...
//------------------------------------------------------------------------------ // <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> //---...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.Azure.WebJobs.Host.Storage; using Microsoft.Azure.WebJobs.Host.Storage.Blob; using Microsoft.Azure.WebJo...
// Copyright (c) ServiceStack, Inc. All Rights Reserved. // License: https://raw.github.com/ServiceStack/ServiceStack/master/license.txt using System; using Amazon.DynamoDBv2; namespace ServiceStack.Aws.DynamoDb { public interface IPocoDynamoFactory { IPocoDynamo GetClient(); } public class ...
using System; using System.Net; using System.Net.Sockets; using System.Threading.Tasks; namespace IceColdMirror.Stun { public class StunClientTcp { public async Task<StunMessage> SendRequest(StunMessage request, string stunServer) { return await this.SendRequest(request, new Uri(stunServer));...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using MilitantChickensTranferProtocol.Library; using System.Numerics; using System.Security.Cryptography; namespace MilitantChickensTransferProtocol.Server { public class Server { public static int ListenPort...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated (once) by \generate-code.bat, but will not be // regenerated when it already exists. The purpose of creating this file is to make // it easier to remember to implement all the uni...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Rotate : MonoBehaviour { public float speed = 40.0f; // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { trans...
using Autofac; using Autofac.Integration.Mvc; using Autofac.Integration.WebApi; using DFC.Digital.Web.Core; using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Web.Http; using System.Web.Mvc; using System.Web.Routing; using Telerik.Microsoft.Practices.EnterpriseLibrary.Logging; using T...
namespace Acme.DddDemo { public abstract class DddDemoDomainTestBase : DddDemoTestBase<DddDemoDomainTestModule> { } }
// Controller Tooltips|Prefabs|0030 namespace VRTK { using UnityEngine; /// <summary> /// This adds a collection of Object Tooltips to the Controller that give information on what the main controller buttons may do. To add the prefab, it just needs to be added as a child of the relevant controller e.g. `[...
using Autofac.Integration.WebApi; using log4net; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Http.ExceptionHandling; namespace Api.Web.Extensions { public class AppExceptionLogger : ExceptionLogger { //TODO Need to inject the ILog - Dependency ...
namespace MangoAPI.DiffieHellmanLibrary.Consts; public static class AuthRoutes { public const string SessionsRoute = Routes.ApiAddress + "sessions/"; }
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Frapid.NPoco.FluentMappings { public class FluentMappingsPocoDataBuilder : PocoDataBuilder { private readonly Mappings _mappings; public FluentMappingsPocoDataBuilder(Type type, Mappings mapp...