Home
last modified time | relevance | path

Searched refs:ltrscripts (Results 1 – 2 of 2) sorted by relevance

/plugin/adhoctags/
Dhelper.php17 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/
Dhelper.php20 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));