Searched refs:ordered_list (Results 1 – 2 of 2) sorted by relevance
63 function make_unique_list(ordered_list){ argument69 for(;i<ordered_list.length;i++){70 if(regx.test(ordered_list[i-1])!=true) { //ignore number and symbol71 if (ordered_list[i] != ordered_list[i - 1]) {72 unique_list.push( ordered_list[i - 1] );79 …if(ordered_list[ordered_list.length - 1] != ordered_list[ordered_list.length - 2]){ // push the l…80 unique_list.push(ordered_list[ordered_list.length - 1]);85 function make_map_w(ordered_list){ // make set ,and count the same words argument91 for(;i<ordered_list.length;i++){92 if(regx.test(ordered_list[i-1])!=true) { //ignore number and symbol[all …]
1 …ordered_list:f(l,{content:"list_item+",group:n}),bullet_list:f(c,{content:"list_item+",group:n}),l… property