Home
last modified time | relevance | path

Searched refs:endLine (Results 1 – 25 of 27) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js20915 endLine = end.lineIndex;
20917 for (var i = startLine; i <= endLine; i++) {
20924 if (j >= start.charIndex && (i !== endLine || j < end.charIndex)) {
20932 else if (i > startLine && i < endLine) {
20935 else if (i === endLine) {
H A Dfabric.min.js13endLine=end.lineIndex;for(var i=startLine;i<=endLine;i++){var lineOffset=this._getCachedLineOffset…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DScriptStackFrame.php29 public $endLine; variable in Google\\Service\\Bigquery\\ScriptStackFrame
64 public function setEndLine($endLine) argument
66 $this->endLine = $endLine;
73 return $this->endLine;
/plugin/autotabber/
H A Dtaboverride.js295 endLine = selEnd;
299 endLine = selEnd - 1;
303 endLine = text.indexOf('\n', selEnd);
304 if (endLine === -1) {
305 endLine = text.length;
316 text.slice(startLine, endLine).replace(/\n/g, function () {
319 }) + text.slice(endLine);
420 endLine = text.indexOf('\n', selStart);
423 if (endLine === -1) {
424 endLine = text.length;
[all …]
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1endLine","indentLine","indentAuto","_args","execCommand","changeCase","getSelections","swapped","t…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1endLine","newFrom","newTo","updateAfterChange","regexpFlags","regexp","ensureFlags","maybeMultilin…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DUnmatchedBlockCloser.php
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1endLine:t};return me.defined(r)&&(o.startCharacter=r),me.defined(n)&&(o.endCharacter=n),me.defined… property in e.create.o
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js285 endLine: endLine property in AnonymousFunction410cd55f0100.create.result
32189 var endLine = getEndLine(t);
32190 if (startLine !== endLine) {
32193 endLine: endLine,
32222 var endLine = getEndLine(token);
32231 endLine--;
32236 endLine: endLine,
32332 diff = r1.endLine - r2.endLine;
32341 prevEndLine = r.endLine;
36077 var endLine = Math.max(range.end.line, 0);
[all …]
H A D2.2.js.map1endLine, startCharacter, endCharacter, kind) {\n var result = {\n startLine: sta…
H A D3.3.js.map1endLine, startCharacter, endCharacter, kind) {\n var result = {\n startLine: sta…
H A D4.4.js1 …wn||(wn={})),function(e){e.create=function(e,t,n,r,i){var o={startLine:e,endLine:t};return gr.defi… property in e.create.o
H A D4.4.js.map1endLine: startLine, kind: token === 1 /* OpenBraceToken */ ? 'object' : 'array' };\n …
H A D5.5.js1 …}(h||(h={})),function(e){e.create=function(e,t,n,i,r){var a={startLine:e,endLine:t};return re.defi… property in e.create.a
H A D6.6.js1endLine:t};return me.defined(r)&&(o.startCharacter=r),me.defined(n)&&(o.endCharacter=n),me.defined… property in e.create.o
H A Dbundle.js.map1endLine = this._selection.endLineNumber;\n if (this._selection.endColumn === 1 && startLine…
H A Djson.worker.js.map1endLine: startLine, kind: token === 1 /* OpenBraceToken */ ? 'object' : 'array' };\n …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php822 $endLine = $token->getEndLine();
824 for ($i = $token->getLine(); $i <= $endLine; $i++) {
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php599 * @param int $endLine
601 private function addFunctionToMap($name, $startLine, $endLine) argument
603 for ($line = $startLine; $line <= $endLine; $line++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php565 $endLine = $method->getEndLine() - 1;
566 $methodLines = array_slice($code, $startLine, $endLine - $startLine + 1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php239 for ($endLine = $end; $endLine < $phpcsFile->numTokens; $endLine++) {
240 if (isset($tokens[($endLine + 1)]) === false
241 || $tokens[$endLine]['line'] !== $tokens[($endLine + 1)]['line']
247 if ($tokens[$endLine]['code'] !== T_COMMENT) {
248 $endLine = $end;
252 $endLine = $end;
256 if ($endLine !== $end) {
257 $endToken = $endLine;
302 if ($endLine !== $end) {
304 $phpcsFile->fixer->addNewlineBefore($endLine);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DMissingColonSniff.php65 $endLine = $tokens[$end]['line'];

12