Lines Matching +defs:next +defs:js

465 	// See Config\FontVariables for these next 5 values
663 var $js;
2929 // If next page already exists - i.e background /headers and footers already written
2974 // Move to next page
5403 // Go to next line
5406 // Move to next line
5650 // Get YPlacement from next Base character
5953 // Get next character
6096 // Get next character
6436 function finishFlowingBlock($endofblock = false, $next = '')
6624 // Avoid just border/background-color moved on to next page
6823 (!$endofblock && $align == 'J' && ($next == 'image' || $next == 'select' || $next == 'input' || $next == 'textarea' || ($next == 'br' && $this->justifyB4br)))) && !($CJKoverflow && $this->allowCJKoverflow)) {
8015 // Get next/following character (in this chunk)
8037 // or next character cannot start line (and not splitting CJK numerals)
8038 // NB otherwise it move lastchar(s) to next line to keep $c company = Oidashi, which is done below in standard way
8146 // 8) Break at OBJECT (Break before all objects here - selected objects are moved forward to next line below e.g. dottab)
8177 // Next cache the part which will start the next line
8261 // Selected OBJECTS are moved forward to next line, unless they come before a space or U+200B (type='discard')
8650 // move on to the next line, reset variables, tack on saved content and current char
15344 // if position:inside (and NOT table) - output now as a textbuffer; (so if next is block, will move to new line)
22006 $js = $j - $startcol;
22009 $js = $j;
22016 $tablefooter[$i][$js]['x'] = $x;
22017 $tablefooter[$i][$js]['y'] = $y;
22018 $tablefooter[$i][$js]['h'] = $h;
22019 $tablefooter[$i][$js]['w'] = $w;
22021 $tablefooter[$i][$js]['textbuffer'] = $cell['textbuffer'];
22023 $tablefooter[$i][$js]['textbuffer'] = '';
22025 $tablefooter[$i][$js]['a'] = $cell['a'];
22026 $tablefooter[$i][$js]['R'] = $cell['R'];
22027 $tablefooter[$i][$js]['va'] = $cell['va'];
22028 $tablefooter[$i][$js]['mih'] = $cell['mih'];
22030 $tablefooter[$i][$js]['gradient'] = $cell['gradient']; // *BACKGROUNDS*
22033 $tablefooter[$i][$js]['background-image'] = $cell['background-image']; // *BACKGROUNDS*
22040 $tablefooter[$i][$js]['border'] = $c['border'];
22041 $tablefooter[$i][$js]['border_details'] = $c['border_details'];
22043 $tablefooter[$i][$js]['border'] = $cell['border'];
22044 $tablefooter[$i][$js]['border_details'] = $cell['border_details'];
22047 $tablefooter[$i][$js]['border'] = $table['simple']['border'];
22048 $tablefooter[$i][$js]['border_details'] = $table['simple']['border_details'];
22050 $tablefooter[$i][$js]['bgcolor'] = $cell['bgcolor'];
22051 $tablefooter[$i][$js]['padding'] = $cell['padding'];
22053 $tablefooter[$i][$js]['rowspan'] = $cell['rowspan'];
22056 $tablefooter[$i][$js]['colspan'] = $cell['colspan'];
22059 $tablefooter[$i][$js]['direction'] = $cell['direction'];
22062 $tablefooter[$i][$js]['cellLineHeight'] = $cell['cellLineHeight'];
22065 $tablefooter[$i][$js]['cellLineStackingStrategy'] = $cell['cellLineStackingStrategy'];
22068 $tablefooter[$i][$js]['cellLineStackingShift'] = $cell['cellLineStackingShift'];
22138 // Are there more columns to print on a next page?
23292 // Are there more columns to print on a next page?
24245 // Go to the next column
24393 // Go to the next column
27371 $this->js = $script;