Home
last modified time | relevance | path

Searched refs:Ignore (Results 151 – 175 of 30107) sorted by relevance

12345678910>>...1205

/dports/www/drupal9/drupal-9.2.10/core/assets/scaffold/files/
H A Dexample.gitignore10 # Ignore core when managing all of a project's dependencies with Composer
14 # Ignore dependencies that are managed with Composer.
20 # Ignore configuration files that may contain sensitive information.
24 # Ignore paths that contain user-generated content.
28 # Ignore SimpleTest multi-site environment.
34 # Ignore configuration files that may contain sensitive information.
37 # Ignore paths that contain user-generated content.
41 # Ignore SimpleTest multi-site environment.
/dports/www/drupal9/drupal-9.2.10/
H A Dexample.gitignore10 # Ignore core when managing all of a project's dependencies with Composer
14 # Ignore dependencies that are managed with Composer.
20 # Ignore configuration files that may contain sensitive information.
24 # Ignore paths that contain user-generated content.
28 # Ignore SimpleTest multi-site environment.
34 # Ignore configuration files that may contain sensitive information.
37 # Ignore paths that contain user-generated content.
41 # Ignore SimpleTest multi-site environment.
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/
H A D.gitignore1 # Ignore dot files.
4 # Ignore backup files
7 # Ignore temporary editor files.
11 # Ignore binaries.
16 # Ignore files created by setup.py.
/dports/games/libretro-scummvm/scummvm-7b1e929/
H A D.gitignore181 #Ignore files build by Visual Studio
229 #Ignore gettext generated files
232 #Ignore Qt Creator project files
238 #Ignore Komodo IDE/Edit project files
241 #Ignore Mac DS_Store files
248 #Ignore bison debug output
251 #Ignore CMake build files
258 #Ignore Xcode output/project files
262 #Ignore PSP2 files
267 #Ignore Switch files
[all …]
/dports/sysutils/fd/fd-8.3.0/src/filter/
H A Downer.rs14 Ignore,
45 if let (Check::Ignore, Check::Ignore) = (uid, gid) { in from()
64 Check::Ignore => true, in success_when_no_results()
73 Some("") | None => return Ok(Check::Ignore), in success_when_no_results()
110 uid_only: "5" => Ok(Some(OwnerFilter { uid: Equal(5), gid: Ignore })), in success_if_no_error()
112 gid_only: ":8" => Ok(Some(OwnerFilter { uid: Ignore, gid: Equal(8) })), in success_if_no_error()
114 trailing: "5:" => Ok(Some(OwnerFilter { uid: Equal(5), gid: Ignore })), in success_if_no_error()
116 uid_negate: "!5" => Ok(Some(OwnerFilter { uid: NotEq(5), gid: Ignore })), in success_if_no_error()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Assertions/
H A DAssertIgnoreTests.cs41 Assert.Ignore(); in ThrowsIgnoreException()
47 Assert.Ignore("MESSAGE"); in ThrowsIgnoreExceptionWithMessage()
53 Assert.Ignore("MESSAGE: {0}+{1}={2}", 2, 2, 4); in ThrowsIgnoreExceptionWithMessageAndArgs()
104 Assert.Ignore("my message"); in IgnoreWithUserMessage()
117 Assert.Ignore("The number is {0}", 5); in IgnoreWithUserMessage_OneArg()
130 Assert.Ignore("The numbers are {0}, {1} and {2}", 1, 2, 3); in IgnoreWithUserMessage_ThreeArgs()
143 Assert.Ignore("The numbers are {0}, {1} and {2}", new object[] { 1, 2, 3 }); in IgnoreWithUserMessage_ArrayOfArgs()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dsc_menu34 Draw Blocks,20,Ignore Blocks,21,1
35 Draw Stdcells,22,Ignore Stdcells,23,1
36 Draw Labels,24,Ignore Labels,25,0
37 Draw Nets,26,Ignore Nets,27,0
38 Draw Orient,33,Ignore Orient,34,0
39 Draw Pins,28,Ignore Pins,29,0
41 Draw Single Cell Moves,31,Ignore Single Moves,32,0
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Readers/ReaderSettings/
H A DTCDtdProcessingNonCoreReader.cs176 …ation("6.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 6 } } }); in AddChildren()
178 …ation("7.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 7 } } }); in AddChildren()
180 …("8.PParsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 8 } } }); in AddChildren()
182 …n("9.Parsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 9 } } }); in AddChildren()
184 …"10.Parsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 10 } } }); in AddChildren()
186 …"11.Parsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 11 } } }); in AddChildren()
190 …ation("1.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 1 } } }); in AddChildren()
192 …ation("2.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 2 } } }); in AddChildren()
194 …ation("3.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 3 } } }); in AddChildren()
196 …ation("4.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 4 } } }); in AddChildren()
[all …]
H A DTCDtdProcessingCoreReader.cs179 …ation("6.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 6 } } }); in AddChildren()
180 …("8.PParsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 8 } } }); in AddChildren()
182 …n("9.Parsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 9 } } }); in AddChildren()
184 …"10.Parsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 10 } } }); in AddChildren()
186 …"11.Parsing invalid xml version.Ignore") { Params = new object[] { DtdProcessing.Ignore, 11 } } }); in AddChildren()
190 …ation("1.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 1 } } }); in AddChildren()
193 …ation("7.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 7 } } }); in AddChildren()
195 …ation("2.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 2 } } }); in AddChildren()
197 …ation("3.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 3 } } }); in AddChildren()
199 …ation("4.Parsing invalid DOCTYPE.Ignore") { Params = new object[] { DtdProcessing.Ignore, 4 } } }); in AddChildren()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Test/Providers/Linq_101_Samples/
H A DInheritance.cs41 Assert.Ignore(); in LinqToSqlInheritance01()
56 Assert.Ignore(); in LinqToSqlInheritance02()
72 Assert.Ignore(); in LinqToSqlInheritance04()
87 Assert.Ignore(); in LinqToSqlInheritance05()
105 Assert.Ignore(); in LinqToSqlInheritance06()
124 Assert.Ignore(); in LinqToSqlInheritance07()
/dports/devel/hs-darcs/darcs-2.16.4/tests/data/convert/darcs1/
H A Dtworesolutions.dpatch28 Ignore-this: 577185c51e4839dd1041372fbfa8515b
36 Ignore-this: 580c4417986d5c56590bf36f5a125f38
42 Ignore-this: a9f2335fe2dc972fd0bc09edc6252256
51 Ignore-this: cba095e78e2bdfe15dbdf2cb5c69cc6d
57 Ignore-this: da2a7e05abed8dba0077e69e55bd926
78 Ignore-this: db94de3935df87d0a991c0ab6a58e5b1
84 Ignore-this: 829adb4326b290aa6f741b3a15fbabfc
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/http/
H A DTestHttpServerLifecycle.java22 import org.junit.Ignore;
49 @Ignore ("Hangs on occasion; see HBASE-14430") @Test(timeout=60000)
55 @Ignore ("Hangs on occasion; see HBASE-14430") @Test(timeout=60000)
66 @Ignore ("Hangs on occasion; see HBASE-14430") @Test(timeout=60000)
92 @Ignore ("Hangs on occasion; see HBASE-14430") @Test(timeout=60000)
105 @Ignore ("Hangs on occasion; see HBASE-14430") @Test(timeout=60000)
121 @Ignore ("Hangs on occasion; see HBASE-14430") @Test(timeout=60000)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/Test/System.Security.Cryptography.X509Certificates/
H A DX509Certificate2UITest.cs74 [Ignore ("UI would block tests")]
81 [Ignore ("UI would block tests")]
95 [Ignore ("UI would block tests")]
102 [Ignore ("UI would block tests")]
116 [Ignore ("UI would block tests")]
124 [Ignore ("UI would block tests")]
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dgl-common.cfg47 Ignore GL_VERSION_.+
49 Ignore KHRONOS_.+
53 Ignore glGetBufferPointerv
57 Ignore glGetPointerv
58 Ignore glGetPointervEXT
143 Ignore wglSaveBufferRegion
145 Ignore wglGetSyncValuesOML
146 Ignore wglGetMscRateOML
149 Ignore wglWaitForMscOML
150 Ignore wglWaitForSbcOML
[all …]
/dports/devel/py-nbdime/nbdime-3.1.1/docs/source/
H A Dconfig.rst34 Ignore: {}
43 Ignore: {}
58 Ignore: {}
71 Ignore: {}
90 Ignore: {}
106 Ignore: {}
115 Ignore: {}
124 Ignore: {}
139 Ignore: {}
152 Ignore: {}
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.NetworkInformation/
H A DPingTest.cs18 Assert.Ignore ("Ping implementation is broken on MT (requires sudo access)"); in PingFail()
29 Assert.Ignore ("Ping implementation is broken on MT (requires sudo access)"); in PingSuccess()
37 Assert.Ignore ("Ping will not work on this Android device"); in PingSuccess()
43 [Ignore("Ping implementation is broken on MT (requires sudo access)")]
68 [Ignore("Ping implementation is broken on MT (requires sudo access)")]
93 [Ignore("Ping implementation is broken on MT (requires sudo access)")]
110 [Ignore("Ping implementation is broken on MT (requires sudo access)")]
/dports/www/gitea/gitea-1.16.5/options/gitignore/
H A DRails14 # Ignore all logfiles and tempfiles.
47 # Ignore pow environment settings
50 # Ignore Byebug command history file.
53 # Ignore node_modules
56 # Ignore precompiled javascript packs
61 # Ignore yarn files
66 # Ignore uploaded files in development
H A DFlaxEngine1 # Ignore Flax project files
9 # Ignore Visual Studio project files (generated locally)
13 # Ignore thumbnails created by Windows
16 # Ignore files built by Visual Studio
44 # Ignore Nuget packages folder
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/shuLhan/go-bindata/go-bindata/
H A Dmain_test.go96 Ignore: defConfig.Ignore,
112 Ignore: defConfig.Ignore,
128 Ignore: defConfig.Ignore,
146 Ignore: defConfig.Ignore,
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/ingress/
H A Dstatus_test.go156 Ignore bool
161 Ignore: true,
166 Ignore: true,
171 Ignore: false,
176 Ignore: false,
181 Ignore: true,
186 Ignore: false,
194 if ignore := classIsValid(ing, ingressClass, defaultIngressClass); ignore != c.Ignore {
196 "Got ignore %v, want %v", c.Mode, "istio", c.Annotation, c.Ignore, ignore)
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/cookies/size/
H A Dname-and-value.html.ini2 [Ignore cookie with name larger than 4096 and 1 byte value]
8 [Ignore value-less cookie with name larger than 4096 bytes]
14 [Ignore named cookie (with non-zero length) and value larger than 4095 bytes]
17 [Ignore named cookie with length larger than 4095 bytes, and a non-zero value]
23 [Ignore name-less cookie with value larger than 4096 bytes]
26 [Ignore name-less cookie (without leading =) with value larger than 4096 bytes]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/
H A DJsonArrayAttributeTests.cs67 attribute.NullValueHandling = NullValueHandling.Ignore; in NullValueHandlingTest()
68 Assert.AreEqual(NullValueHandling.Ignore, attribute._nullValueHandling); in NullValueHandlingTest()
69 Assert.AreEqual(NullValueHandling.Ignore, attribute.NullValueHandling); in NullValueHandlingTest()
79 attribute.DefaultValueHandling = DefaultValueHandling.Ignore; in DefaultValueHandlingTest()
80 Assert.AreEqual(DefaultValueHandling.Ignore, attribute._defaultValueHandling); in DefaultValueHandlingTest()
81 Assert.AreEqual(DefaultValueHandling.Ignore, attribute.DefaultValueHandling); in DefaultValueHandlingTest()
/dports/irc/irssi/irssi-1.2.3/src/perl/common/
H A DIgnore.xs4 MODULE = Irssi::Ignore PACKAGE = Irssi
42 MODULE = Irssi::Ignore PACKAGE = Irssi::Server
65 MODULE = Irssi::Ignore PACKAGE = Irssi::Ignore PREFIX = ignore_
70 Irssi::Ignore rec
74 Irssi::Ignore rec
/dports/lang/spidermonkey60/firefox-60.9.0/
H A D.gitignore9 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
58 # Ignore the files and directory that Eclipse IDE creates
63 # Ignore the files and directory that JetBrains IDEs create.
81 # Ignore chrome.manifest files from the devtools loader
85 # Ignore node_modules directories in devtools
111 # Ignore mozharness execution files
118 # Ignore ESLint node_modules
121 # Ignore talos virtualenv and tp5n files.
135 # Ignore sync tps logs and reports
139 # Ignore files created when running a reftest.
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/midir/src/
H A Dlib.rs10 pub enum Ignore { enum
21 impl std::ops::BitOr for Ignore { implementation
22 type Output = Ignore;
30 impl Ignore { impl
32 pub fn contains(self, other: Ignore) -> bool { in contains()

12345678910>>...1205