code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft....
nagyistoce/roslyn
src/Compilers/VisualBasic/Portable/Syntax/ArgumentSyntax.vb
Visual Basic
apache-2.0
2,742
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.1 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------------...
gumgl/VB.NET
MathQuiz/My Project/Settings.Designer.vb
Visual Basic
mit
3,366
#Region "Microsoft.VisualBasic::2c878083dddb015cbba3d7062a201c7e, src\mzmath\TargetedMetabolomics\GCMS\CDFReader\Vendors\agilentHPLC.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ...
xieguigang/MassSpectrum-toolkits
src/mzmath/TargetedMetabolomics/GCMS/CDFReader/Vendors/agilentHPLC.vb
Visual Basic
mit
1,834
Imports System Imports System.Reflection Imports System.Runtime.InteropServices Imports System.Globalization Imports System.Resources Imports System.Windows Imports System.Runtime.CompilerServices ' Allgemeine Informationen über eine Assembly werden über die folgenden ' Attribute gesteuert. Ändern Sie diese Attribut...
GoppeltM/PPC-Manager
Trunk/PPC Manager/PPC Manager/My Project/AssemblyInfo.vb
Visual Basic
mit
2,688
Imports WordSearch.Utilities Imports WordSearch.Common Namespace Model Public Class GuessedWords : Inherits BindableBase #Region " Private Variables " Private _secretWord As String = "" Private _lastBeforeSecret As String = "" Private _firstAfterSecret As String = "" ...
KyleMit/WordGuess
SourceCode/WordSearch/Model/GuessedWords.vb
Visual Basic
mit
7,027
Public Class Window_About Private Sub Contact_MouseUp(sender As Object, e As MouseButtonEventArgs) Handles Contact.MouseUp Process.Start("mailto:me@naseweis520.ml?subject=Contact%20|%20osu!Sync") End Sub Private Sub Feedback_MouseUp(sender As Object, e As MouseButtonEventArgs) Handles Feedback.Mo...
troke12/osu-Sync
osu!Sync/Window_About.xaml.vb
Visual Basic
mit
1,205
Imports System.Reflection Imports System.Runtime.CompilerServices Imports 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("In...
SolidEdgeCommunity/Samples
General/ReportInstallData/vb/ReportInstallData/My Project/AssemblyInfo.vb
Visual Basic
mit
1,384
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.17929 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBFindNote/My Project/Resources.Designer.vb
Visual Basic
mit
2,716
Imports System.Windows.Forms Imports System.Drawing Public Class ShowSymbol Public Question As String Public Symbol As Image Shared Function ShowDialogPersonalized(item As String, symbol As SWClasses.SWSignSymbol) As DialogResult Dim question = "Is this symbol " & item & "?" Dim dialog = ...
JonathanDDuncan/SignWriterStudio
SWEditor/ShowSymbol.vb
Visual Basic
mit
1,102
Imports System.Drawing Namespace Articles Public Class UsingCellsFactory Public Shared Sub Run() ' ExStart:1 ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType) ...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Articles/UsingCellsFactory.vb
Visual Basic
mit
928
Imports PlayerIOClient Public Class BlockPlaceUploadMessage Inherits UploadMessage Public ReadOnly Layer As Layer Public ReadOnly X As Integer Public ReadOnly Y As Integer Public ReadOnly Block As Block Private ReadOnly myForced As Boolean Protected UploadCheck As Byte Public Sub New...
TeamEEDev/EECloud
EECloud.API/Messages/Upload/BlockPlaceUploadMessage.vb
Visual Basic
mit
1,503
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' 有关程序集的一般信息由以下 ' 控制。更改这些特性值可修改 ' 与程序集关联的信息。 '查看程序集特性的值 <Assembly: AssemblyTitle("ModelLib")> <Assembly: AssemblyDescription("Licensed under the MIT license")> <Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("LentilToolBox")>...
Lentil1016/LTB
v1.1/LentilToolbox/ModelLib/My Project/AssemblyInfo.vb
Visual Basic
mit
1,057
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34014 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
Tux64/Opaque
Opaque/My Project/Application.Designer.vb
Visual Basic
bsd-3-clause
1,471
'------------------------------------------------------------------------------ ' <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> '-----------...
bytescout/ByteScout-SDK-SourceCode
Text Recognition SDK/VB.NET/Use Text Auto Corrections/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,950
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.OptionStatements Public Class OptionKeywordRecommenderTests <Fact> ...
mmitche/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,015
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Linq Imports System.Runtime.CompilerServices Imports System.Text I...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Syntax/SyntaxList.WeakSeparatedWithManyChildren.vb
Visual Basic
apache-2.0
1,896
Imports SistFoncreagro.BussinessEntities Imports Microsoft.Practices.EnterpriseLibrary.Data Partial Public Class ActividadRepository : Inherits MasterDataAccess : Implements IActividadRepository Public Function GetActividadesByIdProycomp(idProycomp As Integer) As System.Collections.Generic.List(Of BussinessEntit...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/Actividades/ActividadRepositorySam.vb
Visual Basic
mit
561
Imports Telerik.Web.UI Imports SistFoncreagro.BussinesLogic Imports SistFoncreagro.BussinessEntities Public Class FrmProveedores Inherits System.Web.UI.Page Dim proveedorCliente As ProveedorCliente Dim proveedorBl As New ProveedorClienteBL Private _userControl As Object Protected Sub RadGrid2_It...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Logistica/FrmProveedores.aspx.vb
Visual Basic
mit
1,752
Imports System Imports System.Collections.Generic Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim documents As SolidEdgeFramewo...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFrameworkSupport.Ellipse2d.GetMajorAxis.vb
Visual Basic
mit
2,241
Imports System.Runtime.Serialization <DataContract> Public Class AccountObject <DataMember(Name:="always_use_https")> Public Property IsAlwaysUseHttps As Boolean? <DataMember(Name:="discoverable_by_email")> Public Property IsDiscoverableByEmail As Boolean? <DataMember(Name:="geo_enabled")> ...
szr2000/FistTwit
FistTwit/Objects/AccountObject.vb
Visual Basic
mit
2,050
Public Enum CharRegionType [Char] Space End Enum Public Class CharRegion Public deleted As Boolean = False Public LeftOffset = 0, RightOffset = 0 Public Type As CharRegionType Public Function Length() As Integer Return RightOffset - LeftOffset + 1 End Function Public Sub Com...
twd2/HandWritingGenerator
HandWritingGenerator/CharRegion.vb
Visual Basic
mit
1,890
'------------------------------------------------------------------------------ ' <auto-generated> ' 此代码由工具生成。 ' 运行时版本:4.0.30319.42000 ' ' 对此文件的更改可能会导致不正确的行为,并且如果 ' 重新生成代码,这些更改将会丢失。 ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Opt...
xieguigang/spectrum
src/metadb/MetabolomeXchange/CLI/My Project/Resources.Designer.vb
Visual Basic
mit
2,722
Option Infer On Imports System Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As RevisionManager.Application = Nothing Dim insight As RevisionManager.Insight = Nothing ...
SolidEdgeCommunity/docs
docfx_project/snippets/RevisionManager.IInsight.UndoCheckOutDocumentsFromServer.vb
Visual Basic
mit
1,193
 Imports System.Collections.Generic Imports Rstyx.Utilities.StringUtils Namespace Collections ''' <summary> Shortcut for a <see cref="IDCollection(Of String, TItem)"/>, representing the most usual case: objects with a string identifier. </summary> ''' <typeparam name="TItem"> Type of collection...
rschwenn/Rstyx.Utilities
Utilities/source/Collections/IDCollection.vb
Visual Basic
mit
4,966
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34003 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---...
feedbo/feedbo
Feedbo/My Project/Settings.Designer.vb
Visual Basic
mit
2,991
Option Explicit On Option Strict On ' The errors dictionary, now private in GrblGcodeView, need to be also used in GrblStatus, as these errors are reported only as digits ' So, as only one dictionary is usefull, and will need to be called from different places, it seems the singleton pattern is the best and 'ligh...
gerritv/Grbl-Panel
Grbl-Panel/GrblErrorsSingleton.vb
Visual Basic
mit
3,332
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Reflection.Metadata Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.CodeGen Imports ...
paladique/roslyn
src/Compilers/VisualBasic/Portable/Emit/EditAndContinue/PEDeltaAssemblyBuilder.vb
Visual Basic
apache-2.0
12,636
Public Class LogViewer End Class
QMDevTeam/QMDesigner
DataManager/Dialogs/LogViewer.vb
Visual Basic
apache-2.0
33
Imports System.Data.Objects Imports Proes.Data Public MustInherit Class BaseEntityRepository(Of TType As {TSet, Class}, TSet As Class, TKey As Structure, TContext As IObjectContext) Implements IEntityRepository(Of TType, TKey) Private ReadOnly _context As TContext Protected Sub New(ByVal context As TCon...
icalvo/Icm.Data
Src/Icm.Data/Repositories/BaseEntityRepository.vb
Visual Basic
apache-2.0
3,838
' Copyright (c) Microsoft Corporation. All rights reserved. Imports Microsoft.VisualBasic Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute ...
devkimchi/Windows-API-Code-Pack-1.1
source/Samples/DirectX/VB/Direct3D10/Tutorials/D3D10Tutorial04_WinFormsControl/My Project/AssemblyInfo.vb
Visual Basic
mit
1,551
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.Co...
paladique/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb
Visual Basic
apache-2.0
6,379
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.IO Imports System.Linq Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Xml.Linq Imports Microsoft.CodeAnalysis...
furesoft/roslyn
src/Compilers/VisualBasic/Test/Emit/Emit/OptionalArgumentsTests.vb
Visual Basic
apache-2.0
55,786
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Reflection Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text Imports Microsoft.C...
VSadov/roslyn
src/Compilers/VisualBasic/Test/Semantic/Binding/Binder_Statements_Tests.vb
Visual Basic
apache-2.0
132,240
' 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. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Impo...
AmadeusW/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/StopKeywordRecommender.vb
Visual Basic
apache-2.0
1,176
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Concurrent Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Ca...
cybernet14/roslyn
src/Workspaces/VisualBasic/Portable/CaseCorrection/VisualBasicCaseCorrectionService.vb
Visual Basic
apache-2.0
3,024
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class formMain Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
MontiQt/SaavedraSystem
Formularios Saavedra/formMain.Designer.vb
Visual Basic
mit
18,779
'------------------------------------------------------------------------------ ' <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> '-------------------------------------------------...
VanyaD/CSS
CSSOverviewHomework/02. InternationalEmployees/My Project/Resources.Designer.vb
Visual Basic
mit
2,715
'********************************************************************************************** '* Pneumatic Valve for AdvancedHMI '* '* Archie Jacobs '* Manufacturing Automation, LLC '* support@advancedhmi.com '* '* '* Copyright 2011 Archie Jacobs '* '* '* Distributed under the GNU General Public License (www.gnu.or...
bgreer5050/AdvancedHMI
AdvancedHMIControls/Controls/PneumaticBallValve.vb
Visual Basic
mit
14,398
Namespace Performance Public Module _Shared Private _FallbackPath As String = "" Private _PerformanceLogPath As String = "" Private _ThreadLevel As New Concurrent.ConcurrentDictionary(Of Integer, Integer) Private _ThreadMessages As New Concurrent.ConcurrentDictionary(Of Integer, L...
nublet/DMS
DMS.Base/Performance/Performance.vb
Visual Basic
mit
4,744
 Option Strict Off Option Explicit On Imports System.Xml Imports System.Collections Imports System.Web.Configuration Imports System.Data.SqlClient Imports System.Web.HttpUtility Imports VB = Microsoft.VisualBasic Imports System.IO Imports Protean.Tools.Xml Imports Protean.Tools.Xml.XmlNodeState Imports System Imports ...
Eonic/EonicWeb5
Assemblies/ProteanCMS/CMS/Cart/Cart.JSONActions.vb
Visual Basic
apache-2.0
41,493
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Imports System.Linq Imports System.Collections.Generic Partial Class BVModules_CategoryTemplates_Scopelist_Grid_With_Subs_Grid_Product_Category Inherits BaseStoreCategoryPage Private _AllCats As Collection(Of Catalog.Category) = Nothing ...
ajaydex/Scopelist_2015
BVModules/CategoryTemplates/Scopelist Grid With Subs Grid Product/Category.aspx.vb
Visual Basic
apache-2.0
10,057
'Copyright 2019 Esri '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 'distri...
Esri/arcobjects-sdk-community-samples
Net/Map/AddInReportManager/VBNET/GenerateReport.vb
Visual Basic
apache-2.0
957
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnaly...
DustinCampbell/roslyn
src/Features/VisualBasic/Portable/Completion/VisualBasicCompletionService.vb
Visual Basic
apache-2.0
7,528
' Copyright 2013, Google Inc. All Rights Reserved. ' ' Licensed under the Apache License, Version 2.0 (the "License"); ' you may not use this file except in compliance with the License. ' You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or ...
akilb/googleads-adwords-dotnet-lib
examples/adxbuyer/VB/v201306/Miscellaneous/GetAllVideosAndImages.vb
Visual Basic
apache-2.0
5,312
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings Imports Microsoft.CodeAnalysis.Vi...
MichalStrehovsky/roslyn
src/EditorFeatures/VisualBasicTest/ConvertToInterpolatedString/ConvertConcatenationToInterpolatedStringTests.vb
Visual Basic
apache-2.0
13,195
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Commands Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspace...
oocx/roslyn
src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb
Visual Basic
apache-2.0
12,815
Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports System.Collections.Immutable Namespace Performance <DiagnosticAnalyzer(LanguageNames.VisualBasic)> Public Class StringBuilderInLoopAnal...
adraut/code-cracker
src/VisualBasic/CodeCracker/Performance/StringBuilderInLoopAnalyzer.vb
Visual Basic
apache-2.0
4,642
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.Vis...
mono/roslyn
src/Compilers/VisualBasic/Portable/Binding/DocumentationCommentCrefBinder.vb
Visual Basic
apache-2.0
58,063
' 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. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.VisualBasic.SignatureHelp...
shyamnamboodiripad/roslyn
src/EditorFeatures/VisualBasicTest/SignatureHelp/InvocationExpressionSignatureHelpProviderTests.vb
Visual Basic
apache-2.0
76,430
' 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. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.VisualBasi...
jmarolf/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Queries/FromKeywordRecommender.vb
Visual Basic
mit
1,250
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Roslyn.Test.Utilities Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PD...
pdelvo/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb
Visual Basic
apache-2.0
7,061
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Roslyn.Test.Utilities Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PDB...
droyad/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBConstLocalTests.vb
Visual Basic
apache-2.0
6,377
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis.Text Imports Microsoft.Cod...
bbarry/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourceDelegateMethodSymbol.vb
Visual Basic
apache-2.0
15,822
Imports SistFoncreagro.BussinesLogic Imports SistFoncreagro.BussinessEntities Imports System.Data Imports Telerik.Web.UI Imports System.Web.Services Imports System.Data.SqlClient Imports System.Collections.Generic Imports System.Collections Imports System.Configuration Imports System Public Class VentanaAutorizacion ...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Logistica/VentanaAutorizacion.aspx.vb
Visual Basic
mit
2,181
Imports SistFoncreagro.BussinesLogic Imports SistFoncreagro.BussinessEntities Imports Telerik.Web.UI Public Class FrmAprobarRendicion Inherits System.Web.UI.Page Dim ReciboRendicionBL As New RecibosRendicionBL Dim _ReciboRendicion As New RecibosRendicion Dim RendicionBL As New RendicionBL Dim _Rend...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Contabilidad/Formularios/FrmAprobarRendicion.aspx.vb
Visual Basic
mit
5,381
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2018 Richard L King (TradeWright Software Systems) ' ' 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, includ...
tradewright/tradewright-twsapi
src/IBApi/Parsers/MarketDepthParser.vb
Visual Basic
mit
2,494
Imports System Imports System.Net Imports Independentsoft.Exchange Namespace Sample Class Module1 Shared Sub Main(ByVal args As String()) Dim credential As New NetworkCredential("username", "password") Dim service As New Service("https://myserver/ews/Exchange.asmx", credential) ...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBFindTopTenMessages/Module1.vb
Visual Basic
mit
1,948
Imports System.Collections.ObjectModel Imports System.ComponentModel Imports System.Data Imports System.Text.RegularExpressions Imports Business.Business Imports Entities.Entities Imports MaterialDesignThemes.Wpf Public Class ucPhieuKham Dim listChiTietPhieuKham As ObservableCollection(Of ROWChiTietPhieuKhamDTO) ...
trumpsilver/ScrapTest
Presentation/ucPhieuKham.xaml.vb
Visual Basic
mit
8,649
Option Infer On Imports System Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim partDocument As SolidEdgePart.PartDocument = No...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeGeometry.Torus.MajorRadius.vb
Visual Basic
mit
2,302
'03:43:56 '03.10.2013 'Autor: LargoWinch Friend Class RequestServerLogin Inherits L_ReceiveBasePacket Public Sub New(ByVal Client As L_LoginClient, ByVal data() As Byte) MyBase.makeme(Client, data) End Sub Private login1, login2 As Integer Private serverId As Byte Public Overrides Sub...
LargoWinch/LegacyEmu
LoginServer/Login_Server/LoginServer/network/clientpackets/RequestServerLogin.vb
Visual Basic
apache-2.0
1,867
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports System.Text Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft....
OmarTawfik/roslyn
src/Workspaces/VisualBasic/Portable/LanguageServices/VisualBasicSyntaxFactsService.vb
Visual Basic
apache-2.0
95,008
Imports CodeCracker.VisualBasic.Performance Imports Xunit Namespace Performance Public Class StringBuilderInLoopTests Inherits CodeFixVerifier(Of StringBuilderInLoopAnalyzer, StringBuilderInLoopCodeFixProvider) <Fact> Public Async Function WhileWithoutAddAssignmentExpressionDoesNotCreateD...
baks/code-cracker
test/VisualBasic/CodeCracker.Test/Performance/StringBuilderInLoopTests.vb
Visual Basic
apache-2.0
15,691
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports System.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBas...
mattwar/roslyn-analyzers
src/Microsoft.ApiDesignGuidelines.Analyzers/VisualBasic/BasicDoNotRaiseExceptionsInUnexpectedLocations.Fixer.vb
Visual Basic
apache-2.0
773
Imports System.IO Imports System.Net Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Security.Permissions Imports System.ComponentModel <PermissionSet(SecurityAction.Demand, Name:="FullTrust")> _ <System.Runtime.InteropServices.ComVisibleAttribute(True)> _ Public Class frmBrowser Public Wit...
sheikhimran01/xtravo
Xtravo/Forms/frmBrowser.vb
Visual Basic
mit
20,585
Imports System.Collections Namespace SecuritySwitch.Configuration ''' <summary> ''' Indicates the type of security for a ItemSetting. ''' </summary> Public Enum SecurityType ''' <summary> ''' The item should be secure. ''' </summary> Secure ''' <summary> ''' The item should be insecure....
ayseff/securityswitch.version-2
VB/Configuration/ItemSetting.vb
Visual Basic
bsd-3-clause
4,838
' 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. Imports Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.Visual...
abock/roslyn
src/Compilers/VisualBasic/Portable/Analysis/FlowAnalysis/DataFlowPass.SlotCollection.vb
Visual Basic
mit
3,653
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Globalization Imports System.Text Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Syntax Imports Microsoft.CodeAnalysis.Text Impo...
jkotas/roslyn
src/Compilers/VisualBasic/Test/Syntax/TestSyntaxNodes.vb
Visual Basic
apache-2.0
162,878
' 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 Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class FromKeywordReco...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Queries/FromKeywordRecommenderTests.vb
Visual Basic
apache-2.0
6,431
Namespace ApplicationInformation Public Class Expenses Inherits ApplicationInformationBase Public Sub New() _ApplicationName = "Expenses" _Name = "Expenses" _ServiceURL = nubServerServiceURL _SourceDirectory = "C:\Projects\GitHub\Expenses\bin\" ...
nublet/AutoUpdates
Updater/ApplicationInformation/Expenses.vb
Visual Basic
mit
393
'------------------------------------------------------------------------------ ' <generado automáticamente> ' Este código fue generado por una herramienta. ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' </generado automática...
crackper/SistFoncreagro
SistFoncreagro.WebSite/RRHH/Formulario/ParamResultadosEncuesta.aspx.designer.vb
Visual Basic
mit
3,238
' 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. Imports System.Collections.Immutable Imports System.Globalization Imports System.Reflection Imports Microsoft.CodeAnal...
agocke/roslyn
src/Compilers/VisualBasic/Portable/Errors/ErrorFactories.vb
Visual Basic
mit
8,050
' 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. Imports System.Threading Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft.CodeAnalysis.SignatureHelp ...
abock/roslyn
src/Features/VisualBasic/Portable/SignatureHelp/AbstractIntrinsicOperatorSignatureHelpProvider.vb
Visual Basic
mit
6,788
' 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. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic...
abock/roslyn
src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/Extensions/ObjectCreationExpressionExtensions.vb
Visual Basic
mit
1,481
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor Imports Microsoft.Code...
AdamSpeight2008/roslyn-AdamSpeight2008
src/VisualStudio/Core/Test/Snippets/SnippetTestState.vb
Visual Basic
apache-2.0
11,184
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitT...
VPashkov/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyDeclarationHighlighterTests.vb
Visual Basic
apache-2.0
1,213
' 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. Imports System.Runtime.CompilerServices Imports System.Runtime.ExceptionServices Imports System.Runtime.InteropService...
physhi/roslyn
src/VisualStudio/TestUtilities2/CodeModel/CodeModelTestHelpers.vb
Visual Basic
apache-2.0
14,197
' 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. Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Ex...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLineEnderTests.vb
Visual Basic
mit
8,023
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration Imports Microsoft.CodeAnaly...
jbhensley/roslyn
src/EditorFeatures/VisualBasicTest/EndConstructGeneration/CharacterTypingTests.vb
Visual Basic
apache-2.0
7,260
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.RemoveUnusedMembers Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Mic...
VSadov/roslyn
src/Features/VisualBasic/Portable/RemoveUnusedMembers/VisualBasicRemoveUnusedMembersDiagnosticAnalyzer.vb
Visual Basic
apache-2.0
2,426
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports System.Text.RegularExpressions Imports Microsoft.CodeAnalysis.Collections ...
paladique/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Expressions.vb
Visual Basic
apache-2.0
244,053
' 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. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Ro...
physhi/roslyn
src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb
Visual Basic
apache-2.0
53,633
'********************************************************* ' ' Copyright (c) Microsoft. All rights reserved. ' This code is licensed under the MIT License (MIT). ' THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ' ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY ' IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR ' PU...
oldnewthing/Windows-universal-samples
Samples/Appointments/vb/Scenario3_Replace.xaml.vb
Visual Basic
mit
3,670
' 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. Imports Microsoft.CodeAnalysis.CodeStyle Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics Name...
diryboy/roslyn
src/EditorFeatures/VisualBasicTest/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb
Visual Basic
mit
18,771
' 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. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Syntax '-------------------------------...
AmadeusW/roslyn
src/Compilers/VisualBasic/Portable/Parser/BlockContexts/ExecutableStatementContext.vb
Visual Basic
apache-2.0
12,815
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Linq Imports System.Text Imports Microsoft.CodeAnalysis.Text Impor...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Syntax/VisualBasicSyntaxRewriter.vb
Visual Basic
apache-2.0
9,054
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.VisualBasic.Extensions Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.C...
bbarry/roslyn
src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.vb
Visual Basic
apache-2.0
9,772
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.VisualBasic.CodeRefactorings.EncapsulateField Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings.En...
droyad/roslyn
src/EditorFeatures/VisualBasicTest/CodeActions/EncapsulateField/EncapsulateFieldTests.vb
Visual Basic
apache-2.0
13,103
Imports MPD Partial Class DesktopModules_AgapeConnect_mpdCalc_controls_mpdAdmin Inherits Entities.Modules.PortalModuleBase Private _mpdDefId As Integer Public Property MpdDefId() As Integer Get Return _mpdDefId End Get Set(ByVal v As Integer) _mpdDe...
GlobalTechnology/OpsInABox
DesktopModules/AgapeConnect/mpdCalc/controls/mpdAdmin.ascx.vb
Visual Basic
mit
10,134
Imports System.Web.Optimization Public Class Global_asax Inherits HttpApplication Sub Application_Start(sender As Object, e As EventArgs) ' Fires when the application is started RouteConfig.RegisterRoutes(RouteTable.Routes) End Sub End Class
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples.GridWeb/VisualBasic/Global.asax.vb
Visual Basic
mit
280
Public Class Horario Public Property IdHorario As System.Nullable(Of Int32) Public Property ciclo As String Public Property Descripcion As String Public Property IdJornadaDeTrabajo As System.Nullable(Of Int32) Public Property DiaIniDescanso As System.Nullable(Of Int32) Public Property TipoTurno...
crackper/SistFoncreagro
SistFoncreagro.BussinessEntities/Horario.vb
Visual Basic
mit
943
'------------------------------------------------------------------------------ ' <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> '-------------------------------------------------...
VanyaD/CSS
CSSLayoutHomework/01. TreeView/My Project/Resources.Designer.vb
Visual Basic
mit
2,701
Imports System Imports System.Reflection Imports 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. ' Review the values of the assembly attributes <Asse...
Micmaz/DTIControls
DTIMapControl/DTIMapControlTester/My Project/AssemblyInfo.vb
Visual Basic
mit
1,155
' 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. Imports System.Text Imports System.Windows Imports Microsoft.CodeAnalysis.Editor.CommandHandlers Imports Microsoft.Cod...
davkean/roslyn
src/EditorFeatures/Test2/InteractivePaste/InteractivePasteCommandHandlerTests.vb
Visual Basic
apache-2.0
11,958
Public Class frmStandard Private Function Answers() Dim Ans As Double If txtOperator.Text = "+" Then Ans = CDbl(txtPreAns.Text) + CDbl(lblAnswer.Text) txtAns.Text = Ans lblAnswer.Text = txtAns.Text Else If txtOperator.Text = "*" Then ...
OKOLI1463/Visual-Studio-All-Pupose-Scientific-Calculator
OKOLI Lotanna Uche Calculator Project/Form1.vb
Visual Basic
mit
37,132
Imports System Imports System.Reflection Imports 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. ' Review the values of the assembly attributes <Ass...
nkesic/multivalue-lab
U2/Demos/U2-Toolkit/.NET Samples/samples/VB.NET/UniData/DataAdapter_MultiValue/My Project/AssemblyInfo.vb
Visual Basic
mit
1,162
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class WhenKeywordRecommenderTests <Fact> <...
aelij/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WhenKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,913
' 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 Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Queries Public Class SelectKeywordRe...
shyamnamboodiripad/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Queries/SelectKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,171
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Concurrent Imports System.Collections.Immutable Imports System.Reflection Imports System.Reflection.Metadata Imports System.Runtime...
jkotas/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourceAssemblySymbol.vb
Visual Basic
apache-2.0
100,422
' 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. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Collections...
physhi/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_SelectCase.vb
Visual Basic
apache-2.0
39,837
' 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. Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extens...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/ChangeSignature/ReorderParameters.MultiFile.vb
Visual Basic
apache-2.0
5,207