Home
last modified time | relevance | path

Searched refs:TAG_PARAM (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocTagConstants.java25 public static final char[] TAG_PARAM = "param".toCharArray(); //$NON-NLS-1$ field
47 public static final int TAG_PARAM_LENGTH = TAG_PARAM.length;
95 TAG_PARAM, /* 2 */
135 …{ TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATE…
227 TAG_PARAM,
254 TAG_PARAM,
H A DJavadocParser.java606 if (length == TAG_PARAM_LENGTH && CharOperation.equals(TAG_PARAM, tagName, 0, length)) { in parseTag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocTagConstants.java28 public static final char[] TAG_PARAM = "param".toCharArray(); //$NON-NLS-1$ field
59 public static final int TAG_PARAM_LENGTH = TAG_PARAM.length;
124 TAG_PARAM, /* 2 */
173 …{ TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATE…
304 TAG_PARAM,
345 TAG_PARAM,
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dparse_addr_spec.c80 if((_param)->type == TAG_PARAM) \
106 param->type = TAG_PARAM; in parse_to_param()
136 param->type = TAG_PARAM; in parse_to_param()
173 param->type = TAG_PARAM; in parse_to_param()
201 param->type = TAG_PARAM; in parse_to_param()
268 param->type = TAG_PARAM; in parse_to_param()
409 param->type = TAG_PARAM; in parse_to_param()
445 param->type = TAG_PARAM; in parse_to_param()
474 && param->type == TAG_PARAM) { in parse_to_param()
520 param->type = TAG_PARAM; /* tag at the end */ in parse_to_param()
H A Dparse_addr_spec.h34 TAG_PARAM = 400, GENERAL_PARAM enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction/
H A DJavadocTagsSubProcessorCore.java71 if (TagElement.TAG_PARAM.equals(currName)) { in findParamTag()
142 TagElement.TAG_PARAM,
169 } else if (first instanceof TextElement && TagElement.TAG_PARAM.equals(curr.getTagName())) { in getArgument()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/
H A DJavadocTagsSubProcessor.java337 newTag.setTagName(TagElement.TAG_PARAM); in insertMissingJavadocTag()
371 newTag.setTagName(TagElement.TAG_PARAM); in insertMissingJavadocTag()
448 newTag.setTagName(TagElement.TAG_PARAM); in insertAllMissingMethodTags()
463 newTag.setTagName(TagElement.TAG_PARAM); in insertAllMissingMethodTags()
510 if (findTag(javadoc, TagElement.TAG_PARAM, name) == null) { in insertAllMissingTypeTags()
512 newTag.setTagName(TagElement.TAG_PARAM); in insertAllMissingTypeTags()
531 if (findTag(javadoc, TagElement.TAG_PARAM, name) == null) { in insertAllMissingRecordTypeTags()
533 newTag.setTagName(TagElement.TAG_PARAM); in insertAllMissingRecordTypeTags()
548 newTag.setTagName(TagElement.TAG_PARAM); in insertAllMissingRecordTypeTags()
854 if (TagElement.TAG_PARAM.equals(currName)) { in findParamTag()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/util/
H A DJavadocUtil.java48 paramNode.setTagName(TagElement.TAG_PARAM); in createParamTag()
75 if (TagElement.TAG_PARAM.equals(element.getTagName())) in shouldAddParamJavadoc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DJavadocCompletionParserTest.java168 …TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGO… in verifyAllTagsCompletion()
177 …TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGO… in verifyAllTagsCompletion()
186 …TAG_AUTHOR, TAG_DEPRECATED, TAG_EXCEPTION, TAG_PARAM, TAG_RETURN, TAG_SEE, TAG_VERSION, TAG_CATEGO… in verifyAllTagsCompletion()
761 ? new char[][] { TAG_PARAM }
762 : new char[][] { TAG_PARAM, TAG_PROVIDES };
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DTagElement.java155 public static final String TAG_PARAM = "@param"; //$NON-NLS-1$ field in TagElement
H A DDocCommentParser.java451 if (length == TAG_PARAM_LENGTH && CharOperation.equals(TAG_PARAM, tagName)) { in parseTag()
599 paramTag.setTagName(TagElement.TAG_PARAM); in pushParamName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/util/
H A DModelUtil.java48 private static String TAG_PARAM = "param"; //$NON-NLS-1$ field in ModelUtil
404 && element.getLocalName().equals(TAG_PARAM)) { in qualifyValueAttribute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionOnJavadocTag.java131 if (possibleTag == TAG_PARAM) { in filterPossibleTags()
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/lib/HTML5/
H A DDOM.pm138 use constant TAG_PARAM => 0x64; constant
/dports/cad/sumo/sumo-1.2.0/tools/net/
H A Dnetdiff.py76 TAG_PARAM = 'param' variable
87 IDATTRS[TAG_PARAM] = ('key',)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/
H A DAddTypeParameterProposal.java127 newTag.setTagName(TagElement.TAG_PARAM); in getRewrite()
H A DChangeMethodSignatureProposal.java187 newTagElement.setTagName(TagElement.TAG_PARAM); in modifyParameters()
H A DNewVariableCorrectionProposal.java178 newTagElement.setTagName(TagElement.TAG_PARAM); in doAddParam()
/dports/net/kamailio/kamailio-5.4.5/src/modules/sanity/
H A Dsanity.c1032 if(tp->type==TAG_PARAM) in check_duptags()
1047 if(tp->type==TAG_PARAM) in check_duptags()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/
H A DJavaDoc2HTMLTextReader.java238 case TagElement.TAG_PARAM: in handleTag()
H A DJavadocContentAccess2.java875 if (TagElement.TAG_PARAM.equals(tagName)) {
953 case TagElement.TAG_PARAM:
1288 if (TagElement.TAG_PARAM.equals(tagName)) {
1336 if (TagElement.TAG_PARAM.equals(tagName)) {
1689 } else if (TagElement.TAG_PARAM.equals(blockTagName)) {
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/
H A DAbstractCommentParser.java28 public static final char[] TAG_PARAM = "param".toCharArray(); //$NON-NLS-1$ field in AbstractCommentParser
336 } else if (CharOperation.equals(tag, TAG_PARAM)) { in parseComment()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocParser.java336 if (CharOperation.equals(tag, TAG_PARAM)) { in parseTag()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DFont.cpp518 const xpr::sregex TAG_PARAM = in CompiledRegex() local
541 … >> xpr::repeat<0, 9>(+xpr::blank >> TAG_PARAM) // repeat 0 to 9 a single blank followed in CompiledRegex()
553 ('<' >> OPEN_TAG_NAME >> xpr::repeat<0, 9>(+xpr::blank >> TAG_PARAM) >> '>') | in CompiledRegex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DCommentsPreparator.java85 TagElement.TAG_PARAM,
782 if (TagElement.TAG_PARAM.equals(node.getTagName()) in handleHtml()

12