Home
last modified time | relevance | path

Searched refs:CRAWL (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/test/stress/
H A Drun4 CRAWL=${CRAWL:-timeout 655 ./crawl -seed 1 -no-save -name test -wizard -no-throttle}
11 $CRAWL -rc test/stress/woken_rest.rc -sprint -sprint-map dungeon_sprint_1
15 $CRAWL -rc test/stress/unwoken_rest.rc -sprint -sprint-map dungeon_sprint_1
19 $CRAWL -rc test/stress/fireworks.rc
23 $CRAWL -arena 'cerebov v test spawner delay:0'
35 $CRAWL -arena 'kraken v spectral kraken arena:small_deep_pool delay:0 t:20'
39 $CRAWL -arena 'ghost crab v ghost crab arena:small_deep_pool delay:0 t:20'
43 $CRAWL -rc test/stress/abyss_short_wait.rc
47 $CRAWL -rc test/stress/abyss_short_run.rc
51 $CRAWL -rc test/stress/qw.rc
[all …]
/dports/security/libwhisker/libwhisker2-2.5/compat/
H A Dlw.pm93 $crawl_config{ref_hin}=$CRAWL->{request};
94 $crawl_config{ref_hout}=$CRAWL->{response};
95 $crawl_config{ref_jar}=$CRAWL->{jar};
96 $crawl_config{ref_links}=$CRAWL->{urls};
101 %{$CRAWL->{config}} = %crawl_config;
105 my $res = $CRAWL->{crawl}->();
107 %crawl_server_tags = %{$CRAWL->{server_tags}};
108 %crawl_referrers = %{$CRAWL->{referrers}};
109 %crawl_offsites = %{$CRAWL->{offsites}};
110 %crawl_cookies = %{$CRAWL->{cookies}};
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dversion.h8 #define CRAWL "Dungeon Crawl Stone Soup" macro
H A Dng-input.cc20 "<yellow>Hello, welcome to " CRAWL " " + string(Version::Long) + "!</yellow>\n" in opening_screen()
H A Dfiles.cc3350 CRAWL " %s is not compatible with save files this old. You can:\n" in _tagged_chunk_version_compatible()
3351 " • continue your game with an older version of " CRAWL "\n" in _tagged_chunk_version_compatible()
3364 CRAWL " cannot load saves from newer versions. You can:\n" in _tagged_chunk_version_compatible()
3365 " • continue your game with a newer version of " CRAWL "\n" in _tagged_chunk_version_compatible()
H A Dlibw32c.cc366 string title = CRAWL " " + string(Version::Long); in console_startup()
H A Dwiz-fsim.cc143 fprintf(o, CRAWL " version %s\n", Version::Long); in _write_version()
H A Ddbg-asrt.cc543 fprintf(file, "Version: %s %s\n", CRAWL, Version::Long); in _dump_ver_stuff()
H A Dcommand.cc86 string result = string("This is <w>" CRAWL " ") + Version::Long + "</w>"; in _get_version_information()
H A Dwindowmanager-sdl.cc464 string title = string(CRAWL " ") + Version::Long; in init()
H A Dclua.cc155 OUTS(CRAWL), // ok, localizing the game name is not likely in save_persist()
H A Dtilesdl.cc311 string title = string(CRAWL " ") + Version::Long; in initialise()
H A Dmacro.cc738 OUTS(CRAWL), // ok, localizing the game name is not likely in macro_save()
H A Dchardump.cc202 type = CRAWL; in _sdump_header()
H A Dmain.cc1871 string("<w>" CRAWL " ") + Version::Long + "</w>", in GameMenu()
H A Dtileweb.cc590 string title = CRAWL " " + string(Version::Long); in _send_version()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dmsg_type.h28 CRAWL, enumerator
H A Dmessage_generator.cpp51 case MsgType::CRAWL: msg = c->getName().the() + " is crawling"; break; in addThird()
143 case MsgType::CRAWL: msg = "You are crawling"; break; in addSecond()
/dports/www/httest/httest-2.4.24/test/
H A Dcrawl.htt12 _SIMPLE:CRAWL http://$YOUR_HOST:$YOUR_PORT/foo/bar doSomeThing
/dports/www/crawl/crawl-0.4/
H A Dcrawl.c55 #define CRAWL "crawl" macro
414 char *agent = CRAWL"/"CRAWL_VERSION; in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/application_security/dast/
H A Dbrowser_based.md159 …`. For example, the following log entry has level `INFO`, is part of the `CRAWL` log module, and h…
162 2021-04-21T00:34:04.000 INF CRAWL Crawled path nav_id=0cc7fd path="LoadURL [https://my.site.com:809…
174 | `CRAWL` | Used for the core crawler algorithm. |
/dports/games/NBlood/NBlood-a1689a4/source/tekwar/src/
H A Dbstub.cpp45 #define CRAWL 208 macro
758 case CRAWL: in JS_ShowSpriteExts()
872 case CRAWL: in JS_ShowSpriteExts()
/dports/games/open-adventure/open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb/
H A Dadventure.yaml156 - CRAWL:
848 {verbs: [EAST, CRAWL], action: [goto, LOC_SMALLPITBRINK]},
861 {verbs: [WEST, CRAWL], action: [goto, LOC_BROKEN]},
911 {verbs: [WEST, CRAWL], action: [goto, LOC_LONGEAST]},
1292 {verbs: [SOUTH, CRAWL, OUT], action: [goto, LOC_LOWROOM]},
1335 {verbs: [NORTH, CRAWL], action: [goto, LOC_SWISSCHEESE]},
1539 {verbs: [WEST, CRAWL], action: [goto, LOC_LOWROOM]},
1928 {verbs: [EAST, CRAWL], action: [goto, LOC_BOULDERS2]},
1974 {verbs: [WEST, OUT, CRAWL], action: [goto, LOC_WARMWALLS]},
2583 {verbs: [NE, CRAWL], action: [goto, LOC_REACHDEAD]},
[all …]
H A Dmain.c638 case CRAWL: in playermove()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/docs/
H A Dquickstart.md18 INTRODUCTION TO CRAWL

12