hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24c2e2136325d3621a751ecb609c5185bbb58e98 | 1,616 | bas | Visual Basic | tests/fbcunit/tests/fbcu_order.bas | zai1208/fbc | 02cc78513c9e9d2aeab93dd41994f7593fceff48 | [
"MIT"
] | 521 | 2015-01-13T20:42:25.000Z | 2022-03-24T19:13:18.000Z | tests/fbcunit/tests/fbcu_order.bas | jayrm/fbc | ae665330eefc276bc16c0831657b714ee2f592fd | [
"MIT"
] | 196 | 2015-02-06T14:01:07.000Z | 2022-03-30T18:10:33.000Z | tests/fbcunit/tests/fbcu_order.bas | jayrm/fbc | ae665330eefc276bc16c0831657b714ee2f592fd | [
"MIT"
] | 142 | 2015-02-04T03:59:44.000Z | 2022-03-09T07:33:33.000Z | #include once "fbcunit.bi"
dim shared init_done as boolean = false
dim shared cleanup_done as boolean = false
namespace tests.fbcunit.order1
sub test1 cdecl ( )
CU_ASSERT_EQUAL( init_done, false )
CU_ASSERT_EQUAL( cleanup_done, false )
end sub
end namespace
namespace tests.fbcunit.order2
function init cdec... | 24.484848 | 94 | 0.742574 |
ed86963f11c5f3ae243eedf5a70b2522e5343bb8 | 5,100 | vb | Visual Basic | aardvark-api-windows-x86_64-v5.40/aardvark-api-windows-x86_64-v5.40/vb.net/main.vb | firstsystemsuk/aardvark_i2c | 2cbf38f76dc144cd0c44f56b1d1f7a09fd720d8d | [
"MIT"
] | 1 | 2021-03-19T20:47:16.000Z | 2021-03-19T20:47:16.000Z | aardvark-api-windows-x86_64-v5.40/aardvark-api-windows-x86_64-v5.40/vb.net/main.vb | firstsystemsuk/aardvark_i2c | 2cbf38f76dc144cd0c44f56b1d1f7a09fd720d8d | [
"MIT"
] | null | null | null | aardvark-api-windows-x86_64-v5.40/aardvark-api-windows-x86_64-v5.40/vb.net/main.vb | firstsystemsuk/aardvark_i2c | 2cbf38f76dc144cd0c44f56b1d1f7a09fd720d8d | [
"MIT"
] | 1 | 2021-12-30T02:19:41.000Z | 2021-12-30T02:19:41.000Z | Public Class Main
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End... | 37.226277 | 161 | 0.656667 |
00d661c0b42adc7be7c5c8af3aedcfb4a382bfe8 | 534 | vbs | Visual Basic | VBScript2/Modify the Default Time-to-Live for All Network Adapters.vbs | mrnettek/VBScript0 | 4b29334be673c71e00079de215239e3c4680b6e2 | [
"MIT"
] | 1 | 2021-01-07T10:48:52.000Z | 2021-01-07T10:48:52.000Z | VBScript2/Modify the Default Time-to-Live for All Network Adapters.vbs | mrnettek/VBScript0 | 4b29334be673c71e00079de215239e3c4680b6e2 | [
"MIT"
] | null | null | null | VBScript2/Modify the Default Time-to-Live for All Network Adapters.vbs | mrnettek/VBScript0 | 4b29334be673c71e00079de215239e3c4680b6e2 | [
"MIT"
] | null | null | null | ' Description: Sets the default time-to-live value in the header of outgoing IP packets to 64 (this represents the number of routers an IP packet can pass through before being discarded). Valid TTL values range from 1 to 255, with a default value of 32.
On Error Resume Next
strComputer = "."
Set objWMIService = GetO... | 41.076923 | 253 | 0.775281 |
9cc574bc0d11aa3041ac542fe7f93e9befe7a8c1 | 1,416 | vb | Visual Basic | src/VBNet/ArcGISSilverlightSDK/Map/PanButtons.xaml.vb | Esri/arcgis-samples-silverlight | 6e921dc365232d0cb47d81a3ae877e06a81c5f87 | [
"Apache-2.0"
] | 7 | 2015-01-23T14:14:47.000Z | 2021-11-12T15:03:35.000Z | src/VBNet/ArcGISSilverlightSDK/Map/PanButtons.xaml.vb | Esri/arcgis-samples-silverlight | 6e921dc365232d0cb47d81a3ae877e06a81c5f87 | [
"Apache-2.0"
] | 4 | 2015-02-03T03:52:51.000Z | 2015-04-17T11:29:05.000Z | src/VBNet/ArcGISSilverlightSDK/Map/PanButtons.xaml.vb | Esri/arcgis-samples-silverlight | 6e921dc365232d0cb47d81a3ae877e06a81c5f87 | [
"Apache-2.0"
] | 16 | 2015-01-23T14:12:22.000Z | 2021-11-12T15:03:37.000Z | Imports System.Windows
Imports System.Windows.Controls
Imports ESRI.ArcGIS.Client.Geometry
Partial Public Class PanButtons
Inherits UserControl
Public Sub New()
InitializeComponent()
End Sub
Private Sub PanClick(ByVal sender As Object, ByVal e As RoutedEventArgs)
... | 34.536585 | 80 | 0.529661 |
512e2cc2cbe689fe5736e8ea679aea9a767e1850 | 481 | bas | Visual Basic | examples/manual/control/on-goto.bas | fatman2021/E6510CPU | a66268c747ae728c4dd76f8f3172601db64282a7 | [
"BSD-2-Clause"
] | null | null | null | examples/manual/control/on-goto.bas | fatman2021/E6510CPU | a66268c747ae728c4dd76f8f3172601db64282a7 | [
"BSD-2-Clause"
] | null | null | null | examples/manual/control/on-goto.bas | fatman2021/E6510CPU | a66268c747ae728c4dd76f8f3172601db64282a7 | [
"BSD-2-Clause"
] | null | null | null | '' examples/manual/control/on-goto.bas
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
'' be included in other distributions without authorization.
''
'' See Also: http://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOngoto
'' --------
Dim choice As Integer
Input "Enter a n... | 18.5 | 73 | 0.673597 |
c694c31805787be2827e6c429fa2ee4ba3f94d2e | 1,105 | vb | Visual Basic | Reference/VB.NET/DynamicGeometry/Points/PixelInfo/RectangleAdapter.vb | KirillOsenkov/LiveGeometry | d6234097d04085153f33f57f25b49a1d70450249 | [
"MIT"
] | 25 | 2017-08-01T11:22:45.000Z | 2021-05-18T14:05:32.000Z | Reference/VB.NET/DynamicGeometry/Points/PixelInfo/RectangleAdapter.vb | KirillOsenkov/LiveGeometry | d6234097d04085153f33f57f25b49a1d70450249 | [
"MIT"
] | null | null | null | Reference/VB.NET/DynamicGeometry/Points/PixelInfo/RectangleAdapter.vb | KirillOsenkov/LiveGeometry | d6234097d04085153f33f57f25b49a1d70450249 | [
"MIT"
] | 6 | 2017-11-14T22:31:26.000Z | 2022-03-18T14:35:51.000Z | 'Friend Class RectangleAdapter
' Implements IPointPair
' Private mRect As System.Drawing.Rectangle
' Public Property Rect() As System.Drawing.Rectangle
' Get
' Return mRect
' End Get
' Set(ByVal Value As System.Drawing.Rectangle)
' mRect = Value
' mPoint1.x = mRect.X
' mPoint1.y = mRect.Y
'... | 25.113636 | 76 | 0.5819 |
f27178e4d9e79e4a052d782ef61738c98d15627c | 3,254 | vb | Visual Basic | ProyectoFinal/MDI.vb | MrTato/DatabaseGUI | eefb3b7bfb5437e56ccdcbe3172a5a7f5865e7d5 | [
"MIT"
] | 1 | 2021-07-23T00:24:04.000Z | 2021-07-23T00:24:04.000Z | ProyectoFinal/MDI.vb | MrTato/DatabaseGUI | eefb3b7bfb5437e56ccdcbe3172a5a7f5865e7d5 | [
"MIT"
] | null | null | null | ProyectoFinal/MDI.vb | MrTato/DatabaseGUI | eefb3b7bfb5437e56ccdcbe3172a5a7f5865e7d5 | [
"MIT"
] | null | null | null | Public Class MDI
Public idLogin As String
Private Sub ClienteToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles ClienteToolStripMenuItem.Click
Cliente.MdiParent = Me
Cliente.Show()
End Sub
Private Sub TestToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles... | 40.675 | 145 | 0.756607 |
4c1490b576c9d6419c983d3b8052b46cfa44c362 | 11,406 | vb | Visual Basic | QB.Compatibility/Console.vb | DualBrain/QB.Compatibility | 6eba6299dec09ee8bd0374ea01a0585bf5e28522 | [
"MIT"
] | 3 | 2020-05-27T08:08:11.000Z | 2021-07-20T17:54:45.000Z | QB.Compatibility/Console.vb | DualBrain/QB.Compatibility | 6eba6299dec09ee8bd0374ea01a0585bf5e28522 | [
"MIT"
] | null | null | null | QB.Compatibility/Console.vb | DualBrain/QB.Compatibility | 6eba6299dec09ee8bd0374ea01a0585bf5e28522 | [
"MIT"
] | 1 | 2021-07-20T17:54:46.000Z | 2021-07-20T17:54:46.000Z | Option Explicit On
Option Strict On
Option Infer On
Imports QB.Core
Namespace Global.QB
Public NotInheritable Class Console
Private Declare Function GetAsyncKeyState Lib "user32" (vkey As Integer) As Short
Private Sub New()
End Sub
Public Shared Sub COLOR(fg%)
If fg% > 15 Then fg% -= 16
... | 29.937008 | 125 | 0.577503 |
edc0f5ee6e1784112a98aeb1cc3d30d08f7f43a1 | 352 | vba | Visual Basic | solidworks-api/getting-started/inter-process-communication/invoke-add-in-functions/via-add-in-object/Macro.vba | EddyAlleman/codestack | bb672671df5d274c47a1ee15f436f946c18f5b8f | [
"MIT"
] | 75 | 2020-07-23T02:56:44.000Z | 2022-03-24T09:52:56.000Z | solidworks-api/getting-started/inter-process-communication/invoke-add-in-functions/via-add-in-object/Macro.vba | EddyAlleman/codestack | bb672671df5d274c47a1ee15f436f946c18f5b8f | [
"MIT"
] | 120 | 2020-09-04T21:20:51.000Z | 2022-03-28T14:13:44.000Z | solidworks-api/getting-started/inter-process-communication/invoke-add-in-functions/via-add-in-object/Macro.vba | EddyAlleman/codestack | bb672671df5d274c47a1ee15f436f946c18f5b8f | [
"MIT"
] | 40 | 2020-07-22T06:28:50.000Z | 2022-03-16T14:09:45.000Z | Dim swApp As SldWorks.SldWorks
Sub main()
Set swApp = Application.SldWorks
Dim swGeomAddIn As CreateGeometryAddIn.IGeometryAddIn
Set swGeomAddIn = swApp.GetAddInObject("CodeStack.GeometryAddIn")
Dim swFeat As SldWorks.Feature
Set swFeat = swGeomAddIn.CreateCylinder(0.2, 0.5)
swFeat.... | 23.466667 | 69 | 0.721591 |
5eb625af2b2db95ba7464b2e65d09aa1b448f4d5 | 2,725 | bas | Visual Basic | fractals/barnsleys-fern-csub.bas | thwill1000/cmm2-welcome | 9be3ed892301472e56c8597a370222a45b1a8d19 | [
"Unlicense"
] | 12 | 2020-08-25T16:59:40.000Z | 2021-11-20T10:01:36.000Z | fractals/barnsleys-fern-csub.bas | thwill1000/cmm2-welcome | 9be3ed892301472e56c8597a370222a45b1a8d19 | [
"Unlicense"
] | 21 | 2020-08-29T05:59:43.000Z | 2021-08-16T22:23:22.000Z | fractals/barnsleys-fern-csub.bas | thwill1000/cmm2-welcome | 9be3ed892301472e56c8597a370222a45b1a8d19 | [
"Unlicense"
] | 1 | 2020-08-26T17:06:08.000Z | 2020-08-26T17:06:08.000Z | ' CSUB demo of Barnsley's Fern
' Author: The "Sasquatch"
'
' Renders ~150X faster than pure MMBasic version
'
' This demo will render continuously until Q)uit
' Press I key to Zoom in
' Press O key to Zoom out
' Press Q key to Quit
#Include "../common/welcome.inc"
we.check_firmware_version("5.06.00")
Mode 1,8 ' 800... | 34.0625 | 80 | 0.763303 |
0239a71884023b11ddbc7746173eb5b015badd17 | 1,635 | vb | Visual Basic | NetrixDemo/RibbonLib/Samples/VB/17-QuickAccessToolbar/Form1.Designer.vb | apircher/netrix | e33769852c164b8f8b4391920aeb1a2b7b5fecdb | [
"MIT"
] | 36 | 2019-09-25T18:31:06.000Z | 2022-03-30T03:15:00.000Z | NetrixDemo/RibbonLib/Samples/VB/17-QuickAccessToolbar/Form1.Designer.vb | apircher/netrix | e33769852c164b8f8b4391920aeb1a2b7b5fecdb | [
"MIT"
] | 8 | 2020-01-19T03:34:14.000Z | 2021-12-25T11:57:24.000Z | NetrixDemo/RibbonLib/Samples/VB/17-QuickAccessToolbar/Form1.Designer.vb | apircher/netrix | e33769852c164b8f8b4391920aeb1a2b7b5fecdb | [
"MIT"
] | 10 | 2017-09-10T01:57:06.000Z | 2022-03-16T10:31:19.000Z | Namespace _17_QuickAccessToolbar
Partial Public Class Form1
''' <summary>
''' Required designer variable.
''' </summary>
Private components As System.ComponentModel.IContainer = Nothing
''' <summary>
''' Clean up any resources being used.
''' </summary>
''' <param name="disposing">true if managed res... | 29.196429 | 101 | 0.620795 |
f95aeaa987287832f504ec6153d22acbdae0989a | 3,346 | bas | Visual Basic | VBAExport/RenameAssemblyBrowserNodes.bas | jpjohnston-nrs/AlexFielder-iLogic | d97fff17c3cab38ea9ac22d51863cc499ba0579e | [
"Unlicense"
] | 28 | 2018-01-06T15:00:57.000Z | 2022-03-22T15:13:37.000Z | VBAExport/RenameAssemblyBrowserNodes.bas | hklause/iLogic | 0a75ae3724db959e35e9d9e50a75cf1fe0da3192 | [
"Unlicense"
] | 7 | 2019-08-30T16:11:16.000Z | 2021-03-24T18:23:13.000Z | VBAExport/RenameAssemblyBrowserNodes.bas | hklause/iLogic | 0a75ae3724db959e35e9d9e50a75cf1fe0da3192 | [
"Unlicense"
] | 13 | 2019-08-30T14:18:04.000Z | 2022-01-14T21:27:57.000Z | Attribute VB_Name = "RenameAssemblyBrowserNodes"
'credit goes to this thread: https://forums.autodesk.com/t5/inventor-customization/using-ilogic-to-rename-browser-nodes/m-p/4318636#M44814
' and PaulM for pointing me towards it.
Sub Main()
'Grab the Assembly Document
Dim oDoc As AssemblyDocument
Set oDoc = T... | 49.205882 | 185 | 0.626121 |
f7714f0a2c5ce6a75a0c914eefefd716bf511700 | 3,191 | vb | Visual Basic | KodiBuddy/FrmMasterList.vb | smaulder/KodiBuddy | ee353f8b9a77e3e5f423f5ddce575c45083d744f | [
"Apache-2.0"
] | 3 | 2016-09-28T02:52:22.000Z | 2017-06-26T16:04:36.000Z | KodiBuddy/FrmMasterList.vb | smaulder/KodiBuddy | ee353f8b9a77e3e5f423f5ddce575c45083d744f | [
"Apache-2.0"
] | null | null | null | KodiBuddy/FrmMasterList.vb | smaulder/KodiBuddy | ee353f8b9a77e3e5f423f5ddce575c45083d744f | [
"Apache-2.0"
] | null | null | null | Imports KodiBuddy.Common.Functions
Imports System.IO
Public Class FrmMasterList
Public Dirs() As String
Public KodiSettings As Common.KodiBuddyData = Common.Functions.LoadXML()
Private Sub FrmMasterList_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim rootDir As String = String.Emp... | 43.121622 | 124 | 0.581009 |
497d3b54f009c34457f65a4a06107031578d7854 | 1,029 | vb | Visual Basic | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Double/System.Math/Double.Ceiling.vb | BekoSan/Z.ExtensionMethods | f87e2979116c205684ad1372690cd34301e673e3 | [
"MIT"
] | 1,002 | 2015-03-07T05:20:59.000Z | 2022-03-31T20:38:25.000Z | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Double/System.Math/Double.Ceiling.vb | BekoSan/Z.ExtensionMethods | f87e2979116c205684ad1372690cd34301e673e3 | [
"MIT"
] | 26 | 2015-08-11T18:41:29.000Z | 2022-03-26T07:11:21.000Z | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Double/System.Math/Double.Ceiling.vb | BekoSan/Z.ExtensionMethods | f87e2979116c205684ad1372690cd34301e673e3 | [
"MIT"
] | 278 | 2015-03-09T01:00:07.000Z | 2022-03-02T15:09:13.000Z |
' 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... | 38.111111 | 118 | 0.725948 |
7fb5bd77772012f1514ee121866e07bd150a386a | 706 | vb | Visual Basic | test/System.Web.Razor.Test/TestFiles/CodeGenerator/VB/Output/ExplicitExpressionAtEOF.vb | akrisiun/Mvc5 | 4be3267dbb57e16f2256b4ef9b5d4370b69bff1b | [
"Apache-2.0"
] | 793 | 2017-04-27T13:19:02.000Z | 2022-03-31T07:40:47.000Z | test/System.Web.Razor.Test/TestFiles/CodeGenerator/VB/Output/ExplicitExpressionAtEOF.vb | akrisiun/Mvc5 | 4be3267dbb57e16f2256b4ef9b5d4370b69bff1b | [
"Apache-2.0"
] | 256 | 2017-05-02T11:51:14.000Z | 2022-03-30T20:00:10.000Z | test/System.Web.Razor.Test/TestFiles/CodeGenerator/VB/Output/ExplicitExpressionAtEOF.vb | akrisiun/Mvc5 | 4be3267dbb57e16f2256b4ef9b5d4370b69bff1b | [
"Apache-2.0"
] | 375 | 2017-04-26T22:32:01.000Z | 2022-03-31T07:40:50.000Z | '------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:N.N.NNNNN.N
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'----------------... | 22.0625 | 79 | 0.587819 |
8ace2ae589660c8df716ba13d759fc13d71f1596 | 28,867 | vb | Visual Basic | 1-WebApplication/AdevicoWeb/Modules/Repository/UC_New/UC_ItemDetails.ascx.vb | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | 1 | 2020-05-14T00:38:23.000Z | 2020-05-14T00:38:23.000Z | 1-WebApplication/AdevicoWeb/Modules/Repository/UC_New/UC_ItemDetails.ascx.vb | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | 1-WebApplication/AdevicoWeb/Modules/Repository/UC_New/UC_ItemDetails.ascx.vb | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | Imports lm.Comol.Core.FileRepository.Domain
Imports lm.Comol.Core.BaseModules.FileRepository.Presentation
Imports lm.Comol.Core.BaseModules.FileRepository.Presentation.Domain
Imports lm.ActionDataContract
Public Class UC_ItemDetails
Inherits FRbaseControl
Implements IViewItemDetails
#Region "Context"
Pri... | 54.058052 | 257 | 0.677833 |
2f37667798a39cf804b27e8388045c113d00ec34 | 7,817 | vb | Visual Basic | PIImport/mdlUtil.vb | altryx/PI-Import | 29090004836c6fff5636916c6a172143ea1356af | [
"MIT"
] | null | null | null | PIImport/mdlUtil.vb | altryx/PI-Import | 29090004836c6fff5636916c6a172143ea1356af | [
"MIT"
] | null | null | null | PIImport/mdlUtil.vb | altryx/PI-Import | 29090004836c6fff5636916c6a172143ea1356af | [
"MIT"
] | null | null | null | Module mdlUtil
Public PI_Tag As String = String.Empty
Public PI_Tags As String()
Public PI_StartTime As String = String.Empty
Public PI_HistTimes As String()
Public PI_EndTime As String = String.Empty
Public PI_Duration As String = String.Empty
Public PI_Cmd As String = "cv"
Public PI_S... | 43.91573 | 147 | 0.533964 |
533f4538081f72e64db4a38f98c5d35a936f7795 | 1,307 | frm | Visual Basic | svyStyleGuide/forms/collapsible.frm | Servoy/svyThemeRoller | afe1138ebe39adcea26f1a1fc6a3a7bc3378a131 | [
"MIT"
] | null | null | null | svyStyleGuide/forms/collapsible.frm | Servoy/svyThemeRoller | afe1138ebe39adcea26f1a1fc6a3a7bc3378a131 | [
"MIT"
] | 1 | 2020-03-23T13:32:07.000Z | 2020-03-23T13:32:07.000Z | svyStyleGuide/forms/collapsible.frm | Servoy/svyThemeRoller | afe1138ebe39adcea26f1a1fc6a3a7bc3378a131 | [
"MIT"
] | null | null | null | customProperties:"formComponent:false,\
useCssPosition:true",
encapsulation:108,
items:[
{
cssPosition:"6,-1,98,8,301,248",
json:{
collapsibles:[
{
form:"9F1450D9-0AEB-45F2-B129-437559BEDB27",
svyUUID:"75E457B4-DF00-4525-AA6A-E58775787953"
},
{
form:"C261D12C-C1ED-4F45-916D-A4730750443F",
svyUUID:"FAEB3936-A23B-48C9-8C... | 17.197368 | 54 | 0.730681 |
78a46d7c015e901318d65b7d4c6611bf202c927c | 1,292 | vb | Visual Basic | Source/DOM/LargestContentfulPaint.vb | Shpendicus/IslandClone | 22adea8cdd555f64eb12e6c59bf13da051bf16ed | [
"BSD-2-Clause"
] | null | null | null | Source/DOM/LargestContentfulPaint.vb | Shpendicus/IslandClone | 22adea8cdd555f64eb12e6c59bf13da051bf16ed | [
"BSD-2-Clause"
] | null | null | null | Source/DOM/LargestContentfulPaint.vb | Shpendicus/IslandClone | 22adea8cdd555f64eb12e6c59bf13da051bf16ed | [
"BSD-2-Clause"
] | null | null | null | '''<Summary>The LargestContentfulPaint interface of the Largest Contentful Paint API provides details about the largest image or text paint before user input on a web page. The timing of this paint is a good heuristic for when the main page content is available during load.</Summary>
<DynamicInterface(GetType(EcmaScr... | 71.777778 | 286 | 0.755418 |
3ce538b9fa6fec46d61d5f45cf9e4f9569f436e4 | 6,269 | vb | Visual Basic | deeplearning4vb/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/layers/HelperUtils.vb | Deep-Learning-4-VB-NET/deeplearning4vb | cb842cef7fa9a85b38d90e1eb9c75ad29d073449 | [
"MIT"
] | 2 | 2021-09-03T15:27:58.000Z | 2021-09-11T18:44:55.000Z | deeplearning4vb/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/layers/HelperUtils.vb | Deep-Learning-4-VB-NET/deeplearning4vb | cb842cef7fa9a85b38d90e1eb9c75ad29d073449 | [
"MIT"
] | null | null | null | deeplearning4vb/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/layers/HelperUtils.vb | Deep-Learning-4-VB-NET/deeplearning4vb | cb842cef7fa9a85b38d90e1eb9c75ad29d073449 | [
"MIT"
] | 1 | 2021-09-11T18:44:56.000Z | 2021-09-11T18:44:56.000Z | Imports System
Imports Slf4j = lombok.extern.slf4j.Slf4j
Imports DL4JClassLoading = org.deeplearning4j.common.config.DL4JClassLoading
Imports Nd4j = org.nd4j.linalg.factory.Nd4j
import static org.deeplearning4j.common.config.DL4JSystemProperties.DISABLE_HELPER_PROPERTY
import static org.deeplearning4j.common.config.DL... | 55.477876 | 238 | 0.749402 |
59ca63b2cca54ff54192883e1a8c7c09d7e504d6 | 45,490 | vb | Visual Basic | EngrLEMSProcess.vb | luisi-at/Line-Engineer-Management-System-LEMS- | a8a409f7f1ce56da137406c1f5ca93d023dd37fe | [
"Artistic-2.0"
] | 1 | 2016-06-30T20:57:53.000Z | 2016-06-30T20:57:53.000Z | EngrLEMSProcess.vb | luisi-at/Line-Engineer-Management-System-LEMS- | a8a409f7f1ce56da137406c1f5ca93d023dd37fe | [
"Artistic-2.0"
] | null | null | null | EngrLEMSProcess.vb | luisi-at/Line-Engineer-Management-System-LEMS- | a8a409f7f1ce56da137406c1f5ca93d023dd37fe | [
"Artistic-2.0"
] | null | null | null | Option Explicit On
Imports System.Data.OleDb
Imports System.Data
Imports System.Linq
Imports System.Environment
Imports System.IO
Imports Excel = Microsoft.Office.Interop.Excel
'used to store engineer IDs and their positions in lists
Public Structure tEngrIDAndListPostn
Dim engrID As Integer
Dim su... | 48.809013 | 280 | 0.65887 |
c317073d1aebb5582358fc37e6d5823b45a14cae | 1,345 | vba | Visual Basic | Task/Exceptions/VBA/exceptions-2.vba | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2021-05-05T13:42:20.000Z | 2021-05-05T13:42:20.000Z | Task/Exceptions/VBA/exceptions-2.vba | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Exceptions/VBA/exceptions-2.vba | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Sub bar1()
'by convention, a simple handler
On Error GoTo catch
foo1
MsgBox " No Error"
Exit Sub
catch:
'handle all exceptions
MsgBox Err.Number & vbCrLf & Err.Description
Exit Sub
End Sub
Sub bar2()
'a more complex handler, illustrating some of the flexibility of VBA exception handling
... | 28.617021 | 88 | 0.662454 |
f3537be90545d7f5060f5dbb7ad308f632125fe8 | 10,203 | vb | Visual Basic | Dio84ReUbc.NfSampleWinformVb/FormVb.vb | y2cjp/DIO-8-4RE-UBC-ExampleCs | 299578de389798726af4943de206b8bb3eeec74b | [
"MIT"
] | null | null | null | Dio84ReUbc.NfSampleWinformVb/FormVb.vb | y2cjp/DIO-8-4RE-UBC-ExampleCs | 299578de389798726af4943de206b8bb3eeec74b | [
"MIT"
] | null | null | null | Dio84ReUbc.NfSampleWinformVb/FormVb.vb | y2cjp/DIO-8-4RE-UBC-ExampleCs | 299578de389798726af4943de206b8bb3eeec74b | [
"MIT"
] | null | null | null | Imports System.Threading
Imports Dio84ReUbc.NfLibrary
Public Class FormVb
Private i2C As I2CFt4222
Private dio84Re As Dio84
Private dio84Rd As Dio84
Private dio016Rc As Dio016
Private aio320Ra As Aio320
Public Sub New()
InitializeComponent()
End Sub
Public Sub Print(ByVal te... | 31.785047 | 166 | 0.639224 |
f614a952f52bc12e0b45b7f3f660e76fa76794d1 | 207 | vbs | Visual Basic | DISK2/OITODT.vbs | riordanmr/BurSim | 0c17de1709a764d21d5dc4c538c5aed5f774fd99 | [
"MIT"
] | null | null | null | DISK2/OITODT.vbs | riordanmr/BurSim | 0c17de1709a764d21d5dc4c538c5aed5f774fd99 | [
"MIT"
] | null | null | null | DISK2/OITODT.vbs | riordanmr/BurSim | 0c17de1709a764d21d5dc4c538c5aed5f774fd99 | [
"MIT"
] | null | null | null | ' OITODT.vbs - Partially simulator the OpenIT ODT program terminator.
' Mark Riordan 10 Sep 1999
retcode = Wait(2,"",STOQ)
SPOMsg "OITODT: OPERATOR ODT-INPUT 7.0.2.05 (980901)"
retcode = Wait(99999,"",STOQ) | 41.4 | 69 | 0.729469 |
28cbcd3d077f7a20d87bf02330dfdf7801e53d52 | 6,118 | vb | Visual Basic | 3-Business/2-Core/lm.Comol.Core.Statistiche/DAL/FileManager.vb | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | 3-Business/2-Core/lm.Comol.Core.Statistiche/DAL/FileManager.vb | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | 3-Business/2-Core/lm.Comol.Core.Statistiche/DAL/FileManager.vb | EdutechSRL/Adevico | 311e0d53115348d2a143d49260e87c655efbb7b6 | [
"MIT"
] | null | null | null | Imports COL_DataLayer
Imports COL_BusinessLogic_v2
Public Class FileManager
Public Shared Function GetFilePersStat(ByVal UserId As Integer, ByVal CommunityId As Integer)
Dim oUserList As New List(Of FilePersonalStat)
Dim oRequest As New COL_Request
Dim oParam As New COL_Request.Parameter
... | 37.304878 | 153 | 0.592024 |
f88a199a09cc2bb2148d23f486effc1a790d5031 | 7,743 | vb | Visual Basic | Base/DateTimeHandling/AcademicYearHandling/ClassificationItem.vb | vanitas-mundi/Base | 78ab5a72b7fb228bb099cad17679c36b778abdc9 | [
"MIT"
] | null | null | null | Base/DateTimeHandling/AcademicYearHandling/ClassificationItem.vb | vanitas-mundi/Base | 78ab5a72b7fb228bb099cad17679c36b778abdc9 | [
"MIT"
] | null | null | null | Base/DateTimeHandling/AcademicYearHandling/ClassificationItem.vb | vanitas-mundi/Base | 78ab5a72b7fb228bb099cad17679c36b778abdc9 | [
"MIT"
] | null | null | null | Option Explicit On
Option Infer On
Option Strict On
#Region " --------------->> Imports/ usings "
Imports SSP.Base.DateTimeHandling.AcademicYearHandling.Enums
Imports SSP.Base.DateTimeHandling.AcademicYearHandling.Interfaces
#End Region
Namespace DateTimeHandling.AcademicYearHandling
Public MustInherit... | 38.522388 | 144 | 0.706315 |
be7ec10ef0b5665b8d2f3299df5e9f1dd6dc6f17 | 29,547 | vb | Visual Basic | deeplearning4vb/deeplearning4j/deeplearning4j-scaleout/spark/dl4j-spark-nlp/src/main/java/org/deeplearning4j/spark/models/embeddings/word2vec/Word2Vec.vb | Deep-Learning-4-VB-NET/deeplearning4vb | cb842cef7fa9a85b38d90e1eb9c75ad29d073449 | [
"MIT"
] | 2 | 2021-09-03T15:27:58.000Z | 2021-09-11T18:44:55.000Z | deeplearning4vb/deeplearning4j/deeplearning4j-scaleout/spark/dl4j-spark-nlp/src/main/java/org/deeplearning4j/spark/models/embeddings/word2vec/Word2Vec.vb | Deep-Learning-4-VB-NET/deeplearning4vb | cb842cef7fa9a85b38d90e1eb9c75ad29d073449 | [
"MIT"
] | null | null | null | deeplearning4vb/deeplearning4j/deeplearning4j-scaleout/spark/dl4j-spark-nlp/src/main/java/org/deeplearning4j/spark/models/embeddings/word2vec/Word2Vec.vb | Deep-Learning-4-VB-NET/deeplearning4vb | cb842cef7fa9a85b38d90e1eb9c75ad29d073449 | [
"MIT"
] | 1 | 2021-09-11T18:44:56.000Z | 2021-09-11T18:44:56.000Z | Imports System
Imports System.Collections.Generic
Imports Getter = lombok.Getter
Imports NonNull = lombok.NonNull
Imports FastMath = org.apache.commons.math3.util.FastMath
Imports JavaPairRDD = org.apache.spark.api.java.JavaPairRDD
Imports JavaRDD = org.apache.spark.api.java.JavaRDD
Imports JavaSparkContext = org.apac... | 45.73839 | 313 | 0.750127 |
f1b5a21ea591f02f3ec2e9dc18db6d2a00f5c47d | 3,426 | volt | Volt | app/modules/User/View/AdminUsers/index.volt | ljx0517/phalconeye | 04e724fb541b0afba7b988f3601bce48a954719e | [
"BSD-3-Clause"
] | 1 | 2015-01-02T16:41:11.000Z | 2015-01-02T16:41:11.000Z | app/modules/User/View/AdminUsers/index.volt | ljx0517/phalconeye | 04e724fb541b0afba7b988f3601bce48a954719e | [
"BSD-3-Clause"
] | null | null | null | app/modules/User/View/AdminUsers/index.volt | ljx0517/phalconeye | 04e724fb541b0afba7b988f3601bce48a954719e | [
"BSD-3-Clause"
] | null | null | null | {#
+------------------------------------------------------------------------+
| PhalconEye CMS |
+------------------------------------------------------------------------+
| Copyright (c) 2013-2014 PhalconEye Team (http://phalconeye.com/) |
+------------------------------------------------------------------------+
| Th... | 36.83871 | 105 | 0.574139 |
1665befeea6f5abc05d7bb56a4c5cc314213f754 | 7,988 | volt | Volt | app/views/setting/share.volt | changl61/wcharts | 50b9de7828e33c42db2b4fe7e922e42ee1b59d27 | [
"Apache-2.0"
] | 8 | 2017-12-08T02:03:41.000Z | 2019-08-02T06:06:48.000Z | app/views/setting/share.volt | changl61/wcharts | 50b9de7828e33c42db2b4fe7e922e42ee1b59d27 | [
"Apache-2.0"
] | null | null | null | app/views/setting/share.volt | changl61/wcharts | 50b9de7828e33c42db2b4fe7e922e42ee1b59d27 | [
"Apache-2.0"
] | 4 | 2017-12-13T06:15:24.000Z | 2019-01-04T20:23:00.000Z | <ul class="share-list">
<li class="unit-table" data-type='query'>
<div class="table-head">
<div class="table-head-left">
<h5><i class="iconfont icon-search"></i> 查询</h5>
</div>
<div class="table-head-right">
<div class="unit-handles">... | 45.386364 | 198 | 0.369805 |
8bcebddf1c0c30293b64de873a08abc8e4d3b61e | 8,024 | volt | Volt | captiveportal/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt | muhammadarsalansiddiqui/freeradius-plugin | 448d76a87a6afc5f6b24db922fbfadfea8d09b90 | [
"BSD-2-Clause"
] | null | null | null | captiveportal/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt | muhammadarsalansiddiqui/freeradius-plugin | 448d76a87a6afc5f6b24db922fbfadfea8d09b90 | [
"BSD-2-Clause"
] | null | null | null | captiveportal/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt | muhammadarsalansiddiqui/freeradius-plugin | 448d76a87a6afc5f6b24db922fbfadfea8d09b90 | [
"BSD-2-Clause"
] | 1 | 2021-08-15T20:34:03.000Z | 2021-08-15T20:34:03.000Z | {#
OPNsense® is Copyright © 2014 – 2015 by Deciso B.V.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of c... | 51.435897 | 206 | 0.489158 |
65ee0f6504893f3b3dc4c6ddfa91e41e7946c791 | 582 | volt | Volt | app/views/partials/footer.volt | duythien/phalcon-tip | 5330185110dc97334337626b89cc41f2020ef90a | [
"Apache-2.0"
] | 12 | 2016-03-22T17:37:37.000Z | 2021-07-06T16:48:21.000Z | app/views/partials/footer.volt | duythien/phalcon-tip | 5330185110dc97334337626b89cc41f2020ef90a | [
"Apache-2.0"
] | 8 | 2015-01-02T11:18:36.000Z | 2015-08-06T10:50:13.000Z | app/views/partials/footer.volt | zphalcon/phalcon-tip | 5330185110dc97334337626b89cc41f2020ef90a | [
"Apache-2.0"
] | 12 | 2015-01-02T11:29:29.000Z | 2016-01-02T13:24:32.000Z | <div id="footer">
<div class="container">
<p class="text-muted credit">Website built with {{link_to('', 'Phalcon')}} by <a href="http://twitter.com/tranduythien" target="_blank">Thien</a> & | {{link_to('about', 'About')}}
<span class="pull-right">
<a title="Follow updates" href="http://twitter.com... | 52.909091 | 187 | 0.616838 |
9e190cda9928f8a0042f8aede9a915b5119892ed | 4,810 | volt | Volt | app/views/rombel/jenjang.volt | andynur/siakad | a86db7bf00c218c9a6288cb9076e11f18b2fdf19 | [
"Apache-2.0"
] | null | null | null | app/views/rombel/jenjang.volt | andynur/siakad | a86db7bf00c218c9a6288cb9076e11f18b2fdf19 | [
"Apache-2.0"
] | null | null | null | app/views/rombel/jenjang.volt | andynur/siakad | a86db7bf00c218c9a6288cb9076e11f18b2fdf19 | [
"Apache-2.0"
] | 1 | 2018-09-12T15:49:34.000Z | 2018-09-12T15:49:34.000Z | {# Define variables #}
{% set tanggalIndo = helper.dateBahasaIndo(date('Y-m-d')) %}
{% set urlPost = url('jenjangpendidikan/addJenjang') %}
{# Global css #}
<style>{% include "include/view.css" %}</style>
<!-- Header content -->
<section class="content-header">
<h1>
Jenjang Pendidikan
<small>
... | 42.566372 | 149 | 0.389397 |
f1ea7fb255107d46e801fdc5a6ffd8e0dc4da9d4 | 21,741 | vue | Vue | src/pages/Tow/details/fillOrder/fillOrder.vue | XiaoDaoAXin/yh_shop | fc7861cc2a6ffce2a3ba8fabb9eb6fe1bba37192 | [
"MIT"
] | null | null | null | src/pages/Tow/details/fillOrder/fillOrder.vue | XiaoDaoAXin/yh_shop | fc7861cc2a6ffce2a3ba8fabb9eb6fe1bba37192 | [
"MIT"
] | null | null | null | src/pages/Tow/details/fillOrder/fillOrder.vue | XiaoDaoAXin/yh_shop | fc7861cc2a6ffce2a3ba8fabb9eb6fe1bba37192 | [
"MIT"
] | null | null | null | <template>
<section class="fillOrder">
<!--头部-->
<Header :type="'routers'" :title="'提交订单'" :right="'choice'" :middle="'title'" />
<!--地址-->
<section class="address">
<div class="address_a" @click="$router.replace({path: '/mine/dizhi',query:{
path: $route.query.path,
token: $route... | 30.364525 | 152 | 0.525689 |
85f5c345076918a3be25a0e95a620b531f1e078f | 6,544 | vue | Vue | resources/js/components/TodoList.vue | qyerke/testZadaniye | 2d98d3f2ee21c7f2885d68d10afd9be840a32e5c | [
"MIT"
] | null | null | null | resources/js/components/TodoList.vue | qyerke/testZadaniye | 2d98d3f2ee21c7f2885d68d10afd9be840a32e5c | [
"MIT"
] | 4 | 2021-02-02T17:51:12.000Z | 2022-02-27T03:12:04.000Z | resources/js/components/TodoList.vue | qyerke/testZadaniye | 2d98d3f2ee21c7f2885d68d10afd9be840a32e5c | [
"MIT"
] | null | null | null | <template>
<div class="container">
<nav class="navbar navbar-light bg-light">
<form class="form-inline">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" v-model="search" >
<!-- Button trigger modal -->
<button type="button" class="btn bt... | 36.355556 | 224 | 0.435513 |
53be1b49f3addcd0c03e5886bb7c4283f44f082a | 1,250 | vue | Vue | monitor-ui/src/components/pages/Search-homepage.vue | YKHahahaha/wecube-plugins-prometheus | f211fca52154c2ff0ea1a8c35c22dc2897ce48f7 | [
"Apache-2.0"
] | 1 | 2019-11-11T07:03:11.000Z | 2019-11-11T07:03:11.000Z | monitor-ui/src/components/pages/Search-homepage.vue | YKHahahaha/wecube-plugins-prometheus | f211fca52154c2ff0ea1a8c35c22dc2897ce48f7 | [
"Apache-2.0"
] | null | null | null | monitor-ui/src/components/pages/Search-homepage.vue | YKHahahaha/wecube-plugins-prometheus | f211fca52154c2ff0ea1a8c35c22dc2897ce48f7 | [
"Apache-2.0"
] | null | null | null | <template>
<div class=" " style="text-align: center;padding-top:15%">
<ul class="search-ul">
<li class="search-li">
<Searchinput :parentConfig="searchInputConfig"></Searchinput>
</li>
<li class="search-li">
<button type="button" class="btn btn-sm btn-confirm-f"
... | 23.584906 | 131 | 0.5568 |
d5558d93219e37008dec1d20e4bf488f8c41bf3a | 3,434 | vue | Vue | app/assets/javascripts/vue_shared/components/deprecated_modal.vue | jbrizio/gitlabhq | c8993cbd95b26944128da0fa56bc2500d9920ce0 | [
"MIT"
] | 1 | 2019-08-15T01:43:54.000Z | 2019-08-15T01:43:54.000Z | app/assets/javascripts/vue_shared/components/deprecated_modal.vue | jbrizio/gitlabhq | c8993cbd95b26944128da0fa56bc2500d9920ce0 | [
"MIT"
] | null | null | null | app/assets/javascripts/vue_shared/components/deprecated_modal.vue | jbrizio/gitlabhq | c8993cbd95b26944128da0fa56bc2500d9920ce0 | [
"MIT"
] | 1 | 2019-08-15T01:43:55.000Z | 2019-08-15T01:43:55.000Z | <script>
/* eslint-disable vue/require-default-prop */
import { __ } from '~/locale';
export default {
name: 'DeprecatedModal', // use GlModal instead
props: {
id: {
type: String,
required: false,
},
title: {
type: String,
required: false,
},
text: {
type: String,... | 23.520548 | 97 | 0.472918 |
0906ba4711e271c0227663a69bf70dc273b517b2 | 13,254 | vue | Vue | frontend/javascript/components/campaign-list.vue | okfde/froide-campaign | 2757888c59dcf89b2b33fba5a4fd517d046aa6cd | [
"MIT"
] | 5 | 2016-01-27T19:00:50.000Z | 2021-11-15T12:23:24.000Z | frontend/javascript/components/campaign-list.vue | okfde/froide-campaign | 2757888c59dcf89b2b33fba5a4fd517d046aa6cd | [
"MIT"
] | 2 | 2020-11-02T11:48:44.000Z | 2020-11-03T15:39:46.000Z | frontend/javascript/components/campaign-list.vue | okfde/froide-campaign | 2757888c59dcf89b2b33fba5a4fd517d046aa6cd | [
"MIT"
] | 1 | 2020-10-30T09:20:53.000Z | 2020-10-30T09:20:53.000Z | <template>
<div :class="{ 'mx-n3': settings.twoColumns }">
<campaign-request v-if="showRequestForm"
:config="requestConfig"
:buttonText="config.button_text"
:request-form="requestForm"
:user-info="user"
:user-form="userForm"
:data="showRequestForm"
:current-url="''"
... | 28.938865 | 182 | 0.557115 |
9ee5367ce2a8a091a8c3f53d8efc6ef5c899af72 | 1,539 | vue | Vue | src/components/custom/ChromeTab/index.vue | bundlejs/soybean-admin | 9d4ed617fb80095e521d8063718283459711118f | [
"MIT"
] | 1 | 2022-02-28T06:58:19.000Z | 2022-02-28T06:58:19.000Z | src/components/custom/ChromeTab/index.vue | bundlejs/soybean-admin | 9d4ed617fb80095e521d8063718283459711118f | [
"MIT"
] | null | null | null | src/components/custom/ChromeTab/index.vue | bundlejs/soybean-admin | 9d4ed617fb80095e521d8063718283459711118f | [
"MIT"
] | null | null | null | <template>
<div
class="relative flex-y-center h-34px px-24px -mr-18px cursor-pointer"
:class="{ 'z-10': isActive, 'z-9': isHover }"
@mouseenter="setTrue"
@mouseleave="setFalse"
>
<div class="absolute-lb wh-full overflow-hidden">
<svg-radius-bg
class="wh-full"
:is-active="is... | 23.318182 | 106 | 0.617284 |
1e4c0f514d1e147bc3eefc014636ba8a0d448f3e | 664 | vue | Vue | src/components/Page404.vue | ztc1997/teaching_info_system | 8b85c661d951c180adc65164b6db7d44c801982e | [
"Apache-2.0"
] | null | null | null | src/components/Page404.vue | ztc1997/teaching_info_system | 8b85c661d951c180adc65164b6db7d44c801982e | [
"Apache-2.0"
] | null | null | null | src/components/Page404.vue | ztc1997/teaching_info_system | 8b85c661d951c180adc65164b6db7d44c801982e | [
"Apache-2.0"
] | null | null | null | <template>
<v-layout row wrap>
<v-flex xs12>
<v-card>
<v-card-title class="red darken-3 white--text subheading" primary-title>
<span class="title">404 Not Found</span>
</v-card-title>
<v-card-text>
您要查找的页面不存在... | 23.714286 | 88 | 0.454819 |
c41e264d701e95df5865e35fa599a3b20a2f2b5c | 1,946 | vue | Vue | src/views/shoppingCart/settle/TimeChoosePop.vue | Huangshutinghst/mall-ui | 2e6d37fd9a0c9b8f0cc4f75ff66a594601e7d365 | [
"MIT"
] | null | null | null | src/views/shoppingCart/settle/TimeChoosePop.vue | Huangshutinghst/mall-ui | 2e6d37fd9a0c9b8f0cc4f75ff66a594601e7d365 | [
"MIT"
] | null | null | null | src/views/shoppingCart/settle/TimeChoosePop.vue | Huangshutinghst/mall-ui | 2e6d37fd9a0c9b8f0cc4f75ff66a594601e7d365 | [
"MIT"
] | null | null | null | <!-- 底部弹出 时间选择器 -->
<template>
<div class="time-choose-popup">
<van-popup v-model="visible" @close="close" position="bottom" :style="{ height: '30%' }">
<van-datetime-picker
v-model="currentDate"
type="date"
title="选择送达时间"
confirm-b... | 24.024691 | 97 | 0.408016 |
9cb92da1ef42a12f825d23034c8e1eff9ffa05e3 | 1,043 | vue | Vue | src/svg/success.vue | XiaoYimi/Do-UI | ee4ff8292d5636ffb897f820c359a15c484e576b | [
"MIT"
] | null | null | null | src/svg/success.vue | XiaoYimi/Do-UI | ee4ff8292d5636ffb897f820c359a15c484e576b | [
"MIT"
] | 5 | 2021-03-10T21:34:50.000Z | 2022-02-27T06:15:46.000Z | src/svg/success.vue | XiaoYimi/Do-UI | ee4ff8292d5636ffb897f820c359a15c484e576b | [
"MIT"
] | null | null | null | <template>
<svg
:t="time"
class="icon"
viewBox="0 0 1024 1024"
:width="width"
:height="height"
:fill="color"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
p-id="1134">
<path d="M512 64q190.016 4.992 316.512 131.488T960 512q-4.992 190.016-131.488 316.512T512 960q-190.... | 23.177778 | 396 | 0.581016 |
c7554ab8d9a1bc34891f4ff84d891c41e38fb98f | 387 | vue | Vue | components/header/Donate.vue | iFonny/TwiteloApp | 39cbe6283a5b28342f74d65e26ee74db756e705c | [
"MIT"
] | 3 | 2019-03-03T12:37:24.000Z | 2020-02-14T08:24:09.000Z | components/header/Donate.vue | iFonny/TwiteloApp | 39cbe6283a5b28342f74d65e26ee74db756e705c | [
"MIT"
] | null | null | null | components/header/Donate.vue | iFonny/TwiteloApp | 39cbe6283a5b28342f74d65e26ee74db756e705c | [
"MIT"
] | null | null | null | <template>
<nuxt-link :to="'/donate'" class="navbar-item navbar-item-line" :class="{ 'navbar-item-line-active': ($nuxt.$route.name == 'donate' ? true : false ) }">
<b-icon pack="fab" icon="bitcoin" type="is-warning"></b-icon>
<span class='menu-button'>{{$t('navbar.donate')}}</span>
</nuxt-link>
</template>... | 24.1875 | 155 | 0.620155 |
c5611ca99224c381075837cfe4a53c6ac422cd24 | 6,064 | vue | Vue | front/src/views/parkingArea/parkingArea.vue | Symphoomc1f/krexusj | 7da9ee49cbb0120801aa44f65b53484d600da76a | [
"Apache-2.0"
] | null | null | null | front/src/views/parkingArea/parkingArea.vue | Symphoomc1f/krexusj | 7da9ee49cbb0120801aa44f65b53484d600da76a | [
"Apache-2.0"
] | null | null | null | front/src/views/parkingArea/parkingArea.vue | Symphoomc1f/krexusj | 7da9ee49cbb0120801aa44f65b53484d600da76a | [
"Apache-2.0"
] | null | null | null | <template>
<div class="app-container">
<div class="filter-container" style="margin-bottom: 10px">
<el-input
v-model="listQuery.num"
placeholder="请输入停车场编码"
style="width: 200px"
class="filter-item"
/>
<el-input
v-model="listQuery.paId"
placeholder="请... | 27.192825 | 104 | 0.557388 |
69f30119746603765c40b081115718e2a8caf618 | 12,386 | vue | Vue | src/renderer/components/Header/index.vue | xiaoming-hetao/electron-music-player | ba189c298043d5aa1b32b97259aa664abeaa7aad | [
"Apache-2.0"
] | null | null | null | src/renderer/components/Header/index.vue | xiaoming-hetao/electron-music-player | ba189c298043d5aa1b32b97259aa664abeaa7aad | [
"Apache-2.0"
] | null | null | null | src/renderer/components/Header/index.vue | xiaoming-hetao/electron-music-player | ba189c298043d5aa1b32b97259aa664abeaa7aad | [
"Apache-2.0"
] | null | null | null | <template>
<div
class="header-view"
:style="{ height: height }"
>
<div class="avatar-div">
<div class="avatar">
<img src="../../assets/images/logo.png" />
<p>深空音乐</p>
</div>
</div>
<div class="left flex-c-l">
<el-button
class="no-drag"
size="min... | 25.538144 | 103 | 0.486921 |
0a955e7aeecee8626b53f658b805e90410dcd002 | 1,091 | vue | Vue | resources/js/Components/Tabs/Tab2.vue | Pedrozzza/Talking-Sheep-English-Inertia-Vue | 3422f985215a873bdb0d2d424efc23ebd5f6db0b | [
"MIT"
] | null | null | null | resources/js/Components/Tabs/Tab2.vue | Pedrozzza/Talking-Sheep-English-Inertia-Vue | 3422f985215a873bdb0d2d424efc23ebd5f6db0b | [
"MIT"
] | null | null | null | resources/js/Components/Tabs/Tab2.vue | Pedrozzza/Talking-Sheep-English-Inertia-Vue | 3422f985215a873bdb0d2d424efc23ebd5f6db0b | [
"MIT"
] | null | null | null | <template>
<div class="h-160 flex justify-center items-center">
<div class="container">
<div id="tab-2-content" class="grid grid-cols-2 gap-36">
<div class="self-center">
<h1 class="text-black text-3xl font-bold mb-12">{{ settings?.data?.hero_second_card_text1... | 33.060606 | 233 | 0.550871 |
ef333bed41507983d7f742fe98a6ce2c091d0cae | 562 | vue | Vue | ui/src/main/web/icons/SunIcon.vue | rjayasinghe/query-response-spring-amqp | e8f79a75094605397f0fd92de956fa289e64453c | [
"Apache-2.0"
] | 3 | 2020-04-24T10:19:06.000Z | 2020-12-13T12:23:43.000Z | ui/src/main/web/icons/SunIcon.vue | rjayasinghe/query-response-spring-amqp | e8f79a75094605397f0fd92de956fa289e64453c | [
"Apache-2.0"
] | 17 | 2020-03-13T21:36:03.000Z | 2020-11-22T13:00:32.000Z | ui/src/main/web/icons/SunIcon.vue | rjayasinghe/query-response-spring-amqp | e8f79a75094605397f0fd92de956fa289e64453c | [
"Apache-2.0"
] | 3 | 2020-04-17T07:46:56.000Z | 2020-05-05T05:27:26.000Z | <template>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon icon-tabler icon-tabler-sun"
width="24"
height="24"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z"... | 20.814815 | 102 | 0.581851 |
1bea4218fd2d0b1d2e54df6218aa1d014dcfee07 | 1,426 | vue | Vue | client/pages/admin/my-product/_page.vue | 7samasm/sudashop | 568c21cce61a303c4bdeff1cb8a49a54292e1707 | [
"MIT"
] | null | null | null | client/pages/admin/my-product/_page.vue | 7samasm/sudashop | 568c21cce61a303c4bdeff1cb8a49a54292e1707 | [
"MIT"
] | null | null | null | client/pages/admin/my-product/_page.vue | 7samasm/sudashop | 568c21cce61a303c4bdeff1cb8a49a54292e1707 | [
"MIT"
] | null | null | null | <template>
<div>
<custom-dialog
title="Warnnig !"
:visible="dialogActive"
:message="`you want delete ${slotData.title} ?`"
:loading-right-btn="loadingRightDialogBtn"
@close="dialogActive = false"
@leftHasClicked="dialogActive = false"
@rightHasClicked="
removeProd... | 24.169492 | 68 | 0.52805 |
2fe6439f1f3609aed5f3738f0c72ed58e976d901 | 1,629 | vue | Vue | layouts/index.vue | cloudhired/frontend | 580366c99378dac7b188c5973dcf79558a0122b1 | [
"MIT"
] | null | null | null | layouts/index.vue | cloudhired/frontend | 580366c99378dac7b188c5973dcf79558a0122b1 | [
"MIT"
] | null | null | null | layouts/index.vue | cloudhired/frontend | 580366c99378dac7b188c5973dcf79558a0122b1 | [
"MIT"
] | 1 | 2022-01-07T04:49:13.000Z | 2022-01-07T04:49:13.000Z | <template>
<div class="main-layout">
<Navbar/>
<Nuxt keep-alive />
<MainFooter/>
</div>
</template>
<style lang="scss">
html {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
word-spacing: 1px;
-ms... | 15.815534 | 80 | 0.647023 |
c528daceff0cabd6b10e237046cb7688e8b4fd94 | 3,556 | vue | Vue | src/pages/sys/dict-data/dict-data-form.vue | YxMall/yx-platform_front | 451797b3490f4a6cd0543bc7fc54b4320df4aa31 | [
"MIT"
] | null | null | null | src/pages/sys/dict-data/dict-data-form.vue | YxMall/yx-platform_front | 451797b3490f4a6cd0543bc7fc54b4320df4aa31 | [
"MIT"
] | null | null | null | src/pages/sys/dict-data/dict-data-form.vue | YxMall/yx-platform_front | 451797b3490f4a6cd0543bc7fc54b4320df4aa31 | [
"MIT"
] | null | null | null | <template>
<el-dialog :title="!dictdataItem.dataId? '新增' : '修改'"
:visible.sync="dictdataFormVisible">
<el-form ref="dictdataForm"
:rules="dictdataFormRules"
:model="dictdataItem"
hide-required-asterisk='true'
label-width="100px">
<el-form-item... | 28.448 | 80 | 0.5 |
546ab04d1b40a75e62e79be2459d0b76a122a4b8 | 4,878 | vue | Vue | src/components/order/LogisticsDetail.vue | luckgod/break | d4ad9d1bc1cdf4eddb024354c08f0bb0d12d0c0b | [
"Apache-2.0"
] | null | null | null | src/components/order/LogisticsDetail.vue | luckgod/break | d4ad9d1bc1cdf4eddb024354c08f0bb0d12d0c0b | [
"Apache-2.0"
] | null | null | null | src/components/order/LogisticsDetail.vue | luckgod/break | d4ad9d1bc1cdf4eddb024354c08f0bb0d12d0c0b | [
"Apache-2.0"
] | null | null | null | <template>
<div class="account">
<el-row :span="24" style="margin:26px 0;">
<el-button @click="goBack()" type="primary">返回</el-button>
<h3>共{{ pageInfo.dtos.length }}个包裹</h3>
</el-row>
<el-card v-for="item in pageInfo.dtos" style="margin-bottom: 20px;">
<... | 30.4875 | 105 | 0.46515 |
85f2fa5f81ada8fb1361d4d58fe78f8757434150 | 1,082 | vue | Vue | src/pages/me/me.vue | hk-2010110113/chuzhou | c9602e225c7008600eec63cfcaaefd0af0cc5b5b | [
"MIT"
] | null | null | null | src/pages/me/me.vue | hk-2010110113/chuzhou | c9602e225c7008600eec63cfcaaefd0af0cc5b5b | [
"MIT"
] | null | null | null | src/pages/me/me.vue | hk-2010110113/chuzhou | c9602e225c7008600eec63cfcaaefd0af0cc5b5b | [
"MIT"
] | null | null | null | <template>
<div class="me-container">
<div class="item">
<div>账号</div>
<div>123456</div>
</div>
<div class="sign-in">
<van-row type="flex" justify="center">
<van-button round type="info" size="normal" @click='signout'>退出登录</van-button>
... | 21.215686 | 94 | 0.477819 |
ba2b71373213a44754ad5f012fddbb6c37bf5b43 | 2,228 | vue | Vue | components/Search/index.vue | sqrthree/vuepress-theme-api | 646872ac8d9e2ea116cf1cc2720c1b4068738bf6 | [
"MIT"
] | 353 | 2018-05-28T16:29:21.000Z | 2022-03-31T03:30:37.000Z | components/Search/index.vue | zhanghongyan/vuepress-theme-api | 99fbb2c464be321f2d2138c71f8f9412fd153808 | [
"MIT"
] | 56 | 2018-07-21T09:18:19.000Z | 2022-03-28T20:04:24.000Z | components/Search/index.vue | zhanghongyan/vuepress-theme-api | 99fbb2c464be321f2d2138c71f8f9412fd153808 | [
"MIT"
] | 75 | 2018-06-14T16:23:37.000Z | 2022-02-28T05:05:11.000Z | <template>
<div class="search search__container">
<div class="search__heading">
<input
class="search__ipt"
type="text"
:value="value"
@input="handleChange"
@focus="handleFocus"
@blur="handleBlur"
/>
</div>
<div class="search__body">
<ul v-s... | 18.262295 | 67 | 0.531418 |
142d5eadaa87425c452c7074211fbe8cfa6f94f4 | 4,617 | vue | Vue | resources/js/views/LandingPage.vue | bpc096/waurung-idea-2021 | 666b4ec22c8e88e48b528bfb934362bcbe00e566 | [
"MIT"
] | null | null | null | resources/js/views/LandingPage.vue | bpc096/waurung-idea-2021 | 666b4ec22c8e88e48b528bfb934362bcbe00e566 | [
"MIT"
] | null | null | null | resources/js/views/LandingPage.vue | bpc096/waurung-idea-2021 | 666b4ec22c8e88e48b528bfb934362bcbe00e566 | [
"MIT"
] | null | null | null | <template>
<div class="landingPageWrapper">
<div class="section first-section">
<div class="text-info">
<h1>WarungIde</h1>
<h3>Share your idea to the world</h3>
</div>
<div class="image-info">
<img src="images/section_test01.svg" alt="image-section-one">
</div>
... | 24.428571 | 112 | 0.528049 |
4c957760bdb1121a0d8a4501bab3d2583856feb4 | 2,118 | vue | Vue | resources/assets/js/components/Home.vue | thaua97/revenda-herbie | 7b2e8146e44139e271c61fcd26cf112fd4e81ea1 | [
"MIT"
] | null | null | null | resources/assets/js/components/Home.vue | thaua97/revenda-herbie | 7b2e8146e44139e271c61fcd26cf112fd4e81ea1 | [
"MIT"
] | null | null | null | resources/assets/js/components/Home.vue | thaua97/revenda-herbie | 7b2e8146e44139e271c61fcd26cf112fd4e81ea1 | [
"MIT"
] | null | null | null | <template>
<v-app>
<v-content app>
<v-jumbotron
src="https://images.wallpapersden.com/image/download/chevrolet-silverado-and-chevrolet-colorado-z71_59521_1366x768.jpg"
:gradient="gradient"
height="100%"
>
<v-toolbar color="transpare... | 37.821429 | 131 | 0.401794 |
bf331c34b5cc48ac196deefb3dbdf6f6c904f688 | 2,885 | vue | Vue | examples/basic-examples/tide/modules/example-search/components/SearchSimple.vue | OrchidAugur/ripple | a7b310dc17a3b4d050191fdd2095ebff75e13e49 | [
"Apache-2.0"
] | null | null | null | examples/basic-examples/tide/modules/example-search/components/SearchSimple.vue | OrchidAugur/ripple | a7b310dc17a3b4d050191fdd2095ebff75e13e49 | [
"Apache-2.0"
] | null | null | null | examples/basic-examples/tide/modules/example-search/components/SearchSimple.vue | OrchidAugur/ripple | a7b310dc17a3b4d050191fdd2095ebff75e13e49 | [
"Apache-2.0"
] | null | null | null | <template>
<rpl-page-layout class="app-main" :sidebar="sidebar">
<template slot="aboveContent" >
<rpl-search-form
@search="getSearchResults"
class="rpl-site-constrain--on-all"
v-bind="searchForm"
/>
<rpl-divider />
</template>
<rpl-search-results
:searchRe... | 29.141414 | 193 | 0.618024 |
e46ec808dfe74ab5a0a6d01cfd7e98e1c6e3a5d5 | 1,363 | vue | Vue | src/components/vuemodel/Dialog_vmodel.vue | Ayusummer/vite-project-learning | fc94c6f1f4cbd69324b51f7fb5f9658281b48b5e | [
"MIT"
] | null | null | null | src/components/vuemodel/Dialog_vmodel.vue | Ayusummer/vite-project-learning | fc94c6f1f4cbd69324b51f7fb5f9658281b48b5e | [
"MIT"
] | null | null | null | src/components/vuemodel/Dialog_vmodel.vue | Ayusummer/vite-project-learning | fc94c6f1f4cbd69324b51f7fb5f9658281b48b5e | [
"MIT"
] | null | null | null | <script setup lang="ts">
import { ref, Ref } from 'vue'
type Props = {
flag: boolean,
title: string
modelModifiers?: {
change: boolean,
}
}
const PropsData = defineProps<Props>()
console.log(PropsData)
// 改值:
const emit = defineEmits(['update:flag', 'update:title', 'update:modelModifiers', 'upd... | 23.101695 | 108 | 0.573001 |
bdc1f2d2a48003eae381243eedfa21aa25305270 | 1,215 | vue | Vue | src/App.vue | coolyh/my-element-admin-template | d4e593e2e6e41c5ef7d25dd33f43e73605670056 | [
"MIT"
] | null | null | null | src/App.vue | coolyh/my-element-admin-template | d4e593e2e6e41c5ef7d25dd33f43e73605670056 | [
"MIT"
] | null | null | null | src/App.vue | coolyh/my-element-admin-template | d4e593e2e6e41c5ef7d25dd33f43e73605670056 | [
"MIT"
] | null | null | null | <template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
.el-popover {
padding: 24px;
/*width: 180px !important;*/
}
.report-tabs{
}
.report-tabs .el-tabs__nav{
width:40%;
m... | 20.25 | 46 | 0.529218 |
5bb2ddd12444adc16b89396f6c1b274307ed5b80 | 1,616 | vue | Vue | UID_Test/ClientApp/src/layouts/views/changePassword.vue | leeichang/UID_Test | e0542a2ce5fd8c1693864db0db5edf71dad2919b | [
"MIT"
] | 1 | 2022-03-22T14:02:13.000Z | 2022-03-22T14:02:13.000Z | UID_Test/ClientApp/src/layouts/views/changePassword.vue | leeichang/UID_Test | e0542a2ce5fd8c1693864db0db5edf71dad2919b | [
"MIT"
] | null | null | null | UID_Test/ClientApp/src/layouts/views/changePassword.vue | leeichang/UID_Test | e0542a2ce5fd8c1693864db0db5edf71dad2919b | [
"MIT"
] | null | null | null | <template>
<WtmView
queryKey="changePassword"
:fixedPage="false"
:title="$t($locales.action_user_changePassword)"
>
<WtmDetails queryKey="changePassword" :onFinish="onFinish">
<WtmField
name="OldPassword"
:valueType="EnumValueType.password"
:label="$locales.update_pwd_o... | 27.389831 | 71 | 0.631188 |
ec59cf6db88035f8e415f4965029e4199dd45583 | 5,650 | vue | Vue | resources/assets/js/components/Dashboard/AccountComponent.vue | Venrir/personal-file-upload | d1786217cc9d8d08559a346ea3bcf380d723273c | [
"BSD-2-Clause"
] | 1 | 2021-07-04T06:36:15.000Z | 2021-07-04T06:36:15.000Z | resources/assets/js/components/Dashboard/AccountComponent.vue | Venrir/personal-file-upload | d1786217cc9d8d08559a346ea3bcf380d723273c | [
"BSD-2-Clause"
] | 7 | 2020-07-18T23:18:20.000Z | 2020-12-12T13:15:47.000Z | resources/assets/js/components/Dashboard/AccountComponent.vue | Venrir/personal-file-upload | d1786217cc9d8d08559a346ea3bcf380d723273c | [
"BSD-2-Clause"
] | null | null | null | <template>
<div class="container">
<app-header class="my-3" />
<div class="row mb-3">
<div class="col d-flex flex-column">
<div class="card">
<div class="card-body d-flex flex-column">
<h6>Account Settings</h6>
<hr class="divider mb-4 w-100">
<for... | 29.89418 | 113 | 0.429204 |
9ad5a3a6e2810131a20362241f1ddadb41bc8824 | 5,486 | vue | Vue | src/components/modals/RestaurantDetailModal.vue | blackmarry/UXIa-project | 3847623f51238bd053658fbfeeb44b04be14ec34 | [
"MIT"
] | null | null | null | src/components/modals/RestaurantDetailModal.vue | blackmarry/UXIa-project | 3847623f51238bd053658fbfeeb44b04be14ec34 | [
"MIT"
] | null | null | null | src/components/modals/RestaurantDetailModal.vue | blackmarry/UXIa-project | 3847623f51238bd053658fbfeeb44b04be14ec34 | [
"MIT"
] | null | null | null | <template>
<b-modal :id="modalID">
<template v-slot:modal-title>
<div class="d-flex flex-row">
<span class="h3 font-weight-bold">{{ data.name }}</span>
</div>
</template>
<div>
<b-row v-if="data.rating" class="mb-2">
... | 35.856209 | 132 | 0.386985 |
5d979d7f0022553cc9d4f2a8a34e90c41cd95584 | 12,029 | vue | Vue | src/views/Lobby.vue | mibpl/StreetViewGame | c1f095dc7f0a8ff75bd772658a249938d48e433a | [
"MIT"
] | 1 | 2021-01-02T07:54:03.000Z | 2021-01-02T07:54:03.000Z | src/views/Lobby.vue | mibpl/StreetViewGame | c1f095dc7f0a8ff75bd772658a249938d48e433a | [
"MIT"
] | 58 | 2020-12-30T13:03:12.000Z | 2022-02-27T11:07:16.000Z | src/views/Lobby.vue | mibpl/StreetViewGame | c1f095dc7f0a8ff75bd772658a249938d48e433a | [
"MIT"
] | 1 | 2021-03-05T22:15:45.000Z | 2021-03-05T22:15:45.000Z | <template>
<v-container fluid>
<v-row justify="center">
<v-col>
<v-spacer></v-spacer>
</v-col>
</v-row>
<v-row justify="center">
<v-col cols="5">
<v-card outlined align="center" justify="center">
<v-card-text>
<div>
Join link: {{ joinLi... | 31.082687 | 84 | 0.531382 |
b89e9b19ddde65e31e14df841ba7a030ea74b0c2 | 1,814 | vue | Vue | src/components/footer/footer.vue | byog/learn-webpack | caa53f59326321e09d52cf98b5e40d7d1512e03b | [
"MIT"
] | null | null | null | src/components/footer/footer.vue | byog/learn-webpack | caa53f59326321e09d52cf98b5e40d7d1512e03b | [
"MIT"
] | 9 | 2020-06-28T02:37:16.000Z | 2022-02-27T23:26:51.000Z | src/components/footer/footer.vue | byog/learn-webpack | caa53f59326321e09d52cf98b5e40d7d1512e03b | [
"MIT"
] | null | null | null | <template>
<footer>
<address>
<div id="footer-left">
<span id="weixin">
<span>官方微信</span>
<img
id="myweixin"
src="~assets/images/iconfinder_Wechat_2744979.svg"
alt="致橡树... | 23.25641 | 74 | 0.413451 |
68f0181e04457d918c25879e3e7c69d2540fa7ab | 4,012 | vue | Vue | vue/App.vue | LCYBFF/genshinSkillsEcharts | 06da7608fbc02c1e24db9993d489496e74d02473 | [
"Apache-2.0"
] | 1 | 2021-07-19T08:30:41.000Z | 2021-07-19T08:30:41.000Z | vue/App.vue | LCYBFF/genshinSkillsEcharts | 06da7608fbc02c1e24db9993d489496e74d02473 | [
"Apache-2.0"
] | null | null | null | vue/App.vue | LCYBFF/genshinSkillsEcharts | 06da7608fbc02c1e24db9993d489496e74d02473 | [
"Apache-2.0"
] | null | null | null | <template>
<!-- <el-row justify="center">
<p>注:输入框自上而下是紫书、蓝书、绿书数量</p>
</el-row> -->
<div class="row">
<template v-for="item in list">
<div class="col-6 col-sm">
<div class="box">
<p>{{ item.name }}</p>
<div class="item">
<input v-model="item.a" type="number" m... | 24.023952 | 108 | 0.5167 |
4086aefb3498ac68550c5748e1ce1d5dbacccb6b | 294 | vue | Vue | src/components/shared/sin_datos/SinDatosComponent.vue | cmurestudillos/moviesDB_electron | f648288ab50a101ccb2d62d707dc4e08b53f701a | [
"MIT"
] | null | null | null | src/components/shared/sin_datos/SinDatosComponent.vue | cmurestudillos/moviesDB_electron | f648288ab50a101ccb2d62d707dc4e08b53f701a | [
"MIT"
] | null | null | null | src/components/shared/sin_datos/SinDatosComponent.vue | cmurestudillos/moviesDB_electron | f648288ab50a101ccb2d62d707dc4e08b53f701a | [
"MIT"
] | null | null | null | <template>
<div class="container alert alert-warning text-center mt-3">
<h4 class="alert-heading">No hay registros</h4>
<p><font-awesome-icon class="fa-2x" icon="exclamation"/></p>
</div>
</template>
<script>
export default {
name: 'SinDatosComponent',
}
</script>
| 21 | 65 | 0.639456 |
3b0ca8673767968e7ddd6c5088cbe8fc8f6a4329 | 5,623 | vue | Vue | src/components/Association/clubMembers.vue | Edarward/club | d73aaab9643110cb90cbda9c102fad67d0fddbcc | [
"MIT"
] | null | null | null | src/components/Association/clubMembers.vue | Edarward/club | d73aaab9643110cb90cbda9c102fad67d0fddbcc | [
"MIT"
] | 1 | 2020-07-17T09:07:25.000Z | 2020-07-17T09:07:25.000Z | src/components/Association/clubMembers.vue | Edarward/club | d73aaab9643110cb90cbda9c102fad67d0fddbcc | [
"MIT"
] | null | null | null | <template>
<div>
<el-form :inline="true" class="query">
<el-form-item>
<el-input v-model="studentId" placeholder="学号" @keyup.enter.native="getClubMemberList" ></el-input>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="getClubMemberList" >查询</el-button>
... | 28.256281 | 173 | 0.536368 |
e5398dad403571309d10faf586ea71451fde99ee | 2,218 | vue | Vue | src/example/tag/edit.vue | lanweipeng/lwp-ui | 7de2f36279da73d8dc31d65f6e62592c0e6e4611 | [
"MIT"
] | null | null | null | src/example/tag/edit.vue | lanweipeng/lwp-ui | 7de2f36279da73d8dc31d65f6e62592c0e6e4611 | [
"MIT"
] | 2 | 2022-02-19T06:18:41.000Z | 2022-02-27T10:01:38.000Z | src/example/tag/edit.vue | lanweipeng/lwp-ui | 7de2f36279da73d8dc31d65f6e62592c0e6e4611 | [
"MIT"
] | null | null | null | <template>
<div>
<code-template
:md='md'
>
<lwp-tag
:key="tag"
v-for="tag in dynamicTags"
closable
:disable-transitions="false"
@close="handleClose(tag)">
{{tag}}
</lwp-tag>
<lwp-input
class="input-new-tag"
v-if="inputVisible"
v-model="inputValue"
ref="saveTagInput"
size="small"
... | 21.533981 | 96 | 0.556357 |
87633e7b6b200d239ae407a5b992d2f76864bbdf | 2,412 | vue | Vue | webclient/src/components/elements/Task.vue | darwinfroese/hacksite | ede1b7ca997425b4c8d826b3bfa84dd1e74f28fa | [
"MIT"
] | 3 | 2017-10-11T01:10:31.000Z | 2018-01-26T03:32:42.000Z | webclient/src/components/elements/Task.vue | darwinfroese/hacksite | ede1b7ca997425b4c8d826b3bfa84dd1e74f28fa | [
"MIT"
] | 79 | 2017-10-02T02:20:15.000Z | 2018-04-01T13:06:36.000Z | webclient/src/components/elements/Task.vue | darwinfroese/hacksite | ede1b7ca997425b4c8d826b3bfa84dd1e74f28fa | [
"MIT"
] | 8 | 2017-10-02T21:27:44.000Z | 2017-10-25T17:32:45.000Z | <template>
<div class='task'>
<label class='taskItem'>
<input type='checkbox' class='checkbox' @click="Update()" :checked="task.Completed">
<span v-bind:class="{ completed: task.Completed }"> {{ task.Task }} </span>
</label>
<span class='removeButton' @click="RemoveTask()"> <i class='fa fa-tim... | 21.157895 | 90 | 0.585406 |
6a0e44c1d8c177ac9aa7f1b6b1e17ee2aeb656d6 | 778 | vue | Vue | src/components/EditEventSelect.vue | croque-scp/convomap | 5aa49c3162f559b3ab764ca24c3273470d879655 | [
"MIT"
] | null | null | null | src/components/EditEventSelect.vue | croque-scp/convomap | 5aa49c3162f559b3ab764ca24c3273470d879655 | [
"MIT"
] | 4 | 2021-06-24T23:47:52.000Z | 2021-06-28T18:35:39.000Z | src/components/EditEventSelect.vue | rossjrw/convomap | 5aa49c3162f559b3ab764ca24c3273470d879655 | [
"MIT"
] | null | null | null | <template>
<ul>
<li v-for="event in events" :key="event.id">
<button
:disabled="selectedEventId === event.id"
@click="$emit('event-select', event.id)"
>
{{ event.id }}
</button>
{{ event.interactions.length }} interactions
<!-- TODO Create new sub-event -->
... | 21.027027 | 50 | 0.569409 |
eca7a28941b01e9eac575eca4ca6dd2187a51849 | 2,255 | vue | Vue | src/components/TableBody.vue | darrynten/vue-data-table | 245afd0d24ab76f046604b6dabc703f44148941b | [
"MIT"
] | 2 | 2020-03-22T12:23:44.000Z | 2020-11-15T22:47:12.000Z | src/components/TableBody.vue | UnicornGlobal/data-table | 245afd0d24ab76f046604b6dabc703f44148941b | [
"MIT"
] | 151 | 2018-12-18T08:43:27.000Z | 2021-07-27T05:24:12.000Z | src/components/TableBody.vue | UnicornGlobal/data-table | 245afd0d24ab76f046604b6dabc703f44148941b | [
"MIT"
] | null | null | null | <template>
<div class="list">
<div
v-if="mustLink()">
<table-link-row
v-for="(data, key) in dataset"
:fields="fields"
:data="data"
:styler="styler"
:key="key"
:controls="controls"
:linking="linking"
:mobileType="mobileType"
:showL... | 19.608696 | 55 | 0.519734 |
adf6864fcdf6656bb1ccffd0e476d8ae0aa56d4c | 1,481 | vue | Vue | resources/js/components/layout/Navbar.vue | domambia/laravel-vue-starter | f6900cd1926ad39f14d40d72510d42bd06dee7c9 | [
"MIT"
] | 2 | 2020-01-14T17:32:40.000Z | 2020-01-14T17:32:42.000Z | resources/js/components/layout/Navbar.vue | domambia/laravel-vue-starter | f6900cd1926ad39f14d40d72510d42bd06dee7c9 | [
"MIT"
] | 4 | 2021-03-10T04:19:58.000Z | 2022-02-18T18:36:50.000Z | resources/js/components/layout/Navbar.vue | domambia/laravel-vue-starter | f6900cd1926ad39f14d40d72510d42bd06dee7c9 | [
"MIT"
] | null | null | null | <template>
<nav class="navbar navbar-expand-sm navbar-light bg-light">
<router-link to="/" class="navbar-brand">Project Name</router-link>
<button
class="navbar-toggler d-lg-none"
type="button"
data-toggle="collapse"
data-target="#collapsibleNavId"
aria-controls="collapsibleNavId... | 30.854167 | 81 | 0.548953 |
d6d7cda1da16c1975594e6c646b7d86e8cbe0ff4 | 1,441 | vue | Vue | resources/js/Components/NavLinks/NavLink.vue | Limonrana/Image-Edit | c1e16aca3abe126e8a2d91e3d3165997507aa582 | [
"MIT"
] | null | null | null | resources/js/Components/NavLinks/NavLink.vue | Limonrana/Image-Edit | c1e16aca3abe126e8a2d91e3d3165997507aa582 | [
"MIT"
] | null | null | null | resources/js/Components/NavLinks/NavLink.vue | Limonrana/Image-Edit | c1e16aca3abe126e8a2d91e3d3165997507aa582 | [
"MIT"
] | null | null | null | <template>
<li>
<inertia-link :href="href" class="side-menu" :class="classes">
<div class="side-menu__icon">
<slot name="icon"></slot>
</div>
<div class="side-menu__title">
<slot name="title"></slot>
</div>
</inertia-lin... | 27.188679 | 103 | 0.388619 |
8574dfcced810bc0ababe273caf03f31c49ca9d9 | 2,250 | vue | Vue | src/web-vue/delete/SchemaFilter copy.vue | benjie/postgraphile-db-inspector-extension | 47d3b0454fde69836e99a388f88b00a8463f4285 | [
"MIT"
] | 9 | 2019-05-14T04:51:54.000Z | 2021-04-13T14:51:35.000Z | src/web-vue/delete/SchemaFilter copy.vue | benjie/postgraphile-db-inspector-extension | 47d3b0454fde69836e99a388f88b00a8463f4285 | [
"MIT"
] | 14 | 2019-05-20T22:34:21.000Z | 2021-09-01T03:10:43.000Z | src/web-vue/delete/SchemaFilter copy.vue | benjie/postgraphile-db-inspector-extension | 47d3b0454fde69836e99a388f88b00a8463f4285 | [
"MIT"
] | 2 | 2019-09-24T18:17:56.000Z | 2021-09-13T17:52:39.000Z | <template>
<v-container
ma-0
pa-0
>
<v-toolbar>
<v-btn @click="applyFilter" :disabled="applyDisabled" >Use Selected Schemata</v-btn>
</v-toolbar>
<h1 v-if="computing">Refreshing Schemata....</h1>
<v-treeview
:items="items"
transition
:selectable="true"
v-mo... | 22.959184 | 91 | 0.516444 |
f8fd22aa0e370d4b652609f705e5c144ba4e23c4 | 1,145 | vue | Vue | docs/.vuepress/theme/components/ArticleHeader.vue | ehmprah/handbuch-programmieren.de | acd8233fac0394f5375166bc1826ded6df08f2b9 | [
"BSD-Source-Code"
] | 2 | 2019-05-16T20:55:43.000Z | 2019-08-13T14:21:36.000Z | docs/.vuepress/theme/components/ArticleHeader.vue | ehmprah/handbuch-programmieren.de | acd8233fac0394f5375166bc1826ded6df08f2b9 | [
"BSD-Source-Code"
] | 5 | 2019-08-14T17:08:41.000Z | 2021-03-16T10:27:09.000Z | docs/.vuepress/theme/components/ArticleHeader.vue | ehmprah/handbuch-programmieren.de | acd8233fac0394f5375166bc1826ded6df08f2b9 | [
"BSD-Source-Code"
] | 2 | 2019-05-16T20:45:04.000Z | 2019-08-13T14:21:49.000Z | <template>
<div class="article-header">
<div class="article-header__updated" v-if="showUpdated">Aktualisiert am {{ lastUpdated }}</div>
<div class="article-header__chapter">{{ $page.frontmatter.chapter }}</div>
<h1 class="article-header__title">{{ $page.frontmatter.title }}</h1>
</div>
</template>
<scr... | 19.083333 | 99 | 0.566812 |
116d347eef1c99407d7cc733130a70e0fbaa52d1 | 26,431 | vue | Vue | src/pages/IqrfNet/TrConfiguration.vue | iqrf/iqrf-gateway-webapp | e2d9fa640863b8de991e5552955d2156e1f5fda3 | [
"Apache-2.0"
] | 1 | 2021-12-10T15:52:46.000Z | 2021-12-10T15:52:46.000Z | src/pages/IqrfNet/TrConfiguration.vue | iqrf/iqrf-gateway-webapp | e2d9fa640863b8de991e5552955d2156e1f5fda3 | [
"Apache-2.0"
] | null | null | null | src/pages/IqrfNet/TrConfiguration.vue | iqrf/iqrf-gateway-webapp | e2d9fa640863b8de991e5552955d2156e1f5fda3 | [
"Apache-2.0"
] | 1 | 2020-10-28T18:50:29.000Z | 2020-10-28T18:50:29.000Z | <!--
Copyright 2017-2021 IQRF Tech s.r.o.
Copyright 2019-2021 MICRORISC s.r.o.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by app... | 32.115431 | 150 | 0.642163 |
df46b710078120ce840e6a104decb02429f7e46a | 5,777 | vue | Vue | src/js/components/theory/TheoryIntersymbolInterference.vue | aljazzadravec/Digital-communications-demo | c131b17e9b2c5b15dcc48ed690b1909ee938f986 | [
"MIT"
] | null | null | null | src/js/components/theory/TheoryIntersymbolInterference.vue | aljazzadravec/Digital-communications-demo | c131b17e9b2c5b15dcc48ed690b1909ee938f986 | [
"MIT"
] | null | null | null | src/js/components/theory/TheoryIntersymbolInterference.vue | aljazzadravec/Digital-communications-demo | c131b17e9b2c5b15dcc48ed690b1909ee938f986 | [
"MIT"
] | null | null | null | <template>
<div class="flex flex-col gap-4">
<app-paragraph>
Izvorni signal se pri prenosu skozi prenosni kanal popači - raztegne se po časovni osi.
V primeru ilustriranem na tej strani je ekvivalentni prenosni kanal modeliran kot idealni nizko pasovni filter z mejno frekvenco
<span class="font-... | 45.849206 | 140 | 0.693613 |
0537182e4e4da42bc1e8d700a56006b317ef050c | 1,628 | vue | Vue | components/Description.vue | stavros-liaskos/github-resume | 550f52149bfdd53a5c2aafb3e23a8a16baba5877 | [
"MIT"
] | null | null | null | components/Description.vue | stavros-liaskos/github-resume | 550f52149bfdd53a5c2aafb3e23a8a16baba5877 | [
"MIT"
] | 25 | 2018-11-17T20:10:06.000Z | 2019-12-06T12:55:25.000Z | components/Description.vue | stavros-liaskos/github-resume | 550f52149bfdd53a5c2aafb3e23a8a16baba5877 | [
"MIT"
] | null | null | null | <template>
<div class="z-2">
<div
id="description"
class="description section">
<h1 class="desc-title">Hey, are you</h1>
<vue-typer
v-bind="{text: typedTxt}"
initial-action="erasing"/>
<h1 class="desc-title">creating resumes?</h1>
<github-form/>
</div>
... | 15.358491 | 69 | 0.567568 |
9109dcac09719b7f8b510649ef09017c929fea54 | 1,026 | vue | Vue | src/components/Button.vue | cataline4dev/darpi | d8a852897a946b77033e7869ae52a502f3b64473 | [
"MIT"
] | null | null | null | src/components/Button.vue | cataline4dev/darpi | d8a852897a946b77033e7869ae52a502f3b64473 | [
"MIT"
] | null | null | null | src/components/Button.vue | cataline4dev/darpi | d8a852897a946b77033e7869ae52a502f3b64473 | [
"MIT"
] | null | null | null | <template>
<button class="button" type="submit" :disabled="parentData.isLoading">
<span v-if="!parentData.isLoading" class="text">{{ text }}</span>
<component v-else :is="loaderComponent"></component>
</button>
</template>
<script lang="ts">
import Vue from 'vue'
import { FormI } from './Form.vue'
// load... | 20.117647 | 72 | 0.618908 |
c354c6e11f1706aa83cb5e552f2096ad888688e0 | 152 | vue | Vue | src/views/demo/demo.vue | antbaobao/admin-demo | 8d87dd36f13f7f5fe2e0c50150e65cee01216d50 | [
"MIT"
] | null | null | null | src/views/demo/demo.vue | antbaobao/admin-demo | 8d87dd36f13f7f5fe2e0c50150e65cee01216d50 | [
"MIT"
] | null | null | null | src/views/demo/demo.vue | antbaobao/admin-demo | 8d87dd36f13f7f5fe2e0c50150e65cee01216d50 | [
"MIT"
] | null | null | null | <template>
<div class="demo-container">
demo
</div>
</template>
<script>
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
</style>
| 11.692308 | 48 | 0.638158 |
ca1d6a8826d22a3be44826af4c20349fd825c288 | 1,633 | vue | Vue | src/components/Dialog/src/alert/src/alert.vue | dawook/dwyer-ui | f81c33329515067a66a849998e35515549f3fe54 | [
"MIT"
] | 1 | 2017-10-12T09:27:52.000Z | 2017-10-12T09:27:52.000Z | src/components/Dialog/src/alert/src/alert.vue | dawook/dwyer-ui | f81c33329515067a66a849998e35515549f3fe54 | [
"MIT"
] | null | null | null | src/components/Dialog/src/alert/src/alert.vue | dawook/dwyer-ui | f81c33329515067a66a849998e35515549f3fe54 | [
"MIT"
] | null | null | null | <template>
<transition name="fade">
<div v-if='isHide' :class='maskCls'>
<div :class='alertCls'>
<div :class='alertHeadCls'>
<div :class='alertTitleCls'>{{ title }}</div>
<span
:class="alertIconCls"
@click='closeAlert'>×</span>
</div>
<div :class='alertContentCls' v-text=... | 16.835052 | 59 | 0.537048 |
94a35a11d01bb0c69f6ce6405bc74c83fb8a0362 | 7,370 | vue | Vue | resources/js/Views/Cash/Cash.vue | eliaschampi/admin | cd004d90da7741901e3c3c7dc054bf8aec036b83 | [
"Apache-2.0"
] | null | null | null | resources/js/Views/Cash/Cash.vue | eliaschampi/admin | cd004d90da7741901e3c3c7dc054bf8aec036b83 | [
"Apache-2.0"
] | null | null | null | resources/js/Views/Cash/Cash.vue | eliaschampi/admin | cd004d90da7741901e3c3c7dc054bf8aec036b83 | [
"Apache-2.0"
] | null | null | null | <template>
<section id="cash">
<panel :title="'Caja de ' + title">
<div class="d-flex">
<datepick @fetch="getCash" />
<span class="mt-4 ml-4 pointer" v-if="isToday" @click="openReAuth">
<i :class="cash_icon"></i>
</span>
</div>
</panel>
<div class="row mt-4" v... | 28.789063 | 78 | 0.481682 |
c300426752d23bc406d0385538127c4769cf5e4f | 6,811 | vue | Vue | client/src/views/Providers.vue | Webmaster0104/invoice-app-vue | 6180cc816f651115c30eac84330cb3069d3bd910 | [
"MIT"
] | 57 | 2019-04-16T20:49:19.000Z | 2022-02-08T15:18:18.000Z | client/src/views/Providers.vue | Webmaster0104/invoice-app-vue | 6180cc816f651115c30eac84330cb3069d3bd910 | [
"MIT"
] | 10 | 2019-04-19T22:45:31.000Z | 2021-10-01T12:28:34.000Z | client/src/views/Providers.vue | Javier-hurtado-web/vue-invoice | 6ad6ff0a02195695d9a1a2b535a443aa8de97cd9 | [
"MIT"
] | 22 | 2019-04-16T20:59:18.000Z | 2021-10-14T07:11:03.000Z | <template>
<div v-if="isEverythingLoaded">
<VContent
:disableCreateButton="disableCreateButton"
:entityName="entity"
@insertCreatedItems="onInsertCreatedItems"
:shouldDisplayConfirmCancelButtons="shouldDisplayConfirmCancelButtons"
@confirmChanges... | 33.717822 | 116 | 0.544413 |
4eb21826e241019f7bc3c70c0faadfcd83da289e | 3,248 | vue | Vue | pages/admin/index/skills.vue | qiangf811/MyWebSite | 268860c7b7d62274f5f9504ae0007f10ca1a2ad0 | [
"MIT"
] | 4 | 2018-06-15T06:03:29.000Z | 2019-05-18T14:46:41.000Z | pages/admin/index/skills.vue | qiangf811/MyWebSite | 268860c7b7d62274f5f9504ae0007f10ca1a2ad0 | [
"MIT"
] | 3 | 2021-03-09T10:01:42.000Z | 2022-02-12T13:23:42.000Z | pages/admin/index/skills.vue | qiangf811/MyWebSite | 268860c7b7d62274f5f9504ae0007f10ca1a2ad0 | [
"MIT"
] | null | null | null | <template>
<div id="">
<b-button-toolbar aria-label="Toolbar with button groups and input groups">
<b-form-group horizontal label="Filter" class="mb-0">
<b-input-group>
<b-form-input v-model="filter" placeholder="Type to Search" />
<b-input-group-append>
<b-btn :disabled="!filter" ... | 27.525424 | 251 | 0.570813 |
07d5172353470923e1af80d1f4c07971e09e781d | 7,014 | vue | Vue | resources/js/Pages/Projets/Edit.vue | Pierre-AntoineBaizeau/repertoire-projets-clients_Laravue | 984d976a4f850baee0dd7f7fb8f0a6fe9803f29e | [
"MIT"
] | null | null | null | resources/js/Pages/Projets/Edit.vue | Pierre-AntoineBaizeau/repertoire-projets-clients_Laravue | 984d976a4f850baee0dd7f7fb8f0a6fe9803f29e | [
"MIT"
] | null | null | null | resources/js/Pages/Projets/Edit.vue | Pierre-AntoineBaizeau/repertoire-projets-clients_Laravue | 984d976a4f850baee0dd7f7fb8f0a6fe9803f29e | [
"MIT"
] | null | null | null | <template>
<app-layout>
<div class="absolute w-full h-96 bg-gray-800 bg-opacity-100">
<div class="min-h-screen items-center justify-center bg-gray py-12 px-20">
<div class="py-12">
<div class="flex justify-between ml-4 mb-4 text-white">
<h2 class="text-4xl font-sem... | 62.625 | 334 | 0.65854 |
6cc1bb02ca49e008f1f423064b003d7cd08e294e | 4,550 | vue | Vue | packages/web-vue/components/steps/steps.vue | JonZhang3/arco-design-vue | e4f8ca8e283f6863672efa063df007813b3e8a41 | [
"MIT"
] | null | null | null | packages/web-vue/components/steps/steps.vue | JonZhang3/arco-design-vue | e4f8ca8e283f6863672efa063df007813b3e8a41 | [
"MIT"
] | null | null | null | packages/web-vue/components/steps/steps.vue | JonZhang3/arco-design-vue | e4f8ca8e283f6863672efa063df007813b3e8a41 | [
"MIT"
] | null | null | null | <template>
<div :class="cls">
<slot />
</div>
</template>
<script lang="ts">
import {
computed,
defineComponent,
PropType,
provide,
reactive,
ref,
toRefs,
} from 'vue';
import { Direction, DIRECTIONS } from '../_utils/constant';
import { getPrefixCls } from '../_utils/global-config';
import { Ste... | 22.636816 | 76 | 0.54022 |
dd15d87be79cadb94b9d6233f010dba04e8df6f2 | 5,440 | vue | Vue | resources/js/pages/bandejaDocente/prueba/AsignarAlumnos.vue | lyustiz/classroom | d5877c1853f3f9db4c6c5cab5c66e8dad193c7a9 | [
"MIT"
] | 1 | 2021-06-19T04:15:45.000Z | 2021-06-19T04:15:45.000Z | resources/js/pages/bandejaDocente/prueba/AsignarAlumnos.vue | lyustiz/classroom | d5877c1853f3f9db4c6c5cab5c66e8dad193c7a9 | [
"MIT"
] | 8 | 2020-06-20T13:28:06.000Z | 2022-02-19T01:53:49.000Z | resources/js/pages/bandejaDocente/prueba/AsignarAlumnos.vue | lyustiz/classroom | d5877c1853f3f9db4c6c5cab5c66e8dad193c7a9 | [
"MIT"
] | null | null | null | <template>
<v-card flat height="80vh">
<v-card-title class="pa-0">
<app-simple-toolbar title="Asignar Alumnos" @closeModal="$emit('closeModal', true)"></app-simple-toolbar>
</v-card-title>
<v-card-title dense class="pa-0">
<v-toolbar color="grey lighten-4 subtitle-... | 27.474747 | 163 | 0.448897 |
b03831b4b5b3f6c1841e9b3745d1172f9dd9d4b7 | 1,088 | vue | Vue | resources/js/components/Contacto.vue | LuisRodrigoAbasto/messenger | ae4285c916bc35e2a91cd1973bbe194c3acb8d12 | [
"MIT"
] | null | null | null | resources/js/components/Contacto.vue | LuisRodrigoAbasto/messenger | ae4285c916bc35e2a91cd1973bbe194c3acb8d12 | [
"MIT"
] | 6 | 2021-03-09T16:06:13.000Z | 2022-02-26T17:04:56.000Z | resources/js/components/Contacto.vue | LuisRodrigoAbasto/messenger | ae4285c916bc35e2a91cd1973bbe194c3acb8d12 | [
"MIT"
] | null | null | null | <template>
<b-list-group-item :variant="variant">
<b-row class="p-2" align-h="center">
<b-col cols="12" md="3" class="text-center">
<b-img
:src="conversacion.contacto_image"
rounded="circle"
width="60"
height="60"
class="m-1"
/>
</b-col... | 25.302326 | 94 | 0.537684 |
b0699414a9e2cf7bb28d2b9198de721fc17e5afb | 13,121 | vue | Vue | resources/js/views/Order/Checkout-server-side.vue | royxu6002/stripe | 05cfa98a08e27d2f80079e6911ade2f250aafc28 | [
"MIT"
] | null | null | null | resources/js/views/Order/Checkout-server-side.vue | royxu6002/stripe | 05cfa98a08e27d2f80079e6911ade2f250aafc28 | [
"MIT"
] | null | null | null | resources/js/views/Order/Checkout-server-side.vue | royxu6002/stripe | 05cfa98a08e27d2f80079e6911ade2f250aafc28 | [
"MIT"
] | null | null | null | <template>
<div class="container">
<div class="row mt-4">
<table class="table table-striped">
<thead>
<tr>
<td>Item</td>
<td>Quantity</td>
<td>Price</td>
<td>Action</td>
</tr>
</the... | 36.753501 | 163 | 0.430531 |
3c105d7e685ddb311e78b9b220f26d4416857db0 | 5,915 | vue | Vue | src/components/rightslider/decorate/index.vue | qq9068149/AS-Editor | 84bddb30c47499291178c0ed66ab06a80227f233 | [
"MIT"
] | 2 | 2021-12-07T03:08:58.000Z | 2021-12-07T08:34:10.000Z | src/components/rightslider/decorate/index.vue | qq9068149/AS-Editor | 84bddb30c47499291178c0ed66ab06a80227f233 | [
"MIT"
] | null | null | null | src/components/rightslider/decorate/index.vue | qq9068149/AS-Editor | 84bddb30c47499291178c0ed66ab06a80227f233 | [
"MIT"
] | 1 | 2021-12-08T01:41:40.000Z | 2021-12-08T01:41:40.000Z | <template>
<div class="decorate">
<!-- 标题 -->
<h2>页面设置</h2>
<!-- 表单 -->
<el-form
label-position="top"
label-width="80px"
:model="datas"
:rules="rules"
size="small"
>
<el-form-item label="页面名称" :hide-required-asterisk="true" prop="name">
<el-input
... | 21.200717 | 80 | 0.483516 |
35d9ec60e663fa4caa3410bc023c347b8e6f4448 | 13,259 | vue | Vue | resources/js/components/student/gradeBook.vue | arudovwen/ilc | c43375c1c2b5158082d2599929c2cb8aa519c448 | [
"MIT"
] | null | null | null | resources/js/components/student/gradeBook.vue | arudovwen/ilc | c43375c1c2b5158082d2599929c2cb8aa519c448 | [
"MIT"
] | 7 | 2020-08-15T00:24:25.000Z | 2022-02-27T04:20:39.000Z | resources/js/components/student/gradeBook.vue | arudovwen/ilc | c43375c1c2b5158082d2599929c2cb8aa519c448 | [
"MIT"
] | null | null | null | <template>
<div>
<b-container>
<b-row>
<b-col>
<b-card no-body>
<b-tabs card vertical end>
<b-tab title="Overall" active>
<div class="grade_book overall-gradebook-student">
<h5 class="mb-5">Overall Grades</h5>
... | 29.013129 | 108 | 0.399276 |
8d8640c11a81afdad88a55eaeca1aaed9faadf74 | 5,148 | vue | Vue | pages/home/index.vue | unclesue/realworld | 446e613af6554059dd1e1beecf2f55f4221b5471 | [
"MIT"
] | null | null | null | pages/home/index.vue | unclesue/realworld | 446e613af6554059dd1e1beecf2f55f4221b5471 | [
"MIT"
] | null | null | null | pages/home/index.vue | unclesue/realworld | 446e613af6554059dd1e1beecf2f55f4221b5471 | [
"MIT"
] | null | null | null | <template>
<div class="home-page">
<div class="banner">
<div class="container">
<h1 class="logo-font">conduit</h1>
<p>A place to share your knowledge.</p>
</div>
</div>
<div class="container page">
<div class="row">
<div class="col-md-9">
<div class="... | 27.978261 | 107 | 0.432984 |
2d9e0ec9f5f5dd7576cf2accdbcf58f2a08938b9 | 4,118 | vue | Vue | src/views/MovieDetailPage.vue | dutchwebworks/vue-learning | 1354bdaeb8bf99d6487c00f20e1085127f5ea75b | [
"MIT"
] | null | null | null | src/views/MovieDetailPage.vue | dutchwebworks/vue-learning | 1354bdaeb8bf99d6487c00f20e1085127f5ea75b | [
"MIT"
] | null | null | null | src/views/MovieDetailPage.vue | dutchwebworks/vue-learning | 1354bdaeb8bf99d6487c00f20e1085127f5ea75b | [
"MIT"
] | 2 | 2019-02-04T13:39:27.000Z | 2019-12-27T14:59:17.000Z | <template>
<main class="movie-detail">
<template v-if="movie == undefined">
<h1 class="heading">Movie not found</h1>
<p class="paragraph movie-detail__not-found">
The movie ID is incorret. Please go the <router-link :to="{ name: 'MoviesOverview' }">movies page</route... | 23.803468 | 128 | 0.548567 |
79b5b533cd9e9dcca7730f5236e7506c8d2ea7b4 | 959 | vue | Vue | src/components/page/Cert.vue | shaikuba/general-tools | 7dfa9feed69fe75976605a831252a5bd5786826d | [
"MIT"
] | null | null | null | src/components/page/Cert.vue | shaikuba/general-tools | 7dfa9feed69fe75976605a831252a5bd5786826d | [
"MIT"
] | null | null | null | src/components/page/Cert.vue | shaikuba/general-tools | 7dfa9feed69fe75976605a831252a5bd5786826d | [
"MIT"
] | null | null | null | <template>
<div>
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item><i class="el-icon-lx-redpacket_fill"></i>证书下载</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="container">
<div v-for="(cert, index) in certFil... | 25.918919 | 118 | 0.442127 |
778222ff7c0d304b0434b93df84a80ad3084ad92 | 1,042 | vue | Vue | src/views/settings/components/pic.vue | Gage9797/admin | 83112a09aa580862e8ba5b68f63d4d1e2d9a3d03 | [
"MIT"
] | null | null | null | src/views/settings/components/pic.vue | Gage9797/admin | 83112a09aa580862e8ba5b68f63d4d1e2d9a3d03 | [
"MIT"
] | 8 | 2020-05-11T20:32:26.000Z | 2022-02-26T22:13:25.000Z | src/views/settings/components/pic.vue | Gage9797/admin | 83112a09aa580862e8ba5b68f63d4d1e2d9a3d03 | [
"MIT"
] | null | null | null | <template>
<div id="pic" @mouseover="toShowDelete" @mouseout="notShowDelete">
<img :src="imgUrl" alt="">
<div v-show="showDelete" class="mask">
<div
class="wrapper"
@click="toDelete">
<Icon
type="ios-trash-outline"
color="white"
size="100"
>
... | 15.552239 | 68 | 0.522073 |
0ba0cb3e50a7a18c7275bb5aaa39b8fdadfc4f59 | 4,864 | vue | Vue | Date/Time.vue | AntJavascript/widgrtUI | 8a2f29b1a83f4091896e66ddac875240658aaed0 | [
"MIT"
] | 25 | 2018-10-11T01:53:31.000Z | 2022-02-07T09:14:57.000Z | Date/Time.vue | xxlwhy/widgetUI | 8a2f29b1a83f4091896e66ddac875240658aaed0 | [
"MIT"
] | null | null | null | Date/Time.vue | xxlwhy/widgetUI | 8a2f29b1a83f4091896e66ddac875240658aaed0 | [
"MIT"
] | 55 | 2019-01-02T09:32:41.000Z | 2022-01-24T07:09:20.000Z | <template>
<div class='wt-date'>
<div class="flex-wrapper">
<wt-picker :dataSource="hoursData" @change="hoursChange"></wt-picker>
<wt-picker :dataSource="minuteData" @change="minuteChange"></wt-picker>
</div>
</div>
</template>
<script>
import Picker from './Picker';
export d... | 24.816327 | 81 | 0.499178 |
c2de30f4efbcd7e3c521b662cc7fd952db90872e | 1,464 | vue | Vue | src/views/shopcat/shopcat-children/shop-total.vue | wxy1994321/SHOP | 412d26224d694511ef8bf56b66e5605bc0c0b19a | [
"MIT"
] | 1 | 2021-04-16T08:38:41.000Z | 2021-04-16T08:38:41.000Z | src/views/shopcat/shopcat-children/shop-total.vue | wxy1994321/shop | 412d26224d694511ef8bf56b66e5605bc0c0b19a | [
"MIT"
] | null | null | null | src/views/shopcat/shopcat-children/shop-total.vue | wxy1994321/shop | 412d26224d694511ef8bf56b66e5605bc0c0b19a | [
"MIT"
] | null | null | null | <template>
<div class="shop-total">
<el-row>
<el-col :span="8">
<div class="shop-total-allcheckbox">
<el-checkbox class="checkbox" :value="checked" @change="selectall"
>全选</el-checkbox
>
</div>
</el-col>
<el-col :span="8">
<div class="allpr... | 17.853659 | 77 | 0.547814 |
f883570be85382ba62676e286d1d3477b0f43ee6 | 1,038 | vue | Vue | src/components/ServerItem.vue | zsStrike/electron-v2ray | f1a3ef18d3679d2bee064e691c1f694adf8e7509 | [
"MIT"
] | null | null | null | src/components/ServerItem.vue | zsStrike/electron-v2ray | f1a3ef18d3679d2bee064e691c1f694adf8e7509 | [
"MIT"
] | 5 | 2021-01-28T20:44:48.000Z | 2022-02-18T22:06:46.000Z | src/components/ServerItem.vue | zsStrike/electron-v2ray | f1a3ef18d3679d2bee064e691c1f694adf8e7509 | [
"MIT"
] | null | null | null | <template>
<div class="server-item">
<div class="name" @click="changeShow">
{{ name }}
</div>
<div class="oprations" v-show="isShow">
<BaseButton>Connect</BaseButton>
<BaseButton>Disconnect</BaseButton>
<BaseButton>Config</BaseButton>
<BaseButton btn-type="btn-warning">Delete... | 16.741935 | 60 | 0.605973 |
909c0e5c361c76cccf9844df0367dea96eb9596a | 1,195 | vue | Vue | src/pages/example/form/rating/basic.vue | coreservice-io/dns-web | 7118d1b80b24264cfc938aff509f314783f1a6e7 | [
"MIT"
] | null | null | null | src/pages/example/form/rating/basic.vue | coreservice-io/dns-web | 7118d1b80b24264cfc938aff509f314783f1a6e7 | [
"MIT"
] | null | null | null | src/pages/example/form/rating/basic.vue | coreservice-io/dns-web | 7118d1b80b24264cfc938aff509f314783f1a6e7 | [
"MIT"
] | null | null | null | <template>
<div class="col-12">
<h5>#Basic with border/no border , sizes of sm ,lg ,default</h5>
<div>
<label for="rating-sm-no-border" class="mr-1">Small rating with no border <code>size="sm" no-border</code></label>
<b-form-rating v-model="value" no-border variant="warning" inline size="sm" />... | 27.159091 | 122 | 0.584937 |
4607f57a98f4d893ba16d14a6bc3b642161f0db2 | 1,666 | vue | Vue | resources/js/components/QuestionFollowButton.vue | hp8980787/zhihu | 08f97480e6c352055cf4ff5519fb405bfc125fa5 | [
"MIT"
] | null | null | null | resources/js/components/QuestionFollowButton.vue | hp8980787/zhihu | 08f97480e6c352055cf4ff5519fb405bfc125fa5 | [
"MIT"
] | null | null | null | resources/js/components/QuestionFollowButton.vue | hp8980787/zhihu | 08f97480e6c352055cf4ff5519fb405bfc125fa5 | [
"MIT"
] | null | null | null | <template>
<div class="card">
<div class="card-header" style="text-align: center">
<h4>{{ followers_count }}</h4>
<span>关注者</span>
</div>
<div class="card-body">
<button
class="btn"
v-text="text"
v-bind:class="{'btn-success':followed}"
... | 24.865672 | 75 | 0.467587 |
8adac48d3a304eedeaa7615ae51e531606fabbb6 | 403 | vue | Vue | frontend/src/components/Hello.vue | Amurozyh/FareSplitter-frontend | 1c2734b48ef920cc56e2061c82b77fe18bb96575 | [
"MIT"
] | null | null | null | frontend/src/components/Hello.vue | Amurozyh/FareSplitter-frontend | 1c2734b48ef920cc56e2061c82b77fe18bb96575 | [
"MIT"
] | null | null | null | frontend/src/components/Hello.vue | Amurozyh/FareSplitter-frontend | 1c2734b48ef920cc56e2061c82b77fe18bb96575 | [
"MIT"
] | null | null | null | <template>
<div>
<h1>{{ msg }}</h1>
</div>
</template>
<script>
import axios from 'axios';
export default {
name: 'Hello',
data() {
return {
msg: '',
};
},
created() {
axios.get('http://127.0.0.1:5000/api/hello-world').then((res) => {
cons... | 16.791667 | 74 | 0.434243 |
d523eb4d77b418c08be067ea736aca192a503c34 | 1,205 | vue | Vue | src/Tab-item.vue | JackDing1208/gulu-demo | 500c692e2542fb0f3b303e4cb47fac4313535a36 | [
"MIT"
] | null | null | null | src/Tab-item.vue | JackDing1208/gulu-demo | 500c692e2542fb0f3b303e4cb47fac4313535a36 | [
"MIT"
] | 1 | 2022-03-02T03:54:49.000Z | 2022-03-02T03:54:49.000Z | src/Tab-item.vue | JackDing1208/gulu-demo | 500c692e2542fb0f3b303e4cb47fac4313535a36 | [
"MIT"
] | null | null | null | <template>
<div class="item" @click="select" :class="addClass">
<slot></slot>
</div>
</template>
<script>
export default {
name: "Tab-item",
data() { //尽量不要改变props中用户传的参数
return {
isActive: false
}
},
props: ... | 20.423729 | 75 | 0.409959 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.