text string |
|---|
using Lib;
using static XJS.Nodes;
public partial class XJS {
/// <param name="tok"> Token Stream to read from </param>
/// <returns> Program node built from tokenizer stream </returns>
/// <summary>
/// <para> Program Nodes hold: </para>
/// <para> import-export? - List of imports and exports </para>
///... |
using System;
using System.Threading.Tasks;
using System.Linq;
using System.Collections.Generic;
using System.Globalization;
using NUnit.Framework;
using TimeAndDate.Services.Tests;
using TimeAndDate.Services.DataTypes.Places;
using TimeAndDate.Services.DataTypes.Time;
namespace TimeAndDate.Services.Tests.IntegrationT... |
namespace HeroicallyRecipes.Web.Controllers
{
using System;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
using HeroicallyRecipes.Data.Models;
using HeroicallyRecipes.Web.Models.Account;
using Microsoft.AspNet.Identity;
using Microsoft.Asp... |
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security... |
// 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.
// ReSharper disable CheckNamespace
using System.Collections.Generic;
using System.Collections.Immutable;
using Sy... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Security.Claims;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.Logging;
using MyWebPlayground.Models;
using MyWebPlayground.Servic... |
namespace SwissAcademic.Addons.MacroManagerAddon
{
partial class DirectoryForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... |
using AngleSharp;
using AngleSharp.Dom;
using AngleSharp.Html.Dom;
using AngleSharp.Html.Parser;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replacements;
using NadekoBot.Core.Modules.Searches.Common;
using NadekoBot.... |
// Copyright (c) Aurora Studio. All rights reserved.
//
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Text;
using System.Threading.Tasks;
using Windows.Security.Cryptography;
using Windows.Security.Cryptography.Core;
using Windows.Security.Crypto... |
using System.Linq;
using System.Threading.Tasks;
using SfAttendance.Server.Entities;
using SfAttendance.Server.Extensions;
using SfAttendance.Server.Services.Abstract;
using SfAttendance.Server.ViewModels.AccountViewModels;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.A... |
//
// GMImagePickerController.cs
// GMPhotoPicker.Xamarin
//
// Created by Roy Cornelissen on 23/03/16.
// Based on original GMImagePicker implementation by Guillermo Muntaner Perelló.
// https://github.com/guillermomuntaner/GMImagePicker
//
using System;
using UIKit;
using Photos;
using CoreGraphics;
using Syste... |
namespace AgileObjects.AgileMapper.UnitTests.Orms.EfCore2.Infrastructure
{
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging.Debug;
using Orms.Infrastructure;
using TestClasses;
public class EfCore2Test... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Web;
using System.Web.Mvc;
using Jobs.Data.Action;
using Jobs.Data.Root;
using Jobs.Data.Root.Includes;
using jobs.web.ViewModel.Contact;
using vlko.core.Base;
using vlko.core.Componen... |
using System;
using System.Collections.Generic;
using System.Linq;
using AutoMapper;
using Sautom.Domain.Entities;
using Sautom.Services.Dto;
using Sautom.Services.Repositories;
using Sautom.Services.UnitOfWork;
namespace Sautom.Services
{
public sealed class ProposalService
{
#region Constructors
... |
//==============================================================================
// TorqueLab -> MeshRoadEditor - Road Manager - NodeData
// Copyright (c) 2015 All Right Reserved, http://nordiklab.com/
//------------------------------------------------------------------------------
//===================================... |
using System;
using System.Text;
using System.IO;
/// <summary>
/// C# implementation of ASCII85 encoding.
/// Based on C code from http://www.stillhq.com/cgi-bin/cvsweb/ascii85/
/// </summary>
/// <remarks>
/// Jeff Atwood
/// http://www.codinghorror.com/blog/archives/000410.html
/// </remarks>
namespace Graphs
{
... |
// <copyright file="RepeatableQueue{T}.cs" company="Adrian Mos">
// Copyright (c) Adrian Mos with all rights reserved. Part of the IX Framework.
// </copyright>
using System.Collections;
using System.Diagnostics.CodeAnalysis;
using IX.StandardExtensions.Contracts;
using JetBrains.Annotations;
namespace IX.System.Coll... |
//====================================================================================
//
// Purpose: Provide basic touch detection of controller to interactable objects
//
// This script must be attached to a Controller within the [CameraRig] Prefab
//
//===============================================================... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Numerics;
public class Myon
{
public Myon() { }
public static int Main()
{
new Myon().calc();
return 0;
}
Scanner cin;
int Polygon;
int N;
int M;
... |
#region License information
/*
The MIT License (MIT)
Copyright (c) 2015 Luiz Fernando Silva
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 ... |
using System.Linq;
using uWebshop.Common;
using uWebshop.Domain;
using uWebshop.Domain.Helpers;
using uWebshop.Domain.Interfaces;
namespace uWebshop.Umbraco.Businesslogic
{
internal class OrderEvents
{
public static void OrderStatusChanged(OrderInfo orderInfo, AfterOrderStatusChangedEventArgs e)
{
Log.Instan... |
public abstract class Pieza
{
public int Valor;
public byte Color;
public byte ColorOp;
public bool Generar; //¿Debe generar movimientos en el destino?
public int[][][] BdMov;
public abstract void GenerarBdMov();
public abstract void DeterminarDireccion(int esq,int orides,out int dir, out int cmz);
... |
#region
/*
Copyright (c) 2002-2012, Bas Geertsema, Xih Solutions
(http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice, Andy Phan, Chang Liu.
All rights reserved. http://code.google.com/p/msnp-sharp/
Redistribution and use in source and binary forms, with or without
modification, are permitted provided t... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xam... |
//-----------------------------------------------------------------------
// <copyright file="Account.cs" company="ICT4Participation">
// Copyright (c) ICT4Participation. All rights reserved.
// </copyright>
// <author>ICT4Participation</author>
//-------------------------------------------------------------------... |
namespace R3.Geometry
{
using OpenTK.Graphics.OpenGL;
using R3.Math;
using System;
using System.Numerics;
public enum HyperbolicModel
{
Poincare,
Klein,
Pseudosphere,
Hyperboloid,
Band,
UpperHalfPlane,
Orthographic,
}
public class HyperbolicModels
{
private static void Vertex( Vector3D v )
... |
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.Windo... |
using System;
using System.Globalization;
using System.Linq;
using System.Web.Mvc;
using Ninject;
using Niqiu.Core.Domain.Config;
using Niqiu.Core.Domain.User;
using Niqiu.Core.Helpers;
using Niqiu.Core.Services;
using Portal.MVC.ViewModel;
namespace Portal.MVC.Controllers
{
public class AccountController : BaseC... |
/// This code was generated by
/// \ / _ _ _| _ _
/// | (_)\/(_)(_|\/| |(/_ v1.0.0
/// / /
/// <summary>
/// TaskQueueStatisticsResource
/// </summary>
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using Twilio.Base;
using Twilio.Clients;
using Twilio.Converters;
using Twi... |
// 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;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Syste... |
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using System.Xml.Linq;
using SchematicControls;
namespace LiveSPICE
{
/// <summary>
/// Control for interacting with a Circuit.Schematic.
//... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using System.Reflection;
using System.Runtime.Serialization;
using System.Web.Http;
using System.Web.Http.Description;
using System.Xml... |
namespace HelixToolkit.Win8
{
using System;
using System.Diagnostics;
using System.IO;
using HelixToolkit.Win8.CommonDX;
using SharpDX;
using SharpDX.DXGI;
using SharpDX.Direct3D;
using SharpDX.Direct3D11;
using SharpDX.IO;
public class ExampleCube3D : Element3D
... |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
public class EnemyAction : MonoBehaviour
{
public enum Attack
{
Consume,
Split
}
public GameObject SplitEffect;
public GameObject ConsumeEffectGoodStuff;
public GameObject ConsumeEffec... |
// ----------------------------------------------------------------------------------
//
// FXMaker
// Created by ismoon - 2012 - ismoonto@gmail.com
//
// ----------------------------------------------------------------------------------
// Attribute -------------------------------------------------------------... |
//------------------------------------------------------------------------------
// <copyright file="MainWindow.xaml.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespa... |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
using System.IO;
namespace Gondwana.Logging
{
public class LogFile : IDisposable
{
#region events
public delegate void RecordsWrittenToLogEventHandler(LogFile log, int numOfRecords);
... |
/*
Copyright (C) 2007 Martin Richards
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net.Sockets;
using System.Threading;
using System.Timers;
using System.Net;
namespace ScadaCommunicationProtocol
{
public partial class ScpHost
{
/// <summary>
/// U... |
// "Therefore those skilled at the unorthodox
// are infinite as heaven and earth,
// inexhaustible as the great rivers.
// When they come to an end,
// they begin again,
// like the days and months;
// they die and are reborn,
// like the four seasons."
//
// - Sun Tsu,
// "The Art of War"
using System;
using Syste... |
using UnityEngine;
using System;
using LuaInterface;
using SLua;
using System.Collections.Generic;
public class Lua_UnityEngine_MaterialPropertyBlock : LuaObject {
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
static public int constructor(IntPtr l) {
try {
UnityEngine.MaterialPropertyBlock o;
o=new U... |
/*
KeePass Password Safe - The Open-Source Password Manager
Copyright (C) 2003-2019 Dominik Reichl <dominik.reichl@t-online.de>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either ... |
namespace Datalogger
{
partial class signup
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TrueChessGame.GameEngine
{
/*
Review VV:
для читабельності такі записи краще робити у багато рядків
*/
public enum DefaultPieces : sbyte
{
BlackKing = -6,
... |
using System;
using System.Collections.Generic;
using System.Text;
using Server.Commands;
using Server.Gumps;
using Server.Items;
using Server.Network;
using Server.Prompts;
using System.IO;
using Server.Engines.CityLoyalty;
using Server.ContextMenus;
using Server.Services.TownCryer;
namespace Server.Mobiles
{
pub... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DevExpress.Data.Filtering;
using DevExpress.ExpressApp;
using DevExpress.ExpressApp.Actions;
using DevExpress.ExpressApp.Editors;
using DevExpress.ExpressApp.Layout;
using DevExpress.ExpressApp.Model.NodeGenerators;
using DevEx... |
using System;
using System.Collections.Generic;
using Server.Commands;
using Server.Network;
using Server.Targeting;
namespace Server.Items
{
public abstract class BaseDoor : Item, ILockable, ITelekinesisable
{
private bool m_Open, m_Locked;
private int m_OpenedID, m_OpenedSound;
private int m_Clos... |
// Copyright (c) The University of Dundee 2018-2019
// This file is part of the Research Data Management Platform (RDMP).
// RDMP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or... |
namespace S2Forms
{
partial class MainWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
using System;
using System.Collections.Generic;
using Server;
using Server.Engines.PartySystem;
using Server.Network;
using Server.Items;
using Server.Targeting;
using Server.Spells.Necromancy;
using Server.Spells.Fourth;
using Server.Buff.Icons;
namespace Server.Spells.Mysticism
{
public class CleansingWindsSpell... |
using System;
using System.Linq;
namespace PKHeX.Core
{
public class PK4 : PKM // 4th Generation PKM File
{
public static readonly byte[] ExtraBytes =
{
0x42, 0x43, 0x5E, 0x63, 0x64, 0x65, 0x66, 0x67, 0x87
};
public sealed override int SIZE_PARTY => PKX.SIZE_4PARTY;... |
// ###################### | #############################################################
// CLASS ................ | SOFTWARE DEVELOPMENT CAPSTONE (C868) ........................
// ASSIGNMENT ........... | C# PERFORMANCE ASSESSMENT ...................................
// TASK ................. | EZP1 TASK 2: SOFTWARE ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
namespace MilkShakeFramework.Tools.Maths
{
public class RotatedRectangle
{
public Rectangle CollisionRectangle;
public float Rotation;
public Vector2 Origin;
pu... |
// The OpenSplice DDS Community Edition project.
//
// Copyright (C) 2006 to 2011 PrismTech Limited and its licensees.
// Copyright (C) 2009 L-3 Communications / IS
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License Version 3... |
using System;
using System.Collections.Generic;
using System.Linq;
using FICS.App.ConfigSubsystem;
using FICS.App.GameSubsystem.Modes.Game.Style12;
using Helpers.Loggers.CSV;
using Proxima.Core.Commons;
using Proxima.Core.Commons.Colors;
using Proxima.Core.Commons.Positions;
using Proxima.Core.Session;
namespace FICS... |
#region
using System;
using System.Collections.Generic;
using System.Linq;
using LeagueSharp;
#endregion
namespace Marksman.Evade
{
public static class SpellDatabase
{
public static List<SpellData> Spells = new List<SpellData>();
static SpellDatabase()
{
//Add spells to t... |
// Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Roslyn.Utilities;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using EmitC... |
#region References
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using Server.Diagnostics;
#endregion
namespace Server.Network
{
public class MessagePump
{
private Listener[] m_Listeners;
private Queue<NetState> m_Queue;
private Queue<NetSt... |
/* This file is part of Chummer5a.
*
* Chummer5a is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Chummer5a is distrib... |
using System;
using System.Collections.Generic;
using System.Linq;
using Epam.JDI.Commons;
using Epam.JDI.Core.Attributes;
using Epam.JDI.Core.Interfaces.Base;
using Epam.JDI.Core.Interfaces.Common;
using Epam.JDI.Core.Interfaces.Complex;
using Epam.JDI.Web.Selenium.Attributes;
using Epam.JDI.Web.Selenium.Elements.Bas... |
using System;
using System.ComponentModel;
using System.Dynamic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Timers;
using System.Windows.Forms;
using System.Windows.Input;
using System.Windows.Media;
using Artemis.DAL;
using Artemis.DeviceProviders;
using Artemis.Events;
usin... |
using System;
using UnityEngine;
public class BLEController : MonoBehaviour
{
private const int framesPerSecond = 10;
public BluetoothLE BLE;
//public EyeColor eyeColor;
public bool debugOutput;
private float updateInterval = 0.1f;
private float lastInterval;
private float commandTim... |
/********************************************************************************
Copyright (C) Binod Nepal, Mix Open Foundation (http://mixof.org).
This file is part of MixERP.
MixERP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Fre... |
/*
* This MainForm should only contain Event Handlers
* Everything else should be in its own file or class
* Have a function that stores all Textbox into the Character class
*/
using System;
using System.Collections.Generic;
using System.Collections;
using System.Drawing;
using System.Windows.Forms;
us... |
//----------------------------------------------------------------------------
//
// Copyright (C) 2004-2015 by EMGU Corporation. All rights reserved.
//
// Vector of DMatch
//
// This file is automatically generated, do not modify.
//----------------------------------------------------------------------------
usi... |
/*
* Copyright (c) 2012 Dennis Mackay-Fisher
*
* This file is part of PV Scheduler
*
* PV Scheduler is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 3 or later
* as published by the Free Software Foundation.
*
* PV Scheduler is distribu... |
//
// Generated file. Do not edit manually.
//
using System.Collections.Generic;
using Alba.CsCss.Internal.Extensions;
namespace Alba.CsCss.Style
{
internal partial class nsCSSKeywords
{
private static readonly string[] kCSSRawKeywords = {
"-moz-activehyperlinktext",
"-moz-all"... |
using System.Collections.Generic;
using System.Runtime.Serialization;
using System.Text;
namespace Agebull.EntityModel.RobotCoder.CodeTemplate
{
/// <summary>
/// ±íʾһ¸ö»ù´¡µ¥´Ê
/// </summary>
public class WordUnit : AnalyzeUnitBase
{
#region ·½·¨
/// <summary>
/// ... |
/*
* Copyright © 2017-2018 Cloudveil Technology Inc.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
using System;
using System.Collections.Generic;
using System.Da... |
// Copyright (c) 2011 AlphaSierraPapa for the SharpDevelop Team
//
// 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, co... |
// This code is derived from jcifs smb client library <jcifs at samba dot org>
// Ported by J. Arturo <webmaster at komodosoft dot net>
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundat... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Extent.cs" company="Allors bvba">
// Copyright 2002-2016 Allors bvba.
// Dual Licensed under
// a) the Lesser General Public Licence v3 (LGPL)
// b) the Allors License
// The... |
/**
* Kopernicus Planetary System Modifier
* ====================================
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
* Maintained by: Thomas P., NathanKell and KillAshley
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHapp... |
/*
* Copyright © 2014, 2015 Jeremy Herbison
*
* This file is part of PowerShell Audio.
*
* PowerShell Audio is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
* General Public License as published by the Free Software Foundation, either version 3 of the License, or (at... |
/*
* Copyright 2010-2014 Bastian Eicher
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progr... |
using System;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Web.Http.Controllers;
using System.Web.Http.Description;
using System.Xml.XPath;
using FoodServicesMenu.Areas.HelpPage.ModelDescriptions;
namespace FoodServicesMenu.Areas.HelpPage
{
/// <summary>
/// A custom <se... |
using System;
using System.Collections.Generic;
using ModestTree;
namespace Zenject
{
public abstract class StaticMemoryPoolBase<TValue> : IDespawnableMemoryPool<TValue>, IDisposable
where TValue : class, new()
{
readonly Stack<TValue> _stack = new Stack<TValue>();
Action<TValue> _onDe... |
/* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution. If
... |
/*
* Created by SharpDevelop.
* User: Mejov Andrei <andrei.mejov@gmail.com>
* Date: 01.01.2009
* Time: 15:34
*
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Messaging;
using System.Text;
using System.Threading;
using System.Runtime.In... |
// 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.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.S... |
using System;
using UnityEditor;
using UnityEngine;
namespace UnityShell
{
[Serializable]
public class AutocompleteBox
{
static class Styles
{
public const float resultHeight = 20f;
public const float resultsBorderWidth = 2f;
public const float resultsMargin = 15f;
public const float resultsLabelOf... |
using System.Threading;
using System.Threading.Tasks;
namespace Ditto.AsyncInit
{
/// <summary>
/// Interface for asynchronously initialized types supporting cancellation.
/// </summary>
/// <conceptualLink target="c731bb1a-010a-40c6-856b-421ebbd05a26" />
[System.Diagnostics.CodeAnalysis.SuppressMess... |
using System;
using System.Reactive;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Threading;
namespace Aardvark.Base
{
public class EventSourceSlim<T> : IEvent<T>
{
private Subject<T> m_subject;
private T m_latest;
public EventSourceSlim(T defaul... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.Net;
using System.IO;
using SHDocVw;
using System.Runtime.InteropServices;
using mshtml;
public struct ... |
/*
* Copyright (c) 2016-2022 GraphDefined GmbH
* This file is part of WWCP OIOI <https://github.com/OpenChargingCloud/WWCP_OIOI>
*
* 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
*
* ... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppNexusLiveDataFixture.cs" company="Rare Crowds Inc">
// Copyright 2012-2013 Rare Crowds, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// y... |
namespace AH.ModuleController.UI.HR.Forms
{
partial class frmDepartmentWisePayroll
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... |
namespace ToolSolution.Tools
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/... |
/*
* 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... |
// Copyright 2021 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 ... |
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using GgpGrpc.Models;
using YetiVSI.ProjectSystem.Abstractions;
using YetiVSI.Shared.Metrics;
namespace YetiVSI.Metrics
{
public interface IProjectPropertiesMetricsParser
{
Task<VSIProjectProperties> GetStadiaProjectPropertiesAsync(... |
//This file has been modified with suggestions from forum users.
/*
* This file is part of UniERM ReportDesigner, based on reportFU by Josh Wilson,
* the work of Kim Sheffield and the fyiReporting project.
*
* Prior Copyrights:
* _________________________________________________________
* |Copyright (C... |
namespace AH.ModuleController.UI.ACCMS.Reports.ParameterForms
{
partial class frmACCMSReportLedger
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources... |
/*
* Copyright 2010 ZXing authors
*
* 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... |
// 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.Threading.Tasks;
using Microsoft.CodeAnalysis.Testing;
using Test.Utilities;
using Xunit;
using VerifyCS = Test.Utilities.CSharpSecurityCodeFixV... |
// Author: Daniele Giardini - http://www.demigiant.com
// Created: 2014/07/28 10:40
//
// License Copyright (c) Daniele Giardini.
// This work is subject to the terms at http://dotween.demigiant.com/license.php
#if COMPATIBLE
using DG.Tweening.Core.Surrogates;
using DOVector3 = DG.Tweening.Core.Surrogates.Vector3Wrap... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DiscoverHollywood.Import
{
/// <summary>
/// The MovieLens csv files loader.
/// </summary>
public class MovieLensFileLoader
{
/// <summary>
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Cassandra.Data.Linq;
using Cassandra.Mapping;
using Cassandra.Tasks;
using Cassandra.Tests.Mapping.Pocos;
using Cassandra.Tests.Mapping.TestData;
using Moq;
using NUnit.Framework;
namespace Cassandra.Tests.Mappin... |
using System;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// Represents the optional header in
/// the NT header.
/// </summary>
public class ImageOptionalHeader : AbstractStructure
{
private readonly bool _is64Bit;
/// <summary>
/// ... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
namespace DataTableFormatters
{
internal class MonospacedDataTableFormatter : BaseDataTableFormatter
{
private readonly IFormatConfiguration[] _options;
public MonospacedDataTableFormatter(IFormatConfigurati... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.