Lines Matching refs:end

6781 			// Remove any XAdvance from OTL data at end of line
6827 // force-end overhang
6989 // force-end overhang
8036 // 1b) Try squeezing another character(s) onto this line = Oikomi, if character cannot end line
8136 // 7) Break at CJK characters (unless forbidden characters to end or start line)
8249 // incl. CJK - strip CJK space at end of line   = \xe3\x80\x80 = CJK space
8296 // force-end overhang
8357 // Remove any XAdvance from OTL data at end of line
8614 // force-end overhang
8978 } // end of IF watermark
9027 } // end of IF constrain
12247 }// end column $content
12249 }// end row $i
13651 // Correct for tags where HTML5 specifies optional end tags (see also OpenTag() )
13655 // li end tag may be omitted if there is no more content in the parent element
13660 // dd end tag may be omitted if there is no more content in the parent element
13665 // p end tag may be omitted if there is no more content in the parent element and the parent element is not an A element [??????]
13670 // option end tag may be omitted if there is no more content in the parent element
13677 // Check for Table tags where HTML specifies optional end tags,
13824 } // end TAG
13825 } // end of foreach($a as $i=>$e)
13842 // If ended with a float, need to move to end page
15281 $end = $currpos = ($this->page * 1000 + $this->y);
15284 $end = max($l_max, $r_max, $currpos);
15287 $end = max($r_max, $currpos);
15290 $end = max($l_max, $currpos);
15295 $new_page = intval($end / 1000);
15306 $this->y = (round($end * 1000) % 1000000) / 1000; // mod changes operands to integers before processing
15589 if ($e[0] == '/') { // end tag
16572 }//end of for(i=0;i<arraysize;i++)
18368 }//end of switch($k)
18476 }//end of switch($k)
18560 }//end of switch($k)
18898 }//end of switch($k)
18899 }//end of foreach
18901 // Needs to be set at the end - after vertical-align = super/sub, so that textparam['text-baseline'] is set
20466 }//end of columns
20467 }//end of rows
21627 // ['border_details']['mbw']['LT'] = meeting border width - Left border - Top end
22537 $divh += $adv; // last row: fill bottom half of bottom border (y advanced at end)
23114 }//end of (if isset(cells)...)
23115 }// end of columns
23137 } // end of rows
24479 // $sum_h = max($this->ColDetails[$last_col]['add_y'] + $this->ColDetails[$last_col]['bottom_margin'] - $this->y0, end($breaks));
25507 if ($mode == 'end') {
25606 $end = 0;
25629 $end = $c - 1;
25634 if ($flag > 0 && !$end) {
25635 $end = count($unicode) - 1;
25718 $end = 0;
25751 $end = $c - 1;
25757 if ($flag > 0 && !$end) {
25758 $end = count($unicode) - 1;
26779 // Move common script from end of x to start of x+1
26782 $end = count($chardata[$sch]) - 1;
26783 while ($chardata[$sch][$end]['script'] == 0 && $end > 1) { // common script
26786 $end--;
26998 // Well formed XHTML end tags
27008 // Remove spaces at end of table cells