Home
last modified time | relevance | path

Searched refs:anything (Results 126 – 150 of 36015) sorted by relevance

12345678910>>...1441

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http-media-0.8.0.0/test/Network/HTTP/Media/Encoding/
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/games/glaxium/glaxium_0.5/
H A Dconfigure.in16 AC_CHECK_HEADER(SDL.h, , echo "No SDL.h header... cannot do anything !";exit 12 )
33 AC_CHECK_HEADER(GL/gl.h, , echo "No GL/gl.h header... cannot do anything !";exit 12 )
34 AC_CHECK_HEADER(GL/glu.h, , echo "No GL/glu.h header... cannot do anything !";exit 12 )
35 AC_CHECK_HEADER(GL/glut.h, , echo "No GL/glut.h header... cannot do anything !";exit 12 )
36 AC_CHECK_HEADER(GL/glx.h, , echo "No GL/glx.h header... cannot do anything !";exit 12 )
37 AC_CHECK_HEADER(png.h, , echo "No png.h header... cannot do anything !";exit 12 )
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/devui/
H A DCrashesListFragmentTest.java23 import static org.hamcrest.Matchers.anything;
423 onData(anything()).atPosition(0).perform(click());
426 onData(anything())
438 onData(anything())
600 onData(anything()).atPosition(0).perform(click());
666 onData(anything()).atPosition(0).perform(click());
994 onData(anything()).atPosition(0).perform(click());
996 onData(anything()).atPosition(1).perform(longClick());
1002 onData(anything()).atPosition(0).perform(click());
1004 onData(anything()).atPosition(1).perform(click());
[all …]
/dports/devel/pear-PEAR_PackageFileManager_Plugins/PEAR_PackageFileManager_Plugins-1.0.4/tests/PEAR_PackageFileManager_File/checkIgnore/
H A Dtest_complex_multiple_pass.phpt11 $res = $pfm->_checkIgnore('test.php', 'anything\\froggoes\\test.php', 1);
14 $res = $pfm->_checkIgnore('gorftest.php', 'anything\\froggoes\\gorftest.php', 1);
17 $res = $pfm->_checkIgnore('test.php', 'anything\\froggoes\\test.php', 0);
20 $res = $pfm->_checkIgnore('gorftest.php', 'anything\\froggoes\\gorftest.php', 0);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/initializers/
H A Dlograge_spec.rb27 … .with(anything, anything, anything, a_hash_including("correlation_id" => "new-correlation-id"))
53 .with(anything, include('"correlation_id":"new-correlation-id"'))
71 .with(anything, include('"cpu_s":0.111112'))
86 .with(anything, include('"cpu_s":'))
105 .with(anything, include('"mem_objects":'))
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreUserObjectBindings.cpp41 void UserObjectBindings::setUserAny( const Any& anything ) in setUserAny() argument
47 mAttributes->mKeylessAny = anything; in setUserAny()
61 void UserObjectBindings::setUserAny(const String& key, const Any& anything) in setUserAny() argument
71 (*mAttributes->mUserObjectsMap)[key] = anything; in setUserAny()
/dports/lang/scheme48/scheme48-1.9.2/scheme/big/
H A Dmatcher-check.scm14 (define-test-case anything matchers-tests unknown
15 (check (matches? (anything) 7))
16 (check (matches? (anything) #f)))
19 (check (not (matches? (opposite (anything)) 7)))
20 (check (not (matches? (opposite (anything)) #f))))
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DCDialog.pod133 TRUE (1) for a response of YES or FALSE (0) for anything else.
163 TRUE (1) for a response of OK or FALSE (0) for anything else.
194 TRUE (1) for a response of OK or FALSE (0) for anything else.
225 a SCALAR if the response is OK and FALSE (0) for anything else.
256 a SCALAR if the response is OK and FALSE (0) for anything else.
287 TRUE (1) if the response is OK and FALSE (0) for anything else.
322 anything else.
357 anything else.
392 anything else.
427 anything else.
[all …]
H A DXDialog.pod549 anything else.
583 anything else.
649 anything else.
687 anything else.
785 anything else.
823 anything else.
889 anything else.
927 anything else.
1097 anything else.
1143 anything else.
[all …]
H A DWhiptail.pod135 TRUE (1) for a response of YES or FALSE (0) for anything else.
165 TRUE (1) for a response of OK or FALSE (0) for anything else.
196 TRUE (1) for a response of OK or FALSE (0) for anything else.
227 a SCALAR if the response is OK and FALSE (0) for anything else.
258 a SCALAR if the response is OK and FALSE (0) for anything else.
289 TRUE (1) if the response is OK and FALSE (0) for anything else.
324 anything else.
359 anything else.
394 anything else.
424 a SCALAR if the response is OK and FALSE (0) for anything else.
[all …]
H A DZenity.pod142 TRUE (1) for a response of YES or FALSE (0) for anything else.
172 TRUE (1) for a response of OK or FALSE (0) for anything else.
203 a SCALAR if the response is OK and FALSE (0) for anything else.
234 a SCALAR if the response is OK and FALSE (0) for anything else.
265 TRUE (1) if the response is OK and FALSE (0) for anything else.
297 for anything else.
331 anything else.
366 anything else.
401 anything else.
431 a SCALAR if the response is OK and FALSE (0) for anything else.
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
41 // zero + anything = anything
48 // anything + zero = anything
77 // anything.)
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_add_impl.inc26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
41 // zero + anything = anything
48 // anything + zero = anything
77 // anything.)
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/cts/scheduler/summary/
H A Dasymmetrical-order-restart.summary10 * sleep_a (ocf:classe:anything): Stopped (disabled)
11 * sleep_b (ocf:classe:anything): FAILED cesr109-p16
26 * sleep_a (ocf:classe:anything): Stopped (disabled)
27 * sleep_b (ocf:classe:anything): Stopped
/dports/devel/R-cran-lintr/lintr/R/
H A Dobject_usage_linter.R137 function_name <- rex(anything, ": ")
142 capture(name = "message", anything,
143 one_of(quote, "\u2018"), capture(name = "name", anything), one_of(quote, "\u2019"),
144 anything),
152 "possible error in ", capture(name = "name", anything), ": ", anything
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaOpenCLCXX/
H A Drestricted.cl47 // expected-warning@-2 {{declaration does not declare anything}}
50 // expected-warning@-2 {{declaration does not declare anything}}
53 // expected-warning@-2 {{declaration does not declare anything}}
56 // expected-warning@-2 {{declaration does not declare anything}}
59 // expected-warning@-2 {{declaration does not declare anything}}
62 // expected-warning@-2 {{declaration does not declare anything}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaOpenCLCXX/
H A Drestricted.cl47 // expected-warning@-2 {{declaration does not declare anything}}
50 // expected-warning@-2 {{declaration does not declare anything}}
53 // expected-warning@-2 {{declaration does not declare anything}}
56 // expected-warning@-2 {{declaration does not declare anything}}
59 // expected-warning@-2 {{declaration does not declare anything}}
62 // expected-warning@-2 {{declaration does not declare anything}}
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreUserObjectBindings.cpp48 void UserObjectBindings::setUserAny( const Any& anything ) in setUserAny() argument
54 mAttributes->mKeylessAny = anything; in setUserAny()
68 void UserObjectBindings::setUserAny(const String& key, const Any& anything) in setUserAny() argument
78 (*mAttributes->mUserObjectsMap)[key] = anything; in setUserAny()
/dports/databases/pear-Horde_Mongo/Horde_Mongo-1.1.0/bundle/vendor/alcaeus/mongo-php-adapter/lib/Mongo/
H A Dfunctions.php35 * @param mixed $anything The variable to be serialized.
38 function bson_encode($anything) argument
40 return \MongoDB\BSON\fromPHP(TypeConverter::fromLegacy($anything));
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/wxfonts/
H A Dfixafm.c276 int anything = 0, num = 0; in main() local
302 if (anything) fprintf(dest, "EndTopAccent\n"); in main()
303 anything = 0; in main()
307 { if (!anything) in main()
309 anything = 1; in main()
319 if (!anything) in main()
321 anything = 1; in main()
332 if (!anything) in main()
334 anything = 1; in main()
406 if (anything) fprintf(dest, "\nEndVariations\n"); in main()
H A Dfixafm.cpp272 int anything = 0, num = 0; in main() local
298 if (anything) fprintf(dest, "EndTopAccent\n"); in main()
299 anything = 0; in main()
303 { if (!anything) in main()
305 anything = 1; in main()
315 if (!anything) in main()
317 anything = 1; in main()
328 if (!anything) in main()
330 anything = 1; in main()
400 if (anything) fprintf(dest, "\nEndVariations\n"); in main()
/dports/multimedia/blind/blind-1.1/src/
H A Dblind-next-frame.c16 int i, anything = 0; in main() local
63 anything = 1; in main()
70 if (anything && stream.frames) in main()
73 return !anything; in main()
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dpriolist.mfp2 # Comments are anything with a # in front, accept with +, reject with -
4 # Accept anything from my friends at MIT
6 # Reject anything from those idiots at WeAreIdiotSpammers.com
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/flatpak_remote/tasks/
H A Dtest.yml29 msg: "state=present shall not do anything when flatpak is already present"
31 - name: Test updating remote url does not do anything - {{ method }}
39 - name: Verify updating remote url does not do anything - {{ method }}
43 msg: "Trying to update the URL of an existing flatpak remote shall not do anything"
72 msg: "state=absent shall not do anything when flatpak is not present"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/flatpak_remote/tasks/
H A Dtest.yml29 msg: "state=present shall not do anything when flatpak is already present"
31 - name: Test updating remote url does not do anything - {{ method }}
39 - name: Verify updating remote url does not do anything - {{ method }}
43 msg: "Trying to update the URL of an existing flatpak remote shall not do anything"
72 msg: "state=absent shall not do anything when flatpak is not present"

12345678910>>...1441