Lines Matching refs:createNode

20         $node = $this->createNode('textarea', '');
28 $node = $this->createNode('input', '', ['type' => 'text']);
39 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'foo']);
44 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'value' => 'foo']);
49 $node = $this->createNode('select', '');
57 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'foo']);
62 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'value' => 'foo']);
67 $node = $this->createNode('select', '');
72 $node = $this->createNode('select', '', ['multiple' => 'multiple']);
77 $node = $this->createNode('select', '', ['multiple' => '']);
162 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'foo']);
164 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'bar']);
171 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'foo']);
173 …$node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'bar', 'ch…
192 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'foo']);
194 …$node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'bar', 'ch…
203 …$node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'foo', 'di…
205 … $node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'bar']);
207 …$node = $this->createNode('input', '', ['type' => 'radio', 'name' => 'name', 'value' => 'baz', 'di…
225 $node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name']);
238 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'checked' => 'chec…
244 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'checked' => 'chec…
249 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'checked' => 'chec…
268 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'value' => 'foo', …
287 $node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name']);
305 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'checked' => 'chec…
313 …$node = $this->createNode('input', '', ['type' => 'checkbox', 'name' => 'name', 'checked' => 'chec…