Lines Matching defs:input
82 protected function getNodesMatchingInput($input, bool $matchType = true): NodeList {
122 public function is($input): bool {
131 public function not($input): NodeList {
140 public function filter($input): NodeList {
149 public function has($input): NodeList {
206 public function precedingUntil($input = null, $selector = null): NodeList {
234 public function followingUntil($input = null, $selector = null): NodeList {
309 public function parentsUntil($input = null, $selector = null): NodeList {
341 public function closest($input) {
371 public function add($input): NodeList {
396 …protected function _buildNodeListUntil(\DOMNode $baseNode, string $property, $input = null, $selec…
458 …protected function _walkPathUntil(string $property, $input = null, $selector = null, int $matchTyp…