Home
last modified time | relevance | path

Searched refs:chars (Results 126 – 132 of 132) sorted by path

123456

/plugin/txt2tags/
H A Dtoolbar.php212 'icon' => 'chars.png',
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js1032 var chars = deadkeys[i][1].split(" ");
1036 for (var z=0, cL=chars.length; z<cL; z++) {
1037 dk[deadkeys[i][0]][chars[z].charAt(0)] = chars[z].charAt(1);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js309 var escapeEntitiesRegEx={normal:function(list){var chars=[];
310 for(var ch in list){chars.push(ch)
311 }return new RegExp("(["+chars.join("")+"])","gm")
312 },reverse:function(list){var chars=[];
313 for(var ch in list){chars.push(ch)
314 }return new RegExp("("+chars.join("|")+")","gm")
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php4.php171 $chars = array(
176 return strtr( $valueToEncode, $chars ) ;
H A Dfckeditor_php5.php161 $chars = array(
166 return strtr( $valueToEncode, $chars ) ;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js76319 value: function captureTo(chars) {
76328 if (final === EOC || chars.includes(final)) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs546 The longest 32-bit integer text is "-2147483648", exactly 11 chars
3137 /* 4/5 of first 1024 chars ascii -> quoted printable, else base64 */
12859 case 0x02: /* SerStr -- XLUnicodeString (<256 chars) */
15147 /* wch (chars), wpx (pixels) */
17198 if(n.length > 31) { if(safe) return false; throw new Error("Sheet names cannot exceed 31 chars"); }

123456