Home
last modified time | relevance | path

Searched refs:maxType (Results 1 – 4 of 4) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php270 $maxType = 0;
292 if ($typeLen > $maxType) {
293 $maxType = $typeLen;
503 $this->checkSpacingAfterParamType($phpcsFile, $param, $maxType);
572 * @param int $maxType The maxlength of the longest parameter type.
577 …protected function checkSpacingAfterParamType(PHP_CodeSniffer_File $phpcsFile, $param, $maxType, $… argument
580 $spaces = ($maxType - strlen($param['type']) + $spacing);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php214 $maxType = 0;
236 if ($typeLen > $maxType) {
237 $maxType = $typeLen;
308 $spaces = ($maxType - strlen($param['type']) + 1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Bucket.php22 protected $maxType = GooglePrivacyDlpV2Value::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Bucket
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDistributionUpdate.php26 protected $maxType = SplitInt64::class; variable in Google\\Service\\Dataflow\\DistributionUpdate