| /plugin/editsections2/ |
| D | script.js | 111 endPos, 122 endPos = getRangeValue(sectionEditForm.range, 'end'); 125 if (endPos === false) { 127 } else if (endPos === 'last') { 129 } else if (editIdLookup[endPos + 1]) { 132 String(editIdLookup[endPos + 1]).replace(/(\W)/g, '\\$1') + 264 endPos; 269 endPos = getRangeValue(buttonForm.lines, 'end'); 271 if (endPos === false) { 293 endPos !== 'last' && [all …]
|
| /plugin/odt/ODT/ |
| D | XMLUtil.php | 47 public static function getElement ($element, $xmlCode, &$endPos=NULL) { argument 84 $endPos = $angle+1; 99 $endPos = $end; 113 public static function getElementContent ($element, $xmlCode, &$endPos=NULL) { argument 152 $endPos = $angle+1; 169 $endPos = $end; 186 public static function getNextElementContent (&$element, $xmlCode, &$endPos=NULL) { argument 241 $endPos = $angle+1; 259 $endPos = $end; 277 public static function getNextElement (&$element, $xmlCode, &$endPos=NULL) { argument [all …]
|
| /plugin/tableedit/ |
| D | tableedit.js | 253 var endPos = table.indexOf(emptyLine, currentPosition); 254 endPos = (endPos != -1 ? endPos : table.length); 257 array[1] = table.substring(startPos, endPos); 258 array[2] = table.substring(endPos, table.length);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _array-fill.js | 12 var endPos = end === undefined ? length : toAbsoluteIndex(end, length); 13 while (endPos > index) O[index++] = value;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _array-fill.js | 12 var endPos = end === undefined ? length : toAbsoluteIndex(end, length); 13 while (endPos > index) O[index++] = value;
|
| /plugin/sphinxsearch-was/ |
| H A D | functions.php | 213 $endPos = 0; 233 $endPos = $instruction[2]; 242 $section = substr($doc, $startPos, ($endPos - $startPos));
|
| /plugin/sphinxsearch/ |
| D | functions.php | 221 $endPos = 0; 239 $endPos = $instruction[2]; 248 $section = substr($doc, $startPos, ($endPos-$startPos));
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/ |
| D | XmlDeserializationVisitor.php | 399 $startPos = $endPos = stripos($data, '<!doctype'); 402 $char = $data[$endPos++]; 411 $internalSubset = substr($data, $startPos, $endPos - $startPos);
|
| /plugin/myshortcuts/ |
| H A D | script.js | 347 var endPos = editor.selectionEnd; 351 var afterText = editor.value.substring(endPos, editor.value.length);
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | pfcclient.js | 1897 var endPos = msgfield.selectionEnd; 1899 var text = msgfield.value.substring(startPos, endPos); 1900 if (startPos == endPos && promptifselempty) 1948 var endPos = msgfield.selectionEnd; 1951 if (startPos == endPos && promptifselempty) 1958 ….substring(0, startPos) + open + text + close + msgfield.value.substring(endPos, msgfield.value.le… 1959 var caretPos = endPos + open.length + extralength + close.length;
|
| /plugin/tindexmenu/ |
| D | indexmenu-full.js | 411 var cookieValue = '', pN, posValue, endPos; 415 endPos = document.cookie.indexOf(';', posValue); 416 if (endPos != -1) { 417 cookieValue = unescape(document.cookie.substring(posValue, endPos));
|
| /plugin/indexmenu/scripts/ |
| D | indexmenu.js | 555 let cookieValue = '', pN, posValue, endPos; 559 endPos = document.cookie.indexOf(';', posValue); 560 if (endPos !== -1) { 561 cookieValue = decodeURIComponent(document.cookie.substring(posValue, endPos));
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aurora.js | 3713 var blob, endPos; 3715 endPos = Math.min(this.offset + this.chunkSize, this.length); 3716 blob = this.file[this.slice](this.offset, endPos); 3790 var endPos; 3838 endPos = Math.min(this.offset + this.chunkSize, this.length); 3839 this.xhr.setRequestHeader("Range", "bytes=" + this.offset + "-" + endPos);
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 995 function setCaretPosition(element, pos, endPos) { 996 if (endPos === void 0) { 997 endPos = pos; 1003 element.setSelectionRange(pos, endPos); 1008 element.setSelectionRange(pos, endPos); 1015 range.moveEnd('character', endPos); 29188 var endPos = (0, _element.getSelectionEndPosition)(this.TEXTAREA); 29234 (0, _element.setCaretPosition)(this.TEXTAREA, pos, pos === endPos ? void 0 : endPos); 49272 var endPos = end === undefined ? length : toAbsoluteIndex(end, length); 49273 while (endPos > index) O[index++] = value;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 34587 var endPos = void 0; 34589 endPos = shiftPosition(startPos, whitespaceIndex); 34592 endPos = fullValueRange.end; 34594 …replaceRange = _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_0__["Range"].create(startPos, endPos);
|
| D | 3.3.js.map | 1 …endPos = scanNextForEndPos(TokenType.StartTag);\n if (position.line === 0) …
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 2153 var endPos = end === undefined ? length : toAbsoluteIndex(end, length); 2154 while (endPos > index) O[index++] = value;
|
| D | shim.js | 2337 var endPos = end === undefined ? length : toAbsoluteIndex(end, length); 2338 while (endPos > index) O[index++] = value;
|
| D | core.js | 2404 var endPos = end === undefined ? length : toAbsoluteIndex(end, length); 2405 while (endPos > index) O[index++] = value;
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 14913 var endPos = startPos + skipUntil(buffer, startPos, objBytes) + 4; 14914 contentLength = endPos - position; 14915 var checkPos = Math.max(endPos - CHECK_CONTENT_LENGTH, startPos); 14916 var tokenStr = (0, _util.bytesToString)(buffer.subarray(checkPos, endPos)); 14930 startPos = endPos; 38114 var nameIndex = this.parseIndex(header.endPos); 38115 var topDictIndex = this.parseIndex(nameIndex.endPos); 38116 var stringIndex = this.parseIndex(topDictIndex.endPos); 38117 var globalSubrIndex = this.parseIndex(stringIndex.endPos); 38204 endPos: hdrSize [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …endPos){if(endPos===void 0){endPos=pos;}if(element.setSelectionRange){element.focus();try{element.…
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …endPos = Math.min(r.to, end);;){\n let docLine = view.state.doc.lineAt(pos);\n …
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …endPos = Math.min(r.to, end);;){\n let docLine = view.state.doc.lineAt(pos);\n …
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …endPos = Math.min(r.to, end);;){\n let docLine = view.state.doc.lineAt(pos);\n …
|