text
stringlengths
1
932k
// 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 JetBrains.Annotations; using Microsoft.Extensions.Logging; namespace Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.Internal { ///...
using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; namespace Cisco.DnaCenter.Api.Data { /// <summary> /// GetOverallClientHealthResponseScoreList1 /// </summary> [DataContract] public class GetOverallClientHealthResponseScoreList1 { /// <summary> /// Initializes a new in...
using System; using Abp.Application.Services.Dto; using Abp.Domain.Entities.Auditing; namespace SoftwareEstimation.Roles.Dto { public class RoleListDto : EntityDto, IHasCreationTime { public string Name { get; set; } public string DisplayName { get; set; } public bool IsStatic { get;...
#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 ...
using System; using OpenTK.Graphics.OpenGL; public static class Util { public static void CheckGL(string wher) { ErrorCode err = GL.GetError(); while (err != ErrorCode.NoError) { Log.Error("GL Error in {0}: {1}", wher, err); err = GL.GetError(); } } }
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under // the MIT License. See LICENSE in the project root for license information. // <autogenerated> This file was generated using AutoRest. </autogenerated> namespace SocialPlus.Client.Models { using Newtonsoft.Json; using Newtonsoft.Json....
@using Microsoft.AspNetCore.Identity @inject SignInManager<IdentityUser> SignInManager @inject UserManager<IdentityUser> UserManager <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - Audit L...
// *** 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...
//------------------------------------------------------------------------------ // <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> //---------------------------------------------...
// 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.Collections.Generic; using Microsoft.Framework.Internal; namespace Microsoft.AspNet.Mvc { public interface IInputForm...
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...
 using Nethereum.Hex.HexTypes; using System.Numerics; namespace Nethereum.RPC.Eth.DTOs { public class FilterLogVO { public FilterLogVO() {} public FilterLogVO(Transaction transaction, TransactionReceipt receipt, FilterLog log) { Transaction = transaction; ...
using IctBaden.RasPi.Comm; // ReSharper disable UnusedMember.Global namespace IctBaden.RasPi.Sensor { /// <summary> /// MPU 6050 /// I2C address 0x68 /// /// Pin 1 - 3.3V connect to VCC /// Pin 3 - SDA connect to SDA /// Pin 5 - SCL connect to SCL /// Pin 6 - Ground connect to GND ...
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Ola.Extensions.Identity.Permissions { /// <summary> /// 角色权限。 /// </summary> [Table("core_Permissions_In_Roles")] public class PermissionInRole { /// <summary> /// 角色Id。 ...
 using FluentAssertions; using FluentAssertions.Primitives; namespace SpanLinq.Tests.Unit { public static class AssertionExtensions { public static AndConstraint<StringAssertions> BeIgnoringLineEndings(this StringAssertions stringAssertions, string expected, string because = "", params object[] becaus...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework.Graphics; using System.IO; using RenderingLibrary.Graphics; using Microsoft.Xna.Framework.Content; using ToolsUtilities; namespace RenderingLibrary.Content { public class LoaderManager { ...
using Microsoft.AspNetCore.Mvc; namespace Store.Api.Controllers { [Route("[controller]")] public abstract class BaseController : Controller { } }
using System.ComponentModel.DataAnnotations; namespace StatCan.OrchardCore.EmailTemplates.ViewModels { public class SendEmailTemplateViewModel { #region Template Properties public string Name { get; set; } #endregion #region Email Properties public string Author { ge...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using IEvangelist.Harness.Exceptions; using IEvangelist.Harness.Interfaces; using IEvangelist.Harness.Models; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using...
#region license // Copyright (c) 2007-2010 Mauricio Scheffer // // 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...
/* * GridGain Community Edition Licensing * Copyright 2019 GridGain Systems, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause * Restriction; you may not use this file except in compliance with the License. You may obtain a * c...
//----------------------------------------------------------------- // Copyright 2010 Brady Wright and Above and Beyond Software // All rights reserved //----------------------------------------------------------------- using UnityEngine; using System.Collections; /// <remarks> /// A progress bar class. Progress i...
//- GWA2 in Aspx, //- xenxin@ufqi.com //- 15:44 Sunday, May 3, 2020 //- v0.1 namespace GWA2 { using System; using System.Net; using System.Data; using System.Web; using WebInterface; public class WebApp : WebInterface { //- @todo } }
// 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.Linq; using System.Reflection; using System.Runtime.CompilerServices; using Microsoft.Extensions.DependencyInjection; using X...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using TravelClient.Models; using Microsoft.AspNetCore.Mvc; namespace TravelClient.Controllers { public class ReviewsController : Controller { public IActionResult Index() {...
/* * 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.Security.Claims; using System.Threading.Tasks; using DevTeam.BearerAuthentication; using Microsoft.AspNet.Identity; using Microsoft.Owin.Security.OAuth; namespace DevTeam.ExternalBearerAuthentication { public class ExternalCredentialsValidator<TUser, TService> : OAuthBaseValidator<OAuthGrantCustomExt...
//------------------------------------------------------------------------------- // <copyright file="IBaseOpenGenericInterface.cs" company="Ninject Project Contributors"> // Copyright (c) 2009-2011 Ninject Project Contributors // Authors: Remo Gloor (remo.gloor@gmail.com) // // Dual-licensed under th...
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Xml.Serialization; namespace Workday.ResourceManagement { [GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrough, XmlType(Namespace...
using Neuralm.Services.Common.Persistence; using Neuralm.Services.Common.Persistence.Exceptions; using Neuralm.Services.UserService.Domain.Authentication; namespace Neuralm.Services.UserService.Persistence.Validators { /// <summary> /// Represents the <see cref="CredentialTypeValidator"/> class. /// </sum...
/* * 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...
// ---------------------------------------------------------- // 系统名称:EasySoft PssS // 项目名称:Web // 创 建 人:刘年超 // 创建时间:2017-01-15 // ---------------------------------------------------------- // 修改记录: // // // ---------------------------------------------------------- // 版权所有:易则科技工作室 // ------------------------------...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 15.05.2021. using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.S...
@using SevenTiny.Cloud.MultiTenant.Domain.Entity; @{ ViewData["Title"] = "Update"; Layout = "~/Views/Shared/_LayoutHeaderStyle.cshtml"; ResponseModel result = Model as ResponseModel ?? new ResponseModel(); ListView fieldList = result.Data as ListView ?? new ListView(); } @{ ViewData["Level_1"] = ...
using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; public class FPSCamera : MonoBehaviour { public TextMeshProUGUI txt; void Update() { //GUI.Label(new Rect(0, 0, 100, 100), ((int)(1.0f / Time.smoothDeltaTime)).ToString()); //Debug.Log("fps: " + ((i...
using UnityEngine.Audio; using System; using UnityEngine; using UnityEngine.SceneManagement; public class AudioManager : MonoBehaviour { public static AudioManager instance; public AudioMixer audioMixer; public AudioMixerGroup mixerGroup; public Sound[] sounds; void Awake() { if (instance != null) { Des...
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("Up...
using System; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Math; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.Engines { /** * This does your basic RSA Chaum's blinding and unblinding as outlined in * "Handbook of Applied Cryptography", page 475. You need to use this if yo...
// *** 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 NPOI.SS.UserModel; using System; namespace Excellency.DTOs { public class SheetMap { public SheetMap(string sheetName, Type type) { SheetName = sheetName; Type = type; } public string SheetName { get; private set; } public Type Type { get;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.FileProvid...
using System.Text.Json; using GitVersion.Extensions; using GitVersion.Logging; using GitVersion.OutputVariables; namespace GitVersion.BuildAgents; public class AppVeyor : BuildAgentBase { public AppVeyor(IEnvironment environment, ILog log) : base(environment, log) { } public const string EnvironmentV...
using BlockTypes; using Jobs; using UnityEngine.Assertions; namespace Pipliz.Mods.BaseGame.Construction.Types { public class DiggerBasic : IConstructionType { public int MaxGatheredPerRun { get; set; } = 5; public int OnStockpileNewItemCount => 0; static System.Collections.Generic.List<ItemTypes.ItemTypeDrop...
/* * 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 ...
/************************************************************************* * This ruleNode file & class is part of the GraphSynth.BaseClasses * Project which is the foundation of the GraphSynth Application. * GraphSynth.BaseClasses is protected and copyright under the MIT * License. * Copyrig...
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("Cl...
// Copyright (c) Commonsense Software. All rights reserved. // Licensed under the MIT license. namespace More.Domain.Messaging { using System; /// <summary> /// Defines the behavior of a SQL dequeue operation. /// </summary> public interface ISqlDequeueOperation : IDisposable { /// <s...
using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Shapes; namespace LibWpf; public static class Extensions { public static void BindingButtonSetContent(this Button element, string stringBindingElement) => element.SetBinding(ContentControl.ContentP...
@model TestEntityModel1 <div class="entity" @Html.DxaEntityMarkup()> <h5>Rendered @Model with Entity View "Test:TestEntity2"</h5> <p>Text value of DxaEntityMarkup() @Html.DxaEntityMarkup()</p> <table> <tr > <td>TestProperty1</td> <td @Html.DxaPropertyMarkup(() => Model.TestP...
using System; using System.Collections.Generic; using System.Text; using WlToolsLib.Extension; using WlToolsLib.JsonHelper; namespace WlToolsLib.i18n { public class LanguageFactory { /// <summary> /// 静态语言 /// </summary> private static LanguageDic CurrLangDic; /// <sum...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Charlotte { public static class Utils { public static void PostMessage(object message) { Console.WriteLine("[TRACE] " + message); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Project0.StoreApplication.Domain.Models; using Project0.StoreApplication.Storage.Models; using Project0.StoreAppli...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace OdysseyCloud.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it wit...
using System; using System.IO; using CSLibrary.Constants; namespace CSLibrary { public partial class HighLevelInterface { public enum DEBUGLEVEL : ulong { READER_DATA_READ_WRITE = 0x01, // bit 0 USB_IO_CONTROL = 0x02, // bit 1 REGISTER = 0x04, ...
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team // // 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...
// 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. #nullable disable using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; usi...
/* Copyright (C) <2009-2011> <Thorben Linneweber, Jitter Physics> * * 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...
using System; namespace calc.Models { public class Operation { public int Id { get; set; } public string OperationData { get; set; } public DateTime DateOperation { get; set; } } }
using System; using System.Collections.Generic; using System.Text; // Added on 13 Jan 2013 // Used to handle ribbon theme // adriancs namespace System.Windows.Forms { public enum RibbonColorPart { OrbDropDownDarkBorder, OrbDropDownLightBorder, OrbDropDownBack, OrbDropDownNorth...
/* Copyright (C) 2008-2013 Andrea Maggiulli (a.maggiulli@gmail.com) Copyright (C) 2008 Alessandro Duci Copyright (C) 2008, 2009 Siarhei Novik (snovik@gmail.com) This file is part of QLNet Project https://github.com/amaggiulli/qlnet QLNet is free software: you can redistribute it and/or modify it under the terms...
using SharedUtility; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using CommandLine; namespace EventLogBencher { class Program { private static DateTime UNIX_EPOCH = new DateTime(19...
// <auto-generated /> using System; using TestApp.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; nam...
using UnityEngine; using System.Collections; using UnityEngine.VR.WSA.Input; using UnityEngine.Windows.Speech; using HoloToolkit.Unity; using System; using HoloToolkit.Unity.InputModule; public class TextToSpeechManagerTest : MonoBehaviour { private GestureRecognizer gestureRecognizer; public TextToSpeechMana...
// 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 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...
//----------------------------------------------------------------------- // <copyright file="ReplayFilter.cs" company="Akka.NET Project"> // Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //...
using UnityEngine; using UnityEngine.UI; /// <summary> /// Class that loads a specific model when pressed. /// </summary> public class LoadModelButton : MonoBehaviour { public Model Model { get; set; } private Button button; private bool loaded = false; private GameObject modelToShow; private Gam...
/* Copyright (C) 2019 Alex Watt (alexwatt@hotmail.com) This file is part of Highlander Project https://github.com/alexanderwatt/Highlander.Net Highlander is free software: you can redistribute it and/or modify it under the terms of the Highlander license. You should have received a copy of the license along wit...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core { public class SqlGenerator { private static readonly string _nl = Environment.NewLine; private readonly ClassInfo _classInfo; private readonly string _schemaName; private readon...
using System; using System.Runtime.InteropServices; using System.Threading; using Ryujinx.HLE.HOS.Kernel.Memory; using Ryujinx.HLE.HOS.Kernel.Threading; using Ryujinx.HLE.HOS.Services.Time.Clock; using Ryujinx.HLE.HOS.Services.Time.Types; using Ryujinx.HLE.Utilities; namespace Ryujinx.HLE.HOS.Services.Time { clas...
// 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 System.Diagnostics; using System.Net.Security; using System.Runtime.InteropServices; using System.Security.Cryptography.X509Certificates; using Syst...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Windows; using System.Windows.Markup; using System.Windows.Navigation; using System.Xml.Linq; using Microsoft.Phone.Controls; using Microsoft.Phone.Shell; using Telerik.Windows.Controls; namespace ImageBoardBrowser { public p...
using System; using System.Collections.Generic; using System.Linq; using GXPEngine.Core; namespace GXPEngine { /// <summary> /// The Input class contains functions for reading keys and mouse /// </summary> public class Input { private static readonly Dictionary<string, (List<int>, List<int>)> Axes = new Dict...
using System; using System.Collections.Generic; using System.Composition.Hosting.Core; using System.Composition.Runtime; using System.Linq; using System.Text; using System.Threading.Tasks; using BuildTimeCodeGeneration.Parts; namespace BuildTimeCodeGeneration.Generated { // This code is identical to what the cont...
using System; using System.Text; using NUnit.Framework; using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; namespace Org.BouncyCastle.Crypto.Tests { /** * Test vectors from the NIST standard tests ...
using System.Collections.Generic; using TripBook.API.Entities; namespace TripBook.API.Models { public class CountryDto { public int Id { get; set; } public string Name { get; set; } public string Description { get; set; } public string ImageUrl { get; set; } public doub...
using System; using Object = Java.Lang.Object; namespace Storm.Mvvm.Wrapper { public static class ConverterHelper { private static readonly Type _javaObjectType = typeof (Object); public static object ChangeType(object value, Type conversionType) { if (value == null) { return null; } Type valu...
using System; using AnimalCentre.Models.Contracts; using AnimalCentre_Business_Logic.Core.AnimalFactory; using System.Collections.Generic; using System.Text; using AnimalCentre; using AnimalCentre.Models.Procedures; using System.Linq; namespace AnimalCentre_Business_Logic.Core { public class AnimalCentre { ...
// 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 regenerated. namespace Microso...
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using RiSAT.Eshop.Domain.Vendor; using System; using System.Collections.Generic; using System.Text; namespace RiSAT.Eshop.Persistence.Configurations { public class VendorConfiguration : IEntityTypeConfiguration<Vendor> ...
using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.Owin; using Microsoft.Owin.Security.Cookies; using Microsoft.Owin.Security.Google; using Microsoft.Owin.Security.OAuth; using Owin; using PortalesWebApi.M...
/* Copyright (c) 2012 Rick (rick 'at' gibbed 'dot' us) * * 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,...
// Copyright (c) 2021 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 o...
/* * 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.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("Sim...
// 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; namespace Microsoft.CodeAnalysis.Diagnostics.Telemetry { /// <summary> /// Contains telemetry info for a specific analyzer, such as co...
using UnityEngine; public abstract class Activator : MonoBehaviour{ public string identifier = "UniqueIdentifier"; public virtual void Start(){ DialogueHelper dialogueHelper = FindObjectOfType<DialogueHelper>(); dialogueHelper.Activators.Add(identifier,this); } public abstract void Act...
// <auto-generated /> using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.EntityFrameworkCore.Storage.Internal; using SeeMoreIn...
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 3.0.9 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //-----...
using System; using System.Linq; using System.Threading.Tasks; using Karambolo.AspNetCore.Bundling.Internal; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.FileProviders; namespace Karambolo.AspNetCore.Bundling.Less { public class LessCompileTransform : BundleItemTransform { private reado...
// <auto-generated /> using System; using Duende.IdentityServer.EntityFramework.DbContexts; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage....
#nullable disable namespace NadekoBot.Modules.Searches; public partial class Searches { [Group] public partial class TranslateCommands : NadekoModule<ITranslateService> { public enum AutoDeleteAutoTranslate { Del, Nodel } [Cmd] public async ...
/* * * 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"); ...
using System; using System.Collections.Generic; using System.Text; namespace WebSocket4Net.Protocol.FramePartReader { class ExtendedLenghtReader : DataFramePartReader { public override int Process(int lastLength, WebSocketDataFrame frame, out IDataFramePartReader nextPartReader) { ...
namespace NetBike.Xml.Utilities { using System; using System.Reflection; using System.Reflection.Emit; internal static class DynamicWrapperFactory { private static readonly Type CreaterType = typeof(Func<object>); private static readonly Type GetterType = typeof(Func<object, object...
namespace ClassLib002 { public class Class095 { public static string Property => "ClassLib002"; } }
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading; using System.Threading.Tasks; using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Schema; using Newtonsoft.Json.Linq; namespace BasicBot { /// <summary> //...
using Microsoft.EntityFrameworkCore; using Moq; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using TravelSimulator.Data; using TravelSimulator.Models; using TravelSimulator.Services; namespace TravelSimulator.Tests { class TestTownService { ...
using Ryujinx.Common.Logging; using Ryujinx.Graphics.Gpu.Shader.Cache.Definition; using Ryujinx.Graphics.Shader; using System; using System.Collections.Generic; using System.Runtime.InteropServices; namespace Ryujinx.Graphics.Gpu.Shader { class CachedGpuAccessor : TextureDescriptorCapableGpuAccessor, IGpuAccessor...
// Copyright(c) 2019 Digital Asset(Switzerland) GmbH and/or its affiliates.All rights reserved. // SPDX-License-Identifier: Apache-2.0 using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Daml.Ledger.Client { using Com.DigitalAsset.Ledger.Api.V1; public interface ICommandS...
// <auto-generated /> namespace ComPro.Migrations { using System.CodeDom.Compiler; using System.Data.Entity.Migrations; using System.Data.Entity.Migrations.Infrastructure; using System.Resources; [GeneratedCode("EntityFramework.Migrations", "6.2.0-61023")] public sealed partial class nothin...