Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DSerializer.php27 protected $indent = 0; variable in phpDocumentor\\Reflection\\DocBlock\\Serializer
41 * @param int $indent The number of times the indent string is repeated.
47 …public function __construct($indent = 0, $indentString = ' ', $indentFirstLine = true, $lineLength… argument
49 Assert::integer($indent);
55 $this->indent = $indent;
71 $indent = str_repeat($this->indentString, $this->indent);
72 $firstIndent = $this->isFirstLineIndented ? $indent : '';
74 $wrapLength = $this->lineLength ? $this->lineLength - strlen($indent) - 3 : null;
77 $indent,
79 $indent,
[all …]
/plugin/questionnaire/
DminiYAML.php201 * @param int $indent bude-li -1, bude delka odsazeni urcena automaticky
204 function _stripIndent($line, $indent = -1){ argument
205 if ($indent == -1){
206 $indent = $this->_getIndent($line);
208 return substr ($line, $indent);
222 * @param int $indent delka nejmensiho odsazeni
226 function _cutOutBlock($start_at,$indent,$lines = null){ argument
229 $out[] = str_repeat(" ",$indent).substr($lines[$start_at],$indent);
232 if($_indent<$indent){
245 * @param int $indent delka nejmensiho odsazeni
[all …]
/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php490 var $indent; variable in Spyc
182 * @param int $indent Pass in false to use the default, which is 2
185 function YAMLDump($array,$indent = false,$wordwrap = false) { argument
187 return $spyc->dump($array,$indent,$wordwrap);
208 * @param int $indent Pass in false to use the default, which is 2
211 function dump($array,$indent = false,$wordwrap = false) { argument
216 if ($indent === false or !is_numeric($indent)) {
219 $this->_dumpIndent = $indent;
253 function _yamlize($key,$value,$indent, $previous_key = -1, $first_key = 0) { argument
256 return $this->_dumpNode($key, array(), $indent, $previous_key, $first_key);
[all …]
/plugin/sketchcanvas/phplib/
Dspyc.php92 private $indent; variable in Spyc
184 * @param int $indent Pass in false to use the default, which is 2
187 public static function YAMLDump($array,$indent = false,$wordwrap = false) { argument
189 return $spyc->dump($array,$indent,$wordwrap);
210 * @param int $indent Pass in false to use the default, which is 2
213 public function dump($array,$indent = false,$wordwrap = false) { argument
218 if ($indent === false or !is_numeric($indent)) {
221 $this->_dumpIndent = $indent;
254 …private function _yamlize($key,$value,$indent, $previous_key = -1, $first_key = 0, $source_array =… argument
257 return $this->_dumpNode($key, array(), $indent, $previous_key, $first_key, $source_array);
[all …]
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php111 private $indent; variable in Spyc
215 * @param int $indent Pass in false to use the default, which is 2
219 …public static function YAMLDump($array, $indent = false, $wordwrap = false, $no_opening_dashes = f… argument
221 return $spyc->dump($array, $indent, $wordwrap, $no_opening_dashes);
242 * @param int $indent Pass in false to use the default, which is 2
245 public function dump($array,$indent = false,$wordwrap = false, $no_opening_dashes = false) { argument
250 if ($indent === false or !is_numeric($indent)) {
253 $this->_dumpIndent = $indent;
287 …private function _yamlize($key,$value,$indent, $previous_key = -1, $first_key = 0, $source_array =… argument
291 return $this->_dumpNode($key, array(), $indent, $previous_key, $first_key, $source_array);
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php46 * @param int $indent The level of indentation (used internally)
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
52 $prefix = $indent ? str_repeat(' ', $indent) : '';
62 $output .= $this->dumpTaggedValue($input, $inline, $indent, $flags, $prefix);
117 …this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation : $indent + …
135 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
143 …private function dumpTaggedValue(TaggedValue $value, int $inline, int $indent, int $flags, string … argument
164 return $output."\n".$this->dump($value->getValue(), $inline - 1, $indent, $flags);
/plugin/codemirror/dist/modes/
Dr.min.js1indent:a.indent,flags:0,column:c.column(),prev:a.ctx}}function t(a,b){var c=a.ctx;a.ctx={type:c.ty… property
Dsoy.min.js1indent;d++){if(!a.eat(/\s/))break}if(d)return null}var e=a.string;var f=c.exec(e.substr(a.pos));if…
Dturtle.min.js1indent:a.indent,col:c,type:b}}function k(a){a.indent=a.context.indent;a.context=a.context.prev}ret… property
Dcypher.min.js1indent:a.indent,col:c,type:b}};var f=function(a){a.indent=a.context.indent;return a.context=a.cont… property
Dsparql.min.js1indent:a.indent,col:c,type:b}}function k(a){a.indent=a.context.indent;a.context=a.context.prev}ret… property
Dq.min.js1indent:a.indent,col:c,type:b}}function m(a){a.indent=a.context.indent;a.context=a.context.prev}ret… property
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DCheckSecurityNode.php53 ->indent()
55 ->indent()
63 ->indent()
66 ->indent()
70 ->indent()
74 ->indent()
DModuleNode.php134 ->indent()
185 ->indent()
193 ->indent()
223 ->indent()
237 ->indent()
260 ->indent()
281 ->indent()
293 ->indent()
327 ->indent()
368 ->indent()
[all …]
DMacroNode.php68 ->indent()
73 ->indent()
109 ->indent()
113 ->indent()
118 ->indent()
/plugin/diagramsnet/lib/js/grapheditor/
DShapes.js3564 this.indent = 2;
3663 …var indent = (os && os.indent) ? os.indent : Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(t…
3666 var relIndent = (os && os.relIndent) ? os.relIndent : Math.max(0, Math.min(50, indent));
3706 indent = Math.min(relIndent * Math.min(w, h) / 100);
3709 indent = Math.min(indent, Math.min(w, h) * 0.5 - size);
3778 c.moveTo(indent,0);
3782 sc.moveNWInner(c, x, y, w, h, rectStyle, topLeftStyle, size, indent, top, left);
3785 sc.paintLeftInner(c, x, y, w, h, rectStyle, bottomLeftStyle, size, indent, bottom, left);
3789 sc.paintSWInner(c, x, y, w, h, rectStyle, bottomLeftStyle, size, indent, bottom);
3792 sc.paintBottomInner(c, x, y, w, h, rectStyle, bottomRightStyle, size, indent, right, bottom);
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
DDumper.php44 * @param int $indent The level of indentation (used internally)
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
52 $prefix = $indent ? str_repeat(' ', $indent) : '';
90 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
DIndentationSniff.php43 public $indent = 4; variable in Squiz_Sniffs_CSS_IndentationSniff
121 $expectedIndent = ($indentLevel * $this->indent);
141 $indent = str_repeat(' ', $expectedIndent);
143 $phpcsFile->fixer->addContentBefore($i, $indent);
145 $phpcsFile->fixer->replaceToken($i, $indent);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
DObjectOperatorIndentSniff.php37 public $indent = 4; variable in PEAR_Sniffs_WhiteSpace_ObjectOperatorIndentSniff
99 $requiredIndent += $this->indent;
134 $indent = $tokens[($next - 1)];
136 && $indent['code'] === T_WHITESPACE
138 if ($indent['line'] === $tokens[$next]['line']) {
139 $foundIndent = strlen($indent['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
DOpeningFunctionBraceBsdAllmanSniff.php109 $indent = $phpcsFile->findFirstOnLine(array(), $openingBrace);
110 if ($tokens[$indent]['code'] === T_WHITESPACE) {
111 $phpcsFile->fixer->addContentBefore($openingBrace, $tokens[$indent]['content']);
177 $indent = str_repeat(' ', $expected);
179 $phpcsFile->fixer->addContentBefore($openingBrace, $indent);
181 $phpcsFile->fixer->replaceToken(($openingBrace - 1), $indent);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DFixer.php489 $indent = "\t";
491 $indent .= "\t";
496 echo "$indent* token $stackPtr has already been modified, skipping *".PHP_EOL;
548 $indent = "\t";
550 $indent .= "\t";
556 …echo "$indent**** $sniff (line $line) has possible conflict with another sniff on loop $loop; caus…
557 …echo "$indent**** replaced token $stackPtr ($type) \"$oldContent\" => \"$newContent\" ****".PHP_EO…
563 echo "$indent**** ignoring all changes until next loop ****".PHP_EOL;
584 $indent = "\t";
586 $indent .= "\tA: ";
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckindentcommands.js124 var indent = parseInt( firstBlock.style[this.IndentCSSProperty], 10 ) ;
125 if ( isNaN( indent ) )
126 indent = 0 ;
127 if ( indent <= 0 )
238 var baseIndent = listArray[lastItem._FCK_ListArray_Index].indent ;
240 listArray[i].indent += indentOffset ;
241 …for ( var i = lastItem._FCK_ListArray_Index + 1 ; i < listArray.length && listArray[i].indent > ba…
242 listArray[i].indent += indentOffset ;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGPX.php369 $indent = $tag === 'trkpt' ? "\t\t" : ($tag === 'rtept' ? "\t" : '');
372 …$node = $indent . "<" . $this->nss . $tag . " lat=\"" . $geom->getY() . "\" lon=\"" . $geom->getX(…
376 … $node .= self::processGeometryData($geom, $this->gpxTypes->get($tag . 'Type'), $indent . "\t") .
377 $indent . "</" . $this->nss . $tag . ">\n";
383 …return $indent . "<" . $this->nss . $tag . " lat=\"" . $geom->getY() . "\" lon=\"" . $geom->getX()…
463 * @param string $indent
466 protected static function processGeometryData($geometry, $tagList, $indent = "\t") argument
472 … $tags .= self::createNodes($tagName, $geometry->getData($tagName), $indent) . "\n";
482 * @param string $indent
485 protected static function createNodes($tagName, $value, $indent) argument
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
DScopeIndentSniff.php50 public $indent = 4; variable in Generic_Sniffs_WhiteSpace_ScopeIndentSniff
388 … $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
615 … $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
716 $checkIndent += $this->indent;
717 $currentIndent += $this->indent;
725 $currentIndent = (int) (ceil($currentIndent / $this->indent) * $this->indent);
726 $checkIndent = (int) (ceil($checkIndent / $this->indent) * $this->indent);
757 $currentIndent -= $this->indent;
772 $checkIndent = (int) (ceil($tokenIndent / $this->indent) * $this->indent);
808 $checkIndent = (int) (ceil($checkIndent / $this->indent) * $this->indent);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
DClassDeclarationSniff.php38 public $indent = 4; variable in PEAR_Sniffs_Classes_ClassDeclarationSniff
141 $expected = ($tokens[$stackPtr]['level'] * $this->indent);
151 $indent = str_repeat(' ', $expected);
153 $phpcsFile->fixer->addContentBefore($curlyBrace, $indent);
155 $phpcsFile->fixer->replaceToken(($curlyBrace - 1), $indent);

12345678910>>...22