Home
last modified time | relevance | path

Searched refs:docComment (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-server/src/Reflection/
H A DReflectionMethod.php137 function ($docComment) {
138 $docComment = str_replace('/**', '', $docComment);
139 $docComment = str_replace('*/', '', $docComment);
141 return $docComment;
148 return $docComment;
161 $docComment = [];
173 $docComment[] = $docCommentLast;
176 $docComment = array_merge($docComment, $docCommentFetched);
180 return $docComment;
186 * @param string $docComment
[all …]
/dports/devel/pecl-ast/ast-1.0.16/tests/
H A Dprop_doc_comments.phpt11 /** docComment $a */
15 /** docComment $b */
17 /** docComment $c */
31 docComment: null
40 docComment: "/** docComment $a */"
46 docComment: "/** docComment $b */"
50 docComment: "/** docComment $c */"
H A Dphp74_type_hints.phpt39 docComment: null
48 docComment: null
52 docComment: null
58 docComment: null
64 docComment: null
70 docComment: null
76 docComment: null
85 docComment: null
95 docComment: null
108 docComment: null
[all …]
H A Ddecl_ids.phpt23 docComment: null
32 docComment: null
41 docComment: null
50 docComment: null
59 docComment: null
67 docComment: null
76 docComment: null
85 docComment: null
94 docComment: null
103 docComment: null
[all …]
H A Dphp81_enums.phpt36 docComment: null
43 docComment: null
54 docComment: null
59 docComment: null
79 docComment: null
86 docComment: null
99 docComment: null
106 docComment: null
134 docComment: null
141 docComment: null
[all …]
H A Dclass_consts.phpt34 docComment: null
43 docComment: "/** Doc A */"
49 docComment: null
55 docComment: null
61 docComment: null
67 docComment: "/** Doc E */"
71 docComment: "/** Doc F */"
H A Dattributes_02.phpt46 docComment: null
58 docComment: null
64 docComment: null
68 docComment: null
82 docComment: null
95 docComment: null
107 docComment: null
132 docComment: null
143 docComment: null
162 docComment: null
[all …]
H A Ddecl_normalization.phpt54 docComment: "/** A */"
63 docComment: "/** B */"
69 docComment: "/** c */"
73 docComment: "/** d */"
84 docComment: "/** E */"
88 docComment: "/** f */"
97 docComment: "/** g */"
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/Reflection/
H A DStaticReflectionParser.php73 protected $docComment = array( variable in Doctrine\\Common\\Reflection\\StaticReflectionParser
127 $docComment = '';
135 $docComment = $token[1];
138 $this->docComment['class'] = $docComment;
139 $docComment = '';
148 $this->docComment['property'][$propertyName] = $docComment;
162 $this->docComment['method'][$methodName] = $docComment;
163 $docComment = '';
260 return $name ? $this->docComment[$type][$name] : $this->docComment[$type];
274 if (isset($this->docComment[$type][$name])) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/common/lib/Doctrine/Common/Reflection/
H A DStaticReflectionParser.php79 protected $docComment = [ variable in Doctrine\\Common\\Reflection\\StaticReflectionParser
139 $docComment = '';
148 $docComment = $token[1];
151 … if ($last_token !== T_PAAMAYIM_NEKUDOTAYIM) {$this->docComment['class'] = $docComment;
152 $docComment = '';}
161 $this->docComment['property'][$propertyName] = $docComment;
175 $this->docComment['method'][$methodName] = $docComment;
176 $docComment = '';
285 return $name ? $this->docComment[$type][$name] : $this->docComment[$type];
301 if (isset($this->docComment[$type][$name])) {
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/common/lib/Doctrine/Common/Reflection/
H A DStaticReflectionParser.php79 protected $docComment = array( variable in Doctrine\\Common\\Reflection\\StaticReflectionParser
139 $docComment = '';
147 $docComment = $token[1];
150 $this->docComment['class'] = $docComment;
151 $docComment = '';
160 $this->docComment['property'][$propertyName] = $docComment;
174 $this->docComment['method'][$methodName] = $docComment;
175 $docComment = '';
283 return $name ? $this->docComment[$type][$name] : $this->docComment[$type];
299 if (isset($this->docComment[$type][$name])) {
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/common/lib/Doctrine/Common/Reflection/
H A DStaticReflectionParser.php79 protected $docComment = [ variable in Doctrine\\Common\\Reflection\\StaticReflectionParser
139 $docComment = '';
148 $docComment = $token[1];
151 … if ($last_token !== T_PAAMAYIM_NEKUDOTAYIM) {$this->docComment['class'] = $docComment;
152 $docComment = '';}
161 $this->docComment['property'][$propertyName] = $docComment;
175 $this->docComment['method'][$methodName] = $docComment;
176 $docComment = '';
285 return $name ? $this->docComment[$type][$name] : $this->docComment[$type];
301 if (isset($this->docComment[$type][$name])) {
/dports/finance/prestashop/prestashop/vendor/doctrine/reflection/lib/Doctrine/Common/Reflection/
H A DStaticReflectionParser.php89 protected $docComment = [ variable in Doctrine\\Common\\Reflection\\StaticReflectionParser
153 $docComment = '';
162 $docComment = $token[1];
166 $this->docComment['class'] = $docComment;
167 $docComment = '';
177 $this->docComment['property'][$propertyName] = $docComment;
193 $this->docComment['method'][$methodName] = $docComment;
194 $docComment = '';
305 return $name ? $this->docComment[$type][$name] : $this->docComment[$type];
321 if (isset($this->docComment[$type][$name])) {
/dports/www/drupal9/drupal-9.2.10/vendor/doctrine/reflection/lib/Doctrine/Common/Reflection/
H A DStaticReflectionParser.php90 protected $docComment = [ variable in Doctrine\\Common\\Reflection\\StaticReflectionParser
154 $docComment = '';
163 $docComment = $token[1];
167 $this->docComment['class'] = $docComment;
168 $docComment = '';
178 $this->docComment['property'][$propertyName] = $docComment;
197 $this->docComment['method'][$methodName] = $docComment;
198 $docComment = '';
309 return $name ? $this->docComment[$type][$name] : $this->docComment[$type];
325 if (isset($this->docComment[$type][$name])) {
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Util/
H A DTest.php184 $docComment = $reflector->getDocComment();
284 $docComment = $reflector->getDocComment();
285 $docComment = substr($docComment, 3, -2);
372 $docComment = $reflector->getDocComment();
407 * @param string $docComment
457 * @param string $docComment full docComment string
466 $docComment = self::cleanUpMultiLineAnnotation($docComment);
504 $docComment = preg_replace('/' . '\n' . '\s*' . '\*' . '\s?' . '/', "\n", $docComment);
505 $docComment = substr($docComment, 0, -1);
506 $docComment = rtrim($docComment, "\n");
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/tests/CodeStatements/
H A DCodeCommentStatementTests.cs29 public void Ctor_String(string text, bool docComment) in Ctor_String() argument
38 public void Ctor_String_Bool(string text, bool docComment) in Ctor_String_Bool() argument
40 CodeCommentStatement comment = new CodeCommentStatement(text, docComment); in Ctor_String_Bool()
42 Assert.Equal(docComment, comment.Comment.DocComment); in Ctor_String_Bool()
47 public void Ctor_CodeComment(string text, bool docComment) in Ctor_CodeComment() argument
49 CodeComment codeComment = new CodeComment(text, docComment); in Ctor_CodeComment()
63 public void Comment_Set_Get_ReturnsExpected(string text, bool docComment) in Comment_Set_Get_ReturnsExpected() argument
65 CodeComment codeComment = new CodeComment(text, docComment); in Comment_Set_Get_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeComment.cs27 private bool docComment = false; field in System.CodeDom.CodeComment
50 public CodeComment(string text, bool docComment) { in CodeComment() argument
52 this.docComment = docComment; in CodeComment()
60 return docComment;
63 docComment = value;
/dports/devel/grpc/grpc-1.42.0/src/php/bin/
H A Dphp_extension_doxygen_filter.awk72 docComment = "";
79 docComment = docComment"\n"$0
89 classDocComment = docComment;
90 docComment = "";
115 methodDocs[method] = docComment;
125 docComment = "";
156 constantDocs[constant] = docComment;
162 docComment = "";
/dports/devel/grpc134/grpc-1.34.1/src/php/bin/
H A Dphp_extension_doxygen_filter.awk72 docComment = "";
79 docComment = docComment"\n"$0
89 classDocComment = docComment;
90 docComment = "";
115 methodDocs[method] = docComment;
125 docComment = "";
156 constantDocs[constant] = docComment;
162 docComment = "";
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/tests/
H A Dgenerated_service_test.php68 $docComment = $this->serviceClass->getMethod($methodName)->getDocComment();
69 $this->assertContains($methodName, $docComment);
70 $this->assertContains('@param \Foo\HelloRequest $request', $docComment);
71 $this->assertContains('@return \Foo\HelloReply', $docComment);
78 $docComment = $this->namespacedServiceClass->getMethod($methodName)->getDocComment();
79 $this->assertContains($methodName, $docComment);
80 $this->assertContains('@param \Foo\HelloRequest $request', $docComment);
81 $this->assertContains('@return \Foo\HelloReply', $docComment);
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/duchain/builders/
H A Dtypebuilder.cpp141 if ( docComment[i].isSpace() || docComment[i] == '*' || docComment[i] == '/' ) { in findInDocComment()
144 …} else if ( docComment[i] == '@' && docComment.midRef(i + 1, docCommentName.size()) == docCommentN… in findInDocComment()
148 if ( i >= size || !docComment[i].isSpace() ) { in findInDocComment()
150 i = docComment.indexOf('\n', i); in findInDocComment()
155 } else if ( docComment[i] == '\n' ) { in findInDocComment()
168 matches << docComment.mid(i, pos - i); in findInDocComment()
177 i = docComment.indexOf('\n', i); in findInDocComment()
189 const QString& docComment = editor()->parseSession()->docComment(node->startToken); in parseDocComment() local
191 if ( !docComment.isEmpty() ) { in parseDocComment()
215 QString docComment = editor()->parseSession()->docComment(node->startToken); in parseDocCommentParams() local
[all …]
/dports/www/phpbb3/phpBB3/vendor/zendframework/zend-code/src/Reflection/
H A DDocBlockReflection.php36 protected $docComment; variable in Zend\\Code\\Reflection\\DocBlockReflection
109 $this->docComment = $commentOrReflector->getDocComment();
112 $lineCount = substr_count($this->docComment, "\n");
116 $this->docComment = $commentOrReflector;
124 if ($this->docComment == '') {
261 $docComment = preg_replace('#[ ]{0,1}\*/$#', '', $this->docComment);
264 … $this->cleanDocComment = preg_replace("#[ \t]*(?:/\*\*|\*/|\*)[ ]{0,1}(.*)?#", '$1', $docComment);
269 $scanner = new DocBlockScanner($docComment);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-code/src/Reflection/
H A DDocBlockReflection.php35 protected $docComment; variable in Laminas\\Code\\Reflection\\DocBlockReflection
108 $this->docComment = $commentOrReflector->getDocComment();
111 $lineCount = substr_count($this->docComment, "\n");
115 $this->docComment = $commentOrReflector;
123 if ($this->docComment == '') {
260 $docComment = preg_replace('#[ ]{0,1}\*/$#', '', $this->docComment);
263 … $this->cleanDocComment = preg_replace("#[ \t]*(?:/\*\*|\*/|\*)[ ]{0,1}(.*)?#", '$1', $docComment);
268 $scanner = new DocBlockScanner($docComment);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Code/Reflection/
H A DDocBlockReflection.php27 protected $docComment = null; variable in Zend\\Code\\Reflection\\DocBlockReflection
98 $this->docComment = $commentOrReflector->getDocComment();
101 $lineCount = substr_count($this->docComment, "\n");
105 $this->docComment = $commentOrReflector;
113 if ($this->docComment == '') {
250 $docComment = preg_replace('#[ ]{0,1}\*/$#', '', $this->docComment);
253 … $this->cleanDocComment = preg_replace("#[ \t]*(?:/\*\*|\*/|\*)[ ]{0,1}(.*)?#", '$1', $docComment);
256 $scanner = new DocBlockScanner($docComment);
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/duchain/builders/
H A Dtypebuilder.cpp143 if ( docComment[i].isSpace() || docComment[i] == '*' || docComment[i] == '/' ) { in findInDocComment()
146 …} else if ( docComment[i] == '@' && docComment.midRef(i + 1, docCommentName.size()) == docCommentN… in findInDocComment()
150 if ( i >= size || !docComment[i].isSpace() ) { in findInDocComment()
152 i = docComment.indexOf('\n', i); in findInDocComment()
157 } else if ( docComment[i] == '\n' ) { in findInDocComment()
170 matches << docComment.mid(i, pos - i); in findInDocComment()
179 i = docComment.indexOf('\n', i); in findInDocComment()
191 const QString& docComment = editor()->parseSession()->docComment(node->startToken); in parseDocComment() local
193 if ( !docComment.isEmpty() ) { in parseDocComment()
217 QString docComment = editor()->parseSession()->docComment(node->startToken); in parseDocCommentParams() local
[all …]

12345678910>>...23