text stringlengths 1 932k |
|---|
#pragma checksum "/Volumes/Dev/Github/ShopTime/ShopTime/Views/Shared/_Layout.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "32c74803ceed2a8694a97f6ff7076bf9a7e8702f"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Vi... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Msg.Bll.Adapter;
using Msg.Entities;
using Msg.Providers.Repository;
using Msg.Tools;
namespace Msg.Bll.Helpers
{
/// <summary>
/// 评论帮助类
/// </summary>
public class CommentsHelper
{
priv... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Extensions
{
/// <summary>
/// Helpers to create remote object game objects.
/... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class GameManager : MonoBehaviour
{
public Text scoreText;
public GameObject winPanel;
public GameObject winText;
public GameObject yesButton;
public Game... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class PauseMenu : MonoBehaviour
{
public static bool GameIsPaused = false;
public GameObject pauseMenuUI;
void Update()
{
if(Input.GetKeyDown(KeyCode.Escape))
... |
@model PhotoSharingApplication.Models.Photo
@{
ViewBag.Title = "Create New Photo";
}
<h2>Create New Photo</h2>
@using (Html.BeginForm("Create", "Photo", FormMethod.Post, new { enctype = "multipart/form-data" }))
{
@Html.ValidationSummary(true)
<div>
<span class="editor-label">
@Html... |
// 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.Linq;
using Xunit;
namespace System.Collections.Tests
{
/// <su... |
using EcoServiceApi.Helpers;
using EcoServiceApi.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace EcoServiceApi.Controllers
{
[ApiController]
public class UsersController : Co... |
// https://timsort4net.codeplex.com/
// Apache License
#region Licence
/*
* Copyright (C) 2008 The Android Open Source Project
*
* 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 System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo02_ProtoType_DeepCopy
{
internal class WorkExperience : ICloneable
{
public string WorkDate { get; set; }
public string Company { get; set; }
public object... |
using UnityEditor;
using UnityEngine;
namespace Sourav.Utilities.Editor.ExplorerRelated
{
public class ShowInExplorer : UnityEditor.Editor
{
[MenuItem("ProjectUtility/Utilities/ShowInExplorer %&f")]
public static void Show()
{
string path = "";
Object obj = Sele... |
// 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.Globalization;
using System.Text;
namespace Microsoft.AspNetCore.Server.HttpSys
{
internal static class Helpers
{
... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xam... |
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("Sof... |
using UnityEngine;
namespace UnityEditor
{
public static partial class EditorGUILayoutHelper
{
private const float ImageSectionWidth = 44;
private const float PadingTop = 2;
private const float PaddingLeft = 35;
private const float PaddingRight = 60;
private const float... |
using System.Web.Optimization;
namespace PartsUnlimited
{
public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new ScriptBundle("~/bund... |
//-----------------------------------------------------------------------
// <copyright file="Settings.cs" company="Akka.NET Project">
// Copyright (C) 2009-2018 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2018 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//-----... |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framew... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
namespace FaraMedia.Services.FileManagement {
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using FaraMedia.Core.Domain.Configuration;
public sealed class MediaUtils {
private readonly FileM... |
#region Common Public License Copyright Notice
/**************************************************************************\
* Natural Object-Role Modeling Architect for Visual Studio *
* *
* Copyright © Neumont University. All rig... |
version https://git-lfs.github.com/spec/v1
oid sha256:d2a63557e870e5f0391d6926a643cab09d3ffac84194065376935180aa02c649
size 695 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Maui.Controls;
using Microsoft.Maui.Controls.Xaml;
namespace Microsoft.Maui.Controls.ControlGallery.GalleryPages.CollectionViewGalleries.HeaderFooterGalleries
{
[XamlCompilation(XamlCo... |
using SubterfugeCore.Core.Entities.Specialists;
using System;
using System.Collections.Generic;
using System.Text;
using SubterfugeCore.Core.Entities;
using SubterfugeCore.Core.Entities.Positions;
using SubterfugeCore.Core.Interfaces;
namespace SubterfugeCore.Core.GameEvents.Validators
{
/// <summary>
/// Val... |
using UnityEngine;
namespace UnityEditor.Recorder.FrameCapturer
{
class EXREncoder : MovieEncoder
{
static readonly string[] s_channelNames = { "R", "G", "B", "A" };
fcAPI.fcExrContext m_ctx;
fcAPI.fcExrConfig m_config;
string m_outPath;
int m_frame;
public ove... |
using System;
using AutoFixture.Xunit2;
using FluentAssertions;
using Xunit;
using Xunit.Sdk;
namespace Ploch.TestingSupport.FluentAssertions.Tests
{
public class StringAssertionExtensionsTests
{
[Theory, AutoData]
public void ContainAllEquivalentOf_should_pass_if_all_of_the_strings_are_found(s... |
namespace HackBulgaria_Fall_2015
{
class Points
{
public static void MovePoint(string directions, int currentX, int currentY)
{
const char UPWARDS = '^';
const char DOWNWARDS = 'v';
const char RIGHT = '>';
const char LEFT = '<';
con... |
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("Q10... |
using System;
using Matrix.AppSample.Domain.Shared;
using Matrix.AppSample.SeedWork;
namespace Matrix.AppSample.Domain.Travels
{
public sealed class StoppingPoint : Entity<Guid>
{
public StoppingPoint(Guid id, Address address)
:base(id)
{
Address = address;
}
... |
using System;
using System.ComponentModel.DataAnnotations;
using Cinema.Data.Models.Enums;
namespace Cinema.DataProcessor.ImportDto
{
public class ImportMovieDto
{
[StringLength(20, MinimumLength = 3)]
public string Title { get; set; }
[Required] public string Genre { get; set; }
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MatterHackers.Agg;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
namespace MatterHackers.MatterControl
{
public class EditableNumberDisplay : FlowLayoutWidget
{
protected ClickWidget clickable... |
using System;
using System.ComponentModel;
using Android.Content;
using Android.Graphics.Drawables;
using Android.Views;
using Android.Widget;
using Microsoft.Maui.Controls.Compatibility.Platform.Android.FastRenderers;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Graphics;
using AColor = Android.Graphic... |
using System;
using System.Linq.Expressions;
using ValidacaoFluente.Internals;
namespace ValidacaoFluente
{
public static class ValidadorValorDiferenteExtensions
{
public static IValidadorValor<T, K> Diferente<T, K>(this IValidadorValor<T, K> sender, Expression<Func<T, K>> campo)
{
if (!(sender is Validador... |
/*
* 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... |
@model IEnumerable<BlogMVCDeneme.ViewModels.KullanıcıEkle>
@{
ViewBag.Title = "Yazarlarımız";
}
<h2>Yazarlarımız</h2>
<table class="table">
<tr>
<th>
@Html.DisplayNameFor(model => model.Ad)
</th>
<th>
@Html.DisplayNameFor(model => model.Soyad)
</th>
... |
using MongoDB.Driver;
using PortourgalAPI.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PortourgalAPI.Services
{
public class UserService
{
private readonly IMongoCollection<User> _users;
public UserService(IPortourgalDataba... |
namespace LaHistoricalMarkers.Core.Features.Markers
{
public class MarkerSubmissionDto
{
public string Name { get; set; }
public string Description { get; set; }
public decimal Latitude { get; set; }
public decimal Longitude { get; set; }
public string Base64Image { g... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Jmansar.SemanticComparisonExtensions.Test.TestData;
namespace Jmansar.SemanticComparisonExtensions.Test.Builder
{
public class ObjectWithAnotherIntPropertyDerivedBuilder
{
private string _stringTypeProperty;
... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace ODataValidator.Rule
{
#region Namespace.
using System;
using System.ComponentModel.Composition;
using System.Linq;
using System.Xml... |
// SPDX-License-Identifier: Apache-2.0
// Licensed to the Ed-Fi Alliance under one or more agreements.
// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
// See the LICENSE and NOTICES files in the project root for more information.
using System;
using System.IO;
using Microsoft.Ex... |
/*
* 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... |
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace Gov.Lclb.Cllb.Interfaces.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.... |
//////////////////////////////////////////////////////
// MK Glow Editor Helper Main //
// //
// Created by Michael Kremmel //
// www.michaelkremmel.de | www.michaelkremmel.store //
// Copyright © 2019 All rights reserved. //
////////... |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using HotChocolate.Language;
using HotChocolate.Resolvers;
using HotChocolate.Types;
using HotChocolate.Types.Descriptors.Definitions;
using static HotChocolate.Execution.ThrowHelper;
namespace HotChocolate.Execution... |
using System;
namespace Sexy
{
public/*internal*/ interface ProxyWidgetListener
{
void DrawProxyWidget(Graphics g, ProxyWidget proxyWidget);
}
} |
#pragma checksum "C:\Users\janco\Desktop\New folder\W3SHARE\W3SHARE\Views\Metadata\Create.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75bd866c20ba2559af283af7d342154b37e66793"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(... |
/*Problem 2. Moon Gravity
The gravitational field of the Moon is approximately 17% of that on the Earth. Write a program that calculates the weight of a man on the moon by a given weight W(as a floating-point number) on the Earth. The weight W should be read from the console. */
using System;
using System.Threading... |
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generi... |
using System;
using System.Text;
namespace Jasarsoft.Columbia
{
public class RolePlay
{
private readonly string[] text;
private readonly string[] title;
public RolePlay()
{
title = new string[]
{
"IC - In Character",
"OC... |
// 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.IO;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
namespace WatchJavascriptFil... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Janus.Core.IO;
using Janus.Protocol.Enums;
namespace Janus.Protocol.Messages.World.Receive
{
public class BS_CS_LEAVE_ROOM : NetworkMessage
{
public const ushort Id = 2177;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Rock.Plugin;
namespace org.secc.PastoralCare.Migrations
{
[MigrationNumber( 6, "1.2.0" )]
class Pastoral_ShowNameInVisit : Migration
{
public override void Up()
{
... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="SqlServerJsonSerializationConfiguration.cs" company="Naos Project">
// Copyright (c) Naos Project 2019. All rights reserved.
// </copyright>
// --------------------------------... |
using System;
using System.Collections.Generic;
namespace Gem.Engine.AI.BehaviorTree.Decorators
{
public class Succeeder<AIContext> : IDecorator<AIContext>
{
private readonly IBehaviorNode<AIContext> decoratedNode;
private BehaviorResult behaviorResult;
public event EventHandler OnBeha... |
namespace Azure.Storage.Queues
{
public partial class QueueClient
{
protected QueueClient() { }
public QueueClient(string connectionString, string queueName) { }
public QueueClient(string connectionString, string queueName, Azure.Storage.Queues.QueueClientOptions options) { }
pub... |
namespace Lpp.Dns.Data.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class Terms3 : DbMigration
{
public override void Up()
{
Sql(@"INSERT INTO Terms (ID, Name, Description, OID, ReferenceUrl) VALUES ('98A78326-35D2-461A-B858-5B69E0FED28A... |
using ShineEngine;
/// <summary>
/// 全局配置表(generated by shine)
/// </summary>
[Hotfix]
public class GGlobalReadData:GlobalReadData
{
/// <summary>
/// 默认角色职业
/// </summary>
public int defaultVocation;
/// <summary>
/// 大乱斗人数
/// </summary>
public int meleePlayerNum;
/// <summary>
/// 大乱斗匹配最长等待时间(s)
/// ... |
//------------------------------------------------------------------------------
// <auto-generated>
// Changes to this file will be lost when the code is regenerated.
// The build server regenerates the code before each build and a pre-build
// step will regenerate the code on each local build.
// </auto-... |
using System.Threading;
using System.Threading.Tasks;
using Airmiss.Core;
namespace Airmiss.Internal.Processor
{
internal interface IProcessorInvoker
{
Task<object?> InvokeAsync(ProcessorContext processorContext, IContext context,
CancellationToken cancellationToken);
}
} |
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using SistemaVidaNova.Models;
namespace SistemaVidaNova.Migrations
{
[DbContext(typeof(VidaNovaContext))]
[Migrat... |
/*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
// Copyright 2019 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Wrappers used to pass objects to and from QCalls.
using System.Threading;
using Internal.Runtime.CompilerServices;
using System.Diagnostics.CodeAnalysis;
namespace System.Runtim... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Interfaces;
namespace TBCCipherThreeToyCipher
{
class Program
{
static void Main(string[] args)
{
AttackAllRounds();
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
namespace System.Net.Http.WinHttpHandlerUnitTests
{
public static class APICallHistory
{
public const string StringNo... |
using System;
namespace Adaptive.Aeron.Exceptions
{
/// <summary>
/// Client timeout event received from the driver for this client.
/// </summary>
public class ClientTimeoutException : TimeoutException
{
public ClientTimeoutException(string message) : base(message)
{
}
... |
using Desynchronized.TNDBS;
using Desynchronized.TNDBS.Datatypes;
using RimWorld;
using Verse;
namespace Desynchronized.Handlers
{
public class Handler_PawnExecuted
{
/// <summary>
/// Handles a pawn execution event.
/// </summary>
/// <param name="victim"></param>
... |
using System.Threading;
using System.Threading.Tasks;
using DelayQueue.Abstractions;
using MediatR;
using Microsoft.Extensions.Logging;
namespace DelayQueue.Tests
{
public class TestJobHandler : IRequestHandler<JobMessage<TestJob>, bool>
{
private readonly ILogger<TestJobHandler> _logger;
pub... |
// Copyright (c) rubicon IT GmbH, www.rubicon.eu
//
// See the NOTICE file distributed with this work for additional information
// regarding copyright ownership. rubicon licenses this file to you under
// the Apache License, Version 2.0 (the "License"); you may not use this
// file except in compliance with the Lic... |
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using CsvHelper;
using Hangfire;
using Microsoft.EntityFrameworkCore;
using WeLearn.Data.Common.Repositories;
using WeLearn.Data.Models.LessonModule;
using WeLearn.Data.Models.Recommendation;
using static WeLearn.Common.Glo... |
@model VehicleTrackingSystem.DataObjects.Domain.UserViewModel
@{
Layout = "";
}
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type='text/css'>
<link href="~/css/Login.css" rel="stylesheet" />
<form asp-action="Login">
<img src="~/images/Logo.png" />
<div class="box... |
using Newtonsoft.Json.Linq;
using Songhay.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;
namespace Songhay.Publications.Models
{
/// <summary>
/// Defines the content to write the
/// <see cref="PublicationFiles.EpubFileCopyright"/> file.
/// </su... |
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Data.Common;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Xml;
using System.Xml.Serialization;
using SubSonic;
using SubSonic.Utilities;... |
using HarmonyLib;
using SolastaTesting.SolastaModApi;
using System;
namespace SolastaModApi.Infrastructure
{
public static class TraverseHelper
{
public static bool FailOnMissingMember { get; set; } = true;
/// <summary>
/// Usage
/// <code>
/// var instanceWithPrivat... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace BNG {
[ExecuteInEditMode]
public class HandPoser : MonoBehaviour {
public bool ShowGizmos = true;
[Tooltip("Path of the directory where handposes should be stored. Tip : Keep these in a 'Resources' direc... |
namespace HotChocolate.Types.Descriptors.Definitions;
public interface IDefinitionFactory
{
DefinitionBase CreateDefinition();
} |
//------------------------------------------------------------------------------
// <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 System.Text;
using Terminal.Gui;
namespace UICatalog {
[ScenarioMetadata (Name: "Editor", Description: "A Terminal.Gui Text Editor via TextView")]
[ScenarioCategory ("Controls")]
[ScenarioCategory ("Dialogs")]
[ScenarioCategory ("Text")]
[ScenarioCategory ("Dialogs")]
[ScenarioCategory ("Top... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
namespace Azure.ResourceManager.ConnectedVMwarevSphere.Models
{
/// <summary> IP address information for a virtual network adapter reported by the fabric. </summary>
public p... |
@using Apache
@using Apache.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers |
using Microsoft.Extensions.Configuration;
using System.Text;
namespace Masiv.Roulette.Api
{
public static class Cache
{
public static string BuildConnectionString(IConfiguration configuration)
{
CacheSettings settings = new CacheSettings();
configuration.Bind("redis", s... |
//------------------------------------------------------------------------------
// <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>
//-----------------------------------------... |
/*****************************************************************************
Copyright 2018 The TensorFlow.NET Authors. 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 Licen... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using CSharpTest.Net.Collections;
using Umbraco.Core;
using Umbraco.Core.Exceptions;
using Umbraco.Core.Logging;
using Umbraco.Core.Models.PublishedContent;
usin... |
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Zooyard.Rpc.NettyImpl
{
/// <summary>
/// TBD
/// </summary>
/// <typeparam name="T">TBD</typeparam>
public class ConcurrentSet<T> : IColle... |
// SPDX-License-Identifier: Apache-2.0
// Licensed to the Ed-Fi Alliance under one or more agreements.
// The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0.
// See the LICENSE and NOTICES files in the project root for more information.
using System;
using System.Collections.Generic;
us... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Dynamic;
using Microsoft.AspNetCore.JsonPatch.Exceptions;
using Microsoft.AspNetCore.JsonPatch.Operations;
using Newtonsoft.Json;
usin... |
// MonoGame - Copyright (C) The MonoGame Team
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
using System;
namespace Microsoft.Xna.Framework
{
/// <summary>
/// Provides helper methods to make it easier
/// to safely raise ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Contacts.Model;
namespace Contacts
{
public static class SectionIndexBuilder
{
publi... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
internal partial class Interop
{
internal partial class Kernel32
{
[DllImport(Libraries.Kernel32, SetLastError = ... |
// *** 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... |
// 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.Linq;
using System.Text;
namespace dotMailer.Api.WadlParser
{
public abstract class CodeBuilder
{
private readonly StringBuilder stringBuilder = new StringBuilder();
protected void AddLine(string value, params object[] args)
{
AddLine(0, value, args);
... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// This RegexFCD class is internal to the Regex package.
// It builds a bunch of FC information (RegexFC) about
// the regex for optimization purposes.
// Implementati... |
// 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.ComponentModel.Composition;
using System.Linq;
using M... |
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using PizzaBox.Domain.Abstracts;
using PizzaBox.Domain.Models;
using PizzaBox.Repository;
using Xunit;
namespace PizzaBox.Testing
{
public class StoreRepoUnitTest
{
[Fact]
public void Test_Ge... |
// 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.Linq;
using System.Xml.Linq;
namespace Microsoft.AspNetCore.Rewrite.IISUrlRewrite
{
internal static class RewriteMapPars... |
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using Rebus.Activation;
using Rebus.Config;
using Rebus.Logging;
using Rebus.Tests.Contracts;
using Rebus.Tests.Contracts.Extensions;
using Rebus.Tests.Contracts.Utilities;
// ReSharper disable ArgumentsStyleL... |
namespace android.graphics
{
[global::MonoJavaBridge.JavaClass()]
public partial class Rasterizer : java.lang.Object
{
internal new static global::MonoJavaBridge.JniGlobalHandle staticClass;
static Rasterizer()
{
InitJNI();
}
protected Rasterizer(global::MonoJavaBridge.JNIEnv @__env) : base(@__env)
{
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.