Home
last modified time | relevance | path

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

/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js1364 repeatIdents: { 'repeat-x':1, 'repeat-y':1, 'repeat':1, 'no-repeat':1 }, property
1522 if( tokVal in this.repeatIdents && !image.imgRepeat ) {
1908 repeatIdents: { 'stretch':1, 'round':1, 'repeat':1, 'space':1 }, property
1974 else if( ( type & IDENT ) && this.repeatIdents[value] && !p.repeat ) {
1977 if( ( token.tokenType & IDENT ) && this.repeatIdents[token.tokenValue] ) {