text stringlengths 1 932k |
|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PruebaGestionVentas.Server.Models
{
public class Producto
{
public int Id { get; set; }
public string nombre_producto { get; set; }
public decimal valor_unitario { get; set; }
... |
// Copyright (c) Microsoft. All rights reserved.
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.Azure.IoTSolutions.DeviceTelemetry.Services.Diagnostics;
using Microsoft.Azure.IoTSolutions.DeviceTelemetry.Services.Exceptions;
using Microsoft.Azu... |
/*******************************************************************************
* 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... |
using Abp.Domain.Entities;
using Abp.Domain.Entities.Auditing;
using AutoGenerateTestcase.Authorization.Users;
using System;
using System.ComponentModel.DataAnnotations.Schema;
using static AutoGenerateTestcase.Constants.Enum;
namespace AutoGenerateTestcase.Entities
{
public class Request : FullAuditedEntity<long... |
// MvxDialogFragment.cs
// (c) Copyright Cirrious Ltd. http://www.cirrious.com
// MvvmCross is licensed using Microsoft Public License (Ms-PL)
// Contributions and inspirations noted in readme.md and license.txt
//
// Project Lead - Stuart Lodge, @slodge, me@slodge.com
using Android.OS;
using Cirrious.MvvmCross.Bindi... |
using global::System;
using NUnit.Framework;
using NUnit.Framework.TUnit;
using Tizen.NUI.Components;
using Tizen.NUI.BaseComponents;
using System.Collections.Generic;
namespace Tizen.NUI.Devel.Tests
{
using tlog = Tizen.Log;
[TestFixture]
[Description("Internal/Widget/WidgetApplication")]
public cla... |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ... |
namespace ClassLib076
{
public class Class077
{
public static string Property => "ClassLib076";
}
} |
// 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.20348.0
// Original source is Copyright © Microsoft. All rights reserved.
using NUnit.Framework;
using System.... |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace FastInsert
{
public class ConnectionString
{
public bool AllowLoadLocalInfile { get; set; }
public bool AllowUserVariables { get; set; }
}
public class ConnectionStringParser
{
public static Conne... |
using Abilities.FirstEdition;
using Ship;
using System.Linq;
using Upgrade;
namespace Ship
{
namespace FirstEdition.TIEFighter
{
public class Howlrunner : TIEFighter
{
public Howlrunner() : base()
{
PilotInfo = new PilotCardInfo(
"\"H... |
using SmartSql.Data;
using System;
using System.Collections.Generic;
using System.Data;
using System.Text;
using SmartSql.Exceptions;
namespace SmartSql.TypeHandlers
{
public class NullableDateTimeTypeHandler : AbstractNullableTypeHandler<DateTime?, DateTime>
{
protected override DateTime? GetValueWhe... |
namespace Cybtans.Tests.Services.Models
{
public class Response
{
public bool Sucess { get; set; }
}
} |
using System.Data;
using System.Data.SqlClient;
using System.Windows;
namespace ExcelImport.ActionsModels
{
public class DataExportRepository
{
private static DataExportRepository _instance;
private DataExportRepository() { }
public static DataExportRepository Instance
{
... |
namespace App.Web.ViewModels.Addresses
{
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Web;
using App.Data.Models;
using Infrastructure.Mapping;
public class PostAddressViewModel : IMapFrom<Address>
{
[Display(Name = "Country")]
... |
using DCL;
using DCL.Components;
using DCL.Controllers;
using DCL.Helpers;
using DCL.Models;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityGLTF;
namespace AvatarShape_Tests
{
public static class AvatarTestHelpers
{
public class WearableItem_Dummy : ... |
using Aitgmbh.Tapio.Developerapp.Web.Models;
using Microsoft.AspNetCore.Mvc;
namespace Aitgmbh.Tapio.Developerapp.Web.Scenarios.SampleScenario
{
[Scenario("sample-scenario", "Sample Module", "/scenario-sample", "src/web/src/app/scenario-sample", "src/web/Scenarios/SampleScenario", "http://tapio.one")]
[Produce... |
/*
* 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... |
// 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.
//
// Revision history:
//
// BD - June 2013 - Created this file.
// ER - July 2013 - Small tweaks.
//
#pragma war... |
using Waf.BookLibrary.Reporting.Applications.ViewModels;
using Waf.BookLibrary.Reporting.Applications.Views;
using Waf.BookLibrary.Reporting.Presentation.Reports;
namespace Waf.BookLibrary.Reporting.Presentation.DesignData
{
public class SampleReportViewModel : ReportViewModel
{
public SampleReportVie... |
namespace Logic.DefinitionSubstitutes
{
class Denotation
{
Denotation()
{
}
}
} |
#region Packages
using System.Collections;
using Mfknudsen.Battle.Systems;
using UnityEngine;
// ReSharper disable Unity.PreferAddressByIdToGraphicsParams
#endregion
namespace Mfknudsen.UI.Scene_Transitions.Transitions
{
[CreateAssetMenu(menuName = "UI/Transition/Basic")]
public class BasicTransition : Tran... |
/////////////////////////////////////////////////////////////////////////////////////////////////
//
// Favalon - An Interactive Shell Based on a Typed Lambda Calculus.
// Copyright (c) 2018-2020 Kouji Matsui (@kozy_kekyo, @kekyo2)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not us... |
using MediatR;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.UI.Services;
using Microsoft.AspNetCore.WebUtilities;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Text.Encodings.Web;
using System.Threading;
using System.Threading.Tasks;
using ... |
namespace Asv.Gnss
{
/// <summary>
/// This block contains the 300 bits of a QZSS L5 CNAV subframe.
///
/// NAVBits contains the 300 bits of a QZSS CNAV subframe.
/// Encoding: NAVBits contains all the bits of the frame, including the
/// preamble. The first received bit is stored as the MSB of... |
@model HallOfFame.Web.ViewModels.Account.ForgotPasswordViewModel
@{
ViewBag.Title = "Forgot your password?";
}
<h2>@ViewBag.Title.</h2>
@using (Html.BeginForm("ForgotPassword", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
<h4>Enter your email.... |
using System;
using System.Resources;
/// <summary>
/// ctor [v-yishi]
/// </summary>
public class MissingManifestResourceExceptionCtor1
{
#region Public Methods
public bool RunTests()
{
bool retVal = true;
TestLibrary.TestFramework.LogInformation("[Positive]");
retVal = PosTest1()... |
using System.Net;
using LiteNetLib;
using Network.Infrastructure;
namespace Coop.NetImpl.LiteNet
{
public static class Extensions
{
public static ConnectionBase GetConnection(this NetPeer peer)
{
return (ConnectionBase) peer.Tag;
}
public static string ToFriendlySt... |
// 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.Threading;
namespace Microsoft.Extensions.Caching.Memory
{
internal class CacheEntryHelper
{
private static readonly AsyncLocal<CacheEntry... |
using System;
using System.Threading.Tasks;
namespace OsuMixer
{
class Program
{
static void Main() => MainAsync().GetAwaiter().GetResult();
private static readonly string moduleName = "Main";
private static MixerChatBase chatBase;
public static async Task MainAsync()
{... |
using Rolang.Values;
namespace Rolang.Expressions
{
public interface IExpression
{
IValue Compute();
int GetLine();
}
} |
using System;
using Org.BouncyCastle.Crypto.Utilities;
using Org.BouncyCastle.Utilities;
namespace Org.BouncyCastle.Crypto.Digests
{
/*
The BLAKE2 cryptographic hash function was designed by Jean-
Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn, and Christian
Winnerlein.
Reference ... |
using System.Threading.Tasks;
using Bing.Applications.Aspects;
using Bing.Applications.Dtos;
using Bing.Validations.Aspects;
namespace Bing.Applications.Operations
{
/// <summary>
/// 创建操作
/// </summary>
/// <typeparam name="TCreateRequest">创建参数类型</typeparam>
public interface ICreateAsync<in TCrea... |
//
// Context.cs
//
// Author:
// Lluis Sanchez <lluis@xamarin.com>
//
// Copyright (c) 2011 Xamarin 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 restriction, ... |
using System;
namespace NumericConsole
{
class Program
{
static void Main(string[] args)
{
// Square root by the Newton's method.
var a = 5.0;
var x = a;
for (var i = 0; i < 100; i++)
{
var xi = (x + a / x) / 2;
... |
using Chloe.Infrastructure;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
namespace Chloe.SqlServer
{
public class DefaultDbConnectionFactory : IDbConnectionFactory
{
string _connString;
public DefaultDbCon... |
using System;
using Trains.NET.Engine;
namespace Trains.NET.Rendering;
[Order(1)]
public class GridRenderer : ICachableLayerRenderer
{
public bool Enabled { get; set; }
public string Name => "Grid";
public event EventHandler? Changed { add { } remove { } } // wacky, but stops the compiler complaining it... |
using System;
using NUnit.Framework;
using System.Drawing;
using System.Text.RegularExpressions;
using OpenQA.Selenium.Environment;
using OpenQA.Selenium.Internal;
namespace OpenQA.Selenium.Interactions
{
[TestFixture]
public class DragAndDropTest : DriverTestFixture
{
[SetUp]
public void S... |
using Appium.Net.Integration.Tests.helpers;
using NUnit.Framework;
using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.iOS;
namespace Appium.Net.Integration.Tests.iOS
{
public class SettingTest
{
private IOSDriver<AppiumWebElement> _driver;
[OneTimeSetUp]
public void BeforeAll(... |
//------------------------------------------------------------------------------
// <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 Microsoft.AspNetCore.Mvc.Localization
@inject IHtmlLocalizer<SharedResources> Localizer
@{
ViewData["Title"] = Localizer["Contact"];
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["Message"]</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace MVCGrid.Web.Controllers
{
public class DocumentationController : Controller
{
// GET: Documentation
public ActionResult Index()
{
return View();
}
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Movie App</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site... |
public enum Category
{
VOWEL, CONSONANT, VOWELCONSONANT, GRANTHA, SPECIAL
} |
using Nest;
namespace Uintra.Core.Search.Providers
{
public class UintraTokenizerProvider : ITokenizerProvider
{
public AnalysisDescriptor Apply(AnalysisDescriptor analysis)
{
analysis.Tokenizers(t => t
.NGram("phoneNgram", d => d.MinGram(2).MaxGram(10).TokenChars(T... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu]
public class RecordingEvent : ScriptableObject
{
private List<RecordingEventListener> listeners = new List<RecordingEventListener>();
private bool recording = false;
private void OnEnable()
{
reco... |
@page
@model Class_Example_1.Pages.FlagPage2Model
@{
ViewData["Title"] = "Flagging Scenario: Report Post";
}
<h1 style="color:#AA0000" align="left"><strong> Thank you for bringing this</strong></h1>
<h1 style="color:#AA0000" align="left"><strong> item to our attention... |
using System;
using System.Collections.Generic;
using System.Text;
/*---------------------------------------------------------------------\
| Copyright © 2008-2016 Allen C. [Alexander Morou] Copeland Jr. |
|----------------------------------------------------------------------|
| The Abstraction Project's co... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data;
namespace Avenue.Workflow.Data
{
public class TaskStatus : Avenue.Heights.Data.AvenueData, Avenue.Heights.Data.IAvenueData
{
#region Variables
private Int32 _... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Runtime.CompilerServices;
using UnityEngine;
[assembly: InternalsVisibleTo("Microsoft.MixedReality.Toolkit.Tests.PlayModeTests")]
namespace Microsoft.MixedReality.Toolkit.Experimental.Physics
{
public class LinearElasticSyste... |
// <auto-generated />
using Abp.Authorization;
using Abp.BackgroundJobs;
using Abp.Events.Bus.Entities;
using Abp.Notifications;
using Schruted.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.Enti... |
using System;
using System.Collections.Generic;
namespace StackList
{
class Program
{
static void Main(string[] args)
{
Stack stack = new Stack();
Console.WriteLine("Push: 1 2 3 1");
stack.Push(1);
stack.Push(2);
stack.Push(3);
... |
using System;
using System.Collections.Generic;
using BookLovers.Base.Infrastructure.Queries;
namespace BookLovers.Ratings.Infrastructure.Persistence.ReadModels
{
public class BookReadModel : IReadModel<BookReadModel>, IReadModel
{
public int Id { get; set; }
public Guid Guid { get; set; }
... |
//------------------------------------------------------------------------------
// <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;
namespace CafeLib.Cryptography.BouncyCastle.Asn1.Cms
{
public class EncryptedData
: Asn1Encodable
{
private readonly DerInteger version;
private readonly EncryptedContentInfo encryptedContentInfo;
private readonly Asn1Set unprotectedAttrs;
public static EncryptedData GetInstance(
ob... |
using Facebook.Messenger.BaseTypes;
namespace Facebook.Messenger.Postbody.ContentTypes
{
public class Image : PostBodyWithMessage<MessageWithAttachment<ContentPayload>>
{
public Image(string url)
{
this.Message.Attachment.Type = AttachmentType.image;
this.Message.Attac... |
using System.Drawing;
using System.Windows.Forms;
using TGC.Core.Geometry;
using TGC.Core.Mathematica;
using TGC.Core.SkeletalAnimation;
using TGC.Examples.Camara;
using TGC.Examples.Example;
using TGC.Examples.UserControls;
using TGC.Examples.UserControls.Modifier;
namespace TGC.Examples.Animation
{
/// <summary>... |
namespace Timer_07
{
using System;
using System.Diagnostics;
//Delegate definition
public delegate void TimerDelegate();
public class Timer
{
//Fields
private int seconds;
//Constructors
public Timer(int seconds)
{
this.Seconds = seconds;
... |
using Xamarin.Forms;
using System;
using System.Diagnostics;
using System.IO;
using Microsoft.Azure.Mobile;
using Microsoft.Azure.Mobile.Analytics;
using Microsoft.Azure.Mobile.Crashes;
namespace MyTenantWorld
{
public partial class App : Application
{
public static new App Current;
public static string userN... |
using System;
namespace _4_nested_class
{
class Home
{
public class Window
{
bool windowIsOpen = false;
public void ShutWindow()
{
if (windowIsOpen)
{
windowIsOpen = false;
}
}
... |
@{
ViewBag.Title = "error 500";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="error-container">
<div class="well">
<h1 class="grey lighter smaller">
... |
// <copyright file="TimerFormattingTests.cs" company="App Metrics Contributors">
// Copyright (c) App Metrics Contributors. All rights reserved.
// </copyright>
using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using App.Metrics.Formatters.Json.Facts.Helpers;
using App.Metrics.Formatters.... |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks... |
using System;
using System.Globalization;
using System.Windows.Data;
using Humanizer;
using NuGet.ProjectManagement;
namespace PackageExplorer
{
public class DateTimeOffsetHumanizeConverter : IValueConverter
{
#region IValueConverter Members
public object? Convert(object value, Type targetTyp... |
//-----------------------------------------------------------------------
// <copyright file="Program.cs" company="ICT4Participation">
// Copyright (c) ICT4Participation. All rights reserved.
// </copyright>
// <author>ICT4Participation</author>
//-------------------------------------------------------------------... |
// 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.Management.Resources.Models
{
public partial class Dependency
{
internal ... |
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v7/services/recommendation_service.proto
// </auto-generated>
// Original file comments:
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may n... |
using System;
namespace Functions.Models
{
public class GetFormsRequest
{
public string? ClientId { get; set; }
public string? RedirectUri { get; set; }
public string? Code { get; set; }
public string? RefreshToken { get; set; }
internal void Deconstruct(
... |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using ITUniver.TeleCalc.ConCalc;
namespace ITUniver.TeleCalc.Tests
{
[TestClass]
public class CalcTest
{
[TestMethod]
public void TestSum()
{
//Arrange
var calc = new Calc();
var x... |
/*
The MIT License(MIT)
Copyright(c) 2015 IgorSoft
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, publi... |
using MxNet.Gluon;
using MxNet.Gluon.NN;
using System;
using System.Collections.Generic;
using System.Text;
namespace MxNet.GluonCV.ModelZoo.CifarResnet
{
public class CIFARResNetV2 : HybridBlock
{
public CIFARResNetV2(HybridBlock block, int[] layers, int[] channels, int classes = 10, string norm_laye... |
using BepuUtilities.Collections;
using BepuUtilities.Memory;
using System.Runtime.CompilerServices;
namespace BepuPhysics
{
public struct ConstraintSet
{
public QuickList<ConstraintBatch> Batches;
public FallbackBatch Fallback;
public ConstraintSet(BufferPool pool, int initialBatchCap... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using Ed.ScheduleMonitor.Data;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace Ed.ScheduleMonitor.Web.... |
using System.Collections;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
public class MyNetworkManager : NetworkManager
{
public override void Awake()
{
base.Awake();
}
public override void OnClientConnect(NetworkConnection conn)
{
base.OnClientConnect(conn);
... |
using System;
using System.Runtime.Serialization;
namespace Grasews.Domain.Exceptions
{
public class SawsdlLoweringSchemaMappingAlreadyAddedException : Exception
{
public SawsdlLoweringSchemaMappingAlreadyAddedException() : base("SAWSDL Lowering Schema Mapping is already set.")
{
}
... |
using System.Web;
using System.Web.Mvc;
namespace WebBanHang1
{
public class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
}
}
} |
// 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.CodeAnalysis;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.... |
using System;
using Aspose.Words;
using Aspose.Words.Saving;
using Aspose.Words.Tables;
using AWords = Aspose.Words;
namespace Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Node
{
class ExNode
{
public static void Run()
{
// The following method shows how to use ... |
// Copyright (c) TotalSoft.
// This source code is licensed under the MIT license.
namespace NBB.Core.Effects
{
public interface IAmHandledBy<in THandler>
{
}
} |
@page
@model RolesModel
@{
ViewData["SubTitle"] = "Roles";
var UserContext = (DashboardCode.AdminkaV1.UserContext)ViewBag.UserContext;
var tableId = "adminka-table-roles-id";
}
<h3 class="px-3">Roles</h3>
<table id="@tableId" class="table table-hover table-bordered mainTable">
<thead>
<tr>
... |
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Zenject.ReflectionBaking.Mono.Cecil;
using NUnit.Framework;
namespace Zenject.ReflectionBaking.Mono.Cecil.Tests {
[TestFixture]
public class ModuleTests : BaseTestFixture {
[Test]
public void CreateModuleEscapesAssemblyName ()
... |
using CSharpUISelenium.DriverManager;
using CSharpUISelenium.ServiceImplimentation;
using CSharpUISelenium.Services;
using OpenQA.Selenium;
using System;
using System.Collections.Generic;
using System.Text;
namespace TestProject.Pages
{
public class LoginPage : Base
{
private By UserName = By.CssSele... |
using System.Linq;
using System.Management.Automation.Language;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Utilities;
using Moq;
using PowerShellTools.Classification;
namespace PowerShellTools.Test
{
[TestClass]
public class ErrorTaggerS... |
/*
* 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... |
#region License
// Copyright 2010 John Sheehan
//
// 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 ap... |
using System;
using System.Reflection;
namespace ZwirCore.Utils.Extensions
{
/// <summary>
/// Extensions for enum
/// </summary>
public static class EnumExtensions
{
/// <summary>
/// Get value from enum attribute
/// </summary>
/// <typeparam name="TAttribute">Th... |
using System.Web.Hosting;
namespace Orchard.FileSystems.AppData {
/// <summary>
/// Abstraction over the root location of "~/App_Data", mainly to enable
/// unit testing of AppDataFolder.
/// </summary>
public interface IAppDataFolderRoot : ISingletonDependency {
/// <summary>
/// ... |
// *** 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.AwsN... |
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("WEM... |
using System.Collections.Generic;
using System.Linq;
using VXDesign.Store.DevTools.Common.Core.Controllers.Models.SSP;
using VXDesign.Store.DevTools.Common.Core.Entities.Project;
using VXDesign.Store.DevTools.UnifiedPortal.Server.Extensions;
using VXDesign.Store.DevTools.UnifiedPortal.Server.Models.GitHub;
namespace V... |
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace Workday.Staffing
{
[GeneratedCode("System.Xml", "4.6.1590.0"), DesignerCategory("code"), DebuggerStepThrough, Xm... |
/*
* 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 Skoruba.IdentityServer4.Admin.BusinessLogic.Identity.Dtos.Identity;
namespace Ymb.IdntityServer4.Shared.Dtos.Identity
{
public class IdentityRolesDto : RolesDto<IdentityRoleDto, string>
{
}
} |
//
// Variable.cs
//
// Authors:
// Alexander Chebaturkin (chebaturkin@gmail.com)
//
// Copyright (C) 2011 Alexander Chebaturkin
//
// 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 wit... |
///////////////////////////////////////////////////////////////////////////
// VillagerHandsIK - MonoBehaviour Script //
// Kevin Iglesias - https://www.keviniglesias.com/ //
// Contact Support: support@keviniglesias.com //
//////////////////////////////////... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input.Editor;
using Microsoft.MixedReality.Toolkit.Input;
using UnityEditor;
namespace Microsoft.MixedReality.Toolkit.Input
{
... |
using System;
namespace Vacation
{
class Program
{
static void Main(string[] args)
{
decimal budget = decimal.Parse(Console.ReadLine());
string season = Console.ReadLine();
string location = "";
string place = "";
decimal price = 0.0... |
/*
* 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
*
... |
using System;
using NetRuntimeSystem = System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.ComponentModel;
using System.Reflection;
using System.Collections.Generic;
using NetOffice;
namespace NetOffice.MSHTMLApi
{
///<summary>
/// DispatchInterface IHTMLDocument
/// Su... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.