Home
last modified time | relevance | path

Searched refs:currentLine (Results 1 – 15 of 15) 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->moveToNextLine()) {
154 if ("\t" === $this->currentLine[0]) {
155 throw new ParseException('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
161 if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine), $values)) {
163 throw new ParseException('You cannot define a sequence item when in a mapping.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
174 throw new ParseException('Complex mappings are not supported.', $this->getRealCurrentLineNb() + 1, $this->currentLine);
[all...]
/plugin/survey/helper/
H A Dsurvey.php207 $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"];
287 $returnArray["_currentLine"] = $currentLine;
292 $currentLine++;
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php34 private $currentLine = ''; variable in Symfony\\Component\\Yaml\\Parser
102 $this->currentLine = '';
124 $this->currentLine = '';
158 if ("\t" === $this->currentLine[0]) {
364 …if ($deprecatedUsage = (isset($this->currentLine[1]) && '?' === $this->currentLine[0] && ' ' === $…
496 return \strlen($this->currentLine) - \strlen(ltrim($this->currentLine, ' '));
553 $data[] = $this->currentLine;
586 $data[] = $this->currentLine;
699 if ('' !== $this->currentLine && substr($this->currentLine, -1) === $quotation) {
728 $e->setSnippet($this->currentLine);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A 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/
H A DClassDefinitionNameSpacingSniff.php82 $currentLine = $tokens[$prev]['line'];
88 if ($tokens[$i]['line'] === $currentLine) {
112 $currentLine = $tokens[$i]['line'];
/plugin/firenews/
H A 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/
H A 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/aceeditor/
H A 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/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js16816 var currentLine = null;
16822 if (!currentLine && shouldDrawLine) {
16823 currentLine = { left: data.left, width: 0 };
16827 currentLine.width += (data.width || 0);
16833 if (currentLine) {
16836 x1: currentLine.left,
16837 x2: currentLine.left + currentLine.width,
16843 currentLine = null;
H A Dpdfmake.min.js.map1currentLine","shouldDrawLine","drawVerticalLine","y0","vLineIndex","getLineXs","_colSpan","endingP…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1currentLine","chompedText","wasChomped","firstIndent","wspace","newIndent","quotient","curPosFinal…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1currentLine = '';\n characters.forEach(function (character, index) {\n var nextLine = \"\".con…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1currentLine","character","currentCharacter","isLastLine","hyphenatedNextLine","calculateTextDimens…