Lines Matching refs:pos
120 $pos = $form->findElementByAttribute('name', 'login');
121 if (!$pos)
123 $elem = $form->getElementAt($pos);
126 $form->replaceElement($pos, $elem);
136 $pos = $form->findElementByAttribute('name', $name);
137 $form->replaceElement($pos, NULL);
152 $pos = $form->findPositionByAttribute('name', 'login');
153 if (!$pos)
155 $elem = $form->getElementAt($pos);
158 $form->replaceElement($elem, $pos);
168 $pos = $form->findPositionByAttribute('name', $name);
169 $form->replaceElement(NULL, $pos);