text stringlengths 1 932k |
|---|
using System.Collections.Immutable;
using System.Text.RegularExpressions;
namespace Microsoft.Recognizers.Text.DateTime.Spanish
{
public class SpanishSetParserConfiguration : BaseOptionsConfiguration, ISetParserConfiguration
{
public SpanishSetParserConfiguration(ICommonDateTimeParserConfiguration con... |
// <auto-generated />
using System;
using DoctorHouse.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace Doct... |
namespace Nancy.Demo.MarkdownViewEngine.Modules
{
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using ViewEngines;
public class HomeModule : NancyModule
{
private readonly IViewLocationProvider viewLocationProvider;
public HomeModu... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using OnlineST.Services;
using OnlineST.Models;
using OnlineST.UTIL;
namespace OnlineST.Filters
{
/// <summary>
/// checa se o usuário tem ca... |
using System;
using Microsoft.Owin.Extensions;
using Owin;
namespace Umbraco.Tests.TestHelpers.ControllerTesting
{
public static class AuthenticateEverythingExtensions
{
public static IAppBuilder AuthenticateEverything(this IAppBuilder app)
{
if (app == null)
throw n... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace MetroTrilithon.Desktop.Interop
{
/// <summary>
/// The IShellLink interface allows Shell links to be created, modified, and resolved.
/// </summary>
[... |
using Newtonsoft.Json;
namespace iabi.BCF.APIObjects.V10.Project
{
/// <summary>
/// HTTP PUT representation of the project
/// </summary>
[JsonObject(Title = "project")]
public class project_PUT : project_Base
{
/// <summary>
/// Name of the project to be changed
/// <... |
using System.Collections.Generic;
using System.Reflection;
namespace oledid.SyntaxImprovement.Reflection
{
public static class ObjectComparer
{
public static List<PropertyWithValueDifference<TObject>> GetParametersWithValueDifference<TObject>(TObject a, TObject b, BindingFlags bindingFlags = BindingFlags.Public |... |
using CADability.GeoObject;
using CADability.UserInterface;
using System.Collections;
namespace CADability.Actions
{
/// <summary>
///
/// </summary>
internal class ConstrBSplinePoints : ConstructAction, IIndexedGeoPoint
{
private ArrayList points;
private bool closed;
pri... |
// *** 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... |
//------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 3.0.12
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//----... |
// 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;
using System.ComponentModel.Composition;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.E... |
@model CoursesSummaryViewModel
@{
ViewData["Title"] = "Course by title part";
}
<h1>@ViewData["Title"]</h1>
<form asp-controller="Course" asp-action="All">
@await Html.PartialAsync("~/Views/Course/_TitleSearchBox.cshtml", Model.SearchString)
</form>
@await Html.PartialAsync("~/Views/Course/_AllCoursesByPag... |
using FluentAssertions;
using Microsoft.AspNetCore.Mvc;
using Sfa.Tl.ResultsAndCertification.Common.Helpers;
using Xunit;
namespace Sfa.Tl.ResultsAndCertification.Web.UnitTests.Controllers.AssessmentControllerTests.AddAssessmentEntryConfirmation
{
public class When_Cache_NotFound : TestSetup
{
public ... |
namespace GestVAEcls.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class L2NumDiplome : DbMigration
{
public override void Up()
{
System.Diagnostics.Trace.WriteLine(DateTime.Now.ToLongDateString() + ":[DBMIGRATION UP]" + "L2NumDiplome " +... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace InternationalCookies.Data.Interfaces
{
public interface IStoreService
{
Store GetStoreById(Guid storeId);
Store GetDefaultStore();
}
} |
using HttpForbiddenException = Saklient.Errors.HttpForbiddenException;
namespace Saklient.Cloud.Errors
{
/// <summary>要求された操作は許可されていません。この操作は有効期限内のトークンが必要です。
/// </summary>
public class AccessTokenException : HttpForbiddenException
{
/// <summary>
/// <param name="status" />
/// <param name="code" />
/... |
// <auto-generated />
// This file was generated by a T4 template.
// Don't change it directly as your change would get overwritten. Instead, make changes
// to the .tt file (i.e. the T4 template) and save it to regenerate this file.
// Make sure the compiler doesn't complain about missing Xml comments
#pragma warnin... |
////////////////////////////////
//
// Copyright 2019 Battelle Energy Alliance, LLC
//
//
////////////////////////////////
using CSET_Main.Data;
using DataLayerCore.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSET_Main.Qu... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace DX.Test.Web.MVC.Models
{
public class ExternalLoginConfirmationViewModel
{
[Required]
[Display(Name = "Email")]
public string Email { get; set; }
}
public class ExternalLoginListViewModel
... |
namespace CP2077SaveEditor
{
partial class ItemDetails
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
// *** 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... |
@page "/sdk/server/log/l/list"
@using Newtonsoft.Json;
@model WebVella.Erp.Plugins.SDK.Pages.Log.ListModel
@{
Layout = "~/Pages/_AppMaster.cshtml";
ViewData["Title"] = "Logs";
}
<wv-page-header color="#dc3545" area-label="Logs" title="Log list"
icon-class="far fa-sticky-note icon" return-url="... |
/*
* 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 UnityEngine;
using UnityEngine.Experimental.TerrainAPI;
namespace UnityEditor.Experimental.TerrainAPI
{
public interface IBrushNoiseController
{
void OnInspectorGUI(Terrain terrain, IOnInspectorGUI editContext);
void Blit(BrushTransform brushXform, ref RenderTexture target);
}
} |
using System;
using System.Collections.Generic;
namespace DavidLievrouw.OwinRequestScopeContext {
public interface IOwinRequestScopeContextItems : IDictionary<string, object>, IDisposable {
void Add(string key, IDisposable value, bool disposeWhenRequestIsCompleted);
}
} |
using Lumina.Data;
using Lumina.Data.Structs.Excel;
namespace Lumina.Excel.GeneratedSheets
{
[Sheet( "SnipeTalkName", columnHash: 0xdebb20e3 )]
public class SnipeTalkName : IExcelRow
{
public string Name;
public uint RowId { get; set; }
public uint SubRowId { get; ... |
using System;
using System.IO;
using System.Text.RegularExpressions;
using Bing.Helpers;
using Bing.Utils.Randoms;
namespace Bing.Utils.Files.Paths
{
/// <summary>
/// 路径生成器基类
/// </summary>
public abstract class PathGeneratorBase : IPathGenerator
{
/// <summary>
/// 随机数生成器
... |
/******************************************************************************
* The MIT License
* Copyright (c) 2003 Novell Inc. 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 deal
* in the Sof... |
/*
* @author Valentin Simonov / http://va.lent.in/
*/
using System.Collections.Generic;
using TouchScript.Gestures.Simple;
using UnityEngine;
namespace TouchScript.Gestures
{
/// <summary>
/// Recognizes dragging gesture.
/// </summary>
[AddComponentMenu("TouchScript/Gestures/Pan Gesture")]
pub... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yodiwo.API.Warlock
{
public class UserFacebookDescriptor
{
#region Variables
//----------------------------------------------------------------------------------------... |
using BepInEx;
using R2API;
using R2API.Utils;
using RoR2.ContentManagement;
using System;
using UnityEngine;
namespace EclipseArtifacts
{
[BepInPlugin(PluginGUID, PluginName, PluginVersion)]
[BepInDependency(R2API.R2API.PluginGUID)]
[R2APISubmoduleDependency(nameof(LanguageAPI))]
public class EclipseAr... |
@using System.Web.Http
@using SwaggerEx.Areas.HelpPage.Models
@model HelpPageApiModel
@{
var description = Model.ApiDescription;
ViewBag.Title = description.HttpMethod.Method + " " + description.RelativePath;
}
<link type="text/css" href="~/Areas/HelpPage/HelpPage.css" rel="stylesheet" />
<div id="body" class... |
namespace Kiroku
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
/// <summary>
/// CLASS: Starts and Stops Kiroku instance opertaions.
/// </summary>
public class KManager
{
#region Configure
... |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Shapes
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class Rectangle : global::Windows.UI.Xaml.Shapes.Shape
{
// Skipping already dec... |
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
using System;
using Microsoft.Practices.EnterpriseLibrary.Validation.Properties;
using Microsoft.Practices.EnterpriseLibrary.Validation.Validators;
using Microsoft.VisualStudio.TestTools.UnitTestin... |
using ExpressionExtensionSQL.Dapper;
using ExpressionExtensionSQL.Tests.Configurations;
using ExpressionExtensionSQL.Tests.Entities;
using FluentAssertions;
using Microsoft.EntityFrameworkCore;
using System;
using System.Linq;
using System.Linq.Expressions;
using Xunit;
namespace ExpressionExtensionSQL.Tests
{
pu... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TensorFlow;
public class WebCameraExample : MonoBehaviour {
public int Width = 512;
public int Height = 512;
public int FPS = 30;
WebCamTexture webcamTexture;
GLRenderer gl;
int ImageSize = 512;
PoseNet p... |
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("Ch... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Business;
using Types.TypeDataSets;
using Types.Enums;
using Web.Library;
namespace Web.ASCX
{
public partial class TemplateFooter : System.Web.UI.UserControl
{
... |
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AWSSDK.Imagebuilder")]
[assembly: Assembly... |
/*
* 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 AlloySampleSite.Models.Blocks;
using EPiServer.Core;
using EPiServer.DataAbstraction;
using EPiServer.DataAnnotations;
using EPiServer.SpecializedProperties;
using System.ComponentModel.DataAnnotations;
namespace AlloySampleSite.Models.Pages
{
/// <summary>
/// Used for the site's start page and also ac... |
using System;
using NUnit.Framework;
namespace calculadora
{
// Agregar atributo para indicar que es una clase con pruebas
[TestFixture]
class UnitTests
{
// Estado inicial de la calculadora
// CalculadoraEstadoInicialTest
//
//Description -> Debe decir qué funcionalidad... |
#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,... |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.
[assembly: AssemblyTitle("sam-sharp")]
[assembly: AssemblyDescription("Mono/.NET SAM ... |
@model AspMvcSampleApp.Models.ResetPasswordViewModel
@{
ViewBag.Title = "Reset password";
}
<h2>@ViewBag.Title.</h2>
@using (Html.BeginForm("ResetPassword", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
<h4>Reset your password.</h4>
<hr />
... |
using System;
using System.IO;
using System.Net;
using System.Text;
using FluentAssertions;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.Extensions.Logging;
using Moq;
using Newtonsoft.Json.Linq;
using Xels.Bitcoin.Configuration;
using Xels.Bitcoin.Networks;
using Xels.Bit... |
using System;
public class Child2Entity
{
public Guid Id { get; set; } = XunitLogging.Context.NextGuid();
public Guid? ParentId { get; set; }
public WithManyChildrenEntity Parent { get; set; }
} |
// 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.Linq.Expressions;
namespace Microsoft.AspNetCore.Mvc.ViewFeatures
{
/// <summary>
/// Provides <see cref="ModelExpr... |
using System;
using System.Collections.Generic;
using System.Text;
using Uno.UI;
using System.Linq;
using Windows.UI.Xaml.Controls.Primitives;
using System.Diagnostics;
namespace Windows.UI.Xaml.Controls
{
public partial class VirtualizingPanelLayout
{
/// <summary>
/// A row or column.
/// </summary>
[Debu... |
using UnityEngine;
using TMPro;
using UnityEngine.EventSystems;
using UnityEngine.UI;
namespace Project4X2
{
public class BuildingCard : MonoBehaviour, IPointerClickHandler
{
public BuildingSO building;
[SerializeField]
TextMeshProUGUI text;
public void CreateCard()
... |
// Copyright (c) All contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.R... |
using FluentPOS.Modules.Catalog.Core.Entities;
using FluentPOS.Shared.Core.Features.ExtendedAttributes.Commands.Validators;
using FluentPOS.Shared.Core.Interfaces.Serialization;
using Microsoft.Extensions.Localization;
using System;
namespace FluentPOS.Modules.Catalog.Core.Features.ExtendedAttributes.Validators
{
... |
using Microsoft.Dafny.LanguageServer.IntegrationTest.Extensions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OmniSharp.Extensions.LanguageServer.Protocol.Client;
using OmniSharp.Extensions.LanguageServer.Protocol.Document;
using OmniSharp.Extensions.LanguageServer.Protocol.Models;
using OmniSharp.Extensi... |
using DLiteAuthFrame.APP.APP;
using DLiteAuthFrame.APP.IApp;
using DLiteAuthFrame.APP.ViewModel;
using DLiteAuthFrame.Base.Cookis_Session;
using DLiteAuthFrame.Common;
using DLiteAuthFrame.Domain.IRepository;
using DLiteAuthFrame.Domain.IServices.IAuthservices;
using DLiteAuthFrame.Domain.Model;
using DLiteAuthFrame.W... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/ObjIdl.h in the Windows SDK for Windows 10.0.19041.0
// Original source is Copyright © Microsoft. All rights reserved.
using System;
using System.Runtime.... |
using System;
namespace NSeed.Discovery.Entity.ReflectionBased
{
internal class ReflectionBasedEntityTypeExtractor : IEntityTypeExtractor<Type>
{
Type? IExtractor<Type, Type?>.ExtractFrom(Type entityImplementation)
{
return entityImplementation.IsGenericParameter
? n... |
using UnityEngine;
using System.Collections;
public interface IInteract
{
/// <summary>
/// Called when the player wants to interact with the object implementing this interface
/// </summary>
void Interact();
/// <summary>
/// What is displayed on screen when the player is close enough
//... |
using System;
using System.Net;
using NightlyCode.Japi.Json;
using NightlyCode.Twitch.V5;
namespace NightlyCode.Twitch.Api {
/// <summary>
/// access to the twitch helix api as documented in <see cref="https://dev.twitch.tv/docs/api/reference"/>
/// </summary>
public class TwitchApi {
readonl... |
namespace HoodedCrow.uCore.UI
{
using System;
public class AdditiveViewDuplicateException: Exception
{
public AdditiveViewDuplicateException(string message): base(message)
{
}
}
} |
using HarmonyLib;
using System;
using System.Collections.Generic;
using Verse;
namespace HumanResources
{
class DualWield_Patch
{
public static void Execute(Harmony instance)
{
Type Type = AccessTools.TypeByName("DualWield.Harmony.FloatMenuMakerMap_AddHumanlikeOrders");
... |
/*
Copyright (c) 2014, Lars Brubaker
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 of conditions and the follow... |
namespace NHSD.GPITF.BuyingCatalog.Models
{
/// <summary>
/// Status of a <see cref="ClaimedStandard"/> as it goes through various stages in its life cycle
/// </summary>
public enum ClaimedStandardStatus : int
{
/// <summary>
/// <see cref="ClaimedStandard"/> has been submitted, for assessment by ... |
using System;
using System.Linq.Expressions;
using Microsoft.Azure.Kinect.Sensor;
using Microsoft.Azure.Kinect.Sensor.Record;
namespace Recording
{
class Program
{
static void Main(string[] args)
{
int frame = 0;
if (args.Length < 1)
{
Conso... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq.Expressions;
using System.Threading.Tasks;
using Dapper;
namespace MicroOrm.Dapper.Repositories
{
/// <summary>
/// Base Repository
/// </summary>
public partial class DapperRepository<TEntity>
where TEnt... |
// _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/|... |
// 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.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.As... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.DataProtection.KeyManagement;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using StackExchange.Redis;
namespace Tunder.API.Services
{
public class CachingSer... |
using FluentAssertions;
using SlipeServer.Packets.Builder;
using SlipeServer.Packets.Definitions.Sync;
using SlipeServer.Packets.Reader;
using SlipeServer.Packets.Structures;
using System;
using System.Numerics;
using Xunit;
namespace SlipeServer.Packets.Tests.Structs;
public class PureSyncFlagsTest
{
[Fact]
... |
/*
* 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 ... |
// ----------------------------------------------------------------------
// These are basic usings. Always let them be here.
// ----------------------------------------------------------------------
using System;
using System.Reflection;
using Cthulhu;
using RimWorld;
using UnityEngine;
using Verse;
using Verse.AI;
... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apa... |
////////////////////////////////////////////////////////////////////////////////
//NUnit tests for "EF Core Provider for LCPI OLE DB"
// IBProvider and Contributors. 27.01.2021.
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.S... |
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("7.S... |
#nullable enable
namespace HotChocolate.Types
{
/// <summary>
/// Represents an output field on a interface or object.
/// </summary>
public interface IOutputField : IField
{
/// <summary>
/// Defines if this field is a introspection field.
/// </summary>
bool IsIntr... |
using System.ComponentModel;
using System.IO;
using System.ServiceModel;
using System.ServiceModel.Web;
namespace Revenj.Plugins.Rest.Commands
{
[ServiceContract(Namespace = "https://dsl-platform.com")]
public interface IReportingCommands
{
[OperationContract]
[WebGet(UriTemplate = "/report/{report}")]
[Desc... |
using System;
using UnityEngine;
namespace Cinemachine.Examples
{
[AddComponentMenu("")]
public class CharacterMovement2D : MonoBehaviour
{
private void Start()
{
this.anim = base.GetComponent<Animator>();
this.rigbody = base.GetComponent<Rigidbody>();
this.targetrot = base.transform.rotation;
}
... |
using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin;
using Web.Models;
using Model;
using Data;
namespace Web
{
// Configure the application user manager used in this application. UserManager is ... |
//-----------------------------------------------------------------------------
// Copyright : (c) Chris Moore, 2020
// License : MIT
//-----------------------------------------------------------------------------
namespace Z0
{
using System;
using System.Runtime.CompilerServices;
using System.Runti... |
using System;
using System.Threading.Tasks;
using MicroBootstrap.MessageBrokers.Outbox.Messages;
using MongoDB.Driver;
namespace MicroBootstrap.MessageBrokers.Outbox.Mongo.Internals
{
internal sealed class MongoOutboxInitializer : IInitializer
{
private readonly IMongoDatabase _database;
privat... |
namespace HIRD.HWiNFOAccess.Exceptions
{
[Serializable]
internal class HWiNFONotRunningException : Exception
{
public HWiNFONotRunningException() : base("Could not find 'HWiNFO64.exe' running.")
{
}
}
} |
/*
* 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;
namespace SkyApm.Config
{
[Config("SkyWalking", "AspNetCore")]
public class AspNetCoreConfig
{
public string[] IgnorePaths { get; set; } = Array.Empty<string>();
}
} |
// ***********************************************************************
// Copyright (c) Charlie Poole and TestCentric GUI contributors.
// Licensed under the MIT License. See LICENSE file in root directory.
// ***********************************************************************
using System;
using System.Window... |
using System;
using System.Runtime.InteropServices;
namespace Fido2Net.Interop
{
public struct fido_bio_template_t
{
}
public struct fido_bio_template_array_t
{
}
public struct fido_bio_enroll_t
{
}
public struct fido_bio_info_t
{
}
public static unsafe part... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK.Graphics.OpenGL4;
using OpenTK;
namespace RBGameEngine
{
public class Mesh2D
{
private int vboID;
public int size;
public Mesh2D(Vertex[] vertices)
... |
using System;
using NetRuntimeSystem = System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.ComponentModel;
using System.Reflection;
using System.Collections.Generic;
using NetOffice;
namespace NetOffice.WordApi
{
///<summary>
/// DispatchInterface List
/// SupportByVer... |
using System;
using MikhailKhalizev.Processor.x86.BinToCSharp;
namespace MikhailKhalizev.Max.Program
{
public partial class RawProgram
{
[MethodInfo("0x1008_8fc4-7a7fb8f2")]
public void Method_1008_8fc4()
{
ii(0x1008_8fc4, 5); push(0x24); /* push 0... |
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace _14.Book_Library
{
class Program
{
static void Main()
{
var inputLines = File.ReadAllLines("Input.txt");
var books = new List<Book>();
for (int i = 0; i < inputLines.Length; i++... |
namespace Hotel_Managment_System.UI
{
partial class SpaRequest
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Navigation;
using Microsoft.Phone.Controls;
using Microsoft.Phone.Shell;
using Xamarin.Forms;
namespace ControlsViews.WinPhone
{
public partial class MainPa... |
using System;
using UnityEngine;
using UnityEngine.Perception.Randomization.Randomizers;
[AddComponentMenu("Robotics/RandomizerTags/Floor Box Randomizer Tag")]
public class FloorBoxRandomizerTag : RandomizerTag { } |
using IfiNavetNotifier.BusinessRules;
using Xunit;
namespace IfiNavetNotifier.Test.BusinessRules
{
public class BusinessRuleCheckerTests
{
public BusinessRuleChecker Checker { get; set; } = new BusinessRuleChecker();
[Fact]
public void FiveLeftRuleTest()
{
}
... |
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 (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Xunit;
using Azure.Storage.Queues;
using Azure.Storage.Que... |
using System;
using System.ComponentModel;
using SharperCryptoApiAnalysis.Interop.Extensibility;
namespace SharperCryptoApiAnalysis.Vsix.ViewModels.Extension
{
public interface IExtensionItemListViewModel : INotifyPropertyChanged
{
ExtensionAction Action { get; }
ISharperCryptoApiExtensionMeta... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace Microsoft.Maui.Controls
{
public static class Routing
{
static int s_routeCount = 0;
static Dictionary<string, RouteFactory> s_routes = new Dictionary<string, RouteFactory>();
static Dictionary<st... |
namespace TrainsOnline.Desktop.Domain.DTO.EntityAuditLog
{
using System.Collections.Generic;
public class GetEntityAuditLogsListResponse : IDataTransferObject
{
public IList<EntityAuditLogLookupModel> EntityAuditLogs { get; set; }
}
} |
/*
* MIT License
*
* Copyright (c) 2021 [FacuFalcone]
*
* 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,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.