Home
last modified time | relevance | path

Searched refs:lineCount (Results 1 – 25 of 31) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.min.js.map4 "lineCount":1,
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js2 …}}};function Ra(a,b,c,d){var f=oa(a.getCursor());var g=c?1:-1;var h=c?a.lineCount():-1;var i=f.ch;…
H A Dvim.min.js.map1lineCount","curCh","lineLen","findWord","emptyLineIsWord","charTests","stop","foundWord","words","…
/plugin/codemirror/dist/
H A Dscripts.min.js4 …sualStart:function(a){if(typeof a=="number"){a=Ya(this,a)}return Zb(a)},lineCount:function(){retur…
7 …)}else if(c=/^\s*([\+\-]?\d+(\.\d+)?)\%\s*/.exec(b)){var f=Math.round(a.lineCount()*Number(c[1])/1…
H A Dscripts.min.js.map1lineCount","listSelections","setCursor","extendSelectionsBy","setSelections","addSelection","getSe…
/plugin/combo/ComboStrap/
H A DFetcherVignette.php156 $lineCount = 0;
162 $lineCount = $lineCount + 1;
164 if ($lineCount >= $maxNumberOfLines) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php31 private ?int $lineCount = null;
75 \assert($this->lineCount !== null);
77 return $this->lineCount;
100 $this->lineCount = \count($this->lines);
25 private $lineCount; global() variable in League\\CommonMark\\Input\\MarkdownInput
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1 …ri)&&(me.undefined(t.languageId)||me.string(t.languageId))&&me.number(t.lineCount)&&me.func(t.getT…
H A Dbundle.js396lineCount:e.getLineCount(),provider:n}}}restoreViewState(e){let t=this.editor.getModel();if(!t||!t…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js1426 …defined(candidate.languageId) || Is.string(candidate.languageId)) && Is.number(candidate.lineCount)
H A D2.2.js.map1lineCount)\n && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(…
H A D3.3.js.map1lineCount)\n && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(…
H A D4.4.js1 …ri)&&(gr.undefined(t.languageId)||gr.string(t.languageId))&&gr.number(t.lineCount)&&gr.func(t.getT…
H A D4.4.js.map1lineCount) {\n scanner.setPosition(document.offsetAt(Position.create(startLine …
H A D5.5.js1 …ri)&&(re.undefined(t.languageId)||re.string(t.languageId))&&re.number(t.lineCount)&&re.func(t.getT…
H A D6.6.js1 …ri)&&(me.undefined(t.languageId)||me.string(t.languageId))&&me.number(t.lineCount)&&me.func(t.getT…
H A Dbundle.js396lineCount:e.getLineCount(),provider:n}}}restoreViewState(e){let t=this.editor.getModel();if(!t||!t…
H A Dbundle.js.map1lineCount = viewModel.model.getLineCount();\n if (lineNumber > lineCount) {\n …
H A Deditor.worker.js.map1 …\n let result = [];\n for (let i = 1, lineCount = model.getLineCount(); i <= lineCou…
H A Djson.worker.js.map1lineCount = model.getLineCount(); i <= lineCount; i++) {\n const line = model.getLineCo…
/plugin/dokutranslate/
H A Daction.php50 function genMeta($lineCount) { argument
54 for ($i = 0; $i < $lineCount; $i++) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php6418 $this->flowingBlockAttr['lineCount'] = 0;
6449 $lineCount = & $this->flowingBlockAttr['lineCount'];
6520 if (($newblock) && ($blockstate == 1 || $blockstate == 3) && ($lineCount == 0)) {
6614 if (($newblock && ($blockstate == 1 || $blockstate == 3) && $lineCount == 0) || ($endofblock && $blockstate == 3 && $lineCount == 0)) {
6668 if ($newblock && ($blockstate == 1 || $blockstate == 3) && ($this->blk[$this->blklvl]['margin_top']) && $lineCount == 0 && !$is_table) {
6675 if ($newblock && ($blockstate == 1 || $blockstate == 3) && $lineCount == 0 && !$is_table) {
6688 if (($newblock) && ($blockstate == 1 || $blockstate == 3) && isset($this->blk[$this->blklvl]['text_indent']) && ($lineCount == 0) && (!$is_table) && ($align != 'C')) {
6695 if (($newblock) && ($blockstate == 1 || $blockstate == 3) && (($this->blk[$this->blklvl]['padding_top']) || ($this->blk[$this->blklvl]['border_top'])) && ($lineCount
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php43 private $lineCount; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Example
45 public function __construct($filePath, $isURI, $startingLine, $lineCount, $description) argument
53 $this->lineCount = $lineCount;
100 $lineCount = null;
110 $lineCount = (int)$contentMatches[2];
123 $lineCount,
174 return $this->lineCount;
H A DSource.php32 private $lineCount = null; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Source
34 public function __construct($startingLine, $lineCount = null, Description $description = null) argument
37 Assert::nullOrIntegerish($lineCount);
40 $this->lineCount = $lineCount !== null ? (int)$lineCount : null;
53 $lineCount = null;
60 $lineCount = (int)$matches[2];
66 … return new static($startingLine, $lineCount, $descriptionFactory->create($description, $context));
88 return $this->lineCount;
94 . ($this->lineCount !== null ? ' ' . $this->lineCount : '')

12