Lines Matching refs:exL

1975 	function _getGSUBarray(&$Lookup, &$lul, $scripttag, $level = 1, $coverage = '', $exB = '', $exL = '')
2027 if ($level == 2 && $exL) {
2028 $html .= $exL;
2035 if ($level == 2 && $exL) {
2036 $html .= $exL;
2057 if ($level == 2 && $exL) {
2058 $html .= $exL;
2065 if ($level == 2 && $exL) {
2066 $html .= $exL;
2087 if ($level == 2 && $exL) {
2088 $html .= $exL;
2095 if ($level == 2 && $exL) {
2096 $html .= $exL;
2125 if ($level == 2 && $exL) {
2126 $html .= $exL;
2133 if ($level == 2 && $exL) {
2134 $html .= $exL;
2175 $exL = '';
2184 $exL .= '<span class="inputother">';
2186 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2188 $exL .= '</span>';
2198 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
2250 $exL = '';
2265 $exL .= '<span class="inputother">';
2268 $exL .= '[*]';
2270 $exL .= $this->formatEntityFirst($inputGlyphs[$ip]) . '&#x200d;';
2273 $exL .= '</span>';
2284 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
2313 $exL = '';
2323 $exL .= '<span class="inputother">';
2325 $exL .= $exampleI[$ip] . '&#x200d;';
2327 $exL .= '</span>';
2338 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
2408 $exL = '';
2422 $exL .= '<span class="inputother">';
2424 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2426 $exL .= '</span>';
2430 $exL .= '<span class="lookahead">' . implode('&#x200d;', $exampleL) . '</span>';
2441 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
2538 $exL = '';
2556 $exL .= '<span class="inputother">';
2559 $exL .= '[*]';
2561 $exL .= $this->formatEntityFirst($inputGlyphs[$ip]) . '&#x200d;';
2564 $exL .= '</span>';
2568 $exL .= '<span class="lookahead">' . implode('&#x200d;', $exampleL) . '</span>';
2579 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
2630 $exL = '';
2644 $exL .= '<span class="inputother">';
2646 $exL .= $exampleI[$ip] . '&#x200d;';
2648 $exL .= '</span>';
2652 $exL .= '<span class="lookahead">' . implode('&#x200d;', $exampleL) . '</span>';
2663 $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
3221 function _getGPOSarray(&$Lookup, $lul, $scripttag, $level = 1, $lcoverage = '', $exB = '', $exL = '')
3286 if ($level == 2 && $exL) {
3287 $html .= $exL;
3294 if ($level == 2 && $exL) {
3295 $html .= $exL;
3338 if ($level == 2 && $exL) {
3339 $html .= $exL;
3346 if ($level == 2 && $exL) {
3347 $html .= $exL;
3424 if ($level==2 && $exL) { $html .= $exL; }
3428 if ($level==2 && $exL) { $html .= $exL; }
3497 if ($level == 2 && $exL) {
3498 $html .= $exL;
3505 if ($level == 2 && $exL) {
3506 $html .= $exL;
3867 $exL = '';
3881 $exL .= '<span class="inputother">';
3883 $exL .= '&#x200d;' . $exampleI[$ip];
3885 $exL .= '</span>';
3889 $exL .= '<span class="lookahead">' . implode('&#x200d;', $exampleL) . '</span>';
3900 $html .= $this->_getGPOSarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);