Searched refs:charAt (Results 1 – 25 of 553) sorted by relevance
12345678910>>...23
| /plugin/asciidocjs/node_modules/yargs/build/lib/utils/ |
| D | levenshtein.js | 17 if (b.charAt(i - 1) === a.charAt(j - 1)) { 23 b.charAt(i - 2) === a.charAt(j - 1) && 24 b.charAt(i - 1) === a.charAt(j - 2)) {
|
| /plugin/diagramsnet/lib/js/deflate/ |
| D | base64.js | 44 this._keyStr.charAt(enc1) + this._keyStr.charAt(enc2) + 45 this._keyStr.charAt(enc3) + this._keyStr.charAt(enc4); 64 enc1 = this._keyStr.indexOf(input.charAt(i++)); 65 enc2 = this._keyStr.indexOf(input.charAt(i++)); 66 enc3 = this._keyStr.indexOf(input.charAt(i++)); 67 enc4 = this._keyStr.indexOf(input.charAt(i++));
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn-encoder.js | 38 if (i.charAt(0) == '1') { o += 32; } 39 if (i.charAt(1) == '1') { o += 16; } 40 if (i.charAt(2) == '1') { o += 8; } 41 if (i.charAt(3) == '1') { o += 4; } 42 if (i.charAt(4) == '1') { o += 2; } 43 if (i.charAt(5) == '1') { o += 1; } 44 return encodingCharSet.charAt(o); 320 bytes += encodingCharSet.charAt(encodingVersion);
|
| D | pgn-decoder.js | 36 if (bytes.charAt(bytes.length - 1) != encodingCharSet.charAt(encodingVersion)) { 38 … bytes.charAt(bytes.length - 1) + " d:" + encodingCharSet.charAt(encodingVersion) + ")"; 561 …function B() { if (a===0) { b=encodingCharSet.indexOf(bytes.charAt(e++)); a=6; } return ((b>>--a)&…
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | string-utils.js | 21 let chr = str.charAt(i); 41 const chrLower = lowercase.charAt(i); 42 const chrString = str.charAt(i); 44 notCamelcase += `${joinString}${lowercase.charAt(i)}`;
|
| /plugin/diagramsnet/lib/math/extensions/TeX/ |
| D | mhchem.js | 19 …charAt(this.i);if(d.match(/[a-z]/i)){this.ParseLetter()}else{if(d.match(/[0-9]/)){this.ParseNumber…
|
| D | newcommand.js | 19 …charAt(0)==="\\"){e=e.substr(1)}if(!e.match(/^(.|[a-z]+)$/i)){b.Error(["IllegalControlSequenceName…
|
| /plugin/markdownextra/lib/meltdown/js/lib/ |
| D | js-markdown-extra.js | 159 tmp.push(this._php_preg_quote(this.escape_chars.charAt(i))); 200 if(text.charAt(0) != '\x02') { text = '\x02' + text; } 201 if(text.charAt(text.length - 1) != '\x03') { text = text + '\x03'; } 210 if(text.charAt(0) == '\x02') { text = text.substr(1); } 211 if(text.charAt(text.length - 1) == '\x03') { text = text.substr(0, text.length - 1); } 884 var level = line.charAt(0) == '=' ? 1 : 2; 1211 token_stack[0] = this._php_str_repeat(token.charAt(0), 3 - token_len); 1236 em = token.charAt(0); 1536 chars.push(addr.charAt(i)); 1603 if(RegExp.lastMatch.charAt(0) == "`" && [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | lexer.js | 115 } else if (cur === 'r' && this.str.charAt(this.index + 1) === '/') { 234 …is.tags.BLOCK_START.charAt(0) + this.tags.VARIABLE_START.charAt(0) + this.tags.COMMENT_START.charA… 426 return this.str.charAt(this.index); 440 return this.str.charAt(this.index - 1);
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | helpers.js | 38 open: open.charAt(2) === '~', 39 close: close.charAt(close.length - 3) === '~' 84 let escapeFlag = open.charAt(3) || open.charAt(2),
|
| /plugin/farm/ |
| D | script.js | 38 enc1 = keyStr.indexOf(input.charAt(i++)); 39 enc2 = keyStr.indexOf(input.charAt(i++)); 40 enc3 = keyStr.indexOf(input.charAt(i++)); 41 enc4 = keyStr.indexOf(input.charAt(i++));
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | utf8.js | 6 d += s.charAt(i); 31 d += s.charAt(i);
|
| /plugin/asciidocjs/node_modules/minimatch/ |
| D | minimatch.js | 5 if (!options.nocomment && pattern.charAt(0) === '#') { 243 for (let i = 0; i < pattern.length && pattern.charAt(i) === '!'; i++) { 319 (!options.dot && file[fi].charAt(0) === '.')) return false 339 (!options.dot && swallowee.charAt(0) === '.')) { 445 let dotTravAllowed = pattern.charAt(0) === '.' 454 p.charAt(0) === '.' 483 for (let i = 0, c; (i < pattern.length) && (c = pattern.charAt(i)); i++) { 509 if (inClass && pattern.charAt(i + 1) === '-') { 737 const addPatternStart = addPatternStartSet[re.charAt(0)]
|
| /plugin/strata/ |
| D | script.js | 379 if (sortColumns.charAt(i) != 'n') { 387 …createFilterFieldAndSort(th, filterColumns.charAt(i), i, i, sortColumns.charAt(i), fieldSelector, … 439 if (sortColumns.charAt(i) != 'n' || filterColumns.charAt(i) != 'n') { 449 f.sortType = sortColumns.charAt(i); 456 'sortType': sortColumns.charAt(i), 463 if (filterColumns.charAt(i) != 'n') { 464 f.filters.push(filterColumns.charAt(i));
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | helpers.js | 54 open: open.charAt(2) === '~', 55 close: close.charAt(close.length - 3) === '~' 101 var escapeFlag = open.charAt(3) || open.charAt(2),
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | helpers.js | 53 open: open.charAt(2) === '~', 54 close: close.charAt(close.length - 3) === '~' 100 var escapeFlag = open.charAt(3) || open.charAt(2),
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.regexp.replace.js | 96 switch (ch.charAt(0)) { 110 … if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
|
| /plugin/codeprettify/code-prettify/src/ |
| D | prettify.js | 361 var c1 = charsetPart.charAt(1); 486 } else if ('\\' === p.charAt(0)) { 515 } else if ('\\' === p.charAt(0)) { 534 var ch0 = p.charAt(0); 768 shortcuts[shortcutChars.charAt(c)] = patternParts; 813 var patternParts = shortcuts[token.charAt(0)];
|
| D | node_prettify.js | 313 var c1 = charsetPart.charAt(1); 438 } else if ('\\' === p.charAt(0)) { 467 } else if ('\\' === p.charAt(0)) { 486 var ch0 = p.charAt(0); 720 shortcuts[shortcutChars.charAt(c)] = patternParts; 765 var patternParts = shortcuts[token.charAt(0)];
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | minimatch.js | 121 if (!options.nocomment && pattern.charAt(0) === '#') { 165 if (!options.nocomment && pattern.charAt(0) === '#') { 222 ; i < l && pattern.charAt(i) === '!' 322 var patternStart = pattern.charAt(0) === '.' ? '' // anything 351 ; (i < len) && (c = pattern.charAt(i)) 586 switch (re.charAt(0)) { 848 (!options.dot && file[fi].charAt(0) === '.')) return false 868 (!options.dot && swallowee.charAt(0) === '.')) {
|
| /plugin/virtualkeyboard/vk/layouts/ |
| D | Korean.js | 264 if(flagged >=0) Korean.flags |= parseInt('112244'.charAt(flagged), 16) 285 if (pos!=-1 ) return ['\u314d\u314c\u314a\u314b'.charAt(pos), 1] 317 …return KoreanCharProcessor(Korean.Ru2KorJotVowels.charAt(vow), Korean.CV2C[(CVC[0]-44032)/588], [C…
|
| /plugin/asciidocjs/node_modules/glob/ |
| D | sync.js | 148 var dotOk = this.dot || rawGlob.charAt(0) === '.' 153 if (e.charAt(0) !== '.' || dotOk) { 188 if (e.charAt(0) === '/' && !this.nomount) { 375 if (e.charAt(0) === '.' && !this.dot) 401 if (prefix.charAt(0) === '/') {
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | wordWindow.js | 168 var before_char = wordtxt.charAt( begin_idx - 1 ); 169 var after_char = wordtxt.charAt( end_idx ); 181 d.write( this.printForHtml( wordtxt.charAt( j )));
|
| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | wordWindow.js | 168 var before_char = wordtxt.charAt( begin_idx - 1 ); 169 var after_char = wordtxt.charAt( end_idx ); 181 d.write( this.printForHtml( wordtxt.charAt( j )));
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | wordWindow.js | 168 var before_char = wordtxt.charAt( begin_idx - 1 ); 169 var after_char = wordtxt.charAt( end_idx ); 181 d.write( this.printForHtml( wordtxt.charAt( j )));
|
12345678910>>...23