MCPcopy Create free account

hub / github.com/PuerkitoBio/goquery / functions

Functions666 in github.com/PuerkitoBio/goquery

↓ 1 callersMethodRemoveAttr
RemoveAttr removes the named attribute from each element in the set of matched elements.
property.go:32
↓ 1 callersMethodRemoveFiltered
RemoveFiltered removes from the current set of matched elements those that match the selector filter. It returns the Selection of removed nodes. For
manipulation.go:251
↓ 1 callersMethodRemoveMatcher
RemoveMatcher removes from the current set of matched elements those that match the Matcher filter. It returns the Selection of removed nodes. See Rem
manipulation.go:258
↓ 1 callersFunctionRender
Render renders the HTML of the first item in the selection and writes it to the writer. It behaves the same as OuterHtml but writes to w instead of re
utilities.go:129
↓ 1 callersMethodReplaceWith
ReplaceWith replaces each element in the set of matched elements with the nodes matched by the given selector. It returns the removed elements. This
manipulation.go:267
↓ 1 callersMethodReplaceWithMatcher
ReplaceWithMatcher replaces each element in the set of matched elements with the nodes matched by the given Matcher. It returns the removed elements.
manipulation.go:276
↓ 1 callersMethodSetText
SetText sets the content of each element in the selection to specified content. The provided text string is escaped.
manipulation.go:333
↓ 1 callersMethodToggleClass
ToggleClass adds or removes the given class(es) for each element in the set of matched elements. Multiple class names can be specified, separated by a
property.go:182
↓ 1 callersMethodWrapAll
WrapAll wraps a single HTML structure, matched by the given selector, around all elements in the set of matched elements. The matched child is cloned
manipulation.go:419
↓ 1 callersMethodWrapAllHtml
WrapAllHtml wraps the given HTML structure around all elements in the set of matched elements. The matched child is cloned before being inserted into
manipulation.go:446
↓ 1 callersMethodWrapAllMatcher
WrapAllMatcher wraps a single HTML structure, matched by the given Matcher, around all elements in the set of matched elements. The matched child is c
manipulation.go:428
↓ 1 callersMethodWrapAllNode
WrapAllNode wraps the given node around the first element in the Selection, making all other nodes in the Selection children of the given node. The no
manipulation.go:472
↓ 1 callersMethodWrapHtml
WrapHtml wraps each element in the set of matched elements inside the inner- most child of the given HTML. It returns the original set of elements.
manipulation.go:384
↓ 1 callersMethodWrapInnerHtml
WrapInnerHtml wraps an HTML structure, matched by the given selector, around the content of element in the set of matched elements. The matched child
manipulation.go:526
↓ 1 callersMethodWrapInnerMatcher
WrapInnerMatcher wraps an HTML structure, matched by the given selector, around the content of element in the set of matched elements. The matched chi
manipulation.go:508
↓ 1 callersMethodWrapMatcher
WrapMatcher wraps each element in the set of matched elements inside the first element matched by the given matcher. The matched child is cloned befor
manipulation.go:367
↓ 1 callersMethodWrapSelection
WrapSelection wraps each element in the set of matched elements inside the first element in the given Selection. The element is cloned before being in
manipulation.go:376
↓ 1 callersFunctiongetFirstChildEl
Get the first child that is an ElementNode
manipulation.go:577
↓ 1 callersFunctiongrep
Loop through a selection, returning only those nodes that pass the predicate function.
utilities.go:229
↓ 1 callersFunctionparseHtml
(h string)
manipulation.go:562
↓ 1 callersMethodtextHelper
(n *html.Node, builder *strings.Builder)
property.go:65
MethodAddBackMatcher
AddBackMatcher reduces the previous set of elements on the stack to those that match the matcher, and adds them to the current set. It returns a new S
expand.go:68
FunctionBenchmarkAdd
(b *testing.B)
bench_expand_test.go:7
FunctionBenchmarkAddClass
(b *testing.B)
bench_property_test.go:53
FunctionBenchmarkAddNodes
(b *testing.B)
bench_expand_test.go:44
FunctionBenchmarkAddNodesBig
(b *testing.B)
bench_expand_test.go:64
FunctionBenchmarkAddSelection
(b *testing.B)
bench_expand_test.go:25
FunctionBenchmarkAndSelf
(b *testing.B)
bench_expand_test.go:88
FunctionBenchmarkAttr
(b *testing.B)
bench_property_test.go:7
FunctionBenchmarkChildren
(b *testing.B)
bench_traversal_test.go:118
FunctionBenchmarkChildrenFiltered
(b *testing.B)
bench_traversal_test.go:136
FunctionBenchmarkClosest
(b *testing.B)
bench_traversal_test.go:750
FunctionBenchmarkClosestNodes
(b *testing.B)
bench_traversal_test.go:787
FunctionBenchmarkClosestSelection
(b *testing.B)
bench_traversal_test.go:768
FunctionBenchmarkContains
(b *testing.B)
bench_query_test.go:97
FunctionBenchmarkContents
(b *testing.B)
bench_traversal_test.go:82
FunctionBenchmarkContentsFiltered
(b *testing.B)
bench_traversal_test.go:100
FunctionBenchmarkEach
(b *testing.B)
bench_iteration_test.go:8
FunctionBenchmarkEachIter
(b *testing.B)
bench_iteration_test.go:28
FunctionBenchmarkEachIterWithBreak
(b *testing.B)
bench_iteration_test.go:47
FunctionBenchmarkEachWithBreak
(b *testing.B)
bench_iteration_test.go:91
FunctionBenchmarkEnd
(b *testing.B)
bench_filter_test.go:241
FunctionBenchmarkEq
(b *testing.B)
bench_array_test.go:25
FunctionBenchmarkFilter
(b *testing.B)
bench_filter_test.go:9
FunctionBenchmarkFilterFunction
(b *testing.B)
bench_filter_test.go:64
FunctionBenchmarkFilterNodes
(b *testing.B)
bench_filter_test.go:106
FunctionBenchmarkFilterSelection
(b *testing.B)
bench_filter_test.go:146
FunctionBenchmarkFind
(b *testing.B)
bench_traversal_test.go:9
FunctionBenchmarkFindNodes
(b *testing.B)
bench_traversal_test.go:62
FunctionBenchmarkFindSelection
(b *testing.B)
bench_traversal_test.go:43
FunctionBenchmarkFindWithinSelection
(b *testing.B)
bench_traversal_test.go:25
FunctionBenchmarkFirst
(b *testing.B)
bench_array_test.go:7
FunctionBenchmarkGet
(b *testing.B)
bench_array_test.go:51
FunctionBenchmarkHas
(b *testing.B)
bench_filter_test.go:184
FunctionBenchmarkHasClass
(b *testing.B)
bench_query_test.go:83
FunctionBenchmarkHasNodes
(b *testing.B)
bench_filter_test.go:202
FunctionBenchmarkHasSelection
(b *testing.B)
bench_filter_test.go:222
FunctionBenchmarkHtml
(b *testing.B)
bench_property_test.go:44
FunctionBenchmarkIndex
(b *testing.B)
bench_array_test.go:64
FunctionBenchmarkIndexOfNode
(b *testing.B)
bench_array_test.go:92
FunctionBenchmarkIndexOfSelection
(b *testing.B)
bench_array_test.go:108
FunctionBenchmarkIndexSelector
(b *testing.B)
bench_array_test.go:78
FunctionBenchmarkIs
(b *testing.B)
bench_query_test.go:7
FunctionBenchmarkIsFunction
(b *testing.B)
bench_query_test.go:35
FunctionBenchmarkIsNodes
(b *testing.B)
bench_query_test.go:67
FunctionBenchmarkIsPositional
(b *testing.B)
bench_query_test.go:21
FunctionBenchmarkIsSelection
(b *testing.B)
bench_query_test.go:52
FunctionBenchmarkLast
(b *testing.B)
bench_array_test.go:16
FunctionBenchmarkLength
(b *testing.B)
bench_property_test.go:30
FunctionBenchmarkMap
(b *testing.B)
bench_iteration_test.go:70
FunctionBenchmarkMetalReviewExample
(b *testing.B)
bench_example_test.go:10
FunctionBenchmarkNext
(b *testing.B)
bench_traversal_test.go:376
FunctionBenchmarkNextAll
(b *testing.B)
bench_traversal_test.go:412
FunctionBenchmarkNextAllFiltered
(b *testing.B)
bench_traversal_test.go:430
FunctionBenchmarkNextFiltered
(b *testing.B)
bench_traversal_test.go:394
FunctionBenchmarkNextFilteredUntil
(b *testing.B)
bench_traversal_test.go:636
FunctionBenchmarkNextFilteredUntilNodes
(b *testing.B)
bench_traversal_test.go:673
FunctionBenchmarkNextFilteredUntilSelection
(b *testing.B)
bench_traversal_test.go:654
FunctionBenchmarkNextUntil
(b *testing.B)
bench_traversal_test.go:522
FunctionBenchmarkNextUntilNodes
(b *testing.B)
bench_traversal_test.go:559
FunctionBenchmarkNextUntilSelection
(b *testing.B)
bench_traversal_test.go:540
FunctionBenchmarkNot
(b *testing.B)
bench_filter_test.go:27
FunctionBenchmarkNotFunction
(b *testing.B)
bench_filter_test.go:85
FunctionBenchmarkNotMatcher
(b *testing.B)
bench_filter_test.go:45
FunctionBenchmarkNotNodes
(b *testing.B)
bench_filter_test.go:126
FunctionBenchmarkNotSelection
(b *testing.B)
bench_filter_test.go:165
FunctionBenchmarkParent
(b *testing.B)
bench_traversal_test.go:154
FunctionBenchmarkParentFiltered
(b *testing.B)
bench_traversal_test.go:172
FunctionBenchmarkParents
(b *testing.B)
bench_traversal_test.go:190
FunctionBenchmarkParentsFiltered
(b *testing.B)
bench_traversal_test.go:208
FunctionBenchmarkParentsFilteredUntil
(b *testing.B)
bench_traversal_test.go:283
FunctionBenchmarkParentsFilteredUntilNodes
(b *testing.B)
bench_traversal_test.go:320
FunctionBenchmarkParentsFilteredUntilSelection
(b *testing.B)
bench_traversal_test.go:301
FunctionBenchmarkParentsUntil
(b *testing.B)
bench_traversal_test.go:226
FunctionBenchmarkParentsUntilNodes
(b *testing.B)
bench_traversal_test.go:263
FunctionBenchmarkParentsUntilSelection
(b *testing.B)
bench_traversal_test.go:244
FunctionBenchmarkPrev
(b *testing.B)
bench_traversal_test.go:448
FunctionBenchmarkPrevAll
(b *testing.B)
bench_traversal_test.go:486
FunctionBenchmarkPrevAllFiltered
(b *testing.B)
bench_traversal_test.go:504
FunctionBenchmarkPrevFiltered
(b *testing.B)
bench_traversal_test.go:466
← previousnext →201–300 of 666, ranked by callers