view release on metacpan or search on metacpan
share/bootstrap-3.3.2-dist/css/bootstrap.css.map view on Meta::CPAN
{"version":3,"sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Rex/JobControl/public/3rdparty/jquery-ui-1.11.1/index.html view on Meta::CPAN
}
#icons span.ui-icon {
float: left;
margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
position: absolute;
}
select {
width: 200px;
}
lib/Rex/JobControl/public/3rdparty/jquery-ui-1.11.1/index.html view on Meta::CPAN
<h2 class="demoHeaders">Overlay and Shadow Classes <em>(not currently used in UI widgets)</em></h2>
<div style="position: relative; width: 96%; height: 200px; padding:1% 2%; overflow:hidden;" class="fakewindowcontain">
<p>Lorem ipsum dolor sit amet, Nulla nec tortor. Donec id elit quis purus consectetur consequat. </p><p>Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec v...
<!-- ui-dialog -->
<div class="ui-overlay"><div class="ui-widget-overlay"></div><div class="ui-widget-shadow ui-corner-all" style="width: 302px; height: 152px; position: absolute; left: 50px; top: 30px;"></div></div>
<div style="position: absolute; width: 280px; height: 130px;left: 50px; top: 30px; padding: 10px;" class="ui-widget ui-widget-content ui-corner-all">
<div class="ui-dialog-content ui-widget-content" style="background: none; border: 0;">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Rex/WebUI/public/js/jquery-ui-1.9.0.min.js view on Meta::CPAN
/*! jQuery UI - v1.9.0 - 2012-10-05
* http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.draggable.js, jquery.ui.dro...
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
(function(e,t){function i(t,n){var r,i,o,u=t.nodeName.toLowerCase();return"area"===u?(r=t.parentNode,i=r.name,!t.href||!i||r.nodeName.toLowerCase()!=="map"?!1:(o=e("img[usemap=#"+i+"]")[0],!!o&&s(o))):(/input|select|textarea|button|object/.test(u)?!t...
view all matches for this distribution
view release on metacpan or search on metacpan
vendor/rocksdb/docs/_config.yml view on Meta::CPAN
primary: "#2a2a2a"
# secondary should be a subtle light or dark color used on page backgrounds
secondary: "#f9f9f9"
# Use the following to specify whether the previous two colours are 'light'
# or 'dark' and therefore what colors can be overlaid on them
primary-overlay: "dark"
secondary-overlay: "light"
#Uncomment this if you want to enable Algolia doc search with your own values
#searchconfig:
# apikey: ""
# indexname: ""
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Module/Build/Base.pm view on Meta::CPAN
}
return $ph->{features}->access($key, @_);
}
# No args - get the auto_features & overlay the regular features
my %features;
my %auto_features = $ph->{auto_features}->access();
while (my ($name, $info) = each %auto_features) {
my $failures = $self->prereq_failures($info);
my $disabled = grep( /^(?:\w+_)?(?:requires|conflicts)$/,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SDL/App/FPS.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
lib/SDL/Tutorial/3DWorld.pm view on Meta::CPAN
unless ( $self->{fullscreen} ) {
$self->{width} /= 2;
$self->{height} /= 2;
}
# Text console that overlays the world
$self->{console} = SDL::Tutorial::3DWorld::Console->new;
# A pretty skybox background for our world
$self->{skybox} = SDL::Tutorial::3DWorld::Skybox->new(
type => 'jpg',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SDL/Color.pm view on Meta::CPAN
our %EXPORT_TAGS = (
all => \@EXPORT,
color => $SDL::Constants::EXPORT_TAGS{'SDL::Video/color'},
surface => $SDL::Constants::EXPORT_TAGS{'SDL::Video/surface'},
video => $SDL::Constants::EXPORT_TAGS{'SDL::Video/video'},
overlay => $SDL::Constants::EXPORT_TAGS{'SDL::Video/overlay'},
grab => $SDL::Constants::EXPORT_TAGS{'SDL::Video/grab'},
palette => $SDL::Constants::EXPORT_TAGS{'SDL::Video/palette'},
gl => $SDL::Constants::EXPORT_TAGS{'SDL::Video/gl'}
);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SDL2/hints.pm view on Meta::CPAN
=item C<SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION>
A variable describing the content orientation on QtWayland-based platforms.
On QtWayland platforms, windows are rotated client-side to allow for custom
transitions. In order to correctly position overlays (e.g. volume bar) and
gestures (e.g. events view, close/minimize gestures), the system needs to know
in which orientation the application is currently drawing its contents.
This does not cause the window to be rotated or resized, the application needs
to take care of drawing the content in the right orientation (the framebuffer
lib/SDL2/hints.pm view on Meta::CPAN
still able to process input and query attributes of attached displays, but it
cannot change display state or draw to the screen directly.
In some cases, it can be useful to have the KMSDRM backend even if it cannot be
used for rendering. An app may want to use SDL for input processing while using
another rendering API (such as an MMAL overlay on Raspberry Pi) or using its
own code to render to DRM overlays that SDL doesn't support.
This hint must be set before initializing the video subsystem.
This variable can be set to the following values:
view all matches for this distribution
view release on metacpan or search on metacpan
RETVAL = SDL_CreateYUVOverlay ( width, height, format, display );
OUTPUT:
RETVAL
int
LockYUVOverlay ( overlay )
SDL_Overlay *overlay
CODE:
RETVAL = SDL_LockYUVOverlay(overlay);
OUTPUT:
RETVAL
void
UnlockYUVOverlay ( overlay )
SDL_Overlay *overlay
CODE:
SDL_UnlockYUVOverlay(overlay);
int
DisplayYUVOverlay ( overlay, dstrect )
SDL_Overlay *overlay
SDL_Rect *dstrect
CODE:
RETVAL = SDL_DisplayYUVOverlay ( overlay, dstrect );
OUTPUT:
RETVAL
void
FreeYUVOverlay ( overlay )
SDL_Overlay *overlay
CODE:
SDL_FreeYUVOverlay ( overlay );
Uint32
OverlayFormat ( overlay, ... )
SDL_Overlay *overlay
CODE:
if ( items > 1 )
overlay->format = SvIV(ST(1));
RETVAL = overlay->format;
OUTPUT:
RETVAL
int
OverlayW ( overlay, ... )
SDL_Overlay *overlay
CODE:
if ( items > 1 )
overlay->w = SvIV(ST(1));
RETVAL = overlay->w;
OUTPUT:
RETVAL
int
OverlayH ( overlay, ... )
SDL_Overlay *overlay
CODE:
if ( items > 1 )
overlay->h = SvIV(ST(1));
RETVAL = overlay->h;
OUTPUT:
RETVAL
int
OverlayPlanes ( overlay, ... )
SDL_Overlay *overlay
CODE:
if ( items > 1 )
overlay->planes = SvIV(ST(1));
RETVAL = overlay->planes;
OUTPUT:
RETVAL
Uint32
OverlayHW ( overlay )
SDL_Overlay *overlay
CODE:
RETVAL = overlay->hw_overlay;
OUTPUT:
RETVAL
Uint16*
OverlayPitches ( overlay )
SDL_Overlay *overlay
CODE:
RETVAL = overlay->pitches;
OUTPUT:
RETVAL
Uint8**
OverlayPixels ( overlay )
SDL_Overlay *overlay
CODE:
RETVAL = overlay->pixels;
OUTPUT:
RETVAL
int
WMToggleFullScreen ( surface )
view all matches for this distribution
view release on metacpan or search on metacpan
NPAdmin/MIBs/Printer-MIB.txt view on Meta::CPAN
-- registered in certain jurisdictions
langIPDS(7), -- Intelligent Printer Data Stream
-- Bi-directional print data stream for
-- documents consisting of data objects
-- (text, image, graphics, bar codes),
-- resources (fonts, overlays) and page,
-- form and finishing instructions.
-- Facilitates system level device
-- control, document tracking and error
-- recovery throughout the print
-- process.
NPAdmin/MIBs/Printer-MIB.txt view on Meta::CPAN
-- Definitions that allow the
-- composition, interchange, and
-- presentation of final form
-- documents as a collection of data
-- objects (text, image, graphics, bar
-- codes), resources (fonts, overlays)
-- and page, form and finishing
-- instructions.
-- Pennant Systems, IBM
langREGIS(16), -- Remote Graphics Instruction Set,
-- Digital Equipment Corp., Maynard MA
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build/Base.pm view on Meta::CPAN
}
return $ph->{features}->access($key, @_);
}
# No args - get the auto_features & overlay the regular features
my %features;
my %auto_features = $ph->{auto_features}->access();
while (my ($name, $info) = each %auto_features) {
my $failures = $self->prereq_failures($info);
my $disabled = grep( /^(?:\w+_)?(?:requires|conflicts)$/,
view all matches for this distribution
view release on metacpan or search on metacpan
.tmp/libpng/pngread.c view on Meta::CPAN
#endif /* SEQUENTIAL_READ */
#ifdef PNG_SEQUENTIAL_READ_SUPPORTED
/* Read the entire image. If the image has an alpha channel or a tRNS
* chunk, and you have called png_handle_alpha()[*], you will need to
* initialize the image to the current image that PNG will be overlaying.
* We set the num_rows again here, in case it was incorrectly set in
* png_read_start_row() by a call to png_read_update_info() or
* png_start_read_image() if png_set_interlace_handling() wasn't called
* prior to either of these functions like it should have been. You can
* only call this function once. If you desire to have an image for
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SPVM/Resource/Zlib/V1_2_11.native/src/ChangeLog view on Meta::CPAN
- mention in README that the zlib format is now RFC1950
- updated Makefile.dj2
- added algorithm.doc
Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
- fix array overlay in deflate.c which sometimes caused bad compressed data
- fix inflate bug with empty stored block
- fix MSDOS medium model which was broken in 0.99
- fix deflateParams() which could generate bad compressed data.
- Bytef is define'd instead of typedef'ed (work around Borland bug)
- added an INDEX file
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SPVM/Resource/Zlib.native/src/ChangeLog view on Meta::CPAN
- mention in README that the zlib format is now RFC1950
- updated Makefile.dj2
- added algorithm.doc
Changes in 1.0.1 (20 May 96) [1.0 skipped to avoid confusion]
- fix array overlay in deflate.c which sometimes caused bad compressed data
- fix inflate bug with empty stored block
- fix MSDOS medium model which was broken in 0.99
- fix deflateParams() which could generate bad compressed data
- Bytef is define'd instead of typedef'ed (work around Borland bug)
- added an INDEX file
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SQL/Admin/Driver/Pg/Keywords.pm view on Meta::CPAN
qw( minvalue mode month move names ),
qw( national nchar next no nocreatedb ),
qw( nocreaterole nocreateuser noinherit nologin none ),
qw( nosuperuser nothing notify nowait nullif ),
qw( numeric object of oids operator ),
qw( option out overlay owner partial ),
qw( password position precision prepare prepared ),
qw( preserve prior privileges procedural procedure ),
qw( quote read real recheck reindex ),
qw( relative release rename repeatable replace ),
qw( reset restart restrict returns revoke ),
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SQL/Translator/Parser/OpenAPI.pm view on Meta::CPAN
$translator->translate($file);
# or...
$ sqlt -f OpenAPI -t MySQL <my-openapi.json >my-mysqlschema.sql
# or, applying an overlay:
$ perl -MHash::Merge=merge -Mojo \
-e 'print j merge map j(f($_)->slurp), @ARGV' \
t/06-corpus.json t/06-corpus.json.overlay |
sqlt -f OpenAPI -t MySQL >my-mysqlschema.sql
=head1 DESCRIPTION
This module implements a L<SQL::Translator::Parser> to convert
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SVG/Sparkline/Cookbook.pod view on Meta::CPAN
The L<SVG::Sparkline> does not currently support grids. I am concerned that
adding a grid might also violate Tufte's intent for the sparkline.
At present, the best solution would be to generate a grid of the appropriate
dimensions and overlay it with the sparkline. This only works if the sparkline
has no background color, which leaves the background transparent.
=head1 AUTHOR
G. Wade Johnson C<< <gwadej@cpan.org> >>
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/book23 view on Meta::CPAN
great-hearted Odysseus within his house, and anointed him
with olive-oil, and cast about him a goodly mantle and a
doublet. Moreover Athene shed great beauty from his head
downwards, and 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, and forth from the bath he came, in form like to
the immortals. Then he sat down again on the high seat,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Search/InvertedIndex.pm view on Meta::CPAN
# ################################################################
#
# DATABASE STRUCTURES
#
# The inverted database uses a complex overlay built on a generic
# key/value accessible database (it really is fairly 'database agnostic').
#
# It is organized into sub-sets of information by database key name space:
#
# ; Stringifier. The serializer used for packing information for storage
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Selenium/Screenshot.pm view on Meta::CPAN
);
# Do the actual pixel by pixel comparison. This can take a while.
my $diff = $self->_cmp->compare;
# Post processing to overlay the difference onto the
# opponent. First, subtract a white box from our difference image;
# to make everything white transparent instead.
my $work = Imager->new(
xsize => $diff->getwidth,
ysize => $diff->getheight,
view all matches for this distribution
view release on metacpan or search on metacpan
sepia-cpan.el view on Meta::CPAN
(switch-to-buffer "*sepia-cpan*")
(sepia-cpan-mode)
(setq buffer-read-only nil)
(let ((inhibit-read-only t))
(erase-buffer))
(remove-overlays)
(insert title "
[r]eadme, [d]ocumentation, [i]nstall, [q]uit,
[s]earch-by-name, [/][S]earch-by-description, [l]ist-for-author
")
view all matches for this distribution
view release on metacpan or search on metacpan
zstd/common/xxhash.h view on Meta::CPAN
* [ a & 0xFFFFFFFF | b & 0xFFFFFFFF ],[ a >> 32 | b >> 32 ]
*
* Due to significant changes in aarch64, the fastest method for aarch64 is
* completely different than the fastest method for ARMv7-A.
*
* ARMv7-A treats D registers as unions overlaying Q registers, so modifying
* D11 will modify the high half of Q5. This is similar to how modifying AH
* will only affect bits 8-15 of AX on x86.
*
* VZIP takes two registers, and puts even lanes in one register and odd lanes
* in the other.
view all matches for this distribution
view release on metacpan or search on metacpan
zstd/common/xxhash.h view on Meta::CPAN
* [ a & 0xFFFFFFFF | b & 0xFFFFFFFF ],[ a >> 32 | b >> 32 ]
*
* Due to significant changes in aarch64, the fastest method for aarch64 is
* completely different than the fastest method for ARMv7-A.
*
* ARMv7-A treats D registers as unions overlaying Q registers, so modifying
* D11 will modify the high half of Q5. This is similar to how modifying AH
* will only affect bits 8-15 of AX on x86.
*
* VZIP takes two registers, and puts even lanes in one register and odd lanes
* in the other.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Serge/Engine/Plugin/feature_branch.pm view on Meta::CPAN
}
# otherwise, we're in a slave job
# if we're generating localized files, $lang will be set
return 1 if defined $lang; # extract everything to translate all the strings, not just overlay ones
# otherwise (when $lang is not set) we're parsing the source file
return $self->string_exists($stringref, $context, ) ? 0 : 1; # extract only strings which are missing from the master job
}
view all matches for this distribution
view release on metacpan or search on metacpan
share/js-source/Widget/Lightbox2.js view on Meta::CPAN
return this;
};
Widget.Lightbox2.prototype._initialize = function (params) {
var overlay = document.createElement("div");
var opacity_val = params.opacity;
if ( typeof opacity_val == "undefined" ) {
opacity_val = 0.7;
}
share/js-source/Widget/Lightbox2.js view on Meta::CPAN
var content = params.sourceElement;
if ( ! content ) {
throw "Must provide a sourceElement parameter when making a Widget.Lightbox2 object";
}
DOM.Element.hide(overlay);
var body = document.getElementsByTagName("body")[0];
body.appendChild(overlay);
with ( overlay.style ) {
position = "fixed";
width = "100%";
height = "100%";
top = 0;
left = 0;
share/js-source/Widget/Lightbox2.js view on Meta::CPAN
}
);
}
}
this.overlay = overlay;
this.content = content;
};
Widget.Lightbox2.prototype.show = function () {
if ( this.iframe ) {
DOM.Element.show( this.iframe );
}
DOM.Element.show( this.overlay );
DOM.Element.show( this.content );
var left = ( document.body.clientWidth - this.content.offsetWidth ) / 2;
this.content.style.left = left + "px";
window.scroll( 0, 0 );
};
Widget.Lightbox2.prototype.hide = function () {
DOM.Element.hide( this.content );
DOM.Element.hide( this.overlay );
if ( this.iframe ) {
DOM.Element.hide( this.iframe );
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Slovo/resources/public/css/slovo-min.css view on Meta::CPAN
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospac...
.mui--color-red-50{color:#FFEBEE!important}.mui--bg-color-red-50{background-color:#FFEBEE!important}.mui--color-red-100{color:#FFCDD2!important}.mui--bg-color-red-100{background-color:#FFCDD2!important}.mui--color-red-200{color:#EF9A9A!important}.mui...
view all matches for this distribution
view release on metacpan or search on metacpan
htdocs/images/arrow-desc.gif
htdocs/images/boxed-bg-bottom.png
htdocs/images/boxed-bg-right.png
htdocs/images/calendar.gif
htdocs/images/down.gif
htdocs/images/error_overlay.png
htdocs/images/favicon.ico
htdocs/images/grid.png
htdocs/images/h2_bg.gif
htdocs/images/h3_bg.gif
htdocs/images/header2_bg.gif
view all matches for this distribution
view release on metacpan or search on metacpan
Backup/Snapback.pm view on Meta::CPAN
}
=item config
Gets or sets configuration parameters. The base is set in hardcoded
program defaults; it then is overlayed with the configuration file results.
If a configuration block is entered, those settings override the parent
configuration block. Finally, internal setting can be done, temporarily
overriding configuration file settings (because of option dependencies).
my $compress = $snap->config(-Compress);
view all matches for this distribution
view release on metacpan or search on metacpan
inet_ntop.c view on Meta::CPAN
/*
* Note that int32_t and int16_t need only be "at least" large enough
* to contain a value of the specified size. On some systems, like
* Crays, there is no such thing as an integer variable with 16 bits.
* Keep this in mind if you think this function should have been coded
* to use pointer overlays. All the world's not a VAX.
*/
char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
struct { int base, len; } best, cur;
unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
int i;
view all matches for this distribution