Searched refs:lengths (Results 1 – 2 of 2) sorted by relevance
/template/scanlines/htc/PIE-1.0beta5/ |
D | PIE_uncompressed.js | 2061 var token, type, value, color, lengths, inset, len; 2070 else if( token.isLength() && !lengths ) { 2072 lengths = tokenizer.until( function( token ) { 2087 len = lengths && lengths.length; 2090 xOffset: getLength( lengths[0].tokenValue ), 2091 yOffset: getLength( lengths[1].tokenValue ), 2092 blur: getLength( lengths[2] ? lengths[2].tokenValue : '0' ), 2093 spread: getLength( lengths[3] ? lengths[3].tokenValue : '0' ),
|
/template/mikio/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 56 static public $lengths = array( "px", "m", "cm", "mm", "in", "pt", "pc" ); variable in lessc 1785 if( ( $from_index = array_search( $from, self::$lengths ) ) !== false ) { 1787 if( in_array( $to, self::$lengths ) ) { 1789 $to_index = array_search( $to, self::$lengths );
|