Home
last modified time | relevance | path

Searched refs:indentation (Results 1 – 25 of 141) sorted by relevance

123456

/plugin/combo/vendor/symfony/yaml/
H A DDumper.php26 * The amount of spaces to use for indentation of nested nodes.
30 protected $indentation; variable in Symfony\\Component\\Yaml\\Dumper
32 public function __construct(int $indentation = 4) argument
34 if ($indentation < 1) {
35 throw new \InvalidArgumentException('The indentation must be greater than zero.');
38 $this->indentation = $indentation;
46 * @param int $indent The level of indentation (used internally)
74 $blockIndentationIndicator = (' ' === substr($value, 0, 1)) ? (string) $this->indentation : '';
90 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation),
[all...]
H A DParser.php155 throw new ParseException('A YAML file cannot contain tabs as indentation.', $this->getRealCurrentLineNb() + 1, $this->currentLine, $this->filename);
457 // If the indentation is not consistent at offset 0, it is to be considered as a ParseError
561 * Returns the current line indentation.
575 * @param int|null $indentation The indent level at which the block is to be read, or null for default
578 * @throws ParseException When indentation problem are detected
580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string argument
588 if (null === $indentation) {
595 // empty and comment-like lines do not influence the indentation depth
617 $newIndent = $indentation;
633 // the previous line contained a dash but no item content, this line is a sequence item with the same indentation
831 parseBlockScalar(string $style, string $chomping = '', int $indentation = 0) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php37 * @param int $indentation The indentation level of the 2nd+ line
40 public static function export($value, $indentation = 0) argument
42 return self::recursiveExport($value, $indentation);
108 …* @param int $indentation The indentation level of the 2n…
113 protected static function recursiveExport(&$value, $indentation, $processed = null) argument
150 $whitespace = str_repeat(' ', 4 * $indentation);
170 self::recursiveExport($k, $indentation),
171 self::recursiveExport($value[$k], $indentation + 1, $processed)
199 self::recursiveExport($k, $indentation),
200 self::recursiveExport($v, $indentation + 1, $processed)
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php28 protected $indentation; variable in Symfony\\Component\\Yaml\\Dumper
30 public function __construct(int $indentation = 4) argument
32 if ($indentation < 1) {
36 $this->indentation = $indentation;
68 … $blockIndentationIndicator = (' ' === substr($value, 0, 1)) ? (string) $this->indentation : '';
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
90 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
H A DParser.php509 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): ?string argument
517 if (null === $indentation) {
546 $newIndent = $indentation;
739 * @param int $indentation The indentation indicator that was used to begin this block scalar
743 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str… argument
763 if (0 === $indentation) {
767 ++$indentation;
771 if ($indentation > 0) {
772 $pattern = sprintf('/^ {%d}(.*)$/', $indentation);
780 if ($isCurrentLineBlank && \strlen($this->currentLine) > $indentation) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php26 protected $indentation; variable in Twig\\Compiler
72 * @param int $indentation The current indentation
76 public function compile(\Twig_NodeInterface $node, $indentation = 0) argument
84 $this->indentation = $indentation;
100 $this->source .= str_repeat(' ', $this->indentation * 4);
131 $this->source .= str_repeat(' ', $this->indentation * 4).$string;
148 $this->source .= str_repeat(' ', $this->indentation * 4);
256 $this->indentation += $step;
273 if ($this->indentation < $step) {
277 $this->indentation -= $step;
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php42 * @param int $indentation The indentation level of the 2nd+ line
45 public function export($value, $indentation = 0) argument
47 return $this->recursiveExport($value, $indentation);
201 …* @param int $indentation The indentation level of the 2n…
206 protected function recursiveExport(&$value, $indentation, $processed = null) argument
243 $whitespace = str_repeat(' ', 4 * $indentation);
263 $this->recursiveExport($k, $indentation),
264 $this->recursiveExport($value[$k], $indentation + 1, $processed)
290 $this->recursiveExport($k, $indentation),
291 $this->recursiveExport($v, $indentation + 1, $processed)
/plugin/codemirror/dist/modes/
H A Dsmalltalk.min.js1indentation=0;this.userIndentationDelta=0};f.prototype.userIndent=function(b){this.userIndentation…
H A Dmarkdown.min.js1indentation;var h=u(d.prevLine.stream);var n=d.indentedCode;var q=d.prevLine.hr;var r=d.list!==fal…
H A Dsmalltalk.min.js.map1indentation","userIndentationDelta","prototype","userIndent","indentUnit","stream","state","token"…
H A Dcobol.min.js1indentation:0,mode:false}},token:function(j,p){if(p.indentStack==null&&j.sol()){p.indentation=6}if…
H A Dscheme.min.js1indentation:0,mode:false,sExprComment:false,sExprQuote:false}},token:function(h,k){if(k.indentStac…
H A Dyaml.min.js1indentation()>c.keyCol){a.skipToEnd();return"string"}else if(c.literal){c.literal=false}if(a.sol()…
H A Dsass.min.js1indentation()<=a){d.tokenizer=v;return v(c,d)}if(b&&c.skipTo("*/")){c.next();c.next();d.tokenizer=…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.TidyFormat.txt
/plugin/dropfiles/
H A D.stylelintrc4 "indentation": 4,
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_avanced.md5 And nested without indentation:
/plugin/allowindentation/
H A Dplugin.info.txt6 desc Allow using an indentation in wiki text and disable rendering indented blocks as a preformat…
/plugin/mllist/
H A Dplugin.info.txt6 desc Allows a list item to break into multiple lines with indentation on non-bullet lines
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md10 …that is basically [PSR-2](http://www.php-fig.org/psr/2/) but with TABS indentation (yes, I really …
11 …I am not going to nit-pick on all the details about the code style but indentation is a must. The …
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml69 level of indentation representing a level of
171 The dash in a sequence counts as indentation, so
173 needing spaces as indentation.
/plugin/editsections/
H A Dplugin.info.txt6 …erarchical) or flat edit sections. Nested edit sections cover the same indentation level as their …
/plugin/findologicxmlexport/vendor/sebastian/version/
H A D.php_cs23 'indentation',
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs24 'indentation',
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs24 'indentation',

123456