Home
last modified time | relevance | path

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

/template/battlehorse/js/
H A Ddragdrop.js889 new_sequence.each(function(ident) { argument
890 var n = nodeMap[ident];
893 delete nodeMap[ident];
/template/a_new_day/js/
H A Ddragdrop.js889 new_sequence.each(function(ident) { argument
890 var n = nodeMap[ident];
893 delete nodeMap[ident];
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js988 ident: /^\-?[_a-z][\w-]*/i, property in Tokenizer
1083 if( match = css.substring( val.length ).match( this.ident ) ) {
1094 if( match = css.match( this.ident ) ) {