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,561 callersMethodPrintln
(args ...interface{})
GolangBasics/learngo/x-tba/tictactoe-experiments/06-refactor/logger.go:25
↓ 1,434 callersMethodPrintf
(fmt string, args ...interface{})
GolangBasics/learngo/x-tba/tictactoe-experiments/06-refactor/logger.go:21
↓ 884 callersMethodPut
(key interface{}, value interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/maps.go:22
↓ 530 callersFunction$
()
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:35
↓ 356 callersMethodSize
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/containers.go:21
↓ 280 callersMethodValue
Value returns the current element's value. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:49
↓ 280 callersFunctiont
()
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery-ui-1.10.4.custom.min.js:36
↓ 253 callersMethodAdd
(elements ...interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/sets.go:16
↓ 244 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/containers/iterator.go:45
↓ 242 callersMethodPrint
()
GolangDesignPatterns/refactoringGuru/bridge/computer.go:4
↓ 206 callersMethodIndex
Index returns the current element's index. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:21
↓ 205 callersMethodEnqueue
(value interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/queues.go:17
↓ 180 callersFunctione
(t)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery-ui-1.10.4.custom.min.js:36
↓ 175 callersFunctionassertValidTreeNode
(t *testing.T, node *Node, expectedEntries int, expectedChildren int, keys []int, hasParent bool)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree_test.go:1052
↓ 163 callersMethodPush
(value interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/stacks.go:16
↓ 158 callersMethodClose
()
GolangBooks/blackhatGo/ch-6/smb/smb/session.go:332
↓ 156 callersMethodRemove
(key interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/maps.go:24
↓ 138 callersMethodAdd
(values ...interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/lists.go:21
↓ 135 callersMethodNew
create the map of integer and bool
GolangDataStructuresAndAlgorithms/Learn-Data-Structures-and-Algorithms-with-Golang/Chapter03/set.go:16
↓ 132 callersMethodGet
(key interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/maps.go:23
↓ 130 callersMethodKey
Key returns the current element's key. Does not modify the state of the iterator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:53
↓ 110 callersFunctionf
()
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jstz.min.js:35
↓ 106 callersMethodValues
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/containers.go:23
↓ 96 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/containers/iterator.go:115
↓ 84 callersMethodheight
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:236
↓ 83 callersMethodEmpty
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/containers.go:20
↓ 82 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/containers/iterator.go:119
↓ 73 callersMethodContains
(elements ...interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/sets.go:18
↓ 73 callersMethodremove
(key interface{}, qp **Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:257
↓ 72 callersMethodClear
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/containers.go:22
↓ 70 callersMethodget
(key string)
GolangDesignPatterns/refactoringGuru/strategy/cache.go:32
↓ 69 callersMethodGet
(index int)
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/lists.go:19
↓ 67 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/containers/iterator.go:57
↓ 64 callersMethodString
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/containers.go:24
↓ 63 callersFunctionassertValidTree
(t *testing.T, tree *Tree, expectedSize int)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree_test.go:1046
↓ 57 callersMethodNextTo
NextTo moves the iterator to the next element from current position that satisfies the condition given by the passed function, and returns true if the
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:68
↓ 54 callersFunctionNewWithIntComparator
NewWithIntComparator instantiates a B-tree with the order (maximum number of children) and the IntComparator, i.e. keys are of type int.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:60
↓ 50 callersFunctioni
(t,i)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery-ui-1.10.4.custom.min.js:36
↓ 49 callersFunctionNew
New instantiates a new list and adds the passed values, if any, to the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/doublylinkedlist/doublylinkedlist.go:37
↓ 49 callersFunctionNew
New instantiates a new empty set and adds the passed values, if any, to the set
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/linkedhashset.go:35
↓ 48 callersFunctionNew
New instantiates a new list and adds the passed values, if any, to the list Take a look at the this: https://stackoverflow.com/a/23669857/6946237
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/arraylist.go:36
↓ 48 callersMethodPrevTo
PrevTo moves the iterator to the previous element from current position that satisfies the condition given by the passed function, and returns true if
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:130
↓ 45 callersMethodDebug
(msg string, err error)
GolangBooks/blackhatGo/ch-6/smb/smb/session.go:87
↓ 45 callersMethodKeys
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/maps.go:25
↓ 44 callersMethodDequeue
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/queues.go:18
↓ 43 callersFunctionn
(a,b)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:34
↓ 42 callersFunctionNew
New instantiates a new list and adds the passed values, if any, to the list
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/singlylinkedlist/singlylinkedlist.go:36
↓ 41 callersMethodFields
Fields returns all the field names. The names can be used to query the Record.
GolangBasics/learngo/logparser/v5/pipe/recordshare.go:36
↓ 41 callersFunctionNew
New instantiates a linked-hash-map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/linkedhashmap/linkedhashmap.go:31
↓ 40 callersMethodSort
(comparator utils.Comparator)
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/lists.go:23
↓ 39 callersMethodsplit
(node *Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/btree.go:346
↓ 38 callersMethodFirst
First moves the iterator to the first element and returns true if there was a first element in the container. If First() returns true, then first elem
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:62
↓ 38 callersFunctionNewWithIntComparator
NewWithIntComparator instantiates an AVL tree with the IntComparator, i.e. keys are of type int.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/avltree.go:43
↓ 38 callersMethodon
()
GolangDesignPatterns/refactoringGuru/command/device.go:4
↓ 37 callersMethodadd
(data T)
GolangBooks/masteringGo/ch13/structures.go:18
↓ 36 callersFunctionNewWithIntComparator
NewWithIntComparator instantiates a red-black tree with the IntComparator, i.e. keys are of type int.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/redblacktree.go:52
↓ 36 callersMethodParse
Parse the next record from the source.
GolangBasics/learngo/logparser/v6/logly/parse/parser.go:16
↓ 35 callersMethodError
Implement error interface
GolangBooks/masteringGo/ch04/errorInt.go:17
↓ 35 callersMethodWrite
Write writes data to Stdout.
GolangBooks/blackhatGo/ch-2/io-example/main.go:22
↓ 33 callersMethodErr
Err returns the first error that was encountered.
GolangBasics/learngo/logparser/v6/logly/parse/parser.go:22
↓ 32 callersMethodPop
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/stacks.go:17
↓ 31 callersFunctionNewWithStringComparator
NewWithStringComparator instantiates a new empty set with the StringComparator, i.e. keys are of type string.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/treeset.go:50
↓ 31 callersMethodToJSON
ToJSON outputs the JSON representation of containers's elements.
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/serialization.go:10
↓ 30 callersMethodFromJSON
FromJSON populates containers's elements from the input JSON representation.
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/serialization.go:18
↓ 30 callersFunctions
(t,i,n,s)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery-ui-1.10.4.custom.min.js:36
↓ 29 callersMethodError
()
GolangBasics/GoByExample/022Error.go:23
↓ 29 callersMethodLast
Last moves the iterator to the last element and returns true if there was a last element in the container. If Last() returns true, then last element's
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/iterator.go:124
↓ 29 callersFunctionNewWith
NewWith instantiates a bidirectional map.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treebidimap/treebidimap.go:45
↓ 28 callersFunctionNew
New instantiates a new empty queue with the specified size of maximum number of elements that it can hold. This max size of the buffer cannot be chang
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/circularbuffer/circularbuffer.go:36
↓ 28 callersFunctionNewWithIntComparator
NewWithIntComparator instantiates a tree map with the IntComparator, i.e. keys are of type int.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treemap/treemap.go:36
↓ 28 callersMethodSet
(index int, value interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/lists.go:26
↓ 28 callersMethodWrite
(p []byte)
GolangBooks/masteringGo/ch06/ioInterface.go:27
↓ 27 callersFunctionNew
New instantiates a new empty set and adds the passed values, if any, to the set
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/hashset/hashset.go:29
↓ 27 callersFunctionNewWith
NewWith instantiates a new empty queue with the custom comparator.
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/priorityqueue/priorityqueue.go:36
↓ 27 callersMethodPeek
()
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/queues.go:19
↓ 26 callersFunctionNew
New instantiates a new empty queue
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/arrayqueue/arrayqueue.go:29
↓ 26 callersFunctionNew
New instantiates a new empty stack
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/arraystack/arraystack.go:28
↓ 25 callersMethodIterator
Iterator returns a stateful iterator whose elements are key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/linkedhashmap/iterator.go:22
↓ 25 callersMethodIterator
Iterator returns a stateful iterator whose elements are key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treemap/iterator.go:21
↓ 25 callersMethodIterator
Iterator holding the iterator's state
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/iterator.go:23
↓ 25 callersMethodRead
Read reads data from stdin.
GolangBooks/blackhatGo/ch-2/io-example/main.go:13
↓ 25 callersMethodRemove
(elements ...interface{})
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/sets.go:17
↓ 24 callersMethodDo
(args *Args, reply *int)
GolangBooks/handsOnSoftwareArch/Chapter05/rpc_server.go:17
↓ 24 callersMethodIterator
Iterator returns a stateful iterator whose elements are key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/maps/treebidimap/iterator.go:21
↓ 24 callersMethodnext
()
GolangBasics/learngo/x-tba/tictactoe-experiments/05-with-pointers/main.go:168
↓ 24 callersFunctionrotl16
(x uint16, b uint)
GolangBooks/blackhatGo/ch-11/rc2-brute/rc2/rc2.go:83
↓ 23 callersMethodIterator
Iterator returns a stateful iterator whose elements are key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/avltree/iterator.go:26
↓ 23 callersMethodIterator
Iterator returns a stateful iterator whose elements are key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/btree/iterator.go:27
↓ 23 callersMethodIterator
Iterator returns a stateful iterator whose elements are key/value pairs.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/iterator.go:26
↓ 22 callersMethodFind
Find passes each element of the container to the given function and returns the first (key,value) for which the function is true or nil,nil otherwise
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/enumerable.go:56
↓ 21 callersMethodAll
All passes each element of the container to the given function and returns true if the function returns true for all elements.
GolangDataStructuresAndAlgorithms/Golang Data Structures/containers/enumerable.go:51
↓ 21 callersMethodIterator
Iterator returns a stateful iterator whose values can be fetched by an index.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/linkedhashset/iterator.go:21
↓ 21 callersFunctionnodeColor
(node *Node)
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/redblacktree/redblacktree.go:543
↓ 21 callersFunctionoa
(a)
GolangBooks/blackhatGo/ch-4/credential_harvester/public/index_files/jquery.min.js:34
↓ 20 callersMethodIterator
Iterator returns a stateful iterator whose values can be fetched by an index.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/doublylinkedlist/iterator.go:20
↓ 20 callersMethodIterator
Iterator returns a stateful iterator whose values can be fetched by an index.
GolangDataStructuresAndAlgorithms/Golang Data Structures/lists/arraylist/iterator.go:19
↓ 20 callersFunctionNew
New instantiates a new empty queue
GolangDataStructuresAndAlgorithms/Golang Data Structures/queues/linkedlistqueue/linkedlistqueue.go:29
↓ 20 callersFunctionNewWithIntComparator
NewWithIntComparator instantiates a new empty heap with the IntComparator, i.e. elements are of type int.
GolangDataStructuresAndAlgorithms/Golang Data Structures/trees/binaryheap/binaryheap.go:37
↓ 20 callersFunctionNewWithIntComparator
NewWithIntComparator instantiates a new empty set with the IntComparator, i.e. keys are of type int.
GolangDataStructuresAndAlgorithms/Golang Data Structures/sets/treeset/treeset.go:41
↓ 19 callersFunctionNew
New nnstantiates a new empty stack
GolangDataStructuresAndAlgorithms/Golang Data Structures/stacks/linkedliststack/linkedliststack.go:28
next →1–100 of 5,073, ranked by callers