text stringlengths 1 932k |
|---|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: booking/history/reservation_amendment_summary.proto
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Re... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
[RequireComponent(typeof (SpecialAttacksManager))]
public class TurnsManager : MonoBehaviour
{
public delegate void OnEndTurnHandler(EndTurnEventArgs args);
public event OnE... |
using System;
using System.Collections.Generic;
using Microsoft.Extensions.Logging;
using Moq;
using NBitcoin;
using Stratis.Bitcoin.Base;
using Stratis.Bitcoin.Base.Deployments;
using Stratis.Bitcoin.Configuration;
using Stratis.Bitcoin.Configuration.Settings;
using Stratis.Bitcoin.Consensus;
using Stratis.Bitcoin.Co... |
// Copyright (c) Microsoft. All rights reserved.
namespace Microsoft.Azure.WebJobs.Extensions.EdgeHub
{
using System;
/// <summary>
/// Represents a retry strategy that determines the number of retry attempts and the interval between retries.
/// </summary>
abstract class RetryStrategy
{
... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/wingdi.h in the Windows SDK for Windows 10.0.20348.0
// Original source is Copyright © Microsoft. All rights reserved.
using NUnit.Framework;
using System... |
using System;
namespace Tokens.Exceptions
{
/// <summary>
/// Thrown when an validation can't be mapped from a pattern
/// </summary>
public class ValidationException : Exception
{
/// <summary>
/// Initializes a new instance of the <see cref="ValidationException"/> class.
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - TestMyClean.Web</title>
<environment names="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
... |
#region License
// Copyright (c) 2018-2021, exomia
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#endregion
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
usi... |
// <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 (c) DotSpatial Team. All rights reserved.
// Licensed under the MIT license. See License.txt file in the project root for full license information.
using System;
using System.Runtime.InteropServices;
using GeoAPI.Geometries;
namespace DotSpatial.Data
{
/// <summary>
/// A vertex is a two dimensio... |
@{
Layout = "~/Views/Shared/_Index.cshtml";
}
<div class="container-div">
<div class="row">
<div id="searchDiv" class="col-sm-12 search-collapse">
<div class="select-list">
<ul>
<li>
登录名称:<input id="userName" col="UserName" type="t... |
namespace TodoTool.Interfaces
{
public interface IDisplayable
{
void Display();
}
} |
// © Anamnesis.
// Licensed under the MIT license.
namespace Anamnesis.Memory;
using System;
using System.Threading.Tasks;
using Anamnesis.Utils;
using PropertyChanged;
public class ActorMemory : ActorBasicMemory
{
private readonly FuncQueue refreshQueue;
private readonly FuncQueue backupQueue;
public ActorMemo... |
// Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Text;
using System.Text.RegularExpressions;
namespace Orang
{
internal static class CoreExtensions
{
public static StringBuilder... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace SetBuildNumber
{
class Program
{
private static int Count = 1;
static void Main(string... |
using System;
namespace SimpleCache
{
/// <summary>
/// Packaged data, contains some useful properties like LifeSpan and Due.
/// Datas need package into CacheData in order to store in storage.
/// </summary>
public interface ISimpleCacheData
{
/// <summary>
/// Create time of... |
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace WordCounter.Models
{
public class RepeatCounter
{
private string _sentence;
private string _word;
public RepeatCounter( string sentence,string word)
{
_sentence = sentence;
_word = word;... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
// For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
namespace MVC6_Full_Version.Controllers
{
public class FormsController : Con... |
namespace HelpjuiceConverter.Entities
{
class Secrets
{
public string JBASE_API_KEY { get; set; }
public string ZUMASYS_API_KEY { get; set; }
}
} |
// 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.Collections.Generic;
using System.Runtime.InteropServices;
using Microsoft.CodeAnalysis;
using Microso... |
using System;
using System.Web;
using System.Web.UI;
using System.Collections.Specialized;
public class Page1: Page
{
private void Page_Load(Object sender, EventArgs e)
{
// <Snippet1>
HttpCookieCollection MyCookieCollection = Request.Cookies;
for(int loop1 = 0; loop1 < MyCookieCollection.Count; loop1++)
{
H... |
using System;
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
namespace Couchbase.Search.Queries.Simple
{
/// <summary>
/// The phrase query allows to query for exact term phrases in the index. The provided
/// terms must exist in the correct order, at the correct index offsets, in the speci... |
// This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace AntChain.SDK.CAS.Models
{
public class CreateLoadbalanceSecurityipResponse : TeaModel {
// 请求唯一ID,用于链路跟踪和问题排查
[NameInMap("req_msg_id")]
[Validation(... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Text;
namespace EP94.LgSmartThinq.Utils
{
public static class Extensions
{
public static HttpRequestMessage Clone(this HttpRequestMessage request)
{
var clone = new HttpRequestMessa... |
using InstaWebAPI.Response;
using InstaWebAPI.DateTimeHelper;
using InstaWebAPI.Webhelper;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
namespace InstaWebAPI
{
public class InstaWebAPI
{
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.IO.PortsTests;
using System.Text;
using System.Threading;
using Legacy.Support;
using Xunit;
namespace System.IO.Ports.Tests
{
public clas... |
using System;
namespace TrueShipAccess.Models
{
public static class DateTimeExtensions
{
public static DateTime ToUtcDateTime( this string dateTime )
{
if ( string.IsNullOrWhiteSpace( dateTime ) )
return DateTime.MinValue;
return DateTime.Parse( dateTime ).ToUniversalTime();
}
}
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18033
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... |
@model CouchbaseAspNet.Identity.Example.Models.VerifyCodeViewModel
@{
ViewBag.Title = "Verify";
}
<h2>@ViewBag.Title.</h2>
@using (Html.BeginForm("VerifyCode", "Account", new { ReturnUrl = Model.ReturnUrl }, FormMethod.Post, new { @class = "form-horizontal", role = "form" })) {
@Html.AntiForgeryToken()
@... |
//======================================================================
// Copyright (C) 2015-2020 Winddy He. All rights reserved
// Email: hgplan@126.com
//======================================================================
using Core;
using Core.WindJson;
using System;
using System.Collections;
usi... |
namespace FlatBeats.Framework.Controls
{
using System;
using System.Globalization;
using System.IO;
using System.Net;
using System.Windows.Data;
using System.Windows.Media.Imaging;
using FlatBeats.DataModel;
using FlatBeats.DataModel.Services;
using Microsoft.Phone.Reactive;
... |
namespace FakeAV
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name... |
//
// This code was created by Jeff Molofee '99
//
// If you've found this code useful, please let me know.
//
// Visit me at www.demonews.com/hosted/nehe
//
//=====================================================================
// Converted to C# and MonoMac by Kenneth J. Pouncey
// http://www.cocoa-mono.org
//
// Co... |
using MPTanks.ModCompiler.Packer;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace MPTanks.ModCompiler
{
static class DependencyResolver
{
/// <summary>
/// Tries to resolve the m... |
@using PeopleAPI.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre> |
namespace NotePaadi1
{
internal class FontDialog
{
public bool ShowColor { get; internal set; }
public object Font { get; internal set; }
}
} |
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Azure.Functions.Worker.Configuration;
namespace MedsManager
{
public class Program
{
public static void Main()
{
var host = new HostBuilder()
.... |
namespace ups_battery_service
{
partial class main
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
... |
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("Bin... |
using System.Linq;
using System.Threading.Tasks;
using Nimbus.Configuration;
using Nimbus.IntegrationTests.Tests.SimplePubSubTests.EventHandlers;
using Nimbus.IntegrationTests.Tests.SimplePubSubTests.MessageContracts;
using Nimbus.Tests.Common.Extensions;
using Nimbus.Tests.Common.TestScenarioGeneration.ScenarioComposi... |
namespace KafkaFlow.Retry.UnitTests.API.Adapters.Common
{
using FluentAssertions;
using global::KafkaFlow.Retry.API.Adapters.Common;
using global::KafkaFlow.Retry.API.Dtos.Common;
using global::KafkaFlow.Retry.Durable.Repository.Model;
using Xunit;
public class RetryQueueItemStatusDtoAdapterTe... |
// 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.ComponentModel;
namespace System.Windows.Forms
{
/// <summary>
/// Provides data for splitte... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
namespace Azure.Management.Network
{
/// <summary> ... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System;
using System.Linq;
public class ToolItemActionResponder : MonoBehaviour
{
public bool debugMode = true;
public ControlStatusDisplay CtrlStat;
public ActionController ActionCtrl;
public M... |
using System.Linq;
using MbUnit.Framework;
using System;
using System.IO;
using System.Data;
using LinqToExcel.Domain;
namespace LinqToExcel.Tests
{
using LinqToExcel.Query;
[Author("Paul Yoder", "paulyoder@gmail.com")]
[FixtureCategory("Unit")]
[TestFixture]
public class ExcelQueryFactoryTests
... |
using System;
namespace CommonDomain.Persistence
{
public interface IConstructAggregates
{
IAggregate Build(Type type, Guid id, IMemento snapshot);
}
} |
using MongoDB.Bson.Serialization.Attributes;
using System;
using System.Collections.Generic;
using System.Text;
namespace SpaceApp.Common.Models
{
public class Location
{
[BsonElement]
public double Longitude { get; private set; }
[BsonElement]
public double Latitude { get; pr... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Charlotte.Commons;
using Charlotte.GameCommons;
namespace Charlotte.Games.Enemies
{
/// <summary>
/// 敵
/// </summary>
public abstract class Enemy
{
// プレイヤーに撃破されない(自弾に当たらない)敵を作る場合 HP == 0 にすること。
// -- アイテム・敵弾など
// ... |
using System;
using ExtendedXmlSerializer.ContentModel.Content;
using ExtendedXmlSerializer.ContentModel.Format;
namespace ExtendedXmlSerializer.ExtensionModel.Xml
{
sealed class XmlInnerContent : IInnerContent
{
readonly IFormatReader _reader;
readonly XmlContent _content;
public XmlInnerContent(IFormatRe... |
//------------------------------------------------------------------------------
// <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.Collections.Generic;
using Base.Enums;
namespace Base.Models
{
/// <summary>
/// for jQuery datatables input argument, use low camel
/// </summary>
public class DtDto
{
public int draw { get; set; }
//start row position, base 0
public int start { get; set; }
... |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Data/Gym/GymDefender.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
usi... |
using EvenBusDemo.Infrastructure.EventBus.Common.Bus;
using EventBusDemo.Transfer.Domain.Interfaces;
using EventBusDemo.Transfer.Domain.Models;
using System;
using System.Threading.Tasks;
namespace EventBusDemo.Transfer.Domain.Events.Handlers
{
public class TransferCreatedEventHandler : IEventHandler<TransferCrea... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SellIt.Entities
{
[Table("Brand")]
public class Brand
... |
namespace Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20171201
{
using static Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Extensions;
/// <summary>A server security alert policy.</summary>
public partial class ServerSecurityAlertPolicy :
Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.A... |
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本: 4.0.30319.42000
//
// 对此文件的更改可能导致不正确的行为,如果
// 重新生成代码,则所做更改将丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace uPD... |
using System;
using System.Linq;
namespace ITAssetManager.Web.Services.Common
{
public static class Pagination
{
public static (int currentPage, int lastPage, bool hasPreviousPage, bool hasNextPage) GetPages(IQueryable<object> query, int currentPage, int itemsPerPage)
{
var itemsCo... |
@model System.Collections.Generic.List<DemandManagementServer.ViewModels.MenuViewModel>
<li class="header">权限管理</li>
@foreach (var menu in Model)
{
var isActive = ViewBag.CurrentMenu == menu.Code; //判断当前功能是否处于激活
<li class="@(isActive ? "active" : "")"><a href="@menu.Url"><i class="@menu.Icon"></i> <span>@menu... |
using System;
using LanguageExt.Common;
namespace Records
{
class Program
{
static void Main(string[] args)
{
JObjectTestEq.Test();
MaybeRecordTypeExample();
}
private static void MaybeRecordTypeExample()
{
var opt1 = Maybe.Just(100... |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace System.ServiceModel
{
using System;
public enum ReleaseInstanceMode
{
None = 0,
BeforeCall =... |
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using SA.Foundation.Editor;
using StansAssets.Plugins.Editor;
namespace SA.Android.Manifest
{
public class AMM_PermissionsTab : IMGUILayoutElement
{
List<string> m_permissionsStrings = null;
List<AMM_ManifestP... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace VaultLib
{
public static class PathUtils
{
private static readonly Regex parentPathRegex = new Regex(@"^((?:[^\/]*\/)+)([^\/]+)\/?$"); // cg 0: Parent... |
// -------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// -----------------------------------------------------------... |
using CanedoLab.MS.Services.Identity;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
namespace CanedoLab.MS.Catalog.API.Configuration
{
public static class ApiConfig
{
public static IServiceCol... |
/*
* IntelHex.cs
* Utility class to create, read, write, and print Intel HEX8 binary records.
*
* Original Written by Vanya A. Sergeev <vsergeev@gmail.com>
* Version 1.0.5 - February 2011
*
* Modified by Jerry G. Scherer <scherej1@hotmail.com> for C#
* Version 1.0.0 - May 2012
*/
using System;
using Sys... |
// 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.Collections.Immutable;
using System.Diagnostics;
using... |
using System;
using System.Data;
using Locust.Data;
using Locust.ServiceModel;
namespace Locust.Modules.Location.Strategies
{
public partial class CountryAddRequest : IBaseServiceRequest
{
public CommandParameter CountryId { get; set; }
public string Code { get; set; }
public string Title ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FalconNet.Campaign
{
public class SimFeatureClass : SimStaticClass
{
public int featureFlags;
public SimFeatureClass(ushort i) : base(i) { }
}
} |
namespace TicketFlow.Common.Providers
{
public interface IPostgresConnectionStringProvider
{
string GetConnectionString();
}
} |
using System.Text;
namespace Pizza
{
internal static class StringBuilderExtensions
{
/// <summary>
/// Extensions for adding new lines of specific value.
/// </summary>
/// <param name="stringBuilder">Extended class.</param>
/// <param name="value">Value which will be r... |
using AutoMapper;
using Cabother.Organizer.Application.Commands.Teams;
using Cabother.Organizer.Application.ViewModels.Teams;
using Cabother.Organizer.Domain.Entities;
namespace Cabother.Organizer.Application.AutoMappers
{
public class TeamProfile : Profile
{
public TeamProfile()
{
... |
namespace josergdev.Todo.Shared.Domain.ValueObject
{
using System;
using System.Collections.Generic;
using System.Globalization;
public class IntValueObject : ValueObject
{
public int Value { get; private set; }
public IntValueObject(int value)
{
Value = value;
... |
/*
* 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.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SMBPlayerDeath : SceneLinkedSMB<PlayerData>
{
public override void OnSLStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
{
base.OnSLStateEnter(animator, stateInfo, layerIndex);
}
... |
namespace Barista.Shared.Events
{
public class ScriptingSharesStringOutEvent
{
public string Id { get; }
public string Value { get; }
public ScriptingSharesStringOutEvent(string id, string value)
{
Id = id;
Value = value;
}
}
} |
using System;
using System.Diagnostics;
using System.IO;
namespace Sep.Git.Tfs.Util
{
public class TemporaryFileStream : FileStream
{
public static TemporaryFileStream Acquire()
{
var temp = Path.GetTempFileName();
return new TemporaryFileStream(temp);
}
... |
using MassTransit;
using System;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
using System.Windows;
using MessageContracts;
namespace ServerLibrary.ContractImplementations
{
class RequestMediaFileMessageConsumer : IConsumer<IRequestMediaFileMessage>
{
publ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using UnityUtility;
using UnityObject = UnityEngine.Object;
namespace UnityEngine
{
public static class UnityObjectExtensions
{
/// <summary>
/// Destroys the unity object.
/// </s... |
namespace Lykke.Service.Bitcoin.Api.Settings.ServiceSettings
{
public class DbSettings
{
public string LogsConnString { get; set; }
public string DataConnString { get; set; }
}
} |
using System;
using System.Collections.Generic;
using LanguageExt;
using static LanguageExt.Prelude;
using static LanguageExt.TypeClass;
using System.Diagnostics.Contracts;
using System.Threading.Tasks;
using LanguageExt.TypeClasses;
using LanguageExt.ClassInstances;
/// <summary>
/// Extension methods for Either
///... |
using System.Threading.Tasks;
using AElf.Contracts.MultiToken;
using AElf.Contracts.TestKit;
using AElf.Types;
using Shouldly;
using Xunit;
namespace AElf.Contracts.EconomicSystem.Tests.BVT
{
public partial class EconomicSystemTest
{
private const long Amount = 100;
private const string Resourc... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NPoco;
using Should.Core.Assertions;
using Xpressive.Home.Contracts.Automation;
namespace Xpressive.Home.Automation
{
internal class ScriptRepository : IScriptRepository
{
public async Task SaveAsync... |
using System;
using Godot;
namespace LibT
{
public static class NodeExtensions
{
public static T GetNodeFromPath<T>( this Node node, NodePath nodePath)where T:class
{
try
{
string path = String.Empty;
int length = nodePath.GetNameCount();
if( length > 1 && nodePath.GetName( 0 ).Equals( ".." )... |
// Decompiled with JetBrains decompiler
// Type: WebView2.CORE_WEBVIEW2_PERMISSION_KIND
// Assembly: WebView2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 390039CF-BF77-421E-8AE4-CC8FD0DF2A08
// Assembly location: O:\dev\webview2-interop-master\Src\WebView2.dll
namespace Diga.WebView2.Interop
{
p... |
using Alphaleonis.Win32.Filesystem;
using Security2;
using System;
using System.Management.Automation;
namespace NTFSSecurity
{
[Cmdlet(VerbsLifecycle.Enable, "NTFSAccessInheritance", DefaultParameterSetName = "Path")]
public class EnableAccessInheritance : BaseCmdletWithPrivControl
{
private bool... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// As Informações Gerais sobre um assembly são controladas por meio do
// conjunto de atributos a seguir. Altere esses valores de atributo para modificar as informações
// associadas a um assembly.
[assembly: Assemb... |
using UnityEngine;
namespace Mirror.Examples.Pong
{
public class PaddleSpawner : PlayerSpawner
{
public Transform leftRacketSpawn;
public Transform rightRacketSpawn;
public GameObject ballPrefab;
GameObject ball;
public override void OnServerAddPlayer(INetworkConnecti... |
// ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// ----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.T... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... |
@using goo.Admin.Areas.HelpPage.ModelDescriptions
@model ComplexTypeModelDescription
@Html.DisplayFor(m => m.Properties, "Parameters") |
using Microsoft.AspNetCore.Components;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Blazui.Component;
namespace Blazui.ServerRender.Demo.Message
{
public class MultiMessageBase : ComponentBase
{
[Inject]
public MessageService Message {... |
using System;
using System.Collections.Generic;
using System.Text;
namespace MxNet.GluonTS.Model
{
class Config
{
}
} |
using System;
namespace AsyncInn.Web.Models
{
public class ErrorViewModel
{
public string RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
} |
namespace GnucashPlDataImportGeneratorApp.Forms.Common
{
partial class AboutDialogBox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... |
// This file is part of Abanu, an Operating System written in C#. Web: https://www.abanu.org
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
using System;
using Abanu.Kernel.Core.Collections;
using Abanu.Kernel.Core.MemoryManagement;
using Abanu.Kernel.Core.Pr... |
using Tharga.Toolkit.Console.Commands.Base;
using Tharga.Toolkit.Console.Consoles.Base;
namespace Tharga.Toolkit.Console.Commands.ScreenCommands
{
internal class ResetScreenCommand : ActionCommandBase
{
private readonly ConsoleBase _consoleBase;
public ResetScreenCommand(ConsoleBase consoleBas... |
namespace FaraMedia.Services.Installation.Components {
using FaraMedia.Data.Schemas.Components;
using FaraMedia.Services.Installation.Abstraction;
using NHibernate;
public sealed class DeletionHistoryComponentInstaller : ResourceInstallerBase {
public override void InstallResources(IStateless... |
@model JoinRpg.Web.Models.SetPasswordViewModel
@{
ViewBag.Title = "Create Password";
}
<h2>@ViewBag.Title.</h2>
<p class="text-info">
You do not have a local username/password for this site. Add a local
account so you can log in without an external login.
</p>
@using (Html.BeginForm("SetPassword", "Manag... |
#region File Description
//-----------------------------------------------------------------------------
// Combatant.cs
//
// Microsoft XNA Community Game Platform
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
#endregion
#r... |
using ag.DbData.Abstraction.Services;
using ag.DbData.SQLite.Factories;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
namespace ag.DbData.SQLite.Extensions
{
/// <summary>
/// Represents <see c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.