Searched refs:rtlscripts (Results 1 – 2 of 2) sorted by relevance
| /plugin/adhoctags/ |
| D | helper.php | 15 static protected $rtlscripts = array('arab','thaa','hebr','deva','shrd'); variable in helper_plugin_adhoctags 188 $rtl = ($rtl xor (bool) array_intersect( $rtl ? self::$ltrscripts : self::$rtlscripts, $arr));
|
| /plugin/wrap/ |
| D | helper.php | 18 static protected $rtlscripts = array('arab','thaa','hebr','deva','shrd'); variable in helper_plugin_wrap 115 $rtl = ($rtl xor (bool) array_intersect( $rtl ? self::$ltrscripts : self::$rtlscripts, $arr));
|