Lines Matching +defs:k +defs:ch

289 function addEntityMapToList(ccode,entity){var lists=Array.prototype.slice.call(arguments,2),len=lists.length,ch=String.fromCharCode(ccode);
294 normal[list][ch]="&"+entity+";";
296 reverse[list]["&"+entity+";"]=ch
321 for(var ch in list){chars.push(ch)
324 for(var ch in list){chars.push(ch)
343 return String(value).replace(getEscapeRegexp(direction,{group:name,list:list}),function(ch){return list[ch]
395 function escapeHTMLAttribute(value){function replaceChars(ch){switch(ch){case"&":return"&";
405 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"&lt;";
1345 domMemberMap.HTMLTableRowElement=extendArray(domMemberMap.Element,["bgColor","cells","ch","chOff","rowIndex","sectionRowIndex","vAlign","deleteCell","insertCell"]);
1346 domMemberMap.HTMLTableCellElement=extendArray(domMemberMap.Element,["abbr","axis","bgColor","cellIndex","ch","chOff","colSpan","headers","height","noWrap","rowSpan","scope","vAlign","width"]);
3014 }function str(key,holder){var i,k,v,length,mind=gap,partial,value=holder[key];
3033 i+=1){k=rep[i];
3034 if(typeof k==="string"){v=str(k,value);
3035 if(v){partial.push(quote(k)+(gap?": ":":")+v)
3036 }}}}else{for(k in value){if(Object.hasOwnProperty.call(value,k)){v=str(k,value);
3037 if(v){partial.push(quote(k)+(gap?": ":":")+v)
3053 function walk(holder,key){var k,v,value=holder[key];
3054 if(value&&typeof value==="object"){for(k in value){if(Object.hasOwnProperty.call(value,k)){v=walk(value,k);
3055 if(v!==undefined){value[k]=v
3056 }else{delete value[k]
3795 }function __escape__(value){function replaceChars(ch){switch(ch){case"<":return"&lt;";
6748 }function saveLineIndexes(text){var result=[0],i=0,il=text.length,ch,ch2;
6749 while(i<il){ch=text.charAt(i);
6750 if(ch=="\n"||ch=="\r"){if(ch=="\r"&&i<il-1&&text.charAt(i+1)=="\n"){i++
6768 }return{read:function(text,startLine){var rule_start=[],rule_body_start=[],rules=[],in_comment=0,root=rule(),cur_parent=root,last_rule=null,stack=[],ch,ch2;
6774 i++){ch=text.charAt(i);
6777 }switch(ch){case"@":if(!in_comment){if(hasStr(i,"@import")){var m=text.substr(i).match(/^@import\s*url\((['"])?.+?\1?\)\;?/);
8212 function replaceChars(ch){return HTMLtoEntity[ch]