Result:
found more than 662 distributions - search limited to the first 2001 files matching your query ( run in 0.993 )


Locale-XGettext

 view release on metacpan or  search on metacpan

lib/Locale/XGettext/Util/POEntries.pm  view on Meta::CPAN

    @{shift->{__entries}};
}

# This is a simplified merge for merging entries without any translations.
sub __mergeEntries {
    my ($self, $entry, $overlay) = @_;

    if (defined $entry->msgid_plural 
        && defined $overlay->msgid_plural
        && $entry->msgid_plural ne $overlay->msgid_plural) {
        # This is a fatal error as GNU gettext cannot grok with
        # this case.
        # See https://savannah.gnu.org/bugs/index.php?48411
        $self->__conflict($entry, $overlay,
                          __"conflicting plural forms");
    }

    # If one of the two entries currently has no plural form, there is no
    # problem.
    $entry->msgid_plural($overlay->dequote($overlay->msgid_plural)) 
        if defined $overlay->msgid_plural;

    my $new_ref = $overlay->reference;
    my $reference = $entry->reference;
    my @lines = split "\n", $reference;
    if (!@lines) {
        push @lines, $new_ref;
    } else {

lib/Locale/XGettext/Util/POEntries.pm  view on Meta::CPAN

        }
    }

    $entry->reference(join "\n", @lines);

    $entry->fuzzy($overlay->fuzzy) if $overlay->fuzzy;
    if (defined $entry->comment) {
        $entry->comment(join "\n", $entry->comment, $overlay->comment);
    } else {
        $entry->comment($overlay->comment) if defined $overlay->comment;
    }
    if (defined $entry->automatic) {
        $entry->automatic(join "\n", $entry->automatic, $overlay->automatic);
    } else {
        $entry->automatic($overlay->automatic) if defined $overlay->automatic;
    }

    # Locale::PO does not allow to iterate over the flags.  We have to
    # use the private property directly.
    my @flags = @{$overlay->{_flags} || []};
    foreach my $flag (@flags) {
        if ($flag =~ /^no-(.*)/) {
           $self->__conflict($entry, $overlay,
                             __x"conflicting flags")
               if $entry->has_flag($1);
        } elsif ($entry->has_flag("no-$flag")) {
           $self->__conflict($entry, $overlay,
                             __x"conflicting flags");
        }
        $entry->add_flag($flag) if !$entry->has_flag($flag);
    }

 view all matches for this distribution


Log-Log4perl-AutoCategorize

 view release on metacpan or  search on metacpan

lib/Log/Log4perl/AutoCategorize.pm  view on Meta::CPAN

The default config writes to stdout, and includes a test-coverage
setup.  This config is used at import() time, unless a or b is
provided by you.  If you explicitly call init(), the base is
re-initialized, and relys on base behavior to work correctly.

I hope at some point to provide init_modify(), which will overlay new
configuration on existing, rather than a full reinitialization.  This
will be implemented using Log4perls (currently nonexistent)
configuration include mechanism.

=head2 Automatic Dump of structured data

 view all matches for this distribution


MIME-DB

 view release on metacpan or  search on metacpan

lib/MIME/DB.pm  view on Meta::CPAN

$VERSION = 'v1.52.0';
# generation date: 2023-01-31T03:41:54Z
# command: tools\generate.pl
# source url: https://cdn.jsdelivr.net/gh/jshttp/mime-db@v1.52.0/db.json
use constant version => 'v1.52.0';
sub data { {'application/mud+json',{source=>'iana',compressible=>1},'application/vnd.commonspace',{extensions=>['csp'],source=>'iana'},'text/x-handlebars-template',{extensions=>['hbs']},'application/vnd.dbf',{source=>'iana',extensions=>['dbf']},'appl...
1

 view all matches for this distribution


MIME-Types

 view release on metacpan or  search on metacpan

lib/MIME/types.db  view on Meta::CPAN

oti;application/vnd.oasis.opendocument.image-template
otm;application/vnd.oasis.opendocument.text-master-template
otp;application/vnd.oasis.opendocument.presentation-template
ots;application/vnd.oasis.opendocument.spreadsheet-template
ott;application/vnd.oasis.opendocument.text-template
ovl;application/vnd.afpc.modca-overlay
owl;application/vnd.biopax.rdf+xml
owx;application/x-owl+xml
oxlicg;application/vnd.oxli.countgraph
oxps;application/oxps
oxt;application/vnd.openofficeorg.extension

lib/MIME/types.db  view on Meta::CPAN

rdf;application/rdf+xml
rdfs;application/rdf+xml
rdz;application/vnd.data-vision.rdz
reg;text/x-ms-regedit
rej;text/x-reject
relo;application/p2p-overlay+xml
reload;application/vnd.resilient.logic
rep;application/vnd.businessobjects
req;application/vnd.nervana
request;application/vnd.nervana
res;application/x-dtbresource+xml

lib/MIME/types.db  view on Meta::CPAN

oebps-package+xml;opf;;
ogg;ogx;;
oxps;oxps,xps;;
p21+zip;stpz;;
p21;p21,stp,step,stpnc,210,ifc;;
p2p-overlay+xml;relo;;
patch-ops-error+xml;xer;;
pdf;pdf;base64;
pdx;pdx;;
pem-certificate-chain;pem;;
pgp-encrypted;pgp,gpg,asc;7bit;

lib/MIME/types.db  view on Meta::CPAN

vnd.adobe.flash.movie;swf,spl;;
vnd.adobe.formscentral.fcdt;fcdt;;
vnd.adobe.fxp;fxp,fxpl;;
vnd.adobe.xdp+xml;xdp;;
vnd.adobe.xfdf;xfdf;;
vnd.afpc.modca-overlay;ovl;;
vnd.afpc.modca-pagesegment;psg;;
vnd.afpc.modca;list3820,listafp,afp,pseg3820;;
vnd.age;age;;
vnd.ahead.space;ahead;;
vnd.airzip.filesecure.azf;azf;;

 view all matches for this distribution


Mail-BIMI

 view release on metacpan or  search on metacpan

lib/Mail/BIMI/Data/Tiny-1.2.rng  view on Meta::CPAN

              <value type="token" datatypeLibrary="" ns="">pinned270</value>
            </choice>
          </attribute>
        </optional>
        <optional>
          <attribute name="overlay" ns="">
            <choice>
              <value type="token" datatypeLibrary="" ns="">none</value>
              <value type="token" datatypeLibrary="" ns="">top</value>
            </choice>
          </attribute>

 view all matches for this distribution


Mail-Box

 view release on metacpan or  search on metacpan

t/folders/mbox.cpy  view on Meta::CPAN


1)  Take a JPEG image and size it down to a particular size.
2)  Overlay that JPEG on top of an GIF image to form a combined result.

This works fine for the most part:  I use mogrify to resize, followed by 
combine to overlay.

Now I'm presented with GIF images (the ones the JPEG is put on top of)
that have colors or other background attributes we want to 'show through'
the overlay where there is no image.

Even without any transparency options this seems to ALMOST work.  The
problem is that there's a small area around each image of 'white' that
always
shows up.  Trying transparency or the 'matte' option of '-draw' seems to

t/folders/mbox.cpy  view on Meta::CPAN

> 
> 1)  Take a JPEG image and size it down to a particular size.
> 2)  Overlay that JPEG on top of an GIF image to form a combined result.
> 
> This works fine for the most part:  I use mogrify to resize, followed by 
> combine to overlay.
> 
> Now I'm presented with GIF images (the ones the JPEG is put on top of)
> that have colors or other background attributes we want to 'show through'
> the overlay where there is no image.
> 
> Even without any transparency options this seems to ALMOST work.  The
> problem is that there's a small area around each image of 'white' that
> always
> shows up.  Trying transparency or the 'matte' option of '-draw' seems to

t/folders/mbox.cpy  view on Meta::CPAN

> > 1)  Take a JPEG image and size it down to a particular size.
> > 2)  Overlay that JPEG on top of an GIF image to form a combined result.
> > 
> > This works fine for the most part:  I use mogrify to resize, followed by
> 
> > combine to overlay.
> > 
> > Now I'm presented with GIF images (the ones the JPEG is put on top of)
> > that have colors or other background attributes we want to 'show
> through'
> > the overlay where there is no image.
> > 
> > Even without any transparency options this seems to ALMOST work.  The
> > problem is that there's a small area around each image of 'white' that
> > always
> > shows up.  Trying transparency or the 'matte' option of '-draw' seems to

t/folders/mbox.cpy  view on Meta::CPAN

> > > > 
> > > > This works fine for the most part:  I use mogrify to resize,
> followed
> > by
> > > 
> > > > combine to overlay.
> > > > 
> > > > Now I'm presented with GIF images (the ones the JPEG is put on top
> of)
> > > > that have colors or other background attributes we want to 'show
> > > through'
> > > > the overlay where there is no image.
> > > > 
> > > > Even without any transparency options this seems to ALMOST work.
> The
> > > > problem is that there's a small area around each image of 'white'
> that

t/folders/mbox.cpy  view on Meta::CPAN

> > > > > 
> > > > > This works fine for the most part:  I use mogrify to resize,
> > followed
> > > by
> > > > 
> > > > > combine to overlay.
> > > > > 
> > > > > Now I'm presented with GIF images (the ones the JPEG is put on top
> > of)
> > > > > that have colors or other background attributes we want to 'show
> > > > through'
> > > > > the overlay where there is no image.
> > > > > 
> > > > > Even without any transparency options this seems to ALMOST work.
> > The
> > > > > problem is that there's a small area around each image of 'white'
> > that

 view all matches for this distribution


Mail-Colander

 view release on metacpan or  search on metacpan

lib/Mail/Colander/Server.pm  view on Meta::CPAN


sub _argslist ($in) {
   ref($in) eq 'ARRAY' ? $in->@* : defined($in) ? $in->%* : ()
}

sub _sieve_call ($sieve, $command, $overlay) {
   my $outcome = try {
      my ($out, $data, $call_sequence)
         = $sieve->policy_for($command, $overlay);

      if ($log->is_debug && $call_sequence && $call_sequence->@*) {
         my $calls = join "\n", map { '  ' . $_->{chain} } $call_sequence->@*;
         $log->debug(
            join ' ', 

lib/Mail/Colander/Server.pm  view on Meta::CPAN

   my $sh = $stream->handle;
   my $session = Mail::Colander::Session->new(
      peer_ip   => $sh->peerhost,
      peer_port => $sh->peerport,
   );
   my $overlay = Data::Annotation::Overlay->new(
      under => $session,
      cache_existing => 0,
   );

   # first of all collect the peer IP address and figure out whether
   # it's worth bothering or not
   my $outcome = _sieve_call($sieve, connect => $overlay);
   if ($outcome) {
      $args{callback_for}{connect}->($session)
         if $args{callback_for}{connect};
   }
   else {

lib/Mail/Colander/Server.pm  view on Meta::CPAN

         $command,
         sub {
            return unless eval { $session->$method(@_) };   # accumulate

            # call the $sieve if so instructed
            my $outcome = _sieve_call($sieve, $command, $overlay);
            if (! $outcome) {
               $args{callback_for}{reject}->($command, $session)
                  if $args{callback_for}{reject};
               $session->reset;
               return;

 view all matches for this distribution


Mail-DMARC

 view release on metacpan or  search on metacpan

share/html/css/ui.jqgrid.css  view on Meta::CPAN

.ui-jqgrid .ui-subgrid td.subgrid-data {border-top:  0 none !important;}
.ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0 0 1px 0;}
.ui-jqgrid .ui-th-subgrid {height:20px;}
/* loading */
.ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important; font-size:11px;}
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
* html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {border-left: 0 none;    border-right: 0 none;	height : 21px;overflow: hidden;	}
/*Modal Window */
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}

 view all matches for this distribution


Maplat

 view release on metacpan or  search on metacpan

lib/Maplat/Web/Static/jquery/css/blackvelvet/jquery-ui-1.8.6.custom.css  view on Meta::CPAN


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *

lib/Maplat/Web/Static/jquery/css/blackvelvet/jquery-ui-1.8.6.custom.css  view on Meta::CPAN

.ui-corner-right {  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
.ui-corner-left { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.ui-corner-all { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

/* Overlays */
.ui-widget-overlay { background: #262626 url(images/ui-bg_diagonals-small_50_262626_40x40.png) 50% 50% repeat; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -6px 0 0 -6px; padding: 6px; background: #303030 url(images/ui-bg_flat_0_303030_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12p...
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.

 view all matches for this distribution


MarpaX-Hoonlint

 view release on metacpan or  search on metacpan

hoons/arvo/lib/hood/drum.hoon  view on Meta::CPAN

      mir/(pair @ud stub:dill)                         ::  mirrored terminal
  ==                                                    ::
++  history                                             ::  past input
  $:  pos/@ud                                           ::  input position
      num/@ud                                           ::  number of entries
      lay/(map @ud (list @c))                           ::  editing overlay
      old/(list (list @c))                              ::  entries proper
  ==                                                    ::
++  search                                              ::  reverse-i-search
  $:  pos/@ud                                           ::  search position
      str/(list @c)                                     ::  search string

 view all matches for this distribution


MarpaX-Languages-SQL2003-AST

 view release on metacpan or  search on metacpan

etc/sql-2003-2.ebnf  view on Meta::CPAN

	|	<regular expression substring function>
	|	<fold>
	|	<transcoding>
	|	<character transliteration>
	|	<trim function>
	|	<character overlay function>
	|	<normalize function>
	|	<specific type method>

<character substring function> ::=
		SUBSTRING <left paren> <character value expression> FROM <start position>

etc/sql-2003-2.ebnf  view on Meta::CPAN


<trim specification> ::= LEADING | TRAILING | BOTH

<trim character> ::= <character value expression>

<character overlay function> ::= 
		OVERLAY <left paren> <character value expression> PLACING <character value expression>
		FROM <start position> ( FOR <string length> )? ( USING <char length units> )? <right paren>

<normalize function> ::= NORMALIZE <left paren> <character value expression> <right paren>

<specific type method> ::= <user_defined type value expression> <period> SPECIFICTYPE

<blob value function> ::=
		<blob substring function>
	|	<blob trim function>
	|	<blob overlay function>

<blob substring function> ::=
		SUBSTRING <left paren> <blob value expression> FROM <start position> ( FOR <string length> )? <right paren>

<blob trim function> ::= TRIM <left paren> <blob trim operands> <right paren>

etc/sql-2003-2.ebnf  view on Meta::CPAN


<blob trim source> ::= <blob value expression>

<trim octet> ::= <blob value expression>

<blob overlay function> ::=
		OVERLAY <left paren> <blob value expression> PLACING <blob value expression>
		FROM <start position> ( FOR <string length> )? <right paren>

<start position> ::= <numeric value expression>

 view all matches for this distribution


Math-Geometry-Voronoi

 view release on metacpan or  search on metacpan

lib/Math/Geometry/Voronoi.pm  view on Meta::CPAN

=head1 TODO

Possible projects, if you're in the mood to help out:

  - Add the ability to combine polygons based on a mapping of
    same-type points.  Map overlays get cluttered by internal lines
    with you're coloring multiple polygons the same.  All edges
    connect exactly two polygons, so this should be relatively easy.
    Sadly, my limited math skills have thwarted me on this one - I
    spent several days but ultimately couldn't get it working reliably
    on all possible shapes.

 view all matches for this distribution


Math-Lsoda

 view release on metacpan or  search on metacpan

opkdmain.f  view on Meta::CPAN

C     2.  Descriptions of other routines in the DLSODE package that may
C         be (optionally) called by the user.  These provide the ability
C         to alter error message handling, save and restore the internal
C         COMMON, and obtain specified derivatives of the solution y(t).
C
C     3.  Descriptions of COMMON block to be declared in overlay or
C         similar environments, or to be saved when doing an interrupt
C         of the problem and continued solution later.
C
C     4.  Description of two routines in the DLSODE package, either of
C         which the user may replace with his own version, if desired.

opkdmain.f  view on Meta::CPAN

C
C
C                          Part 3.  Common Blocks
C                          ----------------------
C
C     If DLSODE is to be used in an overlay situation, the user must
C     declare, in the primary overlay, the variables in:
C     (1) the call sequence to DLSODE,
C     (2) the internal COMMON block /DLS001/, of length 255 
C         (218 double precision words followed by 37 integer words).
C
C     If DLSODE is used on a system in which the contents of internal

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODES package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of two routines in the DLSODES package, either of
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODES is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODES, and
C   (2) the two internal Common blocks
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C         /DLSS01/  of length  40  (6 double precision words

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODA package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of a subroutine in the DLSODA package,
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODA is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODA, and
C   (2) the two internal Common blocks
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C         /DLSA01/  of length  31    (22 double precision words

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODAR package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of a subroutine in the DLSODAR package,
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODAR is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODAR, and
C   (2) the three internal Common blocks
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C         /DLSA01/  of length  31    (22 double precision words

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODPK package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of two routines in the DLSODPK package, either of
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODPK is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODPK, and
C   (2) the two internal Common blocks
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C         /DLPK01/  of length  17  (4 double precision words

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODKR package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of two routines in the DLSODKR package, either of
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODKR is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODKR, and
C   (2) the four internal Common blocks
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C         /DLS002/  of length   5  (1 double precision word

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODI package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of two routines in the DLSODI package, either of
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODI is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODI, and
C   (2) the internal Common block
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSOIBT package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of two routines in the DLSOIBT package, either of
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSOIBT is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSOIBT, and
C   (2) the internal Common block
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C

opkdmain.f  view on Meta::CPAN

C 2.   Descriptions of other routines in the DLSODIS package that may be
C      (optionally) called by the user.  These provide the ability to
C      alter error message handling, save and restore the internal
C      Common, and obtain specified derivatives of the solution y(t).
C
C 3.   Descriptions of Common blocks to be declared in overlay
C      or similar environments, or to be saved when doing an interrupt
C      of the problem and continued solution later.
C
C 4.   Description of two routines in the DLSODIS package, either of
C      which the user may replace with his/her own version, if desired.

opkdmain.f  view on Meta::CPAN

C             -1 if K was illegal, and -2 if T was illegal.
C             On an error return, a message is also written.
C-----------------------------------------------------------------------
C Part 3.  Common Blocks.
C
C If DLSODIS is to be used in an overlay situation, the user
C must declare, in the primary overlay, the variables in:
C   (1) the call sequence to DLSODIS, and
C   (2) the two internal Common blocks
C         /DLS001/  of length  255  (218 double precision words
C                      followed by 37 integer words),
C         /DLSS01/  of length  40  (6 double precision words

 view all matches for this distribution



Math-decNumber

 view release on metacpan or  search on metacpan

t/decNumberTest/abs.decTest  view on Meta::CPAN

absx040 abs '2.1'     ->  '2.1'
absx041 abs '-100'    ->  '100'
absx042 abs '101.5'   ->  '101.5'
absx043 abs '-101.5'  ->  '101.5'

-- more fixed, potential LHS swaps/overlays if done by subtract 0
precision: 9
absx060 abs '-56267E-10'  -> '0.0000056267'
absx061 abs '-56267E-5'   -> '0.56267'
absx062 abs '-56267E-2'   -> '562.67'
absx063 abs '-56267E-1'   -> '5626.7'

 view all matches for this distribution


Minion

 view release on metacpan or  search on metacpan

lib/Mojolicious/Plugin/Minion/resources/public/minion/bootstrap/bootstrap.css  view on Meta::CPAN

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c75...
/*# sourceMappingURL=bootstrap.min.css.map */

 view all matches for this distribution


Mnet

 view release on metacpan or  search on metacpan

lib/Mnet/Opts/Cli/Cache.pm  view on Meta::CPAN


    # init output extra cli args, from ARGV if Mnet::Opts::Cli is not loaded
    my @extras = @Mnet::Opts::Cli::Cache::extras;
    @extras = @ARGV if not $INC{"Mnet/Opts/Cli.pm"};

    # next overlay output opts with Mnet opts read from Mnet::Opts::Cli->new
    #   opts with dashes would be a pain, because of need to xlate underscores
    if ($INC{"Mnet/Opts/Cli.pm"}) {
        foreach my $opt (keys %$Mnet::Opts::Cli::defined) {
            if ($opt =~ /^(batch|debug|quiet|record|replay|silent|tee|test)$/) {
                $opts->{$opt} = $Mnet::Opts::Cli::Cache::opts->{$opt};
            }
        }
    }

    # finally overlay input options on top of any Mnet pragma and Mnet options
    $opts->{$_} = $input->{$_} foreach keys %$input;

    # finished new method, return opts hash, and extra args in list context
    return wantarray ? ($opts, @extras) : $opts
}

 view all matches for this distribution


Module-Build

 view release on metacpan or  search on metacpan

lib/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


Mojar-Cron

 view release on metacpan or  search on metacpan

lib/Mojar/Cron/Holiday.pm  view on Meta::CPAN


  my $regional = Mojar::Cron::Holiday->new(holidays => {
    '2014-12-25' => 0,  # We work Christmas Day
    '2014-12-26' => 1   # but get Boxing Day in lieu
  });
  $regional->linked($national);  # regional is an overlay on national
  say 'Booo!' unless $regional->holiday('2014-12-25');
  say 'Phew!'
    if $regional->holiday('2014-12-24') and $regional->holiday('2014-12-26');

=head1 DESCRIPTION

 view all matches for this distribution


Mojito

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

files/SHJS/sh_vampire.css
files/SHJS/sh_vampire.min.css
files/SHJS/sh_vim.css
files/SHJS/sh_vim.min.css
files/css/mojito.css
files/css/ui-lightness/images/animated-overlay.gif
files/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
files/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
files/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
files/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
files/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png

 view all matches for this distribution


Mojo-DOM-Role-Analyzer

 view release on metacpan or  search on metacpan

t/complex.html  view on Meta::CPAN

<script async="" src="//static.ads-twitter.com/uwt.js"></script><script>document.getElementsByTagName('html')[0].className = 'news-js';</script>
<link rel="dns-prefetch" href="https://img.buzzfeed.com/buzzfeed-static/">
<link rel="dns-prefetch" href="https://polyfill.io/">
<script>(function () {var d = document, w = window, n = navigator, wp = w.performance, os, osMap, getCookie;if (!n || !n.sendBeacon || !wp || !wp.now) return;osMap = {'Win': 'Windows', 'Mac': 'MacOs', 'X11': 'Unix', 'Linux': 'Linux'};os = navigator.a...
<style>
  html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}aud...


/*# sourceMappingURL=critical.853a8d16e5582ae61351.css.map*/
  # sra assets
  .modal{background:rgba(255,255,255,0.9);position:fixed;height:100%;width:100%;top:0;left:0;padding:1rem;z-index:400;opacity:0;visibility:hidden;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;overflow-x:hidden;overflow-y:auto}.m...


/*# sourceMappingURL=subbuzzes.de459b95c74874fd6b70.css.map?brotli=allow*/
</style>
<link rel="stylesheet" href="/static-assets/css/core.16d68eeab621a52b9221.css" as="style" onload="this.rel='stylesheet'" onerror="window.bfa('track/website/instrumentation', { data: { target: 'stylesheet', value: 'timeout' } })">

t/complex.html  view on Meta::CPAN

  <link rel="stylesheet" type="text/css" media="screen" href="//assets.documentcloud.org/viewer/viewer-datauri.css"><link rel="stylesheet" type="text/css" media="print" href="//assets.documentcloud.org/viewer/printviewer.css"><script src="//assets.do...
 { font-weight:bold; color:#000 !important; }
</style><style type="text/css" media="all">
.DV-page-1 .DV-pageSpecific-1, .DV-page-2 .DV-pageSpecific-2, .DV-page-3 .DV-pageSpecific-3, .DV-page-4 .DV-pageSpecific-4, .DV-page-5 .DV-pageSpecific-5, .DV-page-6 .DV-pageSpecific-6, .DV-page-7 .DV-pageSpecific-7, .DV-page-8 .DV-pageSpecific-8, .D...
</style><script src="//www.buzzfeed.com/static/js/ad-detection/ads.js" async=""></script><script src="//run.adrizer.com/track.min.js" async="" data-domain="buzzfeed.com" id="ADRIZER_JS"></script><script src="https://secure.quantserve.com/quant.js" as...
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://static.xx.fbcdn.n...
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,...

  <body class="ad-scroll-sub--enabled">
    <a href="#news-content" class="newsblock-skipnav">Skip To Content</a>

t/complex.html  view on Meta::CPAN

    </g>
</svg>

  </a>
  <span class="text-red-caps xs-hide sm-block">Reporting To You</span>
  <button class="newsblock-header__hamburger" data-pixiedust="{&quot;item_name&quot;:&quot;open&quot;,&quot;item_type&quot;:&quot;button&quot;,&quot;unit_name&quot;:&quot;main&quot;,&quot;unit_type&quot;:&quot;nav&quot;,&quot;data_source_name&quot;:&...
    <svg role="image" viewBox="0 0 24 17">
  <title>Menu Icon</title>
  <g transform="translate(-284.000000, -15.000000)" fill="#000" fill-rule="nonzero">
  <path d="M284,15 L308,15 L308,18 L284,18 L284,15 Z M284,22 L308,22 L308,25 L284,25 L284,22 Z M284,29 L308,29 L308,32 L284,32 L284,29 Z"></path>
  </g>

t/complex.html  view on Meta::CPAN

                    <ellipse id="Oval" fill="#F23A30" cx="108.464362" cy="17.0549718" rx="2.94473382" ry="2.92370946"></ellipse>
                </g>
        </g>
</svg>
    </div>
    <button class="newsblock-mobile-navigation-menu__mobile-close-button" type="button" data-pixiedust="{&quot;item_name&quot;:&quot;cancel&quot;,&quot;item_type&quot;:&quot;button&quot;,&quot;unit_name&quot;:&quot;overlay&quot;,&quot;unit_type&quot;...
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 38">
  <title>Close</title>
  <path fill="currentColor" d="M30.3 10.5l-2.8-2.8-8.5 8.5-8.5-8.5-2.8 2.8 8.5 8.5-8.5 8.5 2.8 2.8 8.5-8.5 8.5 8.5 2.8-2.8-8.5-8.5z"></path>
</svg>
    </button>

t/complex.html  view on Meta::CPAN

      <li class="newsblock-mobile-navigation-menu__list-item">
        <a class="newsblock-mobile-navigation-menu__link" href="https://www.buzzfeed.com" data-bfa="@a:BuzzFeedCom" data-pixiedust="{&quot;item_name&quot;:&quot;buzzfeed.com&quot;,&quot;position_in_unit&quot;:3,&quot;unit_name&quot;:&quot;main&quot;,...
      </li>
      <li>
        <div id="CCPAModule" class="ccpa-consent-module">
          <button class="ccpa-button button button--small" onclick="javascript:window.__cmp('displayUspUi');" data-pixiedust="{&quot;item_name&quot;:&quot;ccpa_button&quot;,&quot;item_type&quot;:&quot;button&quot;,&quot;unit_name&quot;:&quot;overlay&...
            Do Not Sell My Personal Information
          </button>
        </div>
      </li>
    </ul>

t/complex.html  view on Meta::CPAN

                <span class="DV-textCurrentPage"></span>
                <pre class="DV-textContents" style="width: 647px; font-size: 13.3px;"></pre>
              </div>
            </div>
            <div class="DV-set p0 DV-loaded DV-page-1" data-id="p0" style="top: 0px; left: 0px; height: 861px; width: 665px;">
  <div class="DV-overlay"></div>
  <div class="DV-pageNoteInsert visible" title="Click to Add a Page Note">
    <div class="DV-annotationTab">
      <div class="DV-annotationClose"></div>
    </div>
    <div class="DV-annotationDivider"></div>

t/complex.html  view on Meta::CPAN

    <span class="DV-loading-bottom">Loading</span>
    <div class="DV-cover" style="width: 665px; height: 861px;"></div>
    <img width="665" height="861" class="DV-pageImage" src="https://assets.documentcloud.org/documents/7035751/pages/LEOPOLD-Federal-Protective-Service-BLM-FOIA-p1-normal.gif" style="width: 665px; height: 861px;">
  </div>
</div><div class="DV-set p1 DV-loaded DV-page-2" data-id="p1" style="top: 891px; left: 0px; height: 861px; width: 665px;">
  <div class="DV-overlay"></div>
  <div class="DV-pageNoteInsert visible" title="Click to Add a Page Note">
    <div class="DV-annotationTab">
      <div class="DV-annotationClose"></div>
    </div>
    <div class="DV-annotationDivider"></div>

t/complex.html  view on Meta::CPAN

    <span class="DV-loading-bottom">Loading</span>
    <div class="DV-cover" style="width: 665px; height: 861px;"></div>
    <img width="665" height="861" class="DV-pageImage" src="https://assets.documentcloud.org/documents/7035751/pages/LEOPOLD-Federal-Protective-Service-BLM-FOIA-p2-normal.gif" style="width: 665px; height: 861px;">
  </div>
</div><div class="DV-set p2 DV-page-3 DV-loaded" data-id="p2" style="top: 1782px; left: 0px; height: 861px; width: 665px;">
  <div class="DV-overlay"></div>
  <div class="DV-pageNoteInsert visible" title="Click to Add a Page Note">
    <div class="DV-annotationTab">
      <div class="DV-annotationClose"></div>
    </div>
    <div class="DV-annotationDivider"></div>

t/complex.html  view on Meta::CPAN

 brand</a>
          </div>
        </div>
      </div>
      <div class="newsblock-page-footer__external xs-flex xs-flex-justify-space-between" id="ccpa-block">
      <div class="md-flex-grow-2"><div class="newsblock-page-footer__ccpa-consent-module"><div>California residents can opt out of "sales" of personal data.</div><button class="newsblock-page-footer__ccpa-button" data-pixiedust="{&quot;item_name&quot...
    </div>
  </div>
</footer>
    
      

 view all matches for this distribution


Mojo-Transaction-HTTP-Role-Mechanize

 view release on metacpan or  search on metacpan

lib/Mojo/Transaction/HTTP/Role/Mechanize.pm  view on Meta::CPAN


  return $forms;
}

sub submit {
  my ($self, $selector, $overlay) = (shift);
  $overlay  = pop   if @_ && ref($_[-1]) eq 'HASH';
  $selector = shift if @_ % 2;
  $overlay ||= {@_};

  # cannot continue from error state
  return if $self->error;

  # extract form

lib/Mojo/Transaction/HTTP/Role/Mechanize.pm  view on Meta::CPAN


  # values from form
  my $state = $form->val($selector);

  # merge in new values of form elements
  my @keys = grep { exists $overlay->{$_} } keys %$state;
  @$state{@keys} = @$overlay{@keys};

  # build a new transaction ...
  return Mojo::UserAgent::Transactor->new->tx(
    $method => $target,
    {}, form => $state

 view all matches for this distribution


MojoMojo

 view release on metacpan or  search on metacpan

root/static/js/swfupload.js  view on Meta::CPAN

// Public: setButtonText Changes the text overlaid on the button
SWFUpload.prototype.setButtonText = function (html) {
	this.settings.button_text = html;
	this.callFlash("SetButtonText", [html]);
};
// Public: setButtonTextPadding changes the top and left padding of the text overlay
SWFUpload.prototype.setButtonTextPadding = function (left, top) {
	this.settings.button_text_top_padding = top;
	this.settings.button_text_left_padding = left;
	this.callFlash("SetButtonTextPadding", [left, top]);
};

 view all matches for this distribution


Mojolicious-Plugin-Leafletjs

 view release on metacpan or  search on metacpan

share/public/leaflet.css  view on Meta::CPAN

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;

share/public/leaflet.css  view on Meta::CPAN

.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }


 view all matches for this distribution


Mojolicious-Plugin-Materialize

 view release on metacpan or  search on metacpan

lib/Mojolicious/Plugin/Materialize/css/materialize.css  view on Meta::CPAN

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;

lib/Mojolicious/Plugin/Materialize/css/materialize.css  view on Meta::CPAN

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

lib/Mojolicious/Plugin/Materialize/css/materialize.css  view on Meta::CPAN

.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;

lib/Mojolicious/Plugin/Materialize/css/materialize.css  view on Meta::CPAN

  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;

 view all matches for this distribution


Mojolicious-Plugin-MostTagHelpers

 view release on metacpan or  search on metacpan

lib/Mojolicious/Plugin/MostTagHelpers.pm  view on Meta::CPAN

  my $children = $dom->children;
  if ($children->size == 1) {
    $children = $children->[0]->children;
  }
  $children->each(sub{
    $_->{ms_overlay} = $i++ . '-';
  });

  require Mojo::ByteStream;
  return Mojo::ByteStream->new($dom->to_string);
}

lib/Mojolicious/Plugin/MostTagHelpers.pm  view on Meta::CPAN

   %= li 'Always shown'
   %= li 'Shown after one click'
 % end

  <ul>
    <li ms_overlay="1-">Always shown</li>
    <li ms_overlay="2-">Shown after one click</li>
  </ul>


Adds ms_overlay attributes to a sequence of elements with increasing start number.
Note that if passed an html element which has only one element, the attributes will be applied to the children of that attribute.
Because of this, the two templates above result in the same shown output.

=back

 view all matches for this distribution


Mojolicious-Plugin-Obrazi

 view release on metacpan or  search on metacpan

lib/Mojolicious/Command/Author/generate/obrazi.pm  view on Meta::CPAN

    section.toggle('slow');
})

/*
    Clicking on a thumbnail opens a full-sized image in a 100%x100% screen-sized
    overlay box. Sets a more visible border on the thumbnail to remind the user
    where he/she was.
*/
$('section .card').click(function(e){
    e.stopPropagation();
    let self = $(e.target);

 view all matches for this distribution


Mojolicious

 view release on metacpan or  search on metacpan

lib/Mojolicious/resources/public/mojo/bootstrap/bootstrap.css  view on Meta::CPAN

@charset "UTF-8";/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff...
/*# sourceMappingURL=bootstrap.min.css.map */

 view all matches for this distribution


( run in 0.993 second using v1.01-cache-2.11-cpan-49f99fa48dc )