Lines Matching +defs:input +defs:name
27 public function __call(string $name, array $arguments) {
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 {
364 public function removeAttr(string $name): self {
379 public function hasAttr(string $name): bool {
396 public function getAttr(string $name): string {
414 public function setAttr(string $name, $value): self {
430 public function attr(string $name, $value = null) {
445 protected function _pushAttrValue(string $name, $value, bool $addValue = false): void {
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 {