text
stringlengths
1
932k
// Copyright 2017 the original author or authors. // // 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...
using Assets.Scripts.Helpers; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; public class PlayerController : MonoBehaviour { public GameObject _healthUi; public PlayerAttackController _attack1; publi...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebScraper.Model { public class HtmlOutput : INotifyPropertyChanged { private string url; public string Url { get { re...
using System; namespace MarginTrading.MarketMaker.Contracts.Models { public class ExchangeExtPriceSettingsModel { public string AssetPairId { get; set; } public string ExchangeName { get; set; } public TimeSpan OrderbookOutdatingThreshold { get; set; } public DisabledSettingsMo...
using OldMusicBox.ePUAP.Client.Constants; using OldMusicBox.ePUAP.Client.Model; using OldMusicBox.ePUAP.Client.Model.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; using System.Xml.Serialization; namespace ...
namespace BackgroundCopyManager3_0 { using System; public enum BG_JOB_STATE { BG_JOB_STATE_QUEUED, BG_JOB_STATE_CONNECTING, BG_JOB_STATE_TRANSFERRING, BG_JOB_STATE_SUSPENDED, BG_JOB_STATE_ERROR, BG_JOB_STATE_TRANSIENT_ERROR, BG_JOB_STATE_TRANSFERRED,...
using VolleyM.Domain.IdentityAndAccess; namespace VolleyM.Domain.Framework.Authorization { public class CurrentUserContext { public User User { get; set; } } }
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using ServiceStack.Auth; using ServiceStack.Configuration; using ServiceStack.Web; namespace ServiceStack { /// <summary> /// Indicates that the request dto, which is associated with this attribu...
// 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 or...
/* * 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...
namespace Stripe.Infrastructure.FormEncoding { using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection; using Newtonsoft.Json; /...
// *** 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.Collections; using System.Collections.Generic; using UnityEngine; public class SelectionManager : MonoBehaviour { // Update is called once per frame void FixedUpdate() { // RaycastHit2D hit = Physics2D.Raycast(transform.position, -Vector2.up); // // If it hits something... ...
using System.Collections.Generic; using System.Threading.Tasks; using InfluencerApp.API.Helpers; using InfluencerApp.API.Models; namespace InfluencerApp.API.Data { public interface ICollabRepository { void Add<T>(T entity) where T: class; void Delete<T>(T entity) where T: class; Task...
// *** 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...
/* MIT License Copyright (c) 2011-2019 Markus Wendt (http://www.dodoni-project.net) All rights reserved. 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 li...
using System; namespace RBS.Messages.map_msgs { [System.Serializable] public class ProjectedMapsInfoRequest : ExtendMessage { public RBS.Messages.map_msgs.ProjectedMapInfo[] projected_maps_info; public override string Type() { return "map_msgs/ProjectedMapsInfo"; } public ProjectedM...
using System.IO; namespace Bing.IO { /// <summary> /// 沙箱。当沙箱被释放时,沙箱中创建的文件和目录将被删除 /// </summary> public class Sandbox : TempDirectory { /// <summary> /// 默认前缀("Sandbox-") /// </summary> public const string DefaultPrefix = "Sandbox-"; /// <summary> /...
/* * Copyright 2010-2013 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...
/* * Copyright 2010-2013 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...
// 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 System.ComponentModel.DataAnnotations; namespace AbashonWeb.Domain.Auth { public class ForgotPasswordRequest { [Required] [EmailAddress] public string Email { get; set; } } }
#region License // Copyright 2015-2018 John Källén // // 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 ...
/* * 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...
#region Using directives using System; using System.Data; using System.Collections; using System.Diagnostics; using Microsoft.Practices.EnterpriseLibrary.Data; using System.ComponentModel; using Nettiers.AdventureWorks.Entities; using Nettiers.AdventureWorks.Data; #endregion namespace Nettiers.AdventureWorks.Data.W...
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("Fl...
using System; using SmartCardApi.Infrastructure; using SmartCardApi.Infrastructure.Interfaces; using SmartCardApi.SecureMessaging; using SmartCardApi.SecureMessaging.Decryption; using SmartCardApi.SmartCard; namespace SmartCardApi.SmartCardReader { public class SecuredReader : IReader { private readonl...
namespace Preprocessor { partial class Form1 { /// <summary> /// 必要なデザイナー変数です。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 使用中のリソースをすべてクリーンアップします。 /// </summary> /// <param name="disposing">マネージド リ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using VkNet.Model; namespace VkBot.Data.Abstractions { public interface IBotCommand { string[] Alliases { get; set; } string Description { get; set; } Task<string> Execute(Message msg); //TOD...
using SoccerStatistics.Api.Database.Entities; using System.Collections.Generic; using System.Threading.Tasks; namespace SoccerStatistics.Api.Database.Repositories.Interfaces { public interface IPlayerRepository : IRepository { Task<IEnumerable<Player>> GetAllAsync(); Task<Player> GetByIdAsync(...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Web; using System.Web.Caching; using System.Web.UI; using System.Xml; using StackExchange.Profiling; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Macros; usin...
namespace Music { partial class uLyrics { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param na...
/*************************************************************** * Copyright 2016 By Zhang Minglin * Author: Zhang Minglin * Create: 2016/11/30 * Note : 打包AssetBundle ***************************************************************/ using UnityEditor; using UnityEngine; using System.Collections; using System.Colle...
using Microsoft.EntityFrameworkCore; using Mifs.MEX.Domain; using System; using System.Linq; using System.Linq.Expressions; namespace Mifs.MEX { public static class Queryable_Extensions { public static IQueryable<PurchaseOrder> FilterApprovalStatus(this IQueryable<PurchaseOrder> source, IMEXDbContext ...
// <copyright file="ControlBaseTests.cs" company="KinsonDigital"> // Copyright (c) KinsonDigital. All rights reserved. // </copyright> namespace VelaptorTests.UI { using System; using System.Collections.Generic; using System.Drawing; using Velaptor.Input; using Velaptor.UI; using VelaptorTests...
using System.Threading.Tasks; using Lykke.Service.Bitcoin.Api.Core.Services.Pagination; namespace Lykke.Service.Bitcoin.Api.Core.Domain.Wallet { public interface IWalletBalanceRepository { Task InsertOrReplaceAsync(IWalletBalance balance); Task DeleteIfExistAsync(string address, string assetI...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace KafkaNET.Library.Examples { using Kafka.Client.Cfg; using Kafka.Client.ZooKeeperIntegration; using System; using Syste...
// *** 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; using System.Collections.Generic; using System.Linq; using System.Xml; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; using Xamarin.Forms.Internals; using Xamarin.Forms.Xaml; namespace Xamarin.Forms.Build.Tasks { class SetPropertiesVisitor : IXamlNodeVisitor ...
 namespace Assets.Scripts.Levels { class Advanced31 : GameLevel { public Advanced31() : base("Advanced31") { Initialize(5, 12); MapButtons = new int[,] { {OFF, LIT, RED, LIT, OFF}, {LIT, YLW, LIT, YLW, LIT}, ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class AreaControler : MonoBehaviour { public List<SectorControl> sectors; public int playerInArea; public List<Transform> areaWaypoints; public int areaWaypointsAmount; public int enemyAmount; public int enem...
using System; using System.ComponentModel; using System.Linq; using System.Reflection; namespace PacketTracerSimulator.Extensions { public static class EnumExtension { /// <summary> /// Get Description attribute from an specific enum element. /// </summary> /// <param name=...
namespace ventas { partial class Form3 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name=...
using System.Threading.Tasks; using Confiti.MoySklad.Remap.Api; using Confiti.MoySklad.Remap.Client; using Confiti.MoySklad.Remap.Models; using FluentAssertions; using NUnit.Framework; namespace Confiti.MoySklad.Remap.IntegrationTests.Api { public class CounterpartyApiTests { private CounterpartyApi _s...
using System.ComponentModel; namespace FG5eParserModels.Utility_Modules { public class Paths : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; private string OutputPath { get; set; } private string ModuleName { get; s...
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/ocidl.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System.Runtime.C...
using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.AspNetCore.Razor.TagHelpers; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using WalkingTec.Mvvm.Core; using WalkingTec.Mvvm.Core.Extensions; namespace WalkingTec.Mvvm.TagHelpers.LayUI { [HtmlTargetEle...
using SharpKml.Dom; using SharpKml.Engine; using System; using System.IO; namespace KML2SQL { internal static class KMLParser { public static Kml Parse(string filePath) { using (StreamReader sr = new StreamReader(filePath)) { KmlFile file = KmlFile.Load(...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Root.Code.Constants.E01D.Net.Http.Json.Rpc; using Root.Code.Exceptions.E01D.Net.Http.Json.Rpc; using Root.Code.Models.E01D.Net.Http.Json.Rpc; namespace Root.Code.Api.E01D.Net.Http.Json.Rpc { p...
using System; namespace Serilog.Sinks.Azure.TableStorage.Compact.Persistence { public class DefaultTableStorageKeyGenerator : ITableStorageKeyGenerator { public string GeneratePartitionKey(DateTimeOffset time) { var unixSeconds = DateTimeOffsetTools.ToUnixTimeSeconds(time); ...
#region License /* Microsoft Public License (Ms-PL) XnaTouch - Copyright © 2009 The XnaTouch Team All rights reserved. This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 1. Definitions The terms "reproduc...
//------------------------------------------------------------------------------ // <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 Corporation. All rights reserved. // Licensed under the MIT license. namespace Microsoft.Psi.Visualization.VisualizationObjects { using System; using Microsoft.Psi.Data; using Microsoft.Psi.Visualization.Data; /// <summary> /// Represents a stream visualization object. ...
using Panosen.CodeDom.CSharpProject; using Panosen.CodeDom.CSharpProject.Engine; using Panosen.Resource.CSharp; using RpcContract.CodeFirst; using System; using System.IO; using System.Text; namespace RpcContract.Service { public class SetupService { public void Process(Panosen.Generation.Package pack...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using MineCase.Block; using MineCase.Item; namespace MineCase { public class FurnaceRecipeLoader { public List<...
/* Copyright 2013-2015 MongoDB Inc. * * 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 writin...
using System; using Verse; namespace EdB.Interface { public class MessagesComponent : IUpdatedComponent, INamedComponent { public string Name { get { return "Messages"; } } public void Update() { Messages.Update(); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Medical.GUI; using Medical.Controller.AnomalousMvc; using Engine.Platform; using Medical.Controller; using Anomalous.GuiFramework; using Anomalous.GuiFramework.Editor; namespace Medical { class PropEditorContext { ...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using SQLite; namespace BDSQLite1 { public class StudDB { readonly SQLiteAsyncConnection database; public StudDB(string dbpath) { database = new SQLiteAsyncConnection(dbpath...
using System.Collections.Generic; using System.Linq; using UnityEngine; public class DisplayOrbit : MonoBehaviour { public int numSteps; public static List<VirtualBody> virtBodies; public bool relativeToBody; public CelestialBody centralBody; // Start is called before the first frame update ...
using System.ComponentModel.DataAnnotations; namespace Quanda.Shared.DTOs.Requests { public class UpdateTagDTO { [Required] [MaxLength(30)] public string Name { get; set; } public int? IdMainTag { get; set; } } }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
using UIKit; using CoreGraphics; using System; using Foundation; namespace Hello_Universal { public partial class Hello_UniversalViewController : UIViewController { public Hello_UniversalViewController (string nibName, NSBundle bundle) : base (nibName, bundle) { } public override void DidReceiveMemoryWarnin...
// A Hello World! program in C#. using System; namespace HelloWorld { class Hello { static void Main() { Console.WriteLine("Hello World!"); // Keep the console window open in debug mode. Console.WriteLine("Press any key to exit."); Console.ReadKey(); } } }
/* * Copyright(c) 2019 Samsung Electronics Co., Ltd. * * 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 ...
using System; class Exchange { static void Main() { int a = 5; int b = 10; Console.WriteLine("Before exchange it {0}, {1}", a, b); int c = a; a = b; b = c; Console.WriteLine("After exchange it {0}, {1}", a, b); } }
@model Xms.Web.Customize.Models.EditReportModel <link href="@app.PlatformSettings.CSSCDN/content/css/sumoselect.css?v=@app.PlatformSettings.VersionNumber" rel="stylesheet" /> <div class="panel panel-default"> @*<div class="panel-heading"> <h3 class="panel-title"> <a data-toggle="collapse" ...
using System; using System.Runtime.Serialization; namespace Alphaleonis.Win32.Vss { /// <summary> /// Exception thrown to indicate that the specified snapshot specifies a shadow copy that does not exist in the Backup Components Document. /// </summary> [Serializable] public class VssSnapshotNotInSetExce...
/* * Swagger Petstore * * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * OpenAPI spec version: 1.0.0 * Contact: apiteam@swagger.io * Generated by: https://github.com/swagger-api/swagger-codegen.git ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Maker.Rise.Framework.Ressource.RessourceType { public class Sound : IRessource { public string Name { get ; set ; } public void Destroy() { throw n...
using UnityEngine; using UnityEngine.UI; using System.Collections; using System; using UnityEditor; namespace MoreMountains.Tools { [CustomPropertyDrawer(typeof(MMHiddenAttribute))] public class MMHiddenAttributeDrawer : PropertyDrawer { public override float GetPropertyHeight(SerializedProperty property, ...
using PassRecovery.BLL; using PassRecovery.BLL.Providers; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PassRecovery.UI.NewProfilePopup { public class NewProfileViewModel { private readonly NewProfileModel model = new NewP...
// Version Stitcher - Injects git information at post-build step // https://github.com/picrap/VersionStitcher // MIT License - http://opensource.org/licenses/MIT // ReSharper disable once CheckNamespace using StitcherBoy; Stitcher.Run<VersionStitcher.VersionStitcher>(args);
@using CarProject.Models @model LoginViewModel @{ ViewBag.Title = "Log in"; } <h2>@ViewBag.Title.</h2> <div class="row"> <div class="col-md-8"> <section id="loginForm"> @using (Html.BeginForm("Login", "Account", new { ReturnUrl = ViewBag.ReturnUrl }, FormMethod.Post, new { @class = "form-h...
namespace Texnomic.ENS.BaseRegistrar.ContractDefinition { public partial class MigrationLockPeriodFunction : MigrationLockPeriodFunctionBase { } }
using System.IO; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Design; using Microsoft.Extensions.Configuration; namespace WFCore.EntityFrameworkCore { /* This class is needed for EF Core console commands * (like Add-Migration and Update-Database commands) */ public class WFCor...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using BusinessObjects; using WinForms.Presenters; using WinForms.Views; name...
using Hakoniwa.PluggableAsset.Communication.Pdu.ROS; using Hakoniwa.PluggableAsset.Communication.Method.ROS; using Hakoniwa.PluggableAsset.Communication.Pdu; using System.Collections; using System.Collections.Generic; using Unity.Robotics.ROSTCPConnector; using UnityEngine; using System; using Unity.Robotics.ROSTCPConn...
//------------------------------------------------------------------------------ // <copyright file="HttpPostedFile.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //-------------------------------...
using System; using System.Collections.Generic; using System.Text; namespace Buying.Domain.Exceptions { /// <summary> /// Exception type for domain exceptions /// </summary> public class BuyingDomainException : Exception { public BuyingDomainException() { } public BuyingD...
// Copyright (c) 2018 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...
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.ApplicationModel.Chat { #if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class ChatMessageChangedEventArgs { #if __ANDROID__ || __...
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("Shi...
namespace CarRentalSystem.Application.Contracts { using Services; public interface ICurrentUser : IScopedService { string? UserId { get; } string? Role { get; } } }
/* * 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...
// Copyright (c) 2021 Keen Software House // Licensed under the MIT license. using System; using System.Collections.Concurrent; using System.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices; namespace Unreal.Core { public static class Runtime { private static unsafe void ...
// 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.Collections.Generic; using System.Linq; using System.Reflection; using Microsoft.EntityFrameworkCore.Metadata.Internal; name...
#pragma checksum "C:\microservice-rabbitmq-docker\FacesAndFacesZips\FacesAndFacesZips\faces.Web\Faces.WebMvc\Views\OrderManagement\Details.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75964e8e39c577c7709a26c6a1958e6f1a33ca19" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore...
using System; using System.Reflection.Emit; ///<summary> ///System.Reflection.Emit.OpCodes.Stelem_I2 [v-zuolan] ///</summary> public class OpCodesStelem_I2 { public static int Main() { OpCodesStelem_I2 testObj = new OpCodesStelem_I2(); TestLibrary.TestFramework.BeginTestCase("for field of Sys...
using System; using System.Data; using System.Data.Common; using System.Linq.Expressions; using LinqToDB.Common; using LinqToDB.Data; using NUnit.Framework; namespace Tests.DataProvider { [TestFixture] public class ExpressionTests : TestBase { [Test] // SQLite returns Int64 for column instead of Int32 public v...
//------------------------------------------------------------------------------ // <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> //---...
//------------------------------------------------------------------------------ // <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 FluentValidation.Results; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Vodamep.Agp.Model; namespace Vodamep.Agp.Validation { public class AgpReportValidationResultListFormatter : AgpReportValidationResultFormatterBase {...
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file at the root of this distribution. If ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Web.Mvc; namespace DataManager.Models { [Table("Vehicles")] public class Vehicle { #region Methods publi...
/* * Copyright 2020 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://www.apache.org/licenses/LICENSE-2.0 * * or in the ...
using System; using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace Senparc.Areas.Admin.Domain.Migrations.SqlServer { public partial class Init : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( ...
// 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; using System.Globalization; using System.Linq; using System.Text; using Microsoft.AspNetCore.Components.Routing; using Microsoft.AspNetCore.Internal; names...
using System.Text.RegularExpressions; namespace WebExtensions.Net.Generator.Extensions { public static class StringExtensions { public static string ToCamelCase(this string name) { if (name.Length > 1) { return name[0].ToString().ToLowerInvariant() + nam...