text
stringlengths
1
932k
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using FluentAssertions; using Microsoft.DotNet.Cli.Utils; using Microsoft.Extensions.DependencyModel; using Microsoft.NET.TestFramework; using M...
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // using UnityEngine; using System.Collections; using System.Collections.Generic; /// <summary> /// PriorityAction wraps two actions: a first action, and a standa...
/* Copyright (C) 2022 Kunio Fukuchi 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, including commercial a...
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("Ri...
namespace ScanFreq.Global.Logic { public class TalkgroupChannel : IChannel { public int Id { get; set; } public int SystemId { get; set; } public int TalkGroupId { get; set; } public string Name { get; set; } public string AlphaTag { get; set; } public ChannelMod...
// // Copyright (c) 2008-2011, Kenneth Bell // // 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, ...
//----------------------------------------------------------------------------- // Copyright : (c) Chris Moore, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { using System; using System.Runtime.CompilerServices; using static Root...
using System; using System.Linq; using TestUtility; using Xunit; using Xunit.Sdk; namespace Xunit1 { public class SkipAcceptanceTests : AcceptanceTest { [Fact] public void TestClassIsNotInstantiatedForSkippedTests() { MethodResult result = RunClass(typeof(ClassUnderTest)).Si...
namespace AntMe { /// <summary> /// Base Class for Item Property Infos. /// </summary> public abstract class ItemInfoProperty : InfoProperty { /// <summary> /// Reference to the related Item. /// </summary> protected readonly Item Item; /// <summary> ...
// *********************************************************************** // Copyright (c) 2014-2015 Charlie Poole, Rob Prouse // // 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 Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using TodoAPI.Data; using TodoAPI.Interfaces; using TodoAPI.Services; namespace Tod...
using System; using System.Collections.Generic; using System.Text; using XDT.Model.Enums; namespace XDT.Model.DTO { /// <summary> /// 通知信息 /// </summary> public class NoticeMessageDTO { public long Id { get; set; } public DictNoticeStatus Status { get; set; } public string ...
using System; using System.Collections.ObjectModel; using System.Collections.Generic; using System.Linq; using System.Windows.Input; using sc = System.ComponentModel; namespace Eto.Forms { /// <summary> /// Interface to access common properties of both <see cref="MenuItem"/> and <see cref="ToolItem"/>. /// </summar...
using Newtonsoft.Json; using System.Collections.Generic; namespace XrmFramework.Core { [JsonObject(MemberSerialization.OptOut)] public class OptionSetEnum { [JsonProperty("LogName")] public string LogicalName { get; set; } public string Name { get; set; } [JsonProperty("L...
/* * * (c) Copyright Ascensio System Limited 2010-2020 * * 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 la...
using System.Collections.Generic; using System.ServiceModel; using System.ServiceModel.Web; namespace NMS.Platform { /// <summary> /// Interface for working with Sessions on the NMS Server /// </summary> [ServiceContract] public interface ISessionSvc { /// <summary> /// Closes ...
// Copyright (c) ServiceStack, Inc. All Rights Reserved. // License: https://raw.github.com/ServiceStack/ServiceStack/master/license.txt using System; using System.Collections.Generic; namespace ServiceStack.Aws.DynamoDb { //http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html ...
// // LabelBackend.cs // // Author: // Lluis Sanchez <lluis@xamarin.com> // // Copyright (c) 2011 Xamarin Inc // // 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 restrict...
// 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 System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalizati...
using JARS.Business.Bootstrap; using JARS.Core.Data.Interfaces.Repositories; using JARS.Core.Interfaces.Repositories; using JARS.Data.NH.Interfaces; using JARS.Data.NH.Jars.Interfaces; using JARS.Entities; using System; using System.Collections.Generic; using System.ComponentModel.Composition.Primitives; using System.L...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Networking; namespace EVRTH.Scripts.Utility { [Serializable] internal class SwarmOperator { [SerializeField] internal int jobs; private readonly Queue<DownloadRequest> requ...
/* * 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 ...
//======= Copyright (c) Stereolabs Corporation, All rights reserved. =============== using System; using System.Runtime.InteropServices; using System.Numerics; namespace sl { class Program { static void Main(string[] args) { // Set configuration parameters InitParameters...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MS-PL license. // See the LICENSE file in the project root for more information. using System; using MvvmCross.Presenters.Attributes; namespace MvvmCross.Platforms.Android.Presenters.Attributes...
@page "/" @namespace BlazorMultiLanguage.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @{ Layout = null; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>BlazorMultiLanguage</title> <base...
namespace IRunes.Services { using System.Linq; using System.Security.Cryptography; using System.Text; using SIS.MvcFramework; using Contracts; using Data; using Models; public class UsersService : IUsersService { private readonly RunesDbContext data; public UsersSe...
using Microsoft.Owin; using Owin; [assembly: OwinStartupAttribute(typeof(TemplateCreated.Startup))] namespace TemplateCreated { public partial class Startup { public void Configuration(IAppBuilder app) { ConfigureAuth(app); } } }
// Copyright (c) Peter Vrenken. All rights reserved. See the license on https://github.com/vrenken/EtAlii.Ubigia namespace EtAlii.Ubigia.Api.Functional.Parsing.Tests { using System.IO; using System.Linq; using System.Text.RegularExpressions; using Xunit; public class MdFileBasedGraphContextData :...
// 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. // Description: // The SecurityMgrSite is an implementation of Urlmon's IInternetSecurityMgrSite. // /...
using System.Collections.ObjectModel; namespace CancerLabWeb.Areas.HelpPage.ModelDescriptions { public class ComplexTypeModelDescription : ModelDescription { public ComplexTypeModelDescription() { Properties = new Collection<ParameterDescription>(); } public Collect...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Premium : MonoBehaviour { public bool premium; public Image[] imgs; public Image[] imgsDark; public SpriteRenderer bg; public Image bar; public Text multipTxt; public Text[] ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Programming.Web.Domain.StackOverflow { public class SearchResults { public Item[] items { get; set; } public bool has_more { get; set; } public int quota_max { get; set; } ...
using HelpMyStreet.Contracts.CommunicationService.Request; using HelpMyStreet.Contracts.GroupService.Request; using HelpMyStreet.Contracts.GroupService.Response; using HelpMyStreet.Contracts.RequestService.Request; using HelpMyStreet.Contracts.RequestService.Response; using HelpMyStreet.Contracts.UserService.Response; ...
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.TranscribeService")] [assembly: Ass...
namespace Airbooking.Api.ViewModels { /// <summary> /// Airport ViewModel Class /// </summary> public class AirportViewModel { /// <summary> /// Gets or sets the name. /// </summary> /// <value> /// The name. /// </value> public string Name { ...
using System.ComponentModel; namespace NSW.EliteDangerous.API { public enum ShipModel { Unknown, Adder, AllianceChallenger, AllianceChieftain, AllianceCrusader, Anaconda, AspExplorer, AspScout, BelugaLiner, CobraMkIII, Cobr...
namespace nt.Client.Features.WebThree.Actions.AddFormDataToState { using MediatR; using nt.Client.Features.WebThree.Components.NftTemplates; public class AddFormDataToStateAction : IRequest<WebThreeState> { public ImmutableObjectBase FormObjectValues { get; set; } public string MutableDataString { get...
using System; using System.Collections.Generic; using Unity.Entities; using Unity.Mathematics; using UnityEngine; public class IkBindings : MonoBehaviour { public Unity.Animation.Hybrid.RigComponent Rig; public TwoBoneIKConstraint Definition; public TwoBoneIKCProperties Settings; public TwoBoneIKData D...
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Azure.II...
namespace Atanet.Model.ApiResponse.HTTP400 { using System.Collections.Generic; using Atanet.Model.Validation; public interface IBadRequestApiResult : IApiResult { IDictionary<ErrorCode, ErrorDefinition> Errors { get; set; } } }
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <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 regenerate...
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; using System.Windows.Forms.VisualStyles; using System.Diagnostics; using System.Drawing.Drawing2D; using Aga.Controls.Tree.NodeControls; namespace Aga.Controls.Tree { public partial class TreeViewAdv ...
// *** 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...
// Plugin.cs // (c) Copyright Cirrious Ltd. http://www.cirrious.com // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, me@slodge.com using Cirrious.MvvmCross.ExtensionMethods; using Cirrious.M...
//------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un outil. // Version du runtime :4.0.30319.42000 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code es...
using System; namespace SuperNiceProject.Exceptions { public class PersistenceException : Exception { public PersistenceException() : base() {} public PersistenceException(string message) : base(message) {} public PersistenceException(string message, Exception innerExc...
using FubuTestingSupport; using NUnit.Framework; using ripple.Commands; using ripple.Model; namespace ripple.Testing.Integration { [TestFixture] public class installing_an_existing_solution_dependency_to_a_project { private SolutionGraphScenario theScenario; private Solution theSolution; ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace dotnet_crud_todo.Models { public interface ITodoRepository { void Add(TodoItem item); IEnumerable<TodoItem> GetAll(); TodoItem Find(string key); TodoItem Remove(string key); ...
/* * Apache License, Version 2.0 * Copyright 2019-2020 NVIDIA Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
/* * 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 ...
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006-2019, All rights reserved. // The software and associated documentation supplied hereunder are the // propri...
// 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.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.Classification; using Microsoft.Cod...
using UnityEngine; using System.Collections; using UnityEngine.UI; using UnityEngine.Networking; public class KillFeedScript : NetworkBehaviour { [SerializeField] private GameObject killFeedPrefab, killFeedParent; public static KillFeedScript instance; public static float killFeedDestroyTime = 5f; void Awake(...
using LionFire.Text.Parsing; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection; using LionFire.Structures; using LionFire.Execution.Configuration; #if !NET462 && !NET461 using System.Runtime.Loader; #endif using System.Threading.Tasks; ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framewo...
using Bogus; var builder = WebApplication.CreateBuilder(args); builder.Services.AddEndpointsApiExplorer(); builder.Services.AddSwaggerGen(); builder.Services.AddApplicationMonitoring(); var app = builder.Build(); // Configure the HTTP request pipeline. if (app.Environment.IsDevelopment()) { app.UseSwagger(); ...
using System; using System.Collections; using System.Collections.Generic; using System.IO; namespace Day3.Part1 { class Program { const string FILE_DIRECTORY = @"D:\GAMEDEV\Csharp\Github\AdventOfCode2021\AdventOfCode\Resources\Day3\input.txt"; static void Main(string[] args) {...
#pragma warning disable CA1819 // Properties should not return arrays using UnityEngine; namespace MackySoft.Vision.Utilities { /// <summary> /// A simple component that enable/disable the specified component's depending on the visibility of the attached <see cref="ICullingTarget"/>. /// </summary> [AddComponent...
namespace Leptonica { /// <summary> /// Size filter flags /// </summary> public enum SizeFilterFlags { /// <summary> /// save if value is less than threshold /// </summary> L_SELECT_IF_LT = 1, /// <summary> /// save if value is more than threshold ...
using Npgsql.BackendMessages; using Npgsql.PostgresTypes; using Npgsql.TypeHandling; using Npgsql.TypeMapping; using NpgsqlTypes; using System; using System.IO; using System.Threading; using System.Threading.Tasks; namespace Npgsql.TypeHandlers { /// <summary> /// A factory for type handlers for the PostgreSQ...
using Bloodstone.Systems.RocketTools.Systems; using Rocket.API.Collections; using Rocket.Core.Plugins; namespace Bloodstone.Plugins.RocketTools { public sealed class Main : RocketPlugin<Configuration> { public static Main Instance; public PermissionsHelper URPerm; const string Build = ...
using Discord; using NadekoBot.Common; using NadekoBot.Core.Services.Database.Models; using System; namespace NadekoBot.Core.Services.Impl { public class BotConfigProvider : IBotConfigProvider { private readonly DbService _db; private readonly IDataCache _cache; public BotConfig BotCo...
using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace Persistance.Migrations { public partial class InitialVersion : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( ...
#pragma checksum "C:\Projects\CodexBank\src\Web\CodexBank.Web\Areas\Cards\Views\Cards\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "bb376ff1a97b726a20efa12dc7cceca24627add2" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeo...
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; namespace Timer { public partial class Form1 : Form { public Form1() { ...
using System.Net.Http; using System.Threading.Tasks; namespace AspNetCore.Security.Jwt { public interface IHttpClient { Task<TResponse> SendAsync<TResponse>(HttpRequestMessage request); Task<TResponse> GetStringAsync<TResponse>(string uri); } }
@{ ViewBag.Title = "Overview"; } <section class="jumbotron"> <h1>Overview</h1> <p class="lead">The pros and cons of a Social Stream and why it's needed.</p> </section> <section class="row"> <div class="col-md-6"> <h2>Pros</h2> <ul> <li>One solution for working with multiple social networks.</li> <li>Ea...
using System; using System.Collections.Generic; using System.Text; namespace EifelMono.Fluent.Extensions { public static class ObjectExtensions { public static bool IsNull(this object thisValue) => thisValue is null; public static bool IsNotNull(this object thisValue) =...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using leave_management.Data; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using Microsoft.Extensions.Logging; na...
using System; using System.Collections.Generic; /* * Copyright (C) 2016 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ namespace com.opengamma.strata.pricer.impl.tree { //JAVA TO C# CONVERTER TODO TASK: This Java 'import static' statement cannot be con...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Tweetinvi.Core.Extensions; namespace Tweetinvi.Core.Helpers { public interface IAttributeHelper { IEnumerable<T1> GetAttributes<T1>(MethodInfo method); IEnumerable<T...
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace SetBoxWebUI.Migrations { public partial class AddCompanyCreateDateTime : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn<DateTime>( name:...
using EventPlanner.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EventPlanner.ViewModels { public class CategoriesViewModel { [Key] public int CategorieId { get; set; } public string CategorieName { get; set; } ...
/* * 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...
//------------------------------------------------------------------------------ // <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> //--...
@model Form <div @Html.DxaEntityMarkup()> @if (!string.IsNullOrEmpty(Model.Title)) { <h3 @Html.DxaPropertyMarkup(Model, "Title")}>@Model.Title</h3> } @{ var formId = Model.Id.Replace("-", "_"); } <script> var alpaca_form_@(formId) = @Html.Raw(Model.AggregatedDefinition...
using System; using Voximplant.API; using Voximplant.API.Response; using Xunit; using Xunit.Abstractions; namespace apiclient.samples { [Collection("Samples")] public class DelPstnBlackListItemSample { private ITestOutputHelper Console { get; } public DelPstnBlackListItemSample(ITe...
// Copyright (c) Microsoft. All rights reserved. namespace Microsoft.VisualStudio.Composition { using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading.Tasks; public class DiscoveredParts { ...
/* * 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...
// <auto-generated /> using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Pierre.Models; namespace Pierre.Migrations { [DbContext(typeof(PierreConte...
/* * * * * * * * * * * * * * * * * * * * * * * * *Copyright(C) 2021 by xinansky *All rights reserved. *FileName: Framework.Net *Author: XiNan *Version: 0.1 *UnityVersion: 2020.3.5f1c1 *Date: 2021-07-03 *NOWTIME: 16:49:13 *Description: *History: ...
/**************************************************************************** * MIT License * * Copyright (c) 2019 xiaojingli * Copyright (c) 2019 renjunyi * * https://github.com/XRFramework/XRFramework * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and ...
/* Copyright (c) 2017 ExT (V.Sigalkin) */ using UnityEngine; namespace extOSC.Components.ReceiverReflections { [AddComponentMenu("extOSC/Components/Receiver/Char Reflection")] public class OSCReceiverReflectionChar : OSCReceiverReflection<char> { #region Protected Methods protected overri...
using NUnit.Framework; using FluentAssertions; using Dapper; using System.Data; using System; namespace SFA.DAS.Commitments.Database.IntegrationTests.StoredProcedures.GetLearnersBatch { [TestFixture] public class WhenNoBatchSupplied : GetLearnersBatchIntegrationTestBase { [Test] public voi...
// UInt32Test.cs - NUnit Test Cases for the System.UInt32 struct // // Mario Martinez (mariom925@home.om) // // (C) Ximian, Inc. http://www.ximian.com // using NUnit.Framework; using System; using System.Globalization; using System.Threading; namespace MonoTests.System { [TestFixture] public class UInt32Test { p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; using Xamarin.Forms.Xaml; using AppBancaEnLineaWeb.Controllers; using AppBancaEnLineaWeb.Models; using AppBancaEnLineaWeb.Views; namespace AppBancaEnLineaWeb.Views { [XamlComp...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace L3dBench { public class BenchmarkSettings { public BenchmarkSettings() { TargetSpeed = 160; } ...
using Caviar.Models; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using System.ComponentModel; using Caviar.Core.ModelAction; using Caviar.Models; /// <summary> /// 生成者:admin /// 生成时间:1/7/2021 下午 2:36:12 /// 代码由代码生成器自动...
// Generator { Name: SearchAdvancedGenerator, Template: ISearchAdvanced } using System; namespace SuiteTalk { public partial class ItemRevisionSearchAdvanced: ISearchAdvanced, ISearchAdvanced<ItemRevisionSearch, ItemRevisionSearchRow> { SearchRecord ISearchAdvanced.GetCriteria() => this.GetCriteria();...
// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.Rds20140815.Models { public class DescribeRenewalPriceRequest : TeaModel { [NameInMap("AccessKeyId")] [Validation(Required=false)] ...
using LiveKraken.DataServices.Interfaces; using LiveKraken.Models.DTO; using LiveKraken.Services.Interfaces; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace LiveKraken.API.Controllers { [Route("api/users")] public class...
#pragma warning disable 1591 #nullable enable namespace Jakar.Extensions.Annotations; /// <summary> /// Indicates that a method does not make any observable state changes. /// The same as <c>System.Diagnostics.Contracts.PureAttribute</c>. /// </summary> /// <example><code> /// [Pure] int Multiply(int x, int y) => x...
//------------------------------------------------------------------------------ // Copyright (c) 2014-2016 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //---...
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; using System.Threading.Tasks; using NowPlaying.XApplication.Win32; namespace NowPlaying.XApplication.Settings { public class ApplicationInternalSettings : ApplicationSettingsBase { public ...
// ***************************************************************************** // BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE) // © Component Factory Pty Ltd, 2006-2019, All rights reserved. // The software and associated documentation supplied hereunder are the // propri...
using CKAN.Versioning; namespace CKAN { /// <summary> /// Test to see if the user's game is "Generally Recognised As Safe" (GRAS) with a given mod, /// with extra understanding of which KSP versions are "safe" (ie: 1.0.5 mostly works with 1.0.4 mods). /// If the mod has `ksp_version_strict` set then t...
/* * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2020 MinIO, 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 ...
using CSharpToTypeScript.Core.Models.TypeNodes; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace CSharpToTypeScript.Core.Services.TypeConversionHandlers { internal abstract class TypeConversionHandler { private TypeConversionHandler _nextHandler; public virtual TypeNode Handle(TypeSyntax ...
/******************************************************************************* * Copyright 2012-2019 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...
// Copyright (c) Hugues Valois. All rights reserved. // Licensed under the X11 license. See LICENSE in the project root for license information. namespace Woohoo.Agi.Detection { using System; using System.Collections.ObjectModel; using System.Globalization; using System.Xml; /// <summary> /// ...