MCPcopy Create free account

hub / github.com/Go-Learning-Land/Go-Learning-Archive / functions

Functions5,073 in github.com/Go-Learning-Land/Go-Learning-Archive

↓ 2 callersMethodAdd
Add adds the items (one or more) to the set. Note that insertion-order is not affected if an element is re-inserted into the set.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/linkedhashset.go:48
↓ 2 callersMethodAddPlace
AddPlace method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter09/map_layout.go:33
↓ 2 callersMethodAddReservation
(r Reservation)
GolangBooks/handsOnSoftwareArch/Chapter03/multiple_interfaces.go:67
↓ 2 callersMethodAddToHead
AddToHead method of LinkedList
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/doubly_linked_list.go:23
↓ 2 callersMethodAddToHead
AddToHead method of LinkedList class, AddToHead method adds the node to the start of the linked list.
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/linked_list.go:22
↓ 2 callersMethodBegin
Begin resets the iterator to its initial state (one-before-first) Call Next() to fetch the first element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/iterator.go:170
↓ 2 callersMethodCancelReservation
(charge float64)
GolangBooks/handsOnSoftwareArch/Chapter03/bridge.go:33
↓ 2 callersFunctionChange
(pass string)
GolangBooks/masteringGo/ch07/rwMutex.go:17
↓ 2 callersMethodConsume
(Iterator)
GolangBasics/learngo/logparser/v5/pipe/pipe.go:18
↓ 2 callersFunctionCreateBuffer
(buf *[]byte, count int)
GolangBooks/masteringGo/ch11/table/table.go:17
↓ 2 callersFunctionCreateHash
CreateHash method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter08/hash.go:14
↓ 2 callersFunctionD
(a,b)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:34
↓ 2 callersMethodDecrypt
(dst, src []byte)
GolangBooks/blackhatGo/ch-11/rc2-brute/rc2/rc2.go:182
↓ 2 callersMethodDifference
Difference returns the difference between two sets. The new set consists of all elements that are in "set" but not in "another". Ref: https://proofwik
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/hashset/hashset.go:143
↓ 2 callersMethodDifference
Difference returns the difference between two sets. The new set consists of all elements that are in "set" but not in "another". Ref: https://proofwik
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/linkedhashset.go:162
↓ 2 callersMethodEmpty
Empty returns true if queue does not contain any elements.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/circularbuffer.go:95
↓ 2 callersMethodEnd
End moves the iterator past the last element (one-past-the-end). Call Prev() to fetch the last element if any.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/iterator.go:178
↓ 2 callersFunctionEqual
Equal method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter09/sparse_matrix.go:45
↓ 2 callersFunctionFa
(a,b)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:35
↓ 2 callersMethodFinish
()
GolangBooks/handsOnSoftwareArch/Chapter03/command.go:70
↓ 2 callersMethodFloor
Floor finds the floor key-value pair for the input key. In case that no floor is found, then both returned values will be nil. It's generally enough t
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treemap/treemap.go:116
↓ 2 callersFunctionGenerateNumbers
GenerateNumbers - random number generation
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise/01-goroutines/04-add/counting/count.go:13
↓ 2 callersFunctionGenerateNumbers
GenerateNumbers - random number generation
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/01-exercise-solution/01-goroutines/04-add/counting/count.go:16
↓ 2 callersMethodGet
(key string)
GolangBooks/blackhatGo/ch-6/smb/smb/encoder/encoder.go:42
↓ 2 callersMethodGetAttrib
()
GolangBooks/handsOnSoftwareArch/Chapter03/singleton.go:17
↓ 2 callersFunctionGetMyClass
()
GolangBooks/handsOnSoftwareArch/Chapter03/singleton.go:26
↓ 2 callersMethodGetReservationDate
()
GolangBooks/handsOnSoftwareArch/Chapter03/creational_builder_factory.go:8
↓ 2 callersFunctionGetSportsFactory
(brand string)
GolangDesignPatterns/refactoringGuru/abstractFactory/iSportsFactory.go:10
↓ 2 callersFunctionGetTokenPrivileges
(token syscall.Token)
GolangBooks/blackhatGo/ch-12/procInjector/winsys/token.go:146
↓ 2 callersFunctionHa
(a,b,c,d,e)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:35
↓ 2 callersFunctionIa
(a,b,c)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:35
↓ 2 callersFunctionIndex
(vs []string, t string)
GolangBasics/GoByExample/046CollectionFunctions.go:8
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/iterator.go:54
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/iterator.go:53
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/iterator.go:67
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/doublylinkedlist/iterator.go:71
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/iterator.go:52
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/iterator.go:56
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/iterator.go:48
↓ 2 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/arraystack/iterator.go:53
↓ 2 callersMethodInsertLightningConnectorIntoComputer
(com Computer)
GolangDesignPatterns/refactoringGuru/adapter/client.go:8
↓ 2 callersMethodIntersection
Intersection returns the intersection between two sets. The new set consists of all elements that are both in "set" and "another". The two sets should
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/treeset.go:119
↓ 2 callersMethodIntersection
Intersection returns the intersection between two sets. The new set consists of all elements that are both in "set" and "another". Ref: https://en.wik
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/hashset/hashset.go:103
↓ 2 callersMethodIntersection
Intersection returns the intersection between two sets. The new set consists of all elements that are both in "set" and "another". Ref: https://en.wik
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/linkedhashset.go:122
↓ 2 callersFunctionIsDenser
IsDenser - compare density of two objects
GolangConcurrency/Concurrency_in_Go_Golang_udemy_course/03-exercise-solution/01-Interfaces/01-density/main.go:31
↓ 2 callersMethodIterator
Iterator returns `next()` to detect when the iteration ends, and a `cur()` to return the current result. iterator iterates sorted by domains.
GolangBasics/learngo/logparser/testing/report/summary.go:45
↓ 2 callersFunctionJa
(a,b)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:35
↓ 2 callersFunctionJb
(a)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:36
↓ 2 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treebidimap/iterator.go:48
↓ 2 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/linkedhashmap/iterator.go:52
↓ 2 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treemap/iterator.go:48
↓ 2 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/iterator.go:81
↓ 2 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/iterator.go:158
↓ 2 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/iterator.go:124
↓ 2 callersFunctionLearn
(x interface{})
GolangBooks/masteringGo/ch04/typeSwitch.go:27
↓ 2 callersMethodLeftKey
LeftKey returns the left-most (min) key or nil if tree is empty.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:174
↓ 2 callersMethodLeftValue
LeftValue returns the left-most value or nil if tree is empty.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:182
↓ 2 callersFunctionLengthRange
(s string)
GolangBooks/masteringGo/ch11/exampleFunctions/exampleFunctions.go:3
↓ 2 callersFunctionLessThan
Less Than method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter09/sparse_matrix.go:34
↓ 2 callersMethodLessThan
(KeyValue)
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter04/avl_tree.go:14
↓ 2 callersMethodMap
Map invokes the given function once for each element and returns a container containing the values returned by the given function as key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treebidimap/enumerable.go:22
↓ 2 callersMethodMap
Map invokes the given function once for each element and returns a container containing the values returned by the given function as key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/linkedhashmap/enumerable.go:22
↓ 2 callersMethodMap
Map invokes the given function once for each element and returns a container containing the values returned by the given function.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/doublylinkedlist/enumerable.go:22
↓ 2 callersMethodMap
Map invokes the given function once for each element and returns a container containing the values returned by the given function.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/enumerable.go:22
↓ 2 callersMethodMap
Map invokes the given function once for each element and returns a container containing the values returned by the given function.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/singlylinkedlist/enumerable.go:22
↓ 2 callersFunctionMarshal
(v interface{})
GolangBooks/blackhatGo/ch-6/smb/smb/encoder/encoder.go:190
↓ 2 callersMethodMin
Min returns the minimum key and its value from the tree map. Returns nil, nil if map is empty.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treemap/treemap.go:91
↓ 2 callersMethodMultiply
Type method Multiply()
GolangBooks/masteringGo/ch04/methods.go:41
↓ 2 callersMethodNew
New method initialises with Order with priority, quantity, product, customerName
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/queue.go:22
↓ 2 callersFunctionNewKnowledgeGraph
NewKnowledgeGraph method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter09/test/knowledge_catalog.go:22
↓ 2 callersFunctionNewMapLayout
NewMapLayout method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter09/test/map_layout.go:25
↓ 2 callersFunctionNewSocialGraph
NewSocialGraph method
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter09/test/social_graph.go:24
↓ 2 callersFunctionNewWith
NewWith instantiates a B-tree with the order (maximum number of children) and a custom key comparator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:52
↓ 2 callersFunctionNewWithStringComparator
NewWithStringComparator instantiates a B-tree with the order (maximum number of children) and the StringComparator, i.e. keys are of type string.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:65
↓ 2 callersFunctionNewWithStringComparator
NewWithStringComparator instantiates a red-black tree with the StringComparator, i.e. keys are of type string.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/redblacktree.go:57
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/iterator.go:27
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/linkedlistqueue/iterator.go:27
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/iterator.go:27
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/iterator.go:34
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/iterator.go:35
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/iterator.go:39
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/iterator.go:29
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/doublylinkedlist/iterator.go:28
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/iterator.go:27
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/singlylinkedlist/iterator.go:28
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/iterator.go:31
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/arraystack/iterator.go:27
↓ 2 callersMethodNext
Next moves the iterator to the next element and returns true if there was a next element in the container. If Next() returns true, then next element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/linkedliststack/iterator.go:27
↓ 2 callersFunctionNtowfv2
(pass, user, domain string)
GolangBooks/blackhatGo/ch-6/smb/ntlmssp/crypto.go:19
↓ 2 callersFunctionObjectIDStrToInt
(oid string)
GolangBooks/blackhatGo/ch-6/smb/gss/oid.go:8
↓ 2 callersMethodOp1
()
GolangBooks/handsOnSoftwareArch/Chapter03/state.go:18
↓ 2 callersMethodOp2
()
GolangBooks/handsOnSoftwareArch/Chapter03/state.go:21
↓ 2 callersFunctionP
(a,b,c)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:34
↓ 2 callersFunctionParseFileTrailer
(buf []byte, current int)
GolangBooks/blackhatGo/ch-3/bing-metadata/metadata/pdf.go:173
↓ 2 callersMethodPrev
Prev moves the iterator to the previous element and returns true if there was a previous element in the container. If Prev() returns true, then previo
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/iterator.go:37
↓ 2 callersMethodPrev
Prev moves the iterator to the previous element and returns true if there was a previous element in the container. If Prev() returns true, then previo
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/iterator.go:37
↓ 2 callersMethodPrev
Prev moves the iterator to the next element and returns true if there was a previous element in the container. If Prev() returns true, then next eleme
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/iterator.go:54
↓ 2 callersMethodPrev
Prev moves the iterator to the previous element and returns true if there was a previous element in the container. If Prev() returns true, then previo
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/iterator.go:94
↓ 2 callersMethodPrev
Prev moves the iterator to the previous element and returns true if there was a previous element in the container. If Prev() returns true, then previo
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/iterator.go:79
↓ 2 callersMethodPrev
Prev moves the iterator to the previous element and returns true if there was a previous element in the container. If Prev() returns true, then previo
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/iterator.go:39
← previousnext →501–600 of 5,073, ranked by callers