Home
last modified time | relevance | path

Searched refs:hasTag (Results 1 – 25 of 1393) sorted by relevance

12345678910>>...56

/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/commands/
H A DCmdInfo.cpp328 if (task.hasTag ("ACTIVE")) virtualTags += "ACTIVE "; in execute()
335 if (task.hasTag ("DUE")) virtualTags += "DUE "; in execute()
338 if (task.hasTag ("LATEST")) virtualTags += "LATEST "; in execute()
339 if (task.hasTag ("MONTH")) virtualTags += "MONTH "; in execute()
347 if (task.hasTag ("READY")) virtualTags += "READY "; in execute()
351 if (task.hasTag ("TODAY")) virtualTags += "TODAY "; in execute()
353 if (task.hasTag ("UDA")) virtualTags += "UDA "; in execute()
355 if (task.hasTag ("UNTIL")) virtualTags += "UNTIL "; in execute()
357 if (task.hasTag ("WEEK")) virtualTags += "WEEK "; in execute()
358 if (task.hasTag ("YEAR")) virtualTags += "YEAR "; in execute()
[all …]
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A DCLI.cpp57 if (! hasTag (tag)) in tag()
291 ! a.hasTag ("HINT")) in getWords()
343 if (a.hasTag ("CMD")) in getCommand()
347 if (a.hasTag ("EXT")) in getCommand()
456 if (b.hasTag("CMD")) in canonicalizeNames()
500 if (a.hasTag ("HINT")) in identifyFilter()
560 if (arg.hasTag ("ID")) in getIds()
574 if (arg.hasTag ("TAG")) in getTags()
588 if (arg.hasTag ("TAG")) in getAnnotation()
622 if (arg.hasTag ("DOM")) in getDomReferences()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DResolveHotPathPassTest.php49 $this->assertFalse($container->getDefinition('lazy')->hasTag('container.hot_path'));
50 $this->assertTrue($container->getDefinition('bar')->hasTag('container.hot_path'));
51 $this->assertTrue($container->getDefinition('buz')->hasTag('container.hot_path'));
52 $this->assertFalse($container->getDefinition('baz')->hasTag('container.hot_path'));
53 … $this->assertFalse($container->getDefinition('service_container')->hasTag('container.hot_path'));
54 … $this->assertFalse($container->getDefinition('deprec_with_tag')->hasTag('container.hot_path'));
55 … $this->assertFalse($container->getDefinition('deprec_ref_notag')->hasTag('container.hot_path'));
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DResolveHotPathPassTest.php49 $this->assertFalse($container->getDefinition('lazy')->hasTag('container.hot_path'));
50 $this->assertTrue($container->getDefinition('bar')->hasTag('container.hot_path'));
51 $this->assertTrue($container->getDefinition('buz')->hasTag('container.hot_path'));
52 $this->assertFalse($container->getDefinition('baz')->hasTag('container.hot_path'));
53 … $this->assertFalse($container->getDefinition('service_container')->hasTag('container.hot_path'));
54 … $this->assertFalse($container->getDefinition('deprec_with_tag')->hasTag('container.hot_path'));
55 … $this->assertFalse($container->getDefinition('deprec_ref_notag')->hasTag('container.hot_path'));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DResolveHotPathPassTest.php49 $this->assertFalse($container->getDefinition('lazy')->hasTag('container.hot_path'));
50 $this->assertTrue($container->getDefinition('bar')->hasTag('container.hot_path'));
51 $this->assertTrue($container->getDefinition('buz')->hasTag('container.hot_path'));
52 $this->assertFalse($container->getDefinition('baz')->hasTag('container.hot_path'));
53 … $this->assertFalse($container->getDefinition('service_container')->hasTag('container.hot_path'));
54 … $this->assertFalse($container->getDefinition('deprec_with_tag')->hasTag('container.hot_path'));
55 … $this->assertFalse($container->getDefinition('deprec_ref_notag')->hasTag('container.hot_path'));
/dports/misc/perkeep/perkeep-0.11/internal/media/
H A Daudio_test.go44 hasTag bool
56 hasTag, err := HasID3v1Tag(io.NewSectionReader(f, 0, s))
60 if hasTag != tt.hasTag {
61 t.Errorf("Expected %v for %s but got %v", tt.hasTag, tt.fn, hasTag)
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dtaggedfileselection.h120 bool hasTag(Frame::TagNumber tagNr) const { return m_state.hasTag(tagNr); } in hasTag() function
242 bool hasTag(Frame::TagNumber tagNr) const { return m_hasTag[tagNr]; } in hasTag() function
271 Q_PROPERTY(bool hasTag READ hasTag NOTIFY hasTagChanged) in Q_PROPERTY()
292 void hasTagChanged(bool hasTag);
307 bool hasTag() const { return m_selection->hasTag(m_tagNr); } in hasTag() function
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dtaggedfileselection.h120 bool hasTag(Frame::TagNumber tagNr) const { return m_state.hasTag(tagNr); } in hasTag() function
242 bool hasTag(Frame::TagNumber tagNr) const { return m_hasTag[tagNr]; } in hasTag() function
271 Q_PROPERTY(bool hasTag READ hasTag NOTIFY hasTagChanged) in Q_PROPERTY()
292 void hasTagChanged(bool hasTag);
307 bool hasTag() const { return m_selection->hasTag(m_tagNr); } in hasTag() function
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/database_test/
H A Ddatabase_test.module15 if ($query->hasTag('database_test_alter_add_range')) {
19 if ($query->hasTag('database_test_alter_add_join')) {
25 if ($query->hasTag('database_test_alter_change_conditional')) {
30 if ($query->hasTag('database_test_alter_change_fields')) {
35 if ($query->hasTag('database_test_alter_change_expressions')) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/database_test/
H A Ddatabase_test.module15 if ($query->hasTag('database_test_alter_add_range')) {
19 if ($query->hasTag('database_test_alter_add_join')) {
25 if ($query->hasTag('database_test_alter_change_conditional')) {
30 if ($query->hasTag('database_test_alter_change_fields')) {
35 if ($query->hasTag('database_test_alter_change_expressions')) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java77 if (tree.hasTag(METHODDEF)) { in isConstructor()
86 if (tree.hasTag(VARDEF)) { in isReceiverParam()
108 if (stat.hasTag(EXEC)) { in isSyntheticInit()
129 if (tree.hasTag(EXEC)) { in calledMethodName()
297 !tree.hasTag(METHODDEF); in isStatement()
332 if (!tree.hasTag(LITERAL)) in isNull()
382 else if (tree.hasTag(TRY)) { in endPos()
627 if (tree.hasTag(TRY)) {
739 while (t.hasTag(LABELLED));
751 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java77 if (tree.hasTag(METHODDEF)) { in isConstructor()
86 if (tree.hasTag(VARDEF)) { in isReceiverParam()
108 if (stat.hasTag(EXEC)) { in isSyntheticInit()
129 if (tree.hasTag(EXEC)) { in calledMethodName()
297 !tree.hasTag(METHODDEF); in isStatement()
332 if (!tree.hasTag(LITERAL)) in isNull()
382 else if (tree.hasTag(TRY)) { in endPos()
627 if (tree.hasTag(TRY)) {
739 while (t.hasTag(LABELLED));
751 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java77 if (tree.hasTag(METHODDEF)) { in isConstructor()
96 if (tree.hasTag(VARDEF)) { in isReceiverParam()
115 if (tree.hasTag(EXEC)) { in getConstructorInvocationName()
137 if (stat.hasTag(EXEC)) { in isSyntheticInit()
158 if (tree.hasTag(EXEC)) { in calledMethodName()
375 if (!tree.hasTag(LITERAL)) in isNull()
425 else if (tree.hasTag(TRY)) { in endPos()
674 if (tree.hasTag(TRY)) {
818 while (t.hasTag(LABELLED));
830 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java78 if (tree.hasTag(METHODDEF)) { in isConstructor()
97 if (tree.hasTag(VARDEF)) { in isReceiverParam()
116 if (tree.hasTag(EXEC)) { in getConstructorInvocationName()
138 if (stat.hasTag(EXEC)) { in isSyntheticInit()
159 if (tree.hasTag(EXEC)) { in calledMethodName()
376 if (!tree.hasTag(LITERAL)) in isNull()
426 else if (tree.hasTag(TRY)) { in endPos()
675 if (tree.hasTag(TRY)) {
819 while (t.hasTag(LABELLED));
831 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java77 if (tree.hasTag(METHODDEF)) { in isConstructor()
96 if (tree.hasTag(VARDEF)) { in isReceiverParam()
115 if (tree.hasTag(EXEC)) { in getConstructorInvocationName()
137 if (stat.hasTag(EXEC)) { in isSyntheticInit()
158 if (tree.hasTag(EXEC)) { in calledMethodName()
375 if (!tree.hasTag(LITERAL)) in isNull()
425 else if (tree.hasTag(TRY)) { in endPos()
674 if (tree.hasTag(TRY)) {
786 while (t.hasTag(LABELLED));
798 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java79 if (tree.hasTag(METHODDEF)) { in isConstructor()
98 if (tree.hasTag(VARDEF)) { in isReceiverParam()
117 if (tree.hasTag(EXEC)) { in getConstructorInvocationName()
139 if (stat.hasTag(EXEC)) { in isSyntheticInit()
160 if (tree.hasTag(EXEC)) { in calledMethodName()
377 if (!tree.hasTag(LITERAL)) in isNull()
427 else if (tree.hasTag(TRY)) { in endPos()
691 if (tree.hasTag(TRY)) {
835 while (t.hasTag(LABELLED));
847 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java77 if (tree.hasTag(METHODDEF)) { in isConstructor()
86 if (tree.hasTag(VARDEF)) { in isReceiverParam()
108 if (stat.hasTag(EXEC)) { in isSyntheticInit()
129 if (tree.hasTag(EXEC)) { in calledMethodName()
297 !tree.hasTag(METHODDEF); in isStatement()
332 if (!tree.hasTag(LITERAL)) in isNull()
382 else if (tree.hasTag(TRY)) { in endPos()
624 if (tree.hasTag(TRY)) {
736 while (t.hasTag(LABELLED));
748 while (tree.hasTag(PARENS)) {
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java77 if (tree.hasTag(METHODDEF)) { in isConstructor()
86 if (tree.hasTag(VARDEF)) { in isReceiverParam()
108 if (stat.hasTag(EXEC)) { in isSyntheticInit()
129 if (tree.hasTag(EXEC)) { in calledMethodName()
297 !tree.hasTag(METHODDEF); in isStatement()
332 if (!tree.hasTag(LITERAL)) in isNull()
382 else if (tree.hasTag(TRY)) { in endPos()
624 if (tree.hasTag(TRY)) {
736 while (t.hasTag(LABELLED));
748 while (tree.hasTag(PARENS)) {
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/test/src/Development/IDE/Test/
H A DDiagnostic.hs34 && hasTag expectedTag (d ^. tags)
36 hasTag :: Maybe DiagnosticTag -> Maybe (List DiagnosticTag) -> Bool
37 hasTag Nothing _ = True function
38 hasTag (Just _) Nothing = False function
39 hasTag (Just actualTag) (Just (List tags)) = actualTag `elem` tags function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/test/src/Development/IDE/Test/
H A DDiagnostic.hs34 && hasTag expectedTag (d ^. tags)
36 hasTag :: Maybe DiagnosticTag -> Maybe (List DiagnosticTag) -> Bool
37 hasTag Nothing _ = True function
38 hasTag (Just _) Nothing = False function
39 hasTag (Just actualTag) (Just (List tags)) = actualTag `elem` tags function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java1020 if (t.hasTag(ARRAY) && s.hasTag(ARRAY)) {
1121 s.hasTag(BOT) || s.hasTag(CLASS) ||
1122 s.hasTag(ARRAY) || s.hasTag(TYPEVAR);
1704 if (s.hasTag(ERROR) || t.hasTag(NONE))
1729 if (s.hasTag(ERROR) || s.hasTag(BOT))
1747 if (s.hasTag(CLASS) || s.hasTag(ARRAY)) {
2124 if (t.hasTag(VOID) || t.hasTag(PACKAGE)) {
2178 if (st.hasTag(CLASS) || st.hasTag(TYPEVAR)) {
3825 cl1.head.hasTag(CLASS) && cl2.head.hasTag(CLASS)) {
4025 if (t.hasTag(CLASS) || t.hasTag(TYPEVAR)) {
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java1016 if (t.hasTag(ARRAY) && s.hasTag(ARRAY)) {
1117 s.hasTag(BOT) || s.hasTag(CLASS) ||
1118 s.hasTag(ARRAY) || s.hasTag(TYPEVAR);
1700 if (s.hasTag(ERROR) || t.hasTag(NONE))
1725 if (s.hasTag(ERROR) || s.hasTag(BOT))
1743 if (s.hasTag(CLASS) || s.hasTag(ARRAY)) {
2120 if (t.hasTag(VOID) || t.hasTag(PACKAGE)) {
2174 if (st.hasTag(CLASS) || st.hasTag(TYPEVAR)) {
3823 cl1.head.hasTag(CLASS) && cl2.head.hasTag(CLASS)) {
4025 if (t.hasTag(CLASS) || t.hasTag(TYPEVAR)) {
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java1016 if (t.hasTag(ARRAY) && s.hasTag(ARRAY)) {
1117 s.hasTag(BOT) || s.hasTag(CLASS) ||
1118 s.hasTag(ARRAY) || s.hasTag(TYPEVAR);
1661 if (s.hasTag(ERROR) || t.hasTag(NONE))
1686 if (s.hasTag(ERROR) || s.hasTag(BOT))
1704 if (s.hasTag(CLASS) || s.hasTag(ARRAY)) {
2081 if (t.hasTag(VOID) || t.hasTag(PACKAGE)) {
2128 if (st.hasTag(CLASS) || st.hasTag(TYPEVAR)) {
3777 cl1.head.hasTag(CLASS) && cl2.head.hasTag(CLASS)) {
3979 if (t.hasTag(CLASS) || t.hasTag(TYPEVAR)) {
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java1016 if (t.hasTag(ARRAY) && s.hasTag(ARRAY)) {
1117 s.hasTag(BOT) || s.hasTag(CLASS) ||
1118 s.hasTag(ARRAY) || s.hasTag(TYPEVAR);
1661 if (s.hasTag(ERROR) || t.hasTag(NONE))
1686 if (s.hasTag(ERROR) || s.hasTag(BOT))
1704 if (s.hasTag(CLASS) || s.hasTag(ARRAY)) {
2081 if (t.hasTag(VOID) || t.hasTag(PACKAGE)) {
2134 if (st.hasTag(CLASS) || st.hasTag(TYPEVAR)) {
3783 cl1.head.hasTag(CLASS) && cl2.head.hasTag(CLASS)) {
3985 if (t.hasTag(CLASS) || t.hasTag(TYPEVAR)) {
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java1014 if (t.hasTag(ARRAY) && s.hasTag(ARRAY)) {
1115 s.hasTag(BOT) || s.hasTag(CLASS) ||
1116 s.hasTag(ARRAY) || s.hasTag(TYPEVAR);
1659 if (s.hasTag(ERROR) || t.hasTag(NONE))
1684 if (s.hasTag(ERROR) || s.hasTag(BOT))
1702 if (s.hasTag(CLASS) || s.hasTag(ARRAY)) {
2079 if (t.hasTag(VOID) || t.hasTag(PACKAGE)) {
2126 if (st.hasTag(CLASS) || st.hasTag(TYPEVAR)) {
3775 cl1.head.hasTag(CLASS) && cl2.head.hasTag(CLASS)) {
3977 if (t.hasTag(CLASS) || t.hasTag(TYPEVAR)) {
[all …]

12345678910>>...56