Searched refs:ltrscripts (Results 1 – 2 of 2) sorted by relevance
/plugin/adhoctags/ |
D | helper.php | 17 static protected $ltrscripts = array('latn','cyrl','grek','cyrs','armn'); variable in helper_plugin_adhoctags 188 $rtl = ($rtl xor (bool) array_intersect( $rtl ? self::$ltrscripts : self::$rtlscripts, $arr));
|
/plugin/wrap/ |
D | helper.php | 20 static protected $ltrscripts = array('latn','cyrl','grek','hebr','cyrs','armn'); variable in helper_plugin_wrap 115 $rtl = ($rtl xor (bool) array_intersect( $rtl ? self::$ltrscripts : self::$rtlscripts, $arr));
|