text stringlengths 1 932k |
|---|
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.AwsN... |
using System;
using Xunit;
using Should;
using AutoMapper.QueryableExtensions.Impl;
namespace AutoMapper.UnitTests
{
public class QueryMapperHelperTests
{
[Fact]
public void Should_include_full_type_name_when_missing_map()
{
QueryMapperHelper.MissingMapException(typeof(Quer... |
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... |
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;
using System.IO;
using System.Threading;
namespace ncmdumpGUI
{
public partial class Main : Form
... |
using SharpDX.Direct3D11;
using System;
namespace HelixToolkit.Wpf.SharpDX
{
public sealed class RenderTechnique : IComparable
{
public RenderTechnique(string name)
{
this.Name = name;
}
public RenderTechnique(string name, Effect effect, InputLayout layout)
... |
using OpenKh.Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using Xe.BinaryMapper;
namespace OpenKh.Kh2
{
public class Motion
{
private class PoolValues<T>
{
private readonly Dictionary<T, int> _valuePool = new Dict... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Autodesk.Forge.DesignAutomation;
using BatchPublish.Web.Core.Hubs;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
usi... |
#region copyright
// Copyright 2015 Habart Thierry
//
// 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 applica... |
using System.Linq;
using JetBrains.Space.Generator.CodeGeneration.CSharp.Extensions;
namespace JetBrains.Space.Generator.CodeGeneration.CSharp.Generators;
public class CSharpApiModelGenerator
{
private readonly CodeGenerationContext _codeGenerationContext;
public CSharpApiModelGenerator(CodeGeneratio... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/propsys.h in the Windows SDK for Windows 10.0.19041.0
// Original source is Copyright © Microsoft. All rights reserved.
using System;
using System.Runtime... |
public interface IBuyer
{
int Food { get; }
void BuyFood();
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CollectibleRotate : MonoBehaviour {
void Update () {
transform.Rotate (new Vector3 (0, 45, 0) * Time.deltaTime);
}
} |
// 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;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;
using Silk.NET.Core;
using Silk.NET.Core.Native;
using ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
namespace TimeHelper.Web
{
public class Program
{
public static void Main(string[] args)
{
CreateHostBuilder(args).... |
namespace xr
{
internal static partial class WinAPI
{
public static class ExternDll
{
/// <summary> "activeds.dll" </summary>
public const string ACTIVEDS = "activeds.dll";
/// <summary> "advapi32.dll" </summary>
public const string ADVAPI32 = "... |
using System;
using System.Globalization;
using Microsoft.Owin;
using Microsoft.Owin.Logging;
using Microsoft.Owin.Security;
using Microsoft.Owin.Security.DataHandler;
using Microsoft.Owin.Security.DataProtection;
using Microsoft.Owin.Security.Infrastructure;
using Owin.Security.Providers.Cosign.Provider;
namespace O... |
// 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.NET.TestFramework;
using Microsoft.NET.TestFramework.Assertions;
using ... |
namespace RoslynBug
{
public class Point1
{
public int X { get; set; }
public int Y { get; set; }
public Point1(int x, int y) => (X, Y) = (x, y);
}
} |
using System;
using System.Collections.Generic;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using PMDEvers.CQRS.EntityFramework.Serializers;
using Xunit;
namespace PMDEvers.CQRS.tests.Serializers
{
public class JsonEventSerializerTests
{
... |
using BethanysPieShopStockApp.Models;
using BethanysPieShopStockApp.Services;
using BethanysPieShopStockApp.Utility;
using BethanysPieShopStockApp.Views;
using Xamarin.Forms;
namespace BethanysPieShopStockApp
{
public partial class App : Application
{
public static NavigationService NavigationService ... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
// <auto-generated />
using GroceryFinder.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace GroceryFinder.Migrations
{
[DbContext(typeof(GroceryFind... |
using System;
namespace NuGet.Runtime
{
public static class AppDomainExtensions
{
/// <summary>
/// Creates an instance of a type in another application domain
/// </summary>
public static T CreateInstance<T>(this AppDomain domain)
{
return (T)domain.CreateI... |
using Xunit;
namespace Project170.UnitTests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
} |
// <auto-generated />
using System;
using System.Reflection;
using System.Resources;
using System.Threading;
using JetBrains.Annotations;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.Extensions.Logging;
namespace Microsoft.EntityFrameworkCore.Diagnostics
{
/// <summary>
/// <para>
... |
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("MAS.Game.Core")]
[assembly: AssemblyDescri... |
namespace MetaMorpheusGUI
{
class GuiGlobalParams
{
public bool AskAboutUpdating { get; internal set; } = true;
public bool DisableCloseWindow { get; internal set; } = false;
}
} |
using System;
using System.Collections.Generic;
using Dapper;
using System.Linq;
using DataAccess.Repository;
using DataAccess.Interface;
namespace DataAccess.ModelsViewModels
{
public class MKaryawanVM
{
[Key]
public int ID { get; set; }
public string Name { get; set; }
pu... |
using System;
using System.Collections.Generic;
using Itinero.Profiles.Lua.Tree.Statements;
namespace Itinero.Profiles.Lua.Execution.Scopes
{
internal class BuildTimeScopeBlock
{
internal BuildTimeScopeBlock Parent { get; private set; }
internal List<BuildTimeScopeBlock> ChildNodes { get; private set; }
inte... |
using System;
using System.Collections.Generic;
using System.Linq;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Documents;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
// The Templated Control item template is documented at http://go.microsoft.c... |
using Microsoft.ML.Trainers;
using System.Runtime.Serialization;
namespace MachineLearning.Serialization
{
internal class AveragedPerceptronTrainerSurrogate
{
internal class OptionsSurrogate : AveragedLinearOptionsSurrogate, ISerializationSurrogate<AveragedPerceptronTrainer.Options>
{
publi... |
using Diamonds.Common.Enums;
using System;
using System.Collections.Generic;
namespace Diamonds.Common.Entities
{
public class Season {
public string Name { get; set; }
public DateTime? EndsAt { get; set; }
public static List<Season> All {
get {
var seasons = ne... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AppCan.wpf.Views;
using AppCan.Core.Application;
using Microsoft.Practices.Prism.Modularity;
using Microsoft.Practices.Unity;
using Microsoft.Practices.Prism.UnityExtensions;
using Microsoft.Practices.Prism.Regions;
namespace ... |
namespace Timeify.Api.Shared.Models.Request
{
public class ExchangeRefreshTokenRequest
{
public string AccessToken { get; set; }
public string RefreshToken { get; set; }
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.EntityFrameworkCore.Internal;
using SEDC.NotesApp.DataAccess;
using SEDC.NotesApp.Domain.M... |
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("Ga... |
/*******************************************************************************
* 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) 2001-2019 Aspose Pty Ltd. All Rights Reserved.
//
// This file is part of Aspose.Words. The source code in this file
// is only intended as a supplement to the documentation, and is provided
// "as is", without warranty of any kind, either expressed or implied.
////////////////////////////////////////... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq.Expressions;
using System.Text;
using Reactive.Bindings.Extensions;
namespace Reactive.Bindings.Helpers
{
/// <summary>
/// IFilteredReadOnlyObservableCollection extensions
/// </summary>
public static class... |
using System;
using Foundation;
using Microsoft.Maui.Graphics;
using ObjCRuntime;
using UIKit;
namespace Microsoft.Maui.Platform
{
public static class TextFieldExtensions
{
public static void UpdateText(this UITextField textField, IEntry entry)
{
textField.Text = entry.Text;
}
public static void UpdateT... |
using Microsoft.Extensions.FileProviders;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
namespace Wodsoft.ComBoost.Mock
{
public class MockStorage : IStorage
{
private IFileProvider _FileProvider;
private Dictionary<string, Me... |
using BcuApiDotNet.uy.gub.bcu.monedas;
namespace BcuApiDotNet.Monedas {
public class OpcionesConsultaMoneda {
internal readonly wsmonedasin _wsbcu_in = new wsmonedasin();
public OpcionesConsultaMoneda() { }
public OpcionesConsultaMoneda(GrupoMoneda grupo) {
this.Grupo = grupo... |
@model Gradebook.Web.Areas.Principal.ViewModels.InputModels.ParentModifyInputModel
@{
ViewData["Title"] = "Edit parent";
}
<h3 class="page-heading">Edit parent</h3>
<form asp-action="EditParent" method="post">
<div>
<label asp-for="Parent.FirstName">Parent's first name</label>
<input a... |
using System;
using System.Collections;
using AutoFixture;
using FluentAssertions;
using Xunit;
namespace NCollection.Test.List
{
public abstract class IListTest
{
protected Fixture Fixture { get; }
protected IListTest()
{
Fixture = new Fixture();
}
protect... |
using System.Threading.Tasks;
using EventStore.ClientAPI;
namespace BuildingBlocks.EventStore;
public interface IEventStoreConnectionWrapper
{
Task<IEventStoreConnection> GetConnectionAsync();
} |
namespace LetPortal.Core.Persistences
{
public class ComparisonProperty
{
public string Name { get; set; }
public string SourceValue { get; set; }
public string TargetValue { get; set; }
public ComparedState ComparedState { get; set; }
}
public enum ComparedState
... |
namespace TaskScript.Application.Areas.Learning.Models.Lessons.ViewModels
{
using System.Collections.Generic;
public class PaginationLessonsViewModel
{
public IEnumerable<GetAllLessonsViewModel> Lessons { get; set; }
public int CurrentPage { get; set; }
public int TotalPages { ge... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection.Metadata;
using System.Reflection.PortableExecutable;
using System.Text;
using System.Threading.Tasks;
using ICSharpCode.Decompiler;
using ICSharpCode.Decompiler.Metadata;
using ICSharpCode.Decompiler.TypeSystem... |
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace advisor.Migrations.mssql
{
public partial class initial : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
name: "Games",
... |
using System;
using Xamarin.Forms;
namespace SignalRChat
{
public class MessageModel
{
public string Name { get; set; }
public string Message { get; set; }
public DateTime PostedOn { get; set; }
public string Color { get; set; }
public Thickness Pad { get; set; }
}
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
namespace Microsoft.PowerFx.Core.Entities
{
internal interface IExternalViewInfo : IDisplayMapped<Guid>
{
string Name { get; }
string RelatedEntityName { get; }
}
} |
/*
* 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.Windows;
using System.Windows.Input;
namespace Appercode.UI.Controls.NativeControl.Wrapers
{
internal interface IClickableView
{
event EventHandler NativeClick;
}
} |
namespace Moqunity.Abstract.UnityEngine
{
/// <summary>
/// <para>Provides an interface to get time information from Unity.</para>
/// </summary>
public interface Time
{
/// <summary>
/// <para>The time at the beginning of this frame (Read Only).</para>
/// </summary>
public float time {get;}
/// <s... |
#pragma warning disable 0472
using System;
using System.Text;
using System.IO;
using System.Collections;
using System.ComponentModel;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Xml.Serialization;
using BLToolkit.Aspects;
using BLToolkit.DataAccess;
using BLT... |
using Newtonsoft.Json;
namespace WPPod.Models
{
public class Stock : Inkton.Nester.Cloud.ManagedEntity
{
private long? _id = null;
private string _name;
public Stock()
: base("stock")
{
}
public override string Key
{
get { retur... |
using System.Threading.Tasks;
namespace Unitest.Sample
{
public interface IAuthorizer
{
Task<bool> IsAuthorizedToPerformTransfer(Account account, User user);
}
} |
//------------------------------------------------------------------------------
// <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>
//--... |
using System;
using System.Globalization;
public class CustomNumericFormatting
{
public static void Main()
{
Console.WriteLine("Zero Placeholder:");
ShowZeroPlaceholder();
Console.WriteLine();
Console.WriteLine("Digit Placeholder:");
ShowDigitPlaceholder();
Console.WriteLine()... |
using System;
using AltiumSharp.BasicTypes;
namespace AltiumSharp.Records
{
internal class SchJunction : SchGraphicalObject
{
public override int Record => 29;
public LineWidth Size { get; set; }
public bool IsManualJunction { get; set; }
public override CoordRect CalculateBou... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... |
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using PuppeteerSharp;
[assembly: InternalsVisibleTo("Extra.Tests")]
namespace PuppeteerExtraSharp.Plugins.ExtraStealth.Evasions
{
internal class ChromeApp : PuppeteerExtraPlugin
{
public ChromeApp(): base("stealth-chromeApp") { }
... |
using UAlbion.Core.Textures;
namespace UAlbion.Core.Visual
{
public interface ITextureLoader
{
ITexture LoadTexture<T>(T id);
}
} |
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using UniGLTF;
namespace VRM
{
public class VRMTextureEnumerateTests
{
/// <summary>
/// Test uniqueness
/// </summary>
[Test]
public void TextureEnumerationTest()
{
{
... |
@using Turnkey.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre> |
#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) 2017-2020 Xtensive LLC.
// This code is distributed under MIT license terms.
// See the License.txt file in the project root for more information.
// Created by: Julian Mamokin
// Created: 2017.03.09
using NUnit.Framework;
using Xtensive.Orm.Upgrade;
namespace Xtensive.Orm.Tests.Upgrade
{
publi... |
// --------------------------------------------------------------------------------------------
// Copyright (c) 2019 The CefNet Authors. All rights reserved.
// Licensed under the MIT license.
// See the licence file in the project root for full license information.
// ------------------------------------------------... |
using System.Reflection;
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: AssemblyTitle("Trezor.Net.XamarinForm... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Microsoft.AspNetCore.Cryptography;
namespace Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption;
internal static class AuthenticatedEncryptorExtensions... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.ModelBinding;
namespace IdentityAuthorization.Models.ManageViewModels
{
public class EnableAuthenticatorViewMode... |
using BackToBasicsAdoNet.EntityFramework;
using Microsoft.EntityFrameworkCore;
using System;
using System.Data;
namespace BackToBasicsAdoNet.Examples;
public class IntegrationExample
{
public void Run()
{
var builder = new DbContextOptionsBuilder<SandboxContext>();
builder.UseSqlServer(Settin... |
using Core.WebApp.Server.Filters;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Core.Infrastructure.Storage.FileSystem;
namespace Core.WebApp.Server
{
public... |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Goog... |
@model Aspnetcore.OrderingApp.Models.Client
@inject Aspnetcore.OrderingApp.Services.IFormDataService FormDataHelper
@using Aspnetcore.OrderingApp.Helpers
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
Add a New Client <br/>
... |
using System;
using System.Linq;
using MassTransitUi.Models;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using RabbitMQ.Client;
namespace MassTransitUi.Services
{
public class RabbitMessageOutgoingService
{
private readonly MassTransitSettings _settings;
private rea... |
namespace ContosoUniversity.Features.Department
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using AutoMapper;
using DAL;
using MediatR;
public class Index
{
public class Query : IAsyncRequest<L... |
// ----------------------------------------------------------------------------
// The MIT License
// LeopotamGroupLibrary https://github.com/Leopotam/LeopotamGroupLibraryUnity
// Copyright (c) 2012-2019 Leopotam <leopotam@gmail.com>
// ----------------------------------------------------------------------------
using... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework.Graphics;
namespace BadRabbit.Carrot
{
public class VampireCard : UnitCard
{
static Texture2D StaticCastTexture;
public override Texture2D CastTexture()
{
if... |
/*
* 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.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Qss.Base.Queries
{
public interface IFetchRequest<TQuery, TFetch> : IOrderedQueryable<TQuery>
{
}
} |
/*******************************************************************************
* 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... |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2019 iText Group NV
Authors: iText Software.
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 of the... |
using System;
using System.Collections.Generic;
using CosmosStack.Conversions.Common;
namespace CosmosStack.Conversions.Determiners
{
/// <summary>
/// Internal core conversion helper from string to version
/// </summary>
public static class StringVersionDeterminer
{
/// <summary>
/... |
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
namespace OmiyaGames
{
///-----------------------------------------------------------------------
/// <copyright file="CreditsMenu.cs" company="Omiya Games">
/// The MIT License (MIT)
///
/// Copyright (c) 2014-2016 Omiya Games
... |
using System;
using System.Collections.Generic;
using System.Text;
namespace ExcelToByteFile
{
public class TypeDef
{
public const string sbyteType = "sbyte";
public const string ushortType = "ushort";
public const string uintType = "uint";
public const string ulongType = "ulon... |
using System;
using System.Collections.Generic;
using System.Text;
namespace amsv2.Core.Snowflake
{
public class IdWorker
{
//基准时间
public const long Twepoch = 1288834974657L;
//机器标识位数
const int WorkerIdBits = 5;
//数据标志位数
const int DatacenterIdBits = 5;
/... |
using Cosmos.Business.Extensions.Holiday.Core;
using Cosmos.I18N.Countries;
namespace Cosmos.Business.Extensions.Holiday.Definitions.Europe.Belgium.Commemoration
{
/// <summary>
/// Armistice Day
/// </summary>
public class ArmisticeDay: BaseFixedHolidayFunc
{
/// <inheritdoc />
pub... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IdeaStatiCa.Plugin
{
/// <summary>
/// Logger that does nothing.
/// </summary>
public class NullLogger : IPluginLogger
{
public void LogDebug(string message, Exception ex = null)
{
... |
using System.Diagnostics;
namespace Core.Clang.Documentation.Doxygen
{
/// <summary>
/// A command with word-like arguments that is considered inline content.
/// </summary>
public sealed class InlineCommandComment : InlineContentComment
{
internal InlineCommandComment(CXComment cxComment,... |
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Venjix.Infrastructure.Authentication;
using Venj... |
/**
* Copyright 2017-2021 Plexus Interop Deutsche Bank AG
* SPDX-License-Identifier: Apache-2.0
*
* 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/... |
namespace NYTBestSellers
{
public interface IMainNavigator
{
void NavigateToDetail(int position);
}
} |
using Abp.AutoMapper;
using TestDownload.Authentication.External;
namespace TestDownload.Models.TokenAuth
{
[AutoMapFrom(typeof(ExternalLoginProviderInfo))]
public class ExternalLoginProviderInfoModel
{
public string Name { get; set; }
public string ClientId { get; set; }
}
} |
namespace GestureSample.Views.Tests
{
public class CustomButton : MR.Gestures.Button
{
}
} |
using System.Linq;
using dogma.Backend.Compiler;
using dogma.Backend.Interpreter;
using dogma.Intermediate;
using dogma.Message;
using dogma.Timing;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
namespace tests.Backend.Interpreter
{
[TestClass]
public class ExecutorTest... |
@using System.Threading
@using System.Web.Optimization
@model MedioClinic.Models.PageViewModel
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<title>@Mo... |
/**
* $File: JCS_SoundSettings.cs $
* $Date: $
* $Revision: $
* $Creator: Jen-Chieh Shen $
* $Notice: See LICENSE.txt for modification and distribution information
* Copyright (c) 2016 by Shen, Jen-Chieh $
*/
using UnityEngine;
using System.Collections;
namespace JCSUnity
{
/// <summary>... |
using System.Threading.Tasks;
using Content.Shared.Construction;
using Content.Shared.Notification;
using Content.Shared.Notification.Managers;
using JetBrains.Annotations;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;
namespace Content.Server.Construction.Completions
{
[U... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Net.Sockets;
using System.IO;
using System.Net.Security;
using System.Threading;
using System.Text;
using System.Text.RegularExpressions;
/// <summary>
/// Summary description for ImapClient
/// </summary>
public class ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.