Home
last modified time | relevance | path

Searched refs:lastChar (Results 1 – 19 of 19) sorted by relevance

/plugin/asciidocjs/node_modules/character-parser/
Dindex.js86 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 = ''
DREADME.md123 lastChar: '' // last parsed character
/plugin/nspages/printers/
DprinterTree.php101 $lastChar = substr($item['id'], -1);
105 if ($lastChar === ':' // case 1
/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php4805 $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/
DFunctionCommentSniff.php237 $lastChar = substr($comment, -1);
238 if ($lastChar !== '.') {
544 $lastChar = substr($param['comment'], -1);
545 if ($lastChar !== '.') {
/plugin/sketchcanvas/phplib/
Dspyc.php825 $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/
DJS.php637 $lastChar = $lastChars[$x];
638 $value = $this->tokenValues[strtolower($lastChar)];
642 'content' => $lastChar,
646 $content = PHP_CodeSniffer::prepareForOutput($lastChar);
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php954 $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/
Dsimplepeer9.10.0.min.js6lastChar=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/
Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32496 …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 …]
Dpdf.worker.js.map1lastChar","uint8array","translateFont","maxCharIndex","baseFont","fontNameStr","baseFontStr","font…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js22734 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 …]
Dpdfmake.min.js2lastChar=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/
Dexceljs.js81434 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 Drrdiagram.js.map1lastChar","isFirst","isInSpecialGroup","specialGroupChar","isLiteral","getType","Chunk","ChunkType…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1lastChar","repeatOverride","processMotion","processOperator","processOperatorMotion","processActio…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1lastChar = text.charCodeAt(AverageBufferSize - 1);\n let splitText;\n …