Home
last modified time | relevance | path

Searched refs:endPos (Results 1 – 25 of 36) sorted by relevance

12

/plugin/editsections2/
Dscript.js111 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/
DXMLUtil.php47 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/
Dtableedit.js253 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.js12 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.js12 var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
13 while (endPos > index) O[index++] = value;
/plugin/sphinxsearch-was/
H A Dfunctions.php213 $endPos = 0;
233 $endPos = $instruction[2];
242 $section = substr($doc, $startPos, ($endPos - $startPos));
/plugin/sphinxsearch/
Dfunctions.php221 $endPos = 0;
239 $endPos = $instruction[2];
248 $section = substr($doc, $startPos, ($endPos-$startPos));
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DXmlDeserializationVisitor.php399 $startPos = $endPos = stripos($data, '<!doctype');
402 $char = $data[$endPos++];
411 $internalSubset = substr($data, $startPos, $endPos - $startPos);
/plugin/myshortcuts/
H A Dscript.js347 var endPos = editor.selectionEnd;
351 var afterText = editor.value.substring(endPos, editor.value.length);
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js1897 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/
Dindexmenu-full.js411 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/
Dindexmenu.js555 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/
Daurora.js3713 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/
Dhandsontable.full.js995 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/
D2.2.js34587 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);
D3.3.js.map1endPos = scanNextForEndPos(TokenType.StartTag);\n if (position.line === 0) …
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.js2153 var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
2154 while (endPos > index) O[index++] = value;
Dshim.js2337 var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
2338 while (endPos > index) O[index++] = value;
Dcore.js2404 var endPos = end === undefined ? length : toAbsoluteIndex(end, length);
2405 while (endPos > index) O[index++] = value;
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js14913 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 Djs.js1endPos){if(endPos===void 0){endPos=pos;}if(element.setSelectionRange){element.focus();try{element.…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1endPos = Math.min(r.to, end);;){\n let docLine = view.state.doc.lineAt(pos);\n …
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1endPos = Math.min(r.to, end);;){\n let docLine = view.state.doc.lineAt(pos);\n …
/plugin/mizarproofchecker/dist/
Dscript.js.map1endPos = Math.min(r.to, end);;){\n let docLine = view.state.doc.lineAt(pos);\n …

12