| /plugin/asciidocjs/node_modules/character-parser/ |
| D | index.js | 86 var lastChar = state.history ? state.history[0] : ''; 102 if (state.lastChar === '*' && character === '/') { 159 } else if (lastChar === '/' && character === '/') { 163 } else if (lastChar === '/' && character === '*') { 184 state.lastChar = character; // store last character for ending block comments 198 this.lastChar = ''
|
| D | README.md | 123 lastChar: '' // last parsed character
|
| /plugin/nspages/printers/ |
| D | printerTree.php | 101 $lastChar = substr($item['id'], -1); 105 if ($lastChar === ':' // case 1
|
| /plugin/statistics/vendor/mustangostang/spyc/php4/ |
| D | spyc.php4 | 805 $lastChar = substr (trim($line), -1); 806 if ($lastChar != '>' && $lastChar != '|') return false; 807 if ($lastChar == '|') return $lastChar; 810 return $lastChar;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
| D | FunctionCommentSniff.php | 237 $lastChar = substr($comment, -1); 238 if ($lastChar !== '.') { 544 $lastChar = substr($param['comment'], -1); 545 if ($lastChar !== '.') {
|
| /plugin/sketchcanvas/phplib/ |
| D | spyc.php | 825 $lastChar = substr (trim($line), -1); 826 if ($lastChar != '>' && $lastChar != '|') return false; 827 if ($lastChar == '|') return $lastChar; 830 return $lastChar;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
| D | JS.php | 637 $lastChar = $lastChars[$x]; 638 $value = $this->tokenValues[strtolower($lastChar)]; 642 'content' => $lastChar, 646 $content = PHP_CodeSniffer::prepareForOutput($lastChar);
|
| /plugin/statistics/vendor/mustangostang/spyc/ |
| D | Spyc.php | 954 $lastChar = substr (trim($line), -1); 955 if ($lastChar != '>' && $lastChar != '|') return false; 956 if ($lastChar == '|') return $lastChar; 959 return $lastChar;
|
| /plugin/diagramsnet/lib/js/socket.io/ |
| D | simplepeer9.10.0.min.js | 6 …lastChar=m.allocUnsafe(t)}function d(e){if(127>=e)return 0;return 6==e>>5?2:14==e>>4?3:30==e>>3?4:…
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 32496 …return Promise.resolve(new _fonts.IdentityToUnicodeMap(properties.firstChar, properties.lastChar)); 32794 var lastChar = dict.get('LastChar') || (composite ? 0xFFFF : 0xFF); 32795 hash.update("".concat(firstChar, "-").concat(lastChar)); 32857 lastChar: maxCharIndex property 32867 var lastChar = dict.get('LastChar') || maxCharIndex; 32928 lastChar: lastChar || maxCharIndex, property 34922 function IdentityToUnicodeMap(firstChar, lastChar) { 34924 this.lastChar = lastChar; 34929 return this.lastChar + 1 - this.firstChar; 34933 for (var i = this.firstChar, ii = this.lastChar; i <= ii; i++) { [all …]
|
| D | pdf.worker.js.map | 1 …lastChar","uint8array","translateFont","maxCharIndex","baseFont","fontNameStr","baseFontStr","font…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 22734 lastChar = pos[pos.length - 1], 22736 endX = lastChar.x + lastChar.width; 51816 this.lastChar = Buffer.allocUnsafe(nb); 51843 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); 51844 return this.lastChar.toString(this.encoding, 0, this.lastTotal); 51846 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); 51918 buf.copy(this.lastChar, p, 0, this.lastNeed); 51919 return this.lastChar.toString(this.encoding, 0, this.lastTotal); 51921 buf.copy(this.lastChar, p, 0, buf.length); 51933 buf.copy(this.lastChar, 0, end); [all …]
|
| D | pdfmake.min.js | 2 …lastChar=u.allocUnsafe(i)}function utf8CheckByte(r){return r<=127?0:r>>5==6?2:r>>4==14?3:r>>3==30?…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 81434 this.lastChar = Buffer.allocUnsafe(nb); 81461 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); 81462 return this.lastChar.toString(this.encoding, 0, this.lastTotal); 81465 buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); 81547 buf.copy(this.lastChar, p, 0, this.lastNeed); 81548 return this.lastChar.toString(this.encoding, 0, this.lastTotal); 81551 buf.copy(this.lastChar, p, 0, buf.length); 81563 buf.copy(this.lastChar, 0, end); 81589 this.lastChar[0] = buf[buf.length - 2]; 81590 this.lastChar[1] = buf[buf.length - 1]; [all …]
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …lastChar","isFirst","isInSpecialGroup","specialGroupChar","isLiteral","getType","Chunk","ChunkType…
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 …lastChar","repeatOverride","processMotion","processOperator","processOperatorMotion","processActio…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …lastChar = text.charCodeAt(AverageBufferSize - 1);\n let splitText;\n …
|