Lines Matching refs:form

871 	private $form;
5199 // Output text word by word with an adjustment to the intercharacter spacing for SPACEs to form word spacing
5847 // Parameter (pre-)encoded - When called internally from form::textarea -
5973 if ($maxrows != false && isset($this->form) && ($this->y - $start_y) / $h > $maxrows) {
6068 if ($maxrows != false && isset($this->form) && ($this->y - $start_y) / $h > $maxrows) {
6106 if ($maxrows != false && isset($this->form) && ($this->y - $start_y) / $h > $maxrows) {
6169 if ($maxrows != false && isset($this->form) && ($this->y - $start_y) / $h > $maxrows) {
7624 $this->form->print_ob_text($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir);
7629 $this->form->print_ob_textarea($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir);
7634 $this->form->print_ob_select($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir);
7640 $this->form->print_ob_imageinput($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $is_table);
7645 $this->form->print_ob_button($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir);
7650 $this->form->print_ob_checkbox($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $x, $y);
7654 $this->form->print_ob_radio($objattr, $w, $h, $texto, $rtlalign, $k, $blockdir, $x, $y);
9756 $this->form->forms[$f['n']] = $f;
9856 $this->form->forms[$f['n']] = $f;
13508 // SELECT tag (form element)
14718 $this->form->forms[$f['n']] = $f;
19041 $this->enabledtags = "<a><acronym><address><article><aside><b><bdi><bdo><big><blockquote><br><caption><center><cite><code><del><details><dd><div><dl><dt><em><fieldset><figcaption><figure><font><form><h1><h2><h3><h4><h5><h6><hgroup><hr><i><img><input><ins><kbd><legend><li><main><mark><meter><nav><ol><option><p><pre><progress><q><s><samp><section><select><small><span><strike><strong><sub><summary><sup><table><tbody><td><template><textarea><tfoot><th><thead><time><tr><tt><u><ul><var><footer><header><annotation><bookmark><textcircle><barcode><dottab><indexentry><indexinsert><watermarktext><watermarkimage><tts><ttz><tta><column_break><columnbreak><newcolumn><newpage><page_break><pagebreak><formfeed><columns><toc><tocentry><tocpagebreak><pageheader><pagefooter><setpageheader><setpagefooter><sethtmlpageheader><sethtmlpagefooter>";
19632 // If minimum width has already been set by a nested table or inline object (image/form), use it
23691 if (count($this->form->forms)) {
23692 foreach ($this->form->forms as $key => $f) {
23694 $this->form->forms[$key]['page'] += ($target_page - $start_page);
23697 $this->form->forms[$key]['page'] += $n_toc;
23897 foreach ($this->form->forms as $key => $f) {
23899 $this->form->forms[$key]['page'] -= $n_tod;
23901 unset($this->form->forms[$key]);
24569 $this->form->forms[$ref]['x'] += ($xadj);
24570 $this->form->forms[$ref]['y'] += ($yadj);
24627 $this->form->forms[$ref]['x'] += ($xadj);
24628 $this->form->forms[$ref]['y'] += ($yadj);
24742 $this->form->forms[$ref]['x'] += ($xadj);
24743 $this->form->forms[$ref]['y'] += ($yadj);