view release on metacpan or search on metacpan
lib/Font/GlyphNames/glyphlist.txt view on Meta::CPAN
softhyphen;00AD
softsigncyrillic;044C
sohiragana;305D
sokatakana;30BD
sokatakanahalfwidth;FF7F
soliduslongoverlaycmb;0338
solidusshortoverlaycmb;0337
sorusithai;0E29
sosalathai;0E28
sosothai;0E0B
sosuathai;0E2A
space;0020
lib/Font/GlyphNames/glyphlist.txt view on Meta::CPAN
ssangsioskorean;3146
ssangtikeutkorean;3138
ssuperior;F6F2
sterling;00A3
sterlingmonospace;FFE1
strokelongoverlaycmb;0336
strokeshortoverlaycmb;0335
subset;2282
subsetnotequal;228A
subsetorequal;2286
succeeds;227B
suchthat;220B
lib/Font/GlyphNames/glyphlist.txt view on Meta::CPAN
tildebelowcmb;0330
tildecmb;0303
tildecomb;0303
tildedoublecmb;0360
tildeoperator;223C
tildeoverlaycmb;0334
tildeverticalcmb;033E
timescircle;2297
tipehahebrew;0596
tipehalefthebrew;0596
tippigurmukhi;0A70
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Font/Fret.pm view on Meta::CPAN
$xorg = $xcentre - $xorg / 2;
$xadv = $xorg + $font->{'hmtx'}{'advance'}[$gid] * $tsize / $upem;
$ppage->add(sprintf("%s %.4f %d m %.4f %d l S [] 0 d\n", $dots, $xadv, $ybase + 7, $xadv,$ybase + 57)) if ($xadv < $xcentre + 27);
$ppage->add(sprintf("%s %.4f %d m %.4f %d l S [] 0 d\n", $dots, $xorg, $ybase + 7, $xorg, $ybase + 57)) if ($xorg > $xcentre - 27 && $xorg < $xcentre + 27);
$ppage->add(sprintf("BT 1 0 0 1 %.4f %.4f Tm /T$id $tsize Tf 100 Tz $gcol <%04X> Tj %s ET\n", $xorg, $yorg, $gid, ($gcol ? "0 g " : "")));
@instr = $package->overlay(@parms);
if (@instr)
{
$ppage->add("q ");
foreach $in (@instr)
{
lib/Font/Fret.pm view on Meta::CPAN
my ($class, $font, $gid, $glyph) = @_;
return [];
}
=head2 overlay
Returns an array of arrays, each is an operator string followed by the parameters that will precede
the operator. If the operator is a contour forming op, then the positions will be transformed
from glyph space for rendering.
=cut
sub overlay
{
my ($class, $cid, $gid, $glyph, $uid, $font) = @_;
return [];
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Font/TTF/PSNames.pm view on Meta::CPAN
'softhyphen' => "\x{00AD}",
'softsigncyrillic' => "\x{044C}",
'sohiragana' => "\x{305D}",
'sokatakana' => "\x{30BD}",
'sokatakanahalfwidth' => "\x{FF7F}",
'soliduslongoverlaycmb' => "\x{0338}",
'solidusshortoverlaycmb' => "\x{0337}",
'sorusithai' => "\x{0E29}",
'sosalathai' => "\x{0E28}",
'sosothai' => "\x{0E0B}",
'sosuathai' => "\x{0E2A}",
'spacehackarabic' => "\x{0020}",
lib/Font/TTF/PSNames.pm view on Meta::CPAN
'ssangpieupkorean' => "\x{3143}",
'ssangsioskorean' => "\x{3146}",
'ssangtikeutkorean' => "\x{3138}",
'ssuperior' => "\x{F6F2}",
'sterlingmonospace' => "\x{FFE1}",
'strokelongoverlaycmb' => "\x{0336}",
'strokeshortoverlaycmb' => "\x{0335}",
'subset' => "\x{2282}",
'subsetnotequal' => "\x{228A}",
'subsetorequal' => "\x{2286}",
'succeeds' => "\x{227B}",
'suhiragana' => "\x{3059}",
lib/Font/TTF/PSNames.pm view on Meta::CPAN
'tikeutparenkorean' => "\x{3202}",
'tildebelowcmb' => "\x{0330}",
'tildecmb' => "\x{0303}",
'tildedoublecmb' => "\x{0360}",
'tildeoperator' => "\x{223C}",
'tildeoverlaycmb' => "\x{0334}",
'tildeverticalcmb' => "\x{033E}",
'timescircle' => "\x{2297}",
'tipehahebrew' => "\x{0596}",
'tipehalefthebrew' => "\x{0596}",
'tippigurmukhi' => "\x{0A70}",
view all matches for this distribution
view release on metacpan or search on metacpan
root/static/css/jquery/jquery.lightbox-0.4.css view on Meta::CPAN
* @category jQuery plugin
* @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
* @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Footprintless/Plugin/Database/SqlShellAdapter.pm view on Meta::CPAN
version 1.06
=head1 SYNOPSIS
# Standard way of getting an overlay
use Footprintless::Plugin::Database::SqlShellAdapter qw(sql_shell);
sql_shell('DBI:CSV:f_dir=/tmp');
=head1 DESCRIPTION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Footprintless.pm view on Meta::CPAN
sub plugins {
my ($self) = @_;
$self->{factory}->plugins();
}
sub overlay {
my ( $self, @args ) = @_;
$self->{factory}->overlay(@args);
}
sub resource_manager {
my ( $self, @args ) = @_;
$self->{factory}->resource_manager(@args);
lib/Footprintless.pm view on Meta::CPAN
use Footprintless;
my $footprintless = Footprintless->new();
# Deploy initialize, start, and follow the log of the foo
$footprintless->overlay('dev.foo.overlay')->initialize();
$footprintless->service('dev.foo.service')->start();
$footprintless->log('dev.foo.logs.app')->follow();
=head1 DESCRIPTION
lib/Footprintless.pm view on Meta::CPAN
},
hostname => 'app.pastdev.com',
logs => {
catalina => '/opt/foo/tomcat/logs/catalina.out'
},
overlay => {
'Config::Entities::inherit' => ['hostname', 'sudo_username'],
base_dir => '/home/me/git/foo/base',
clean => [
'/opt/foo/tomcat/'
],
lib/Footprintless.pm view on Meta::CPAN
A C<localhost> to use instead of that which is supplied by
this footprintless instance.
=back
=head2 overlay($coordinate, %options)
Returns a new instance of L<Footprintless::Overlay> preconfigured to
operate on the overlay at C<$coordinate>. Supported options are
=over 4
=item command_options_factory
view all matches for this distribution
view release on metacpan or search on metacpan
lib/FreeRADIUS/Database.pm view on Meta::CPAN
$self->update_ras_name( {
day => $day,
} );
}
# DELETE if this is an overlay run
$schema->resultset( 'DailyAgg' )->search({ acctdate => $day })->delete();
# FETCH
lib/FreeRADIUS/Database.pm view on Meta::CPAN
$month = $self->date( { get => 'month', datetime => $datetime } );
}
my $schema = $self->_schema();
# DELETE if overlay run
$schema->resultset( 'MonthlyAgg' )->search({
acctdate => { like => "$month%" },
})->delete();
view all matches for this distribution
view release on metacpan or search on metacpan
JS/js/jsapi.h view on Meta::CPAN
#define JSPROP_TINYIDHACK 0x80 /* prop->id is tinyid, not index */
/* Function flags, set in JSFunctionSpec and passed to JS_NewFunction etc. */
#define JSFUN_BOUND_METHOD 0x40 /* bind this to fun->object's parent */
#define JSFUN_GLOBAL_PARENT 0x80 /* reparent calls to cx->globalObject */
#define JSFUN_FLAGS_MASK 0xc0 /* overlay JSPROP_*HACK attributes */
/*
* Well-known JS values. The extern'd variables are initialized when the
* first JSContext is created by JS_NewContext (see below).
*/
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/book06 view on Meta::CPAN
him with olive oil, and had clad himself in the raiment
that the unwedded maiden gave him, then Athene, the
daughter of Zeus, made him greater and more mighty to
behold, and from his head caused deep curling locks to
flow, like the hyacinth flower. And as when some skilful
man overlays gold upon silver--one that Hephaestus and
Pallas Athene have taught all manner of craft, and full of
grace is his handiwork--even so did Athene shed grace about
his head and shoulders.
Then to the shore of the sea went Odysseus apart, and sat
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Chj/xperlfunc.pm view on Meta::CPAN
ext3 => 1,
ext4 => 1,
tmpfs => 1,
vfat => 1,
squashfs => 1,
overlay => 0,
};
sub has_no_subdirs {
my $s = shift;
$s->is_dir or die "has_no_subdirs can only be used on directories";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Fuse/TagLayer.pm view on Meta::CPAN
__END__
=head1 NAME
Fuse::TagLayer - A read-only tag-filesystem overlay for hierarchical filesystems
=head1 SYNOPSIS
use Fuse::TagLayer;
my $ftl = Fuse::PerlSSH::FS->new(
view all matches for this distribution
view release on metacpan or search on metacpan
lib/FusionInventory/Agent/Task/Inventory/Linux/Drives.pm view on Meta::CPAN
sub _getFilesystems {
my ($logger) = @_;
# get filesystems list
my @filesystems =
# exclude virtual file systems and overlay fs defined by docker
grep { $_->{FILESYSTEM} !~ /^(tmpfs|devtmpfs|usbfs|proc|devpts|devshm|udev)$/ && $_->{VOLUMN} !~ /^overlay$/ }
# get all file systems
getFilesystemsFromDf(logger => $logger, command => 'df -P -T -k');
# get additional informations
if (canRun('blkid')) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bio/Graphics/Browser2/Plugin.pm view on Meta::CPAN
and allows the user to select among them. Example: BLAST search.
=item 3) annotators
These plugins receive the genomic segment object and either 1) return
a list of features which are overlayed on top of the detailed view
(Example: restriction site annotator) or 2) update the database with
new or modified features and return nothing (Example: basic editor)
=item 4) trackfilters
view all matches for this distribution
view release on metacpan or search on metacpan
lib/GD/Thumbnail.pm view on Meta::CPAN
FRAME => FALSE, # add frame?
FRAME_COLOR => BLACK,
GD_FONT => GD_FONT, # info text color
INFO_COLOR => WHITE,
MIME => EMPTY_STRING,
OVERLAY => FALSE, # overlay info strips?
SQUARE => FALSE, # make square thumb?
STRIP_COLOR => BLACK,
STRIP_HEIGHT_BUFFER => STRIP_HEIGHT_BUFFER,
TTF_FONT => undef,
TTF_PTSIZE => DEFAULT_TTF_PTSIZE,
};
$self->{FRAME} = $o{frame} ? 1 : 0;
$self->{SQUARE} = $o{square} ? $o{square} : 0;
$self->{OVERLAY} = ($o{overlay} || $self->{SQUARE}) ? 1 : 0;
for my $name ( qw(
DEFAULT_TEXT
DIMENSION_CONSTRAINT
FORCE_MIME
lib/GD/Thumbnail.pm view on Meta::CPAN
if ( ! $opt->{square} || ( $opt->{square} && $opt->{xsmall} ) ) {
# does not work if square & y_is_small,
# since we may have info bars which eat y space
${$ty_ref} = 0; # TODO. test this more and remove from below
${$y_ref} = ${$y_ref} - ${$ty_ref} - $self->{STRIP_HEIGHT_BUFFER}/2 if $opt->{overlay};
}
return;
}
sub create {
lib/GD/Thumbnail.pm view on Meta::CPAN
{
xsmall => $xsmall,
square => $square,
width => $w,
height => $h,
overlay => $o,
},
\$x, \$y, \$dx, \$dy, \$ty
);
$self->_alter_for_crop( $xsmall, \$x, \$y, \$dx, \$dy ) if $crop;
lib/GD/Thumbnail.pm view on Meta::CPAN
$thumb = GD::Thumbnail->new(
info_color => [255, 255, 255]
);
=head3 overlay
If you want information strips (see L</create>), but you don't
want to get a longer image, set this to a true value, and
the information strips will not affect the image height
(but the actual thumbnail image will be smaller).
lib/GD/Thumbnail.pm view on Meta::CPAN
stretching the image in C<x> or C<y> dimension or clipping
it. If, however, C<square> is set to C<crop>, you'll get a
cropped square thumbnail.
Beware that enabling this option will also B<auto-enable> the
C<overlay> option, since it is needed for a square image.
=head3 strip_height_buffer
The y buffer for the strips in pixels.
lib/GD/Thumbnail.pm view on Meta::CPAN
| 20x20 JPEG |
-------------
As you can see from the examples above, with the default options,
thumbnail image dimension is constant when adding information strips
(i.e.: strips don't overlay, but attached to upper and lower parts of
thumbnail). Each info strip increases thumbnail height by 8 pixels
(if the default tiny C<GD> font C<Tiny> is used).
But see the C<overlay> and C<square> options in L</new> to alter this
behavior. You may also need to increase C<max> value if C<square> is
enabled.
=head2 mime
view all matches for this distribution
view release on metacpan or search on metacpan
lib/GStreamer/Interfaces.pm view on Meta::CPAN
my @devices = $sink -> get_probe_values($pspec);
# GStreamer::XOverlay
my $overlay = GStreamer::ElementFactory -> make(xvimagesink => "overlay");
$overlay -> set_xwindow_id($xid);
=head1 ABSTRACT
B<DEPRECATED> GStreamer::Interfaces provides access to some of the interfaces
in the GStreamer Interfaces library. Currently, that's
lib/GStreamer/Interfaces.pm view on Meta::CPAN
=head2 GStreamer::XOverlay
=over
=item $overlay->set_xwindow_id (xwindow_id)
=item $overlay->expose
=item $overlay->got_xwindow_id (xwindow_id)
=item $overlay->prepare_xwindow_id
=item $overlay->handle_events (bool) (since 0.10.12)
=back
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
share/README.md view on Meta::CPAN
* [empty.png](empty.png) is the background when
[debugging faces](https://campaignwiki.org/face/debug/alex/eyes) or
when you're
[appending the debug parameter](https://campaignwiki.org/face/gallery/alex/man?debug=1).
* [edit.png](edit.png) is the overlay used when
[editing an element](https://campaignwiki.org/face/edit/alex/eyes_all_59.png).
* [dwarf.png](dwarf.png) and [elf.png](elf.png) are alternative empty
elements to use when debugging faces with different proportions
(such as
view all matches for this distribution
view release on metacpan or search on metacpan
share/traveller-example.txt view on Meta::CPAN
0609-0607 communication
0707-0605 communication
0707-0607 communication
0804-0605 communication
# trade routes are thinner and can overlay communication routes
0102-0103 trade
0105-0205 trade
0106-0105 trade
0106-0107 trade
0409-0408 trade
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Game/TextPatterns.pm view on Meta::CPAN
$self->pattern([ ($self->pattern->@*) x $rows ]);
}
return $self;
}
sub overlay {
my ($self, $p, $overlay, $mask) = @_;
my ($cols, $rows) = $self->dimensions;
$p->[0] += $cols - 1 if $p->[0] < 0;
$p->[1] += $rows - 1 if $p->[1] < 0;
if ($p->[0] < 0 or $p->[0] >= $cols or $p->[1] < 0 or $p->[1] >= $rows) {
local $" = ',';
croak "point @$p out of bounds";
}
my ($colnum, $rownum) = map { $_ - 1 } $overlay->dimensions;
my $subpat =
$self->clone->crop($p,
[ min($p->[0] + $colnum, $cols - 1), min($p->[1] + $rownum, $rows - 1) ]);
my $to_draw = $overlay->clone->mask($mask, $subpat);
$self->draw_in($p, $to_draw);
return $self;
}
sub randomly {
lib/Game/TextPatterns.pm view on Meta::CPAN
dimensions of the object if the I<pattern> exceeds that (hence the lower
right bound being optional). Should the I<pattern> be smaller than the
given bounds nothing will be changed at those subsequent points (this
differs from other methods that accept a I<fill> argument).
See also the more complicated B<overlay>.
=item B<fill_4way> I<point> I<char>
Replaces the character found at I<point> with I<char> and repeats this
fill for all similar characters found by 4-way motion from the
lib/Game/TextPatterns.pm view on Meta::CPAN
Multiplies the existing data in the columns or rows, unless I<cols> or
I<rows> is C<1>. With no I<rows> set multiplies both the columns and
rows by the given value.
=item B<overlay> I<point> I<pattern> I<mask>
Draws the I<pattern> into the object at the given I<point> though
preserving anything from the original object that match the I<mask>
character in the I<pattern>.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
clove
cloven
clovene
clover
clovered
cloverlay
cloverleaf
cloverleafs
cloverleaves
cloverley
cloveroot
lib/Game/WordBrain/WordList.pm view on Meta::CPAN
overlavishness
overlax
overlaxative
overlaxly
overlaxness
overlay
overlayed
overlayer
overlaying
overlays
overlead
overleaf
overlean
overleap
overleaped
view all matches for this distribution
view release on metacpan or search on metacpan
examples/opengl.pl view on Meta::CPAN
#!/usr/bin/perl -w
# spinning cube in OpenGL with overlayed console
use strict;
BEGIN
{
view all matches for this distribution
view release on metacpan or search on metacpan
t/patterns.txt view on Meta::CPAN
1|2|3|4|5|6|6|8|9|7|11|12:unclassified|
1|2|3|4|5|6|6|8|9|7|2|12:reclassified|
1|2|3|4|5|6|6|8|9|7|2|6:reclassifies|
1|2|3|4|5|6|6|8|9|7|3|5|13|7|15|16:reclassification|
1|2|3|4|5|6|6|8|9|8|11|9|1:subcommittees|
1|2|3|4|5|6|7:Abelian|Abelson|Abidjan|Actaeon|Adamson|Afghans|African|Alberta|Alberto|Alcmena|Aldrich|Alfredo|Algenib|Algeria|Algiers|Almaden|Alvarez|Amadeus|Amazons|America|Amharic|Amherst|Anaheim|Anatole|Andover|Andrews|Anselmo|Antaeus|Antares|Anti...
1|2|3|4|5|6|7|1:absentia|anorexia|antisera|asphyxia|carbolic|carbonic|cosmetic|disabled|disarmed|dismayed|disowned|disputed|divorced|divulged|dockyard|drumhead|earphone|educable|emigrate|envisage|epilogue|equalize|exchange|exposure|gambling|gleaming|...
1|2|3|4|5|6|7|1|1:saltiness|shadiness|shakiness|sharpness|shortness|slackness|smartness|solidness|stainless|sulkiness|surliness|swiftness|
1|2|3|4|5|6|7|1|1|10|11:transmitted|
1|2|3|4|5|6|7|1|1|10|2:transmitter|
1|2|3|4|5|6|7|1|1|10|2|5:transmitters|
t/patterns.txt view on Meta::CPAN
1|2|3|4|5|6|7|7|9|6|3:congressmen|
1|2|3|4|5|6|7|7|9|6|7|7:harmlessness|ruthlessness|
1|2|3|4|5|6|7|7|9|7|11:volunteered|
1|2|3|4|5|6|7|7|9|7|11|12:disagreement|
1|2|3|4|5|6|7|7|9|7|11|12|3:disagreements|
1|2|3|4|5|6|7|8:Abramson|Ackerman|Adlerian|Adolphus|Africans|Agricola|Alberich|Albrecht|Albright|Aleutian|Algerian|Alphonse|American|Americas|Analects|Angelica|Arequipa|Argonaut|Asilomar|Atchison|Auckland|Auerbach|Austrian|Bancroft|Bayreuth|Beaumont|...
1|2|3|4|5|6|7|8|1:cryogenic|diagnosed|disgraced|displaced|displayed|disproved|disrupted|disturbed|dominated|dynamited|elucidate|emphasize|enclosure|encourage|endurable|enjoyable|equitable|espionage|excitable|exclusive|excusable|expansive|explosive|ex...
1|2|3|4|5|6|7|8|1|1:slightness|storminess|sturdiness|
1|2|3|4|5|6|7|8|1|10:asteroidal|compliance|conspiracy|elucidates|emphasized|encouraged|encourages|gatherings|networking|octahedron|overshadow|regulators|regulatory|ungrateful|unmerciful|
1|2|3|4|5|6|7|8|1|10|11:archipelago|incredulity|informality|informative|obfuscatory|
1|2|3|4|5|6|7|8|1|10|11|12:incompatible|incompatibly|
t/patterns.txt view on Meta::CPAN
1|2|3|4|5|6|7|8|8|7|1:silhouettes|
1|2|3|4|5|6|7|8|8|7|11:silhouetted|
1|2|3|4|5|6|7|8|8|7|11|12:earsplitting|
1|2|3|4|5|6|7|8|9:Abernathy|Alpheratz|Americans|Apetalous|Aphrodite|Archibald|Ashmolean|Auschwitz|Baltimore|Berkowitz|Bialystok|Blackburn|Blomquist|Bolshevik|Bromfield|Brunhilde|Brunswick|Bucharest|Bundestag|Byronizes|Byzantium|Cambridge|Catholics|Ca...
1|2|3|4|5|6|7|8|9|1:discharged|discounted|dislocated|dismounted|dispatched|downplayed|duplicated|exhaustive|expansible|metabolism|monetarism|sandwiches|scoundrels|searchings|shipwrecks|signatures|simulators|slanderous|slaughters|spreadings|subdomains...
1|2|3|4|5|6|7|8|9|10:Andromache|Babylonize|Blackstone|Bridgetown|Buchenwald|Burlingame|Candlewick|Charleston|Copernicus|Culbertson|Cumberland|Ektachrome|Fauntleroy|Fitzgerald|Fleischman|Fulbrights|Gatlinburg|Gilbertson|Heraclitus|Hieronymus|Kenilwort...
1|2|3|4|5|6|7|8|9|10|1:discouraged|disgruntled|speculators|subnetworks|subtrahends|sympathizes|thunderbolt|
1|2|3|4|5|6|7|8|9|10|10:harmfulness|typicalness|uprightness|
1|2|3|4|5|6|7|8|9|10|10|12:Jacksonville|Raymondville|domestically|impersonally|methodically|
1|2|3|4|5|6|7|8|9|10|10|2:hysterically|
1|2|3|4|5|6|7|8|9|10|10|6:Squaresville|
view all matches for this distribution
view release on metacpan or search on metacpan
bin/frozen-bubble view on Meta::CPAN
update_malus(\&put_image_to_background, $::p);
}
};
} elsif ($command eq 'm') {
#- we may receive new malus bubbles after a distant player is dead already
#- ignore them instead of wrongly overlaying frozen bubbles
if ($pdata{$player}{state} eq 'ingame') {
my ($num, $cx, $cy, $sticky) = $params =~ /(.+):(.+):(.+):(.+)/;
my $b = create_bubble_given_img_num($num);
$b->{cx} = $cx;
$b->{cy} = $cy;
bin/frozen-bubble view on Meta::CPAN
}
print_($action->{readonly} ? 'netdialogs_servermsg' : 'netdialogs', $app, $smg_startx, $y, $action->{name}, 520);
$y += $smg_lineheight;
}
#- selfspot will need to properly erase selection overlay
if ($mylatitude && !$private) {
save_back_spot($mylatitude, $mylongitude, $imgbin{netspot_self}[0], \$back_selfspot);
if ($index_selfspot >= 0) {
print_spot($mylatitude, $mylongitude, 'free', $imgbin{netspot_self}[$index_selfspot], \$back_selfspot);
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Games/Go/Sgf2Dg/Diagram.pm view on Meta::CPAN
The intersection has been labeled. The value indicates the text of the
label.
=item 'overstones'
If this hash entry exists it means that one or more stones were overlayed
on the stone that is currently displayed on this intersection of the
B<Diagram>.
The hash value is a reference to an array of color/number pairs.
The colors and numbers were passed to the B<put> method which
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Games/Irrlicht.pm view on Meta::CPAN
=item freeze_time()
$app->freeze_time();
Sets the time warp factor to 0, effectively stopping the warped clock. Note
that the real clock still ticks and frames are still drawn, so you can overlay
some menu/animation over a static (froozen in time) background. Of course it
might be more efficient to save the current drawn frame as image and stop
the drawing if the not-changing background altogether.
=item thaw_time()
view all matches for this distribution
view release on metacpan or search on metacpan
examples/font.pl view on Meta::CPAN
#!/usr/bin/perl -w
# spinning cube in OpenGL with overlayed 2D font
use strict;
BEGIN
{
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Games/Sudoku/PatternSolver/Generator.pm view on Meta::CPAN
$grid_builder = get_grid_builder();
$solution_string = &$grid_builder( <shuffle_symbols> );
The iterator returned from get_grid_builder() can produce fully filled sudoku grids at a fairly high rate.
Like the solver, it also uses plain overlay of random patterns (POM) and no biased methods. (As the Latin Squares would.)
The grids are spread absolutely randomly across the Sudoku space.
=head1 EXPORTS
The module optionally exports get_sudoku_builder(), get_grid_builder() and provides the import tag ':all'.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Games/Word/Wordlist/Enable.pm view on Meta::CPAN
overinvestment overinvestments overissuance overissuances overissue overissued
overissues overissuing overjoy overjoyed overjoying overjoys overjust overkeen
overkill overkilled overkilling overkills overkind overlabor overlabored
overlaboring overlabors overlade overladed overladen overlades overlading
overlaid overlain overland overlands overlap overlapped overlapping overlaps
overlarge overlate overlavish overlax overlay overlaying overlays overleaf
overleap overleaped overleaping overleaps overleapt overlearn overlearned
overlearning overlearns overlend overlending overlends overlength overlengthen
overlengthened overlengthening overlengthens overlent overlet overlets
overletting overlewd overlie overlies overlight overlighted overlighting
overlights overlit overliteral overliterary overlive overlived overlives
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Gantry/Plugins/AjaxCRUD.pm view on Meta::CPAN
# Form has errors
if ( $show_form ) {
# order matters, get form data first...
$your_self->stash->view->form( $form );
# ... then overlay with results
if ( $your_self->method eq 'POST' ) {
$your_self->stash->view->form->results( $results );
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
examples/portage.pl view on Meta::CPAN
use strict;
use warnings;
use Gentoo::Overlay;
my $overlay = Gentoo::Overlay->new( path => '/usr/portage' );
my %categories = $overlay->categories;
for my $category ( sort keys %categories ) {
print $categories{$category}->pretty_name, "\n";
my %packages = $categories{$category}->packages;
view all matches for this distribution