Home
last modified time | relevance | path

Searched refs:shove (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/widgets/
H A Dresizablewindow.py116 shove = None,
171 if shove is not None: self.shove = shove
172 else: self.shove = self.DEFAULT_SHOVE
216 self.shove,
242 def _setShove(self, shove): self.real_widget.setShove(shove) argument
244 shove = property(_getShove, _setShove) variable in ResizableWindow
H A Ddockarea.py98 shove = None,
145 shove=shove,
196 self.shove,
H A Dpanel.py92 shove = None,
134 shove=shove,
188 self.shove,
/dports/games/cowsay/rank-amateur-cowsay-cowsay-3.04/cows/
H A DTextBalloon.pm171 my $shove = " " x $self->{'over'};
172 my $format = "$shove%s %-${max}s %s\n";
181 "$shove " . ("_" x $max2) . "\n" ,
188 "$shove " . ("-" x $max2) . "\n"
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Drepo.c161 double shove; in tryprdiff() local
177 shove = (tolerance - (max - min)) / 2; in tryprdiff()
178 if (min + shift - shove >= 0) { in tryprdiff()
179 min -= shove; in tryprdiff()
180 max += shove; in tryprdiff()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/glu/mipmap/
H A DImage.java532 extract.shove( shoveComponents, 0, userdata ); in empty_image()
538 extract.shove( shoveComponents, 0, userdata ); in empty_image()
562 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
579 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
596 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
613 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
630 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
647 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
687 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
1206 extract.shove( shoveComponents, 0, userImage ); in emptyImage3D()
[all …]
H A DExtractPrimitive.java55 public void shove( double value, int index, ByteBuffer pointer ); in shove() method
H A DExtract.java55 public void shove( float[] shoveComponents, int index, ByteBuffer packedPixel ); in shove() method
H A DExtractSByte.java65 public void shove( final double value, final int index, final ByteBuffer data ) { in shove() method in ExtractSByte
H A DExtractUByte.java67 public void shove( final double value, final int index, final ByteBuffer data ) { in shove() method in ExtractUByte
H A DExtractFloat.java72 public void shove( final double value, final int index, final ByteBuffer data ) { in shove() method in ExtractFloat
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/mipmap/
H A DImage.java528 extract.shove( shoveComponents, 0, userdata ); in empty_image()
534 extract.shove( shoveComponents, 0, userdata ); in empty_image()
558 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
575 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
592 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
609 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
626 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
643 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
683 extract.shove( shoveComponents, 0, widget.getBuffer() ); in empty_image()
1202 extract.shove( shoveComponents, 0, userImage ); in emptyImage3D()
[all …]
H A DExtractPrimitive.java55 public void shove( double value, int index, ByteBuffer pointer ); in shove() method
H A DExtract.java55 public void shove( float[] shoveComponents, int index, ByteBuffer packedPixel ); in shove() method
H A DExtractSByte.java65 public void shove( double value, int index, ByteBuffer data ) { in shove() method in ExtractSByte
H A DExtractUByte.java65 public void shove( double value, int index, ByteBuffer data ) { in shove() method in ExtractUByte
H A DExtractFloat.java70 public void shove( double value, int index, ByteBuffer data ) { in shove() method in ExtractFloat
/dports/databases/p5-DWH_File/DWH_File-0.24/lib/DWH_File/Tie/
H A DArray.pm102 $self->shove( $last + 1, $insert_length - $length );
113 $self->shove( $last + 1, -$length );
146 sub shove { subroutine
/dports/lang/perl5.34/perl-5.34.0/lib/
H A DCORE.pod15 BEGIN { *shove = \&CORE::push; }
16 shove @array, 1,2,3; # pushes on to @array
37 C<shove> example above. These subroutines exist for all keywords except the following:
/dports/lang/perl5.30/perl-5.30.3/lib/
H A DCORE.pod15 BEGIN { *shove = \&CORE::push; }
16 shove @array, 1,2,3; # pushes on to @array
37 C<shove> example above. These subroutines exist for all keywords except the following:
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/
H A DCORE.pod15 BEGIN { *shove = \&CORE::push; }
16 shove @array, 1,2,3; # pushes on to @array
37 C<shove> example above. These subroutines exist for all keywords except the following:
/dports/lang/perl5.32/perl-5.32.1/lib/
H A DCORE.pod15 BEGIN { *shove = \&CORE::push; }
16 shove @array, 1,2,3; # pushes on to @array
37 C<shove> example above. These subroutines exist for all keywords except the following:
/dports/devel/py-twisted/Twisted-22.1.0/docs/historic/Quotes/
H A DTwisted-15.11 …rned if I take a drug that is going to open my mind, and then the thing I shove in there when it's…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rio/
H A Dxshove.c46 void shove(char*, char*);
83 shove(argv[0], argv[1]); in main()
184 shove(char *name, char *geom) in shove() function
/dports/games/openglad/openglad-0.98/src/
H A Dliving.h37 short shove(walker *target, short x, short y);

12345678910>>...33