Home
last modified time | relevance | path

Searched refs:anything (Results 101 – 125 of 31407) sorted by relevance

12345678910>>...1257

/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/www/firefox/firefox-99.0/third_party/rust/packed_simd/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/testing/
H A Dmacros.rs33 ($anything:tt) => {
34 &$anything
41 ($anything:tt) => {
42 &mut $anything
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/
H A DEngineTest.cs38 bool anything = false; field in MonoTests.Microsoft.Build.BuildEngine.CheckUnregisterLogger
42 eventSource.AnyEventRaised += delegate { anything = true; }; in Initialize()
43 eventSource.BuildFinished += delegate { anything = true; }; in Initialize()
44 eventSource.BuildStarted += delegate { anything = true; }; in Initialize()
46 eventSource.ErrorRaised += delegate { anything = true; }; in Initialize()
47 eventSource.MessageRaised += delegate { anything = true; }; in Initialize()
52 eventSource.TargetStarted += delegate { anything = true; }; in Initialize()
53 eventSource.TaskFinished += delegate { anything = true; }; in Initialize()
54 eventSource.TaskStarted += delegate { anything = true; }; in Initialize()
55 eventSource.WarningRaised += delegate { anything = true; }; in Initialize()
[all …]
/dports/net/czmq4/czmq-4.2.1/api/
H A Dzhashx.api21 <return type = "anything" />
33 <argument name = "data" type = "anything" />
38 <argument name = "key" type = "anything" mutable = "0"/>
53 <return type = "anything"/>
69 <argument name = "item" type = "anything" />
80 <argument name = "item" type = "anything" />
98 <return type = "anything" />
117 <return type = "anything" />
144 <return type = "anything" />
154 <return type = "anything" />
[all …]
/dports/net/czmq/czmq-4.1.1/api/
H A Dzhashx.api21 <return type = "anything" />
33 <argument name = "data" type = "anything" />
38 <argument name = "key" type = "anything" mutable = "0"/>
53 <return type = "anything"/>
69 <argument name = "item" type = "anything" />
80 <argument name = "item" type = "anything" />
98 <return type = "anything" />
117 <return type = "anything" />
144 <return type = "anything" />
154 <return type = "anything" />
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemAnything.h69 emAnything(const emAnything & anything);
75 emAnything & operator = (const emAnything & anything);
104 emCastAnything(const emAnything & anything);
144 const emAnything & anything in emCastAnything() argument
145 ) : emAnything(anything) in emCastAnything()
/dports/lang/racket/racket-8.3/share/pkgs/zo-lib/compiler/
H A Dzo-marshal.rkt504 (define (out-anything v out)
560 (out-anything id out)
587 (out-anything name out)
619 (out-anything pos out)
656 (out-anything expr out)
750 (out-anything v out))]
760 (out-anything k out)
761 (out-anything v out))]
913 (out-anything name out)
915 (out-anything cl-map out)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/bitbucket_server/
H A Dclient_spec.rb18 …expect(BitbucketServer::Paginator).to receive(:new).with(anything, path, :pull_request, page_offse…
27 …expect(BitbucketServer::Paginator).to receive(:new).with(anything, path, :pull_request, page_offse…
37 …expect(BitbucketServer::Paginator).to receive(:new).with(anything, path, :activity, page_offset: 0…
60 …expect(BitbucketServer::Paginator).to receive(:new).with(anything, path, :repo, page_offset: 0, li…
66 …expect(BitbucketServer::Paginator).to receive(:new).with(anything, path, :repo, page_offset: 10, l…
76 …expect(BitbucketServer::Paginator).to receive(:new).with(anything, expected_path, :repo, page_offs…
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/single-header/
H A Dctre.hpp612 struct anything { struct
613 constexpr inline anything() noexcept { } in anything() argument
614 template <auto V> constexpr anything(term<V>) noexcept;
1047 static constexpr auto rule(b, ctll::term<','>) -> ctll::push<ctll::anything, n>;
1094 static constexpr auto rule(block, ctll::term<'?'>) -> ctll::push<ctll::anything, d>;
1131 static constexpr auto rule(content2, ctll::term<'|'>) -> ctll::push<ctll::anything, a>;
1174 static constexpr auto rule(e, ctll::term<'u'>) -> ctll::push<ctll::anything, k, range>;
1175 static constexpr auto rule(e, ctll::term<'x'>) -> ctll::push<ctll::anything, l, range>;
1198 static constexpr auto rule(f, ctll::term<'u'>) -> ctll::push<ctll::anything, k, range>;
1210 static constexpr auto rule(g, ctll::term<'l'>) -> ctll::push<ctll::anything, o>;
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dimport_bitbucket_server_spec.rb47 ….to receive(:new).with(project_key, repo_slug, anything, repo_slug, user.namespace, user, anything)
82 ….to receive(:new).with(project_key, repo_slug, anything, project.name, user.namespace, user, anyth…
118 ….to receive(:new).with(project_key, repo_slug, anything, project.name, user.namespace, user, anyth…
154 ….to receive(:new).with(project_key, repo_slug, anything, repo_slug, an_instance_of(Group), user, a…
190 ….to receive(:new).with(project_key, repo_slug, anything, repo_slug, an_instance_of(Group), user, a…
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/http-media-0.8.0.0/test/Network/HTTP/Media/Charset/
H A DGen.hs6 ( anything
22 anything :: Charset
23 anything = Charset "*" function
35 genConcreteCharset = genDiffWith genCharset anything
H A DTests.hs64 flip matches anything <$> genCharset
66 not . matches anything <$> genConcreteCharset
74 flip moreSpecificThan anything <$> genConcreteCharset
76 not . moreSpecificThan anything <$> genConcreteCharset
88 parseAccept "*" === Just anything
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http-media-0.8.0.0/test/Network/HTTP/Media/Charset/
H A DGen.hs6 ( anything
22 anything :: Charset
23 anything = Charset "*" function
35 genConcreteCharset = genDiffWith genCharset anything
H A DTests.hs64 flip matches anything <$> genCharset
66 not . matches anything <$> genConcreteCharset
74 flip moreSpecificThan anything <$> genConcreteCharset
76 not . moreSpecificThan anything <$> genConcreteCharset
88 parseAccept "*" === Just anything
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/sdl/
H A Dvbam.cfg-example96 # 0=disable, anything else skips BIOS code
135 # 0=PNG, anything else for BMP
143 # 0=false, anything else for true
147 # 0=false, anything else for true
151 # 0=false, anything else for true
155 # 0=false, anything else for true
179 # 0=normal, anything else for transparent
183 # 0=disable, anything else to enable
191 # 0=disable, anything else to enable
195 # 0=disable, anything else to enable
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/http-media-0.8.0.0/test/Network/HTTP/Media/Encoding/
H A DGen.hs6 ( anything
22 anything :: Encoding
23 anything = Encoding "*" function
41 genConcreteEncoding = genDiffWith genEncoding anything
H A DTests.hs63 flip matches anything <$> genEncoding
65 not . matches anything <$> genConcreteEncoding
73 flip moreSpecificThan anything <$> genConcreteEncoding
75 not . moreSpecificThan anything <$> genConcreteEncoding
87 parseAccept "*" === Just anything
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http-media-0.8.0.0/test/Network/HTTP/Media/Encoding/
H A DGen.hs6 ( anything
22 anything :: Encoding
23 anything = Encoding "*" function
41 genConcreteEncoding = genDiffWith genEncoding anything
/dports/devel/hub/hub-2.14.2/features/
H A Dcompare.feature8 Then the output should not contain anything
13 Then the output should not contain anything
18 Then the output should not contain anything
37 Then the output should not contain anything
44 Then the output should not contain anything
63 Then the output should not contain anything
78 Then the output should not contain anything
85 Then the output should not contain anything
105 Then the output should not contain anything
110 Then the output should not contain anything
[all …]

12345678910>>...1257