Home
last modified time | relevance | path

Searched refs:currentLine (Results 1 – 24 of 24) sorted by relevance

/plugin/combo/vendor/symfony/yaml/
H A DParser.php36 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/
Dsurvey.php199 * @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/
DParser.php34 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/
DFunctionSpacingSniff.php153 $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/
DClassDefinitionNameSpacingSniff.php82 $currentLine = $tokens[$prev]['line'];
88 if ($tokens[$i]['line'] === $currentLine) {
112 $currentLine = $tokens[$i]['line'];
/plugin/firenews/
Dsyntax.php332 $currentLine = fgets($filestream);
334 if (str_starts_with($currentLine, "# ")) {
338 if (strlen($currentLine) < 20) {
343 $explodeFile = explode(":", $currentLine);
/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEENTRIES.php137 $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 Dscript.js340 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/
Dejs.js516 this.currentLine = 1;
897 this.currentLine += newLineCount;
898 this.source += ' ; __line = ' + this.currentLine + '\n';
/plugin/json/script/
Dejs.min.js1currentLine=1;this.source="";options.client=opts.client||false;options.escapeFunction=opts.escape|…
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1currentLine=1;this.source="";options.client=opts.client||false;options.escapeFunction=opts.escape|…
Dejs.js517 this.currentLine = 1;
898 this.currentLine += newLineCount;
899 this.source += ' ; __line = ' + this.currentLine + '\n';
/plugin/aceeditor/
Dbuild.js1currentLine=0,this.tokenizer=e;var n=this;this.$worker=function(){if(!n.running)return;var e=new D…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js16816 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;
Dpdfmake.min.js.map1currentLine","shouldDrawLine","drawVerticalLine","y0","vLineIndex","getLineXs","_colSpan","endingP…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js72508 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/
Dvim.min.js.map1currentLine","chompedText","wasChomped","firstIndent","wspace","newIndent","quotient","curPosFinal…
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1currentLine = 1;\n for (let mizarId of $1df32a4945e9e156$var$editorOrder){\n const edito…
/plugin/mizarproofchecker/dist/
Dscript.js.map1currentLine = 1;\n for (let mizarId of $1df32a4945e9e156$var$editorOrder){\n const edito…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1currentLine = 1;\n for (let mizarId of $1df32a4945e9e156$var$editorOrder){\n const edito…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1currentLine = '';\n characters.forEach(function (character, index) {\n var nextLine = \"\".con…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1currentLine","character","currentCharacter","isLastLine","hyphenatedNextLine","calculateTextDimens…