Lines Matching defs:input
47 protected function inputPrepareAsTraversable($input): iterable {
72 protected function inputAsNodeList($input, $cloneForManipulate = true): NodeList {
97 protected function inputAsFirstNode($input): ?\DOMNode {
123 protected function manipulateNodesWithInput($input, callable $callback): self {
184 public function substituteWith($input): self {
199 public function text($input = null) {
221 public function setText($input): self {
242 public function precede($input): self {
257 public function follow($input): self {
276 public function prependWith($input): self {
291 public function appendWith($input): self {
562 protected function wrapWithInputByCallback($input, callable $callback): void {
586 public function wrapInner($input): self {
608 public function wrap($input): self {
628 public function wrapAll($input): self {
715 public function setHtml($input): self {
732 public function html($input = null) {
745 public function create($input): NodeList {