Searched refs:wrapLength (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | Serializer.php | 74 $wrapLength = $this->lineLength ? $this->lineLength - strlen($indent) - 3 : null; 80 $this->getSummaryAndDescriptionTextBlock($docblock, $wrapLength) 90 $comment = $this->addTagBlock($docblock, $wrapLength, $indent, $comment); 121 private function getSummaryAndDescriptionTextBlock(DocBlock $docblock, $wrapLength) argument 125 if ($wrapLength !== null) { 126 $text = wordwrap($text, $wrapLength); 140 private function addTagBlock(DocBlock $docblock, $wrapLength, $indent, $comment) argument 144 if ($wrapLength !== null) { 145 $tagText = wordwrap($tagText, $wrapLength);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | FunctionCommentSniff.php | 325 …$wrapLength = ($tokens[$commentToken]['length'] - $param['type_space'] - $param['var_space'] - str… 338 $wrapLength, 397 …$wrapLength = ($tokens[$commentToken]['length'] - $param['type_space'] - $param['var_space'] - str… 410 $wrapLength,
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |