text stringlengths 1 932k |
|---|
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class soundAdjustment : MonoBehaviour
{
// Start is called before the first frame update
AudioSource theme;
float musicSlider = 1f;
void Start()
{
theme = GetComponent<AudioSource>();
}
// Upda... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Azure.Functions.Cli.Common;
using Azure.Functions.Cli.Helpers;
using Azure.Functions.Cli.Interfaces;
using Azure.Functions.C... |
// Copyright (c) 2019-2020 Jonathan Wood (www.softcircuits.com)
// Licensed under the MIT license.
//
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
namespace SoftCircuits.Silk
{
public class CompiledProgram
{
private const int FileSignatu... |
using Microsoft.AspNet.Mvc;
using OmniSharp.AspNet5;
using OmniSharp.Models;
using OmniSharp.MSBuild;
namespace OmniSharp
{
public class ProjectSystemController
{
private readonly AspNet5Context _aspnet5Context;
private readonly MSBuildContext _msbuildContext;
public ProjectSystemCont... |
// *********************************************************************
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License
// *********************************************************************
using DataX.Config.ConfigDataModel;
using DataX.Config.ConfigGeneration.Proce... |
#region Copyright
/*Copyright (C) 2015 Wosad Inc
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 a... |
using System;
namespace Telerik.UI.Xaml.Controls.Data
{
/// <summary>
/// Holds information about the <see cref="RadDataBoundListBox.ItemCheckedStateChanged"/> event.
/// </summary>
public class ItemCheckedStateChangedEventArgs : EventArgs
{
/// <summary>
/// Initializes a new inst... |
using System;
using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /product/qrcode/check 接口的请求。</para>
/// </summary>
public class ProductQrcodeCheckRequest : WechatApiRequest
{
/// <summary>
/// 获取或设置二维码 Ticket。
... |
using Socks5.Enums;
using System.Net;
namespace Socks5.Models
{
public struct ServerBound
{
public AddressType Type;
public IPAddress? Address;
public string? Domain;
public ushort Port;
}
} |
// Copyright (c) 2015–Present Scott McDonald. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.md in the project root for license information.
namespace ApiFramework.XUnit
{
/// <summary>Captures boilerplate code for an individual xunit test executed inside an xunit tests object... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/d3d12.h in the Windows SDK for Windows 10.0.22000.0
// Original source is Copyright © Microsoft. All rights reserved.
using NUnit.Framework;
using System;... |
// Copyright (c) pCYSl5EDgo. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Mono.Cecil;
using MSPack.Processor.Core.Provider;
namespace MSPack.Processor.Core
{
public sealed class TypeKeyInt32ValuePairGenerator : IPairGenerator
... |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Pool : MonoBehaviour
{
[Tooltip("The object to spawn, must have ")]
public GameObject Object;
private Stack<Transform> pool = new Stack<Transform>();
[Tooltip("How many objects should the pool r... |
/* ====================================================================
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 ... |
// *********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the Apache License, Version 2.0.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WAR... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Workers
{
public abstract class BaseEmployee
{
protected string EmployeeId { get; }
protected string EmployeeName { get; }
protected string EmployeeAddress { ge... |
using System;
using System.Collections.Generic;
namespace ANAConversationSimulator.Models
{
public class ChatActivityEvent
{
public string EventCategory { get; set; }
public string EventChannel { get; set; }
public string EventName { get; set; }
public Dictionary<string, string... |
using System.Runtime.Serialization;
using System.Xml.Serialization;
/*
Copyright (C) 2016-2018 by Vladimir Novick http://www.linkedin.com/in/vladimirnovick ,
vlad.novick@gmail.com , http://www.sgcombo.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2019 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation with the addition of the... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices;
using System.Security;
namespace System.Buffers
{
public static unsafe par... |
namespace DLC.Scientific.Core.Journalisation
{
public class EventJournalHeader
: JournalHeader
{
public double AcquisitionOffset { get; set; }
}
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
namespace Azure.ResourceManager.MachineLearning.Models
{
/// <summary> The KerberosPasswordCredentials. </summary>
public partial class KerberosPasswordCredent... |
// 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.Net
{
//
// See the native HTTP_TIMEOUT_LIMIT_INFO structure doc... |
using UnityEditor;
using UnityEngine;
[CustomEditor(typeof(MarchingTerrain))]
public class MarchingTerrainEditor : Editor
{
[SerializeField]
private HotkeyUtility m_hotkeyUtility;
[SerializeField]
private TerrainEditorUtility m_terrainEditorUtility;
#region Service
[SerializeField]
privat... |
@{
ViewBag.Title = "Session Expired";
}
<h2>Your session has expired</h2>
<div style="width:75%">
<p>
We're sorry, but it looks like your session expired. You may have been on the website too long without
clicking on anything, or we might have updated the site while you were using it.
</p>
<p>
Either ... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Python.LanguageServer.Implementation;
using Microsoft.PythonTools.Analysis;
using Microsoft.PythonTools.Analysis.FluentAssertions;
using Microsoft.PythonTools.Interpreter;
using Microsoft.PythonTools.Parsin... |
// ------------------------------------------------------------------------------
// 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.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SistemaMundoAnimal.Source.Dados;
namespace SistemaMundoAnimal.Source.Pesquisa.Entidade {
public static class PesquisaContatos {
private static string SelectContatosPorPessoaId = @"SE... |
// Fill out your copyright notice in the Description page of Project Settings.
using UnrealBuildTool;
public class UE4_Tutorials : ModuleRules
{
public UE4_Tutorials(TargetInfo Target)
{
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
PrivateDependencyModule... |
#addin nuget:?package=Cake.DoInDirectory&version=3.3.0
#addin nuget:?package=Cake.CMake&version=1.2.0
#addin nuget:?package=Cake.Npm&version=1.0.0
#addin nuget:?package=Cake.Json&version=6.0.0
#addin nuget:?package=Newtonsoft.Json&version=12.0.2
var target = Argument("target", "Build");
var useMagic = Argument<bool>("... |
// 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.Runtime.InteropServices;
using System.Threading.Tasks;
using Micr... |
#region Using directives
using System;
using System.Management.Automation;
using System.Management.Automation.SecurityAccountsManager;
using System.Management.Automation.SecurityAccountsManager.Extensions;
using Microsoft.PowerShell.LocalAccounts;
#endregion
namespace Microsoft.PowerShell.Commands
{
/// <summar... |
// <auto-generated />
using System;
using AuctionHouse.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace Auc... |
using System;
using System.Linq;
using NUnit.Framework;
using TechTalk.SpecFlow;
namespace YouTrack.Rest.Features.Administration.Users
{
[Binding]
[Scope(Feature = "Get user roles")]
public class GetUserRolesSteps : UserSteps
{
[Given(@"I have created an user")]
public void GivenIHaveC... |
@model RegisterViewModel
@{
ViewData["Title"] = "Регистрация";
}
<div class="row">
<div class="col-md-offset-4 col-md-3">
<form method="post" class="form-horizontal" role="form">
<h4 class="text-center">Създайте нов Акаунт.</h4>
<div asp-validation-summary="All" class="text-dan... |
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("06... |
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Kubernetes.EventGrid.Bridge.Contracts.Enums;
using Kubernetes.EventGrid.Bridge.Contracts.Events.Deployments;
using Newtonsoft.Json.Linq;
namespace Kubernetes.EventGrid.Core.Kubernetes.Parsers
{
public class DeploymentContr... |
using Abp.Application.Services.Dto;
using Abp.AutoMapper;
using FuelWerx.Administrative;
using FuelWerx.Administrative.Zones.Dto;
using System;
using System.ComponentModel.DataAnnotations.Schema;
using System.Runtime.CompilerServices;
namespace FuelWerx.Administrative.EmergencyDeliveryFees.Dto
{
[AutoMapFrom(new Type... |
// File generated from our OpenAPI spec
namespace Stripe.Identity
{
using Newtonsoft.Json;
public class VerificationSessionOptions : StripeEntity<VerificationSessionOptions>
{
[JsonProperty("document")]
public VerificationSessionOptionsDocument Document { get; set; }
[JsonProperty(... |
// 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.Network.Models
{
public partial class PacketCaptureResult
{
... |
/*
* 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.Collections.Generic;
using System.Linq;
using System.Text;
namespace RadegastSpeech.Listen
{
internal class Recognizer
{
protected PluginControl control;
internal Recognizer(PluginControl pc)
{
control = pc;
}
internal void Start... |
namespace ClassLib007
{
public class Class051
{
public static string Property => "ClassLib007";
}
} |
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.9.0.77
// SpecFlow Generator Version:1.9.0.0
// Runtime Version:4.0.30319.18444
//
// Changes to this... |
/*
* 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.Device.Gpio;
namespace Almostengr.TrafficPi.LampControl.CmdLine
{
public static class ManualConsole
{
public static void RunProgram()
{
PinValue LampOff = PinValue.High;
PinValue LampOn = PinValue.Low;
using GpioController gpioContr... |
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("02... |
using FluentValidation;
using System;
using System.Collections.Generic;
using System.Text;
namespace Com.Danliris.Service.Packing.Inventory.Application.ToBeRefactored.IPWovenType
{
public class IPWovenTypeViewModelValidator : AbstractValidator<IPWovenTypeViewModel>
{
public IPWovenTypeViewModelValidat... |
// Copyright (c) 2020 Jon P Smith, GitHub: JonPSmith, web: http://www.thereformedprogrammer.net/
// Licensed under MIT license. See License.txt in the project root for license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
... |
//----------------------------------------------------------------
// <copyright company="Microsoft Corporation">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//----------------------------------------------------------------
namespace System.Activities.Presentation.Metadata
{
... |
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using VXDesign.Store.CarWashSystem.Server.Core.Common;
using VXDesign.Store.CarWashSystem.Server.Services.Interfaces;
using VXDesign.Store.CarWashSystem.Server.WebA... |
using System;
using System.Collections;
public class ColoredKeysShim : ComponentSolverShim
{
public ColoredKeysShim(TwitchModule module)
: base(module)
{
ModInfo = ComponentSolverFactory.GetModuleInfo(GetModuleType());
_component = module.BombComponent.GetComponent(ComponentType);
_buttons = _component.GetV... |
namespace ClassLib099
{
public class Class046
{
public static string Property => "ClassLib099";
}
} |
// <SnippetControlTemplateStoryboardExampleWholePage>
/*
This example shows how to animate
a FrameworkContentElement with a storyboard.
*/
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Shapes;
using System.Windows.Media.Animation;
using Sys... |
//
// Copyright (c) 2021 karamem0
//
// This software is released under the MIT License.
//
// https://github.com/karamem0/sp-client-core/blob/main/LICENSE
//
using Karamem0.SharePoint.PowerShell.Models;
using Karamem0.SharePoint.PowerShell.Runtime.Commands;
using Karamem0.SharePoint.PowerShell.Services;
using System;... |
using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
/// Response to SystemGetAvailableLeafDeviceListRequest.
/// <see cref="SystemGet... |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace Microsoft.ServiceModel.Samples
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
... |
version https://git-lfs.github.com/spec/v1
oid sha256:b5fc34a6f48d7176ed4f441b193a6f066c59d5525c14012bf45c245062031b00
size 8311 |
// ===========
// DO NOT EDIT - this file is automatically regenerated.
// ===========
using System;
using System.Collections.Generic;
using Improbable.Worker.CInterop;
using Improbable.Gdk.Core;
using Improbable.Gdk.Subscriptions;
using Unity.Entities;
using Entity = Unity.Entities.Entity;
namespace Improbable
{
... |
using NUnit.Framework;
using OpenQA.Selenium.Environment;
using OpenQA.Selenium.Internal;
using System;
using System.Drawing;
namespace OpenQA.Selenium.Interactions
{
[TestFixture]
public class BasicKeyboardInterfaceTest : DriverTestFixture
{
[SetUp]
public void Setup()
{
... |
#pragma checksum "/Users/howie-owi/OneDrive/1 Work/3 Oracle Folder/1 Project/Demo/CICD for DotNET App/Git/dotnet-cicd-oci-devops/dotnetwebapp/Pages/Privacy.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2debd1932f4f0425b789d4de538853856643a2f6"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Mic... |
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Device;
namespace Tests.Devices
{
public class FTest
{
const string Incorrect = "Incorrect";
const string F = "F";
const string F_VIRT = "F_VIRT";
const string AI = IODevice.IOChann... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
/*
* 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.Linq;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections;
using Syst... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
// Settings for compare objects
public class COS : MonoBehaviour
{
[SerializeField] private float _appearTime;
public float AppearTime { get { return _appearTime; } }
[SerializeField] private float _snapOnPosS... |
//Copyright (c) 2018 Yardi Technology Limited. Http://www.kooboo.com
//All rights reserved.
using Kooboo.Api.ApiResponse;
using System;
using System.Collections.Generic;
using System.Linq;
using Kooboo.Data.Language;
using Kooboo.Data.Context;
namespace Kooboo.Api
{
public static class ApiManager
{
pu... |
// CodeContracts
//
// 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 restriction, including wit... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers;
using System.Diagnostics;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Text.Unicode;
namespace System.Text
{
/// <summar... |
using System.Globalization;
using System.Threading;
using ArmyOfCreatures.Console.Commands;
using ArmyOfCreatures.Extended;
using ArmyOfCreatures.Logic;
using ArmyOfCreatures.Logic.Battles;
namespace ArmyOfCreatures.Console
{
using System;
// No comments for you! It was hard to write so it should be hard to... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Sy... |
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;
using osu.Game.Graphics;
using osu.Game.Overlays.Settings.Sections.General;
namespace osu.Game.Overlays.Settings.Sections
{
public cl... |
//
//
// THIS FILE HAS BEEN GENERATED. DO NOT MODIFY.
//
using System;
using System.Collections.Generic;
using byps;
namespace byps.test.api.remote
{
public sealed class BRequest_RemoteInlineInstance_getPoint2DListList : BMethodRequest, BSerializable
{
#region Execute
public override int getRemoteId() ... |
@model FiscalScheduleModel
@{
ViewBag.Title = "วันเปิดรับข้อเสนอโครงการวิจัย";
}
<form asp-controller="Fiscalschedule" asp-action="Edit" method="post">
<div class="content-header clearfix">
<h1 class="pull-left">
แก้ไขวันเปิดรับข้อเสนอโครงการวิจัย
<small>
<i cl... |
using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System.Threading.Tasks;
using WesternStatesWater.WaDE.Contracts.Import;
namespace WaDEImportFunctions
{
public class ImportWaterSources
{
public ImportWaterSources(IWaterAllocationManager waterAllocationMana... |
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("Lud... |
using System.Threading.Tasks;
using Discord.Commands;
using NinjaBotCore.Services;
using Discord.Audio;
using Discord;
namespace NinjaBotCore.Modules.Audio
{
public class AudioModule : ModuleBase<ICommandContext>
{
// Scroll down further for the AudioService.
// Like, way down
private r... |
using System.Globalization;
namespace TonSdk.Common.Helpers
{
public static class HexHelper
{
public static string ToBase64(string hexString)
{
return System.Convert.ToBase64String(ToBytes(hexString));
}
public static byte[] ToBytes(string hexString)
{
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Fabrikam.Module1.Uc1.Query.ServiceLib
{
public class Class1
{
}
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
using System.Linq;
using Microsoft.IdentityModel.Tokens;
namespace Microsoft.Identity.Web.Resource
{
/// <summary>
/// Generic... |
using System;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SteamB23.KoreanUtility;
using SteamB23.KoreanUtility.Grammar;
using SteamB23.KoreanUtility.Hangul;
namespace KoreanUtilityTest
{
[TestClass]
public class JosaClass
{
[TestInitialize]
public void Init... |
using System;
using TES4Lib.Base;
using TES4Lib.Enums;
using Utility;
namespace TES4Lib.Subrecords.Shared
{
public class EFID : Subrecord
{
public string MagicEffectCode { get; set; }
public MagicEffect MagicEffect { get; set; }
public EFID(byte[] rawData) : base(rawData)
{
... |
/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Microsoft Public License. A
* copy of the license can be found in the License.html file at the root of this distribution. If
* ... |
@using RadiusCore.Areas.HelpPage.ModelDescriptions
@model SimpleTypeModelDescription
@Model.Documentation |
public class SceneProvider : ISceneProvider // TypeDefIndex: 4497
{
// Methods
// RVA: 0x19E1D60 Offset: 0x19E1E61 VA: 0x19E1D60 Slot: 4
public AsyncOperationHandle<SceneInstance> ProvideScene(ResourceManager resourceManager, IResourceLocation location, LoadSceneMode loadMode, bool activateOnLoad, int priority) { }... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;
using Newtonsoft.Json;
using provider.Model;
using provider.Repositories;
namespace tests.M... |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2022 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation wit... |
using System.Collections.Generic;
using System.Linq;
namespace DailyCodingProblem.Solutions.Problem143
{
public class Solution
{
public static IEnumerable<int> PartitionList(List<int> input, int x)
{
var smaller = new LinkedList<int>();
var bigger = new LinkedList<int>();
var same = new LinkedList<int>... |
using System.ComponentModel.DataAnnotations;
using Abp.Auditing;
using Abp.Authorization.Users;
using Abp.AutoMapper;
using Abp.Runtime.Validation;
using ScoringAppReact.Authorization.Users;
namespace ScoringAppReact.Users.Dto
{
[AutoMapTo(typeof(User))]
public class CreateUserDto : IShouldNormalize
{
... |
namespace Natasha.Template
{
/// <summary>
/// 快速构建一个方法
/// </summary>
/// <typeparam name="T"></typeparam>
public class OnceMethodTemplate<T> : OnceMethodDelegateTemplate<T>
{
public override T Builder()
{
_script.Clear();
return base.Builder();
... |
using KursnaLista.Phone.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace KursnaLista.Phone.Contracts.Services.Data
{
public interface IKursnaListaDataService
{
Task<KursnaListaZaDan> GetNajnovi... |
/*
* 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... |
/**
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*/
using System;
using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.DurableTask;
using TeamCloud.Data;
using TeamCloud.Model.Data;
namespace TeamCloud.Orchestrator.Command.Activities.Co... |
// <auto-generated>
// Auto-generated by StoneAPI, do not modify.
// </auto-generated>
namespace Dropbox.Api.Team
{
using sys = System;
using col = System.Collections.Generic;
using re = System.Text.RegularExpressions;
using enc = Dropbox.Api.Stone;
/// <summary>
/// <para>The list members de... |
namespace NetFabric.Hyperlinq
{
public readonly struct SelectorCombination<TSelector1, TSelector2, TSource, TMiddle, TResult>
: IFunction<TSource, TResult>
where TSelector1 : struct, IFunction<TSource, TMiddle>
where TSelector2 : struct, IFunction<TMiddle, TResult>
{
readonly TS... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Reactive.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WinFormsSharp
{
public partial class FileWatc... |
// <auto-generated />
using System;
using Haro.AdminPanel.DataAccess;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
name... |
using System.Collections;
using System;
namespace QuickGraph.Collections
{
using QuickGraph.Concepts;
using QuickGraph.Concepts.Collections;
/// <summary>
/// An adaptor class to enumerate edges.
/// </summary>
/// <remarks>
/// <para>
/// The enumerator works be succesively iterating the vertices
/// out-e... |
using System;
using System.IO;
namespace GostCryptography.Asn1.Ber
{
public class Asn1TraceHandler : IAsn1NamedEventHandler
{
internal StreamWriter mPrintStream;
public Asn1TraceHandler()
{
mPrintStream = new StreamWriter(Console.OpenStandardOutput(), Console.Out.Encoding);
mPrintStream.AutoFlush = tru... |
// Copyright (c) Source Tree Solutions, LLC. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Author: Joe Audette
// Created: 2014-11-16
// Last Modified: 2015-10-12
//
using cloudscribe.Core.Models.Geography;
using cloud... |
using System;
using System.Threading;
using System.Threading.Tasks;
using AutoMapper;
using EthereumApi.Core.Interfaces.Repositories;
using MediatR;
using Microsoft.Extensions.Logging;
namespace EthereumApi.Core.Messaging
{
public class GetTransactionsCountCommand : IRequest<CommandResult<uint>>
{
pub... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.