Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daviddengcn/go-villa
/ functions
Functions
264 in github.com/daviddengcn/go-villa
⨍
Functions
264
◇
Types & classes
34
Method
Sort
Sort calls the build-in sort.Sort to sort data in the slice.
cmp.go:362
Method
Sort
Sort calls the build-in sort.Sort to sort data in the slice.
cmp.go:440
Method
Split
Split is a wrapper to filepath.Split
path.go:149
Method
SplitList
SplitList is a wrapper to filepath.SplitList
path.go:155
Method
Stop
Signal to stop
misc.go:20
Method
String
String returns a string with value of "IntPriorityQueue(#)" where # is the number of elements in the queue
intpq.go:112
Method
String
String returns a string with value of "PriorityQueue(Len())"
pq.go:95
Method
Swap
The Swap method in sort.Interface.
complexslice.go:29
Method
Swap
The Swap method in sort.Interface.
floatslice.go:29
Method
Symlink
Symlink is a wrappter to os.Symlink
path.go:281
Method
TempDir
TempDir is a wrappter to ioutil.TempDir. It creates a new temporary directory in the directory dir with a name beginning with prefix and returns the p
path.go:314
Function
TestAtomicBox
(t *testing.T)
sync_test.go:31
Function
TestByteSlice
(t *testing.T)
byteslice_test.go:14
Function
TestByteSlice_Bug_Read
(t *testing.T)
byteslice_test.go:120
Function
TestByteSlice_Bug_ReadRune
(t *testing.T)
byteslice_test.go:128
Function
TestByteSlice_WriteItoa
(t *testing.T)
byteslice_test.go:145
Function
TestByteSlice_impl
(t *testing.T)
byteslice_test.go:93
Function
TestComplexSlice
(t *testing.T)
complexslice_test.go:36
Function
TestComplexSliceEquals
(t *testing.T)
complexslice_test.go:77
Function
TestComplexSliceRemove
(t *testing.T)
complexslice_test.go:57
Function
TestComplexSortBinarySearch
(t *testing.T)
cmp_test.go:303
Function
TestDataHeap
(t *testing.T)
heap/heap_test.go:80
Function
TestFatal
(t *testing.T)
log_test.go:12
Function
TestFloatSlice
(t *testing.T)
floatslice_test.go:9
Function
TestFloatSliceEquals
(t *testing.T)
floatslice_test.go:51
Function
TestFloatSliceRemove
(t *testing.T)
floatslice_test.go:31
Function
TestFloatSortBinarySearch
(t *testing.T)
cmp_test.go:260
Function
TestIntHeap
(t *testing.T)
heap/heap_test.go:31
Function
TestIntMatrix
(t *testing.T)
intmat_test.go:9
Function
TestIntMatrix_Clone
(t *testing.T)
intmat_test.go:26
Function
TestIntPriorityQueue
(t *testing.T)
intpq_test.go:10
Function
TestIntPriorityQueueCap
(t *testing.T)
intpq_test.go:33
Function
TestIntSlice
(t *testing.T)
intslice_test.go:10
Function
TestIntSliceEquals
(t *testing.T)
intslice_test.go:52
Function
TestIntSliceRemove
(t *testing.T)
intslice_test.go:32
Function
TestIntSortBinarySearch
(t *testing.T)
cmp_test.go:217
Function
TestMapKeyAsStrings
(t *testing.T)
map_test.go:7
Function
TestMerge
(t *testing.T)
cmp_test.go:11
Function
TestMergeComplex
(t *testing.T)
cmp_test.go:107
Function
TestMergeFloat
(t *testing.T)
cmp_test.go:83
Function
TestMergeInt
(t *testing.T)
cmp_test.go:35
Function
TestMergeString
(t *testing.T)
cmp_test.go:59
Function
TestN
(t *testing.T)
slice_test.go:175
Function
TestNestedError
(t *testing.T)
misc_test.go:10
Function
TestOnce
(t *testing.T)
sync_test.go:11
Function
TestPath
(t *testing.T)
path_test.go:10
Function
TestPriorityQueue
(t *testing.T)
pq_test.go:10
Function
TestPriorityQueueCap
(t *testing.T)
pq_test.go:33
Function
TestSlice
(t *testing.T)
slice_test.go:35
Function
TestSliceEquals
(t *testing.T)
slice_test.go:131
Function
TestSliceRemove
(t *testing.T)
slice_test.go:114
Function
TestSort
(t *testing.T)
sort_test.go:9
Function
TestSortBinarySearch
(t *testing.T)
cmp_test.go:131
Function
TestStrDiff
(t *testing.T)
cmp_test.go:346
Function
TestStrSet
(t *testing.T)
strset_test.go:9
Function
TestStrSet_nil
(t *testing.T)
strset_test.go:30
Function
TestStrSortBinarySearch
(t *testing.T)
cmp_test.go:174
Function
TestStringSlice
(t *testing.T)
strslice_test.go:10
Function
TestStringSliceEquals
(t *testing.T)
strslice_test.go:108
Function
TestStringSliceRemove
(t *testing.T)
strslice_test.go:91
Method
ToSlash
ToSlash is a wrapper to filepath.ToSlash
path.go:165
Method
VolumeName
VolumeName is a wrapper to filepath.VolumeName
path.go:170
Method
Walk
Walk is a wrapper to filepath.Walk Walk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root. All
path.go:196
Method
WriteFile
WriteFile is a wrappter to ioutil.WriteFile
path.go:303
← previous
201–264 of 264, ranked by callers