Home
last modified time | relevance | path

Searched defs:ignore (Results 76 – 100 of 11999) sorted by relevance

12345678910>>...480

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java135 public Void visitDefault(DefaultAttribute attr, Void ignore) { in visitDefault()
242 public Void visitCode(Code_attribute attr, Void ignore) { in visitCode()
262 public Void visitDeprecated(Deprecated_attribute attr, Void ignore) { in visitDeprecated()
295 public Void visitExceptions(Exceptions_attribute attr, Void ignore) { in visitExceptions()
431 Void ignore) { in visitMethodParameters()
452 public Void visitModule(Module_attribute attr, Void ignore) { in visitModule()
901 public Void visitSignature(Signature_attribute attr, Void ignore) { in visitSignature()
928 public Void visitSourceFile(SourceFile_attribute attr, Void ignore) { in visitSourceFile()
942 public Void visitSourceID(SourceID_attribute attr, Void ignore) { in visitSourceID()
948 public Void visitStackMap(StackMap_attribute attr, Void ignore) { in visitStackMap()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java135 public Void visitDefault(DefaultAttribute attr, Void ignore) { in visitDefault()
242 public Void visitCode(Code_attribute attr, Void ignore) { in visitCode()
262 public Void visitDeprecated(Deprecated_attribute attr, Void ignore) { in visitDeprecated()
295 public Void visitExceptions(Exceptions_attribute attr, Void ignore) { in visitExceptions()
431 Void ignore) { in visitMethodParameters()
452 public Void visitModule(Module_attribute attr, Void ignore) { in visitModule()
901 public Void visitSignature(Signature_attribute attr, Void ignore) { in visitSignature()
928 public Void visitSourceFile(SourceFile_attribute attr, Void ignore) { in visitSourceFile()
942 public Void visitSourceID(SourceID_attribute attr, Void ignore) { in visitSourceID()
948 public Void visitStackMap(StackMap_attribute attr, Void ignore) { in visitStackMap()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dcollectors.h505 void SetIgnoreMTextsOnBack( bool ignore ) { m_ignoreFPTextOnBack = ignore; } in SetIgnoreMTextsOnBack()
511 void SetIgnoreMTextsOnFront( bool ignore ) { m_ignoreFPTextOnFront = ignore; } in SetIgnoreMTextsOnFront()
529 void SetIgnorePadsOnBack(bool ignore) { m_ignorePadsOnBack = ignore; } in SetIgnorePadsOnBack()
535 void SetIgnorePadsOnFront(bool ignore) { m_ignorePadsOnFront = ignore; } in SetIgnorePadsOnFront()
541 void SetIgnoreThroughHolePads(bool ignore) { m_ignoreThroughHolePads = ignore; } in SetIgnoreThroughHolePads()
547 void SetIgnoreModulesVals(bool ignore) { m_ignoreFPValues = ignore; } in SetIgnoreModulesVals()
553 void SetIgnoreModulesRefs(bool ignore) { m_ignoreFPReferences = ignore; } in SetIgnoreModulesRefs()
556 void SetIgnoreThroughVias( bool ignore ) { m_ignoreThroughVias = ignore; } in SetIgnoreThroughVias()
562 void SetIgnoreMicroVias( bool ignore ) { m_ignoreMicroVias = ignore; } in SetIgnoreMicroVias()
565 void SetIgnoreTracks( bool ignore ) { m_ignoreTracks = ignore; } in SetIgnoreTracks()
[all …]
/dports/www/p5-LWP-Protocol-https/LWP-Protocol-https-6.10/
H A Dtidyall.ini3 ignore = t/00-* key
4 ignore = t/author-* key
5 ignore = t/release-* key
6 ignore = blib/**/* key
7 ignore = .build/**/* key
8 ignore = LWP-Protocol-https-*/**/* key
/dports/devel/icestorm/icestorm-710470f9/icefuzz/
H A Dextract.py16 ignore = False variable
22 ignore = False variable
29 ignore = False variable
32 ignore = False variable
39 ignore = False variable
42 ignore = False variable
45 ignore = False variable
60 ignore = False variable
75 ignore = False variable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java139 public Void visitDefault(DefaultAttribute attr, Void ignore) { in visitDefault()
246 public Void visitCode(Code_attribute attr, Void ignore) { in visitCode()
266 public Void visitDeprecated(Deprecated_attribute attr, Void ignore) { in visitDeprecated()
299 public Void visitExceptions(Exceptions_attribute attr, Void ignore) { in visitExceptions()
435 Void ignore) { in visitMethodParameters()
456 public Void visitModule(Module_attribute attr, Void ignore) { in visitModule()
889 public Void visitSignature(Signature_attribute attr, Void ignore) { in visitSignature()
916 public Void visitSourceFile(SourceFile_attribute attr, Void ignore) { in visitSourceFile()
930 public Void visitSourceID(SourceID_attribute attr, Void ignore) { in visitSourceID()
936 public Void visitStackMap(StackMap_attribute attr, Void ignore) { in visitStackMap()
[all …]
/dports/devel/p5-Params-Validate/Params-Validate-1.30/
H A Dtidyall.ini1 ignore = .build/**/* key
2 ignore = Params-Validate-*/**/* key
3 ignore = blib/**/* key
4 ignore = t/00-* key
5 ignore = t/author-* key
6 ignore = t/release-* key
7 ignore = t/zzz-* key
8 ignore = xt/**/* key
/dports/net-mgmt/observium/observium/html/includes/graphs/device/
H A Dbits.inc.php23 $ignore = FALSE; variable
32 $ignore = TRUE; variable
44 $ignore = TRUE; variable
50 $ignore = TRUE; variable
56 $ignore = TRUE; variable
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/
H A DChecker.java272 scan(tree.getFirstSentence(), ignore); in visitDocComment() local
273 scan(tree.getBody(), ignore); in visitDocComment() local
300 public Void visitText(TextTree tree, Void ignore) { in visitText()
310 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
788 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
800 public Void visitIndex(IndexTree tree, Void ignore) { in visitIndex()
830 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
865 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
969 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
1083 public Void visitUses(UsesTree tree, Void ignore) { in visitUses()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testNavigation/
H A DTestNavigation.java56 void test(Path ignore) { in test()
112 void test_html4(Path ignore) { in test_html4()
152 void test1(Path ignore) { in test1()
185 void test2(Path ignore) { in test2()
216 void test3(Path ignore) { in test3()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testNavigation/
H A DTestNavigation.java56 void test(Path ignore) { in test()
112 void test_html4(Path ignore) { in test_html4()
152 void test1(Path ignore) { in test1()
185 void test2(Path ignore) { in test2()
216 void test3(Path ignore) { in test3()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testNavigation/
H A DTestNavigation.java56 void test(Path ignore) { in test()
113 void test_html4(Path ignore) { in test_html4()
154 void test1(Path ignore) { in test1()
188 void test2(Path ignore) { in test2()
220 void test3(Path ignore) { in test3()
/dports/games/avp/avp-20170505/src/win95/
H A Dourasert.h84 #define LOCALASSERT(ignore) argument
93 #define GLOBALASSERT(ignore) ((void)0) argument
95 #define LOCALASSERT(ignore) ((void)0) argument
133 #define GLOBALASSERT(ignore) argument
135 #define LOCALASSERT(ignore) argument
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/fixture/
H A DFixtureFlatSpec.scala594 def ignore(testFun: () => Any) { method
617 def ignore(testFun: FixtureParam => Any) { method
748 def ignore(testFun: () => Any) { method
769 def ignore(testFun: FixtureParam => Any) { method
1399 def ignore(testFun: () => Any) { method
1441 def ignore(testFun: FixtureParam => Any) { method
1539 def ignore(testFun: () => Any) { method
1583 def ignore(testFun: FixtureParam => Any) { method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DChecker.java282 public Void visitText(TextTree tree, Void ignore) { in visitText()
292 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
792 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
804 public Void visitIndex(IndexTree tree, Void ignore) { in visitIndex()
824 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
853 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
929 public Void visitReturn(ReturnTree tree, Void ignore) { in visitReturn()
956 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
985 public Void visitThrows(ThrowsTree tree, Void ignore) { in visitThrows()
1058 public Void visitUses(UsesTree tree, Void ignore) { in visitUses()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DChecker.java253 public Void visitText(TextTree tree, Void ignore) { in visitText()
263 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
759 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
771 public Void visitIndex(IndexTree tree, Void ignore) { in visitIndex()
791 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
820 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
896 public Void visitReturn(ReturnTree tree, Void ignore) { in visitReturn()
923 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
952 public Void visitThrows(ThrowsTree tree, Void ignore) { in visitThrows()
1025 public Void visitUses(UsesTree tree, Void ignore) { in visitUses()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/doclint/
H A DChecker.java283 public Void visitText(TextTree tree, Void ignore) { in visitText()
293 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
793 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
805 public Void visitIndex(IndexTree tree, Void ignore) { in visitIndex()
825 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
854 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
930 public Void visitReturn(ReturnTree tree, Void ignore) { in visitReturn()
957 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
986 public Void visitThrows(ThrowsTree tree, Void ignore) { in visitThrows()
1059 public Void visitUses(UsesTree tree, Void ignore) { in visitUses()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/contravariant-1.5.2/
H A DHLint.hs1 ignore "Eta reduce" function
2 ignore "Use const" function
3 ignore "Use first" function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/contravariant-1.5.2/
H A DHLint.hs1 ignore "Eta reduce" function
2 ignore "Use const" function
3 ignore "Use first" function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/contravariant-1.5.2/
H A DHLint.hs1 ignore "Eta reduce" function
2 ignore "Use const" function
3 ignore "Use first" function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/contravariant-1.5.2/
H A DHLint.hs1 ignore "Eta reduce" function
2 ignore "Use const" function
3 ignore "Use first" function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/contravariant-1.5.2/
H A DHLint.hs1 ignore "Eta reduce" function
2 ignore "Use const" function
3 ignore "Use first" function
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclint/
H A DChecker.java233 public Void visitText(TextTree tree, Void ignore) { in visitText()
242 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
674 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
680 public Void visitDocRoot(DocRootTree tree, Void ignore) { in visitDocRoot()
694 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
708 public Void visitLiteral(LiteralTree tree, Void ignore) { in visitLiteral()
723 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
780 public Void visitReturn(ReturnTree tree, Void ignore) { in visitReturn()
803 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
809 public Void visitThrows(ThrowsTree tree, Void ignore) { in visitThrows()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclint/
H A DChecker.java233 public Void visitText(TextTree tree, Void ignore) { in visitText()
242 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
674 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
680 public Void visitDocRoot(DocRootTree tree, Void ignore) { in visitDocRoot()
694 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
708 public Void visitLiteral(LiteralTree tree, Void ignore) { in visitLiteral()
723 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
780 public Void visitReturn(ReturnTree tree, Void ignore) { in visitReturn()
803 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
809 public Void visitThrows(ThrowsTree tree, Void ignore) { in visitThrows()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclint/
H A DChecker.java284 public Void visitText(TextTree tree, Void ignore) { in visitText()
294 public Void visitEntity(EntityTree tree, Void ignore) { in visitEntity()
805 public Void visitAuthor(AuthorTree tree, Void ignore) { in visitAuthor()
817 public Void visitIndex(IndexTree tree, Void ignore) { in visitIndex()
838 public Void visitLink(LinkTree tree, Void ignore) { in visitLink()
867 public Void visitParam(ParamTree tree, Void ignore) { in visitParam()
938 public Void visitReturn(ReturnTree tree, Void ignore) { in visitReturn()
971 public Void visitSince(SinceTree tree, Void ignore) { in visitSince()
1002 public Void visitThrows(ThrowsTree tree, Void ignore) { in visitThrows()
1076 public Void visitUses(UsesTree tree, Void ignore) { in visitUses()
[all …]

12345678910>>...480