text stringlengths 1 932k |
|---|
// Copyright (c) Microsoft. All rights reserved.
// Copyright (c) Denis Kuzmin <x-3F@outlook.com> github/3F
// Copyright (c) IeXod contributors https://github.com/3F/IeXod/graphs/contributors
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace net.r_eg.IeXod... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc.Rendering;
namespace MusicStore.Models
{
public class IndexViewModel
{
public bool HasPassword { get; set; }
pu... |
using System;
using System.Net;
using System.Collections.Generic;
namespace AudioLibrary
{
public enum NoteValue
{
Unison = 0,
Minor2nd,
Major2nd,
Minor3rd,
Major3rd,
Perfect4th,
Augmented4th,
Perfect5th,
Minor6th,
Major6th,
... |
using Internal;
using Models;
using Xunit;
using Xunit.Abstractions;
namespace S2NS1NS0.Tests
{
public class From_NS_S2NS1NS0_I0_Members : FromTo_N2_NonStatic_Members<TS2NS1NS0_I0_Members> { public From_NS_S2NS1NS0_I0_Members(ITestOutputHelper console) : base(console) {} }
[Collection("S_S2NS1NS0")]
public class F... |
using System.Windows;
namespace HandyControlDemo.UserControl.Window
{
/// <summary>
/// NoNonClientAreaDragableWindow.xaml 的交互逻辑
/// </summary>
public partial class NoNonClientAreaDragableWindow
{
public NoNonClientAreaDragableWindow()
{
InitializeComponent();
}... |
using Microsoft.AspNetCore.Components;
namespace GeoNRage.App.Pages.Statistics;
public partial class ComparisonTable
{
[Parameter]
public PlayerFullDto Player1 { get; set; } = null!;
[Parameter]
public PlayerFullDto Player2 { get; set; } = null!;
public ICollection<(string statistic, string play... |
using Pipaslot.Mediator.Middlewares;
using Pipaslot.Mediator.Tests.ValidActions;
using System;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace Pipaslot.Mediator.Tests.Middlewares
{
public class MultiHandlerConcurrentExecutionMiddlewareTests
{
[Fact]
public async Ta... |
using System;
namespace Coevery.Environment.Extensions.Models {
public static class DefaultExtensionTypes {
public const string Module = "Module";
public const string Theme = "Theme";
public static bool IsModule(string extensionType) {
return string.Equals(extensionType, Modul... |
@model ICollection<Core.Dtos.RoleDto>
@{
ViewData["Title"] = "Details";
}
@if (User.Identity.IsAuthenticated && User.IsInRole("admin"))
{
<a asp-action="Create" class="btn btn-primary">
<i class="bi bi-plus-circle-fill"></i> Add New Rol
</a>
}
<table class="table table-hover table-responsive table... |
using GammaJul.ReSharper.ForTea.Psi;
using JetBrains.Annotations;
using JetBrains.Application.CommandProcessing;
using JetBrains.Application.Settings;
using JetBrains.Lifetimes;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Feature.Services.CodeCompletion;
using JetBrains.ReSharper.Feature.Services.CSharp.Typ... |
// Copyright 2017 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... |
namespace JoinMultipleMessages {
using Microsoft.XLANGs.BaseTypes;
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.BizTalk.Schema.Compiler", "3.0.1.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttr... |
// The MIT License (MIT)
//
// Copyright (c) 2014-2017, Institute for Software & Systems Engineering
//
// 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 wi... |
namespace DesktopTestApp
{
partial class MsalUserAccessTokenControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </su... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text.Json.Serialization;
using SpyStore.Models.Entities.Base;
namespace SpyStore.Models.Entities
{
[Table("Customers", Schema = "Store")]
public class Customer : EntityBa... |
using System;
public class TicTacToe
{
public int IsSolved(int[,] board)
{
if (board[0, 0].Equals(board[0, 1]) && board[0, 1].Equals(board[0, 2]) && !board[0, 0].Equals(0)) return board[0, 0];
if (board[1, 0].Equals(board[1, 1]) && board[1, 1].Equals(board[1, 2]) && !board[1, 0].Equals(0)) return boar... |
namespace FunWithDI
{
public interface IChild
{
}
} |
//-----------------------------------------------------------------------
// <copyright file="Thumbnail.cs" company="Tasty Codes">
// Copyright (c) 2011 Thomas Petersen.
// </copyright>
//-----------------------------------------------------------------------
namespace Zencoder
{
using System;
using Newto... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using AccountSetting = ... |
namespace Bibliotheca.Server.Gateway.Core.DataTransferObjects
{
public class SearchResultDto<TDocument>
{
public SearchResultDto()
{
Highlights = new HitHighlightsDto();
}
public TDocument Document { get; set; }
public HitHighlightsDto Highlights { get; priv... |
using System;
using System.Net.Http.Headers;
using System.Security.Claims;
using System.Text;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using app_nehmen_api.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
namespace app_nehm... |
using System;
using Dlubal.RFEM5;
using Grasshopper.Kernel.Types;
using Rhino.Geometry;
using Parametric_FEM_Toolbox.Utilities;
using Parametric_FEM_Toolbox.HelperLibraries;
using System.Collections.Generic;
using System.Linq;
namespace Parametric_FEM_Toolbox.RFEM
{
[Serializable]
public class RFLineSupportFo... |
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
public class LoadingScript : MonoBehaviour {
static LoadingScript instance;
public GameObject loadingScreenImage;
public GameObject headerImage;
public Text loadingText;
public Text tipsLabel;
public Text tips;
public string[] tipsText;
voi... |
using System.Web.UI.WebControls;
namespace CPCC
{
public class H5Label : Label
{
public override void RenderBeginTag(System.Web.UI.HtmlTextWriter writer)
{
writer.RenderBeginTag("H5");
}
}
} |
using System.Collections.Generic;
using MealsToday.Data;
namespace MealsToday.Providers
{
public class MealsProvider
{
public List<Meal> GetDefaultMeals()
{
List<Meal> meals = new List<Meal>(5);
var meal1 = new Meal() {
Id = 1,
Name = "Buchticky se sodo",
Kalories = 3000
};
meal1.Alergen... |
using System.Collections.Generic;
namespace CQRS.Mediatr.Lite.Samples.NetCoreApi.Model
{
public class OrderDto
{
public string OrderId { get; set; }
public CustomerDto Customer { get; set; }
public string Status { get; set; }
public string CreatedOn { get; set; }
public... |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
namespace Microsoft.SqlTools.Hosting.Utility
{
public static class ObjectExtensions
{
public st... |
using System;
namespace MatterHackers.Agg.UI
{
public class StringEventArgs : EventArgs
{
private string data;
public string Data { get { return data; } }
public StringEventArgs(string data)
{
this.data = data;
}
}
} |
using EFFC.Frame.Net.Base.Common;
using EFFC.Frame.Net.Base.Data;
using EFFC.Frame.Net.Base.Data.Base;
using EFFC.Frame.Net.Unit.DB;
using System;
using System.Collections.Generic;
using System.Text;
namespace EFFC.Frame.Net.Resource.Postgresql
{
public class PostgreSqlExpress : SqlTypeDBExpress
{
pro... |
// ---------------------------------------------------------------------------------
// <copyright file="PetBaseItem.cs" company="https://github.com/sant0ro/Yupi">
// Copyright (c) 2016 Claudio Santoro, TheDoctor
// </copyright>
// <license>
// Permission is hereby granted, free of charge, to any person obtaining a... |
/*
* CLR版本: 4.0.30319.42000
* 命名空间名称/文件名: OrganizationService/BaseTypePagedRequestDto
* 创建者:天上有木月
* 创建时间:2019/4/3 2:12:38
* 邮箱:igeekfan@foxmail.com
* 文件功能描述:
*
* 修改人:
* 时间:
* 修改说明:
*/
using System;
using System.Collections.Generic;
using System.Text;
using Volo.Abp.Application.Dtos;
namespace Organizat... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class ManagerBuilding : MonoBehaviour
{
[Header("References")]
[SerializeField]
private BuildingMouseMovement buildingMouseMovement;
[SerializeField]
priva... |
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("Beaker.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assemb... |
namespace ExceltoPDF
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param na... |
//
// AboutDialog.cs
//
// Author:
// Aaron Bockover <abockover@novell.com>
//
// Copyright (C) 2005-2007 Novell, Inc.
//
// 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 restrict... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.Rendering.Universal;
//using UnityEngine.Rendering.PostProcessing;
public class PostEffects : MonoBehaviour
{
[SerializeField] Volume m_Volume;
public void RandomEffects()
... |
//-----------------------------------------------------------------------
// <copyright file="MongoDbSettings.cs" company="Akka.NET Project">
// Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
// </copyright>... |
/*
* 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... |
/*
* Copyright © 2016-2021 Robbyxp1 @ github.com
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
namespace WinYourDesktop
{
partial class FormMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <... |
#region Licence
/* The MIT License (MIT)
Copyright © 2014 Ian Cooper <ian_hammond_cooper@yahoo.co.uk>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitat... |
using System.Text.Json;
using System.Text.Json.Serialization;
using McMaster.Extensions.CommandLineUtils;
namespace Conjure.EFX.DotNetTool.CommandLine
{
[Command(Description = "show the resolved details and attributes of a Profile")]
public class ProfileCommand : BaseCommand
{
private readonly IPr... |
using Models.DB;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace API.Controllers
{
[Route("api/[controller]")]
//[Authorize]
[ApiController]
public class InfrastructureVisualizationssControlle... |
// The MIT License (MIT)
//
// Copyright (c) 2015-2019 Rasmus Mikkelsen
// Copyright (c) 2015-2019 eBay Software Foundation
// Modified from original source https://github.com/eventflow/EventFlow
//
// Copyright (c) 2018 - 2019 Lutando Ngqakaza
// https://github.com/Lutando/EventFly
//
//
// Permission is hereby gr... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
namespace Meziantou.Framework.IO.Compound
{
/// <summary>
/// A utility class to read and write Compound File. See [MS-CFB]: Compound File Binary File Format for more information at... |
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("sm... |
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("11... |
//
// MailFolder.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2021 .NET Foundation 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 Softwa... |
//
// Copyright (c) Microsoft and contributors. 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 requi... |
using Imagegram.Domain.Entities;
using Imagegram.Domain.Repositories;
using Microsoft.EntityFrameworkCore;
using System;
using System.Threading.Tasks;
namespace Imagegram.Infrastructure.Database.Repositories
{
public class AccountRepository : IAccountRepository
{
private readonly ImagegramContext imag... |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests
{
public enum SingleEntryEnum
{
Apple,
}
public enum SimpleEnum
{
Apple,
Book,
Coconut
}
public enum OffsetEnum
{
Apple = 10,
Book,
Coconut
}
public enum OffsetDiscontinuousEnum
{
apple = 5,
book = 10... |
using System;
namespace App.Consoles.Service.Win32Api
{
[Flags]
internal enum WindowStyles
{
/// <summary>
/// The window has a thin-line border.
/// </summary>
WS_BORDER = 0x00800000,
/// <summary>
/// The window has a title bar (includes the WS_BORDER style).
/// </summary>
WS_CAPTION = ... |
// Copyright (c) Microsoft. 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.Immutable;
using System.Composition;
using System.Threading;
using System.Threading.Tasks;
using StarkPlatform.Compile... |
/*
* 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 ... |
using System;
using Lens.entity;
using Lens.util;
namespace BurningKnight.entity {
public class RenderTrigger : Entity {
private Action method;
public Entity Entity;
public RenderTrigger(Action method, int depth) {
Depth = depth;
AlwaysActive = true;
AlwaysVisible = true;
this.method = metho... |
using System;
using System.Collections.Generic;
using System.Text;
namespace ChatworkSDK.Extensions
{
public static class DateTimeExtension
{
private static readonly DateTime UNIX_EPOCH = new DateTime(1970, 1, 1, 0, 0, 0, 0);
public static long ToUnixTimestamp(this DateTime dateTime)
... |
namespace DXDecompiler.Chunks.Libf
{
public enum ProfileMode
{
Normal,
Level9VS,
Level9PS,
Level9Any
}
} |
using Microsoft.EntityFrameworkCore;
using WgWall.Data.Model;
namespace WgWall.Data
{
public class MyDbContext : DbContext
{
public MyDbContext(DbContextOptions<MyDbContext> options)
: base(options)
{
}
public DbSet<Event> Events { get; set; }
public DbSet... |
namespace Bridge.Html5
{
/// <summary>
/// The animation-fill-mode CSS property specifies how a CSS animation should apply styles to its target before and after it is executing.
/// </summary>
[External]
[Enum(Emit.StringNameLowerCase)]
[Name("String")]
public enum AnimationFillMode
{
... |
// <auto-generated />
namespace MovieFanatic.Data.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.0-30225")]
public sealed partial c... |
using UnityEngine;
namespace Kontrol
{
public class CameraRedirector : MonoBehaviour
{
public float distanceFromCameraToRedirect;
public Vector2 moveSpeed;
public bool checkX;
public bool checkY;
private bool redirected;
private void FixedUpdate()
{
... |
/*
* Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
* See https://github.com/openiddict/openiddict-core for more information concerning
* the license and the contributors participating to this project.
*/
using System.Collections.Generic;
using System.Linq;
using Syste... |
namespace Xms.Core.Data
{
public interface IDbContext
{
bool TransactionCancelled { get; set; }
void BeginTransaction();
void CompleteTransaction();
void RollBackTransaction();
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace RSHA.Areas.Identity.Pages.Account
{
public class AccessDeniedModel : PageModel
{
public void OnGet()
{
}
}
} |
namespace DotNetBungieAPI.Generated.Models.Destiny.Components.Collectibles;
public class DestinyProfileCollectiblesComponent
{
/// <summary>
/// The list of collectibles determined by the game as having been "recently" acquired.
/// </summary>
[JsonPropertyName("recentCollectibleHashes")]
publi... |
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("AWSSDK.Kafka")]
[assembly: AssemblyDescrip... |
namespace Switchvox.Extensions.MeetMeConference
{
class Update
{
}
} |
using System;
using System.Collections;
using System.IO;
using System.Collections.Specialized;
using librets;
public class RawSearch
{
static void Main(string[] args)
{
Options options = new Options();
if (!options.Parse(args))
Environment.Exit(1);
RetsSession session = o... |
#if !NOT_UNITY3D
using System.Collections.Generic;
using ModestTree;
namespace Zenject
{
[NoReflectionBaking]
public class SubContainerCreatorByNewPrefab : ISubContainerCreator
{
readonly GameObjectCreationParameters _gameObjectBindInfo;
readonly IPrefabProvider _prefabProvider;
re... |
namespace HexValueConverter
{
partial class frmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
///... |
namespace HpToolsLauncher.RTS
{
/// <summary>
/// Model class which describes the structure of an additional attribute
/// </summary>
public class AdditionalAttributeModel
{
private string name;
private string value;
private string description;
public AdditionalAttr... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace tibs.stem.LeadStatuss.Dto
{
public class GetLeadStatusInput
{
public string Filter { get; set; }
}
} |
//------------------------------------------------------------------------------
// <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>
//--... |
// Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by ... |
using SMA = System.Management.Automation;
using IVisio=Microsoft.Office.Interop.Visio;
namespace VisioPowerShell.Commands.VisioLayer
{
[SMA.Cmdlet(SMA.VerbsCommon.Get, Nouns.VisioLayer)]
public class GetVisioLayer : VisioCmdlet
{
[SMA.Parameter(Position = 0, Mandatory = false)]
public strin... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//----------------------------------------... |
using System;
using System.Collections.Generic;
using System.Text;
namespace SmhiWeather
{
public enum WeatherSymbol
{
ClearSky = 1,
NearlyClearSky = 2,
VariableCloudiness = 3,
HalfclearSky = 4,
CloudySky = 5,
Overcast = 6,
Fog = 7,
LightRainShow... |
using Senparc.Core.Models;
using Senparc.Core.Models.VD;
using System;
namespace Senparc.Mvc.Models.VD
{
public class Account_BaseVD : BaseVD, IBaseVD
{
}
public class Account_IndexVD : Account_BaseVD
{
public PagedList<Account> AccountList { get; set; }
}
public class Account_Lo... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
usin... |
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.Logging;
namespace WideWorldImporters.Web.Pages
{
[ResponseCache(Duration = 0, Location = ... |
//
// Copyright Seth Hendrick 2016-2021.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
using System.Text.RegularExpressions;
using Chaskis.Core;
using NUnit.Framework;
namespace Chaski... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
namespace VStyoreAdvace.Web.WebApi.Server.Results
{
public class ChallengeResult : IHttpActionResult
{
public Challen... |
#region License
/*
Microsoft Public License (Ms-PL)
MonoGame - Copyright © 2009-2012 The MonoGame Team
All rights reserved.
This license governs use of the accompanying software. If you use the software,
you accept this license. If you do not accept the license, do not use the
software.
1. Definitions
The terms "r... |
namespace Cronofy
{
using System;
using System.Globalization;
/// <summary>
/// Struct representing a date in time.
/// </summary>
public struct Date
{
/// <summary>
/// The format to parse and output dates with.
/// </summary>
private const string DateForma... |
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("Up... |
using UnityEngine;
namespace Assets.Scripts.Game.ddz2.DDz2Common
{
public class TableColorCtrl : MonoBehaviour {
public const string OntableColorChangeKey = "tbcolorChangeKey0613";
[SerializeField]
private UITexture _showTexture;
[SerializeField] private ColorSelect _colorSelect;... |
namespace SQL_Contact_Wallet_V2
{
partial class SocietyCard
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
//Problem 4. Person class
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PersonClass
{
class Program
{
static void Main(string[] args)
{
Person mitko = new Person("Mitko Kostov");
Person iva... |
namespace GameDVR_Config
{
partial class GameDVR_ConfigForm
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
... |
/*
* File: MainMonitorsCommands.cs
*
* Author: Akira Sugiura (urasandesu@gmail.com)
*
*
* Copyright (c) 2017 Akira Sugiura
*
* This software is MIT License.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the ... |
using System;
using Autofac;
using Autocore.Interfaces;
using Autocore.Implementation;
using Moq;
using NUnit.Framework;
namespace Autocore.Test
{
public class ImplicitVolatileScopeTest : TestBase
{
[Test]
public void Dispose()
{
var implicitContext = Create<IImplicitContext>();
implicitContext.SetupProp... |
// Copyright (c) 1997-2014, SalesLogix NA, LLC. All rights reserved.
namespace Saleslogix.SData.Client.Framework
{
/// <summary>
/// Enum of HTTP methods.
/// </summary>
public enum HttpMethod
{
/// <summary>
/// Get request.
/// </summary>
Get,
/// <summar... |
//Released under the MIT License.
//
//Copyright (c) 2018 Ntreev Soft co., Ltd.
//
//Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
//documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
//rig... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MethodTest
{
public class Student
{
public void Show()
{
Console.WriteLine(1);
}
public void Show(string str)
{
Console.... |
#pragma warning disable 0472,0414
using System;
using System.Text;
using System.IO;
using System.Collections;
using System.ComponentModel;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Xml.Serialization;
using BLToolkit.Aspects;
using BLToolkit.DataAccess;
usin... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Neti.LogSystem
{
public interface ILogger
{
void LogInfo(string message);
void LogWarning(string message);
void LogError(string message);
void Clear();
}
} |
using Ibis.EBNF.Tokens;
using System;
using System.Collections.Generic;
using System.Text;
using static System.Char;
namespace Ibis.EBNF
{
internal partial class Parser
{
/// <summary>
/// Convert an input string - in the form of an EBNF grammar -
/// into a list of tokens representing... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace NFLDataScrapper.Console
{
class Program
{
static async Task Main(string[] args)
{
var letters_to_scrape = new[]
... |
using IntegrationTool.DBAccess;
using IntegrationTool.DBAccess.DatabaseTargetProviders;
using IntegrationTool.DBAccess.DatabaseTargets;
using IntegrationTool.Module.DbCommons;
using IntegrationTool.SDK;
using IntegrationTool.SDK.Database;
using System;
using System.Collections.Generic;
using System.Data.Odbc;
using Sy... |
// 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.Collections.ObjectModel;
using System.Runtime.CompilerServices;
using... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.