/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->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 D | survey.php | 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"]; 287 $returnArray["_currentLine"] = $currentLine; 292 $currentLine++; [all …]
|
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | Parser.php | 34 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 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/ |
H A D | ClassDefinitionNameSpacingSniff.php | 82 $currentLine = $tokens[$prev]['line']; 88 if ($tokens[$i]['line'] === $currentLine) { 112 $currentLine = $tokens[$i]['line'];
|
/plugin/firenews/ |
H A 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/ |
H A 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/aceeditor/ |
H A 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/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 16816 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 D | pdfmake.min.js.map | 1 …currentLine","shouldDrawLine","drawVerticalLine","y0","vLineIndex","getLineXs","_colSpan","endingP…
|
/plugin/codemirror/dist/keymaps/ |
H A D | vim.min.js.map | 1 …currentLine","chompedText","wasChomped","firstIndent","wspace","newIndent","quotient","curPosFinal…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …currentLine = '';\n characters.forEach(function (character, index) {\n var nextLine = \"\".con…
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …currentLine","character","currentCharacter","isLastLine","hyphenatedNextLine","calculateTextDimens…
|