text stringlengths 1 932k |
|---|
using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// StallKdsEntity Data Structure.
/// </summary>
[Serializable]
public class StallKdsEntity : AopObject
{
/// <summary>
/// 订单来源 枚举 默认all
/// </summary>
[XmlElement... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Common.Core;
using Microsoft.Languages.Editor.Shell;
using Microsoft.Languages.Ed... |
namespace SampleConnection
{
using System.ComponentModel;
using System.IO;
using Ecng.Common;
using Ecng.Configuration;
using StockSharp.Algo;
using StockSharp.Algo.Storages;
using StockSharp.Algo.Storages.Csv;
public partial class MainWindow
{
public MainWindow()
{
InitializeComponent();
Instance... |
namespace CarDealer
{
using System;
using System.IO;
using System.Linq;
using System.Globalization;
using System.Collections.Generic;
using CarDealer.DTO;
using CarDealer.Data;
using CarDealer.Models;
using AutoMapper;
using Newtonsoft.Json;
public class StartUp
{
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using UnityEngine.UI;
using System;
using System.Runtime.Serialization.Formatters.Binary;
using System.Xml;
using System.Xml.Serialization;
public class StrokePointCloudSaver : MonoBehaviour {
public GameObject pointPrefab... |
@model RaceDay.ViewModels.LogonViewModel
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Logon</title>
</head>
<body>
</body>
@Scripts.Render("~/bundles/jquery")
<script type="text/javascript">
$(document).ready(function () {
window.top.loc... |
@{
// Note that client validation as implemented here will work only with
// ASP.NET Web Pages 2.
var message="";
// Specify validation requirements for different fields.
Validation.RequireField("coursename", "Class name is required");
Validation.RequireField("credits", "Credits is required");
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Dashboard.Core.Entities;
using Dashboard.Core.Interfaces.Repositories;
using Dashboard.Data.Context;
using Microsoft.EntityFrameworkCore;
namespace Dashboard.Data.Repositories
{
public class S... |
/// Generated - Do Not Edit
namespace BABYLON
{
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using EventHorizon.Blazor.Server.Interop;
using EventHorizon.Blazor.Server.Interop.Callbacks;
using Microsoft.JSInterop;
... |
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("XF... |
//using Vantage.Measurements.Units;
//using Vantage.Measurements.Units.Area;
//using Vantage.Measurements.Units.Force;
//using Vantage.Measurements.Units.Pressure;
//namespace Vantage.Measurements
//{
// public static partial class MeasurementExtensions
// {
// public static Pressure To<T>(this Pressure ... |
namespace WebApiAngularJs.Areas.HelpPage.ModelDescriptions
{
public class KeyValuePairModelDescription : ModelDescription
{
public ModelDescription KeyModelDescription { get; set; }
public ModelDescription ValueModelDescription { get; set; }
}
} |
#region Fireball License
// Copyright (C) 2005 Sebastian Faltoni sebastian{at}dotnetfireball{dot}net
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// versio... |
/*
* Copyright 2017 SURFnet bv, The Netherlands
*
* 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 agreed... |
using System;
using System.Collections.Generic;
using UnityEngine;
namespace FlappyClone.Core
{
// Object pools are a must have optimization technique.
// Basically, instead of creating and destroying a bunch of
// objects at runtime, we just get one from preinstantiated pool
// and return it back whe... |
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.EntityFrameworkCore;
namespace demo
{
public class S... |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
#nullable disable
namespace EntityFrameworkCore.Migrations
{
[DbContext(t... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using SilverlightFX.Applic... |
using System.Threading;
using System.Threading.Tasks;
using Refit;
using ReservationSystem.Catalog.Api.Contracts.Category;
using ReservationSystem.Catalog.Api.Contracts.Services;
namespace ReservationSystem.Catalog.Api.Contracts
{
public interface ICatalogApiClient
{
[Get("/api/services")]
Tas... |
using System;
using Xamarin.Forms;
namespace SharedStatics
{
static class AppConstants
{
public static Color LightBackground = Color.Yellow;
public static Color DarkForeground = Color.Blue;
public static double NormalFontSize = 18;
public static double TitleFontSize = 1.4 * No... |
using System.Threading.Tasks;
using Community.VisualStudio.Toolkit;
using Microsoft.VisualStudio.ComponentModelHost;
using Microsoft.VisualStudio.Editor;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using Microsoft.VisualStudio.Text.Editor;
namespace Microsoft.VisualStudio.TextManag... |
//-----------------------------------------------------------------------
// <copyright file="TableServiceExtensions.cs" company="Microsoft">
// Copyright 2012 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with th... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
</head>
<body>
<div class="navbar navbar-invers... |
using NUnit.Framework;
using Playnite;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PlayniteTests
{
[SetUpFixture]
public class TestsSetupClass
{
[OneTimeSetUp]
public void GlobalSetup()
{
... |
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tencent is pleased to support the open source community by making behaviac available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clau... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from include/vulkan/vulkan_core.h in the KhronosGroup/Vulkan-Headers repository for tag v1.2.198
// Original source is Copyright © 2015-2021 The Khronos Group Inc.... |
using ACMESharp.Authorizations;
using Org.BouncyCastle.Asn1;
using PKISharp.WACS.Context;
using PKISharp.WACS.DomainObjects;
using PKISharp.WACS.Plugins.Interfaces;
using PKISharp.WACS.Services;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Security;
using System.N... |
namespace WebServer.Server.Routing
{
using System;
using System.Collections.Generic;
using System.Linq;
using HTTP.Contracts;
using Enums;
using Handlers;
using Routing.Contracts;
public class AppRouteConfig : IAppRouteConfig
{
private readonly Dictionary<HttpRequestMethod... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace ss_3d
{
[CreateAssetMenu(fileName = "New State", menuName = "SS_Tutorial/AbilityData/Jump")]
public class Jump : StateData
{
[Range(0f,1f)]
public float JumpTiming;
public float JumpForce;
... |
/*
* 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 QuoteMyGoods.Services
{
public interface IBlobbingService
{
void UploadBlob<T>(string fileReference, T file);
T GetBlob<T>(string reference);
}
public class BlobbingService : IBlobbingService
{
//private BlobStorage _blobStorage;
public BlobbingService()
... |
using System.IO;
using Microsoft.Data.SqlClient;
using Microsoft.SqlServer.Management.Smo;
using Microsoft.SqlServer.Management.Common;
namespace Query
{
public static class Script
{
public static void Execute(string file)
{
string script = File.ReadAllText(file);
SqlCo... |
using Microsoft.Web.WebView2.Core;
using OneOf;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
namespace WebView2.DOM
{
// https://github.com/chromium/chromium/blob/master/third_party/blink/renderer/core/html/forms/form_data.idl
[DebuggerTypeProxy(typeof(JsColle... |
/*
* 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 OSTicketAPI.NET.Entities
{
public partial class OstSequence
{
public int Id { get; set; }
public string Name { get; set; }
public int? Flags { get; set; }
public ulong Next { get; set; }
public int? Increment { get; set; }
public string P... |
using System;
using System.Collections.Generic;
using System.Xml.Linq;
using System.Linq;
using System.IdentityModel.Tokens;
using Microsoft.WindowsAzure;
using Microsoft.WindowsAzure.Diagnostics;
using Microsoft.WindowsAzure.ServiceRuntime;
using Microsoft.Web.Administration;
namespace ODAF.Website
{
public clas... |
using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.Blob;
using AsmResolver.PE.DotNet.Metadata.Strings;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotN... |
using System;
using Super.Model.Selection;
namespace Super.Text.Formatting
{
sealed class KnownFormatters : Select<object, IFormattable>
{
public static KnownFormatters Default { get; } = new KnownFormatters();
KnownFormatters() : base(FormatterRegistration.Default.Get) {}
}
} |
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
using UnityEditor;
using CharacterCreator2D;
namespace CharacterEditor2D
{
public static class EditorUtils
{
public static string GetAssetPath(string completePath)
{
string val = "";
... |
using System;
using System.Collections.Generic;
using System.Linq;
// ReSharper disable once CheckNamespace
namespace FluentResults
{
internal static class ResultHelper
{
public static Result Merge(IEnumerable<ResultBase> results)
{
return Result.Ok().WithReasons(results.SelectMany... |
using System.Collections.Generic;
namespace Mondop.VisualStudio.Solution
{
public class ProjectSection
{
public string Name { get; set; }
public string SectionType { get; set; }
public List<ProjectSectionItem> Items { get; } = new List<ProjectSectionItem>();
}
} |
//---------------------------------------------------------
// <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.
//
// Generated on 2020 October 09 05:54:12 UTC
// </auto-generated>
//--------------... |
// <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... |
// -------------------------------------------------------------------------------------------------
// <copyright file="OrmRootExtensions.cs" company="RHEA System S.A.">
//
// Copyright 2022 RHEA System S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except... |
using CAP.ApplicationCore.Utils;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace CAP.WebApplication.Controllers
{
public class ControllerBase : Controller
{
public void SetFlash(FlashMessageType type, string tex... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using Hangfire;
using KaPai.Pay.Merchant;
using KaPai.Pay.Merchant.Entities;
using KaPai.Pay.OpenApi.Dtos;
using KaPai.Pay.Provide.Entities;
using Mic... |
using System;
using SeniorBlockchain.Base.Deployments;
using SeniorBlockchain.Consensus;
using SeniorBlockchain.Consensus.BlockInfo;
using SeniorBlockchain.Consensus.Chain;
using SeniorBlockchain.Features.Consensus.Rules.CommonRules;
using SeniorBlockchain.Networks.Bitcoin.Rules;
using SeniorBlockchain.Tests.Common;
u... |
//------------------------------------------------------------------------------
// <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 EltraCommon.Contracts.CommandSets;
using EltraCommon.Contracts.Devices;
namespace EposMaster.DeviceManager.Device.Epos4.Commands
{
public class StopHomingCommand : DeviceCommand
{
public StopHomingCommand()
{
}
public StopHomingCommand(EltraDevice device)
:base(de... |
using System.Collections;
using System.Collections.Generic;
using System;
using NetRuntimeSystem = System;
using System.ComponentModel;
using NetOffice.Attributes;
using NetOffice.CollectionsGeneric;
namespace NetOffice.VBIDEApi
{
/// <summary>
/// DispatchInterface SelectedComponents
/// SupportByVersion... |
using System.Threading.Tasks;
namespace FluentLang.WebIde.Backend
{
public interface IRequiresAsyncInitialize
{
public ValueTask InitializeAsync();
}
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using Microsoft.Azure.WebPubSub.Common;
using Newtonsoft.J... |
// this code is generated. don't modify this code.
using System.Text.Json;
namespace VrmValidator
{
// .extras
public class gltf__extras__Validator
{
ValidationContext m_context;
public gltf__extras__Validator(ValidationContext context)
{
m_context = contex... |
// *** 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;
using System.Xml.Serialization;
namespace EZOper.NetSiteUtilities.AopApi
{
/// <summary>
/// AlipayInsAutoFeeReceiveConfirmModel Data Structure.
/// </summary>
[Serializable]
public class AlipayInsAutoFeeReceiveConfirmModel : AopObject
{
/// <summary>
/// 外部业务单号,幂等... |
namespace eShopOnBlazorWasm.Features.CatalogItems
{
using BlazorState;
using MediatR;
using System.Net.Http;
using System.Net.Http.Json;
using System.Threading;
using System.Threading.Tasks;
using eShopOnBlazorWasm.Features.Bases;
using System.Text.Json;
internal partial class CatalogItemState
{
... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/d3d11.h in the Windows SDK for Windows 10.0.22000.0
// Original source is Copyright © Microsoft. All rights reserved.
using NUnit.Framework;
using System;... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Encodings.Web;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Html;
namespace OrchardCore.DisplayManagement.Liquid
{
/// <summary>
/// An <see cref="IHtmlContent"/> implementa... |
namespace AE.Http.Proxy.Context.Filters.ForbiddenHeaders
{
using System.Collections.Generic;
using System.Linq;
public class ForbiddenHeadersConfiguration
{
public ForbiddenHeadersConfiguration(IEnumerable<string> forbiddenRequestHeaders, IEnumerable<string> forbiddenResponseHeaders)
{... |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using System.Linq;
using Algorithms.UnionFind.Memory;
using Algorithms.UnionFind.UnionFind;
namespace PrincetonAlgorithms
{
[TestClass]
public class UFTests
{
[TestMethod]
public void QuickF... |
/*
* Payment Gateway API Specification.
*
* The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
*
* The version of the OpenAPI document:... |
// <auto-generated />
using System;
using MemberManagement.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace MemberManagement.Data.Migrations
{
[DbContex... |
//
// Unityちゃん用の三人称カメラ
//
// 2013/06/07 N.Kobyasahi
//
using UnityEngine;
using System.Collections;
namespace UnityChan
{
public class ThirdPersonCamera : MonoBehaviour
{
public float smooth = 3f; // カメラモーションのスムーズ化用変数
Transform standardPos; // the usual position for the camera, specified by a transform in t... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FluentSql.DatabaseMappers.Common
{
/// <summary>
/// Describes the relationship between tables
/// </summary>
public class ForeignKey
{
#region Public Properties
... |
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace UiPath.Web.Client20184.Models
{
using Microsoft.Rest;
using Newtonsoft.Json;
using System.Collections;
u... |
// -------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// -----------------------------------------------------------... |
using Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Uno.Foundation;
using Uno.UI.Wasm;
using Windows.UI.Popups;
using Windows.... |
/*
* Apteco API
*
* An API to allow access to Apteco Marketing Suite resources
*
* OpenAPI spec version: v2
* Contact: support@apteco.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Collections;
using S... |
// Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... |
/*
* Copyright 2014, 2015 Dominick Baier, Brock Allen
*
* 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... |
// 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 System.Collections.Generic;
using System.Diagnostics;
using Microsoft.EntityFrameworkCore.Metadata;
namespace Microsoft.EntityFrameworkCore.Diagnostics
{
///... |
// <copyright file="BingMainPage.cs" company="Automate The Planet Ltd.">
// Copyright 2017 Automate The Planet Ltd.
// 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/lic... |
using System;
using System.Collections.Generic;
using UnityEngine;
namespace ModIO.UI
{
/// <summary>Displays all the Mod Tag Categories in the GameProfile.</summary>
public class GameTagCategoryDisplay : MonoBehaviour, IGameProfileUpdateReceiver
{
// ---------[ NESTED DATA-TYPES ]---------
... |
/**********************************************************************************************************************
FocusOPEN Digital Asset Manager (TM)
(c) Daydream Interactive Limited 1995-2011, All Rights Reserved
The name and trademarks of copyright holders may NOT be used in advertising or publicity perta... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipe... |
using System;
namespace StrongInject
{
/// <summary>
/// Provides options to configure a registration
/// </summary>
[Flags]
public enum Options : long
{
Default = 0,
#region As Options (bits 0 - 23)
/// <summary>
/// Register this type as all interfaces it im... |
/*
* 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... |
namespace Recurly
{
public class PropertyOutOfRangeException : RecurlyException
{
public string PropertyName { get; protected set; }
internal PropertyOutOfRangeException(string propertyName, string message) : base(message)
{
PropertyName = propertyName;
}
}
} |
using System.Linq;
using System.Reflection;
using Jal.Factory.Interface;
using Jal.Validator.Attributes;
using Jal.Validator.Impl;
using Jal.Validator.Interface;
using LightInject;
namespace Jal.Validator.LightInject.Installer
{
public static class ServiceContainerExtension
{
public static void Regist... |
namespace ID3Utils.Frames.Parsers
{
class CopyrightTextFrameParser : TextFrameParser
{
protected override Frame ParseFrame(byte[] data)
{
return new CopyrightTextFrame(ParseTextFrame(data));
}
}
} |
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Project2015To2017.Migrate2017.Transforms;
using Project2015To2017.Reading;
namespace Project2015To2017.Tests
{
[TestClass]
public class FileTransformationTest
{
[TestMethod]
public v... |
@using AssignmentsAtanga
@using AssignmentsAtanga.Areas.Assignments.Models
@using AssignmentsAtanga.Areas.MovieList.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
using System.Collections.Generic;
using DeltaEngine.Datatypes;
using DeltaEngine.Platforms;
using DeltaEngine.Rendering2D;
using DeltaEngine.Scenes.Controls;
using NUnit.Framework;
namespace DeltaEngine.Editor.UIEditor.Tests
{
public class ControlAnchorerTests : TestWithMocksOrVisually
{
[Test]
public void Acho... |
using System;
namespace Gojonesy_Blog.Models
{
public class TodoItem
{
public long Id {get; set;}
public string Name {get;set;}
public bool IsComplete {get;set;}
}
} |
using System;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Security;
using Microsoft.Practices.Unity;
using Msg.Bll.Helpers;
using Msg.Bll.Models;
namespace Msg.Web.App_Start
{
public static class UserAuth
{
private static UsersHelper userHelper = UnityConfig.GetConfigure... |
using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using Npgsql.Replication;
namespace Npgsql.Tests.Replication;
public abstract class SafeReplicationTestBase<TConnec... |
using System;
using System.Collections.Generic;
using Neutronium.Core.JavascriptFramework;
using Neutronium.Core.WebBrowserEngine.JavascriptObject;
using MoreCollection.Extensions;
using Neutronium.Core;
namespace Neutronium.JavascriptFramework.Knockout
{
internal class KnockoutViewModelUpdater : IJavascriptViewM... |
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
namespace CrowdFundingCH
{
public class Program
{
public static void Main(string[] args)
{
CreateHostBuilder(args).Build().Run();
}
public static IHostBuilder CreateHostBuilder(string[] args) =>
... |
//-----------------------------------------------------------------------
// <copyright file="SchemaDefaults.cs" company="GlobalLink Vasont">
// Copyright (c) GlobalLink Vasont. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace Vasont.Publisher.Mod... |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using GovUk.Education.ManageCourses.Api.Model;
using GovUk.Education.ManageCourses.Domain.Models;
using ManageCoursesUi.Tests.Enums;
namespace ManageCoursesUi.Tests.Helpers
{
/// <summary>
/// This helper class generates the... |
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("CS... |
using System;
using UnityEngine;
public class JellyShotAimer : MonoBehaviour
{
[SerializeField] private JellyShotToggler jellyShotToggler;
[SerializeField] private float _force;
[SerializeField] private float _defaultRayRange = 1000;
private Vector3 _destination;
private Vector3 _direction;
pr... |
/*
* Intersight REST API
*
* This is Intersight REST API
*
* OpenAPI spec version: 1.0.9-262
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using RestSharp;
namespace intersigh... |
/*
* 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.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Amazon.Runtime;
using Amazon.SQS;
using Amazon.SQS.Model;
using Brits.Internal;
namespace Brits
{
/// <summary>
/// Brits provider for Amazon's Simple Queue Service.
/// </summary>
public class SQSProvider : B... |
//----------------------------------------------------------------------------
// Copyright (C) 2004-2016 by EMGU Corporation. All rights reserved.
//----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Syst... |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
/*
Copyright 2019 - 2021 Inetum
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 agreed to in writing, software
... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
//-----------------------------------------------------------------------
// <copyright file="Program.cs" company="Hibernating Rhinos LTD">
// Copyright (c) Hibernating Rhinos LTD. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
using System;
namespace... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.