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 Imports Microsoft.CodeAnalysis.VisualBasic Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTest...
paulvanbrenk/roslyn
src/Compilers/VisualBasic/Test/Semantic/Binding/GenericsTests.vb
Visual Basic
apache-2.0
12,662
' 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 Mi...
AlekseyTs/roslyn
src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb
Visual Basic
mit
79,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 Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports System.IO Imports System.Text Import...
furesoft/roslyn
src/Compilers/VisualBasic/Portable/Compilation/DocumentationComments/DocumentationCommentWalker.vb
Visual Basic
apache-2.0
16,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. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class TypeOfKeywordRecommenderTests <Fact, Trait(...
amcasey/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/TypeOfKeywordRecommenderTests.vb
Visual Basic
apache-2.0
6,095
Imports System Imports Aspose.Cells Imports Aspose.Cells.Drawing Namespace Articles Public Class CheckHiddenExternalLinks Public Shared Sub Run() ' ExStart:CheckHiddenExternalLinks ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(Sys...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Articles/CheckHiddenExternalLinks.vb
Visual Basic
mit
1,177
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class JobCreationBox Inherits System.Windows.Forms.UserControl 'UserControl overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Bo...
winny-/CPS-240
Assignments/FP Freelance Time Tracker/FP Freelance Time Tracker/JobCreationBox.Designer.vb
Visual Basic
mit
6,739
Public Class Trends Private token As OauthTokens Friend Sub New(ByVal t As OauthTokens) token = t End Sub ''' <summary> ''' Get trends of selected place ''' </summary> ''' <param name="parameter">Parameters</param> Public Function Place(ByVal parameter As RequestParam) As Resp...
szr2000/FistTwit
FistTwit/Methods/Trends.vb
Visual Basic
mit
1,355
Public Class JhSerializer Public MustInherit Class JhsValue End Class Public Class JhsObject Inherits JhsValue Implements IEnumerable(Of KeyValuePair(Of String, JhsValue)) Public ReadOnly Members As New Dictionary(Of String, JhsValue) 'It appears that this collection type does preserve adding ord...
jesperhoy/GitHubBackup
GitHubBackup/JHSerializer.vb
Visual Basic
mit
8,586
 Namespace Connect.Modules.Kickstart Public Enum ActionMode Participate Fund EditProject Create EditIdea BecomeLead End Enum End Namespace
DNN-Connect/kickstart
Components/Shared/Enums.vb
Visual Basic
mit
200
'------------------------------------------------------------------------------ ' <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/FrmCambioCondicionesContrato.aspx.designer.vb
Visual Basic
mit
9,022
' 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 Namespace Microsoft.CodeAnalysis.Editor.UnitTests.ReferenceHighlighting Public Cla...
diryboy/roslyn
src/EditorFeatures/Test2/ReferenceHighlighting/CSharpReferenceHighlightingTests.vb
Visual Basic
mit
22,653
Imports System Imports System.IO Imports System.Security Imports System.Security.Cryptography Imports System.Windows.Forms <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Public Class Hashes Inherits System.Windows.Forms.Form Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
Walkman100/PropertiesDotNet
Hashes.vb
Visual Basic
mit
26,827
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...
Eonic/EonicWeb5
Assemblies/ProteanCMS.Installer.Actions/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,144
'21:22:30 '30.09.2013 'Autor: LargoWinch Public Class L_L2Server Public code As String Public DefaultAddress() As Byte Public thread As ServerThread Public info As String Public id As Byte Public Function GetIP(ByVal client As L_LoginClient) As Byte() If DefaultAddress Is Nothing Then...
LargoWinch/LegacyEmu
LoginServer/Login_Server/LoginServer/model/L_L2Server.vb
Visual Basic
apache-2.0
1,887
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 ' アセンブリに関連付けられている情報を変更するには、 ' これらの属性値を変更してください。 ' アセンブリ属性の値を確認します。 <Assembly: AssemblyTitle("RPN Complex Software Calculator")> <Assembly: AssemblyDescription("RPN電卓")> <Assembly: Asse...
MihailJP/RPN-Complex-Software-Calculator
rpncalc/My Project/AssemblyInfo.vb
Visual Basic
bsd-2-clause
1,379
' 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.Xml.Linq Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.Test.Utilities Imports Micr...
brettfo/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/PropertyTests.vb
Visual Basic
apache-2.0
278,320
' 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 Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.Collections ...
VPashkov/roslyn
src/Compilers/VisualBasic/Portable/CodeGen/CodeGenerator.vb
Visual Basic
apache-2.0
13,905
' 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 System.Reflection.Metadata Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysi...
ErikSchierboom/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBAsyncTests.vb
Visual Basic
apache-2.0
45,778
' 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.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Com...
pdelvo/roslyn
src/VisualStudio/Core/Test/Diagnostics/TodoListTableDataSourceTests.vb
Visual Basic
apache-2.0
20,105
' 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 Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Microsoft.VisualStudio.Langua...
mmitche/roslyn
src/VisualStudio/Core/Test/CodeModel/AbstractEventCollectorTests.vb
Visual Basic
apache-2.0
5,879
#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/ProtocolEngine/SocketConstants.vb
Visual Basic
mit
1,410
Imports System.Data.SqlClient Imports EpdIt.DBUtilities Partial Public Class DBHelper ''' <summary> ''' Executes a non-query stored procedure on the database. ''' </summary> ''' <param name="spName">The name of the stored procedure to execute.</param> ''' <param name="parameterArray">An array of ...
ga-epd-it/db-helper
DBHelper/SPFunctions/SPExecute.vb
Visual Basic
mit
6,939
'------------------------------------------------------------------------------ ' <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> '------------...
Micmaz/DTIControls
DTITagManager/dsTagger.Designer.vb
Visual Basic
mit
63,856
Option Strict Off Option Explicit On Imports Microsoft.VisualBasic.PowerPacks Friend Class frmMonthendBudget Inherits System.Windows.Forms.Form Dim WithEvents adoPrimaryRS As ADODB.Recordset Dim mbChangedByCode As Boolean Dim mvBookMark As Integer Dim mbEditFlag As Boolean Dim mbAddNewFlag As Boolean ...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmMonthendBudget.vb
Visual Basic
mit
13,731
'------------------------------------------------------------------------------ ' <auto-generated> ' 此代码由工具生成。 ' 运行时版本:4.0.30319.18408 ' ' 对此文件的更改可能会导致不正确的行为,并且如果 ' 重新生成代码,这些更改将会丢失。 ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Opt...
yyc12345/bus_rode_windows
bus_rode_compression/My Project/Application.Designer.vb
Visual Basic
mit
445
Imports LiteDB Imports Markdig Partial Class OrganizationPage Inherits Page Public Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load Dim orgName = Request.QueryString("org") If orgName Is Nothing Then pnlUser.Visible = False pnlNotFound.Visible = True ...
yotam180/DeedCoin
OrganizationPage.aspx.vb
Visual Basic
mit
7,508
Imports SFDL.NET3.NativeMethods Public Class StandyHandler Public Shared Function PreventStandby() As NativeMethods.EXECUTION_STATE Try Return NativeMethods.SetThreadExecutionState(EXECUTION_STATE.ES_SYSTEM_REQUIRED Or EXECUTION_STATE.ES_CONTINUOUS Or EXECUTION_STATE.ES_DISPLAY_REQUIRED) ...
n0ix/SFDL.NET
SFDL.NET 3/Classes/StandbyHandler.vb
Visual Basic
mit
893
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...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBCreateContactWithCustomProperty/My Project/AssemblyInfo.vb
Visual Basic
mit
1,214
#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, includi...
tradewright/tradebuild-platform.net
src/StrategyUtils/IStrategyHostModel.vb
Visual Basic
mit
2,570
' 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.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Microsoft.CodeAnalysis.VisualBasic.Completion.Pro...
swaroop-sridhar/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/ObjectInitializerCompletionProviderTests.vb
Visual Basic
apache-2.0
16,125
' 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...
reaction1989/roslyn
src/Features/VisualBasic/Portable/EncapsulateField/VisualBasicEncapsulateFieldService.vb
Visual Basic
apache-2.0
8,504
' 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.Implementation.Outlining Imports Microsoft.CodeAnalysis.Editor.VisualBasic.Outlining Impor...
VPashkov/roslyn
src/EditorFeatures/VisualBasicTest/Outlining/DelegateDeclarationOutlinerTests.vb
Visual Basic
apache-2.0
1,095
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Spreadsheet SDK/VB.NET/Read Number Format In Cell/Module1.vb
Visual Basic
apache-2.0
2,459
' 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.Editor.Implementation.Outlining Imports Microsoft.CodeAnalysis.Editor.UnitTests.Outlining Namespace Mi...
MatthieuMEZIL/roslyn
src/EditorFeatures/VisualBasicTest/Outlining/OverallOutliningTests.vb
Visual Basic
apache-2.0
1,546
' 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.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PDB Public Class PDBOb...
DustinCampbell/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBObjectInitializerTests.vb
Visual Basic
apache-2.0
8,258
'********************************************************* ' ' 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...
spratmannc/Windows-universal-samples
Samples/Clipboard/vb/Others.xaml.vb
Visual Basic
mit
3,528
' 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.VisualStudio.GraphModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.Progression Imports Ros...
bbarry/roslyn
src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb
Visual Basic
apache-2.0
3,021
' 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...
REALTOBIZ/roslyn
src/Compilers/VisualBasic/Portable/Syntax/InternalSyntax/SyntaxList.vb
Visual Basic
apache-2.0
33,745
Imports System.Windows.Forms.DataVisualization Imports System.Windows.Forms.DataVisualization.Charting Imports System.Drawing Imports System.Windows.Forms Public Class frmPlaceVote Public _id As String Private cbAnswers(20) As CheckBox Public Function ProperCase(sCase As String) As String ...
icede/Gridcoin-Research
contrib/Installer/boinc/boinc/frmPlaceVote.vb
Visual Basic
mit
5,517
Imports System.Data Partial Class fComprobantes_Diario 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 loComandoSele...
kodeitsolutions/ef-reports
Reportes - Contabilidad/fComprobantes_Diario.aspx.vb
Visual Basic
mit
10,265
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...
deandob/HAConsole
TestPlugin/My Project/AssemblyInfo.vb
Visual Basic
mit
1,138
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
Binding/BindingTester/My Project/AssemblyInfo.vb
Visual Basic
mit
1,155
Imports NUnit.Framework Imports ChrisLaco.Siphon <TestFixture(Description:="DataItem Tests")> _ Public Class DataItemsTests <Test(Description:="Generic String Data Item")> _ Public Sub StringDataItem() Dim item As IDataItem(Of String) = New DataItem(Of String)("Name", "Data") Assert.AreEqual...
claco/siphon
SiphonTests/Monitors/DataItemTests.vb
Visual Basic
mit
644
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Edit_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) Try ...
gomezportillo/Athena
Athena/Edit_form.Designer.vb
Visual Basic
mit
7,175
' 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.Generic Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports S...
aelij/roslyn
src/Compilers/VisualBasic/Portable/Binding/NamedTypeBinder.vb
Visual Basic
apache-2.0
8,884
' 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.Classification Imports Mi...
abock/roslyn
src/Workspaces/VisualBasic/Portable/Classification/SyntaxClassification/NameSyntaxClassifier.vb
Visual Basic
mit
14,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 Microsoft.CodeAnalysis.Editing Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.VisualBasic.InitializeParameter ...
amcasey/roslyn
src/Features/VisualBasic/Portable/InitializeParameter/InitializeParameterHelpers.vb
Visual Basic
apache-2.0
1,458
' 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.ExtractMethod Imports Microsoft.CodeAnalysis.Options Imports Microsoft.C...
MatthieuMEZIL/roslyn
src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicSelectionValidator.vb
Visual Basic
apache-2.0
34,152
' 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.Threading Imports Microsoft.CodeAnaly...
jmarolf/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Tuples/TupleEventSymbol.vb
Visual Basic
mit
4,217
' 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.Text.RegularExpressions Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.Vis...
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenAsyncTests.vb
Visual Basic
apache-2.0
288,341
' 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.[Text] Imports System.Collections.Generic Imports System.Linq Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis...
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Semantic/FlowAnalysis/FlowDiagnosticTests.vb
Visual Basic
apache-2.0
58,209
' 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.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnal...
mmitche/roslyn
src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.vb
Visual Basic
apache-2.0
6,633
Public Class frmShop Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click Me.Hide() My.Forms.MainMenu.Show() 'go to main menu End Sub Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click Me.Hide() My.Forms.frmLevel....
Ayush-G/MinionsMathGame
MinionsMath-master/frmMinionsMath/frmShop.vb
Visual Basic
mit
2,204
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...
DeuxHuitHuit/ImageColorer
com.deuxhuithuit.ImageColorer.WebApp/My Project/AssemblyInfo.vb
Visual Basic
mit
907
 'Namespace System ''' <summary> Static utility methods for dealing with the Windows registry. </summary> Public NotInheritable Class RegUtils #Region "Private Fields" 'Private Logger As Rstyx.LoggingConsole.Logger = Rstyx.LoggingConsole.LogBox.getLogger(M...
rschwenn/Rstyx.Utilities
Utilities/source/_global/RegUtils.vb
Visual Basic
mit
13,974
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fCortes_ExistenciaDepartamentosTodos.aspx.vb
Visual Basic
mit
5,035
' 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 Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.PooledOb...
kelltrick/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Latebound.vb
Visual Basic
apache-2.0
11,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.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
eriawan/roslyn
src/Features/VisualBasic/Portable/Structure/Providers/InterpolatedStringExpressionStructureProvider.vb
Visual Basic
apache-2.0
1,480
' 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 System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities Imports...
davkean/roslyn
src/EditorFeatures/VisualBasic/LineCommit/CommitBufferManager.vb
Visual Basic
apache-2.0
16,061
' 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.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
CyrusNajmabadi/roslyn
src/Features/VisualBasic/Portable/Structure/Providers/UsingBlockStructureProvider.vb
Visual Basic
mit
1,234
' 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.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic Partial Friend NotIn...
mono/roslyn
src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_DelegateCreation.vb
Visual Basic
apache-2.0
3,733
' 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
Documentation/Talks/2010/Padova/Stack/ClassLibrary1/My Project/Resources.Designer.vb
Visual Basic
mit
3,853
' 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.VisualBasic.UnitTests Public Class CodeGenUnstructuredErrorHandling Inherits BasicTestBase <Fact()> ...
mmitche/roslyn
src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenUnstructuredErrorHandling.vb
Visual Basic
apache-2.0
33,480
' 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.Text Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Completion...
MihaMarkic/roslyn-prank
src/Features/VisualBasic/Portable/Completion/CompletionProviders/CrefCompletionProvider.vb
Visual Basic
apache-2.0
9,451
'------------------------------------------------------------------------------ ' <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> '-----------...
Carlm-MS/orleans
Samples/VBHelloWorld/HelloWorld/My Project/Resources.Designer.vb
Visual Basic
mit
2,718
' 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 Imports System.Collections Imports System.Collections.Generic Imports System.Globalization Imports Syste...
Jiayili1/corefx
src/Microsoft.VisualBasic/src/Microsoft/VisualBasic/Collection.vb
Visual Basic
mit
30,541
Imports System Imports System.Data Imports System.Collections Imports System.Web.UI Imports Telerik.Web.UI Imports SistFoncreagro.BussinessEntities Imports SistFoncreagro.BussinesLogic Public Class FrmBienes Inherits System.Web.UI.Page Dim _bienMueble As New BIENMUEBLE Dim bienMueble As BIENMUEBLE Dim ...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Patrimonio/Formularios/FrmBienes.aspx.vb
Visual Basic
mit
25,224
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...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBFindContacts2/My Project/AssemblyInfo.vb
Visual Basic
mit
1,178
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmRPfilter #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form ...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmRPfilter.Designer.vb
Visual Basic
mit
6,029
Option Explicit On Option Strict On Namespace CompuMaster.Calendar ''' <summary> ''' A range of months ''' </summary> Public Class MonthRange Implements IComparable Public Sub New(firstPeriod As CompuMaster.Calendar.Month, lastPeriod As CompuMaster.Calendar.Month) If firs...
CompuMasterGmbH/CompuMaster.Calendar
CompuMaster.Calendar/MonthRange.vb
Visual Basic
mit
9,552
Imports System.Xml Imports System.Globalization Imports System.Linq Namespace Ventrian.NewsArticles.API.MetaWebLog Friend Class XmlrpcRequest #Region "Private Members" Private _inputParams As List(Of XmlNode) #End Region #Region "Constructor" Public Sub New(input As HttpConte...
ventrian/News-Articles
API/MetaWebLog/XmlrpcRequest.vb
Visual Basic
mit
9,706
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rImportacion_ValoresArticulos.aspx.vb
Visual Basic
mit
16,708
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.Leaders.ClearStyle.vb
Visual Basic
mit
1,444
Namespace Commands ''' <summary></summary> ''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated> ''' <generator-date>08/02/2014 18:08:02</generator-date> ''' <generator-functions>1</generator-functions> ''' <generator-source>Caerus\...
thiscouldbejd/Caerus
_Commands/Generated/DirectoryCommands.vb
Visual Basic
mit
1,911
Module Variables Sub Main() End Sub End Module
Shawn1874/CodeSamplesVisualBasic
VisualBasicFundamentals/Variables/Variables.vb
Visual Basic
mit
61
Imports System Imports System.Net Imports System.Threading Imports System.Threading.Tasks Imports FluentFTP Namespace Examples Friend Module DirectoryExistsExample Sub DirectoryExists() Using conn = New FtpClient("127.0.0.1", "ftptest", "ftptest") conn.Connect() If conn.DirectoryExists("/full/or/relati...
robinrodricks/FluentFTP
FluentFTP.VBExamples/DirectoryExists.vb
Visual Basic
mit
738
Imports System.Windows.Forms Imports System.Xml Imports System.Xml.Serialization Public Class ItemBrowser Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Public Sub XMLTreeItem(Item As Object) Try 'Section 0, serialize the...
WhiteHingeLtd/Framework
Framework/ItemBrowser.vb
Visual Basic
mit
4,103
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...
vurt007/ghost-bridge
src/GhostBridge.Sample.VBNet.NUnit/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,213
' 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 Roslyn.Test.U...
ManishJayaswal/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/WithBlockSemanticModelTests.vb
Visual Basic
apache-2.0
9,031
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...
EIDSS/EIDSS-Legacy
EIDSS v6.1/vb/EIDSS/EIDSS_NOTIFICATION_SVC/AssemblyInfo.vb
Visual Basic
bsd-2-clause
570
' 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 Imports Microsoft.CodeAnalysis.DocumentationComments Imports M...
CyrusNajmabadi/roslyn
src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.NormalType.vb
Visual Basic
mit
4,095
' 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.Concurrent Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Text Imports...
sharwell/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/GroupTypeInferenceLambda.vb
Visual Basic
mit
1,753
'--------------------------------------------------------------------- ' <copyright file="StateChange.vb" company="Microsoft"> ' Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. ' </copyright> '----------------------------------------------...
hotchandanisagar/odata.net
test/FunctionalTests/Tests/DataServices/UnitTests/ClientUnitTests/StateChange.vb
Visual Basic
mit
33,364
Namespace CRM <SupportedActionsSDK(True, False, False, False)> <DataServiceKey("QuotationID")> Public Class [AcceptQuotation] '''<summary>0 = No action (Default), 1 = create sales order, 2 = create sales invoice, 3 = create project.</summary> Public Property [Action] As Int32 '''<summary>Create a project work...
shtrip/exactonline-api-dotnet-client
src/ExactOnline.Client.Models/CRM.vb
Visual Basic
mit
73,840
Imports System Imports System.Net Imports System.Collections.Generic 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/...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBCreateRecurringAppointment3/Module1.vb
Visual Basic
mit
2,516
Partial Class RepNota4 'NOTE: The following procedure is required by the telerik Reporting Designer 'It can be modified using the telerik Reporting Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Dim ReportParameter1 As Telerik.Reporting.ReportParamete...
crackper/SistFoncreagro
SistFoncreagro.Report/RepNota4.Designer.vb
Visual Basic
mit
34,792
' 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 Imports Microsoft.CodeAnalysis.Editor.Host Imports Microsoft.CodeAnalysis.Editor.UnitTests.Worksp...
HellBrick/roslyn
src/EditorFeatures/VisualBasicTest/TextStructureNavigation/TextStructureNavigatorTests.vb
Visual Basic
apache-2.0
9,272
Namespace API ''' <summary> ''' kintoneアカウント情報を格納するためのクラス。 ''' コンストラクタが読み込むapp.configの設定に対して優先使用されます。 ''' </summary> ''' <remarks></remarks> Public Class kintoneAccount ''' <summary> ''' アプリケーションのドメイン ''' </summary> ''' <value></value> ''' <returns></re...
icoxfog417/kintoneDotNET
kintoneDotNET/kintoneAccount.vb
Visual Basic
apache-2.0
5,854
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rTablas.aspx.vb
Visual Basic
mit
5,680
Imports TextAdventures.Utility Public Class Main Private m_currentFile As String Private m_playingEditorGame As Boolean = False Private m_cmdLineLaunch As String = Nothing Private m_fromEditor As Boolean Private m_editorSimpleMode As Boolean Public Sub New() ' This call is...
siege918/quest
Quest/Main.vb
Visual Basic
mit
18,053
' Copyright (c) 2015 ZZZ Projects. All rights reserved ' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods) ' Website: http://www.zzzprojects.com/ ' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927 ' All ZZZ Projects products: Entity Framework Exte...
zzzprojects/Z.ExtensionMethods
src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Char/System.Char/Char.IsHighSurrogate.vb
Visual Basic
mit
880
' 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.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.RemoveUnusedVariable ...
weltkante/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnusedVariable/RemoveUnusedVariableTest.vb
Visual Basic
apache-2.0
2,165
' 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 Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.CodeAnalysis.Editor.UnitTests.W...
ericfe-ms/roslyn
src/VisualStudio/Core/Test/Preview/PreviewChangesTests.vb
Visual Basic
apache-2.0
17,844
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.Gene...
droyad/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateConstructor/GenerateConstructorTests.vb
Visual Basic
apache-2.0
35,255
Imports System.Globalization Imports Microsoft.Win32 Public Class ApplicationOptions #Region "Option Constants" Public Const OPT_FOLDER_LEVEL_1 As String = "FolderLevel1" Public Const OPT_FOLDER_LEVEL_2 As String = "FolderLevel2" Public Const OPT_FOLDER_LEVEL_3 As String = "FolderLevel3" Public Const...
acrojax-open/photos2folders
Photos2Folders/ApplicationOptions.vb
Visual Basic
mit
13,131
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.Model.SweptProtrusions.vb
Visual Basic
mit
1,374
'------------------------------------------------------------------------------ ' <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> '---...
Shadorunce/MiniProjects
Text Editor/TextEditor/My Project/Resources.Designer.vb
Visual Basic
mit
2,781
'------------------------------------------------------------------------------ ' <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/ExcelExistencias.aspx.designer.vb
Visual Basic
mit
1,831
'//////////////////////////////////////////////////////////////////////// ' Copyright 2001-2014 Aspose Pty Ltd. All Rights Reserved. ' ' This file is part of Aspose.Words. The source code in this file ' is only intended as a supplement to the documentation, and is provided ' "as is", without warranty of any kind, eith...
dtscal/Aspose_Words_NET
Examples/VisualBasic/Quick-Start/HelloWorld.vb
Visual Basic
mit
1,381
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmpregivercctr Inherits WeifenLuo.WinFormsUI.Docking.DockContent 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As ...
100dej/PlanningS
Form/800/FrmPreGIverCCtr.Designer.vb
Visual Basic
mit
7,528