view release on metacpan or search on metacpan
lib/App/JobLog/Command/vacation.pm view on Meta::CPAN
=item flexibility
Most intervals of time off give you the expected number of work hours per day that would otherwise be a work day. One may
also mark a vacation period as fixed or flexible, however. A fixed period behaves in every way like a work event except
it doesn't appear in the work log. A flexible vacation period shrinks or expands as needed to fill out the hours to the
full complement in the days in which they occur.
=back
=head2 SORT ORDER
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/KGB/Client.pm view on Meta::CPAN
protocol C<2>, unless B<web_link> is also given, in which case protocol version
C<3> is default;
=item B<web_link> I<template>
A web link template to be sent to the server. The following items are expanded:
=over
=item ${branch}
lib/App/KGB/Client.pm view on Meta::CPAN
}
return @servers;
}
=item expand_link ($string, \%data)
Expands items in the form I<${item}> in I<$string>, using the data in the
supplied hash reference.
Passing
lib/App/KGB/Client.pm view on Meta::CPAN
would result in C<http://git/dh-make-perl.git?commit=225ceca>.
=cut
sub expand_link {
my ( $self, $input, $data ) = @_;
my $output = '';
my $re = qr/\$\{([^{}]+)\}/p;
lib/App/KGB/Client.pm view on Meta::CPAN
$output .= ${^PREMATCH} . $v;
$input = ${^POSTMATCH};
}
warn "Web link expanded to $output\n" if $self->verbose;
return $output;
}
=item shorten_url (url)
lib/App/KGB/Client.pm view on Meta::CPAN
$module //= $det_module;
}
my $web_link = $self->web_link;
if ( defined($web_link) ) {
$web_link = $self->expand_link(
$web_link,
{ branch => $branch,
module => $module,
commit => $commit->id,
project => $self->repo_id
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Kit.pm view on Meta::CPAN
Reuse them throughout the code base, again, with no effort!
=head2 use default objects or set your own
The defaults will work and as your project expands you can customize if needed without needing to refactor your code.
For example, once you sprint the localization setup, you can change your classâs locale() to use your object.
=head2 easy mocking (for your tests!)
view all matches for this distribution
view release on metacpan or search on metacpan
},
"runtime" : {
"requires" : {
"Data::Sah::Compiler::perl::TH::bool" : "0",
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"Module::CPANTS::Analyse" : "0",
"Perinci::CmdLine::Any" : "0",
"Perinci::CmdLine::Lite" : "1.827",
"Sah::Schema::pathname" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"runtime" : {
"requires" : {
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"Perinci::CmdLine::Any" : "0",
"Perinci::CmdLine::Lite" : "1.827",
"Sah::Schema::filename" : "0",
"Text::CSV_XS" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
- tighten custom BSD detection to avoid SSLeay false positive
- use Getopt::Long and Pod::Usage (not Getopt::Long::Descriptive)
David Bremner++
[ Documentation ]
- add pod section ENVIRONMENT (replacing and expanding section DEBUGGING)
- colorize output of --help option, and auto-enable color more reliably
- document that options --check and --ignore apply only when multiple
PATHs are provided
- improve markup of pod section OPTIONS
- rephrase description for option --skipped
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/LinguaENUtils.pm view on Meta::CPAN
=back
=head1 DESCRIPTION
This distribution will become a collection of CLI utilities related to English
language. Currently it contains very little and the collection will be expanded
in subsequent releases.
=for Pod::Coverage .+
=head1 HOMEPAGE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/LinguaIDUtils.pm view on Meta::CPAN
=head1 DESCRIPTION
This distribution will become a collection of CLI utilities related to
Indonesian language. Currently it contains very little and the collection will
be expanded in subsequent releases.
=for Pod::Coverage .+
=head1 HOMEPAGE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/LinguaSUUtils.pm view on Meta::CPAN
=head1 DESCRIPTION
This distribution will become a collection of CLI utilities related to the
Sundanese language. Currently it contains very little and the collection will be
expanded in subsequent releases.
=for Pod::Coverage .+
=head1 HOMEPAGE
view all matches for this distribution
view release on metacpan or search on metacpan
"Data::Sah::Compiler::perl::TH::bool" : "0.914",
"Data::Sah::Compiler::perl::TH::date" : "0.914",
"Data::Sah::Compiler::perl::TH::int" : "0.914",
"Data::Sah::Compiler::perl::TH::re" : "0.914",
"Data::Sah::Compiler::perl::TH::str" : "0.914",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"DateTime" : "0",
"File::HomeDir" : "0",
"HTML::Entities" : "0",
"JSON" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
parameter, instead of having them hardcoded
- status: login, logout, and simple menus are working again; rest is broken
0.048 2014-08-26 14:49 CEST
- MANIFEST: update JavaScript source files
- 002lib.js: expand MFILE.lib.AJAX to take success and failure callbacks
- js/: change all MFILE.lib.AJAX calls to send success and failure callbacsk
- 011simpleMenu2.js: use anonymous function call to loop over all simple
menus
- status: ready to re-implement simple forms
0.117 2014-09-27 10:53 CEST
- js/: start refactor in preparation for adding new 'browser' widget
0.118 2014-10-03 12:46 CEST
- ajax.js: expand commentary
- js/: start work on 'dbrowser' widget (target type)
0.119 2014-10-06 08:13 CEST
- html.js: first shot at dbrowser HTML generator; modularize some snippets of
code
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MHFS/Settings.pm view on Meta::CPAN
my ($SETTINGS, $filepath) = @_;
my $indentcnst = 4;
my $indentspace = '';
my $settingscontents = "#!/usr/bin/perl\nuse strict; use warnings;\n\nmy \$SETTINGS = ";
# we only encode SCALARS. Loop through expanding HASH and ARRAY refs into SCALARS
my @values = ($SETTINGS);
while(@values) {
my $value = shift @values;
my $type = reftype($value);
say "value: $value type: " . ($type // 'undef');
view all matches for this distribution
view release on metacpan or search on metacpan
},
"runtime" : {
"requires" : {
"Data::Sah::Compiler::perl::TH::array" : "0",
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"File::Find" : "0",
"Log::ger" : "0.038",
"Perinci::CmdLine::Any" : "0",
"Perinci::CmdLine::Lite" : "1.827",
view all matches for this distribution
view release on metacpan or search on metacpan
"Cwd" : "0",
"Data::Sah::Compiler::perl::TH::array" : "0.914",
"Data::Sah::Compiler::perl::TH::bool" : "0.914",
"Data::Sah::Compiler::perl::TH::re" : "0.914",
"Data::Sah::Compiler::perl::TH::str" : "0.914",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"File::Path" : "0",
"File::Slurper" : "0",
"File::Temp" : "0.2307",
"File::Util::Test" : "0.628",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/MatrixClient.pm view on Meta::CPAN
$vbox->add( $headline = Tickit::Widget::Static->new(
text => "",
style => { bg => "blue" },
),
expand => 0
);
$vbox->add( $scroller, expand => 1 );
return $floatbox = Tickit::Widget::FloatBox->new(
base_child => $vbox,
);
},
view all matches for this distribution
view release on metacpan or search on metacpan
* Workaround for perl5.18's PV swiping bug during 'pairmap'
* Don't emit blank lines into '.matrix/server-keys' cache
0.06 2016/10/05 19:09:29
[CHANGES]
* Much expanded documentation
* Improved 'help' command's handling of subcommands
[BUGFIXES]
* Fix typo in "image/png" MIME type
* Treat ERR_NO_ADDRESS DNS errors the same as ERR_NO_HOST
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Complete::Module" : "0",
"Data::Sah::Compiler::perl::TH::array" : "0",
"Data::Sah::Compiler::perl::TH::bool" : "0",
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"Filename::Audio" : "0.002",
"Filename::Image" : "0.002",
"Filename::Video" : "0.002",
"Log::ger" : "0.037",
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Complete::Module" : "0",
"Data::Sah::Compiler::perl::TH::array" : "0",
"Data::Sah::Compiler::perl::TH::bool" : "0",
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"Log::ger" : "0.037",
"Media::Info" : "0.131",
"Perinci::CmdLine::Any" : "0",
"Perinci::CmdLine::Lite" : "1.827",
view all matches for this distribution
view release on metacpan or search on metacpan
root/js/ext-3.3.1/resources/images/default/grid/grid3-rowheader.gif
root/js/ext-3.3.1/resources/images/default/grid/grid3-special-col-bg.gif
root/js/ext-3.3.1/resources/images/default/grid/grid3-special-col-sel-bg.gif
root/js/ext-3.3.1/resources/images/default/grid/group-by.gif
root/js/ext-3.3.1/resources/images/default/grid/group-collapse.gif
root/js/ext-3.3.1/resources/images/default/grid/group-expand-sprite.gif
root/js/ext-3.3.1/resources/images/default/grid/group-expand.gif
root/js/ext-3.3.1/resources/images/default/grid/hd-pop.gif
root/js/ext-3.3.1/resources/images/default/grid/hmenu-asc.gif
root/js/ext-3.3.1/resources/images/default/grid/hmenu-desc.gif
root/js/ext-3.3.1/resources/images/default/grid/hmenu-lock.gif
root/js/ext-3.3.1/resources/images/default/grid/hmenu-lock.png
root/js/ext-3.3.1/resources/images/default/grid/page-prev.gif
root/js/ext-3.3.1/resources/images/default/grid/pick-button.gif
root/js/ext-3.3.1/resources/images/default/grid/refresh-disabled.gif
root/js/ext-3.3.1/resources/images/default/grid/refresh.gif
root/js/ext-3.3.1/resources/images/default/grid/row-check-sprite.gif
root/js/ext-3.3.1/resources/images/default/grid/row-expand-sprite.gif
root/js/ext-3.3.1/resources/images/default/grid/row-over.gif
root/js/ext-3.3.1/resources/images/default/grid/row-sel.gif
root/js/ext-3.3.1/resources/images/default/grid/sort-hd.gif
root/js/ext-3.3.1/resources/images/default/grid/sort_asc.gif
root/js/ext-3.3.1/resources/images/default/grid/sort_desc.gif
root/js/ext-3.3.1/resources/images/default/grid/wait.gif
root/js/ext-3.3.1/resources/images/default/layout/collapse.gif
root/js/ext-3.3.1/resources/images/default/layout/expand.gif
root/js/ext-3.3.1/resources/images/default/layout/gradient-bg.gif
root/js/ext-3.3.1/resources/images/default/layout/mini-bottom.gif
root/js/ext-3.3.1/resources/images/default/layout/mini-left.gif
root/js/ext-3.3.1/resources/images/default/layout/mini-right.gif
root/js/ext-3.3.1/resources/images/default/layout/mini-top.gif
root/js/ext-3.3.1/resources/images/default/layout/ns-collapse.gif
root/js/ext-3.3.1/resources/images/default/layout/ns-expand.gif
root/js/ext-3.3.1/resources/images/default/layout/panel-close.gif
root/js/ext-3.3.1/resources/images/default/layout/panel-title-bg.gif
root/js/ext-3.3.1/resources/images/default/layout/panel-title-light-bg.gif
root/js/ext-3.3.1/resources/images/default/layout/stick.gif
root/js/ext-3.3.1/resources/images/default/layout/stuck.gif
view all matches for this distribution
view release on metacpan or search on metacpan
=item manage
This is a list of directories in which to search for per-project config
files. Directories that don't start with a '/' are assumed to be relative to
$ENV{HOME} (i.e., 'foo' will be expanded to "$ENV{HOME}/foo"). Each line will
be globbed, so standard shell wildcards can be used.
This option is only valid in the "top-level" C<~/.mise> config file; it will
have to effect if placed in a per-project config.
=item create/directories
This is a list of directories to create. Directories that don't start with a
'/' are assumed to be relative to the directory containing the .mise
file. (I.e., C<foo> in a C<.mise> file located in C<$ENV{HOME}/my/proj/> will
be expanded to C<$ENV{HOME}/my/proj/foo>)
=item create/links
This is a list of symlinks to create, expressed as a series of source =>
target pairs. Both the source and target will be expanded relative to the
directory containing the C<.mise> file, as explained above for
create/directories. Additionally, if the target ends in a '/', the basename of
the source value will be appended (in much the same way the C<ln -s> works.)
Finally, there are a few keywords that can be used when creating links. If the
view all matches for this distribution
view release on metacpan or search on metacpan
"runtime" : {
"requires" : {
"Data::Sah::Coerce::perl::To_str::From_str::normalize_perl_modname" : "0",
"Data::Sah::Compiler::perl::TH::array" : "0",
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"Log::ger" : "0.038",
"Module::Path::More" : "0.32",
"Perinci::CmdLine::Any" : "0",
"Perinci::CmdLine::Lite" : "1.827",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/MojoSlides/files/public/bootstrap.min.css view on Meta::CPAN
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hi...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Mowyw/Lexer.pm view on Meta::CPAN
}
return @res;
}
-1;
# vim: sw=4 ts=4 expandtab
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/MrShell.pod view on Meta::CPAN
level. No argument, 0, and 1 are all equivalent. While levels greater than one
indicate an increased amount of debugging noise.
=item B<set_no_command_escapes_option>
When expanding hosts in host-routing mode, slashes and spaces are escaped so
they function correctly when subshelled. This disables that functionality.
=item B<read_config>
The options above can be specified from a L<config file|mrsh/CONFIG FILE>, which
lib/App/MrShell.pod view on Meta::CPAN
=item B<set_hosts>
Set the hosts, groups, and routed strings for the next L</queue_command>. Hosts
have some special magic concerning groups. Hosts that being with an C<@>
character are considered groups are are expanded that way (see
L<config file|mrsh/[groups]>).
Also see the section on L<--host|mrsh/--host -H> in the L<mrsh> documentation.
=item B<queue_command>
view all matches for this distribution
view release on metacpan or search on metacpan
t/hosts_from_map.t view on Meta::CPAN
use Data::Dumper qw/Dumper/;
use App::MultiSsh qw/hosts_from_map/;
for my $data (good_data()) {
is_deeply [hosts_from_map([$data->[0]])], $data->[1], "$data->[0] expands correctly"
or diag Dumper [hosts_from_map([$data->[0]])], $data->[1];
}
done_testing();
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ChordPro.pm view on Meta::CPAN
next unless defined $opts{$_};
$options->{$_} = $opts{$_};
}
for ( qw( filelist dir ) ) {
next unless defined $opts{$_};
$gopts{$_} = $opts{$_} eq "" ? undef : expand_tilde($opts{$_});
}
unless ( @w ) {
progress( msg => $file ) if @ARGV > 1 && $file !~ /^--/;
next;
}
view all matches for this distribution
view release on metacpan or search on metacpan
public/css/tabulator.min.css view on Meta::CPAN
/* Tabulator v4.6.1 (c) Oliver Folkerd */
.tabulator{position:relative;border:1px solid #999;background-color:#888;font-size:14px;text-align:left;overflow:hidden;transform:translatez(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableHolder .tabulator-table{min-width:100%}.tabulator...
/*# sourceMappingURL=tabulator.min.css.map */
view all matches for this distribution
view release on metacpan or search on metacpan
"Data::Sah::Compiler::perl::TH::array" : "0.911",
"Data::Sah::Compiler::perl::TH::bool" : "0.911",
"Data::Sah::Compiler::perl::TH::int" : "0.911",
"Data::Sah::Compiler::perl::TH::re" : "0.911",
"Data::Sah::Compiler::perl::TH::str" : "0.911",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"File::Path" : "0",
"IPC::System::Options" : "0.339",
"List::MoreUtils" : "0",
"Log::ger" : "0.038",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/NDTools/NDProc.pm view on Meta::CPAN
sub embed {
my ($self, $data, $path, $thing) = @_;
my $spath = eval { str2path($path) };
die_fatal "Unable to parse '$path' ($@)", 4 if ($@);
my $ref = eval { (path($data, $spath, expand => 1))[0]};
die_fatal "Unable to lookup '$path' ($@)", 4 if ($@);
${$ref} = $self->{OPTS}->{'builtin-format'} eq 'RAW'
? $thing
: s_encode($thing, $self->{OPTS}->{'builtin-format'}, {pretty => 0});
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Netdisco/DB/ResultSet.pm view on Meta::CPAN
=head2 get_datatables_data( $params )
Returns a ResultSet for DataTables Server-side processing which populates
the displayed table. Evaluates the supplied query parameters for filtering,
paging, and ordering information. Note: query parameters are expected to be
passed as a reference to an expanded hash of hashes.
Filtering if present, will generate simple LIKE matching conditions for each
searchable column (searchability indicated by query parameters) after each
column is casted to text. Conditions are combined as disjunction (OR).
Note: this does not match the built-in DataTables filtering which does it
lib/App/Netdisco/DB/ResultSet.pm view on Meta::CPAN
Returns the total records, after filtering (i.e. the total number of
records after filtering has been applied - not just the number of records
being returned for this page of data) for a datatables ResultSet and
query parameters. Note: query parameters are expected to be passed as a
reference to an expanded hash of hashes.
=cut
sub get_datatables_filtered_count {
my $rs = shift;
view all matches for this distribution