view release on metacpan or search on metacpan
lib/Bot/BasicBot/Pluggable/Module/WoWPVP.pm view on Meta::CPAN
$text = "HK/DK " . $hash{lhk} . "/" . $hash{ldk};
$text .= " rating "
. $hash{rating}
. " (Progression"
. chr(3) . "9 "
. $hash{percent} . "%"
. chr(3) . "0) ";
$self->tell( $channel, $text );
}
view all matches for this distribution
view release on metacpan or search on metacpan
Boulder/Blast.pm view on Meta::CPAN
The significance of the hit. If there are multiple HSPs in the hit,
this will be the most significant (smallest) value.
=item Identity
The percent identity of the hit. If there are multiple HSPs, this
will be the one with the highest percent identity.
=item Expect
The expectation value for the hit. If there are multiple HSPs, this
will be the lowest expectation value in the set.
Boulder/Blast.pm view on Meta::CPAN
This output was generated by the I<quickblast.pl> program, which is
located in the F<eg/> subdirectory of the I<Boulder> distribution
directory. It is a typical I<blastn> (nucleotide->nucleotide) run;
however long lines (usually DNA sequences) have been truncated. Also
note that per the Boulder protocol, the percent sign (%) is escaped in
the usual way. It will be unescaped when reading the stream
back in.
Blast_run_date=Fri Nov 6 14:40:41 1998
Blast_db_date=2:40 PM EST Nov 6, 1998
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Box/Calc.pm view on Meta::CPAN
return \@boxes;
}
=head1 TODO
There are some additional optimizations that could be done to speed things up a bit. We might also be able to get a better fill percentage (less void space), although that's not really the intent of Box::Calc.
=head1 PREREQS
L<Moose>
L<Ouch>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Brackup/Backup.pm view on Meta::CPAN
$cur_file = undef;
};
my $show_status = sub {
# use either size of files in normal case, or if we pre-calculated
# the size-to-upload (by looking in inventory, then we'll show the
# more accurate percentage)
my $percdone = 100 * ($n_kb_up_need ?
($n_kb_up / $n_kb_up_need) :
($n_kb_done / $n_kb));
my $mb_remain = ($n_kb_up_need ?
($n_kb_up_need - $n_kb_up) :
lib/Brackup/Backup.pm view on Meta::CPAN
chomp $line;
print $line, "\n";
}
sub report_progress {
my ($self, $percent, $message) = @_;
if ($self->{zenityprogress}) {
if (defined($message) && length($message) > 100) {
$message = substr($message, 0, 100)."...";
}
print STDOUT "#", $message, "\n" if defined $message;
print STDOUT $percent, "\n" if defined $percent;
}
}
1;
view all matches for this distribution
view release on metacpan or search on metacpan
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
view all matches for this distribution
view release on metacpan or search on metacpan
ocip_html/OCISchemaGroup.xsd.html view on Meta::CPAN
User: "User Id"
"Is Local" is set to "yes" if the event is processed on the server
who received the request, "no" otherwise meaning that the event is
processed on another server.
"Completion %" provides an estimate of the completion of the event.
A percentage is given, the current number of completed expanded event,
and the total number of expanded event.
"Pushed/ Same Hash/ Not Pushed" gives the total number of files that
were pushed, not pushed because of same hash, and not pushed when
processing the event.
"LoginId" is the user or admin id who triggered the event.
view all matches for this distribution
view release on metacpan or search on metacpan
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
view all matches for this distribution
view release on metacpan or search on metacpan
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/AU/Ledger/Database/Payment.pm view on Meta::CPAN
sub save_payment_record
{
my($self, $context, $payment) = @_;
my($table_name) = 'payments';
my(@field) = (qw/category_code gst_code month payment_method tx_detail amount comment gst_amount petty_cash_in petty_cash_out private_use_amount private_use_percent reference timestamp/);
my($data) = {};
my(%id) =
(
category_code => 1,
gst_code => 1,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CPI/Cart/Moip.pm view on Meta::CPAN
valor_fixo => 5.50,
},
{
razao => 'Motivo da divisao',
login_moip => 'loginmoip2',
valor_percentual => 10,
}
]);
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CPI/Gateway/Test.pm view on Meta::CPAN
foreach my $receiver (@{ $cart->_receivers }) {
push @hidden_inputs,
(
"receiver${i}_id" => $receiver->account->gateway_id,
"receiver${i}_percent" => sprintf("%.2f", 0+$receiver->percent_amount),
);
$i++;
}
return @hidden_inputs;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CyberSource/Response/Role/DCC.pm view on Meta::CPAN
required => 1,
is => 'ro',
isa => 'Int',
);
has margin_rate_percentage => (
required => 1,
is => 'ro',
isa => 'Num',
);
lib/Business/CyberSource/Response/Role/DCC.pm view on Meta::CPAN
=head2 dcc_supported
=head2 valid_hours
=head2 margin_rate_percentage
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website
https://github.com/hostgator/business-cybersource/issues
view all matches for this distribution
view release on metacpan or search on metacpan
examples/mojo-webapp/public/css/bootstrap-theme.css.map view on Meta::CPAN
{"version":3,"file":"bootstrap-theme.css","sources":["less/theme.less","less/mixins/vendor-prefixes.less","bootstrap-theme.css","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAeA;;;;;;EAME,0CAAA;EC+CA,6FAAA;EACQ...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/EDI/CodeList/AllowanceOrChargeCodeQualifier.pm view on Meta::CPAN
'Charge is related to a line item. It can override a default charge.' ],
'N' => [ 'No allowance or charge',
'No increases or reduction in price (list or stated) are included.' ],
'O' => [ 'About',
'To be construed as allowing a difference not exceeding 10 % more or 10 % less than the amount which it refers.' ],
'P' => [ 'Minus (percentage)',
'The lesser value expressed in percentage.' ],
'Q' => [ 'Minus (amount)',
'The lesser value expressed in amount.' ],
'R' => [ 'Plus (percentage)',
'The greater value expressed in percentage.' ],
'S' => [ 'Plus (amount)',
'The greater value expressed in amount.' ],
'T' => [ 'Plus/minus (percentage)',
'The greater/lesser value expressed in percentage.' ],
'U' => [ 'Plus/minus (amount)',
'The greater/lesser value expressed in amount.' ],
'V' => [ 'No allowance',
'Code specifying that there is no allowance.' ],
'W' => [ 'No charge',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Edifact/Message.pm view on Meta::CPAN
=cut
sub handle_pcd {
my ( $self, $data_arr ) = @_;
if ( $self->{item_alc_flag} ) {
$self->{lines}->[-1]->{item_allowance_or_charge}->[-1]->{percentage} =
$data_arr->[0]->[1];
delete $self->{item_alc_flag};
}
return;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Intelligence/MicroStrategy/CommandManager.pm view on Meta::CPAN
^ is used as the escape character to specify a string constant inside an expression.
{} are used to indicate a pair of join element list qualification.
When it comes to ambiguous objects within an expression, there are two ways to solve it:
a. To specify the object with its full path
b. Place all of the ambiguous objects in a single folder and specify this folder in the command using the BREAKAMBIGUITY reserved word.
When specifying the percentage value using Rank<ByValue=False>, please specify a fraction value between 0 and 1 that corresponds to the percentage value. For example, forty percent (40%) should be specified as 0.4.
Examples of different qualitications:
1. Attribute qualification:
[\Schema Objects\Attributes\Time\Year]@ID IN ("2003, 2004")
[\Schema Objects\Attributes\Time\Year]@ID =2003
[\Schema Objects\Attributes\Products\Category]@DESC IN ("Books", "Movies", "Music", "Electronics")
lib/Business/Intelligence/MicroStrategy/CommandManager.pm view on Meta::CPAN
Bottom Rank: Rank([\Public Objects\Metrics\Sales Metrics\Profit]) <= 3
Top Rank: Rank<ASC=False>([Revenue Contribution to All Products Abs.]) <= 5
Percent: Rank<ByValue=False>([\Public Objects\Metrics\Sales Metrics\Profit]) <= 0.1
*Note for Rank function: There are two parameters that control its behavior. ASC and ByValue.
When ASC is set to true, the ranking results are sorted in ascending order; when its value is set to false, the ranking results are sorted in descending order.
When ByValue is set to true, the ranking results represent their value order; whereas, when ByValue is set to false, the ranking results represent their percentage order.
3. Shortcut to a Report Qualification
Just specify the report name:
[Revenue vs. Forecast] or
[\Public Objects\Reports\Revenue vs. Forecast]
4. Shortcut to a Filter
lib/Business/Intelligence/MicroStrategy/CommandManager.pm view on Meta::CPAN
MAXNOXMLDRILLPATHS => "number_of_xml_drill_paths",
MAXMEMXML => "number_MBytes",
MAXMEMPDF => "number_MBytes",
MAXMEMEXCEL => "number_MBytes",
ENABLEWEBTHROTTLING => "TRUE" | "FALSE",
MAXMEMUSAGE => "percentage",
MINFREEMEM => "percentage",
ENABLEMEMALLOC => "TRUE" | "FALSE",
MAXALLOCSIZE => "number_MBytes",
ENABLEMEMCONTRACT => "TRUE" | "FALSE",
MINRESERVEDMEM => "NUMBER_MBYTES",
MINRESERVEDMEMPERCENTAGE => "PERCENTAGE",
MAXVIRTUALADDRSPACE => "percentage",
MEMIDLETIME => "seconds",
WORKSETDIR => "folder_path",
MAXRAMWORKSET => "number_KBytes"
);
lib/Business/Intelligence/MicroStrategy/CommandManager.pm view on Meta::CPAN
[MAXNOXMLDRILLPATHS <number_of_xml_drill_paths>]
[MAXMEMXML number_MBytes]
[MAXMEMPDF number_MBytes]
[MAXMEMEXCEL number_MBytes]
[ENABLEWEBTHROTTLING (TRUE | FALSE)]
[MAXMEMUSAGE <percentage>]
[MINFREEMEM <percentage>]
[ENABLEMEMALLOC (TRUE | FALSE)]
[MAXALLOCSIZE <number_MBytes>]
[ENABLEMEMCONTRACT (TRUE | FALSE)]
[(MINRESERVEDMEM <number_MBytes> | MINRESERVEDMEMPERCENTAGE <percentage>)]
[MAXVIRTUALADDRSPACE <percentage>]
[MEMIDLETIME <seconds>]
[WORKSETDIR "<folder_path>"]
[MAXRAMWORKSET <number_KBytes>];
ALTER SERVER CONFIGURATION MAXCONNECTIONTHREADS 5 BACKUPFREQ 0 USEPERFORMANCEMON TRUE USEMSTRSCHEDULER TRUE BALSERVERTHREADS FALSE HISTORYDIR ".\INBOX\dsmith" MAXNOMESSAGES 10 MAXNOJOBS 10000 MAXNOCLIENTCONNS 500 WEBIDLETIME 0 MAXNOXMLCELLS 500000 MA...
lib/Business/Intelligence/MicroStrategy/CommandManager.pm view on Meta::CPAN
^ is used as the escape character to specify a string constant inside an expression.
{} are used to indicate a pair of join element list qualification.
When it comes to ambiguous objects within an expression, there are two ways to solve it:
a. To specify the object with its full path
b. Place all of the ambiguous objects in a single folder and specify this folder in the command using the BREAKAMBIGUITY reserved word.
When specifying the percentage value using Rank<ByValue=False>, please specify a fraction value between 0 and 1 that corresponds to the percentage value. For example, forty percent (40%) should be specified as 0.4.
Examples of different qualitications:
1. Attribute qualification:
[\Schema Objects\Attributes\Time\Year]@ID IN ("2003, 2004")
[\Schema Objects\Attributes\Time\Year]@ID =2003
[\Schema Objects\Attributes\Products\Category]@DESC IN ("Books", "Movies", "Music", "Electronics")
lib/Business/Intelligence/MicroStrategy/CommandManager.pm view on Meta::CPAN
Bottom Rank: Rank([\Public Objects\Metrics\Sales Metrics\Profit]) <= 3
Top Rank: Rank<ASC=False>([Revenue Contribution to All Products Abs.]) <= 5
Percent: Rank<ByValue=False>([\Public Objects\Metrics\Sales Metrics\Profit]) <= 0.1
*Note for Rank function: There are two parameters that control its behavior. ASC and ByValue.
When ASC is set to true, the ranking results are sorted in ascending order; when its value is set to false, the ranking results are sorted in descending order.
When ByValue is set to true, the ranking results represent their value order; whereas, when ByValue is set to false, the ranking results represent their percentage order.
3. Shortcut to a Report Qualification
Just specify the report name:
[Revenue vs. Forecast] or
[\Public Objects\Reports\Revenue vs. Forecast]
4. Shortcut to a Filter
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Shipping/UPS_Offline/Shipment.pm view on Meta::CPAN
=item * disable_hundredweight( )
If true, don't estimate the hundredweight rate even if it would otherwise be possible.
=item * hundredweight_margin( $percent )
If the shipment weight is only $percent (default 10%) higher than the required amount to qualify for
hundredweight shipping, then do not calculate hundredweight. This is to guard against the chance that the
actual shipment weight turns out to be lower than what is used for estimation, resulting in failed eligibility
for hundredweight rates and a much higher rate than estimated.
=back
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Tax/ID/PPH21.pm view on Meta::CPAN
my %args = @_;
my $year = $args{year} or return [400, "Please specify year"];
my $resmeta = {
'table.fields' => [qw/xmin max rate/],
'table.field_formats' => [
undef, undef, ['percent', {sprintf=>'%3.0f%%'}]
],
};
if ($year >= 2022 && $year <= $latest_supported_year) {
state $res = [
200, "OK",
lib/Business/Tax/ID/PPH21.pm view on Meta::CPAN
{ xmin => 250000000, max => 500000000, rate => 0.25 },
{ xmin => 500000000, max => 5000000000, rate => 0.3 },
{ xmin => 5000000000, rate => 0.35 },
],
{
"table.field_formats" => [undef, undef, ["percent", { sprintf => "%3.0f%%" }]],
"table.fields" => ["xmin", "max", "rate"],
},
]
=back
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Tax/US/Form_1040/Worksheets.pm view on Meta::CPAN
=cut
my %data_2022_ssb = (
worksheet_line_count => 18,
ssa_percentage => 0.5,
percentage_a => 0.85,
percentage_b => 0.85,
percentage_c => 0.85,
married_amt_a => 32000,
single_amt_a => 25000,
married_amt_b => 12000,
single_amt_b => 9000,
other_percentage => 0.5,
);
# inspection of 2023 Soc Sec worksheet indicates no change in
# parameters
my %data_2023_ssb = map { $_ => $data_2022_ssb{$_} } keys %data_2022_ssb;
lib/Business/Tax/US/Form_1040/Worksheets.pm view on Meta::CPAN
head_of_household_amt_a => 55800,
single_amt_b => 459750,
married_sep_amt_b => 258600,
married_amt_b => 517200,
head_of_household_amt_b => 488500,
percentage_a => 0.15,
percentage_b => 0.20,
},
2023 => {
worksheet_line_count => 21,
single_or_married_sep_amt_a => 44625,
married_amt_a => 89250,
head_of_household_amt_a => 59750,
single_amt_b => 492300,
married_sep_amt_b => 276900,
married_amt_b => 553850,
head_of_household_amt_b => 523050,
percentage_a => 0.15,
percentage_b => 0.20,
},
},
);
sub social_security_benefits {
lib/Business/Tax/US/Form_1040/Worksheets.pm view on Meta::CPAN
$data->{status} = $inputs->{status};
my $filing_year = $inputs->{filing_year}; # TODO add test for numeric; required element
my @lines = (undef, (undef) x $params{ssb}{$filing_year}{worksheet_line_count});
my $formatted_lines;
$lines[1] = $data->{box5};
$lines[2] = $lines[1] * $params{ssb}{$filing_year}{ssa_percentage};
$lines[3] =
$data->{l1z} +
$data->{l2b} +
$data->{l3b} +
$data->{l4b} +
lib/Business/Tax/US/Form_1040/Worksheets.pm view on Meta::CPAN
worksheet_data => $formatted_lines,
};
}
$lines[7] = $lines[5] - $lines[6];
if ($data->{status} eq 'married_sep') {
$lines[16] = $lines[7] * $params{ssb}{$filing_year}{percentage_b};
$lines[17] = $lines[1] * $params{ssb}{$filing_year}{percentage_c};
$lines[18] = min($lines[16], $lines[17]);
$formatted_lines = decimal_lines(\@lines);
return {
taxable_benefits => $lines[18],
worksheet_data => $formatted_lines,
lib/Business/Tax/US/Form_1040/Worksheets.pm view on Meta::CPAN
? $params{ssb}{$filing_year}{married_amt_b}
: $params{ssb}{$filing_year}{single_amt_b};
my $diff = $lines[9] - $lines[10];
$lines[11] = $diff > 0 ? $diff : 0;
$lines[12] = min($lines[9], $lines[10]);
$lines[13] = $lines[12] * $params{ssb}{$filing_year}{other_percentage};
$lines[14] = min($lines[2], $lines[13]);
my $x = $lines[11] * $params{ssb}{$filing_year}{percentage_a};
$lines[15] = $x > 0 ? $x : 0;
$lines[16] = $lines[14] + $lines[15];
$lines[17] = $lines[1] * $params{ssb}{$filing_year}{percentage_c};
$lines[18] = min($lines[16], $lines[17]);
$formatted_lines = decimal_lines(\@lines);
return {
taxable_benefits => $lines[18],
worksheet_data => $formatted_lines,
lib/Business/Tax/US/Form_1040/Worksheets.pm view on Meta::CPAN
$lines[14] = min($lines[1], $lines[13]);
$lines[15] = $lines[5] + $lines[9];
my $diff1 = $lines[14] - $lines[15];
$lines[16] = $diff1 > 0 ? $diff1 : 0;
$lines[17] = min($lines[12], $lines[16]);
$lines[18] = $lines[17] * $params{qd}{$filing_year}{percentage_a};
$lines[19] = $lines[9] + $lines[17];
$lines[20] = $lines[10] - $lines[19];
$lines[21] = $lines[20] * $params{qd}{$filing_year}{percentage_b};
# We will need to use 5, 18, 21, 22 and 1
my @formatted_lines = (
$lines[0], # undef
map { sprintf("%.2f" => $lines[$_]) } (1..$#lines),
);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/US_Amort.pm view on Meta::CPAN
###########################################################################
%Proto = # public attributes and their values
(
principal => 0,
interest_rate => 8, # annual, percent
term => 30, # years (target term)
error => '',
cent_rounding => 1,
start_date => undef,
lib/Business/US_Amort.pm view on Meta::CPAN
$this->{'error'} = 'term must be positive and nonzero';
return 0;
}
# The only real voodoo is here:
my $j = # monthly interest rate in decimal -- in percent, not like .0875
$this->{'interest_rate'} / 1200;
my $n = # number of months the loan is amortized over
int($this->{'term'} * 12);
#print "j: $j\n";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/WebMoney/Exchanger.pm view on Meta::CPAN
} elsif ($key eq 'BaseRate') {
$row{rate} = ($value > 0) ? ($value + 0) : (-1 / $value);
} elsif (my ($percent) = ($key =~ /^Plus(\d+)$/)) {
# 005 => 0.05
# 01 => 0.1
# 02 => 0.2
# ...
# 1 => 1
# 2 => 2
# ...
$percent =~ s/^0(0*)/0.$1/;
$row{$percent} = $value;
} else {
$row{$key} = $value;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/cXML/Amount/TaxDetail.pm view on Meta::CPAN
use base qw(Business::cXML::Object);
use constant NODENAME => 'TaxDetail';
use constant PROPERTIES => (
category => '',
percent => undef,
basis => undef,
tax => (Business::cXML::Amount->new()),
description => undef,
purpose => undef,
);
lib/Business/cXML/Amount/TaxDetail.pm view on Meta::CPAN
sub from_node {
my ($self, $el) = @_;
$el->ferry($self, {
percentageRate => 'percent',
isVatRecoverable => '__UNIMPLEMENTED',
taxPointDate => '__UNIMPLEMENTED',
paymentDate => '__UNIMPLEMENTED',
isTriangularTransaction => '__UNIMPLEMENTED',
exemptDetail => '__UNIMPLEMENTED',
lib/Business/cXML/Amount/TaxDetail.pm view on Meta::CPAN
sub to_node {
my ($self, $doc) = @_;
my $node = $doc->create($self->{_nodeName}, undef,
purpose => $self->{purpose},
category => $self->{category},
percentageRate => $self->{percent},
);
$node->add($self->{basis}->to_node($node)) if defined $self->{basis};
$node->add($self->{tax}->to_node($node));
# TaxLocation
lib/Business/cXML/Amount/TaxDetail.pm view on Meta::CPAN
=item C<B<category>>
Mandatory, i.e. C<gst>
=item C<B<percent>>
Optional, i.e. C<8>
=item C<B<basis>>
view all matches for this distribution
view release on metacpan or search on metacpan
examples/web/Scripts/jquery-ui-1.8.11.custom.min.js view on Meta::CPAN
* Depends:
* jquery.ui.core.js
* jquery.ui.widget.js
*/
(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.opti...
this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._...
this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");t...
;/*
* jQuery UI Effects 1.8.11
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
examples/web/Scripts/jquery-ui-1.8.11.custom.min.js view on Meta::CPAN
* http://docs.jquery.com/UI/Effects/Scale
*
* Depends:
* jquery.effects.core.js
*/
(function(c){c.effects.puff=function(b){return this.queue(function(){var a=c(this),e=c.effects.setMode(a,b.options.mode||"hide"),g=parseInt(b.options.percent,10)||150,h=g/100,i={height:a.height(),width:a.width()};c.extend(b.options,{fade:true,mode:e,...
b.options.mode||"effect"),h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:g=="hide"?0:100),i=b.options.direction||"both",f=b.options.origin;if(g!="effect"){e.origin=f||["middle","center"];e.restore=true}f={height:a.height(),wid...
1;a.to.opacity=0}}e.from=a.from;e.to=a.to;e.mode=g;a.effect("size",e,b.duration,b.callback);a.dequeue()})};c.effects.size=function(b){return this.queue(function(){var a=c(this),e=["position","top","bottom","left","right","width","height","overflow","...
p=c.effects.setMode(a,b.options.mode||"effect"),n=b.options.restore||false,m=b.options.scale||"both",l=b.options.origin,j={height:a.height(),width:a.width()};a.from=b.options.from||j;a.to=b.options.to||j;if(l){l=c.effects.getBaseline(l,j);a.from.top=...
if(m=="box"||m=="both"){if(d.from.y!=d.to.y){e=e.concat(f);a.from=c.effects.setTransition(a,f,d.from.y,a.from);a.to=c.effects.setTransition(a,f,d.to.y,a.to)}if(d.from.x!=d.to.x){e=e.concat(k);a.from=c.effects.setTransition(a,k,d.from.x,a.from);a.to=c...
a.css("overflow","hidden").css(a.from);if(m=="content"||m=="both"){f=f.concat(["marginTop","marginBottom"]).concat(i);k=k.concat(["marginLeft","marginRight"]);h=e.concat(f).concat(k);a.find("*[width]").each(function(){child=c(this);n&&c.effects.save(...
child.to=c.effects.setTransition(child,f,d.to.y,child.to)}if(d.from.x!=d.to.x){child.from=c.effects.setTransition(child,k,d.from.x,child.from);child.to=c.effects.setTransition(child,k,d.to.x,child.to)}child.css(child.from);child.animate(child.to,b.du...
view all matches for this distribution
view release on metacpan or search on metacpan
t/samples/turner_press.rss view on Meta::CPAN
<div class="field-items">
<div class="field-item even" property="content:encoded"><p><strong>MANILA (September 9, 2014) â</strong> Cartoon Network has extended its global animation talent search further into Southeas...
<p>Today, Manila-based production studio Top Draw Animation opened its doors for the very first time to local animation and TV industry representatives who experienced an exclusive studio tour and a sneak-peek of <em>Monster Beach</em&...
<p>Silas Hickey, Cartoon Networkâs Creative Director for Animation Development in Asia Pacific, said: âOur International Shorts Program signals serious intent that we are continuing to support the animation industry in Asia Pacific. We trul...
<p>After the tour, Top Draw Animation staff demonstrated their enthusiasm for the projects they are working on by dressing up as their favorite anime characters from <em>Exchange Student Zero</em>, another project that features the ...
<p>Original content makes up a large percentage of Cartoon Networkâs line-up, and series like <em>Adventure Time</em>, <em>The Amazing World of Gumball</em> and <em>Uncle Grandpa</em> are a major factor tha...
<p>In Asia Pacific, <em>Monster Beach</em> premieres across Southeast Asia, Australia and New Zealand on Halloween (October 31). <em>Exchange Student Zero</em>, an animated series, will premiere on Cartoon Network in mid...
<p align="center"><strong>-Ends-</strong></p>
<p> </p>
<p><em><strong>[1]</strong></em><em> <strong>Data Source:</strong> Kantar Philippines, national; 1 January 2010 â 28 August 2014 (all-week 0600-2359); CS 2-12</em></p>
<p> </p>
view all matches for this distribution
view release on metacpan or search on metacpan
share/www/static/jquery.js view on Meta::CPAN
ret = jQuery.style( elem, name );
}
// A tribute to the "awesome hack by Dean Edwards"
// Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right
// Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
// this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
// Remember the original values
width = style.width;
share/www/static/jquery.js view on Meta::CPAN
}
};
}
// Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
// getComputedStyle returns percent when specified for top/left/bottom/right
// rather than make the css module depend on the offset module, we just check for it here
if ( !jQuery.support.pixelPosition && jQuery.fn.position ) {
jQuery.each( [ "top", "left" ], function( i, prop ) {
jQuery.cssHooks[ prop ] = {
get: function( elem, computed ) {
if ( computed ) {
computed = curCSS( elem, prop );
// if curCSS returns percentage, fallback to offset
return rnumnonpx.test( computed ) ?
jQuery( elem ).position()[ prop ] + "px" :
computed;
}
}
share/www/static/jquery.js view on Meta::CPAN
}
var currentTime = fxNow || createFxNow(),
remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ),
// archaic crash bug won't allow us to use 1 - ( 0.5 || 0 ) (#12497)
temp = remaining / animation.duration || 0,
percent = 1 - temp,
index = 0,
length = animation.tweens.length;
for ( ; index < length ; index++ ) {
animation.tweens[ index ].run( percent );
}
deferred.notifyWith( elem, [ animation, percent, remaining ]);
if ( percent < 1 && length ) {
return remaining;
} else {
deferred.resolveWith( elem, [ animation ] );
return false;
}
share/www/static/jquery.js view on Meta::CPAN
return hooks && hooks.get ?
hooks.get( this ) :
Tween.propHooks._default.get( this );
},
run: function( percent ) {
var eased,
hooks = Tween.propHooks[ this.prop ];
if ( this.options.duration ) {
this.pos = eased = jQuery.easing[ this.easing ](
percent, this.options.duration * percent, 0, 1, this.options.duration
);
} else {
this.pos = eased = percent;
}
this.now = ( this.end - this.start ) * eased + this.start;
if ( this.options.step ) {
this.options.step.call( this.elem, this.now, this );
view all matches for this distribution
view release on metacpan or search on metacpan
docs/intro.html view on Meta::CPAN
not the actual true content) then log messages should not be
parsed more than once.</p>
<h3>Allow reprocessing of the log messages</h3>
<p>Clearly if the approach is to ignore a large percentage of the
log messages and avoid reparsing previously seen messages then
occasionally a need to re-process the log files will occur. This
is most likely when an administrator has a new requirement to
analyse data related to some facility and generate long-term
statistics. It should be possible to go back through the system
view all matches for this distribution
view release on metacpan or search on metacpan
contrib/LICENSE view on Meta::CPAN
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
view all matches for this distribution
view release on metacpan or search on metacpan
This module contains functions which assist in automatic generation of
C programs. For work with strings, "convert_to_c_string" converts a
string into a string with characters correctly escaped for use in a C
program. "convert_to_c_string_pc" does the same thing plus escaping
percent signs so that they may be used as format strings for
printf. "escape_string" escapes double quotes. "valid_c_variable"
checks whether a string is valid as a C variable.
The module contains various line directive related
functions. "line_directive" prints a C line directive. "linein"
view all matches for this distribution
view release on metacpan or search on metacpan
src/sparse-0.4.4/LICENSE view on Meta::CPAN
whether in upper or lower case, means an individual or a legal entity exercising
rights under, and complying with all of the terms of, this License. For legal
entities, "You" includes any entity that controls, is controlled by, or is under
common control with you. For purposes of this definition, "control" means (i)
the power, direct or indirect, to cause the direction or management of such
entity, whether by contract or otherwise, or (ii) ownership of fifty percent
(50%) or more of the outstanding shares, or (iii) beneficial ownership of such
entity.
15) Right to Use. You may use the Original Work in all ways not otherwise
restricted or conditioned by this License or by law, and Licensor promises not
view all matches for this distribution