text stringlengths 1 932k |
|---|
// <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... |
@{
ViewBag.Title = "Contact";
Layout = "~/Views/Shared/_Layout.cshtml";
}<div class="single-hero-post bg-overlay">
<!-- Post Image -->
<div class="slide-img bg-img" style="background-image: url(../../Content/img/bg-img/4.jpg);"></div>
<div class="container h-100">
<div class="row h-100 a... |
// *** 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... |
//------------------------------------------------------------------------------
// <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.Linq;
using System.Web.Mvc;
using Abp.Application.Navigation;
using Abp.Configuration;
using Abp.Configuration.Startup;
using Abp.Localization;
using Abp.Runtime.Session;
using Abp.Threading;
using Myproject.Configuration;
using Myproject.Configuration.Ui;
using Myproject.Sessions;
using Myproject.Web.Mod... |
namespace PioPioBlazor.Components
{
public class SearchBoxStyle
{
public static readonly SearchBoxStyle TailwindCss = new SearchBoxStyle
{
SearchBoxClass =
"block appearance-none w-full bg-white border border-gray-400 hover:border-gray-500 px-4 py-2 pr-8 rounded shad... |
//
// SimpleTest.cs
// ProductName Ling
//
// Created by toshiki sakamoto on 2020.04.10
//
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using NUnit.Framework;
using Assert = UnityEngine.Assertions.Assert;
using UnityEngine.TestTool... |
using System;
using System.Diagnostics;
using Lockstep.Serialization;
namespace NetMsg.Common {
[System.Serializable]
[SelfImplement]
[Udp]
public partial class InputCmd : BaseMsg {
public byte type => content[0];
public byte[] content;
public InputCmd(){ }
public... |
//------------------------------------------------------------------------------
// <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>
//----------------------------------------... |
//
// SmtpStreamTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2018 Xamarin Inc. (www.xamarin.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... |
using System;
using Umbraco.Core.Composing;
using Current = Umbraco.Web.Composing.Current;
using Umbraco.Web.Actions;
using Umbraco.Web.Editors;
using Umbraco.Web.HealthCheck;
using Umbraco.Web.Mvc;
using Umbraco.Web.PublishedCache;
using Umbraco.Web.Routing;
using Umbraco.Web.ContentApps;
using Umbraco.Web.Tour;
// ... |
using System;
using System.Windows;
using WinForms = System.Windows.Forms;
namespace HttpHeadersViewer.View
{
public partial class ExportWindow : Window
{
public ExportWindow()
{
InitializeComponent();
}
}
} |
namespace MyParser2.Parser
{
public class MyAbstractSyntaxTree
{
public MyAbstractSyntaxTree(SyntaxTreeNode rootNode)
{
RootNode = rootNode;
}
public SyntaxTreeNode RootNode { get; private set; }
}
} |
namespace UB3RB0T
{
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Text.RegularExpressions;
public class RecognitionResultData
{
private readonly Regex botName = new Regex("(.*ub3r-b)o(t.*)", RegexOptions.IgnoreCase | RegexOptions.Compiled);
[JsonProperty(... |
using System;
namespace Poynt.NET.Model
{
public class EmploymentDetails
{
private const string TAG = "EmploymentDetails";
public BusinessUserRole Role { get; set; }
public long? StartAt { get; set; }
public long? EndAt { get; set; }
}
} |
// Copyright (C) 2011 Xamarin, Inc. All rights reserved.
using System;
using System.IO;
using System.Linq;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
namespace Xamarin.Android.Tasks
{
// We have a list of files, we want to get the
// ones that actually exist on disk.
public class GetFilesTh... |
// 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.Collections.Generic;
using System.Globalization;
using System.Linq;
using Xunit;
public... |
using Edura.WebUI.Repository.Abstract;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Edura.WebUI.Repository.Concrete.EntityFramework
{
public class EfUnitOfWork : IUnitOfWork
{
private readonly EduraContext _dbContext;
public EfUnit... |
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MQTT.Device.DotNet.SDK.Model;
namespace MQTT.Device.DotNet.SDK
{
public class Converter
{
public Converter... |
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace Workday.HumanResources
{
[GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrou... |
namespace Metabase.GraphQl.Users
{
public sealed class UserDevelopedMethodConnection
: Connection<Data.User, Data.UserMethodDeveloper, UserDevelopedMethodsByUserIdDataLoader, UserDevelopedMethodEdge>
{
public UserDevelopedMethodConnection(
Data.User subject
)
: ba... |
namespace PathfinderRPG.Entities.Abilities
{
using System.Collections.Generic;
using System.Linq;
using PathfinderRPG.Utilities;
public static class AbilityCollection
{
private static List<AbilityBase> _cachedAbilities;
/// <summary>
/// Initialises static members of the ... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Mime;
using System.Threading;
using System.Threading.Tasks;
using YaR.Clouds.Base.Repos.MailRuCloud.Mobile.Requests;
using YaR.Clouds.Base.Repos.MailRuCloud.Mobile.Requests.T... |
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("Viewsonic-VP2785-4K-MCCS")]
[assembly: As... |
using HarmonyLib;
namespace MoreSeamothDepth.Patches
{
[HarmonyPatch(typeof(SeaMoth), nameof(SeaMoth.Start))]
public class Seamoth_Start_Patch
{
static void Prefix(SeaMoth __instance)
{
// Get TemperatureDamage class from SeaMoth
var tempDamage = __instance.GetCompo... |
namespace Reactivities.Application.Helpers
{
public class Result<T>
{
public bool IsSuccess { get; set; }
public T Value { get; set; }
public string Error { get; set; }
public static Result<T> Success(T value) => new Result<T>() { IsSuccess = true, Value = value };
publi... |
namespace Esquio.UI.Api.Shared.Models.Tags.List
{
public class TagResponseDetail
{
protected TagResponseDetail() { }
public TagResponseDetail(string name, string color)
{
Name = name;
Color = color;
}
public string Name { get; set; }
pu... |
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Diagnostics;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using osb.Helpers;
using osb.Models;
using osb.ViewModels;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Thre... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
namespace Zappr.Core.Entities
{
public class Series
{
// Properties
[DatabaseGenerated(DatabaseGeneratedOption.None)] //Id will come from external API
public int Id { get; set; }
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class Circular
{
/// <summary>
/// Evaluates position in circle.
/// </summary>
/// <returns></returns>
public static Vector3 Evaluate(float radius, float t)
{
float angleInRad = Mathf.Deg2Rad * ... |
using NUnit.Framework;
namespace CiDotNet.Calc.Test.Math
{
[TestFixture]
public class Finance5RappenRoundTestFixture
{
[Test]
public void CalculateRate5RappenRound()
{
int Duration = 12;
int Ppy = 12;
double PeriodicInterestRate = 7.5;
... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace VoiceAssistantTest
{
using Microsoft.Bot.Schema;
/// <summary>
/// Captures a Bot Response Activity and its corresponding Latency.
/// </summary>
internal class BotReply
{
private const int DefaultTTS... |
@{ Register src="../Module/UI/RegisterMessage.ascx" tagname="RegisterMessage" tagprefix="uc1" }
@section headContent {
}
@section mainContent {
<uc1:RegisterMessage ID="msgItem" runat="server" />
}
<script runat="server">
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
this.Lo... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
namespace PacmanGameLogic
{
[TestClass]
//test class created
public class GameStateUnitTest
{
[TestMethod]
//test method testing game state
public void TestsGameState()
{
//actual fuctuntional... |
using System;
using System.IO;
using System.Reflection;
using System.Text;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
// while(true)
// {
// Console.WriteLine("Echo");
... |
namespace SERVERAPI.ViewModels
{
public class FieldPageViewModel
{
}
} |
using System;
using System.Collections.Generic;
using System.Text;
namespace PlayFab
{
/// <summary>
/// Error codes returned by PlayFabAPIs
/// </summary>
public enum PlayFabErrorCode
{
Unknown = 1,
Success = 0,
InvalidParams = 1000,
AccountNotFound = 1001,
... |
using System.Threading.Tasks;
namespace Folke.Identity.Elm.Sample
{
public static class MessageServices
{
public static Task SendEmailAsync(string email, string subject, string message)
{
// Plug in your email service
return Task.FromResult(0);
}
public ... |
//
// Copyright 2012, 2016 Carbonfrost Systems, Inc. (http://carbonfrost.com)
//
// 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
//
// Un... |
/*****************************************************************************
*
* ReoGrid - .NET 表計算スプレッドシートコンポーネント
* https://reogrid.net/jp
*
* ReoGrid 日本語版デモプロジェクトは MIT ライセンスでリリースされています。
*
* このソフトウェアは無保証であり、このソフトウェアの使用により生じた直接・間接の損害に対し、
* 著作権者は補償を含むあらゆる責任を負いません。
*
* Copyright (c) 2012-2016 unvell.com,... |
using System;
using static System.BitConverter;
namespace Microsoft.Data.Encryption.Cryptography.Serializers
{
/// <inheritdoc/>
public class TimeSpanSerializer : Serializer<TimeSpan>
{
/// <inheritdoc/>
public override string Identifier => "Time";
/// <inheritdoc/>
/// <... |
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using HotChocolate.Execution;
using HotChocolate.Execution.Utilities;
using HotChocolate.Language;
using HotChocolate.Resolvers;
using HotChocolate.Utilities;
namespace HotChocolate.Types.Selections
{
public class SelectionVisitorContext
... |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace KubeClient.Models
{
/// <summary>
/// IngressSpec describes the Ingress the user wishes to exist.
/// </summary>
public partial class IngressSpecV1Beta1
{
/// <summary>
/// A list of host rules ... |
using System;
using System.Threading.Tasks;
using Abp.Auditing;
using Abp.Dependency;
using Abp.RealTime;
using Abp.Runtime.Session;
using Castle.Core.Logging;
namespace Abp.AspNetCore.SignalR.Hubs
{
/// <summary>
/// Common Hub of ABP.
/// </summary>
public class AbpCommonHub : AbpHubBase, ITransient... |
using System;
using System.Collections.Generic;
using System.Text;
namespace DTXMania
{
/// <summary>
/// 「スリーステート」(ON, OFF, 不定 の3状態)を表すアイテム。
/// </summary>
internal class CItemThreeState : CItemBase
{
// プロパティ
public E状態 e現在の状態;
public enum E状態
{
ON,
OFF,
不定
}
// コンストラクタ
public CItemT... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Wiz.Gringotts.UIWeb.Tests
{
[TestClass]
public class RealityTests
{
[TestMethod]
public void TestReality()
{
Assert.IsTrue(true, "something went horribly wrong...");
}
}
} |
using System;
using System.Threading.Tasks;
using Blazorise.Tests.Mocks;
using Microsoft.AspNetCore.Components;
using Xunit;
namespace Blazorise.Tests
{
public class DateEditTest
{
[Fact]
public void SetDate_WithDateTime()
{
// setup
var edit = new DateEdit<Date... |
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
namespace DancingGoat.Models.Checkout
{
[Bind(Exclude = "Countries")]
public class CountryStateViewModel
{
[Required(ErrorMessage = "DancingGoatMvc.Address.CountryIsRequired")]
[Display(Name = "DancingGoatMvc.Address.Countr... |
using wize.resume.data.V1.Models;
using wize.resume.data.V1.Interfaces;
using Microsoft.Extensions.Logging;
using Microsoft.EntityFrameworkCore;
using wize.common.use.repository.Models;
using wize.resume.data.V1;
namespace wize.resume.data.V1.Repositories
{
public class ProjectRepository : RepositoryBase<int, Pro... |
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace AmazonGameLift.Editor
{
/// <summary>
/// Draws a scrollable list of items and a filte... |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using System;
namespace XmlEditor.Tests.Utils
{
public class FormattedErrorMessage
{
string messageFormat = String.Empty;... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using OpenCover.Framework;
using OpenCover.Framework.Model;
using log4net.Core;
namespace OpenCover.Test.Framework
{
[TestFixture]
public class CommandLineParserTests
{
private const string R... |
// 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
// regenerated.
namespac... |
/*
* 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.Threading.Tasks;
using Microsoft.AspNetCore.SignalR;
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
using Microsoft.Extensions.Logging;
using Ordering.SignalrHub.IntegrationEvents.Events;
namespace Ordering.SignalrHub.IntegrationEvents.EventHandling
{
public cla... |
using Xunit;
using System;
using System.Collections;
using System.Collections.Generic;
using Yarn;
using System.IO;
using System.Linq;
using Yarn.Compiler;
using CLDRPlurals;
namespace YarnSpinner.Tests
{
public class LanguageTests : TestBase
{
public LanguageTests() : base() {
// Register some ... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using BenchmarkDotNet.Attributes;
using Microsoft.AspNetCore.ConcurrencyLimiter.Tests;
using Microsoft.AspNetCore.Http;
namespace Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchm... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Controls;
using Wind.Containers;
using Parrot.Collections;
using MaterialDesignThemes.Wpf;
using System.Windows;
namespace Parrot.Controls
{
public... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Collections;
using System.Numerics;
namespace GodelNumbering {
public static class Godel {
//####################################################
// GODEL CALCULATIONS: CONVERT TO
//##########################... |
//------------------------------------------------------------------------------
// <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 NUnit.Framework;
using TargetProject_2_namespace;
using static Tests_for_project_ClassLibrary1RootNamespace.StaticMethods;
using static Tests_for_project_ClassProjectNamespace.Tests_for_class_MyClass.Helper;
namespace Tests_for_project_ClassProjectNamespace.Tests_for_class_MyClass{
[TestFixture]
public class Te... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Starcounter;
using Colab.Public;
namespace Colab.HelloContext
{
public class SearchProvider
{
public int Count(SearchQuery sq)
{
var count = 0;
fore... |
/*
* 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... |
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using PizzaBox.Storing;
namespace Pizz... |
using Datums;
using StringFormat;
using GeographicCalculatorWPFCore.Strings;
using MathExt;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documen... |
// ******************************************************************
// Copyright � 2015-2018 nventive 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
//
// ... |
using UnityEngine;
namespace Mako.ScriptableVariables
{
/// <summary>
/// Create ScriptableObjects containing values of type T
/// </summary>
/// <typeparam name="T">Base type of variable</typeparam>
[System.Serializable]
public abstract class ScriptableVariable<T> : ScriptableObject
{
#if UNITY_EDITOR
[... |
namespace EventsReminder.BusinessLogic.KeyPhrases
{
public class KeyPhraseDocument
{
public string Id { get; set; }
public string Language { get; set; }
public string Text { get; set; }
}
} |
//------------------------------------------------------------------------------
// <copyright file="TypeConverterAttribute.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//-----------------------... |
@{
ViewData["Title"] = "Privacy Policy";
}
<h2>@ViewData["Title"]</h2>
<p>Use this page to detail your site's privacy policy.</p> |
namespace Sitecore.Js.Presentation.Enum
{
public enum RenderingOptions
{
ServerOnly,
ClientOnly,
ClientAndServer
}
} |
namespace formulate.app.Forms.Fields.RadioButtonList
{
/// <summary>
/// An individual item used by <see cref="RadioButtonListField"/>.
/// </summary>
public class RadioButtonListItem
{
/// <summary>
/// Gets or sets a value indicating whether this item is selected.
/// </su... |
using System.Threading.Tasks;
using SingleViewApi.V1.Boundary;
namespace SingleViewApi.V1.UseCase.Interfaces
{
public interface IGetJigsawAuthTokenUseCase
{
Task<AuthGatewayResponse> Execute(string redisKey, string hackneyToken);
}
} |
/*===============================================================
Product: Cryoshock
Developer: Dimitry Pixeye - pixeye@hbrew.store
Company: Homebrew - http://hbrew.store
Date: 2/9/2018 6:29 AM
================================================================*/
using System;
using System.Collections;
usin... |
using Luval.Core;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
namespace Luval.Data
{
public class SqlServerDialectProvider : ISqlDialectProvider
{
public SqlServerDialectPro... |
using Discord;
namespace Mayfly.Extensions
{
public static class EmbedBuilderExtension
{
public static EmbedBuilder WithEmpty(this EmbedBuilder builder)
{
return builder.WithDescription("\u200B");
}
}
} |
using System;
namespace Mews.Registrierkassen.Dto
{
public sealed class CurrencyValue
{
public CurrencyValue(decimal value)
{
var decimalPlaces = BitConverter.GetBytes(Decimal.GetBits(value)[3])[2];
if (decimalPlaces > 2)
{
throw new Argument... |
// ----------------------------------------------------------------------------
// Copyright © Aleksey Nemiro, 2017. 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... |
// 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.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
using System.Threading;
using Microso... |
/*
* 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... |
/*
* Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty
*/
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
// Image 41: Unity.XR.OpenVR.dll - Assembly: Unity.XR.OpenVR, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - Types 6242-6867
na... |
using DarkSoulsII.DebugView.Core;
namespace DarkSoulsII.DebugView.Model.Ai.Navigation
{
public class NaviGraphWorld : IReadable<NaviGraphWorld>
{
public NaviGraphCostEstimator NaviGraphCostEstimator { get; set; }
public NvNaviGraphCostUpdater NvNaviGraphCostUpdater { get; set; }
public... |
/*
* 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 Dynamo.Exceptions
{
public class CustomNodePackageLoadException : LibraryLoadFailedException
{
/// <summary>
/// File path of existing custom node package.
/// ... |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using Arnolyzer.Analyzers.Settings;
using Arnolyzer.RuleExceptionAttributes;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CS... |
using System;
namespace tracker.web.ViewModels
{
public class UserViewModel
{
public Guid Id { get; set; }
public string Name { get; set; }
public string Location { get; set; }
public string Status { get; set; }
public bool IsBench { get; set; }
pub... |
using LINGYUN.Abp.WeChat.Localization;
using Microsoft.Extensions.DependencyInjection;
using Polly;
using System;
using Volo.Abp.Caching;
using Volo.Abp.Features;
using Volo.Abp.Json;
using Volo.Abp.Localization;
using Volo.Abp.Modularity;
using Volo.Abp.Settings;
using Volo.Abp.VirtualFileSystem;
namespace LINGYUN.A... |
using Nancy.Swagger.Demo.Models;
using Nancy.Swagger.Services;
namespace Nancy.Swagger.Demo.ModelDataProviders
{
//public class UserModelDataProvider : ISwaggerModelDataProvider
//{
// public SwaggerModelData GetModelData()
// {
// return SwaggerModelData.ForType<User>(with =>
// ... |
using Microsoft.Extensions.Logging;
using NBitcoin;
using Stratis.Bitcoin.Features.MemoryPool;
using Stratis.Bitcoin.Features.MemoryPool.Interfaces;
using Stratis.Bitcoin.Features.PoA;
using Stratis.Bitcoin.Features.PoA.Voting;
using Stratis.Bitcoin.PoA.Features.Voting;
namespace Stratis.Bitcoin.Features.Collateral.M... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using APPBASE.Models;
using APPBASE.Helpers;
using APPBASE.Filters;
using APPBASE.Svcbiz;
namespace APPBASE.Controllers
{
[MyActionFilterAttribute]
public par... |
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("No... |
using OpenQA.Selenium;
namespace WebAddressbookTests
{
public class ContactHelper : HelperBase
{
public ContactHelper(IWebDriver driver)
: base(driver)
{
}
public void SubmitEntryCreation()
{
driver.FindElement(By.Name("submit")).Click();
... |
using System.Collections.Generic;
using Arango.Client;
namespace Arango.ConsoleTests
{
public static class Database
{
public static string TestDatabaseOneTime { get; set; }
public static string TestDatabaseGeneral { get; set; }
public static string TestDocumentCollectionName { get; se... |
// 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.Text;
using Silk.NET.OpenGLES;
using Silk.NET.Core.Loader;
using Silk.NET.Core.Native;
using Silk.NET.... |
/*
MIT LICENSE
Copyright 2017 Digital Ruby, LLC - http://www.digitalruby.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 Software without restriction, including without limitation the rights to use, ... |
using System;
using System.Threading.Tasks;
using NServiceBus;
class Program
{
static async Task Main()
{
Console.Title = "Samples.NHibernate.Client";
var endpointConfiguration = new EndpointConfiguration("Samples.NHibernate.Client");
endpointConfiguration.EnableInstallers();
e... |
//--------------------------------------------------------
// This code is generated by AutoFastGenerator.
// You should not modify the code.
//--------------------------------------------------------
namespace FlowScriptEngineBasic.FlowSourceObjects.Math
{
public partial class SinhFlowSourceObject
{
... |
using AwesomeSauceCompanyLtd.Services;
using Microsoft.AspNetCore.Http;
using System;
using System.Threading.Tasks;
namespace AwesomeSauceCompanyLtd.Middlewares
{
public class NameRoutingMiddleware
{
private readonly RequestDelegate next;
private readonly IUsers users;
public NameRout... |
/*
* hris
*
*
* The version of the OpenAPI document: 8.11.0
* Contact: hello@apideck.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.IO;
u... |
using CSCore.CoreAudioAPI;
using MaxMix.Framework;
using System;
using System.Text.RegularExpressions;
namespace MaxMix.Services.Audio
{
/// <summary>
/// Provides a facade with a simpler interface over the MMDevice CSCore class.
/// </summary>
public class AudioDevice : IAudioDevice
{
#re... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.