Home
last modified time | relevance | path

Searched refs:getElementAt (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dform_form.test.php57 $e1 =& $form->getElementAt(1);
65 $e2 =& $form->getElementAt(99);
/dokuwiki/lib/plugins/authad/
H A Daction.php83 $element = $form->getElementAt($pos);
/dokuwiki/inc/Form/
H A DForm.php114 public function getElementAt($pos) function in dokuwiki\\Form\\Form
/dokuwiki/inc/
H A Dform.php259 public function &getElementAt($pos) function in Doku_Form