text stringlengths 1 932k |
|---|
/*----------------------------------------------------------------
Copyright (C) 2016 Senparc
文件名:TenPayRights.cs
文件功能描述:微信支付维权接口
创建标识:Senparc - 20150211
修改标识:Senparc - 20150303
修改描述:整理接口
修改标识:Senparc - 20160720
修改描述:增加其接口的异步方法
-----------------------------------------... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HexUnityT : HexUnit {
public override int Speed {
get {
return 12;
}
}
} |
// <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 Elmah.Io.Client.Models
{
using Newtonsoft.Json;
using System.Linq;
public partial class UptimeCheck
{
... |
//------------------------------------------------------------------------------
// <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 Iviz.Msgs.IvizCommonMsgs;
using Iviz.Resources;
using UnityEngine;
namespace Iviz.App
{
/// <summary>
/// <see cref="PointCloudModuleData"/>
/// </summary>
public sealed class PointCloudPanelContents : ListenerPanelContents
{
static readonly List<s... |
#if !UNITY_WINRT || UNITY_EDITOR || UNITY_WP8
#region License
// Copyright (c) 2007 James Newton-King
//
// 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 w... |
using Intersect.Localization;
using Intersect.Server.Core.CommandParsing.Arguments;
using Intersect.Server.Core.CommandParsing.Commands;
namespace Intersect.Server.Core.Commands
{
internal abstract class ServerCommand : HelpableCommand<ServerContext>
{
protected ServerCommand(
LocaleComm... |
// 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.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using JetBrains.Annotations;
using Micros... |
using System;
using Shouldly;
using Xunit;
namespace Monad.Maybe.Unit.Test
{
public class CheckerShould
{
[Fact]
public void throw_exception_when_is_null()
{
Action action = () => Checker.Null<ArgumentNullException>(null);
action.ShouldThrow<ArgumentNullExceptio... |
using Newtonsoft.Json;
namespace HitBTC.Net.Objects
{
/// <summary>
/// Information about a balance
/// </summary>
public class HitBTCBalance
{
/// <summary>
/// Currency name
/// </summary>
[JsonProperty("currency")]
public string Currency { get; private se... |
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("Mis... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text;
namespace Repository.Entities.Models
{
public class GalaProcessSend
{
public string Id { get; set; }
public string SlipNo { get; s... |
using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
/// <summary>
/// ZhimaCreditEpCertificationQueryResponse.
/// </summary>
public class ZhimaCreditEpCertificationQueryResponse : AopResponse
{
/// <summary>
/// 代理函有效访问地址,有效时间2分钟,接口返回后开始计时,字段SUCCESS为true时返回,特... |
using Autofac;
using Autofac.Builder;
namespace SubcutaneousTestsPresentation.Tests.TestHelpers
{
public static class RegistrationExtensions
{
public static IRegistrationBuilder<TLimit, TActivatorData, TStyle> InstancePerTestRun
<TLimit, TActivatorData, TStyle>(this IRegistrationBuilder<TL... |
namespace Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api202101
{
using Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.PowerShell;
/// <summary>Resource tags.</summary>
[System.ComponentModel.TypeConverter(typeof(ClusterUpdateTagsTypeConverter))]
public partial class ClusterUpdateTags
{
... |
@using MANET_DTN_Mock_API.Areas.HelpPage.ModelDescriptions
@model ComplexTypeModelDescription
@Html.DisplayFor(m => m.Properties, "Parameters") |
/*
* 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) 2014, Furore (info@furore.com) and contributors
* See the file CONTRIBUTORS for details.
*
* This file is licensed under the BSD 3-Clause license
* available at https://raw.github.com/furore-fhir/spark/master/LICENSE
*/
using Hl7.Fhir.Model;
using System;
using System.Collections.Generic;
u... |
using Microsoft.IdentityModel;
using Microsoft.IdentityModel.S2S.Protocols.OAuth2;
using Microsoft.IdentityModel.S2S.Tokens;
using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.EventReceivers;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Globalizati... |
/*
* 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 Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
namespace ArzTalep.BusinessLayer.Migrations
{
public partial class Lookup : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
... |
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Unit = System.ValueTuple;
namespace LaYumba.Functional
{
using static F;
public static partial class F
{
// wrap the given value into a Some
public static Option<T> Some<T>(... |
//------------------------------------------------------------------------------
// <copyright file="EventDescriptor.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------... |
// 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.Dynamic;
using System.Reflection;
namespace System
{
/// <summary>
/// Internals (including ... |
//
// Copyright 2018 Carbonfrost Systems, Inc. (http://carbonfrost.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 r... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DynamoDbAutoscaler
{
public static class Extensions
{
public static int ToPercentage(this long value, long total)
{
if (value == 0)
{
... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Collections.Generic;
using System.Linq;
using BuildXL.Utilities;
namespace Test.DScript.Ast.Incrementality
{
public sealed class RoarerBitSetEqualityComparer : IEqualityComparer<RoaringBitSet>
{
private readonly Pa... |
namespace BuildingBlocks.EventBus.Messages.Events
{
public class BasketCheckoutEvent
{
public string UserName { get; set; }
public decimal TotalPrice { get; set; }
// BillingAddress
public string FirstName { get; set; }
public string LastName { get; set; }
public... |
using System.ComponentModel;
using MbUnit.Framework;
using Xpand.Utils.Helpers;
namespace Xpand.Tests.Xpand.Utils
{
[TestFixture]
public class NotificationExtensionsFixture
{
[Test]
public void SubscribeToChange()
{
var myClass = new MyClass();
bool changed ... |
namespace Cosmos.Business.Extensions.SMS.Aliyun.Core {
public class Constants {
public const int MaxReceivers = 1000;
}
} |
using System;
namespace MxWeiXinPF.Model
{
/// <summary>
/// 比赛基本表
/// </summary>
[Serializable]
public partial class wx_sjb_bisai
{
public wx_sjb_bisai()
{}
#region Model
private int _id;
private string _bspic;
private string _bsremark;
private int? _rcid;
private int? _qd1id;
private int? _qd... |
using Newtonsoft.Json;
using System.Collections.Generic;
using DtpGraphCore.Enumerations;
using DtpCore.Model;
namespace DtpGraphCore.Model
{
/// <summary>
/// Defines the Query send from the client.
/// </summary>
[JsonObject(MemberSerialization.OptIn)]
public class QueryRequest
{
[Js... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerAttack : MonoBehaviour
{
[SerializeField] AttackStats myStats = default;
[SerializeField] Transform combatAim = default;
[SerializeField] float maxDistance = 6.0f;
[SerializeField] float minDistance = 2.... |
// Copyright (c) MOSA Project. Licensed under the New BSD License.
using Mosa.Compiler.MosaTypeSystem;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace Mosa.Compiler.Framework
{
/// <summary>
/// Performs memory layout of a type for compilation.
/// </summary>
... |
// Copyright (c) 2020 Daniel Grunwald
//
// 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 rights to use, copy, modify, merge,
// publ... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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.apa... |
//----------------------
// <auto-generated>
// This file was automatically generated. Any changes to it will be lost if and when the file is regenerated.
// </auto-generated>
//----------------------
#pragma warning disable
using System;
using SQEX.Luminous.Core.Object;
using System.Collections.Generic;
using CodeDom... |
// --------------------------------------------------------------------------------------------------------------------
// SetConnection.xaml.cs
//
// Copyright 2015-2018 Lucas Alexander
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Li... |
/*
* Copyright © 2016-2018 EDDiscovery development team
*
* 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... |
//*****************************************************
// <auto-generated>
// Generated by the cybtans protocol buffer compiler. DO NOT EDIT!
// Powered By Cybtans
// </auto-generated>
//******************************************************
using System;
using GraphQL;
using GraphQL.Types;
using Microsoft.E... |
using System.Collections.Generic;
using System.Windows;
namespace DelaunatorSharp.Interfaces
{
public interface IVoronoiCell
{
IEnumerable<IPoint> Points { get; }
int Index { get; }
}
} |
//
// Unit tests for 4cc-based enums
//
// Authors:
// Sebastien Pouliot <sebastien@xamarin.com>
//
// Copyright 2014 Xamarin Inc. All rights reserved.
//
#if !__WATCHOS__
using System;
#if XAMCORE_2_0
using Foundation;
using CoreMedia;
#else
using MonoTouch.CoreMedia;
using MonoTouch.Foundation;
using MonoTouch.UI... |
/*******************************************************************************
* Copyright 2012-2019 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... |
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Public License (Ms-PL).
// Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
// All other rights reserved.
// <auto-generated />
// No style analysis for imported project.
using System.Collections.Generic;
namespac... |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/urlmon.h in the Windows SDK for Windows 10.0.22000.0
// Original source is Copyright © Microsoft. All rights reserved.
namespace TerraFX.Interop.Windows;
... |
using System;
using System.Collections.Generic;
using System.Text;
namespace Restaurant
{
public class Cake : Dessert
{
private const decimal defaultPrice = 5;
private const double defaultGrams = 250;
private const double defaultCalories = 1000;
public Cake(string name) : base... |
// 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... |
/*
Copyright 2011-2020 Rolf Michelsen
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 agreed ... |
using FingerMovingSimulation.Core.Hands.Dvorak.Fingers.Left;
using MiscUtil;
namespace FingerMovingSimulation.Infrastructure.Hands.Dvorak.Fingers.Left.IndexFinger
{
internal class PKeyState : ILeftIndexFingerKeyState
{
private readonly LeftIndexFinger leftIndexFinger;
public PKeyState(LeftInde... |
// Planing.cs created with MonoDevelop
// User: valle at 16:29 27/12/2008
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Runtime.Serializati... |
using System.Collections.Generic;
namespace Cloudtoid.Json.Schema
{
public sealed partial class JsonSchemaWriter
{
protected override void VisitResource(JsonSchemaResource resource)
{
if (resource.Id != null)
writer.WriteString(Keys.Id, resource.Id.ToString());
... |
/*
* Original author: Nicholas Shulman <nicksh .at. u.washington.edu>,
* MacCoss Lab, Department of Genome Sciences, UW
*
* Copyright 2009 University of Washington - Seattle, WA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance ... |
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("Op... |
namespace BusinessRules
{
public interface IXmlDeserialiser
{
T DeserializeXmlStringToObject<T>(string xmlString);
}
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace CDSPractical
{
public class Questions
{
private const double KiloMeters_Per_Mile = 1.6;
/// <summary>
/// Given an enumerable of strings, attempt to parse each string and if
/... |
using MalbersAnimations.Scriptables;
using UnityEngine;
namespace MalbersAnimations.Controller.AI
{
[CreateAssetMenu(menuName = "Malbers Animations/Pluggable AI/Decision/Check Mode", order = 2)]
public class CheckModeDecision : MAIDecision
{
public override string DisplayName => "Animal/Check Mod... |
@using LpwAbp.Nopcommerce.Web.Models.Common.Modals
@model ModalHeaderViewModel
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
<h4 class="modal-title">
<span>@Html.Raw(Model.Title)</span>
</h4>
</div> |
using RedSharp.Dali.Common.Data;
using System;
using System.Collections.Generic;
using System.Text;
namespace RedSharp.Dali.Common.Interfaces
{
/// <summary>
/// Identifies object that can work with hotkey.
/// </summary>
public interface IHotkeyProcessor
{
/// <summary>
/// Gets s... |
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("destNotes.Data")]
[assembly: AssemblyDescr... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.... |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Data.Abstractions;
using Data.Models;
using Data.Models.Client.Stats;
using Data.Models.Client.Stats.Reference;
using Data.Models.Server;
using IW4MAdmin.P... |
/*
* 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;
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 System.Windows.Navigati... |
@using OrchardCore.Email
@model SmtpSettings
<p class="alert alert-warning">@T["The current tenant will be reloaded when the settings are saved."]</p>
<div class="mb-3" asp-validation-class-for="DefaultSender">
<label asp-for="DefaultSender">@T["Sender email address"]</label>
<input asp-for="DefaultSender" cl... |
public class GameObject {}
class Program {
GameObject obj_Zombie = new GameObject();
GameObject obj_Abomination = new GameObject();
GameObject SpawnEnemy(int input) {
if (input == 0) {
Debug.Log("Spawn Zombie");
/* inserted */
int _8 = input == 0;
return obj_Zombie;
} else if (inp... |
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text.RegularExpressions;
using Microsoft.Recognizers.Definitions.Spanish;
using Microsoft.Recognizers.Text.DateTime.Spanish.Utilities;
using Microsoft.Recognizers.Text.DateTime.Utilities;
using Microsoft.Recognizers.... |
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <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 regenerate... |
using System;
namespace _01_Censorship
{
class Program
{
static void Main(string[] args)
{
string wordToReplace = Console.ReadLine();
string sentence = Console.ReadLine();
sentence = sentence.Replace(wordToReplace, new string('*', wordToReplace.Length));
Console.WriteLine(sentence);
}
}
} |
using FluidHTN.Compounds;
using FluidHTN.Conditions;
using FluidHTN.PrimitiveTasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Fluid_HTN.UnitTests
{
[TestClass]
public class SelectorTests
{
[TestMethod]
public void AddCondition_ExpectedBehavior()
{
va... |
using System;
namespace TDASDataParser.StdfTypes
{
public class SDR : BaseEntity
{
public SDR() { }
public int HEADNUM { get; set; }
public int SITEGRP { get; set; }
public int SITECNT { get; set; }
public string SITENUM { get; set; }
public string HANDTYP { get... |
/* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice, this l... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Azure.Core;
namespace Azure.AI.FormRecognizer.Models
{
[CodeGenModel("ErrorResponse")]
internal partial class ErrorResponse_internal
{
}
} |
using SharedCsharpModels.Models;
namespace ChessAPI
{
public interface IGamesService
{
public List<GameState> Games { get; set; }
public GameState CreateNewGame();
public GamePiece[,] CreateBoard(int boardWidth, int boardHeight, GameState game);
}
} |
namespace CreepyTowers.Content
{
public enum CreepModels
{
CreepCottonMummyHigh,
CreepMetalTAxeHigh,
CreepGlassHigh,
CreepPaperPaperplaneHigh,
CreepPlasticBottledogHigh,
CreepSandSandyHigh,
CreepWoodScarecrowHigh
}
} |
using System;
using System.Diagnostics;
using System.IO;
using System.Text;
namespace DataDictionaryGenerator.Core
{
public class ChmGenerator
{
private readonly string _fileName; //Chm文件保存路径
private readonly string _title; //Chm文件Titie
private readonly string _defaultPage; //... |
namespace BeatTogether.Models
{
internal class ServerDetails
{
public readonly static int DEFAULT_PORT = 2328;
public readonly static string OFFICIAL_SERVER_NAME = "Official Servers";
public static string OfficialStatusUri { set; get; }
private MasterServerEndPoint _endPoint;
... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
namespace Pathfinding
{
#if NETFX_CORE
using Thread = Pathfinding.WindowsStore.Thread;
#else
using Thread = System.Threading.Thread;
#endif
public class PathProcessor
{
public event System.Actio... |
using System;
using System.Collections.Generic;
using AutoMapper;
using IceCloud.BeebApp.Application.Interfaces;
using IceCloud.BeebApp.Application.ViewModels;
using IceCloud.BeebApp.Domain.Interfaces;
using IceCloud.BeebApp.Domain.Models;
using IceCloud.BeebApp.Infra.Data.Repository;
namespace IceCloud.BeebApp.Appli... |
using EarWorm.Code;
using EarWorm.Shared;
using System.Collections;
using Microsoft.JSInterop;
namespace EarWorm.Pages
{
public partial class Config
{
Dictionary<Lookups.InstrumentTags, Instrument> _instrumentTable;
List<Lookups.InstrumentTags> _instrumentKeys;
List<string> _instrument... |
using System;
namespace MeetingSchedulerLuis.Models
{
[Serializable]
public class VenueModel
{
public int VenueID { get; set; }
public string Name { get; set; }
}
} |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using Rebus.Config;
using Rebus.Extensions;
using Rebus.Logging;
using Rebus.Messages;
using Rebus.MySql.Transpo... |
/*
* https://autofaccn.readthedocs.io/en/latest/integration/aspnetcore.html#configuration-method-naming-conventions
*/
using System.Diagnostics;
using Autofac;
using intro.IntroClasses;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCor... |
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("I... |
using System;
using CMS.Base.Web.UI;
using CMS.UIControls;
public partial class CMSModules_Content_Controls_RefreshIcon : CMSUserControl
{
#region "Variables"
private string mFixedInControlClientID;
#endregion
#region "Properties"
/// <summary>
/// Control in which the icon is fixed (ev... |
using System;
using SharedLibraryCore.Interfaces;
using SharedLibraryCore.RCon;
using System.Collections.Generic;
using System.Globalization;
namespace IW4MAdmin.Application.RConParsers
{
/// <summary>
/// generic implementation of the IRConParserConfiguration
/// allows script plugins to generate dynamic... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... |
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("Map... |
namespace Atlantis.DataModels
{
/// <summary>
/// A Page of the application
/// </summary>
public enum ApplicationPage
{
/// <summary>
/// The Initial setup page
/// </summary>
Setup = 0,
}
} |
using Contractor.Core.Options;
using Contractor.Core.Tools;
using System.IO;
namespace Contractor.Core.Projects.Backend.Persistence.Tests
{
internal class DbEntityUpdateTestGeneration : ClassGeneration
{
private static readonly string TemplatePath =
Path.Combine(PersistenceTestsProjectGene... |
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text;
namespace MyStaging.Common
{
/// <summary>
/// lambda 表达式模型对象
/// </summary>
public class ExpressionModel
{
/// <summary>
/// 连接表别名
/// </summary>
public string Union... |
using System;
using System.Collections;
using System.Collections.Generic;
using Tizen.NUI;
using Tizen.NUI.BaseComponents;
using Tizen.UIExtensions.NUI;
using Color = Tizen.UIExtensions.Common.Color;
using Size = Tizen.UIExtensions.Common.Size;
namespace NUIExGallery.TC
{
public class MyEmptyAdaptor : ItemAdapto... |
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("01... |
using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using Nucleo.Web.Repeating;
#if DEBUG
#endif
namespace Nucleo.Web.ListControls.Builders
{
public abstract class ListInterfaceBuilder
{
private LayoutStructure _stucture = null;
private IRepeatableList _listControl = null;
#region " Pro... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Xml.Linq;
namespace XmlDocMarkdown.Core
{
/// <summary>
/// Generates Markdown from .NET XML documentation comments.
/// </summary>
public static class XmlDocMarkdownGenerator
{
/// <summary... |
// /*
// Copyright (c) 2017-12
//
// moljac
// Test.cs
//
// 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... |
namespace ReactNativeCmdEase
{
partial class Form3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// ... |
// 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.Composition;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.UseCompoundAssignm... |
//------------------------------------------------------------------------------
// <auto-generated>
// Este código se generó a partir de una plantilla.
//
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
// Los cambios manuales en este archivo se sobrescribi... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using static System.FormattableString;
[assembly: InternalsVisibleTo("Ratchet.Tests")]
namespace Ratchet {
internal static class StringExtensions {
private static bool IsFileBasedOn (
this... |
using FRPGraph.Runtime;
using NUnit.Framework;
namespace Tests
{
public class OperatorInfoTest
{
[Test]
public void EqualityTest1()
{
var infos = typeof(OperatorInfoObjects).GetFields();
foreach (var fieldInfo in infos)
{
var operator... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.