Home
last modified time | relevance | path

Searched refs:wand (Results 226 – 250 of 2933) sorted by relevance

12345678910>>...118

/dports/games/vultures-eye/vulture-2.3.67/nethack/doc/
H A Dfixes30.011 zapping a wand of probing at yourself works, however using a stethoscope
27 the uranium wand gets described as "an" uranium wand
34 a stethoscope or wand of probing, used on a monster, printed out a format
37 the number printed out for damage by stethoscope or wand of probing is
70 zapping a wand of death at yourself, and the death touch of a demon
74 zapping a wand of cancellation at yourself turned all your objects to
159 create a "trial mode", similar to Wizard Mode where you get a wand of wishing
/dports/games/vultures-eye/vulture-2.3.67/unnethack/doc/
H A Dfixes30.011 zapping a wand of probing at yourself works, however using a stethoscope
27 the uranium wand gets described as "an" uranium wand
34 a stethoscope or wand of probing, used on a monster, printed out a format
37 the number printed out for damage by stethoscope or wand of probing is
70 zapping a wand of death at yourself, and the death touch of a demon
74 zapping a wand of cancellation at yourself turned all your objects to
159 create a "trial mode", similar to Wizard Mode where you get a wand of wishing
/dports/games/unnethack/unnethack-5.1.0-20131208/doc/
H A Dfixes30.011 zapping a wand of probing at yourself works, however using a stethoscope
27 the uranium wand gets described as "an" uranium wand
34 a stethoscope or wand of probing, used on a monster, printed out a format
37 the number printed out for damage by stethoscope or wand of probing is
70 zapping a wand of death at yourself, and the death touch of a demon
74 zapping a wand of cancellation at yourself turned all your objects to
159 create a "trial mode", similar to Wizard Mode where you get a wand of wishing
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/
H A DMakefile.am164 include wand/Makefile.am
167 include www/wand/Makefile.am
423 GMWANDSYMBOLS=$(srcdir)/wand/wand_symbols.h
428 $(srcdir)/scripts/gmsymbols.sh wand/.libs/libGraphicsMagickWand.a MAGICK_WAND > $(GMWANDSYMBOLS)
/dports/net/dgd-lpmud/mud/2.4.5/doc/efun/
H A Dadd_action12 For example, there can be a wand and a rod. Both of these objects defines
14 look at the argument, and match against "wand" or "rod" respectively.
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/www/
H A DMakefile.am13 DOCDIRS = www www/api www/images www/Magick++ www/wand
107 $(WWWDIR)/wand/wand.html
240 $(WWWDIR)/wand/wand.html
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/armv6/
H A Darmv6-lap.sl426 (setq x (wand 16#ffffffff x))
430 (and (fixp x) (eq (wand 16#ffff x) x)))
559 (wand n 255)))
563 (wand n 65535)))
613 (wand 16#ffffffff (wshift n m))
619 (if (equal (wand n 255) n)
1088 (imm8-rotatedp (wand rel 16#fffffc00)))
1092 (imm8-rotatedp (wand rel 16#fffff800)))
1381 %% (setq x (wand x 15))
1394 %% (setq x (wand a 15))
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/wand/
H A Dpixel-iterator.c285 WandExport PixelIterator *NewPixelIterator(MagickWand *wand) in NewPixelIterator() argument
309 assert(wand != (MagickWand *) NULL); in NewPixelIterator()
310 image=GetImageFromMagickWand(wand); in NewPixelIterator()
398 WandExport PixelIterator *NewPixelRegionIterator(MagickWand *wand, in NewPixelRegionIterator() argument
419 assert(wand != (MagickWand *) NULL); in NewPixelRegionIterator()
426 image=GetImageFromMagickWand(wand); in NewPixelRegionIterator()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/wand/
H A Dpixel-iterator.c285 WandExport PixelIterator *NewPixelIterator(MagickWand *wand) in NewPixelIterator() argument
309 assert(wand != (MagickWand *) NULL); in NewPixelIterator()
310 image=GetImageFromMagickWand(wand); in NewPixelIterator()
398 WandExport PixelIterator *NewPixelRegionIterator(MagickWand *wand, in NewPixelRegionIterator() argument
419 assert(wand != (MagickWand *) NULL); in NewPixelRegionIterator()
426 image=GetImageFromMagickWand(wand); in NewPixelRegionIterator()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/
H A Ddumpfasl.sl61 (unless (weq (wand 16#ffff mode) faslin-magic)
90 (if (weq (wand mode 1) 1)
122 (while (not (izerop (setq entry (wand 16#ff (byte bit-table ptr)))))
124 (setq code-location (iplus2 code-location (wand entry 16#3f)))
145 (hw (wand 16#ffffffff (get_a_halfword code-location)))
154 (let ((reloc-tag (wand (wshift (getmem code-location) -54) 3))
/dports/graphics/py-blockdiag/blockdiag-2.0.1/src/blockdiag/utils/
H A Dimages.py81 import wand.image
88 with wand.image.Image(file=stream) as img:
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/macintel/
H A Dstatic-gc.sl119 (wand 1
122 (wand y 31)))))
130 (wlshift 1 (wand y 31))))))
155 (console-print-string " bit ")(unixputn (wand y 31))
157 (wand 1
160 (wand y 31)))))
187 (setq y (wor w (wlshift 1 (wand y 31))))
274 (when (or (weq 0 (wand gcknt* 15))
434 (when (not (eq 0 (wand markinfo 3)))
539 (b (wand y 31)) % bit number
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/
H A Dprinters-unicode.sl152 (do (channelwritechar channel (wand 16#ff (strbyt (strinf strng) i)))))))
178 (setq ch (wand 16#ff (strbyt (strinf strng) i)))
194 (wlessp (setq ch2 (wand 16#ff (strbyt (strinf strng) i))) 128) % low order byte
207 … (wlessp (setq ch2 (wand 16#ff (strbyt (strinf strng) i))) 128) % low order byte - ignore error
221 … (wlessp (setq ch2 (wand 16#ff (strbyt (strinf strng) i))) 128) % low order byte - ignore error
301 (strbyt (strinf digitstring) (wand number digitmask)))))))
331 (do (progn (setq ch (wand 16#ff (strbyt (strinf strng) i)))
351 (do (progn (setq ch (output-switch-case (wand 16#ff (strbyt itm i))))
370 (setq ch (wand 16#ff (strbyt itm 0)))
378 (progn (setq ch (wand 16#ff (strbyt itm i)))
[all …]
H A Dexplode-com-unicode.sl75 (numeric-chars* (sys2int (if *unicode (utf8-to-codepoint ch) (wand 16#ff ch))))
76 ((or (weq (wand (wconst 16#ffffff80) ch) 0)
77 (and (not *unicode) (weq (wand (wconst 16#ffffff00) ch) 0)))
78 (mkid (wand 16#ff ch)))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/linux/
H A Ddemo-gc.sl120 (wand 1
123 (wand y 31)))))
131 (wlshift 1 (wand y 31))))))
156 (console-print-string " bit ")(unixputn (wand y 31))
158 (wand 1
161 (wand y 31)))))
188 (setq y (wor w (wlshift 1 (wand y 31))))
275 (when (or (weq 0 (wand gcknt* 15))
440 (when (not (eq 0 (wand markinfo 3)))
545 (b (wand y 31)) % bit number
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Devoke.cc222 item_def& wand = you.inv[item_slot]; in zap_wand() local
223 if (wand.base_type != OBJ_WANDS) in zap_wand()
241 spell_in_wand(static_cast<wand_type>(wand.sub_type)); in zap_wand()
243 spret ret = your_spells(spell, power, false, &wand, _target); in zap_wand()
263 wand.charges--; in zap_wand()
265 if (wand.charges == 0) in zap_wand()
267 ASSERT(in_inventory(wand)); in zap_wand()
270 dec_inv_item_quantity(wand.link, 1); in zap_wand()
/dports/graphics/py-wand/Wand-0.6.7/tests/
H A Dsequence_test.py5 from wand.api import library
6 from wand.image import Image
304 assert single.wand != img.wand
339 assert library.MagickGetImageDelay(img.wand) == 10
/dports/graphics/py-wand/Wand-0.6.7/docs/wand/
H A Dsequence.rst2 .. automodule:: wand.sequence
H A Dcolor.rst2 .. automodule:: wand.color
H A Dfont.rst2 .. automodule:: wand.font
H A Dcompat.rst2 .. automodule:: wand.compat
H A Ddisplay.rst2 .. automodule:: wand.display
H A Ddrawing.rst2 .. automodule:: wand.drawing
H A Dimage.rst2 .. automodule:: wand.image
H A Dresource.rst2 .. automodule:: wand.resource

12345678910>>...118