Home
last modified time | relevance | path

Searched refs:indentation (Results 101 – 125 of 141) sorted by path

123456

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D69.69.js.map1 … // Further lines of a Block Style\n // Workaround for indentation detection\n …
H A Dbundle.js396indentation;c.indentAction===b.a.None?r=c.indentation+c.appendText:c.indentAction===b.a.Indent?r=c…
H A Dbundle.js.map1indentation/indentUtils.js","webpack:///./node_modules/monaco-editor/esm/vs/editor/contrib/indenta…
H A Deditor.worker.js.map1indentation of multiline insert texts to\n * match the current line indentation.\n */\n …
H A Djson.worker.js.map1indentation of multiline insert texts to\n * match the current line indentation.\n */\n …
/plugin/dropfiles/
H A D.stylelintrc4 "indentation": 4,
/plugin/editsections/
H A Dplugin.info.txt6 …erarchical) or flat edit sections. Nested edit sections cover the same indentation level as their …
/plugin/extlist/css/
H A D_numbering.less9 * Nested numbered list with correct indentation
/plugin/fckg/
H A DChanges142 up by indentation. This insures that the code blocks are correctly processed in the fckgLite parse…
/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/phpunit/php-code-coverage/
H A D.php_cs26 'indentation',
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs24 'indentation',
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs24 'indentation',
/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/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs24 'indentation',
/plugin/findologicxmlexport/vendor/sebastian/version/
H A D.php_cs23 'indentation',
/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/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.
H A DYtsDocumentSeparator.yml60 document separator should have no indentation
H A DYtsErrorTests.yml17 in the indentation check. It was allowing the YAML
H A DYtsFoldedScalars.yml85 contains spaces which extend past the indentation
H A DYtsSpecificationExamples.yml1030 , four, # indentation is
1112 test: Literal explicit indentation
1114 # Explicit indentation must
1128 # Explicit indentation may
H A DYtsTypeTransfers.yml102 They must be indented a step and indentation
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst549 * ``write()``: Writes the given string by adding indentation at the beginning

123456