Home
last modified time | relevance | path

Searched refs:shirt (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Ditem_tname_test.cpp299 item shirt( "longshirt" ); variable
300 REQUIRE( shirt.is_armor() );
306 int dam25 = shirt.max_damage() / 4;
309 shirt.set_damage( 0 );
310 REQUIRE( shirt.damage() == 0 );
320 shirt.set_damage( dam25 );
331 shirt.set_damage( dam25 * 2 );
342 shirt.set_damage( dam25 * 3 );
353 shirt.set_damage( dam25 * 4 );
368 item shirt( "longshirt" ); variable
[all …]
H A Dchar_exposure_test.cpp90 item shirt( "test_longshirt" ); variable
91 REQUIRE( shirt.get_coverage( torso ) == 90 );
92 REQUIRE( shirt.get_coverage( arm_l ) == 90 );
93 REQUIRE( shirt.get_coverage( arm_r ) == 90 );
94 dummy.wear_item( shirt, false );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Ditem_tname_test.cpp299 item shirt( "longshirt" ); variable
300 REQUIRE( shirt.is_armor() );
306 int dam25 = shirt.max_damage() / 4;
309 shirt.set_damage( 0 );
310 REQUIRE( shirt.damage() == 0 );
320 shirt.set_damage( dam25 );
331 shirt.set_damage( dam25 * 2 );
342 shirt.set_damage( dam25 * 3 );
353 shirt.set_damage( dam25 * 4 );
368 item shirt( "longshirt" ); variable
[all …]
H A Dchar_exposure_test.cpp90 item shirt( "test_longshirt" ); variable
91 REQUIRE( shirt.get_coverage( torso ) == 90 );
92 REQUIRE( shirt.get_coverage( arm_l ) == 90 );
93 REQUIRE( shirt.get_coverage( arm_r ) == 90 );
94 dummy.wear_item( shirt, false );
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dbearwear.cwl12 t-shirt
13 muscle shirt
19 shirt=
24 shirt pattern=
25 shirt deco=
/dports/math/jacop/jacop-4.8.0/src/test/fz/upTo5sec/rock_star_dressing_problem/
H A Drock_star_dressing_problem.fzn7 var 1..4: shirt:: output_var;
15 constraint array_int_element(X_INTRODUCED_10,X_INTRODUCED_12,shirt):: defines_var(shirt);
18 constraint array_int_element(X_INTRODUCED_19,X_INTRODUCED_24,shirt):: defines_var(shirt);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7256_regression_mcol-1188.result11 insert into cs_item values('shirt', 'Women', 947);
17 insert into ar_item values('shirt', 'Women', 947);
23 insert into in_item values('shirt', 'Women', 947);
51 shirt
58 shirt
61 shirt
64 shirt
69 shirt
72 shirt
77 shirt
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7256_regression_mcol-1188.result11 insert into cs_item values('shirt', 'Women', 947);
17 insert into ar_item values('shirt', 'Women', 947);
23 insert into in_item values('shirt', 'Women', 947);
51 shirt
58 shirt
61 shirt
64 shirt
69 shirt
72 shirt
77 shirt
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/testing_guide/end_to_end/
H A Dresources.md201 shirt =
206 shirt.project.visit!
208 shirt.brand # => FAIL!
217 shirt =
222 shirt.brand # => OK!
224 shirt.project.visit!
226 shirt.brand # => OK!
312 style: 't-shirt',
367 shirt.name = 'my-shirt'
381 shirt.name = 'my-shirt'
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Ddg_armor32.imf51 (imf "ang-armor-shirt-copper" ((32 32) (file "dg_armor32.gif" std 2 4)))
57 (imf "ang-armor-shirt-gold" ((32 32) (file "dg_armor32.gif" std 2 7)))
72 (imf "ang-armor-shirt-gray" ((32 32) (file "dg_armor32.gif" std 3 4)))
78 (imf "ang-armor-shirt-gold2" ((32 32) (file "dg_armor32.gif" std 3 7)))
93 (imf "ang-armor-shirt-red" ((32 32) (file "dg_armor32.gif" std 4 4)))
95 (imf "ang-armor-shirt-emerald" ((32 32) (file "dg_armor32.gif" std 4 5)))
114 (imf "ang-armor-shirt-gray2" ((32 32) (file "dg_armor32.gif" std 5 4)))
135 (imf "ang-armor-shirt-gray3" ((32 32) (file "dg_armor32.gif" std 6 4)))
141 (imf "ang-armor-shirt-green" ((32 32) (file "dg_armor32.gif" std 6 7)))
156 (imf "ang-armor-shirt-gray4" ((32 32) (file "dg_armor32.gif" std 7 4)))
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dnew_actors.c610 Uint8 shirt; in add_enhanced_actor_from_server() local
646 shirt=*(in_data+14); in add_enhanced_actor_from_server()
876 …safe_strncpy(this_actor->arms_tex,actors_defs[actor_type].shirt[shirt].arms_name,sizeof(this_actor… in add_enhanced_actor_from_server()
877 …safe_strncpy(this_actor->torso_tex,actors_defs[actor_type].shirt[shirt].torso_name,sizeof(this_act… in add_enhanced_actor_from_server()
878 …safe_strncpy(this_actor->arms_mask,actors_defs[actor_type].shirt[shirt].arms_mask,sizeof(this_acto… in add_enhanced_actor_from_server()
1132 model_attach_mesh(actors_list[i], actors_defs[actor_type].shirt[shirt].mesh_index); in add_enhanced_actor_from_server()
1135 actors_list[i]->body_parts->torso_meshindex=actors_defs[actor_type].shirt[shirt].mesh_index; in add_enhanced_actor_from_server()
1272 …safe_strncpy(this_actor->arms_tex,actors_defs[actor_type].shirt[shirt].arms_name,sizeof(this_actor… in add_actor_interface()
1273 …safe_strncpy(this_actor->arms_mask,actors_defs[actor_type].shirt[shirt].arms_mask,sizeof(this_acto… in add_actor_interface()
1309 model_attach_mesh(a, actors_defs[actor_type].shirt[shirt].mesh_index); in add_actor_interface()
[all …]
H A Dnew_character.c94 int shirt; member
203 actors_defs[our_actor.race].shirt[our_actor.shirt].mesh_index); in change_actor()
213 actors_defs[our_actor.race].shirt[our_actor.shirt].mesh_index; in change_actor()
904 our_actor.shirt = our_actor.def->shirts[find_pos_in_enum(our_actor.def->shirts, our_actor.shirt)]; in change_race()
1344 actors_defs[our_actor.race].shirt[our_actor.shirt].arms_name, in update_shirt()
1347 actors_defs[our_actor.race].shirt[our_actor.shirt].torso_name, in update_shirt()
1351 if (actors_defs[our_actor.race].shirt[our_actor.shirt].mesh_index != in update_shirt()
1357 actors_defs[our_actor.race].shirt[our_actor.shirt].mesh_index); in update_shirt()
1359 actors_defs[our_actor.race].shirt[our_actor.shirt].mesh_index; in update_shirt()
1485 our_actor.shirt = dec(our_actor.def->shirts, our_actor.shirt, 1); in shirt_dec_handler()
[all …]
/dports/devel/guile-lib/guile-lib-0.2.6.1/unit-tests/
H A Dgraph.topological-sort.scm28 (list '(shirt tie belt)
30 '(pants tie belt shoes shirt)
36 (assert-equal '(socks pants shoes shirt tie belt)
/dports/sysutils/munin-contrib/contrib-c31cb28/images/t-shirts/
H A DREADME.md6 ![logo-shirt-black.svg](logo-shirt-black.svg "logo-shirt-black.svg")
/dports/sysutils/munin-contrib/contrib-c31cb28/images/
H A DREADME.md4 The `t-shirt/` subdir contains a t-shirt vector gfx.
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/qc/
H A Dteamplay.qc41 void(float pants, float shirt) modecoopteam = {setcolor(self, pants + shirt * 16);};
45 void(float pants, float shirt) modedmteam = {setcolor(self, pants + shirt * 16);};
/dports/math/py-or-tools/or-tools-9.2/examples/flatzinc/
H A Drock_star_dressing_problem.fzn16 var 1..4: shirt :: output_var;
19 constraint table_int([pants, shirt], pants_shirt);
20 constraint table_int([shirt, tie], shirt_tie);
/dports/lang/slib/slib-3b6/
H A Dtsort.txi35 Prof Bumstead needs to put on his shirt before he puts on his
42 (tsort '((shirt tie belt)
51 (socks undershorts pants shoes watch shirt belt tie jacket)
/dports/www/yt-dlp/yt-dlp-2021.12.27/
H A DCollaborators.md16 ## [shirt](https://github.com/shirt-dev)
18 …o/badge/_-Ko--fi-red.svg?logo=kofi&labelColor=555555&style=for-the-badge)](https://ko-fi.com/shirt)
/dports/databases/p5-Tangram/Tangram-2.12/t/springfield/
H A D39-save.t76 $bart->{belongings}->[0]->{name} = 'T-shirt';
92 $bart->{belongings}->[0]->{name} eq 'T-shirt' &&
105 $bart->{belongings}->[0]->{name} eq 'T-shirt' &&
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dgl_texmgr.h65 signed char shirt; //0-13 shirt color, or -1 if never colormapped member
105 void TexMgr_ReloadImage (gltexture_t *glt, int shirt, int pants);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/wrapper/r/
H A Dinsert_on_duplicate_key_update_multiple_column_primary_key_myisam.result19 VALUES ("2012-03-04", "shopping", "I buy a new shirt.");
25 2012-03-04 00:00:00 shopping I buy a new shirt.
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/wrapper/r/
H A Dinsert_on_duplicate_key_update_multiple_column_primary_key_myisam.result19 VALUES ("2012-03-04", "shopping", "I buy a new shirt.");
25 2012-03-04 00:00:00 shopping I buy a new shirt.
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/wrapper/r/
H A Dinsert_on_duplicate_key_update_multiple_column_primary_key_myisam.result19 VALUES ("2012-03-04", "shopping", "I buy a new shirt.");
25 2012-03-04 00:00:00 shopping I buy a new shirt.
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/mysql-test/mroonga/wrapper/r/
H A Dinsert_on_duplicate_key_update_multiple_column_primary_key_myisam.result19 VALUES ("2012-03-04", "shopping", "I buy a new shirt.");
25 2012-03-04 00:00:00 shopping I buy a new shirt.

12345678910>>...44