Home
last modified time | relevance | path

Searched refs:form_num (Results 1 – 17 of 17) sorted by relevance

/dports/www/p5-Net-Trac/Net-Trac-0.16/lib/Net/Trac/
H A DTicket.pm229 my ($form, $form_num) = $self->_get_new_ticket_form;
252 my ($form, $form_num) = $self->_get_update_ticket_form;
305 my ($form,$form_num) = $self->_get_new_ticket_form();
310 form_number => $form_num,
344 my ($form,$form_num)= $self->_get_update_ticket_form();
352 $self->connection->mech->form_number( $form_num );
369 form_number => $form_num,
444 my ($form, $form_num) = $self->_get_add_attachment_form();
447 form_number => $form_num,
H A DConnection.pm112 my ($form, $form_num) = $self->_find_login_form();
113 if ($form_num) {
115 form_number => $form_num,
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Drenderer.c1474 assert(form->form_num > 0); in html_special_form()
1497 nform->form_num = 0; in html_special_form()
1504 if (form->form_num < nform->form_num in html_special_form()
1517 if (nform->form_num == form->form_num) { in html_special_form()
1529 form->form_num, form->form_end); in html_special_form()
1572 form->form_num = 0; in html_special_form_control()
1603 if (outer->form_num == 0) in assert_forms_list_ok()
1649 if (form->form_num <= fc->position in check_html_form_hierarchy()
1662 if (fc->position < form->form_num in check_html_form_hierarchy()
2085 if (form->form_num) in render_html_document()
[all …]
/dports/www/elinks/elinks-0.11.7/src/viewer/text/
H A Dvs.c89 newfv->form_num = fv->form_num; in copy_vs()
111 ? find_form_view_in_vs(dst, srcfs->form_view->form_num) in copy_vs()
H A Dform.h22 int form_num; member
80 struct form_view *find_form_view_in_vs(struct view_state *vs, int form_num);
H A Dform.c218 if (fs->form_view && fs->form_view->form_num == fc->form->form_num in find_form_state()
252 find_form_view_in_vs(struct view_state *vs, int form_num) in find_form_view_in_vs() argument
259 if (fv->form_num == form_num) in find_form_view_in_vs()
263 fv->form_num = form_num; in find_form_view_in_vs()
271 return find_form_view_in_vs(doc_view->vs, form->form_num); in find_form_view()
280 if (form->form_num == fv->form_num) in find_form_by_form_view()
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/operate/
H A Dformlogin.py67 for form_num in range(num_forms):
68 br.select_form(nr=form_num)
/dports/www/elinks/elinks-0.11.7/src/document/
H A Dforms.h30 int form_num; member
/dports/www/links/links-2.25/
H A Djsint.c643 …foreachback(struct form_control, f, lf, document->f_data->forms) if ((f->form_num)==obj_id)return … in jsint_find_object()
766 …if (!(pole_vole=add_id(pole_vole,n_items,((f->form_num)<<JS_OBJ_MASK_SIZE)+JS_OBJ_T_FORM)))return … in find_in_subframes()
841 if (f->form_num==fc->form_num) /* this form */ in jsint_resolve()
1589 if ((*len)&&(fc->form_num)==last)continue; in js_upcall_get_forms()
1591 …if ((to_je_Ono[a]>>JS_OBJ_MASK_SIZE)==(fc->form_num))goto already_have; /* we already have this n… in js_upcall_get_forms()
1597 to_je_Ono[(*len)-1]=JS_OBJ_T_FORM|((fc->form_num)<<JS_OBJ_MASK_SIZE); in js_upcall_get_forms()
1598 last=fc->form_num; in js_upcall_get_forms()
1958 if (fc2->form_num==fc->form_num)(*len)++; in js_upcall_get_form_elements()
1967 if (fc2->form_num==fc->form_num) in js_upcall_get_form_elements()
2635 goto_url_f(fd->ses,NULL,u,NULL,fd,form->form_num, has_onsubmit,0,0); in js_upcall_submit()
[all …]
H A Dview.c867 …if (fs->form_num == form->form_num && fs->ctrl_num == form->ctrl_num && fs->g_ctrl_num == form->g_… in find_form_state()
870 fs->form_num = form->form_num; in find_form_state()
1880 foreach (struct form_control, i, li, f->forms) if (i->form_num == form->form_num) { in has_form_submit()
1984 sub->position = form->form_num + form->ctrl_num; in get_succesful_controls()
2194 void reset_form(struct f_data_c *f, int form_num) in reset_form() argument
2198 foreach(struct form_control, form, lform, f->f_data->forms) if (form->form_num == form_num) { in reset_form()
2215 reset_form(f, form->form_num); in get_form_url()
2225 …de(f,form->onsubmit,strlen(cast_const_char form->onsubmit),-1,form->form_num,form->form_num, NULL); in get_form_url()
2417 …if (fc->form_num == link->form->form_num && fc->type == FC_RADIO && !xstrcmp(fc->name, link->form-… in enter()
3916 goto_url_f(fd->ses, NULL, u, NULL, fd, form->form_num, has_onsubmit, 0, 0); in send_submit()
[all …]
H A Dhtml.c1793 fc->form_num = last_form_tag ? (int)(last_form_tag - startf) : 0; in html_button()
1885 fc->form_num = last_form_tag ? (int)(last_form_tag - startf) : 0; in html_input()
2023 fc->form_num = last_form_tag ? (int)(last_form_tag - startf) : 0; in html_option()
2310 fc->form_num = last_form_tag ? (int)(last_form_tag - startf) : 0; in do_html_select()
2372 fc->form_num = last_form_tag ? (int)(last_form_tag - startf) : 0; in do_html_textarea()
H A Dlinks.h2777 int form_num; /* cislo formulare */ member
2821 int form_num; /* cislo formulare */ member
4278 void reset_form(struct f_data_c *f, int form_num);
/dports/www/links1/links-1.04/
H A Dview.c621 …if (fs->form_num == form->form_num && fs->ctrl_num == form->ctrl_num && fs->g_ctrl_num == form->g_… in find_form_state()
624 fs->form_num = form->form_num; in find_form_state()
1196 foreach (i, f->forms) if (i->form_num == form->form_num) { in has_form_submit()
1256 …if (form->form_num == fc->form_num && ((form->type != FC_SUBMIT && form->type != FC_IMAGE && form-… in get_succesful_controls()
1300 sub->position = form->form_num + form->ctrl_num; in get_succesful_controls()
1518 void reset_form(struct f_data_c *f, int form_num) in reset_form() argument
1521 foreach(form, f->f_data->forms) if (form->form_num == form_num) { in reset_form()
1537 reset_form(f, form->form_num); in get_form_url()
1631 …if (fc->form_num == link->form->form_num && fc->type == FC_RADIO && !xstrcmp(fc->name, link->form-… in enter()
H A Dhtml.c1219 fc->form_num = last_form_tag - startf; in html_button()
1289 fc->form_num = last_form_tag - startf; in html_input()
1412 fc->form_num = last_form_tag - startf; in html_option()
1692 fc->form_num = last_form_tag - startf; in do_html_select()
1748 fc->form_num = last_form_tag - startf; in do_html_textarea()
H A Dlinks.h1650 int form_num; member
1673 int form_num; member
/dports/www/p5-WWW-Mechanize-Shell/WWW-Mechanize-Shell-0.59/t/
H A D14-command-identity.t76 form_num => { requests => 2, lines => [ 'get %s','form 1','submit' ],
/dports/www/elinks/elinks-0.11.7/src/document/html/parser/
H A Dforms.c51 form->form_num = a - html_context->startf; in html_form()