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
Imports System.Reflection Public Class DataScriptExecutionException Inherits Exception Private _Script As DataScript Public ReadOnly Property Script As DataScript Get Return _Script End Get End Property Public Sub New(ByVal script As DataScript, ByVal innerException A...
Symmex/Snowflake
Source/Symmex.Snowflake.DataDeployment/DataScriptExecutionException.vb
Visual Basic
mit
500
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("Cr...
SolidEdgeCommunity/Samples
Part/CreateExtrudedSurfaceByCircles2d/vb/CreateExtrudedSurfaceByCircles2d/My Project/AssemblyInfo.vb
Visual Basic
mit
1,426
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18444 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
100dej/PlanningS
PlanningS_View.Designer.vb
Visual Basic
mit
635,342
Public Class NameAttribute ''' <param name="arg"></param> Public Sub Method(arg$) End Sub End Class
GeorgeAlexandria/CoCo
tests/Identifiers/VisualBasicIdentifiers/XmlDocComment/NameAttribute.vb
Visual Basic
mit
111
Imports Microsoft.VisualBasic Imports LiteDB Public Class UserUtils Public Shared Function CurrentLoggedInUser() As User If HttpContext.Current.Session("UserID") Is Nothing Then Return Nothing End If Using db As LiteDatabase = New LiteDatabase(HttpContext.Current.Server.MapPat...
yotam180/DeedCoin
App_Code/UserUtils.vb
Visual Basic
mit
5,084
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmNuevoPaciente 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 Boolea...
jdmg94/SL-Contabilidad
ClinicaSL/Pacientes/frmNuevoPaciente.Designer.vb
Visual Basic
mit
14,069
Module modInsteon ' IMMENSE amount of credit goes to Jonathan Dale at http://www.madreporite.com for the Insteon code ' When asked about licensing, he stated the code was free for anyone to use Structure InsteonDevice Dim Address As String Dim Name As String Dim Device_On As Boolea...
ocdtrekkie/HAController
modInsteon.vb
Visual Basic
mit
107,096
#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/Generators/RequestOpenOrdersGenerator.vb
Visual Basic
mit
2,258
Imports System.Text.RegularExpressions Public Class Syncer Private _SourceFolder As String = String.Empty Private _TargetFolder As String = String.Empty Private IsAnalyzed As Boolean = False Private SourceRegEx As Regex Private TargetRegEx As Regex Private DeletedEmptyDirectoryCount As Intege...
jeffreypolk/folder-syncer
FolderSyncer/Syncer.vb
Visual Basic
mit
8,179
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Example07 Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal ...
NetOfficeFw/NetOffice
Examples/Outlook/VB/Standard Examples/OutlookExamples/Examples/Example07.Designer.vb
Visual Basic
mit
6,805
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18444 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
cixonline/cixreader
NHunspellExtender/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,924
' 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.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.C...
HellBrick/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb
Visual Basic
apache-2.0
19,037
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...
Cayan-LLC/developer-docs
examples/merchantware/Credit/vb/BoardCardReader/BoardCardReader/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,135
' 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/Roslyn.Diagnostics.Analyzers/VisualBasic/BasicTheContentsOfThePublicAPIFilesAreInvalid.Fixer.vb
Visual Basic
apache-2.0
761
Imports System.Windows.Forms Imports Microsoft.VisualStudio.TestTools.UITesting.Keyboard Imports System.Runtime.Remoting Imports System.Runtime.Remoting.Channels Imports System.Runtime.Remoting.Channels.Tcp Imports System Imports System.CodeDom.Compiler Imports System.Configuration Imports System.Collections.Generic I...
NeuroRoboticTech/AnimatLabTesting
AnimatTesting/UITests/ConversionTests/BodyPartTests/RigidBodyTests/StretchReceptorConversionUITest.vb
Visual Basic
bsd-3-clause
6,075
#ExternalChecksum("..\..\..\Controls\CurrentWeatherControl.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","149D7556B7AAD763F680F11925137D42") '------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000...
MeshackMusundi/OpenWeather
OpenWeather/obj/Debug/Controls/CurrentWeatherControl.g.vb
Visual Basic
mit
3,198
' 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 Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Completion Imports Microsoft.CodeAnaly...
mseamari/Stuff
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractVisualBasicCompletionProviderTests.vb
Visual Basic
apache-2.0
14,918
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Make searchable pdf with pdf extractor sdk/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
2,127
Imports SistFoncreagro.BussinessEntities Imports System.Data.SqlClient Imports System.Data Public Class ActivarPresupuestoRepository : Inherits MasterDataAccess : Implements IActivarPresupuestoRepository Private Function SelectObjectFactory(ByVal command As SqlCommand) As List(Of ActivarPresupuesto) Dim ...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/ActivarPresupuestoRepository.vb
Visual Basic
mit
3,715
'------------------------------------------------------------------------------ ' <auto-generated> ' Este código fue generado por una herramienta. ' Versión de runtime:4.0.30319.225 ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar ...
Izhido/bitsweeper
ArtworkForms/My Project/Resources.Designer.vb
Visual Basic
mit
2,972
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 Try ' See "Handling 'Application i...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFramework.Application.GetOpenFileName.vb
Visual Basic
mit
1,842
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.Curve2d.Length.vb
Visual Basic
mit
1,666
Public Class RemoteDesktop Dim shift As Boolean = False : Dim ctrl As Boolean = False : Dim alt As Boolean = False Sub New(ByVal c As Connection) InitializeComponent() : Me.Tag = c End Sub Private Sub EnableToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Han...
Retrobyte/StormRat
StormRat/RemoteDesktop.vb
Visual Basic
mit
9,009
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class MQTTConnectForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing ...
mateuszzwierzycki/Owl
Owl.GH.Networking/MQTTConnectForm.Designer.vb
Visual Basic
mit
17,916
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class IzvjestajORodjenju_Form Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean...
error505/iHospital
iBolnica/IzvjestajORodjenju_Form.Designer.vb
Visual Basic
mit
32,821
Namespace Inspection ''' <summary>Query Part for Return Type/Type Sub-Classed (e.g. Is or Inherited From etc).</summary> ''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated> ''' <generator-date>10/02/2014 15:53:09</generator-date> '...
thiscouldbejd/Leviathan
_Inspection/Querying/Generated/TypePart.vb
Visual Basic
mit
2,508
Option Explicit On Option Infer On Option Strict On #Region " --------------->> Imports/ usings " #End Region Namespace EnumHandling Public Class EnumMethods #Region " --------------->> Enumerationen der Klasse " #End Region '{Enumerationen der Klasse} #Region " --------------->> Eigenschaften der...
vanitas-mundi/Base
Base/EnumHandling/EnumMethods.vb
Visual Basic
mit
2,204
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmPhysicsCalculator Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
Anders02/Physics-Displacement-Acceleration-Calculator-First-Program
PhysicsAccelerationDisplacementCalculator/frmPhysicsCalculator.Designer.vb
Visual Basic
mit
13,074
Namespace Reports <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class DetteClients Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. <System.Diagnostics.DebuggerNonUserCode()> _ Protected ...
lepresk/HG
HG/Reports/DetteClients.Designer.vb
Visual Basic
mit
14,618
' 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.Composition Imports System.Threading Imports Microsoft.CodeAnalysi...
eriawan/roslyn
src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb
Visual Basic
apache-2.0
5,947
' 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.Diagnostics.QualifyMemberAccess Namespace Microsoft.CodeAnalysis.VisualBasic.CodeFi...
natidea/roslyn
src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicQualifyMemberAccessDiagnosticAnalyzer.vb
Visual Basic
apache-2.0
892
' 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.NetFramework.Analyzers Imports Microsoft.NetFramework.Analyzers.Helpers Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagno...
heejaechang/roslyn-analyzers
src/Microsoft.NetFramework.Analyzers/VisualBasic/BasicDoNotUseInsecureCryptographicAlgorithms.vb
Visual Basic
apache-2.0
1,169
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Decode royal mail kix barcode with barcode reader sdk/Module1.vb
Visual Basic
apache-2.0
2,164
' 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.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.SpecialType Imports Microsoft.CodeAnalysis.Test.Utilit...
lorcanmooney/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/Conversions.vb
Visual Basic
apache-2.0
297,363
' 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.Editor.UnitTests.AutomaticCompletion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports ...
weltkante/roslyn
src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolationCompletionTests.vb
Visual Basic
apache-2.0
3,569
' 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.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Edi...
AmadeusW/roslyn
src/Analyzers/VisualBasic/Tests/ConvertGetTypeToNameOf/ConvertGetTypeToNameOfTests.vb
Visual Basic
apache-2.0
3,396
' 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.Rename.ConflictEngine Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.VisualBasic <[UseExportProvider]> Publi...
aelij/roslyn
src/EditorFeatures/Test2/Rename/VisualBasic/CallSiteConflictResolutionTests.vb
Visual Basic
apache-2.0
5,050
' 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 Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.EditAndContinue ...
MichalStrehovsky/roslyn
src/VisualStudio/Core/Test/EditAndContinue/EditAndContinueWorkspaceServiceTests.vb
Visual Basic
apache-2.0
6,041
' 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.LanguageServices Imports Microsoft.CodeAnalysis.Shared.Extensions.ContextQuery Imports Microsoft.CodeA...
mmitche/roslyn
src/Workspaces/VisualBasic/Portable/Extensions/ContextQuery/VisualBasicSyntaxContext.vb
Visual Basic
apache-2.0
15,326
' 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.Runtime.CompilerServices Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis.Edi...
droyad/roslyn
src/EditorFeatures/VisualBasic/Utilities/NamedTypeSymbolExtensions.vb
Visual Basic
apache-2.0
1,972
'------------------------------------------------------------------------------ ' <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> '-----------...
ThatShawGuy/VBSharper
PluginTestDummies/VBTestDummy/My Project/Settings.Designer.vb
Visual Basic
mit
2,898
Public Class frmAddition Private Sub frmMenu_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load txtWelcome.Text = "Hello " + General.Name + " please answer the addition questions" If Type = 1 Then General.Answer = General.Number1 + General.Number2 ...
meamod/Maths123
Maths123/frmAddition.vb
Visual Basic
mit
7,444
Imports Microsoft.VisualBasic Imports System.IO Imports Aspose.Cells Namespace RowsColumns.Hiding Public Class HidingRowsAndColumns Public Shared Sub Run() ' ExStart:1 ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(System.Reflectio...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/RowsColumns/Hiding/HidingRowsAndColumns.vb
Visual Basic
mit
1,247
'------------------------------------------------------------------------------ ' <auto-generated> ' このコードはツールによって生成されました。 ' ランタイム バージョン:4.0.30319.42000 ' ' このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 ' コードが再生成されるときに損失したりします。 ' </auto-generated> '------------------------------------------------------------------...
sutefu7/NotificationAndMessageSample
WindowsApplication1/My Project/Settings.Designer.vb
Visual Basic
mit
3,040
Imports System.Collections.Generic Imports System.ComponentModel Imports System.Data Imports System.Drawing Imports System.Linq Imports System.Text Imports System.Windows.Forms Imports Aspose.Cells.GridDesktop Namespace WorkingWithRowsandColumns Public Partial Class RemovingColumn Inherits Form Public Sub New() ...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples.GridDesktop/VisualBasic/GridDesktop.Examples/WorkingWithRowsandColumns/RemovingColumn.vb
Visual Basic
mit
708
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2017 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/tradebuild-platform.net
src/SessionUtilsTests/SessionUtilsTests.vb
Visual Basic
mit
14,024
Imports System.Data.SqlClient Public Class Muestra_Articulo Inherits System.Web.UI.Page Private Sub Carga_Articulos() Dim lcOpcion, lcFolio As String Dim lnCuantos As Integer lcFolio = Request.QueryString("lcFolio") lnCuantos = AInt(Request.QueryString("lnCuantos"...
cesarmanzano/Indelek
Indelek_2015/Indelek_2015/Formularios/Muestra_Articulo.aspx.vb
Visual Basic
mit
2,050
Imports System.Drawing.Printing Public Class ImpresionJV Public valid As Boolean = False Private Sub ImpresionJV_Load(sender As Object, e As EventArgs) Handles MyBase.Load Util.PopulateCombo(cmbPoint, "SELECT id, nom FROM point_ventes", "id", "nom") PopulatePrinter() cmbDu.MaxDate =...
lepresk/HG
HG/ImpresionJV.vb
Visual Basic
mit
1,993
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...
MrMilan/RoboticArm
RobixLib/My Project/AssemblyInfo.vb
Visual Basic
mit
1,134
' 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 Imports Xunit Public...
ManishJayaswal/roslyn
src/Compilers/Test/Utilities/VisualBasic/SemanticModelTestBase.vb
Visual Basic
apache-2.0
7,947
Imports System.IO Public Class iOSWinSigner Private Sub cbCreate_Click(sender As Object, e As EventArgs) Handles cbCreate.Click Dim key As String key = tbKey.Text Shell(System.Environment.GetEnvironmentVariable("systemdrive") + "\OpenSSL-Win32\bin\openssl genrsa -out " + System...
LinuxPhreak/iOS-Win-Signer
iOSWinSigner2/iOSWinSigner2/iOSWinSigner.vb
Visual Basic
apache-2.0
4,561
Public Class InternetExplorer7test End Class
Histacom/Histacom
windows 95/InternetExplorer7test.vb
Visual Basic
apache-2.0
48
'------------------------------------------------------------------------------ ' <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> '-----------...
ikerlorente11/Egibide
DAM/2-Desarrollo-de-aplicaciones-multiplataforma-master/DI/Ejercicios/Tema1/Unidad1/u1p5e1/My Project/Resources.Designer.vb
Visual Basic
apache-2.0
2,711
Imports AuthorizeKeyed.MWCredit45 Module Module1 Sub Main() 'Create Soap Client Dim creditSoapClient As New CreditSoapClient 'Create Credentials Object Dim merchantCredentials As New MerchantCredentials With { .MerchantName = "TEST MERCHANT", .MerchantSite...
Cayan-LLC/developer-docs
examples/merchantware/Credit/vb/AuthorizeKeyed/AuthorizeKeyed/Module1.vb
Visual Basic
apache-2.0
1,709
Imports CodeCracker.VisualBasic.Style Imports Microsoft.CodeAnalysis.Testing Imports Xunit Namespace Style Public Class InterfaceNameTests Inherits CodeFixVerifier(Of InterfaceNameAnalyzer, InterfaceNameCodeFixProvider) <Fact> Public Async Function InterfaceNameStartsWithLetterI() As Task ...
jwooley/code-cracker
test/VisualBasic/CodeCracker.Test/Style/InterfaceNameTests.vb
Visual Basic
apache-2.0
4,278
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Decode upc-e barcode with barcode reader sdk/Module1.vb
Visual Basic
apache-2.0
2,148
' 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.QualifyMemberAccess Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Mic...
tmeschter/roslyn
src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicQualifyMemberAccessDiagnosticAnalyzer.vb
Visual Basic
apache-2.0
1,943
' CodeContracts ' ' Copyright (c) Microsoft Corporation ' ' All rights reserved. ' ' MIT License ' ' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limi...
ndykman/CodeContracts
Microsoft.Research/Contracts/Microsoft.VisualBasic.Contracts/Microsoft.VisualBasic.Logging.Log.vb
Visual Basic
mit
1,889
'********************************************************* ' ' 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/ActivitySensor/vb/Scenario2_History.xaml.vb
Visual Basic
mit
3,675
' 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 Microsoft.CodeAnalysis.CommentSelection Imports Microsoft.CodeAnalysis.Host.Mef Namespace Microsoft.CodeAnalysis.VisualBas...
OmarTawfik/roslyn
src/Features/VisualBasic/Portable/CommentSelection/VisualBasicCommentSelectionService.vb
Visual Basic
apache-2.0
1,107
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.239 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----...
tmyroadctfig/twaindotnet
src/TestVb/My Project/Resources.Designer.vb
Visual Basic
mit
2,775
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rLibro_Compras_2013.aspx.vb
Visual Basic
mit
54,254
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 attribute...
textadventures/quest
Menus/My Project/AssemblyInfo.vb
Visual Basic
mit
1,280
'------------------------------------------------------------------------------ ' <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/Monitoreo/Formularios/FrmProyectoAmbito.aspx.designer.vb
Visual Basic
mit
4,544
Namespace Security.SystemOptions_DocumentControl Public Class Open Inherits SecurityItemBase Public Sub New() _ConceptItemName = "Open" _ConceptName = "System Options_Document Control" _Description = "Allow access to 'Document Control' Tab" _IsEnte...
nublet/DMS
DMS.Forms.Shared/Security/Items/SystemOptions/DocumentControl/Open.vb
Visual Basic
mit
507
'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/Catalog/CustomGxObject/VBNET/GxPyObject.vb
Visual Basic
apache-2.0
13,435
Imports System.Globalization Imports ServicesPlus.BLL Namespace Utils Friend Module Util Public Sub OpenFileLocation(fullPathWithArguments As String, systemName As String) Dim pathParser As New PathParser(fullPathWithArguments) Dim fullPath = pathParser.FullPath If Not...
fakoua/ServicesPlus
ServicesPlus/Utils/Util.vb
Visual Basic
bsd-3-clause
3,830
' 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.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis....
marksantos/roslyn
src/Features/VisualBasic/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb
Visual Basic
apache-2.0
151,101
' 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...
Anniepoh/roslyn-analyzers
src/Microsoft.ApiDesignGuidelines.Analyzers/VisualBasic/BasicAvoidAsyncVoid.Fixer.vb
Visual Basic
apache-2.0
684
' Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. Imports EnvDTE Imports Microsoft.VisualStudio.Shell.Interop Imports System Imports System.Collections.Generic Imports System.Diagnostics Imports System.Drawing Imports System.IO Namespace Micros...
syeerzy/visualfsharp
vsintegration/src/FSharp.ProjectSystem.PropertyPages/Common/DTEUtils.vb
Visual Basic
mit
13,304
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Spreadsheet SDK/VB.NET/Remove Rows from Existing Spreadsheet/Module1.vb
Visual Basic
apache-2.0
1,697
' 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.VisualStudio.LanguageServices.Implementation.ProjectSystem Imports Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSystemShim.Inte...
DavidKarlas/roslyn
src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompilerFactory.vb
Visual Basic
apache-2.0
876
' 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.Generic Imports System.Diagnostics Imports System.Threading Imports Microsoft.CodeAnalysis.Text Imports Microsoft.Co...
DavidKarlas/roslyn
src/Compilers/VisualBasic/Portable/Analysis/FlowAnalysis/DataFlowPass.VariableIdentifier.vb
Visual Basic
apache-2.0
2,418
Imports NETGeographicLib Module example_OSGB Sub Main() Try ' Sample forward calculation from ' A guide to coordinate systems in Great Britain Dim lat As Double = DMS.Decode(52, 39, 27.2531) Dim lon As Double = DMS.Decode(1, 43, 4.5177) Dim x, y A...
JanEicken/MA
libs/GeographicLib-1.43/dotnet/examples/VB/example-OSGB.vb
Visual Basic
mit
967
' 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. Option Strict Off Imports System Module Module1 Sub Main() PrintResult("False + False", False + False)...
abock/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/BinaryOperatorsTestSource5.vb
Visual Basic
mit
327,291
' 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.Symbols Imports Microsoft.CodeAnalysis....
physhi/roslyn
src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenUsingStatement.vb
Visual Basic
apache-2.0
32,349
'------------------------------------------------------------------------------ ' <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> '-----------...
SaturnsVoid/GoBot2
Tools/Sources/BasicOBF/BasicOBF/My Project/Application.Designer.vb
Visual Basic
mit
1,469
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.ShowRevisionsForServerDocuments.vb
Visual Basic
mit
994
#Region "Microsoft.VisualBasic::e74125b1cc07e83526890dadb565402a, src\metadb\Massbank\Public\NCBI\PubChem\Web\MetaInfoReader.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' '...
xieguigang/MassSpectrum-toolkits
src/metadb/Massbank/Public/NCBI/PubChem/Web/MetaInfoReader.vb
Visual Basic
mit
9,281
Imports SistFoncreagro.BussinessEntities Imports System.Data.SqlClient Imports System.Data Public Class TareaRepository : Inherits MasterDataAccess : Implements ITareaRepository Private Function SelectObjectFactory(ByVal command As SqlCommand) As List(Of Tarea) Dim lista As New List(Of Tarea) Using...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/TareaRepository.vb
Visual Basic
mit
2,282
'------------------------------------------------------------------------------ ' <auto-generated> ' 此代码由工具生成。 ' 运行时版本:4.0.30319.42000 ' ' 对此文件的更改可能会导致不正确的行为,并且如果 ' 重新生成代码,这些更改将会丢失。 ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Opt...
Lentil1016/LTB
v1.0/澜塔工具集/ClassLibrary1/My Project/Settings.Designer.vb
Visual Basic
mit
2,918
Option Strict Off ' 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.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnal...
mseamari/Stuff
src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateConstructor/GenerateConstructorTests.vb
Visual Basic
apache-2.0
39,969
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVModules_Themes_Foundation4_Responsive_ContentBlocks_Mailing_List_Unsubscribe_view Inherits Content.BVModule Private _ListId As String = String.Empty Public Property ListId() As String Get Return _ListI...
ajaydex/Scopelist_2015
BVModules/Themes/Foundation4 Responsive/ContentBlocks/Mailing List Unsubscribe/view.ascx.vb
Visual Basic
apache-2.0
3,318
Public Function getMyDocsPath() As String '****************************************************************************** ' Description: Retreives current user's My Documents path without trailing "/" ' ' Author: taxbender ' Contributors: ' Sources: ' Last Updated: 12/30/2015 ' Dependencies: R...
aaronkeene/ExcelVBA
Utilities/getMyDocsPath.vb
Visual Basic
mit
893
' 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.Composition Imports System.Threading Imports Microsoft.CodeAnalysi...
abock/roslyn
src/Workspaces/VisualBasic/Portable/Simplification/VisualBasicSimplificationService.vb
Visual Basic
mit
9,679
' 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.Completion Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAn...
reaction1989/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviderOrderTests.vb
Visual Basic
apache-2.0
6,707
' 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.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Highlighting Imports Microsoft.Code...
mavasani/roslyn
src/Features/VisualBasic/Portable/Highlighting/KeywordHighlighters/PropertyDeclarationHighlighter.vb
Visual Basic
mit
1,787
' 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.IO Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.SpecialType Imports Microsoft.CodeAnal...
jmarolf/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/UnaryOperators.vb
Visual Basic
mit
24,042
' 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 Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Text ...
physhi/roslyn
src/Compilers/VisualBasic/Portable/Binding/DocumentationCommentBinder.vb
Visual Basic
apache-2.0
12,003
' 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.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBas...
jroggeman/roslyn
src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyTestBase.vb
Visual Basic
apache-2.0
14,438
Imports System.Data Partial Class MCL_fDevolucion_Material Inherits vis2formularios.frmReporte Dim loObjetoReporte As CrystalDecisions.CrystalReports.Engine.ReportDocument Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try Dim Empresa As...
kodeitsolutions/ef-reports
MCL_fDevolucion_Material.aspx.vb
Visual Basic
mit
8,896
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...
ljw1004/async-exception-stacktrace
AsyncStackTraceEx/AsyncStackTraceExWinrt/My Project/AssemblyInfo.vb
Visual Basic
mit
1,018
Option Infer On 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 partDocument...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgePart.RefAxis.AttributeSets.vb
Visual Basic
mit
1,516
'------------------------------------------------------------------------------ ' <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> '---...
jeremytammik/AdnRevitApiLabsXtra
XtraVb/My Project/Resources.Designer.vb
Visual Basic
mit
2,775
Imports Microsoft.VisualBasic Imports System.IO Namespace Web.Handlers Public Class GenerateThumbnailHandler Implements System.Web.IHttpHandler #Region " Public Shared Constants " Public Const QUERY_IMAGE As String = "image" Public Const QUERY_CONSTRAINT As String = "constraint" Public Const QUERY_...
thiscouldbejd/Hermes
_Web/_Handlers/Partials/GenerateThumbnailHandler.vb
Visual Basic
mit
4,584
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 attribut...
LinuxPhreak/iOS-Win-Signer
iOSWinSigner2/iOSWinSigner2/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,179
' 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 <xmlns="http://schemas.microsoft.com/VisualStudio/Roslyn/Compiler"> Public Class XmlRenamer Private _xDoc As XDocument Pub...
ManishJayaswal/roslyn
src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Util/XmlRenamer.vb
Visual Basic
apache-2.0
6,652
Imports Microsoft.VisualBasic Imports System.Reflection Namespace Gears ''' <summary> ''' GearsPage内で使用する拡張ユーティリティ ''' </summary> ''' <remarks></remarks> Public Module GearsPageExtension ''' <summary>最初のログを取得する</summary> <Runtime.CompilerServices.Extension()> _ Public Fun...
icoxfog417/Gears
Gears/Code/GearsExtensions.vb
Visual Basic
apache-2.0
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 Imports System.Collections.Immutable Imports System.Composition Imports System.Threading Imports System.Threading.Tasks Imports Analyzer.Utilit...
heejaechang/roslyn-analyzers
src/Microsoft.CodeQuality.Analyzers/VisualBasic/ApiDesignGuidelines/BasicStaticHolderTypes.Fixer.vb
Visual Basic
apache-2.0
3,638
' 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.ComponentModel.Composition Imports System.Diagnostics.CodeAnalysis Imports System.Threading Imports Mic...
dotnet/roslyn
src/EditorFeatures/VisualBasic/DocumentationComments/XmlTagCompletionCommandHandler.vb
Visual Basic
mit
4,290