view release on metacpan or search on metacpan
0.004 2020-04-29 Released-By: PERLANCAR; Urgency: low
- [build] Rebuild with updated App::CSelUtils to remove dependency to
the deprecated Perinci::Sub::ArgEntity::*.
0.003 2019-08-08 Released-By: PERLANCAR; Urgency: low
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/remarkpl/public/remark.min.js view on Meta::CPAN
},contains:[t,{className:"keyword",begin:"\\bend\\sif\\b"},{className:"function",beginKeywords:"function",end:"$",contains:[t,s,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,r]},{className:"function",begin:"\\bend\\s+",e...
contains:[{className:"comment",begin:/\(\*/,end:/\*\)/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:/\{/,end:/\}/,illegal:/:/}]}}},{name:"matlab",create:function(e){var t=[e.C_NUMBER_MODE,{className:"string",begin:"'",end:"'",contai...
illegal:"</",contains:[e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:"[\\$\\%\\@](\\^\\w\\b|#\\w+|[^\\s\\w{]|{\\w+}|\\w+)"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_M...
contains:[i]});return{aliases:["ps"],lexemes:/-?[A-z\.\-]+/,case_insensitive:!0,keywords:{keyword:"if else foreach return function do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try...
},{className:"meta",begin:"#\\!?\\[",end:"\\]",contains:[{className:"meta-string",begin:/"/,end:/"/}]},{className:"class",beginKeywords:"type",end:";",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{endsParent:!0})],illegal:"\\S"},{className:"class",beg...
literal:"true false nil"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,a,t.preprocessor],illegal:/#/}}},{name:"sql",create:function(e){var t=e.COMMENT("--","$");return{case_insensitive:!0,illegal:/[<>{}*#]/,contains:[{beginKey...
return{aliases:["styl"],case_insensitive:!1,keywords:"if else for in",illegal:"("+o.join("|")+")",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,{begin:"\\.[a-zA-Z][a-zA-Z0-9_-]*"+i,returnBegin:!0,cont...
built_in:"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx...
"atelier-lakeside-light":".hljs-atelier-lakeside-light .hljs-comment,.hljs-atelier-lakeside-light .hljs-quote{color:#5a7b8c}.hljs-atelier-lakeside-light .hljs-variable,.hljs-atelier-lakeside-light .hljs-template-variable,.hljs-atelier-lakeside-light ...
grayscale:".hljs-grayscale .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#fff}.hljs-grayscale .hljs-comment,.hljs-grayscale .hljs-quote{color:#777;font-style:italic}.hljs-grayscale .hljs-keyword,.hljs-grayscale .hljs-selector...
"solarized-dark":".hljs-solarized-dark .hljs{display:block;overflow-x:auto;padding:.5em;background:#002b36;color:#839496}.hljs-solarized-dark .hljs-comment,.hljs-solarized-dark .hljs-quote{color:#586e75}.hljs-solarized-dark .hljs-keyword,.hljs-solari...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/reposdb.pm view on Meta::CPAN
summary => 'Manipulate repos.db',
description => <<'_',
`repos.db` is a SQLite database that lists repository names along with some
extra data. They have various uses, but my first use-case for this is to store
last commit/status/pull time (updated via a post-commit git hook or `gitwrap`).
This is useful to speed up like syncing of repositories in `Git::Bunch` that
wants to find out which of the hundreds/thousand+ git repositories are "the most
recently used" to prioritize these repositories first. Using information from
`repos.db` is faster than having to `git status` or even stat() each repository.
lib/App/reposdb.pm view on Meta::CPAN
=head1 DESCRIPTION
C<repos.db> is a SQLite database that lists repository names along with some
extra data. They have various uses, but my first use-case for this is to store
last commit/status/pull time (updated via a post-commit git hook or C<gitwrap>).
This is useful to speed up like syncing of repositories in C<Git::Bunch> that
wants to find out which of the hundreds/thousand+ git repositories are "the most
recently used" to prioritize these repositories first. Using information from
C<repos.db> is faster than having to C<git status> or even stat() each repository.
view all matches for this distribution
view release on metacpan or search on metacpan
share/revealjs/dist/reveal.esm.js.map view on Meta::CPAN
{"version":3,"file":"reveal.esm.js","sources":["../js/utils/util.js","../js/utils/device.js","../node_modules/fitty/dist/fitty.module.js","../js/controllers/slidecontent.js","../js/controllers/slidenumber.js","../js/utils/color.js","../js/controllers...
view all matches for this distribution
view release on metacpan or search on metacpan
CPAN module to be installed and all its recursive dependency for updating.
=item * --version=<version>
Specify the minimum version requirement for the CPAN module to be installed so that it will
be updated if it's already installed but failed to satisfy the requirement.
=back
Note that all options should be specified before any command.
view all matches for this distribution
view release on metacpan or search on metacpan
bin/scrape2rss.pl view on Meta::CPAN
$feed_url ||= $outfile || 'feed.atom';
$feed_title ||= 'Atom feed';
$category ||= '';
my $updated = Time::Piece->gmtime->strftime('%Y-%m-%dT%H:%M:%SZ');
my $feed = XML::Atom::SimpleFeed->new(
title => $feed_title,
link => $feed_url,
link => { rel => 'self', href => $feed_url, },
author => 'scrape2rss',
id => $feed_url,
updated => $updated,
);
my %seen;
while (@ARGV) {
my $url = shift @ARGV;
bin/scrape2rss.pl view on Meta::CPAN
}, {
base => $url,
});
for my $item (@rows) {
my $item_updated = $item->{date} || $updated;
# Now, extract the information, just in case there is "garbage"
# around the string
(my $extr = $date_fmt) =~ s!%\w!\\d+!g;
$extr = qr/($extr)/;
if ($item_updated =~ /$extr/) {
$item_updated = $1;
} else {
warn "Is [$updated] a valid date?\n";
$item_updated = $updated;
};
my $ts = Time::Piece->strptime( $item_updated, $date_fmt );
$updated = $ts->strftime('%Y-%m-%dT%H:%M:%SZ');
my $enc_url = $item->{permalink};
my %info = (
title => $item->{title},
link => $enc_url,
id => $enc_url,
summary => $item->{summary},
updated => $item_updated,
category => ($item->{category} || $category),
);
if ($debug) {
for (sort keys %info) {
view all matches for this distribution
view release on metacpan or search on metacpan
script/cdif view on Meta::CPAN
Suppose you have a document with old and new text on lines beginning
with L<OLD:> and L<NEW:> labels.
OLD: this is old text
NEW: and this is updated document
Only this old/new part can be compared using B<greple>'s B<-Mtee>
module as follows.
greple -Mtee cdif --lxl -- --cm=N -GE '^OLD: (.*\n)^NEW: (.*\n)'
view all matches for this distribution
view release on metacpan or search on metacpan
Change: e6ba4457c16fe97e92b00319e0f967d87b2bee67
Author: Kevin Phair <phair.kevin@gmail.com>
Date : 2016-07-21 23:18:30 +0000
remove dzil Perl::Critic test, get updated build scripst and changes file
Change: b65a996c1898530e3e96cd3ab09333015e07be07
Author: Kevin Phair <phair.kevin@gmail.com>
Date : 2016-07-21 23:17:29 +0000
view all matches for this distribution
view release on metacpan or search on metacpan
script/sitelen-mute view on Meta::CPAN
my $fd;
write_text($index, $indexhtml);
say "Wrote new $index";
print sprintf "%s version %s %s gallery in %s\n",
$me, $VERSION, $updating ? 'updated' : 'created', $absOut;
exit 0;
view all matches for this distribution
view release on metacpan or search on metacpan
setenv: Too many arguments.
xian-x86_64% eval `spaceless PATH`
xian-x86_64% source ~/perl5/perlbrew/etc/cshrc
xian-x86_64%
I could have manually updated my %PATH% to not include spaces, or
better yet submitted a patch to perlbrew to fix its spacing problem.
This probably won't be the last script that I will have the spaces in
the %PATH% problem with.
Visualizing the PATH
view all matches for this distribution
view release on metacpan or search on metacpan
0.100 2020-05-29 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build] Rebuild with updated Perinci::CmdLine::POD to wrap usage line.
0.097 2020-05-29 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
- Add action: grep-col, transpose.
view all matches for this distribution
view release on metacpan or search on metacpan
script/ucpan view on Meta::CPAN
Outdated modules are checked and listed.
The version number of the module that failed in
the previous execution record is compared with
the latest version number and
if not updated it is marked to skip the installation.
The list is displayed in tabular form.
(example)
>>> Checking Outdated Modules...
Name Current Latest Fail at...
script/ucpan view on Meta::CPAN
=over 4
=item -c, --check-only
Check updated modules and exit.
=item -s, --show-fails
Display previously failed modules list in table format and exit.
Note that this list is generated from previous execution record,
view all matches for this distribution
view release on metacpan or search on metacpan
0.050 2020-04-29 Released-By: PERLANCAR; Urgency: low
- [build] Rebuild with updated Unix::Passwd::File to remove dependency
to the deprecated Perinci::Sub::ArgEntity::*.
0.04 2015-09-03 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
0.0.9 2018-07-01
Updating for release of version 0.0.9
Added missing configure_requires section (Ivan Wills)
Updated license date (Ivan Wills)
Fixed missing file suffix (Ivan Wills)
Using MYMETA over META as it's autmatically updated (Ivan Wills)
Added perl 5.26 to travis builds (Ivan Wills)
Synched docs (Ivan Wills)
quieted showing directories (Ivan Wills)
0.0.8 2017-11-13
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for App-whatthecommit
0.02 2014-07-03 11:35:05 CEST
- cpanfile fixes
- updated POD
0.01 2014-06-17 15:29:49 CEST
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
0.17 2016-01-15 Released-By: PERLANCAR
- No functional changes.
- [build] Rebuild with updated Perinci::CmdLine::Inline (0.33) to
produce code that will run on older perls [CT].
- Add/update examples.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/wp/xmlrpc.pm view on Meta::CPAN
API reference: L<https://codex.wordpress.org/XML-RPC_WordPress_API>
Other WordPress API modules on CPAN: L<WordPress::XMLRPC> by Leo Charre (a thin
wrapper over L<XMLRPC::Lite>), L<WordPress::API> by Leo Charre (an OO wrapper
over WordPress::XMLRPC, but at time of this writing the module has not been
updated since 2008/WordPress 2.7 era), L<WP::API> by Dave Rolsky (OO interface,
incomplete).
Other WordPress API CLI on CPAN: L<wordpress-info>, L<wordpress-upload-media>,
L<wordpress-upload-post> (from L<WordPress::CLI> distribution, also by Leo
Charre).
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/wsgetmail.pm view on Meta::CPAN
$fetched_action_method = 'mark_message_as_read';
} elsif ( lc($action) eq "delete" ) {
$fetched_action_method = 'delete_message';
} else {
$fetched_action_method = undef;
warn "no recognised action for fetched mail, mailbox not updated";
}
return $fetched_action_method;
}
=head1 METHODS
view all matches for this distribution
view release on metacpan or search on metacpan
Backward-Incompatible: yes).
0.008 2020-04-29 Released-By: PERLANCAR; Urgency: low
- [build] Rebuild with updated App::CSelUtils to remove dependency to
the deprecated Perinci::Sub::ArgEntity::*.
0.007 2019-08-08 Released-By: PERLANCAR; Urgency: low
view all matches for this distribution
view release on metacpan or search on metacpan
bin/zipdetails view on Meta::CPAN
$cdEntry->offsetStart($startHeader) ;
$cdEntry->offsetEnd($FH->tell() - 1);
# don't call addEntry until after the extra fields have been scanned
# the localheader offset value may be updated in th ezip64 extra field.
$CentralDirectory->addEntry($cdEntry);
$HeaderOffsetIndex->addOffset($cdEntry->localHeaderOffset, ZIP_LOCAL_HDR_SIG) ;
skip($fh, $comment_length ) ;
}
view all matches for this distribution
view release on metacpan or search on metacpan
- Updated call to pod2usage() - the API has changed.
- Minor improvements to documentation.
1.03 2001-02-26
- Tied up the documentation; eg updated references to CPAN.
- Added a -verbose switch - found I was adding one of these
to just about all of my scripts.
1.02 1998-12-09
- First version of module. Created from previous module App::StdConfig.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AppConfig.pm view on Meta::CPAN
The AppConfig module provides a streamlined interface for reading
configuration files with the AppConfig::File module. The file() method
automatically loads the AppConfig::File module and creates an object
to process the configuration file or files. Variables stored in the
internal AppConfig::State are automatically updated with values specified
in the configuration file.
$config->file($filename);
Multiple files may be passed to file() and should indicate the file name
lib/AppConfig.pm view on Meta::CPAN
of modules and incur no overhead until used.
The args() method is used to parse simple command line options. It
automatically loads the AppConfig::Args module and creates an object
to process the command line arguments. Variables stored in the internal
AppConfig::State are automatically updated with values specified in the
arguments.
The method should be passed a reference to a list of arguments to parse.
The @ARGV array is used if args() is called without parameters.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AppleII/ProDOS.pm view on Meta::CPAN
# The contents of the VERSION & MIN_VERSION (2 byte string)
#
# For subdirectories:
# parent: The block number in the parent directory where our entry is
# parentNum: Our entry number within that block of the parent directory
# fixParent: True means our parent entry needs to be updated
#
# We also use the os_openDirs field of the disk to keep track of open
# directories. It contains a hash of Directory objects indexed by key
# block. The constructors automatically add the new objects to the
# hash, and the destructor removes them.
view all matches for this distribution
view release on metacpan or search on metacpan
share/files/public/skins/default/jquery-ui-1.9.1.custom/development-bundle/demos/slider/hotelrooms.html view on Meta::CPAN
<option>6</option>
</select>
</form>
<div class="demo-description">
<p>How to bind a slider to an existing select element. The select stays visible to display the change. When the select is changed, the slider is updated, too.</p>
</div>
</body>
</html>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ArangoDB2/Document.pm view on Meta::CPAN
$JSON->encode($data),
) or return;
# copy response data to instance
$self->_build_self($res, []);
# set data pointer to passed in doc, which will
# be updated by future object ops
$self->{data} = $data;
# register
my $register = $self->_register;
$self->collection->$register->{$self->name} = $self;
view all matches for this distribution
view release on metacpan or search on metacpan
perllib/Arch/SharedIndex.pm view on Meta::CPAN
sub update ($$;$) {
my $self = shift;
my $code = shift;
my $grep_code = shift;
die "No code or value given" unless defined $code;
my $entries_updated;
$self->query_index_list(sub ($) {
my $index_list = shift;
$entries_updated = $self->_do_store($index_list, [
map { $_->[0] => ref($code) ne 'CODE'? $code:
&$code($_->[0], $self->fetch_value(@$_)) }
grep { $grep_code? &$grep_code(
$_->[0], $self->fetch_value(@$_)): 1 }
@$index_list
]);
});
return $entries_updated;
}
sub query_index_list ($$) {
my $self = shift;
my $code = shift;
view all matches for this distribution
view release on metacpan or search on metacpan
0.10 2014/08/09
- added LICENSE file per RT#88571
0.09 2014/04/18
- updated version requirements (reported by Paul Howarth).
0.08 2014/04/18
- supported an optional hash reference for finer extraction control
0.07 2013/05/01
view all matches for this distribution
view release on metacpan or search on metacpan
packaging the actual release of this module, so that it now successfully
compiles also Mac OS X (which, it turned out, has got those constants
already predefined)
0.02 2013-01-05
- updated "ByteBoozer" source code to version 1.1, which was published by
David Malmborg on June the 14th, 2012
- fixed "error: expected ';', identifier or '(' before 'char'" compilation
error by replacing all occurrences of a newly defined "bool" type (first
defined in "bb.h") with "_bool" label in the original source code right
before packaging the actual release of this module, so that it now
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Archive/Libarchive/FFI/Function.pod view on Meta::CPAN
=head2 archive_entry_acl_add_entry
my $status = archive_entry_acl_add_entry($entry, $type, $permset, $tag, $qual, $name);
Adds a single ACL entry. For the access ACL and non-extended principals, the classic
UNIX permissions are updated.
=head2 archive_entry_acl_clear
my $status = archive_entry_acl_clear($entry);
lib/Archive/Libarchive/FFI/Function.pod view on Meta::CPAN
=head2 archive_entry_fflags
my $status = archive_entry_fflags($entry, $set, $clear);
Gets the file flag properties for the archive entry. The
C<$set> and C<$clear> arguments are updated to return their
values.
=head2 archive_entry_fflags_text($entry)
my $string = archive_entry_fflags_text($entry);
view all matches for this distribution
view release on metacpan or search on metacpan
maint/README.md view on Meta::CPAN
Because `libarchive` contains a large number of functions (400+ as of this writing),
and because maintaining individual function bindings is tedious and error-prone;
development for `Archive-Libarchive` uses code generation to generate bindings and
documentation for most methods. Only the methods that require Perl wrappers, or need
subtle type conversions are implemented manually. Files that are generated automatically
should have a comment indicating that they should not be updated directly.
To keep things consistent and reliable, we maintain a reference build of the oldest
and most recently supported versions of `libarchive` in a docker image. This means that
we can keep track of which functions are "optional", that is are available in at least
some versions that we support, but not the oldest version. We use `Const::Introspect::C`
view all matches for this distribution