text
stringlengths
1
932k
using Lucene.Net.Analysis; using Lucene.Net.Analysis.Standard; using Lucene.Net.Documents; using Lucene.Net.Index; using Lucene.Net.Store; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CodeSearcher.Search { public class DefaultSearche...
namespace flier268.Win32API { public struct QUERY_SERVICE_LOCK_STATUS { public int fIsLocked; public string lpLockOwner; public int dwLockDuration; } }
/* * ORY Oathkeeper * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * * The version of the OpenAPI document: v0.38.11-beta.1 * Contact: hi@ory.am * Generated by: https://github.com/openap...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.IO.PortsTests; using Legacy.Support; using Xunit; namespace System.IO.Ports.Tests { public class ctor : PortsTest { [Fact] ...
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace Vs.WebVOWL { public partial class PropertyAttribute { [JsonProperty("id")] public string Id { get; set; } [JsonProperty("iri", NullValueHandling = NullValueHandling.Ignore)] public Uri Iri { get; ...
// 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.Linq; using System.Threading; using System.Threading.Tasks; using BuildXL.Utilities; using BuildXL.Utilities.Tasks; using Test.BuildXL.TestUt...
namespace MassTransit.Conductor.Orchestration { using System; using GreenPipes.Internals.Extensions; public class FactoryProviderOrchestrationPlannerStep<TInput, T, TResult> : IOrchestrationPlannerStep<TInput, T, TResult> where TInput : class where T : class where TResult :...
using System; using System.Collections.Generic; using System.Xml.Serialization; namespace Alipay.AopSdk.Core.Domain { /// <summary> /// KoubeiAdvertCommissionMissionQueryModel Data Structure. /// </summary> [Serializable] public class KoubeiAdvertCommissionMissionQueryModel : AopObject { ...
// <copyright file="MySqlConnectorTests.cs" company="Datadog"> // Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License. // This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc. // </copyright> using System; usin...
// 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 Microsoft.AspNetCore.Mvc.DataAnnotations; using Microsoft.AspNetCore.Mvc.Localization; using Microsoft.AspNetCore.Mvc.Razor; using M...
using System; namespace Microsoft.Quantum.QsCompiler.CompilationBuilder { /// <summary> /// An exception that is thrown when an attempt is made to access content that is not part of a file. /// </summary> public class FileContentException : Exception { /// <summary> /// Creates a <...
using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x1009_94bc-95bd96df")] public void Method_1009_94bc() { ii(0x1009_94bc, 5); push(0x34); /* push 0...
using Microsoft.EntityFrameworkCore.Migrations; namespace CoreApi.Migrations { public partial class InitialMigration : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Students", columns...
// --------------------------------------------------------------------------------- // <copyright file="WiredConditionFurnisHaveUsersBaseItem.cs" company="https://github.com/sant0ro/Yupi"> // Copyright (c) 2016 Claudio Santoro, TheDoctor // </copyright> // <license> // Permission is hereby granted, free of charge,...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; usin...
// 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 Microsoft.Extensions.Primitives; using Moq; namespace Microsoft.Extensions.Fi...
using System.IO; using System.Runtime.Serialization; using WolvenKit.CR2W.Reflection; using FastMember; using static WolvenKit.CR2W.Types.Enums; namespace WolvenKit.CR2W.Types { [DataContract(Namespace = "")] [REDMeta] public class CAINpcCaranthirIceArmorAction : CAINpcDefenseAction { public CAINpcCaranthirIceA...
using System.IO; namespace TeleSharp.TL.Auth { [TLObject(-1425815847)] public class TLSentCodeTypeFlashCall : TLAbsSentCodeType { public override int Constructor { get { return -1425815847; } } public string Pattern { get; ...
using Platform.Dispatching; using Platform.Uniform; using WhoWhat.Domain.Notification.Events; using WhoWhat.View.Documents; namespace WhoWhat.View.ViewHandlers { public class NotificationViewHandler : ViewHandler<NotificationDocument>, IMessageHandler<NotificationCreated>...
@model XORGame.Models.IndexViewModel @{ ViewBag.Title = "Manage"; } <h2>@ViewBag.Title.</h2> <p class="text-success">@ViewBag.StatusMessage</p> <div> <h4>Change your account settings</h4> <hr /> <dl class="dl-horizontal"> <dt>Password:</dt> <dd> [ @if (Model.Ha...
using Microsoft.Playwright; namespace PlaywrightContrib.PageObjects { /// <summary> /// Base class for page objects. /// Create page objects by inheriting <see cref="PageObject"/> and declare properties decorated with <see cref="SelectorAttribute"/>. /// </summary> /// <example> /// Usage: ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.UI; using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; namespace Microsoft.MixedReali...
// // Author: // Aaron Bockover <abock@xamarin.com> // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Globalization; using Newtonsoft.Json; using Xamarin.Interactive.Representations.Reflection; namespace ...
namespace ClassLib128 { public class Class019 { public static string Property => "ClassLib128"; } }
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("Mvc...
using System.Collections.Generic; namespace Mimp.SeeSharper.Reflection.Test.Mock { public interface IUnaryDictionary<T> : IDictionary<T, T> { } }
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.VisualStudio.TestTools.UnitTesting; using Plex.Api.Models; using Plex.Api.Models.Server; namespace Plex.Api....
//using System; //using System.Data.Entity.ModelConfiguration; //using Mantle.Data; //using Mantle.Data.EntityFramework; //namespace Mantle.Web.ContentManagement.Areas.Admin.Pages.Domain //{ // public class PageWidget : IEntity // { // public Guid Id { get; set; } // public Guid PageId { get; set...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem; public class CharacterMovement : MonoBehaviour { private CharacterController controller; private PlayerInputActions playerInputActions; private PlayerInput playerInput; [SerializeField] ...
// Copyright 2007-2011 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // ...
/* * Copyright 2021-Present The Serverless Workflow Specification Authors * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p>...
/* This file is part of the iText (R) project. Copyright (c) 1998-2018 iText Group NV Authors: Bruno Lowagie, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation with the addition ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace BeetleX.EventArgs { public class ServerEventArgs : System.EventArgs { public IServer Server { get; internal set; } } }
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: AssemblyConfiguration("")] [assembly: AssemblyCompany("")...
using App.Models; using Bogus; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace App.DataAccess { public class DataGenerators { public static List<Customer> GenerateCustomers(int numberOfCustomers = 10000) { Randomizer.Seed = ne...
using System; using System.Threading.Tasks; using Newtonsoft.Json; namespace TdLib { /// <summary> /// Autogenerated TDLib APIs /// </summary> public static partial class TdApi { /// <summary> /// Revokes invite link for a chat. Available for basic groups, supergroups, and channels....
// Accord Statistics Library // The Accord.NET Framework // http://accord-framework.net // // Copyright © César Souza, 2009-2015 // cesarsouza at gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Domain; using Domain.AppTrainer; using Microsoft.AspNetCore.Identity; namespace Persistence { public class DataSeed { public static async Task SeedData(DataContext context, UserManager<AppUser> userManage...
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E8C0853D1E9E852F81F2048EF8039ED78F76EE8709BBC80073393DA157303241" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0....
/* * MindTouch Core - open source enterprise collaborative networking * Copyright (c) 2006-2010 MindTouch Inc. * www.mindtouch.com oss@mindtouch.com * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistri...
using System; namespace Rabbit.Kernel.Caching { /// <summary> /// 一个抽象的缓存。 /// </summary> /// <typeparam name="TKey">键类型。</typeparam> /// <typeparam name="TResult">值类型。</typeparam> public interface ICache<TKey, TResult> { /// <summary> /// 根据键获取一个缓存结果。 /// </summary...
namespace Schema.NET.Benchmarks.Core { using System; using System.Collections.Generic; public class BookBenchmark : SchemaBenchmarkBase { public override Thing InitialiseThing() => new Book() { Id = new Uri("https://example.com/book/1"), N...
/* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License"), the contents of this ** file are subject only to the provisions of the License. You may not use ** this file except in co...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using DotMaysWind.Data.Command.Condition; namespace DotMaysWind.Data.UnitTest { /// <summary> /// Sql运算符测试 ///</summary> [TestClass()] public class SqlOperatorsUnitTest { [TestMethod()] public void GetOperatorFo...
/* * 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...
// 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 NUnit.Framework.Interfaces; using NUnit.Framework.Internal; using NUnit.Framework.Internal.Commands; namespace UnityEngine.TestRunner.NUnitExtensions.Runner { internal class FailCommand : TestCommand { private ResultState m_ResultState; private string m_Message; public FailComman...
using System; using System.Collections.Generic; namespace Sparrow.Reactive { public class Messenger<T> : Messenger<T,T> { public Messenger(Action<T> action) : base(action) {} } public class Messenger<TSource, TResult> : IMessenger<TSource, TResult> { public Messenger(Action<TSource...
// // System.Reflection/MonoModule.cs // // Author: // Rodrigo Kumpera (rkumpera@novell.com) // // Copyright (C) 2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to de...
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. 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 * * Unless r...
using System; namespace VCI { [Serializable] public class EmbeddedScriptJsonObject { public const string LuaMimeTypeString = "application/x-lua"; public const string MoonSharpTargetEngineString = "moonSharp"; public string name; public string mimeType; public st...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace JabbR.Infrastructure { public static class QueryableExtensions { public static Task<List<T>> ToListAsync<T>(this IQueryable<T> source) { try { // HACK: ZOMG we s...
using System; using System.Collections; using System.Collections.Generic; using Cosmos.Judgments; using Cosmos.Optionals; namespace Cosmos { /// <summary> /// Arguments checking /// </summary> public static partial class Preconditions { /// <summary> /// 检查对象是否为空 /// </summ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using Ship; using System; namespace Ship { namespace XWing { public class BiggsDarklighter : XWing { public BiggsDarklighter() : base() { PilotName = "Biggs Darklighter"; ...
// // System.ComponentModel.ITypeDescriptorContext.cs // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // (C) 2002 Ximian, Inc (http://www.ximian.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // ...
using Naspinski.Data.CommandQuery.Base; using Naspinski.FoodTruck.Data.Access.Queries.Locations; using Naspinski.FoodTruck.Data.Models.Events; using Naspinski.Maps.Implementations.Google; using Naspinski.Maps.Interfaces; namespace Naspinski.FoodTruck.Data.Access.Commands.Locations { public class Upsert : ResultCo...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above co...
namespace ClassLib023 { public class Class073 { public static string Property => "ClassLib023"; } }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================ ** ** ** ** Implementation details of MSR library. ** ==================================================...
using Milvasoft.Iyzipay.Model; using Milvasoft.Iyzipay.Request; using Milvasoft.Iyzipay.Tests.Functional.Builder; using Milvasoft.Iyzipay.Tests.Functional.Builder.Request; using NUnit.Framework; using NUnit.Framework.Internal; using System.Collections.Generic; namespace Milvasoft.Iyzipay.Tests.Functional { public ...
using System; using System.Runtime.InteropServices; namespace KeyLockIndicators.Interops { [StructLayout(LayoutKind.Sequential)] internal struct PROCESS_INFORMATION { public IntPtr hProcess; public IntPtr hThread; public int dwProcessId; public int dwThreadId; } }
using Fraxiinus.ReplayBook.UI.Main.Utilities; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Media; namespace Fraxiinus.ReplayBook.UI.Main.Models { public class RuneStat : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dynamo.Graph; namespace Dynamo.Extensions { public interface IExtensionStorageAccess { /// <summary> /// A unique id for this extension instance. /// /// ...
using MahApps.Metro.Controls; using StarryEyes.Nightmare.Windows; using StarryEyes.Settings; using StarryEyes.ViewModels; using ThemeManager = StarryEyes.Settings.ThemeManager; namespace StarryEyes.Views { /// <summary> /// MainWindow.xaml の相互作用ロジック /// </summary> public partial class MainWindow : Met...
// The MIT License (MIT) // // Copyright (c) 2015-2018 Rida Messaoudene // https://github.com/eventflow/EventFlow // // 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,...
using UnityEngine; using System.Collections; using entitymanagement; namespace eventsourcing.examples.network { public class PlayerPositionQuery : IQuery { public Vector2 Position; } }
@model BITS.Models.IssueDescriptionItem @{ ViewData["Title"] = "Delete"; } <h2>Delete</h2> <h3>Are you sure you want to delete this?</h3> <div> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.Enabled) </dt> <dd> @Html.DisplayFor(m...
using Bridge; using System.Collections.Generic; namespace Test.BridgeIssues.N3891 { using System; public class App { private readonly byte[] byteArray = new byte[8]; // this should match something with 'List$1(Uint8Array))', like: // this.byteArrayList = new (System.Collections.G...
using EZNEW.Model; using EZNEWApp.AppServiceContract.Sys; using EZNEWApp.BusinessContract.Sys; using EZNEWApp.Domain.Sys.Parameter; using System; using System.Collections.Generic; using System.Text; namespace EZNEWApp.AppService.Sys { public class OperationPermissionAppService : IOperationPermissionAppService ...
namespace ResultNet { using System; using System.Collections.Generic; using System.Linq; /// <summary> /// exception type related to result object /// </summary> [Serializable] public class ResultException : Exception { /// <summary> /// the error code associated wi...
namespace android.os { [global::MonoJavaBridge.JavaClass()] public partial class ParcelFormatException : java.lang.RuntimeException { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static ParcelFormatException() { InitJNI(); } protected ParcelFormatException(global::MonoJavaBrid...
/* * 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...
#pragma checksum "C:\Users\64221\Documents\PRJ7-Project\adventure-platform\adventure-platform\Client\Shared\Pagination.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c5abd44e0b5fa5188b1de553bee744d02e9a9e66" // <auto-generated/> #pragma warning disable 1591 #pragma warning disable 0414 #pragma warning disable 0649 #p...
// // Copyright (c) 2004-2011 Jaroslaw Kowalski <jaak@jkowalski.net> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the above c...
using System.Numerics; using System.Diagnostics; namespace Nethermind.Decompose.Numerics { public class Int64Reduction : IReductionAlgorithm<long> { private class Reducer : IReducer<long> { private class Residue : IResidue<long> { private Reducer reducer...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class InheritMaterials : MonoBehaviour { public Material material; // Start is called before the first frame update void Start() { Renderer [] children = GetComponentsInChildren<Renderer>(); ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using DocumentFormat.OpenXml.Framework; using System; using System.Collections.Generic; namespace DocumentFormat.OpenXml.Packaging { /// <summary> /// Defines...
using Microsoft.AspNetCore.Blazor.Hosting; namespace ApiDemo.Client { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IWebAssemblyHostBuilder CreateHostBuilder(string[] args) => Blaz...
// Copyright 2021 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
using MLAgents; using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(MazeViewer))] public class MazeAgent : Agent { public Vector2Int mazeDimension; public bool regenerateMapOnReset = false; public bool randomWallChance = false; public bool noVectorO...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace discovery.Library.analyzer { public interface ITransformable { void Transform(); } }
using System; namespace Hamburgueria_Tarde.Models { public class Cliente { public ulong ID {get;set;} public string Nome {get;set;} public string Endereco {get;set;} public string Telefone {get;set;} public string Senha {get; set;} public string Email {get;set;}...
using System.Collections.Generic; using CloudFlare.Client.Api.Zones; using CloudFlare.Client.Test.Helpers; using FluentAssertions; using Xunit; namespace CloudFlare.Client.Test.Serialization { public class ModifiedZoneTest { [Fact] public void TestSerialization() { var sut ...
using System; using System.Linq; using AutoFixture; using AutoFixture.Xunit2; namespace DevAdventCalendarCompetition.Tests.AutoFixture { [AttributeUsage(AttributeTargets.Method)] public sealed class TestWithNumberWithoutAnswersDataAttribute : AutoDataAttribute { public TestWithNumberWithoutAnswersD...
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("Di...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.Compute.Models { public partial class SshPublicKeyResource : IUtf8Jso...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy,...
// // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. // using System; // ReSharper disable InconsistentNaming namespace Dnn.ExportImport.Dto.Pages { public class ExportTabModule : BasicExportImportDto ...
// Copyright (c) Shane Woolcock. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Rush.Judgements; using osu.Game.Rulesets.Rush.Scoring; using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Rush.Ob...
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("Sh...
using System; namespace EF.ljArchive.Engine.XMLStructs { /// <summary> /// The parameters for calling <see cref="ILJServer.Login"/>. /// </summary> public struct LoginParams { public LoginParams(string username, string auth_method, string auth_challenge, string auth_response, int ver, string clientversion, i...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using System.IO; using DnDTracker.Web.Persisters; using DnDTracker.Web.Co...
/* * 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 ESRI.ArcGIS; using ESRI.ArcGIS.esriSystem; using System; using System.Linq; using System.Threading; namespace ArcObjectsCodeGen.Runtime { public class ArcGisLicense : IDisposable { private ArcGisLicense(bool gotLicense) { GotLicense = gotLicense; } public bool GotLicense { get; } public void Di...
using System.Collections.Generic; using Horizon.Payment.Alipay.Response; namespace Horizon.Payment.Alipay.Request { /// <summary> /// koubei.advert.delivery.discount.web.batchquery /// </summary> public class KoubeiAdvertDeliveryDiscountWebBatchqueryRequest : IAlipayRequest<KoubeiAdvertDeliveryDiscoun...
using Lexiconner.Application.Helpers; using Microsoft.AspNetCore.Hosting; using System; namespace Lexiconner.Application.Extensions { public static partial class IWebHostEnvironmentExtensions { public static bool IsDevelopmentLocalhost(this IWebHostEnvironment hostingEnvironment) { ...
// <auto-generated /> using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; using MauiReactor.Animations; using MauiReactor.Shapes; using MauiReactor.Internals; #nullable enable namespace MauiReactor { public partial interface IInputView : IView { ...
using System; using System.Collections.Generic; using System.Text; namespace EasyPatch.Common.Settings { public class Configuration { public bool PopulateModelState { get; set; } = true; } }
/* * 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 ...
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions; using Functional.CQS.AOP.Caching.Infrastructure.DistributedCache.Redis.JsonConverters; using Functional.CQS.AOP.Caching.Infrastructure.DistributedCache.Redis.Tests.JsonConverters.Models; using Functional.Primitives.FluentAsserti...