text stringlengths 1 932k |
|---|
using System.Collections.Generic;
using Essensoft.AspNetCore.Payment.Alipay.Response;
namespace Essensoft.AspNetCore.Payment.Alipay.Request
{
/// <summary>
/// alipay.mobile.recommend.get
/// </summary>
public class AlipayMobileRecommendGetRequest : IAlipayRequest<AlipayMobileRecommendGetResponse>
... |
using System;
/// <summary>
/// Summary description for CalculateScore
/// </summary>
public class CalculateScore
{
private int Total = 0;
public int TotalScore
{
get { return Total; }
}
public CalculateScore()
{
}
public void ResetScores()
{
Total = 0;
}
public void UpdateTotals( int ... |
// 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 RazorRenderer;
Renderer.Initialize();
var model = new EmailViewModel
{
UserName = "User",
SenderName = "Sender",
User... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Cl... |
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using Survi.Prevention.Models.Buildings;
namespace Survi.Prevention.DataLayer.Mapping
{
public class SprinklerTypeMapping : BaseImportedModelMapping<SprinklerType>
{
public override void Map(EntityTypeBuilder<SprinklerType> b)
{
b.HasMany(m => m.Localizat... |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Hosting;
namespace Receiver
{
publ... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using Orchard.ContentManagement;
using Orchard.ContentManagement.MetaData.Models;
using Orchard.Core.Common.Models;
using Orchard.FileSystems.Media;
using Orchard.Localization;
using Orchard.MediaLibrary.Factories;
us... |
using System;
using System.Collections.Generic;
using System.Collections;
using EasyAbp.AbpHelper.Steps.Abp;
using EasyAbp.AbpHelper.Steps.Common;
using EasyAbp.AbpHelper.Workflow.Generate;
using Elsa;
using Elsa.Activities;
using Elsa.Activities.ControlFlow.Activities;
using Elsa.Expressions;
using Elsa.Scripting.Jav... |
using System;
namespace doix.Fast.Jobs
{
public class Class1
{
}
} |
using GameObjects;
using GameObjects.Conditions;
using System;
using System.Runtime.Serialization;namespace GameObjects.Conditions.ConditionKindPack
{
[DataContract]public class ConditionKind4912 : ConditionKind
{
public override bool CheckConditionKind(Person person)
{
... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
namespace SimpleLexer
{
public class LexerException : System.Exception
{
public LexerException(string msg)
: base(msg)
{
}
}
public enum Tok
{
EOF,
ID,... |
using Microsoft.Owin;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Sustainsys.Saml2.Owin
{
static class OwinRequestExtensions
{
public static string GetUserAgent(this IOwinRequest request)
{
return req... |
@page
@model LoginModel
@{
ViewData["Title"] = "Log in";
}
<h1>@ViewData["Title"]</h1>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<section>
<form id="account" method="post">
<h4>Use a local account to log in.</h4>
<hr />
<div 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("Sta... |
/*
* Copyright 2019 GridGain Systems, Inc. and Contributors.
*
* Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition... |
using System;
using System.Net;
using System.Doors;
namespace System.Doors
{
[JsonObject]
[Serializable]
public class TransactionContext
{
[NonSerialized] private Type contentType;
public DepotIdentity Identity { get; set; }
public DepotSite IdentitySite
{ get; set; } ... |
namespace CopyArrayElements
{
public class ElementCopier
{
public Article[] CopyUsingAssignment(Article[] initialArray)
{
var destinationArray = initialArray;
return destinationArray;
}
public Article[] CopyUsingArrayClass(Article[] initialArray)
... |
using S7evemetry.Core.Packets.F1;
using S7evemetry.F1_2020.Structures;
using System;
namespace S7evemetry.F1_2020.Packets
{
public class SessionData : SessionDataCommon
{
public static new int Size { get; } = 227;
public byte NumberOfWeatherForecastSamples; // Number of weather samples to foll... |
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("Kee... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Cofoundry.Web;
using Microsoft.Extensions.Configuration;
using Microsoft.AspNetCore.Http;
names... |
using System;
using System.ComponentModel;
using EfsTools.Attributes;
using EfsTools.Utils;
using Newtonsoft.Json;
namespace EfsTools.Items.Efs
{
[Serializable]
[EfsFile("/nv/item_files/rfnv/00024633", true, 0xE1FF)]
[Attributes(9)]
public class LteB26TxRotAnglePaState
{
[ElementsCount(8)]
... |
/* ====================================================================
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 Y... |
// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved.
// 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 full license information.
using System;
using System.Diag... |
namespace SerialNumber.Service.App
{
using System;
using Autofac;
using Microsoft.Extensions.Logging;
using Nancy;
using Nancy.Bootstrapper;
using Nancy.Bootstrappers.Autofac;
using SerialNumber.Service.App.Ioc;
public class Bootstrapper : AutofacNancyBootstrapper
{
pri... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Azure.WebJobs.Host.Blobs;
using Xunit;
namespace Microsoft.Azure.WebJobs.Host.UnitTests.Blobs
{
public class BlobPathSourceTests
{... |
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Markup;
using Microsoft.UI.Xaml.Shapes;
using WEllipse = Microsoft.UI.Xaml.Shapes.Ellipse;
using WRectangle = Microsoft.UI.Xaml.Shapes.R... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.DirectoryServices.AccountManagement;
using System.Dynamic;
using System.Linq;
namespace API
{
/// <summary>
/// Active Directory
/// </summary>
public class ActiveDirectory
{
#region Properties
... |
// Author: Alexander Ott
// Date: 5/12/2018
using Fieldscribe_Windows_App.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
namespace Fieldscribe_Windows_App
{
public class EventsController
{
// TODO: Modify algorithm to all... |
namespace QueryNinja.Examples.AspNetCore.DbContext.Entities
{
public enum Mark
{
A = 5,
B = 4,
C = 3,
D = 2,
F = 1
}
} |
@{
Layout = "_Layout";
}
@using HairSalon.Models
@model List<HairSalon.Models.Client>
<h1 class="jumbotron">
Clients
<p>@Html.ActionLink("Stylists", "Index", "Stylists") || @Html.ActionLink("Home", "Index", "Home")</p>
</h1>
<div class="container ">
<br>
<p><strong>Choose a Client</strong></p>
@if (Model... |
using Ame.Infrastructure.BaseTypes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ame.App.Wpf.UI
{
public interface ILayoutViewModel
{
BindableProperty<bool> IsBusy { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NuGet.Resources;
namespace NuGet
{
public class PhysicalFileSystem : IFileSystem
{
private readonly string _root;
private ILogger _logger;
public PhysicalFileSystem(string root)
{
... |
namespace MBB_Economy
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param... |
using FluentAssertions;
using FunctionalTests.Esquio.UI.Api.Seedwork;
using FunctionalTests.Esquio.UI.Api.Seedwork.Builders;
using FunctionalTests.Esquio.UI.Api.Seedwork.Extensions;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.TestHost;
using System;
using System.Threading.Tasks;
using Xunit;
namespace... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Diagnostics;
namespace Xamarin.ProjectTools
{
public class XamarinAndroidWearApplicationProject : XamarinAndroidApplicationProject
{
static readonly string default_strings_xml, default_main_activity;
static readonly string default_layo... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
namespace Azure.Management.EventHub.Models
{
/// <summary> The response from the List namespace operation. </summary>
public partial class ... |
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Threading.Tasks;
using GitHub.Api;
using GitHub.Extensions;
using GitHub.Primitives;
using Octokit.GraphQL;
using static Octokit.GraphQL.Variable;
namespace GitHub.Services
{
[Export(typeof(IRepositoryService))]
... |
#region License
/*
Copyright © 2014-2018 European Support Limited
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... |
// This file is part of the DSharpPlus project.
//
// Copyright (c) 2015 Mike Santiago
// Copyright (c) 2016-2021 DSharpPlus Contributors
//
// 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... |
using System.Xml.Serialization;
using VertSoft.ubl21.common.CommonAggregateComponents_2;
using VertSoft.ubl21.common.CommonBasicComponents_2;
using VertSoft.ubl21.common.CommonExtensionComponents_2;
namespace VertSoft.ubl21.main
{
[System.Serializable()]
[System.Diagnostics.DebuggerStepThrough()]
[System.Compone... |
/*
* 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... |
using System.Collections.Generic;
using System.Collections;
using System.Reflection;
using UnityEngine;
using System;
[System.Serializable]
public static class CopyComponentExtension{
private static Dictionary<string, string> exceptions = new Dictionary<string, string>
{
{"material", "sharedMaterial"},
{"mater... |
using UnityEngine;
using UnityEngine.UI;
public class AddTakeoutInformation : MonoBehaviour
{
[Header("Data")]
[SerializeField]
TakeoutLoader loader = null;
[SerializeField]
string url = null, user_name_key = null, password_key = null, orders_time_limit_key = null,
delivery_time_key = nu... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Assets.BeatLabs.Scripts.Utils
{
public static class EnumerableExtensions
{
public static int? FirstIndexOrDefault<T>(this IEnumerable<T> enumerable, Func<T, bool> predicate)
{
return enumerable
.Select((item, index)... |
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
using FSLib = Microsoft.FSharp.Compiler.AbstractIL.Internal.Library;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Sys... |
//-------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Ninject">
// Copyright (c) 2008-2015
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You m... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace QIQI.EProjectFile
{
public class GlobalVariableInfo : AbstractVariableInfo
{
public bool Public { get => (Flags & 0x100) != 0; set => Flags = (Flags & ~0x100) | (value ? 0x100 : 0); }
public GlobalV... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Timers;
namespace GraphingCalculator
{
public partial class For... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Documents;
namespace Anagram.helper
{
public static class WatermarkService
{
/// <summary>
/// Wa... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="DataConverterMetadata.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the ... |
namespace Bing.Ui.Operations.Datas
{
/// <summary>
/// 数据源
/// </summary>
public interface IDataSource
{
}
} |
using System.Collections.Generic;
using System.Xml.Serialization;
namespace MagicDuels
{
[XmlRoot(ElementName = "cards")]
public class MagicDuelsCardList : List<CardInfo>
{
}
[XmlType("card")]
public class CardInfo
{
[XmlAttribute(AttributeName = "name")]
public string Dis... |
using ListaBiSuperCompacta.BibliotecaListaBi;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ListaBiSuperCompacta
{
class Program
{
static void Main(string[] args)
{
var listaBi = new ListaBi();
... |
// 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 Cake.Core.Composition;
namespace Cake.Common.Modules;
/// <summary>
/// The module responsible for register... |
//
// Copyright 2016 Clancey
//
// 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 System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using CharacterMap.Helpers;
using CharacterMap.Models;
using CharacterMapCX;
using Microsoft.Toolkit.Mvvm.DependencyI... |
#region License
/*********************************************************************************
* JsonErrorInfoExtensions.cs
*
* Copyright (c) 2004-2022 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using MSAst = System.Linq.Expressions;
using System;
using System.Collections.Generic;
using AnyPrefix.Micr... |
@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<style>
.table th {
border-top: none;
}
</style>
<h1>@ViewData["Title"]</h1>
<div class="card-columns" id="printcard"></div>
<p id="output"></p>
@section Scripts {
<script>
var configId = uuidv4();
var connection... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ParallelExceptions
{
internal class Program
{
private static void Main()
{
ParallelForEach3Async();
ParallelForEach2Async();
ParallelForEachAsync... |
using System;
// ReSharper disable EmptyEmbeddedStatement
namespace NoAdsHere.Common
{
public static class LevenshteinDistance
{
public static int Compute(string s, string t)
{
if (string.IsNullOrEmpty(s))
{
return string.IsNullOrEmpty(t) ? 0 : t.Length;... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
namespace StoreProject.Models
{
public class DataContext : DbContext
{
public DataContext(DbContextOptions<DataContext> options) : base(options) { }
public DbS... |
// ------------------------------------------------------------
// 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.AzureCA... |
/// <summary>
/// Copyright (c) 2018 James Dalton. All rights reserved.
/// This work is licensed under the terms of the MIT license.
/// </summary>
using System;
using System.Net.Http;
using System.Threading.Tasks;
namespace basic_example
{
class Program
{
/// <summary>
/// Asynchronously ge... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using EventStore.Common.Log;
using EventStore.Common.Utils;
using EventStore.Core.Bus;
using EventStore.Core.Data;
using EventStore.Core.Messages;
using EventStore.Core.Services.Monitoring.Stats;
using EventStore.Core.Serv... |
@model Zoologico.Models.Parqueadero
@{
ViewBag.Title = "Create";
Layout = "~/Views/Shared/_LayoutTrabajadores.cshtml";
}
<link href="~/Library/style/Workers.css" rel="stylesheet" />
@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
<br />
<div class="form-horizontal">
<h2 class="text-... |
using System.Reflection;
using HarmonyLib;
using ToolbarManager.Logic;
using VRage.Plugins;
namespace ToolbarManager
{
// ReSharper disable NotAccessedField.Local
// ReSharper disable once UnusedType.Global
public class Plugin : IPlugin
{
private static bool initialized;
private static... |
// *** 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 Codex.BackOffice.Resources;
using System.ComponentModel.DataAnnotations;
namespace Codex.BackOffice.Models.Users
{
public class UserPasswordModel
{
[Required(ErrorMessageResourceName = "REQUIRED_FIELD_ERROR", ErrorMessageResourceType = typeof(AppResource))]
[DataType(DataType.Password)]
... |
using System;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Library.Migrations
{
public partial class Patrons : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
... |
namespace Discord.Json.Payloads
{
public class GatewayRoleCreated
{
public ulong guild_id;
public Objects.Guilds.RoleObject role;
}
} |
/*
* 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... |
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Security.Permissions;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
namespace WeifenLuo.WinFormsUI.Docking
{
public class FloatWindow : Form, INestedPanesContainer, IDockDragSource
{
private NestedPaneCollection m_... |
namespace _03._Composite
{
public static class CompositeDemo
{
public static void Main()
{
// Create a tree structure
var root = new CompositeElement("Picture");
root.Add(new PrimitiveElement("Red Line"));
root.Add(new PrimitiveElement("Blue Cir... |
// This file is part of Silk.NET.
//
// You may modify and distribute Silk.NET under the terms
// of the MIT license. See the LICENSE file for details.
using System;
#pragma warning disable 1591
namespace Silk.NET.OpenGL
{
public enum FogPointerTypeEXT
{
Float = 0x1406,
Double = 0x140A,
... |
using System;
namespace RestWithASPNETUdemy.Data.VO
{
public class TokenVO
{
public TokenVO(bool authenticated, string created, string expiration, string accessToken, string refreshToken)
{
Authenticated = authenticated;
Created = created;
Expiration = expir... |
#if !NOT_UNITY3D
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using ModestTree.Util;
using UnityEditor;
using UnityEngine;
using ModestTree;
using Zenject.Internal;
using UnityEditor.SceneManagement;
namespace Zenject
{
public static class ZenUnityEditorUtil
{
pu... |
//*********************************************************//
// Copyright (c) Microsoft. All rights reserved.
//
// Apache 2.0 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 writing,... |
/*
* Copyright (c) 2014 Håkan Edling
*
* See the file LICENSE for copying permission.
*/
using System;
using System.Runtime.Serialization;
namespace Goldfish.Models
{
/// <summary>
/// Categories are used to group posts together.
/// </summary>
[Serializable]
[DataContract]
public sealed class Category
{
... |
namespace BlueGo.GUI
{
partial class FormPrefernces
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
///... |
/*
* 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 may ... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/objidlbase.h in the Windows SDK for Windows 10.0.20348.0
// Original source is Copyright © Microsoft. All rights reserved.
using System;
using System.Diag... |
@model SalesStatisticsSystem.WebApp.Models.ExternalLoginListViewModel
@using Microsoft.Owin.Security
<h4>Use another service to log in.</h4>
<hr />
@{
var loginProviders = Context.GetOwinContext().Authentication.GetExternalAuthenticationTypes();
if (loginProviders.Count() == 0) {
<div>
<p>... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// La información general de un ensamblado se controla mediante el siguiente
// conjunto de atributos. Cambie estos valores de atributo para modificar la información
// asociada con un ensamblado.
[assembly: Assembl... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace s32.Sceh.DataModel
{
public class ProfilesData
{
public ProfilesData()
{
SteamProfiles = new List<SteamProfile>();
}
public bool AutoLogIn ... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Bimbrownia.AI.Shared
{
public abstract class Event
{
public Guid Id { get; set; }
public DateTime Occured { get; set; }
public Guid StillId { get; set; }
public Event(Guid stillId)
{
... |
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using NS.Identity.API.Models;
using NS.Identity.API.Services;
namespace NS.Identity.API.Controllers
{
[Route("api/identity")]
public class AuthController : MainController
{
private readonly SignInMan... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Gamekit2D
{
public class ChomperAttackSMB : SceneLinkedSMB<EnemyBehaviour>
{
public override void OnSLStateExit(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
{
base.OnSLStateE... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class wiggle : MonoBehaviour
{
public bool moving = false;
public float speed;
bool leftRight = true;
float yRot = 0;
// Start is called before the first frame update
void Start()
{
}
//... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Cl... |
using Coding4Fun.VisualStudio.ApplicationInsights.Channel;
using Coding4Fun.VisualStudio.ApplicationInsights.Extensibility.Implementation;
using Coding4Fun.VisualStudio.ApplicationInsights.Extensibility.Implementation.External;
using System;
using System.Collections.Generic;
namespace Coding4Fun.VisualStudio.Applicati... |
//
// This file has been generated automatically by MonoDevelop to store outlets and
// actions made in the Xcode designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;
namespace TagsView.Sample
{
[Register("ViewController")]
partial cl... |
//------------------------------------------------------------------------------
// <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 System.Collections.Generic;
using Sudoku.Data;
using Sudoku.Data.Collections;
using Sudoku.Drawing;
using Sudoku.Techniques;
namespace Sudoku.Solving.Manual.Sdps
{
/// <summary>
/// Provides a usage of <b>empty rectangle</b> (<b>ER</b>) technique.
/// </summary>
/// <param name="Conclusions">All conclusions... |
using System.Collections.Generic;
namespace Testing.Common
{
public class MainEntity : Entity
{
public SubEntity SubEntity
{
get;
set;
}
public SubEntity[] SubEntityArrayToArray
{
get;
set;
}
public List<SubEntity> SubEntityListToList
{
get;
set;
}
public SubEntity[] SubEntit... |
using System.Threading.Tasks;
using THT.AWS.Abstractions.S3;
namespace docudude.Repositories
{
public class S3Repository : IS3Repository
{
private readonly IFileWrapper fileWrapper;
public S3Repository(IFileWrapper fileWrapper)
{
this.fileWrapper = fileWrapper;
}
... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace WizBot.Extensions
{
public static class IEnumerableExtensions
{
public static IEnumerable<T> Distinct<T, U>(this IEnumerable<T> data, Func<T, U> getKey) =>
data.GroupBy(x => getKey(x))
.Select(x =>... |
// Copyright (c) homuler & The Vignette Authors. Licensed under the MIT license.
// See the LICENSE file in the repository root for more details.
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
namespace Akihabara.Native.Gpu
{
public partial class SafeNativeMethods : Native... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.