Lines Matching refs:NodeList
149 self follow(string|NodeList|\DOMNode|callable $input)
177 self appendWith(string|NodeList|\DOMNode|callable $input)
198 self appendTo(string|NodeList|\DOMNode $selector)
252 self precede(string|NodeList|\DOMNode|callable $input)
279 NodeList|\DOMNode clone()
320 NodeList detach([string $selector = null])
384 string|self html([string|NodeList|\DOMNode|callable $input = null])
419 self prependWith(string|NodeList|\DOMNode|callable $input)
440 self prependTo(string|NodeList|\DOMNode $selector)
500 self substituteWith(string|NodeList|\DOMNode|callable $input)
513 string|self text([string|NodeList|\DOMNode|callable $input = null])
533 `unwrap()` on a `NodeList` containing two siblings, *two* parents will
555 self wrap(string|NodeList|\DOMNode|callable $input)
565 If called on a `NodeList`, each of nodes in the list will be separately
567 wrap() cannot be a `NodeList` or `\DOMNode`, since those can be used
569 unique `NodeList` or `\DomNode` every time can be used in this case.
573 string, or a unique `NodeList` or `\DOMNode` ever time it is called.
598 self wrapAll(string|NodeList|\DOMNode|callable $input)
630 self wrapInner(string|NodeList|\DOMNode|callable $input)
658 NodeList add(string|NodeList|\DOMNode $input)
675 NodeList children()
692 Element|NodeList|null closest(string|NodeList|\DOMNode|callable $input)
709 NodeList contents()
743 NodeList filter(string|NodeList|\DOMNode|callable $input)
760 NodeList find(string $selector[, string $prefix = 'descendant::'])
793 NodeList has(string|NodeList|\DOMNode|callable $input)
810 bool is(string|NodeList|\DOMNode|callable $input)
844 NodeList map(callable $function)
847 Apply a callback to nodes in the current set and return a new NodeList.
863 \DOMNode|null following([string|NodeList|\DOMNode|callable $selector = null])
882 NodeList followingAll([string|NodeList|\DOMNode|callable $selector = null])
901 NodeList followingUntil([[string|NodeList|\DOMNode|callable $input = null], string|NodeList|\DOMNod…
921 NodeList not(string|NodeList|\DOMNode|callable $input)
938 Element|NodeList|null parent([string|NodeList|\DOMNode|callable $selector = null])
957 NodeList parent([string $selector = null])
976 NodeList parentsUntil([[string|NodeList|\DOMNode|callable $input, [string|NodeList|\DOMNode|callabl…
996 \DOMNode|null preceding([string|NodeList|\DOMNode|callable $selector = null])
1015 NodeList precedingAll([string|NodeList|\DOMNode|callable $selector = null])
1033 NodeList precedingUntil([[string|NodeList|\DOMNode|callable $input = null], string|NodeList|\DOMNod…
1053 NodeList siblings([[string|NodeList|\DOMNode|callable $selector = null])
1072 NodeList slice(int $start[, int $end])
1081 // Return nodes 1 through to 3 as a new NodeList