Lines Matching refs:callable
128 self addClass(string|callable $class)
149 self follow(string|NodeList|\DOMNode|callable $input)
177 self appendWith(string|NodeList|\DOMNode|callable $input)
252 self precede(string|NodeList|\DOMNode|callable $input)
384 string|self html([string|NodeList|\DOMNode|callable $input = null])
419 self prependWith(string|NodeList|\DOMNode|callable $input)
480 self removeClass(string|callable $class)
500 self substituteWith(string|NodeList|\DOMNode|callable $input)
513 string|self text([string|NodeList|\DOMNode|callable $input = null])
555 self wrap(string|NodeList|\DOMNode|callable $input)
568 to wrap a node only once. A string or callable returning a string or a
571 When a callable is passed, it is called once for each node operated on,
572 passing that node and its index. The callable should return either a
598 self wrapAll(string|NodeList|\DOMNode|callable $input)
630 self wrapInner(string|NodeList|\DOMNode|callable $input)
692 Element|NodeList|null closest(string|NodeList|\DOMNode|callable $input)
743 NodeList filter(string|NodeList|\DOMNode|callable $input)
793 NodeList has(string|NodeList|\DOMNode|callable $input)
810 bool is(string|NodeList|\DOMNode|callable $input)
844 NodeList map(callable $function)
863 \DOMNode|null following([string|NodeList|\DOMNode|callable $selector = null])
882 NodeList followingAll([string|NodeList|\DOMNode|callable $selector = null])
901 …List followingUntil([[string|NodeList|\DOMNode|callable $input = null], string|NodeList|\DOMNode|c…
921 NodeList not(string|NodeList|\DOMNode|callable $input)
938 Element|NodeList|null parent([string|NodeList|\DOMNode|callable $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 …List precedingUntil([[string|NodeList|\DOMNode|callable $input = null], string|NodeList|\DOMNode|c…
1053 NodeList siblings([[string|NodeList|\DOMNode|callable $selector = null])
1108 self each(callable $function)