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 System.Collections.Immutable Imports System.Diagnostics Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Text Imports Microsoft.C...
droyad/roslyn
src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_Throw.vb
Visual Basic
apache-2.0
2,222
Imports Codeer.Friendly.Windows.Grasp Imports NUnit.Framework Imports Ong.Friendly.FormsStandardControls Imports TechTalk.SpecFlow Namespace Features.Steps <Binding()> _ Public Class StepDefinitions Private Shared ReadOnly Form1DriverName As String = GetType(Form1Driver).FullName Private Pro...
takas-ho/SkeletonCodeerFriendly.2008
SkeletonCodeerFriendlyTest/Features/Steps/StepDefinitions.vb
Visual Basic
mit
2,904
'------------------------------------------------------------------------------ ' <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> '---...
burnsoftnet/BSApplicationProfiler
BSApplicationProfiler/My Project/Resources.Designer.vb
Visual Basic
mit
3,699
Option Strict On Option Explicit On Option Infer Off Imports System.Drawing Public NotInheritable Class ColorHelper Public Shared Function Multiply(Prototype As Color, ByVal Ratio As Double) As Color Dim RGB() As Integer = {Prototype.R, Prototype.G, Prototype.B} For i As Integer = 0 To 2 ...
Audiopolis/Gruppe21-prosjekt
AudiopoLib/AudiopoLib/ColorHelper.vb
Visual Basic
mit
2,924
Imports NetOffice Imports PowerPoint = NetOffice.PowerPointApi Imports NetOffice.PowerPointApi.Enums Imports Office = NetOffice.OfficeApi Imports NetOffice.OfficeApi.Enums Imports Tests.Core Public Class Test05 Implements ITestPackage Dim _presentationClose As Boolean Dim _afterNewPresentation As Boolean...
NetOfficeFw/NetOffice
Tests/Main Tests/PowerPointTestsVB/Test05.vb
Visual Basic
mit
3,725
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmTableViewer Inherits DocumentWindow 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
xieguigang/MassSpectrum-toolkits
src/mzkit/mzkit/pages/dockWindow/documents/frmTableViewer.Designer.vb
Visual Basic
mit
3,097
Imports System.Runtime.InteropServices Public Class Form1 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim objApp As SolidEdgeFramework.Application = Nothing Dim objType As Type = Nothing Dim objMatTable As SolidEdgeFramework.MatTable = Nothing ...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFramework.MatTable.GetCountOfCustomProperties.vb
Visual Basic
mit
1,462
'--------------------------------------------------------------------- ' <copyright file="AssemblyVersion.vb" company="Microsoft"> ' Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. ' </copyright> '------------------------------------------...
kouweizhong/odata.net
src/AssemblyInfo/AssemblyVersion.vb
Visual Basic
mit
1,032
Imports SistFoncreagro.BussinessEntities Public Interface IPermisosRepository Function GetAllFromPermisos() As List(Of Permisos) Function GetPermisosByDescripcion(ByVal descripcion As String) As Permisos Function PASolicitaAprobacion(ByVal IdPersonal As Int32) As Int32 End Interface
crackper/SistFoncreagro
SistFoncreagro.DataAccess/IPermisosRepository.vb
Visual Basic
mit
300
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...
lytico/dblinq2007
src/DbLinq.MySql/Test/My Project/AssemblyInfo.vb
Visual Basic
mit
1,156
Imports BVSoftware.BVC5.Core Partial Class FAQ Inherits BaseStorePage Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Me.MasterPageFile = PersonalizationServices.GetSafeMasterPage("Service.master") End Sub Protected Sub PageLoad(ByVal sender ...
ajaydex/Scopelist_2015
FAQ.aspx.vb
Visual Basic
apache-2.0
1,390
Public Class Upload Private Sub Upload_Load(sender As Object, e As EventArgs) Handles MyBase.Load lblDone.Text = "Your Signing Key is now made. You can find it in " + System.Environment.GetEnvironmentVariable("userprofile") + " it will be called " + iOSWinSigner.lblRequest.Text + ".certSigningRequest Y...
LinuxPhreak/iOS-Win-Signer
iOSWinSigner2/iOSWinSigner2/Upload.vb
Visual Basic
apache-2.0
438
 Namespace Forms Public Class SelectIndex #Region " Attributes " Protected m_aryIndices As New Collections.NeuralIndices(Nothing) Protected m_iMin As Integer = 0 Protected m_iMax As Integer = 100 #End Region #Region " Properties " Public Property Indices() As Collections.Neura...
NeuroRoboticTech/AnimatLabPublicSource
Libraries/AnimatCarlGUI/Forms/SelectIndex.vb
Visual Basic
bsd-3-clause
3,094
' Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.UnitTests.Diagnostics Im...
moozzyk/roslyn
src/Compilers/VisualBasic/Test/Semantic/Diagnostics/OperationAnalyzerTests.vb
Visual Basic
apache-2.0
28,084
' 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.CodeGen Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalys...
marksantos/roslyn
src/Compilers/VisualBasic/Portable/Lowering/IteratorRewriter/IteratorRewriter.IteratorMethodToClassRewriter.vb
Visual Basic
apache-2.0
9,503
' 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.Editor.VisualBasic.UnitTests.Diagnostics Im...
VSadov/roslyn
src/EditorFeatures/VisualBasicTest/RemoveUnusedParametersAndValues/RemoveUnusedValuesTestsBase.vb
Visual Basic
apache-2.0
1,568
' 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...
weltkante/roslyn
src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb
Visual Basic
apache-2.0
3,010
' 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.Security Imports System.Text Imports System.Globalization Imports System.Runtime.InteropS...
Ermiar/corefx
src/Microsoft.VisualBasic/src/Microsoft/VisualBasic/CompilerServices/Utils.LateBinder.vb
Visual Basic
mit
21,514
' 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 Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class AwaitKeywordRecommen...
ericfe-ms/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AwaitKeywordRecommenderTests.vb
Visual Basic
apache-2.0
3,342
' 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.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports Microsoft.C...
physhi/roslyn
src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_XmlLiteralFixupData.vb
Visual Basic
apache-2.0
1,999
' 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.Completion.Providers Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery Namespace Micr...
jhendrixMSFT/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/PreprocessorDirectives/EndRegionDirectiveKeywordRecommender.vb
Visual Basic
apache-2.0
2,286
' 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.Diagnostics Imports System.Linq Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Coll...
droyad/roslyn
src/Compilers/VisualBasic/Portable/Semantics/OverloadResolution.vb
Visual Basic
apache-2.0
249,103
' 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.Generic Imports System.Collections.Immutable Imports Microsoft.Cci Imports Microsoft.CodeAn...
sharwell/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SignatureOnlyPropertySymbol.vb
Visual Basic
mit
8,018
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rBcotizaciones_Totalizadas.aspx.vb
Visual Basic
mit
7,414
'------------------------------------------------------------------------------ ' <auto-generated> ' Dieser Code wurde von einem Tool generiert. ' Laufzeitversion:4.0.30319.18444 ' ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn ' der Code erneut generiert wi...
lbischof/gibb
303_Softeis/Softeis/My Project/Resources.Designer.vb
Visual Basic
mit
5,378
Imports System.IO Public Structure PROFILE_STEP Public StartTemperature_C As Single Public EndTemperature_C As Single Public Duration_seconds As UInt32 Public Function Serialize() As Byte() Using ms As New MemoryStream() ms.Write(BitConverter.GetBytes(StartTemperature_C), 0, 4) ...
pdoh00/Time2Brew-FermentationController
HardwareDriver/TestApp/DataStructures/PROFILE_STEP.vb
Visual Basic
mit
1,350
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmConversion 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) ...
patkub/visual-basic-intro
Length Conversion/Length Conversion/frmConversion.Designer.vb
Visual Basic
mit
5,950
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...
nunit/nunit.templates
nunit.tests.vb/My Project/AssemblyInfo.vb
Visual Basic
mit
1,003
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.0 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------------...
jcrout/Explorer
Explorer/My Project/Settings.Designer.vb
Visual Basic
mit
2,902
Public Class Form1 'Variables Dim intAge, intMonths, intTotalMonths As Integer Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click 'Assign Variables intAge = CInt(txtAge.Text) intMonths = CInt(txtMonths.Text) 'Calc...
hhaslam11/Visual-Basic-Projects
Age in Months/Age in Months/Form1.vb
Visual Basic
mit
651
' Copyright 2015, 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 ...
stevemanderson/googleads-dotnet-lib
examples/AdWords/Vb/v201506/BasicOperations/AddKeywords.vb
Visual Basic
apache-2.0
4,978
Imports System.Resources Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' Allgemeine Informationen über eine Assembly werden über die folgenden ' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, ' die mit einer Assembly verknüpft sind. ' Die Wert...
flat235/BinDiff
My Project/AssemblyInfo.vb
Visual Basic
bsd-2-clause
1,265
Imports System.Windows Imports System.Windows.Controls Imports ESRI.ArcGIS.Client.Symbols Partial Public Class MarkerSymbolAngle Inherits UserControl Public Sub New() InitializeComponent() End Sub Private Sub RadioButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs) Dim a...
MrChen2015/arcgis-samples-silverlight
src/VBNet/ArcGISSilverlightSDK/Graphics/MarkerSymbolAngle.xaml.vb
Visual Basic
apache-2.0
610
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:$clrversion$ ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------...
russpowers/ILSupport
IL Support.ProjectTemplates/VisualBasic/WindowsApplication/Resources.Designer.vb
Visual Basic
mit
2,785
' 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.Test.Utilities Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic Im...
ManishJayaswal/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/LambdaSemanticInfoTests.vb
Visual Basic
apache-2.0
30,985
' 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.Highlighting Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis....
VSadov/roslyn
src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/AccessorDeclarationHighlighter.vb
Visual Basic
apache-2.0
2,409
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Public Class M1 End Class
jhendrixMSFT/roslyn
src/Compilers/Test/Resources/Core/SymbolsTests/netModule/CrossRefModule1.vb
Visual Basic
apache-2.0
190
#Region "Microsoft.VisualBasic::419a870a506b1d876ff3ec05aa93cf74, src\assembly\assembly\ASCII\MGF\Ions.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT License ' ...
xieguigang/spectrum
src/assembly/assembly/ASCII/MGF/Ions.vb
Visual Basic
mit
4,267
Public Class FriendShips Private token As OauthTokens Friend Sub New(ByVal t As OauthTokens) token = t End Sub ''' <summary> ''' Get Noretweets_ids ''' </summary> ''' <param name="parameter">Parameters</param> Public Async Function NoRetweets(Optional ByVal parameter As Reques...
szr2000/FistTwit
FistTwit.Async/Methods/FriendShips.vb
Visual Basic
mit
4,698
Imports NLog Imports Transporter_AEHF.Objects.Enumerations Imports Transporter_AEHF.Objects.Positioners.Directed_Perception Namespace Objects.Positioners ''' <summary> ''' Class to create an object that has all the functionality of a PTU-300 positioner ''' </summary> Public Class FlirUnit Im...
wboxx1/85-EIS-PUMA
puma/src/Supporting Objects/Positioners/Directed Perception/FlirUnit.vb
Visual Basic
mit
48,498
Imports GemBox.Document Imports GemBox.Document.MailMerging Module Program Sub Main() ' If using Professional version, put your serial key below. ComponentInfo.SetLicense("FREE-LIMITED-KEY") Dim document = DocumentModel.Load("MergeClearOptions.docx") ' Data source with "Populate...
gemboxsoftware-dev-team/GemBox.Document.Examples
VB.NET/Mail Merge/Clear Options/Program.vb
Visual Basic
mit
1,334
Public Class Calls Private Sub HuraButton1_Click(sender As Object, e As EventArgs) Handles HuraButton1.Click Me.Close() End Sub Private Sub HuraButton2_Click(sender As Object, e As EventArgs) Handles HuraButton2.Click Me.WindowState = FormWindowState.Minimized End Sub Private Sub...
MJGC-Jonathan/ComputerHelper
Computer Helper/Computer Helper/Calls.vb
Visual Basic
mit
4,230
Imports LearningFluentMigrator.Migrations Imports FluentMigrator.Runner Public Class Form1 Public Sub New() ' この呼び出しは、Windows フォーム デザイナで必要です。 InitializeComponent() ' InitializeComponent() 呼び出しの後で初期化を追加します。 MigrationsConfig.Start() End Sub End Class
takas-ho/LearningFluentMigrator.2008
LearningFluentMigrator/Form1.vb
Visual Basic
mit
375
Imports IPrompt.VisualBasic Class wndMain Private Sub btnIMessageBox_Click(sender As Object, e As RoutedEventArgs) Handles btnIMessageBox.Click tblckResponse.Text = [Enum].GetName(GetType(MsgBoxResult), IMsgBox("Optional IMessageBox text", vbYesNoCancel + vbExclamation, "Optional IMessageBox Title", Me))...
ramer/IPrompt
IPromptTestVB/wndMain.xaml.vb
Visual Basic
mit
1,110
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
PDF Renderer SDK/VB.NET/Convert PDF To JPEG/Program.vb
Visual Basic
apache-2.0
1,766
'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/Tracking/Samples/TAAddHistoricalTrackingLayer/VBNet/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,743
Imports System Imports Microsoft.VisualBasic Imports ChartDirector Public Class pareto Implements DemoModule 'Name of demo module Public Function getName() As String Implements DemoModule.getName Return "Pareto Chart" End Function 'Number of charts produced in this demo module Public ...
jojogreen/Orbital-Mechanix-Suite
NetWinCharts/VBNetWinCharts/pareto.vb
Visual Basic
apache-2.0
4,774
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...
hsravat-4590/automatic-waddle
WaddleWaddle/InstallUpdate/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,161
' 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...
huoxudong125/Z.ExtensionMethods
src (VB.NET)/Z.ExtensionMethods.VB/Z.Drawing/System.Drawing.Color/System.Drawing.ColorTranslator/Color.ToWin32.vb
Visual Basic
mit
793
' 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.Globalization Imports System.IO Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAna...
jmarolf/roslyn
src/Compilers/VisualBasic/Test/CommandLine/SarifV2ErrorLoggerTests.vb
Visual Basic
mit
8,868
' 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.Threading Imports System.Threading.Tasks Imports Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.LanguageS...
mmitche/roslyn
src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_VBAssignments.vb
Visual Basic
apache-2.0
33,288
' 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.Classification Imports Microsoft.Co...
ErikSchierboom/roslyn
src/Workspaces/VisualBasic/Portable/Classification/VisualBasicClassificationService.vb
Visual Basic
apache-2.0
1,517
' 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.SpecialType Imports Microsoft.CodeAnalysis.Test.Utilities I...
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/NameOfTests.vb
Visual Basic
apache-2.0
120,175
' 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.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCod...
shyamnamboodiripad/roslyn
src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb
Visual Basic
apache-2.0
688
' 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.Linq Imports System.Text Imports System.Threading Imports Microsoft.CodeAnalysis Imports Micr...
hanu412/roslyn
src/Workspaces/VisualBasic/Portable/Formatting/Engine/Trivia/TriviaDataFactory.TriviaRewriter.vb
Visual Basic
apache-2.0
8,440
Imports System.Windows.Controls.Primitives Public Class MainWindowContext Public Property Spielerliste As ICollection(Of SpielerInfo) Public Property KlassementListe As IEnumerable(Of KlassementName) End Class Public Class MeineCommands Public Shared ReadOnly Property FremdSpielerLöschen As RoutedUIComm...
GoppeltM/PPC-Manager
Trunk/PPC Manager/StartlistenEditor/View/MainWindow.xaml.vb
Visual Basic
mit
10,828
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18408 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
winny-/CPS-240
Assignments/PA 1 W Weinert/PA 1 W Weinert/My Project/Resources.Designer.vb
Visual Basic
mit
2,723
'------------------------------------------------------------------------------ ' <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
DBHelpers/OracleHelper/My Project/Settings.Designer.vb
Visual Basic
mit
2,902
'------------------------------------------------------------------------------ ' <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> '-----------...
Vbnet2016001/proy001
ProyectoVB001/ProyectoVB001/My Project/Settings.Designer.vb
Visual Basic
mit
2,932
Imports System.Data Partial Class PAS_fOrdenes_Compras 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 Dim lcOrdenCompra As String = cusAp...
kodeitsolutions/ef-reports
PAS_fOrdenes_Compras.aspx.vb
Visual Basic
mit
14,354
'------------------------------------------------------------------------------ ' <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> '---...
evandixon/Sky-Editor
CheatGenerator/My Project/Settings.Designer.vb
Visual Basic
mit
3,007
Imports System.Xml Public Class Persona Private _nombre As String Public Property Nombre() As String Get Return _nombre End Get Set(ByVal value As String) _nombre = value End Set End Property Private _apellido As String Public Property Apell...
ProgrammersCats/Proyecto1P
Module/Module/Persona.vb
Visual Basic
mit
1,319
Imports System.Runtime.InteropServices Imports System.Drawing Imports ESRI.ArcGIS.Framework Imports ESRI.ArcGIS.ArcMapUI Imports System.Windows.Forms Imports ESRI.ArcGIS.Editor Imports ESRI.ArcGIS.EditorExt Imports ESRI.ArcGIS.esriSystem Imports ESRI.ArcGIS.Geodatabase Imports ESRI.ArcGIS.Display Imports ESRI.ArcGIS.G...
MichelPothier/GeneralisationCartographique
BarreGeneralisation/vbnet/cmdAdoucir.vb
Visual Basic
mit
7,081
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class FormColors_Category 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) ...
doters/electrohell
stockingElectrohell 02-04-16/stockingElectrohell/stockingElectrohell/forms/FormColors_Category.Designer.vb
Visual Basic
mit
6,042
 Imports System.Text Imports Microsoft.VisualStudio.TestTools.UnitTesting Imports Intrigue Imports Intrigue.Nodes Imports Intrigue.Parsing <TestClass()> Public Class ParserAndJsonTest <TestMethod()> Public Sub Parser_json_arrays() Assert.AreEqual( "(make-jarray 1 2 3)", Parser....
jmettraux/Intrigue
Intrigue.Tests/ParserAndJsonTest.vb
Visual Basic
mit
1,902
'------------------------------------------------------------------------------ ' <auto-generated> ' 此代码由工具生成。 ' 运行时版本:4.0.30319.42000 ' ' 对此文件的更改可能会导致不正确的行为,并且如果 ' 重新生成代码,这些更改将会丢失。 ' </auto-generated> '------------------------------------------------------------------------------ Option Str...
2niuhe/vb_access
WindowsApplication1/My Project/Resources.Designer.vb
Visual Basic
mit
3,156
Option Strict Off Option Explicit On Friend Class frmOrderItemQuick Inherits System.Windows.Forms.Form Dim adoPrimaryRS As ADODB.Recordset Private Sub loadLanguage() 'frmOrderItemQuick = No Code [GRV Quick Edit] 'rsLang.filter = "LanguageLayoutLnk_LanguageID=" & 0000 'If rsLang.RecordCount ...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmOrderItemQuick.vb
Visual Basic
mit
7,249
' Copyright (c) $year$ $ownername$ ' All rights reserved. ' ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED ' TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ' THE AUTHORS OR COPYRIGHT ...
asposemarketplace/Aspose_for_DNN
Aspose.DNN/Aspose.DotNetNuke.Template/Visual Studio 2013/VSIX/VB-Template/View.ascx.vb
Visual Basic
mit
3,065
#Region "Header" ' Revit API .NET Labs ' ' Copyright (C) 2006-2021 by Autodesk, Inc. ' ' Permission to use, copy, modify, and distribute this software ' for any purpose and without fee is hereby granted, provided ' that the above copyright notice appears in all copies and ' that both that copyright notice and t...
jeremytammik/AdnRevitApiLabsXtra
XtraVb/LabConstants.vb
Visual Basic
mit
2,661
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...
jakubjenis/lecture.net
Vb.Net/Skolenie/Casting/My Project/AssemblyInfo.vb
Visual Basic
mit
1,134
'------------------------------------------------------------------------------ ' <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> '-----------...
Hadesxz/VB-codes
2016020901vbSnakes and Ladders Game/2016020901vbSnakes and Ladders Game/My Project/Settings.Designer.vb
Visual Basic
mit
2,978
Namespace pCloudy.DTO Public Class CaptureDeviceScreenshotDto Public Property result As CaptureDeviceScreenshotResultDto End Class Public Class CaptureDeviceScreenshotResultDto Public Property [error] As String Public Property token As String Public Property code As Intege...
pankyopkey/pCloudy-sample-projects
DotNet/pCloudy-vb-connector/pCloudy-dotnet-connector/DTOs/CaptureDeviceScreenshotDto.vb
Visual Basic
apache-2.0
433
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/Void/Void/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,113
Imports System.IO Imports My.Resources Namespace BasicAnalyzers ''' <summary> ''' Analyzer for reporting syntax tree diagnostics, that require some semantic analysis. ''' It reports diagnostics for all source files which have at least one declaration diagnostic. ''' </summary> <DiagnosticAnalyzer(...
stjeong/roslyn
src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/StatelessAnalyzers/SemanticModelAnalyzer.vb
Visual Basic
apache-2.0
2,269
Imports ESRI.ArcGIS.Mobile.MapActions Imports ESRI.ArcGIS.Mobile Imports ESRI.ArcGIS.Mobile.MobileServices Imports ESRI.ArcGIS.Mobile.Geometries Imports System.Windows.Forms Imports System Imports System.Drawing Imports MobileControls.EditControl Imports MobileControls Imports Esri.ArcGISTemplates Public Class Creat...
Esri/water-utility-mobile-map
Redline_Control/CreateFeaturesControl.vb
Visual Basic
apache-2.0
29,288
' 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.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.CodeAnaly...
thomaslevesque/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/XmlDocCommentCompletionProviderTests.vb
Visual Basic
apache-2.0
12,893
' 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.IO Imports System.Reflection.PortableExecutable Imports System.Runtime.InteropServices Imports System.Text...
sharadagrawal/Roslyn
src/Compilers/VisualBasic/Test/Semantic/Compilation/CompilationAPITests.vb
Visual Basic
apache-2.0
83,625
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmMining 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 ...
TheCharlatan/Gridcoin-Research
contrib/Installer/boinc/boinc/frmMining.Designer.vb
Visual Basic
mit
41,191
' 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.Linq Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.Emit Im...
orthoxerox/roslyn
src/Compilers/Test/Utilities/VisualBasic/BasicTestBase.vb
Visual Basic
apache-2.0
38,634
' 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 Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis....
DavidKarlas/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/Lambda_Relaxation.vb
Visual Basic
apache-2.0
117,712
' 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 Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeM...
mmitche/roslyn
src/VisualStudio/Core/Test/CodeModel/CSharp/ExternalCodeFunctionTests.vb
Visual Basic
apache-2.0
1,243
' 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/Portable/Semantics/TypeInference/RequiredConversion.vb
Visual Basic
apache-2.0
8,119
Public Class Node(Of T As IHasRect) Public bound As Rectangle Private contents As New List(Of T) Public nodes As New List(Of Node(Of T))(4) Public Sub New(ByVal b As Rectangle) bound = b End Sub Public ReadOnly Property Count As Integer Get Dim cnt As Integer = 0 ...
thekoushik/Darker-Unknown
WindowsApplication3/WindowsApplication3/WindowsApplication3/Node.vb
Visual Basic
mit
4,741
Imports Owl.Core.Structures Imports Owl.Core.Tensors Namespace Convolutions ''' <summary> ''' Scales values to conform to 0-1 range. ''' </summary> Public Class Normalizer Inherits ImageModifier Public Overrides Function Duplicate() As ImageModifier Return New Normalizer(...
mateuszzwierzycki/Owl
Owl.Learning/Images/Normalizer.vb
Visual Basic
mit
600
Namespace Models Public Class CachedField Inherits GenericEntity Public Overrides Property ID As String Get Return FieldName End Get Set(value As String) FieldName = value End Set End Property Private...
nublet/DMS
DMS.Base/Models/Extensions/CachedField.vb
Visual Basic
mit
2,915
'------------------------------------------------------------------------------ ' <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> '-----------...
lbischof/gibb
303_Softeis/Softeis/My Project/Settings.Designer.vb
Visual Basic
mit
2,920
Namespace Inspection ''' <summary>Query Part for Visibility (e.g. Public, Friend + Private 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:34</generator-date> ''' <generator-...
thiscouldbejd/Leviathan
_Inspection/Querying/Generated/VisibilityPart.vb
Visual Basic
mit
2,606
'------------------------------------------------------------------------------ ' <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> '---------------...
morphx666/Circles
Circles/My Project/Resources.Designer.vb
Visual Basic
mit
2,709
'------------------------------------------------------------------------------ ' <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> '-----------...
reillysiemens/jogos
visualBasic/jogos/jogos/My Project/Resources.Designer.vb
Visual Basic
mit
2,714
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34209 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
Esri/arcobjects-sdk-community-samples
Net/Framework/OpenSaveLogExtension/VBNet/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,934
' 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.Globalization Imports System....
aelij/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourcePropertySymbol.vb
Visual Basic
apache-2.0
59,478
Public Class StringForm ' Executes the editor. Public Shared Function GetString(ByVal value As String) As String Dim instance As New StringForm() instance.TextBox1.Text = value If instance.ShowDialog() = Windows.Forms.DialogResult.OK Then Return instance.TextBox1.Text ...
QMDevTeam/QMDesigner
BO/Editor Classes/Forms/StringForm.vb
Visual Basic
apache-2.0
394
Imports MonitoringAgent.Agent.AgentParameters Namespace Agent Public Class Database Public Shared Property AgentSystemList As New List(Of AgentSystem) Public Shared Property AgentDataList As New List(Of AgentData) Public Shared Property AgentStateList As New List(Of AgentState) Pu...
philipcwhite/MonitoringAgent
MonitoringAgent/Agent/Database/Database.vb
Visual Basic
apache-2.0
424
Imports BVSoftware.Bvc5.Core Partial Class BVAdmin_Configuration_Shipping_EditMethod Inherits BaseAdminPage Private m As Shipping.ShippingMethod Private WithEvents editor As Content.BVShippingModule Protected Sub Page_Load1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load ...
ajaydex/Scopelist_2015
BVAdmin/Configuration/Shipping_EditMethod.aspx.vb
Visual Basic
apache-2.0
5,905
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...
smallsharptools/SmallSharpToolsDotNet
VSX/Sample/SampleLibraryVB/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,215
' 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.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis....
basoundr/roslyn
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb
Visual Basic
apache-2.0
64,453
Imports Newtonsoft.Json Partial Public Module Models <JsonObject(MemberSerialization:=MemberSerialization.OptIn)> Public Class Role <JsonProperty(PropertyName:="name", Required:=Required.AllowNull)> Public Name As String <JsonProperty(PropertyName:="rate", Required:=Required.AllowNu...
dewster/lol-mastery-manager-new-client
LoLMasteryManager/Models/Role.vb
Visual Basic
mit
487
' 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.Ge...
OmarTawfik/roslyn
src/EditorFeatures/VisualBasicTest/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.vb
Visual Basic
apache-2.0
17,488
' 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.UnitTests.Workspaces Imports Microsoft....
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/Formatting/VisualBasicNewDocumentFormattingServiceTests.vb
Visual Basic
mit
1,614
' 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 Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysi...
VPashkov/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Statements/ElseKeywordRecommenderTests.vb
Visual Basic
apache-2.0
9,947