text
stringlengths
1
932k
using System; using System.Linq.Expressions; namespace ValueInjection.Configuration { public class TypeSelectorExpression<TDestination> : ITypeSelectorExpression<TDestination> { public IDestinationPropertySelectorExpression<TDestination, TDestinationProperty> Of<TDestinationProperty>(Expression<Func<TD...
//////////////////////////////////////////////////////////////////////////////// //NUnit tests for "EF Core Provider for LCPI OLE DB" // IBProvider and Contributors. 09.05.2021. using System; using System.Data; using System.ComponentModel.DataAnnotations; using System.ComponentMode...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated w...
// Generated by https://github.com/juliettef/IconFontCppHeaders script GenerateIconFontCppHeaders.py for language C# // from https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/metadata/icons.yml // for use with https://github.com/FortAwesome/Font-Awesome/blob/master/webfonts/fa-solid-900.ttf, https://git...
//----------------------------------------------------------------------- // <copyright file="InboxSpec.cs" company="Akka.NET Project"> // Copyright (C) 2009-2016 Typesafe Inc. <http://www.typesafe.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyright> //-----...
using UnityEditor; using UnityEngine; using System.Collections; using System.Collections.Generic; using DG.Tweening; [CustomEditor(typeof(WMG_Ring_Graph))] public class WMG_Ring_Graph_E : WMG_E_Util { WMG_Ring_Graph graph; Dictionary<string, WMG_PropertyField> fields; enum eTabType { Core, Labels, Misc }...
// *** 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...
/* * Copyright (c) 2018. Evren Coşkun * * 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 agree...
using System.Collections.Generic; using System.Text.Json.Serialization; namespace Essensoft.Paylink.Alipay.Domain { /// <summary> /// InvoiceSendOpenModel Data Structure. /// </summary> public class InvoiceSendOpenModel : AlipayObject { /// <summary> /// 支付宝端的申请id。如果在开票过程中,是通过支付宝提交...
 @{ ViewBag.Title = "Payment"; Layout = "~/Views/Shared/_Layout.cshtml"; } <div class="home"> <!--banner and breadcrums--> <div class="home_overlay"></div> <div class="home_content d-flex flex-column align-items-center justify-content-center"> <h2>Payment</h2> </div> </div> <ul class="...
using System; using System.Collections.Generic; using System.Text; namespace Interrogator.Http { public class RequestHasNoContentException : Exception { internal RequestHasNoContentException(string message) : base(message) { } } }
using System.Collections.Generic; using System.Linq; using GraphQL.Types; using Moq; using Ugpa.GraphQL.Linq.Tests.Fixtures; using Xunit; namespace Ugpa.GraphQL.Linq.Tests { public sealed class GqlContextTest : IClassFixture<GqlClientFixture> { private readonly GqlClientFixture clientFixture; ...
/* * 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...
namespace Linq.Enumeradores { public enum eDisciplina { Matemática = 0, Inglês = 1, Biologia = 2, Laboratório = 3 } }
 namespace _08.Employee_Data { using System; public class EmployeeData { static void Main() { string firstName = Console.ReadLine(); string lastName = Console.ReadLine(); byte age = byte.Parse(Console.ReadLine()); char gender = char.Parse(Con...
namespace P01_RawData.Data { public interface IConsoleDataReader { string Read(); } }
 // //This is modified from KerasSharp repo for use of Unity., by Xiaoxiao Ma, Aalto University, // // Keras-Sharp: C# port of the Keras library // https://github.com/cesarsouza/keras-sharp // // Based under the Keras library for Python. See LICENSE text for more details. // // The MIT License(MIT) // // P...
using Sustainsys.Saml2.WebSso; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.Http; using System; using System.Text; using System.Threading.Tasks; namespace Sustainsys.Saml2.AspNetCore2 { static class CommandResultExtensions { public st...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Nwuram.Framework.ToExcel; using Nwuram.Framework.Logging; namespace MonitoringGoodsUpdates { public partial class MainForm :...
using System; using System.Collections.Generic; using NUnit.Framework; namespace Nake { [TestFixture] class Feature_intersections : CodeFixture { [Test] public void String_arguments_within_proxied_method_call_should_be_expanded_correctly() { Build(@" ...
@model Bit_Photos.Models.Photo @{ ViewData["Title"] = "Edit"; } <h1>Edit</h1> <h4>Photo</h4> <hr /> <div class="row"> <div class="col-md-4"> <form asp-action="Edit"> <div asp-validation-summary="ModelOnly" class="text-danger"></div> <input type="hidden" asp-for="photoId" /> ...
namespace KBCsv.PerformanceTests.Utility { using System.Collections.Generic; using Xunit.Abstractions; using Xunit.Sdk; public sealed class WritePerformanceTestDiscoverer : IXunitTestCaseDiscoverer { private readonly IMessageSink diagnosticMessageSink; public WritePerformanceTestD...
using StoreManager.Application.Interfaces.CacheRepositories; using AspNetCoreHero.Results; using AutoMapper; using MediatR; using System.Threading; using System.Threading.Tasks; namespace StoreManager.Application.Features.Products.Queries.GetById { public class GetProductByIdQuery : IRequest<Result<GetProductById...
// ReSharper disable once CheckNamespace - Common convention to locate extensions in Microsoft namespaces for simplifying autocompletion as a consumer. namespace Microsoft.Extensions.DependencyInjection { using System; using AspNetCore.Identity; using AspNetCore.Identity.MongoDB; using MongoDB.Driver; public st...
using System; using System.ComponentModel.Composition; using Cito.Tester.Common; using FakeItEasy; using MEFedMVVM.ViewModelLocator; using Questify.Builder.Logic.Service.Interfaces; namespace Questify.Builder.UnitTests.Fakes { [PartCreationPolicy(CreationPolicy.Shared), ExportService(ServiceType.Both, typeof(ILe...
using System; using System.Linq; using System.IO; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using UnityEngine.UI; namespace UXF.UI { public class ExperimentProfileSelector : MonoBehaviour { public FormElement dropdown; UICo...
using TextComposerLib.Text.Linear; namespace TextComposerLib.Code.JavaScript.Obsolete { public abstract class JsCodeComponentSimple : JsCodeComponent { /// <summary> /// Returns the arguments used in the constructor of this component /// </summary> /// <returns></return...
using System; using System.Collections.Generic; using System.Linq; using ApiDocumenter.Models; using Voodoo.Messages; namespace ApiDocumenter.Operations { public class ModelResponse : Response { public List<NamespaceNode> NameSpaces { get; set; } public ModelResponse() { ...
// 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.IO; using System.IO.Compression; using System.Linq; using System.Threading; using System.Threading.Tasks; using NuGet.Common;...
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("01....
namespace UglyToad.PdfPig.Fonts.Encodings { using Core; /// <summary> /// The Mac Roman encoding. /// </summary> public class MacRomanEncoding : Encoding { /// <summary> /// Table of octal character codes and their corresponding names. /// </summary> private sta...
using System; using System.Collections.Generic; using System.Text; namespace ETJump.Scoreboard.Utilities { public static class DateTimeExtensions { private static readonly DateTime Epoch = new DateTime(1970, 1, 1, 0, 0, 0, 0, System.DateTimeKind.Utc); public static DateTime FromUnixTimestamp(...
//////////////////////////////////////////////////////////////////////////////// //EF Core Provider for LCPI OLE DB. // IBProvider and Contributors. 09.02.2021. namespace Lcpi.EntityFrameworkCore.DataProvider.LcpiOleDb.Basement.EF.Root.Query.Local.Expressions.Op2.Translators.Insta...
using System; using System.Runtime.CompilerServices; namespace FF8.Core { public interface IAwaiter { Boolean IsCompleted { get; } void GetResult(); } }
// 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.Runtime.CompilerServices; using System.Collections.Generic; using Internal.Reflection.Core.NonPortable; namespace System.Runtime.InteropServ...
// Developed by Softeq Development Corporation // http://www.softeq.com using System.Collections.Generic; using Softeq.NetKit.Auth.Integration.Email.Dto; namespace Softeq.NetKit.Auth.Integration.Email.Notifications { public interface IEmailNotification { string Subject { get; set; } IEnumera...
// ======================================================================================================= // // ,uEZGZX LG Eu iJ vi // BB7. .: uM 8F 0BN Bq S: ...
// // Copyright (c) .NET Foundation and Contributors // Original work from Oleg Rakhmatulin. // See LICENSE file in the project root for full license information. // using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Collections.Generic; using nanoFramework.Tools.MetadataProcessor.Core.Extensions; using System; using...
using System; using System.Reflection; using System.Collections.Generic; using System.Text; using Microsoft.Office.Interop.Excel; using System.Collections; using System.Runtime.InteropServices; using System.Diagnostics; namespace CCFTools { public class ExcelReport : ExcelBase { private string _templa...
using DFC.App.JobProfileTasks.Common.Contracts; namespace DFC.App.JobProfileTasks.Common.Services { public class InMemoryCorrelationIdProvider : ICorrelationIdProvider { public string CorrelationId { get; set; } } }
// The MIT License (MIT) // Copyright (c) 1994-2018 The Sage Group plc or its licensors. 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, ...
//////////////////////////////////////////////////////////////////////////// // // Copyright 2016 Realm 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/li...
namespace ReferenceEngine.Bibtex.Enumerations { /// <summary> /// Represents the ordering of entries in the bibliography. /// </summary> public enum BibliographyOrder { /// <summary> /// In order of appearance (the default). /// </summary> Appearance, ...
using System; using System.Collections.Generic; using System.Threading.Tasks; using NextGenSoftware.OASIS.API.Core; using NextGenSoftware.OASIS.API.Core.Enums; using NextGenSoftware.OASIS.API.Core.Helpers; using NextGenSoftware.OASIS.API.Core.Holons; using NextGenSoftware.OASIS.API.Core.Interfaces; using NextGenSoftwa...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this list ...
/* * 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 2020 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 ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace Microsoft.R.Support.RD.Classification { public static class RdClassificationTypes { public const string Braces = "RD Braces"; } }
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; public class QSpellCooldown : MonoBehaviour { [SerializeField] private Image imageCooldown; [SerializeField] private TMP_Text textCooldown; //variables for cooldownTimer private b...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Epam.Task7.Entities; namespace Epam.Task7.BLL.Interface { public interface IImageLogic { int Add(Image image); void Delete(int id); Image GetById(int id); ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Xunit; namespace Syst...
using Xunit; using static Digipost.Api.Client.Shared.Certificate.CertificateChainUtility; using static Digipost.Api.Client.Shared.Certificate.CertificateValidationType; using static Digipost.Api.Client.Shared.Certificate.CertificateValidator; using static Digipost.Api.Client.Shared.Resources.Certificate.CertificateReso...
using Avukat_2.Models; using System; using System.Linq; using System.Web.Mvc; using System.Globalization; using System.Text.RegularExpressions; using System.Web; using System.Collections.Generic; using System.IO; using System.Net.Mail; using System.Net; namespace Avukat_2.Controllers { public class ScriptsControl...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Android.App; // 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...
// --------------------------------------------------------------------- // Copyright 2018 David Haig // // 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 w...
using System.Collections.Generic; using System.Windows; using System.Windows.Input; using System.Windows.Media; using Xky.Core; namespace Xky.Platform.UserControl { /// <summary> /// MyTabItem.xaml 的交互逻辑 /// </summary> public partial class MyTabItem { //用于判断选中状态 private static ...
/* This code is derived from jgit (http://eclipse.org/jgit). Copyright owners are documented in jgit's IP log. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, is reproduced below, and is available at http://www...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Toolkit.Mvvm.ComponentModel; using System.Collections.Generic; using System.Collections.ObjectModel...
using System; namespace Conventional { public interface IConventionSpecification { ConventionResult IsSatisfiedBy(Type type); IConventionSpecification And(IConventionSpecification conventionSpecification); IConventionSpecification Or(IConventionSpecification conventionSpecification); ...
/* * Copyright 2012-2016 The Asn1Net Project * * 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 applicab...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Speech.AudioFormat; using System.Speech.Synthesis; using System.Text; using System.Threading; using System.Threading.Tasks; namespace AudioAgent { class AudioJobProcessor { priv...
using System; using System.Collections.Generic; using UnityEngine; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace FortySevenE.Bootstrapper { public class BootstrapJsonParser: IBootstrapRawTextParser { public bool TryGetSettingDictionary(string rawText, ref Dictionary<string, obje...
using Abot.Util; using NUnit.Framework; using System; using System.Diagnostics; namespace Abot.Tests.Unit.Util { [TestFixture] public class RateLimiterTest { RateLimiter _unitUnderTest; [Test] public void Constructor_InvalidOccurrances() { Assert.Throws<Argumen...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class IntroScene : MonoBehaviour { /// <summary> /// Amount of time the logo is shown to the player /// </summary> public float logoShowTime; public UIManager uiManager; public String mainMenu...
namespace WpfAnalyzers { using System.Collections.Immutable; using System.Composition; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAn...
using UnityEngine; using Phenix.Unity.Utilities; using Phenix.Unity.Particle; public class MotionEffectSamurai : MotionEffectBase { }
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from shared/ipmib.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System.Runti...
namespace DesignPatternStudy.Creational.FactoryWithReflection.Interfaces { public interface ILogger { void Log(string message); } }
using System.Collections.Generic; using Essensoft.AspNetCore.Payment.Alipay.Response; namespace Essensoft.AspNetCore.Payment.Alipay.Request { /// <summary> /// alipay.eco.renthouse.room.state.sync /// </summary> public class AlipayEcoRenthouseRoomStateSyncRequest : IAlipayRequest<AlipayEcoRenthouseRoo...
using SortingVisualiser.Extensions; using System; namespace SortingVisualiser.Commands { public class SwapCommand : ICommand { private readonly Controller mController; private readonly Tuple<int, int> mIndices; public SwapCommand(Controller controller, int index1, int index2) ...
// 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 System; using System.Linq; using FluentAssertions; using Microsoft.NET.TestFramework; using Microsoft.NET.TestFramework.Assertions; using ...
using Microsoft.AspNetCore.Builder; using System; using System.Collections.Generic; using System.Text; namespace GreenElephantIO.Middleware { public static class PublishSubscribeMiddlewareExtension { public static IApplicationBuilder UsePublishSubscribeFunctionality(this IApplicationBuilder applicatio...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace NotificationService.BusinessLibrary { using System; using System.Collections.Generic; using System.Globalization; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threa...
/* * 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...
#if WITH_EDITOR #if PLATFORM_64BITS using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace UnrealEngine { public partial class UMaterialExpressionQualitySwitch { static readonly int Default__Offset; /// <summary>Default connection, used when a specific quality level i...
//------------------------------------------------------------------------------ // <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> //--...
//*******************************************************************************************// // // // Download Free Evaluation Version From: https://bytescout.com/download/web-installer // // ...
using System; using System.Collections.Generic; namespace CityOfInfo.Data.Mids { public class Issue12Header { public static readonly string MarkTwoVersionHeader = "Mids' Hero Designer Database MK II"; public string Description { get; set; } public float Version { get; set; } p...
using System; using System.Diagnostics; using System.IO; using System.Security.Cryptography; using System.Text; using GMap.NET.CacheProviders; namespace GMap.NET.Internals { internal class CacheLocator { private static string _location; public static string Location { get ...
using System; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace DataCloner.Universal.Views { public sealed partial class MainPage : Page { public MainPage() { this.InitializeComponent(); } } }
/****************************************************************************** * Gear: An open-world sandbox game for creative people. * * http://github.com/cathode/gear/ * * Copyright © 2009-2017 William 'cathode' Shelley. All Rights Reserved. *...
namespace go_cd_windows_tray_build_notifier { partial class SysTrayApp { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; #region Windows Form Designer generated code /// <summary> ...
using Ngnet.Common.Json.Service; using Ngnet.Database; namespace Ngnet.Services { public abstract class BaseService { protected readonly NgnetDbContext database; protected readonly JsonService jsonService; protected BaseService(NgnetDbContext database, JsonService jsonService) ...
// <auto-generated> // Auto-generated by StoneAPI, do not modify. // </auto-generated> namespace Dropbox.Api.Sharing { using sys = System; using col = System.Collections.Generic; using re = System.Text.RegularExpressions; using enc = Dropbox.Api.Stone; /// <summary> /// <para>The list folders...
namespace ConoHaNet.Objects { using Newtonsoft.Json; /// <summary> /// Represents the detailed information for a labeled network in Rackspace Cloud Networks. /// </summary> /// <seealso href="http://docs.rackspace.com/networks/api/v2/cn-devguide/content/ch_overview.html">Overview (Rackspace Cloud ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Collections.Generic; using System.Linq; using System.Windows.Controls; namespace MUXControlsTestApp.Samples { public partial class Defaults { ...
using System; using System.IO; using System.Linq; using System.Reflection; using UnityEngine; namespace Packages.Rider.Editor { internal class RiderInitializer { public void Initialize(string editorPath) { if (EditorPluginInterop.EditorPluginIsLoadedFromAssets()) { Debug.L...
using Azure.Storage.Blobs; using Azure.Storage.Blobs.Models; using System; using System.IO; using System.Threading.Tasks; namespace Blob { class Program { static async Task Main() { Console.WriteLine("Azure Blob storage v12 - .NET quickstart sample\n"); // Retrieve the...
// Copyright (c) MASA Stack All rights reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Masa.BuildingBlocks.Authentication.Oidc.Domain.Repositories; public interface IIdentityResourceRepository : IRepositoryBase<IdentityResource> { Task AddStandar...
/*---------------------------------------------------------------- Copyright (C) 2017 Senparc 文件名:Semantic_WeatherResult.cs 文件功能描述:语意理解接口天气服务(weather)返回信息 创建标识:Senparc - 20150211 修改标识:Senparc - 20150303 修改描述:整理接口 --------------------------------------------------------------...
#region License /* NetIRC2 Copyright (c) 2013 James F. Bellinger <http://www.zer7.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright...
namespace TvShowReminder.Contracts.Command { public class DeleteEpisodesCommand : ICommand { public int[] EpisodeIds { get; set; } } }
using Microsoft.EntityFrameworkCore.Migrations; using NodaTime; namespace TurboYang.Tesla.Monitor.Database.Migrations { public partial class _202106230001 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<Instant>( ...
@using Blogifier.Shared.Resources @using Blogifier.Shared @using Microsoft.Extensions.Localization @inject IStringLocalizer<Resource> _localizer @{ ListModel listModel = (ListModel)Model; string root = Url.Content("~/"); } @if (listModel.Posts.Count() > 0) { <div class="row row-cols-1 row-cols-md-2 row-co...
// <auto-generated> // 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 // re...
using Microsoft.Rest.ClientRuntime.Azure.TestFramework; // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System.Linq; using Xunit; namespace Microsoft.Azure.Management.Support.Tests.ScenarioTests { p...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AndroidInteropLib.android.view { public class Display { } }
using SMLHelper.V2.Json; using SMLHelper.V2.Options.Attributes; using System; namespace ExtraOptions.Configuration { [Menu("ExtraOptions")] public class Config : ConfigFile { [Slider("Murkiness", 0, 400, Step = 10, Tooltip = "How clear the water is to allow for distance viewing."), OnChange(nameof...
using iTextSharp.text; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MathematicsQuestionGeneratorAPI.Models.PdfBuilders { public static class PdfStylings { public static float MARGIN = 72f; public static BaseColor FONT_COLOR = BaseCo...
using System; namespace ActiveDirectory.Core.TestFramework.Configuration { public class KeyReduplicateException : Exception { public override string Message { get { return "The property key of configuation file is reduplicate."; } } ...