Home
last modified time | relevance | path

Searched refs:toilet (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/dports/misc/toilet/toilet-0.3/doc/
H A DMakefile.am2 EXTRA_DIST = toilet.1.in
3 CLEANFILES = toilet.1
5 man_MANS = toilet.1
7 toilet.1: toilet.1.in
H A DMakefile.in184 EXTRA_DIST = toilet.1.in
185 CLEANFILES = toilet.1
186 man_MANS = toilet.1
426 toilet.1: toilet.1.in
/dports/sysutils/parallel/parallel-20211122/src/
H A Dsem.rst57 In toilet analogy: GNU \ **sem**\ waits for a toilet to be available,
58 gives the toilet to a person, and exits immediately.
81 In toilet analogy: \ **-j**\ is the number of toilets.
189 In toilet analogy: GNU \ **sem**\ waits for a toilet to be available,
207 In toilet analogy: \ *secs*\ > 0: If no toilet becomes available within
217 In toilet analogy: Wait until all toilets are empty, then exit.
241 \ **sem**\ takes '2' to a toilet, and exits immediately.
244 toilet. When '1' finishes, a toilet becomes available, and this GNU
245 \ **sem**\ stops waiting, and takes '3' to a toilet, and exits
249 toilet. When '2' finishes, a toilet becomes available, and this GNU
[all …]
H A Dsem.texi71 In toilet analogy: GNU @strong{sem} waits for a toilet to be available,
72 gives the toilet to a person, and exits immediately.
91 In toilet analogy: @strong{-j} is the number of toilets.
180 In toilet analogy: GNU @strong{sem} waits for a toilet to be available,
196 In toilet analogy: @emph{secs} > 0: If no toilet becomes available within
205 In toilet analogy: Wait until all toilets are empty, then exit.
224 @strong{sem} takes '2' to a toilet, and exits immediately.
227 toilet. When '1' finishes, a toilet becomes available, and this GNU
228 @strong{sem} stops waiting, and takes '3' to a toilet, and exits
232 toilet. When '2' finishes, a toilet becomes available, and this GNU
[all …]
/dports/misc/toilet/toilet-0.3/src/
H A DMakefile.in38 bin_PROGRAMS = toilet$(EXEEXT)
51 am_toilet_OBJECTS = toilet-main.$(OBJEXT) toilet-render.$(OBJEXT) \
52 toilet-filter.$(OBJEXT) toilet-export.$(OBJEXT) \
53 toilet-term.$(OBJEXT) toilet-figlet.$(OBJEXT)
174 toilet_SOURCES = main.c toilet.h \
H A DMakefile.am2 bin_PROGRAMS = toilet program
4 toilet_SOURCES = main.c toilet.h \
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/MyBusinessLodging/
H A DLivingAreaFeatures.php48 public $toilet; variable in Google_Service_MyBusinessLodging_LivingAreaFeatures
285 public function setToilet($toilet) argument
287 $this->toilet = $toilet;
291 return $this->toilet;
/dports/graphics/gimp-app/gimp-2.10.30/icons/Symbolic-High-Contrast/
H A DMakefile.am30 %/gimp-toilet-paper.png: $(top_srcdir)/icons/Symbolic/$(@D)/gimp-toilet-paper.png Makefile.am
32 scalable/gimp-toilet-paper.svg: ../Symbolic/scalable/gimp-toilet-paper.svg Makefile.am
/dports/misc/toilet/toilet-0.3/
H A DChangeLog9 src/toilet.h | 10 +---------
102 src/toilet.h | 2 --
123 doc/toilet.1.in | 2 +-
146 doc/toilet.1.in | 1 +
700 src/toilet.h | 3 +-
730 src/toilet.h | 3 +-
767 src/toilet.h | 2 +-
1038 * Add missing toilet.h to the toilet sources.
1061 src/toilet.h | 2 +-
1074 src/toilet.h | 2 +-
[all …]
H A Dconfigure.ac2 AC_INIT(toilet, 0.3) package
9 AM_INIT_AUTOMAKE(toilet, 0.3)
/dports/graphics/gimp-app/gimp-2.10.30/icons/Symbolic-Inverted/
H A DMakefile.am30 %/gimp-toilet-paper.png: $(top_srcdir)/icons/Symbolic/$(@D)/gimp-toilet-paper.png Makefile.am
32 scalable/gimp-toilet-paper.svg: ../Symbolic/scalable/gimp-toilet-paper.svg Makefile.am
/dports/graphics/gimp-app/gimp-2.10.30/icons/Symbolic-Inverted-High-Contrast/
H A DMakefile.am30 %/gimp-toilet-paper.png: $(top_srcdir)/icons/Symbolic/$(@D)/gimp-toilet-paper.png Makefile.am
32 scalable/gimp-toilet-paper.svg: ../Symbolic/scalable/gimp-toilet-paper.svg Makefile.am
/dports/devel/allegro/allegro-4.4.3.1/addons/loadpng/examples/
H A Dexalpha.c11 static void toilet(BITMAP *b) in toilet() function
75 toilet(screen); in main()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/objects/
H A Dloo.lua24 object.name = _S.object.toilet
25 object.tooltip = _S.tooltip.objects.toilet
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_toilet1 #compdef toilet
6 fontdir=$(_call_program path toilet -I2 2>/dev/null)
/dports/misc/toilet/toilet-0.3/test/
H A Dcheck-fonts16 if ../src/toilet -d ../fonts -f "$x" Hello World >/dev/null; then
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/dataset/names/
H A Dmscoco.names62 toilet
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/dataset/names/
H A Dmscoco.names62 toilet
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/data/
H A Dcoco.names62 toilet
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/cfg/
H A Dcoco.names62 toilet
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/build/darknet/x64/data/
H A Dcoco.names62 toilet
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dinventory.cpp522 if( m.furn( p )->has_examine( iexamine::toilet ) ) { in form_from_map()
524 map_stack toilet = m.i_at( p ); in form_from_map() local
525 auto water = toilet.end(); in form_from_map()
526 for( auto candidate = toilet.begin(); candidate != toilet.end(); ++candidate ) { in form_from_map()
532 if( water != toilet.end() && water->charges > 0 ) { in form_from_map()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dinventory.cpp522 if( m.furn( p )->has_examine( iexamine::toilet ) ) { in form_from_map()
524 map_stack toilet = m.i_at( p ); in form_from_map() local
525 auto water = toilet.end(); in form_from_map()
526 for( auto candidate = toilet.begin(); candidate != toilet.end(); ++candidate ) { in form_from_map()
532 if( water != toilet.end() && water->charges > 0 ) { in form_from_map()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/avalanche/
H A Dtimer.h134 void toilet();
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/utils/
H A Dgraph-levels.pl62 if(my ($toilet) = $line =~ /type"?: "(save_toilet|dungeon_save_door)"/) {

12345678910>>...31