Searched refs:docComment (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 167 $docComment = $reflector->getDocComment(); 290 $docComment = $reflector->getDocComment(); 291 $docComment = substr($docComment, 3, -2); 376 $docComment = $reflector->getDocComment(); 407 * @param string $docComment 478 $docComment = self::cleanUpMultiLineAnnotation($docComment); 514 $docComment = str_replace("\r\n", "\n", $docComment); 515 $docComment = preg_replace('/' . '\n' . '\s*' . '\*' . '\s?' . '/', "\n", $docComment); 516 $docComment = substr($docComment, 0, -1); 517 $docComment = rtrim($docComment, "\n"); [all …]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/ |
H A D | README.md | 36 $docComment = <<<DOCCOMMENT 47 $docblock = $factory->create($docComment);
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/ |
H A D | Token.php | 496 $docComment = $this->getDocblock(); 513 if (preg_match('/@category[\s]+([\.\w]+)/', $docComment, $matches)) { 517 if (preg_match('/@package[\s]+([\.\w]+)/', $docComment, $matches)) { 522 if (preg_match('/@subpackage[\s]+([\.\w]+)/', $docComment, $matches)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestSuite.php | 888 $docComment = $method->getDocComment(); 890 return strpos($docComment, '@test') !== false || 891 strpos($docComment, '@scenario') !== false;
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | DocParser.php | 500 $docComment = $class->getDocComment(); 511 'is_annotation' => false !== strpos($docComment, '@Annotation'), 518 foreach (self::$metadataParser->parse($docComment, 'class @' . $name) as $annotation) {
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …docComment) {\n const docComment = config.__electricCharacterSupport.docComment;\n …
|