text stringlengths 1 932k |
|---|
using System.Text.Json.Serialization;
namespace Horizon.Payment.Alipay.Domain
{
/// <summary>
/// InsProdResource Data Structure.
/// </summary>
public class InsProdResource : AlipayObject
{
/// <summary>
/// 资源项标识符;insMustKnow:投保须知,productTerm:产品条款,insAgreement:投保协议,insAgreementH5... |
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace Horizon.Payment.Alipay.Response
{
/// <summary>
/// SsdataDataserviceRiskAudioSetResponse.
/// </summary>
public class SsdataDataserviceRiskAudioSetResponse : AlipayResponse
{
/// <summary>
/// 查询出的关键... |
using Algorytm_Ewolucyjny.Models;
using Algorytm_Ewolucyjny.Models.Algorithms;
using Algorytm_Ewolucyjny.Models.Crossings;
using Algorytm_Ewolucyjny.Models.Mutations;
using Algorytm_Ewolucyjny.Models.Selections;
using Algorytm_Ewolucyjny.Services;
using System;
using System.Collections.Generic;
using System.Linq;
usi... |
#if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
#pragma warning disable
using System;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
{
internal interface IDigestCalculator
{
byte[] GetDigest();
}
}
#pragma warning restore
#endif |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerKontrol : MonoBehaviour
{
Rigidbody fizik;
float horizontal = 0;
float vertical = 0;
Vector3 vec;
public float karakterHizi;
public float minX;
public float maxX;
public float minZ;
pu... |
using System.Net.NetworkInformation;
namespace TeamProjectManager.Common.Infrastructure
{
/// <summary>
/// Provides network information.
/// </summary>
public static class Network
{
private static bool? isAvailable;
static Network()
{
NetworkChange.NetworkAvai... |
#warning Kill this file
/*
using System;
using System.Collections.Generic;
using Cirrious.MvvmCross.Exceptions;
using Cirrious.MvvmCross.Interfaces.Plugins;
using Cirrious.MvvmCross.Plugins;
namespace Cirrious.MvvmCross.WinRT.Platform
{
public class MvxWinRTPluginManager : MvxBasePluginManager
{
privat... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Text;
namespace Orleans.Runtime
{
/// <summary>
/// Data class encapsulating the details of silo addresses.
/// ... |
/*
* 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... |
// 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.Concurrent;
using System.Collections.Generic;
using System.Collections.Immut... |
// This file is part of YamlDotNet - A .NET library for YAML.
// Copyright (c) Antoine Aubry and contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without restriction, inclu... |
//创建者:Icarus
//手动滑稽,滑稽脸
//ヾ(•ω•`)o
//2018年07月20日-01:03
//Icarus.GameFramework
namespace Icarus.GameFramework
{
public static class GameFrameworkActionHandle
{
public static void Handle(this GameFrameworkAction action)
{
action?.Invoke();
}
public static void Handle... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
using UnityEngine.UI; // para usar as interfaces da unity
public class statusEquipes : MonoBehaviour
{
[Header("STATUS EQUIPES")]
public Image helmet;
public Image amulet;
public Im... |
// ReSharper disable ClassNeverInstantiated.Global
// ReSharper disable UnusedMember.Global
// ReSharper disable AutoPropertyCanBeMadeGetOnly.Global
// ReSharper disable MemberCanBePrivate.Global
namespace DotNetForce.Schema
{
public class SfChildRelationship<TChild> where TChild : SfObjectBase, new()
{
... |
namespace operators;
public static class LambdaOperator
{
public static void Examples()
{
WithInferredTypes();
WithExplicitTypes();
WithoutInput();
}
private static void WithInferredTypes()
{
// <SnippetInferredTypes>
string[] words = { "bot", "apple", "apr... |
// ProfileForm.cs
//
// DNSRedir - custom DNS server
//
// Copyright (c) 2022 Don Mankin <don.mankin@yahoo.com>
//
// MIT License
//
// See the file LICENSE for more details, or visit <https://opensource.org/licenses/MIT>.
using System;
using System.Linq;
using System.Windows.Forms;
namespace DNSRedir
{
public p... |
using Umbraco.Cms.Core.Models.PublishedContent;
namespace Nikcio.UHeadless.UmbracoElements.Properties.EditorsValues.ContentPicker.Commands {
/// <summary>
/// A command for creating a content picker item
/// </summary>
public class CreateContentPickerItem {
/// <inheritdoc/>
public Cre... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
namespace WebSsrsTest.Account
{
public partial class VerifyPhoneNumber : System.Web.UI.Page
{
... |
// *** 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... |
/*
* 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.Linq;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Megarender.StorageService
{
public static class DbContextExtensions
{
public static bool AllMigrationsApplied(this DbContext context)
... |
@model Orchard.Core.Common.ViewModels.DateTimeEditor
@{
Style.Require("DateTimeEditor");
}
@if (Model.ShowDate) {
<label class="forpicker" for="@Html.FieldIdFor(m => Model.Date)">@T("Date")</label>
<span class="date">@Html.TextBoxFor(m => m.Date, new { placeholder = T("Date").Text })</span>
}
@if (Model... |
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("Dat... |
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Localization;
using Qa.DataProtection.Localization;
using Qa.DataProtection.MultiTenancy;
using Volo.Abp.TenantManagement.Web.Navigation;
using Volo.Abp.UI.Navigation;
namespace Qa.DataProtection.Web.Menus
{
p... |
@{
ViewBag.Title = "Home Page";
}
<script src="~/Scripts/Emergence/Index.js"></script>
<link rel="stylesheet" type="text/css" href="~/Content/Index.css" />
<div class="row">
<div class="col-md-4">
<h2>@Html.ActionLink("Colours", "Colours", "Emergence")</h2>
<p>
Colours are pretty ... |
using System;
using System.Text.Json;
using WeatherFetch.Api.Data;
namespace WeatherFetch.Api
{
public class WeatherApiErrorException : Exception
{
private readonly string _message;
public override string Message => _message;
private readonly int _errorCode;
public int ErrorCode => _errorCode;
public We... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace HangfireDemo.Web.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
public ActionResult About()... |
namespace CompareCloudware.Web.Models
{
using System;
using System.Runtime.CompilerServices;
public class LanguageModel
{
public int LanguageID { get; set; }
public string LanguageName { get; set; }
}
} |
/* INFINITY CODE 2013-2017 */
/* http://www.infinity-code.com */
using UnityEngine;
namespace InfinityCode.OnlineMapsExamples
{
/// <summary>
/// Example of how to test the connection to the Internet.
/// </summary>
[AddComponentMenu("Infinity Code/Online Maps/Examples (API Usage)/CheckI... |
// 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.Threading;
using System.Threading.Tasks;
using NuGet.Common;
namespace NuGet.Packaging.Signing
{
/// <summary>
/// A... |
namespace Innoactive.Creator.Core.Conditions
{
/// <summary>
/// The base interface for any condition's data class.
/// </summary>
public interface IConditionData : ICompletableData, INamedData
{
}
} |
using System.Globalization;
using Batcher.QueryBuilder;
namespace Batcher.Columns
{
public class SqlColumnAlias : ISqlColumn, ISqlAlias
{
#region Private methods
private readonly ISqlColumn _column;
#endregion
#region Properties
public string AsName { get; private set; }
#endregion
#region .ctor
... |
using System;
using System.IO;
using System.Data;
using System.Data.Common;
using System.Collections.Generic;
using System.Text;
namespace Geomethod.Data
{
public class GmDataReader : IDisposable
{
DbDataReader dataReader;
int ordinal = 0;
public int Ordinal { get { return ordinal; } set { ordinal = value; } }... |
using System;
using System.Linq;
using System.Threading.Tasks;
using Autofac;
using Autofac.Extras.Moq;
using FluentAssertions;
using Microsoft.Extensions.Caching.Memory;
using Moq;
using NUnit.Framework;
using VideoApi.Client;
using VideoWeb.Common.Models;
using VideoWeb.EventHub.Handlers;
using VideoWeb.EventHub.Mode... |
using NStandard.Converts;
using System;
namespace NStandard.Flows
{
public static class BytesFlow
{
public static string Base58(byte[] bytes) => ConvertEx.ToBase58String(bytes);
public static string Base64(byte[] bytes) => Convert.ToBase64String(bytes);
public static string HexString(b... |
//------------------------------------------------------------------------------
// <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 ArgParser;
using System.Threading;
using fxcore2;
namespace OpenPositionNetting
{
class Program
{
static void Main(string[] args)
{
O2GSession session = null;
SessionStatusListener statusListener = null;
ResponseListener responseListener =... |
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class TwoPlayerMatch : IMatch, IDisposable
{
readonly ScoreMaintainer scoreMaintainer;
readonly List<Player> players;
readonly Vector3[] playerSpawnPositions;
public bool IsMatchFinished { get; private set; }
publ... |
#if __MACOS__
using System;
using NUnit.Framework;
using AppKit;
using ObjCRuntime;
using Foundation;
namespace Xamarin.Mac.Tests
{
public class NSToolbarTests
{
NSToolbar toolbar;
[SetUp]
public void SetUp ()
{
toolbar = new NSToolbar (NSToolbar.NSToolbarSeparatorItemIdentifier);
}
[Test]
public... |
using System;
namespace leetcode
{
class Program
{
static void Main(string[] args)
{
var s = new Solution();
ListNode list1 = new ListNode(1);
list1.next = new ListNode(2);
list1.next.next = new ListNode(3);
list1.next.next.next = new... |
using System;
using System.Globalization;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Localization;
using Microsoft.AspNetCore.Mvc;
namespace StrawberrySass.UI.Shared.App.Common.Culture
{
public class CultureController : Controller
{
[HttpGet]
[Route("api/cul... |
// Copyright (c) Microsoft. All rights reserved.
namespace Microsoft.VisualStudio.Composition
{
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel.Composition.ReflectionModel;
using System.Linq;
using System.Reflection;
using Sys... |
using System;
using System.Collections.Generic;
using System.Text;
/*
* Copyright (C) 2018 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
namespace com.opengamma.strata.product
{
using ImmutableBean = org.joda.beans.ImmutableBean;
using JodaBeanUtil... |
using Sample.Domain.CQRS.Command;
namespace Sample.Web.ApplicationServices.Memberships.Authentication.Identity.UpdateRules
{
public abstract class CommandDispatchRule
{
protected ICommandBus CommandBus { get; private set; }
protected CommandDispatchRule(ICommandBus bus)
{
... |
using HL7Data.Contracts.Base;
namespace HL7Data.Contracts.Messages.PopulationLocationBasedLaboratoryOrderAcknowledgmentMessages
{
//OPR_
public interface IBasePopulationLocationBasedLaboratoryOrderAcknowledgmentMessage : IBaseMessage
{
}
} |
@using System.Web.Http
@using GreyhoundRacing.WebAPI.Areas.HelpPage.ModelDescriptions
@model ModelDescription
<link type="text/css" href="~/Areas/HelpPage/HelpPage.css" rel="stylesheet" />
<div id="body" class="help-page">
<section class="featured">
<div class="content-wrapper">
<p>
... |
namespace HttPlaceholder.Client.Dto.Stubs
{
/// <summary>
/// A model for storing stub information for the basic authentication condition checker.
/// </summary>
public class StubBasicAuthenticationDto
{
/// <summary>
/// Gets or sets the username.
/// </summary>
pub... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using discovery.Library.Core;
using discovery.Library.identity;
using discovery.Models;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrame... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Button : MonoBehaviour {
private GameObject buttonCenter;
private GameObject buttonLeft;
private GameObject buttonRight;
private bool isButtonCenterStop = false;
private bool isButtonLeftStop = false;
private bool... |
using System.Text.RegularExpressions;
using UnityEngine;
public class StringHelper
{
public static string MatchSplit(string str, char leftSplit = '(', char rightSplit = ')')
{
string format = string.Format(@"(?is)(?<=\{0})(.*)(?=\{1}", leftSplit, rightSplit);
Match match = Regex.Match(str, f... |
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("PerformanceLogger")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("PerformanceLogger")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisi... |
using Microsoft.CognitiveServices.Speech;
using System;
using System.Threading.Tasks;
namespace PluralsightSpeechToTextDemo
{
class Program
{
public static async Task RecognizeSpeechAsync()
{
var config = SpeechConfig.FromSubscription("{ Your Key }", "{ Your Region }");
... |
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Welcome to AKS and Docker Demo</h1>
</div> |
// 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.Diagnostics;
namespace System.Runtime.Serialization
{
using System;
using System.Collections;
... |
/*
* 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 ... |
// *
// * Copyright (C) 2005 Mats Helander : http://www.puzzleframework.com
// *
// * This library is free software; you can redistribute it and/or modify it
// * under the terms of the GNU Lesser General Public License 2.1 or later, as
// * published by the Free Software Foundation. See the included license.txt
// * o... |
using System;
using System.IO;
using System.IO.Compression;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
/// <summary>
/// Sourced from https://stackoverflow.com/questions/16673714/how-to-compress-http-request-on-the-fly-and-without-loading-compressed-buffer-in
/// </summary>
namespace Click... |
namespace Biza.CodeAnalysis.Syntax
{
internal static class SyntaxFacts
{
public static int GetUnaryOperatorPrecedence(this SyntaxKind kind) => kind switch
{
SyntaxKind.PlusToken or SyntaxKind.MinusToken or SyntaxKind.BangToken => 6,
_ => 0
};
public stat... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace HBGaragem.Controllers
{
public class HomeController : Controller
{
public ActionResult Index()
{
ViewBag.Title = "Home Page";
return View();
}
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using System;
public class Player : MonoBehaviour
{
Rigidbody2D rigid;
SpriteRenderer spriteRenderer;
Animator anim;
private new AudioSource audio;
BoxCollider2D b_collider;
public... |
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using Content.Shared.GameObjects.Components.Body.Behavior;
using Content.Shared.GameObjects.Components.Body.Part;
using Content.Shared.Interfaces;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robus... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace embedded_auth_with_sdk.Models
{
public class SelectAuthenticatorViewModel
{
[Required(ErrorMessage = "Authenticator is required")]
[Display(Name = "A... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using AdaptiveCards.Rendering.Uwp;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Threading.Tasks;
using Windows.Graphics.Imaging;
using W... |
/*
* Abletech.Arxivar.Server.WebApi.Services
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: v1
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using S... |
using Epinova.InRiverConnector.Interfaces.Enums;
namespace Epinova.InRiverConnector.EpiserverImporter.EventHandling
{
public interface IInRiverEventsHandler
{
/// <summary>
/// Called when an import or updated of data into Commerce are done.
/// </summary>
/// <param name="cata... |
using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Options;
using OrchardCore.Modules;
namespace OrchardCore.DisplayManagement.Descriptors.ShapeTemplateStrategy
{
/// <summary>
/// Sets up default options for <see cref="ShapeTemplateViewOptions"/>.
/// </summary>
public class ... |
// Released under the MIT License.
//
// Copyright (c) 2018 Ntreev Soft co., Ltd.
// Copyright (c) 2020 Jeesu Choi
//
// 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, i... |
using System;
using System.ComponentModel;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Forms;
using YoutubeExplode;
using YoutubeExplode.Models;
using YoutubeExplode.Models.MediaStreams;
using static YouTubeFileDownloaderApi.AsyncSaveHandlerFactory;
namespace YouTubeFileDownloaderApi
{
pub... |
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using ApiApp.Domain.Entities;
namespace ApiApp.Persistence.Configurations
{
public class SupplierConfiguration : IEntityTypeConfiguration<Supplier>
{
public void Configure(EntityTypeBuilder<Supplier> builder)
... |
//------------------------------------------------------------------------------
// <copyright file="SQLByte.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// <owner current="true" primary="true">junfang</owner>
// <owner current="true" primary="false">[....]... |
namespace BlogSystem.Web.Controllers
{
using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin.Security;
using BlogSyste... |
// OData .NET Libraries ver. 5.6.3
// Copyright (c) Microsoft Corporation
// All rights reserved.
// MIT License
// 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 rest... |
// <auto-generated />
// Built from: hl7.fhir.r5.core version: 4.6.0
// Option: "NAMESPACE" = "fhirCsR5"
using fhirCsR5.Models;
namespace fhirCsR5.ValueSets
{
/// <summary>
/// Defines selection frequency behavior for an action or group.
/// </summary>
public static class ActionPrecheckBehaviorCodes
{
... |
@using Mictlanix.BE
@using Mictlanix.BE.Web.Helpers
@using Mictlanix.BE.Model
@using Mictlanix.BE.Web.Models
@model Mictlanix.BE.Model.SupplierPayment
<link href="@Url.Content("~/Content/selection-options.css")" rel="stylesheet" type="text/css" />
@using (Html.BeginForm())
{
@Html.ValidationSummary(true)
... |
using System.Collections.Generic;
namespace RealEstate.Mvc.Model
{
public class RentalsList
{
public IEnumerable<RentalViewModel> Rentals { get; set; }
public RentalsFilter Filters { get; set; }
}
} |
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using NationalInstruments.DataTypes;
using NationalInstruments.Dfir;
using Rebar.Common;
using Rebar.Compiler.Nodes;
using Rebar.RebarTarget;
using Loop = Rebar.Compiler.Nodes.Loop;
namespace Tests.Rebar.Unit.Comp... |
using System.Collections.Generic;
namespace Game.Models
{
public class Guess
{
public char GuessLetter {get; set;}
public int Id {get; set;}
public static List<Guess> GuessList {get; set;} = new List<Guess> {};
public Guess (char guessLetter)
{
GuessLetter = guessLetter;
GuessList... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
using System.Text.Json;
using Azure.Core;
namespace Azure.ResourceManager.Resources.Models
{
public partial class GenericResourceAutoGenerated ... |
using System;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
namespace Xam.Plugin.SimpleBottomDrawer
{
/// <summary>
/// Bottom drawer control with a border
/// </summary>
[Preserve(AllMembers = true)]
public class BottomDrawer : Frame
{
#region Variables
/// <summary>
/// Ne... |
// Decompiled with JetBrains decompiler
// Type: Diga.WebView2.Interop.ICoreWebView2ContentLoadingEventArgs
// Assembly: Diga.WebView2.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: AAF9543A-0FE1-46E7-BB2C-D24EA0535C0F
// Assembly location: O:\webview2\v1077444\Diga.WebView2.Interop.dll
using... |
using Cake.Testing.Fixtures;
namespace Cake.TravisCI.Tests.Cache
{
internal class TravisCICacheRunnerFixture : ToolFixture<TravisCISettings>
{
public TravisCICacheRunnerFixture() : base("travis")
{
}
protected override void RunTool()
{
var runner = new Trav... |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml.Serialization;
using Taobao.Pac.Sdk.Core.Dto;
namespace Taobao.Pac.Sdk.Core.Response.CLOUDPRINT_SELLER_CUSTOM_AREA_DETAIL
{
[XmlRoot("response")]
public class CloudPrintSellerCustomAreaDetailRe... |
namespace MagicOfSewing.Web.Areas.Admin.Controllers
{
using System;
using System.Linq;
using System.Threading.Tasks;
using MagicOfSewing.Common.Admin.ViewModels;
using MagicOfSewing.Services.Admin.Interfaces;
using MagicOfSewing.Web.Common;
using Microsoft.AspNetCore.Mvc;
using static M... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
// <copyright file="PlaceOrderPage.cs" company="Automate The Planet Ltd.">
// Copyright 2019 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/l... |
//---------------------------------------------------------
// <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:49:12 UTC
// </auto-generated>
//--------------... |
namespace Enums
{
public enum NetServerEnumInformationLevel
{
/// <summary>
/// Return server names and platform information. The bufptr parameter points to an array of SERVER_INFO_100 structures.
/// </summary>
SERVER_INFO_100 = 100,
/// <summary>
/// Return server names, types, and associated software... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lab2TM
{
public class InfoElse
{
public int i { get; set; }
public string OutString { get; set; }
public int Glubina { get; set; }
}
} |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MeinMenuAnimationSequence : MonoBehaviour {
[SerializeField] MenuMain MenuMain;
[SerializeField] Animator MainMenuAnimator;
public void OnMenuAnimationEnd() {
MainMenuAnimator.enabled = false;
LeanTween.delayedCall(0.5... |
using System.Collections.Generic;
using RulesDoer.Core.Runtime.Context;
using RulesDoer.Core.Utils;
namespace RulesDoer.Core.Expressions.FEEL.Ast.Elements.Function.BuiltIn.DateFuncs {
public class TimeFunc : IFunc {
public const string FuncName = "time";
public Variable Execute (List<Variable> par... |
#region Using directives
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNetCore.Components;
#endregion
namespace Blazorise.DataGrid
{
public class DataGridAggregate<TItem> : BaseDataGridComponent
{
#region Members
private stat... |
using System;
using System.Collections.Generic;
using System.Linq;
using Aggregator.Core.Configuration;
using Aggregator.Core.Context;
using Aggregator.Core.Facade;
using Aggregator.Core.Interfaces;
using Aggregator.Core.Monitoring;
using IdentityDescriptor = Microsoft.TeamFoundation.Framework.Client.IdentityDescrip... |
#if SERIAL
using System.IO.Ports;
#endif
using System.Linq;
using Modbus.Data;
using Modbus.Device;
using Modbus.Message;
using Modbus.UnitTests.Message;
using Modbus.Unme.Common;
using Xunit;
namespace Modbus.UnitTests.Device;
public class ModbusSlaveFixture
{
private readonly DataStore _testDataStore;
pu... |
namespace Exemplum.Domain.Common.DateAndTime;
public interface IClock
{
public DateTime Now { get; }
} |
// Copyright 2017, Google LLC 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 applicable... |
using StreamLib;
using System.Text;
using Xunit;
namespace StreamLibTests
{
public class StringStreamTests
{
[Fact]
public void Read_ShouldReturnCompleteBufferInOneGo_WhenRequestedLengthEqualsLengthinBytes()
{
// Arrange
string text = "SOME-TEST-TEXT";
... |
using Surging.Cloud.CPlatform.Ioc;
namespace Surging.Cloud.Domain.Repositories
{
public interface IRepository : ITransientDependency
{
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Configuration.Memory;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.FileProviders;
using ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using Sultanlar.DatabaseObject;
using Sultanlar.DatabaseObject.Internet;
using System.Web.Security;
using System.Collections;
namespace Sultanlar.WebUI.musteri
... |
// *** 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.