| /plugin/combo/vendor/symfony/yaml/ |
| H A D | Parser.php | 36 private $currentLine = ''; variable in Symfony\\Component\\Yaml\\Parser 105 $this->currentLine = ''; 119 $this->currentLine = ''; 144 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi… 154 if ("\t" === $this->currentLine[0]) { 155 …ntain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filenam… 161 …if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u'… 163 …ce item when in a mapping.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filenam… 174 …tion('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $this->currentLine); 183 $sequenceYaml = substr($this->currentLine, $sequenceIndentation); [all …]
|
| /plugin/survey/helper/ |
| D | survey.php | 199 * @param int $currentLine Current line in the syntax 207 $currentLine = 0, argument 218 $workLine = $syntaxArray[$currentLine]; 225 $currentLine++; 228 while ($currentLine < count($syntaxArray)) { 229 $workLine = $syntaxArray[$currentLine]; 233 $nextLine = $syntaxArray[$currentLine + 1]; 252 $currentLine, 258 $currentLine = $subArray["_currentLine"]; 260 $newNextLine = $syntaxArray[$currentLine + 1]; [all …]
|
| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | Parser.php | 34 private $currentLine = ''; variable in Symfony\\Component\\Yaml\\Parser 102 $this->currentLine = ''; 124 $this->currentLine = ''; 148 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi… 158 if ("\t" === $this->currentLine[0]) { 159 …ntain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filenam… 165 …if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u'… 167 …nce item when in a mapping', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filenam… 178 …tion('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $this->currentLine); 209 …?:!?!php/const:)?[^ \'"\[\{!].*?)) *\:(\s++(?P<value>.+))?$#u', rtrim($this->currentLine), $values) [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
| D | FunctionSpacingSniff.php | 153 $currentLine = $tokens[$stackPtr]['line']; 163 && $tokens[$prevContent]['line'] === ($currentLine - 1) 175 while ($currentLine !== $prevLine && $currentLine > 1 && $i > 0) { 187 $currentLine = $tokens[$i]['line']; 188 if ($currentLine === $prevLine) { 192 … if ($tokens[($i - 1)]['line'] < $currentLine && $tokens[($i + 1)]['line'] > $currentLine) {
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/ |
| D | ClassDefinitionNameSpacingSniff.php | 82 $currentLine = $tokens[$prev]['line']; 88 if ($tokens[$i]['line'] === $currentLine) { 112 $currentLine = $tokens[$i]['line'];
|
| /plugin/firenews/ |
| D | syntax.php | 332 $currentLine = fgets($filestream); 334 if (str_starts_with($currentLine, "# ")) { 338 if (strlen($currentLine) < 20) { 343 $explodeFile = explode(":", $currentLine);
|
| /plugin/bibtex/OSBib/format/bibtexParse/ |
| D | PARSEENTRIES.php | 137 $this->currentLine = 0; 166 $line = trim($this->bibtexString[$this->currentLine]); 168 $this->currentLine++; 170 while($this->currentLine <count($this->bibtexString) && $isComment); 171 $val = ($this->currentLine < count($this->bibtexString)) ? $line : FALSE; 398 while($this->currentLine < count($this->bibtexString))
|
| /plugin/mizarverifiabledocs/src/ |
| H A D | script.js | 340 let currentLine = 1; 344 if (globalLine >= currentLine && globalLine < currentLine + editorLines) { 345 return { editor, localLine: globalLine - currentLine + 1 }; 347 currentLine += editorLines;
|
| /plugin/asciidocjs/node_modules/ejs/lib/ |
| D | ejs.js | 516 this.currentLine = 1; 897 this.currentLine += newLineCount; 898 this.source += ' ; __line = ' + this.currentLine + '\n';
|
| /plugin/json/script/ |
| D | ejs.min.js | 1 …currentLine=1;this.source="";options.client=opts.client||false;options.escapeFunction=opts.escape|…
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | ejs.min.js | 1 …currentLine=1;this.source="";options.client=opts.client||false;options.escapeFunction=opts.escape|…
|
| D | ejs.js | 517 this.currentLine = 1; 898 this.currentLine += newLineCount; 899 this.source += ' ; __line = ' + this.currentLine + '\n';
|
| /plugin/aceeditor/ |
| D | build.js | 1 …currentLine=0,this.tokenizer=e;var n=this;this.$worker=function(){if(!n.running)return;var e=new D…
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 16816 var currentLine = null; 16822 if (!currentLine && shouldDrawLine) { 16823 currentLine = { left: data.left, width: 0 }; property 16827 currentLine.width += (data.width || 0); field 16833 if (currentLine) { 16836 x1: currentLine.left, 16837 x2: currentLine.left + currentLine.width, 16843 currentLine = null;
|
| D | pdfmake.min.js.map | 1 …currentLine","shouldDrawLine","drawVerticalLine","y0","vLineIndex","getLineXs","_colSpan","endingP…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 72508 var currentLine = null; 72557 if (!currentLine && shouldDrawLine) { 72558 currentLine = { left: data.left, width: 0 }; 72565 currentLine.width += (this.rowSpanData[i + colSpanIndex++].width || 0); 72570 currentLine.width += (this.rowSpanData[i + colSpanIndex++].width || 0); 72575 currentLine.width += (this.rowSpanData[i + colSpanIndex++].width || 0); 72579 currentLine.width += (this.rowSpanData[i].width || 0); 72587 if (currentLine && currentLine.width) { 72590 x1: currentLine.left, 72591 x2: currentLine.left + currentLine.width, [all …]
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 …currentLine","chompedText","wasChomped","firstIndent","wspace","newIndent","quotient","curPosFinal…
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js.map | 1 …currentLine = 1;\n for (let mizarId of $1df32a4945e9e156$var$editorOrder){\n const edito…
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js.map | 1 …currentLine = 1;\n for (let mizarId of $1df32a4945e9e156$var$editorOrder){\n const edito…
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js.map | 1 …currentLine = 1;\n for (let mizarId of $1df32a4945e9e156$var$editorOrder){\n const edito…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …currentLine = '';\n characters.forEach(function (character, index) {\n var nextLine = \"\".con…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …currentLine","character","currentCharacter","isLastLine","hyphenatedNextLine","calculateTextDimens…
|