Home
last modified time | relevance | path

Searched refs:indentation (Results 76 – 100 of 141) sorted by path

123456

/plugin/codemirror/dist/modes/
H A Dttcn-cfg.min.js.map1indentation","eatSpace","style","electricChars","lineComment","fold","words","str","obj","split","…
H A Dttcn.min.js1 …ar c=b.context;if(a.sol()){if(c.align==null)c.align=false;b.indented=a.indentation();b.startOfLine…
H A Dttcn.min.js.map1indentation","eatSpace","style","electricChars","blockCommentStart","blockCommentEnd","lineComment…
H A Dturtle.min.js1 …){if(b.context&&b.context.align==null)b.context.align=false;b.indent=a.indentation()}if(a.eatSpace…
H A Dturtle.min.js.map1indentation","eatSpace","style","column","textAfter","firstChar","charAt","closing","lineComment",…
H A Dverilog.min.js1 …ar c=b.context;if(a.sol()){if(c.align==null)c.align=false;b.indented=a.indentation();b.startOfLine…
H A Dverilog.min.js.map1indentation","eatSpace","close","textAfter","Pass","fromHook","firstChar","charAt","closing","poss…
H A Dvhdl.min.js1 …ar c=b.context;if(a.sol()){if(c.align==null)c.align=false;b.indented=a.indentation();b.startOfLine…
H A Dvhdl.min.js.map1indentation","eatSpace","style","indent","textAfter","firstChar","closing","electricChars","define…
H A Dxml.min.js1 …nt=a;return b},token:function(a,b){if(!b.tagName&&a.sol())b.indented=a.indentation();if(a.eatSpace…
H A Dxml.min.js.map1indentation","eatSpace","textAfter","fullLine","Pass","length","multilineTagIndentPastTag","multil…
H A Dyaml.min.js1indentation()>c.keyCol){a.skipToEnd();return"string"}else if(c.literal){c.literal=false}if(a.sol()…
H A Dyaml.min.js.map1indentation","keyCol","sol","pair","pairStart","inlinePairs","inlineList","next","startState","lin…
H A Dz80.min.js1 ….eatWhile(/\w/)){if(c&&a.eat(".")){a.eatWhile(/\w/)}j=a.current();if(a.indentation()){if((b.contex…
H A Dz80.min.js.map1indentation","test","match","skipToEnd","next","sol","defineMIME","name"],"mappings":"CAGA,SAAUA,G…
/plugin/codemirror/dist/
H A Dscripts.min.js7 ….data.mode)h(b,d,k.data.mode,k.token);if(k.data.indent)d.indent.push(c.indentation()+b.indentUnit)…
H A Dscripts.min.js.map1indentation","pattern","consume","caseInsensitive","cased","substr","hideFirstChars","inner","look…
/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/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md48 3. Use 4 spaces for indentation.
/plugin/diagramsnet/lib/resources/
H A Ddia_fr.txt401 increaseIndent=Augmenter l'indentation
402 decreaseIndent=Diminuer l'indentation
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396indentation;c.indentAction===b.a.None?r=c.indentation+c.appendText:c.indentAction===b.a.Indent?r=c…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 … \"description\": \"Specifies the indentation applied to lines of inline content in a block. …
H A D3.3.js.map1indentation size,\n indent_char (space) — character to indent with,\n …

123456