context
stringlengths
2.52k
185k
gt
stringclasses
1 value
/* * Copyright (c) 2006-2008, openmetaverse.org * 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 * li...
// Python Tools for Visual Studio // Copyright(c) Microsoft Corporation // 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 //...
// 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.IO; using System.Diagnostics; using System.Runtime.Versioning; namespace System.Xml { // XmlReader...
// <copyright file=WorkingStep.cs // <copyright> // Copyright (c) 2016, University of Stuttgart // 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...
// Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <info@amplify.pt> using UnityEngine; using UnityEditor; namespace AmplifyShaderEditor { public enum MenuAnchor { TOP_LEFT = 0, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, B...
/* ==================================================================== 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 Y...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DataHubServicesAddin.LocatorHub; namespace DataHubServicesAddin.Dialogs { public partial class LocatorPopupForm : Form { #region "V...
using UnityEngine; using System.Collections; namespace StartApp { public class StartAppWrapper : MonoBehaviour { #if UNITY_ANDROID private static string developerId; private static string applicatonId; private static AndroidJavaClass unityClass; private static AndroidJavaObject currentActivity; pr...
// 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 Xunit; namespace System.Linq.Parallel.Tests { public class OfTypeTests { [Theory] [Me...
// 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.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Diagno...
using Raven.Client.ServerWide; using Raven.Client.ServerWide.Commands; using Raven.Client.ServerWide.Operations; using Raven.Client.ServerWide.Operations.Certificates; using System; using System.Threading.Tasks; using System.Threading; using System.Collections.Generic; using System.Security.Cryptography.X509Certificate...
/// This code was generated by /// \ / _ _ _| _ _ /// | (_)\/(_)(_|\/| |(/_ v1.0.0 /// / / using System; using System.Collections.Generic; using System.Linq; using Twilio.Base; using Twilio.Converters; namespace Twilio.Rest.Api.V2010.Account { /// <summary> /// Send a message from the ac...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Reflection; namespace TheBigCatProject.Server.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and popu...
using System; using System.Linq; using System.Security.Cryptography; using System.Text; using RestSharp.Authenticators.OAuth.Extensions; namespace RestSharp.Authenticators.OAuth { #if !SILVERLIGHT && !WINDOWS_PHONE [Serializable] #endif internal static class OAuthTools { private const string AlphaNumeric = Upper ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.NetworkInformation; using System.Net.Sockets; namespace Orleans.Runtime.Configuration { /// <summary> /// Utilities class for working with configuration. /// </summary> publ...
// 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.Net.Sockets; using Xunit; namespace System.Net.Primitives.Functional...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: ObjectReader ** ** ** Purpose: DeSerializes Binary Wire format ** ** ===========================================================*/ namespace Sy...
// Copyright (c) 2021 Alachisoft // // 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...
// // 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, publish, // distribute, sublicense, and/or ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespac...
using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Runtime.Serialization; using System.Linq; namespace HTLib2 { public static partial class LinAlg { static bool Eye_SelfTest = HDebug.IsDebuggerAttached; public static MatrixByArr Eye(int siz...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //------------------------------------------------------------------------------ using System.Diagnostics; using System.Data.SqlClient; using System.Reflection; na...
// // 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 System; using System.Linq; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options; using Orleans.Configuration; using Orleans.Runtime; using Orleans.Runtime.Configuration; using Orleans.Runtime.MembershipService; using Orleans....
using System.Collections; using ChainUtils.BouncyCastle.Math; using ChainUtils.BouncyCastle.Math.EC; using ChainUtils.BouncyCastle.Utilities; using ChainUtils.BouncyCastle.Utilities.Collections; using ChainUtils.BouncyCastle.Utilities.Encoders; namespace ChainUtils.BouncyCastle.Asn1.X9 { /** * table of the cu...
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace ApplicationGateway { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Threading; using System.Threading.Ta...
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using Umbraco.Core.Cache; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco.Core.Models.EntityBase; using Umbraco.Core.Models.Rdbms; using Umbraco.Core.Persistence.FaultHandling; using Umbraco.Core.Persistence.Query...
// 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. namespace System.DirectoryServices.ActiveDirectory { using System; using System.Runtime.InteropServices; ...
// 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 Xunit; namespace System.SpanTests { public static partial class SpanTests { [Fact] pu...
/* * 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 may...
using System; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Steamworks.Data; namespace Steamworks { internal unsafe class ISteamInput : SteamInterface { internal ISteamInput( bool IsGameServer ) { SetupInterface( IsGameServer ); } [DllImport( Platform....
namespace AutoUSBBackup.GUI.Shared { partial class WelcomeListView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if manag...
// 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 Xunit; using static System.TestHelpers; namespace System.SpanTests { public static partial class SpanTest...
namespace Signum.Test.LinqProvider; public class SelectImplementationsTest1 { public SelectImplementationsTest1() { MusicStarter.StartAndLoad(); Connector.CurrentLogger = new DebugTextWriter(); } [Fact] public void SelectType() { var list = Database.Query<AlbumEntity>...
// 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.IO; using System.Threading; using System.Threading.Tasks; namespace System.Net.Security { // /...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. extern alias Scripting; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalizati...
using System; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using MaterialDesignThemes.Wpf.Transitions; using System.Collections.Generic; namespace MaterialDesignThemes.Wpf { [TemplateVisualState(GroupName = TemplateAllDrawersGroupNa...
/* New BSD License ------------------------------------------------------------------------------- Copyright (c) 2006-2012, EntitySpaces, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redist...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using hw.DebugFormatter; using hw.Helper; using Reni; using Reni.Parser; using Reni.TokenClasses; namespace ReniUI.Formatting { abstract class HierarchicalStructure : DumpableObject { internal class Frame : Hie...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CmdrCompanion.Core { /// <summary> /// A spe...
namespace android.content { [global::MonoJavaBridge.JavaClass(typeof(global::android.content.ContentProvider_))] public abstract partial class ContentProvider : java.lang.Object, ComponentCallbacks { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static ContentProvider() { InitJNI()...
#region Foreign-License /* Copyright (c) 1997 Cornell University. Copyright (c) 1997 Sun Microsystems, Inc. Copyright (c) 2012 Sky Morey See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ #endregion using System; using System.Collections; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. namespace Microsoft.Azure.Management.DataLake.Analytics { using System; using System.Linq; using System.Collections.Generic; using System.Net; ...
using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; namespace Elasticsearch.Client { public partial class ElasticsearchClient { ///<summary><see href="http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-multi-get.html"/></summary> ///<param name="b...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.ServiceModel.Chann...
/* * 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 ma...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// 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.Diagnostics; using System.Collections; using System.Collections.Generic; namespace Syste...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace Rayman { public abstract class UITweener : MonoBehaviour { /// <summary> /// Current tween that triggered the callback function. /// </summary> static public UITweener current; public enum Method { Linear, EaseIn...
#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 without limitation the rights to use, // copy, ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord.Commands; using Discord; using Discord.WebSocket; using NinjaBotCore.Database; using NinjaBotCore.Services; using Microsoft.Extensions.Logging; namespace NinjaBotCore.Modules.Away { pub...
// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk) // // This file is part of SharpMap. // SharpMap 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 2 of the License, or // (at your ...
//#define SAVE_PNG_BYTES using System; using System.Drawing; using System.Drawing.Imaging; using OpenTK.Graphics.OpenGL; using System.Collections.Generic; namespace GameFramework { public class TextureManager { // TextureInstance: Provides a reference counted instance to a texture // we keep track ...
using System; using System.IO; using System.Collections.Generic; using System.Linq; namespace LLT { public sealed class CoreTexture2D { private sealed class PackNode { private CoreRect _rect; private PackNode[] _childs; private int _padding; private CoreTexture2D _textur...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
// // StreamContentTest.cs // // Authors: // Marek Safar <marek.safar@gmail.com> // // Copyright (C) 2012 Xamarin Inc (http://www.xamarin.com) // // 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 So...
// 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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Threading; using System.Diagnostics; using System.Collections; using System.Threading.Tasks; namespace System.Net { // LazyAsyncResult - Base class fo...
// Copyright 2022 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 ...
#region License // Copyright (c) 2018, FluentMigrator Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Dwolla.Checkout.Validators; using FluentAssertions; using FluentValidation.TestHelper; using NUnit.Framework; namespace Dwolla.Checkout.Tests.ValidationTests { [TestFixture] public class DwollaPurchaseOrderVa...
using System; using System.Collections; using System.Text; using MurphyPA.H2D.Interfaces; using System.IO; using System.Xml; using System.Reflection; namespace MurphyPA.H2D.TestApp { /// <summary> /// Summary description for ConvertToXml. /// </summary> public class ConvertToXml : ConvertToCodeBase { public Con...
using Microsoft.IdentityModel.S2S.Protocols.OAuth2; using Microsoft.IdentityModel.Tokens; using Microsoft.SharePoint.Client; using System; using System.Net; using System.Security.Principal; using System.Web; using System.Web.Configuration; namespace AppointmentSchedulerWeb { /// <summary> /// Encapsulates all ...
// 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 to in writing, software distributed under the ...
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: EventLogWatcher ** ** Purpose: ** This public class is used for subscribing to event record ** notifications from event log. ** =====================...
/* Copyright notice and license Copyright 2007-2010 WebDriver committers Copyright 2007-2010 Google Inc. Portions copyright 2007 ThoughtWorks, Inc 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 ...
// 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 Xunit; namespace System.Linq.Expressions.Tests { public static class TernaryNullableTests ...
using System; using System.Text; /// <summary> /// Encoding.GetChars(byte[],Int32,Int32,char[],Int32) /// </summary> public class EncodingGetChars3 { public static int Main() { EncodingGetChars3 enGetChars3 = new EncodingGetChars3(); TestLibrary.TestFramework.BeginTestCase("EncodingGetChars3"); ...
using System; using System.Security; [SecuritySafeCritical] class TestApp { //***** TEST CODE ***** static double test_0_0(double num, AA init, AA zero) { return init.q; } static double test_0_1(double num, AA init, AA zero) { zero.q=num; return zero.q; } static double test_0_2(double num, AA init, AA zero...
/////////////////////////////////////////////////////////////////////////////////////////////// // // This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler // // Copyright (c) 2005-2008, Jim Heising // All rights reserved. // // Redistribution and use in source and binary f...
//--------------------------------------------------------------------- // Author: Keith Hill // // Description: Class to implement some generic error utilities. // // Creation Date: Sept 12, 2006 //--------------------------------------------------------------------- using System; using System.Collections.Generic; usi...
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace DotSpatial.Data.Form...
#if !NOT_UNITY3D using System; using System.Collections.Generic; using System.Linq; using ModestTree; using ModestTree.Util; using UnityEngine; using UnityEngine.Serialization; using UnityEngine.SceneManagement; using Zenject.Internal; namespace Zenject { public class SceneContext : Context { public s...
using System; using System.Collections.Generic; using System.Text; using System.IO; using gView.Framework.Geometry; namespace gView.Framework.OGC { public class OGC { public enum WkbByteOrder : byte { /// <summary> /// XDR (Big Endian) Encoding of Numeric Types ...
using System; using System.Collections.Generic; using System.Globalization; using System.Threading; /// <summary> /// System.DateTime.ToString(System.String) /// </summary> public class DateTimeToString3 { public static int Main(string[] args) { DateTimeToString3 myDateTime = new DateTimeToString3(); ...
/* * Project: SerialPort Terminal * Company: Coad .NET, http://coad.net * Author: Noah Coad, http://coad.net/noah * Created: March 2005 * * Notes: This was created to demonstrate how to use the SerialPort control for * communicating with your PC's Serial RS-232 COM Port * * ...
using System.Collections; using System.Collections.Generic; using Spring.Globalization; using Spring.Validation; namespace Spring.DataBinding { /// <summary> /// Base implementation of the <see cref="IBindingContainer"/>. /// </summary> /// <author>Aleksandar Seovic</author> public class BaseBindin...
// MIT License // // Copyright (c) 2009-2017 Luca Piccioni // // 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, cop...
// Copyright 2004-2009 Castle Project - http://www.castleproject.org/ // // 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 ...
using OpenTK; namespace Bearded.Utilities.Math { /// <summary> /// Interpolation functions. /// </summary> public static class Interpolate { #region Bezier 2D /// <summary> /// Performs a first order Bezier curve interpolation. /// </summary> /// <param name=...
namespace android.graphics.drawable { [global::MonoJavaBridge.JavaClass()] public partial class GradientDrawable : android.graphics.drawable.Drawable { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static GradientDrawable() { InitJNI(); } protected GradientDrawable(global::Mono...
using System; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; namespace SelfLoadSoftDelete.Business.ERLevel { /// <summary> /// G05Level111Child (editable child object).<br/> /// This is a generated base class of <see cref="G05Level111Child"/> business object. /// </summar...
//--------------------------------------------------------------------- // <copyright file="JsonReaderExtensions.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </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.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using Syst...
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: devcenter@docusign.com * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using Syste...
// 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; using System.ComponentModel; using System.Diagnostics; u...
using System; using System.Collections.Generic; using ApprovalTests; using ApprovalTests.Reporters; using ConsoleToolkit.ApplicationStyles.Internals; using ConsoleToolkit.CommandLineInterpretation; using ConsoleToolkit.CommandLineInterpretation.ConfigurationAttributes; using ConsoleToolkit.ConsoleIO; using ConsoleToolk...
// 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.Diagnostics; using System.Globalization; using System.Net; using Syst...
using System; using System.Diagnostics; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Query; #if DLAB_UNROOT_COMMON_NAMESPACE using DLaB.Common.Exceptions; #else using Source.DLaB.Common.Exceptions; #endif #if DLAB_UNROOT_NAMESPACE || DLAB_XRM namespace DLaB.Xrm #else namespace Source.DLaB.Xrm #endif { /// <sum...
#region Apache Notice /***************************************************************************** * $Revision: 450157 $ * $LastChangedDate: 2006-10-30 20:09:11 +0100 (lun., 30 oct. 2006) $ * $LastChangedBy: gbayon $ * * iBATIS.NET Data Mapper * Copyright (C) 2006/2005 - The Apache Software Foundation * * * ...
// "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 System...
using NSubstitute; using OpenKh.Engine; using System; using System.Numerics; using Xunit; namespace OpenKh.Tests.Engine { public class CameraTests { [Theory] [InlineData(512f, 384f, 1.5f, 1.073426127f, 1.431234717f)] [InlineData(512f, 384f, 1.047197461f, 1.7320510149002075f, 2.309401512...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Numerics; namespace ProjectEuler { public struct Fraction : IEquatable<Fraction>, IComparable<Fraction> { long _numerator; public long Numerator { get { return _numerator; } ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
/* * 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 may ...
using CrystalDecisions.CrystalReports.Engine; using CrystalDecisions.Windows.Forms; using DpSdkEngLib; using DPSDKOPSLib; using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; ...
// 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. /****************************************************************************** * This file is auto-generated from ...
using System; using System.Collections.Generic; using System.Drawing; using System.Media; using System.Text; using System.Threading; using System.Windows.Forms; using MetroFramework.Forms; using MetroFramework.Interfaces; namespace MetroFramework { /// <summary> /// Metro-styled message notification. /// <...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. n...