view release on metacpan or search on metacpan
Passwd::Keyring is about using secure storage for passwords
and other credentials used in perl scripts and applications.
Passwd::Keyring::Gnome uses GNOME Keyring API to securely
preserve passwords and is available to people using GNOME
desktop environment.
INSTALLATION
To install this module, run the following commands:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Passwd/Keyring/KDEWallet.pm view on Meta::CPAN
my $self = shift;
# get_service may fail by itself, if kwalletd is down, in some
# cases it fails with
#
# org.freedesktop.DBus.Error.ServiceUnknown: The name org.kde.kwalletd was not provided by any .service files
my $kwallet_svc;
my $error;
try {
$kwallet_svc = $self->{bus}->get_service($self->{service_name});
lib/Passwd/Keyring/KDEWallet.pm view on Meta::CPAN
};
unless($kwallet_svc) {
# Mayhaps we are allowed to start kwalletd?
if(! $self->{dont_start_daemon}
&& $error =~ /^org\.freedesktop\.DBus\.Error\.ServiceUnknown:/) {
print STDERR "KWallet service not available, attempting to start $self->{kwalletd_path}\n";
# spawn kwalletd
my $pid = sync_exec
sub {
# Without this prove (tests) hang
view all matches for this distribution
view release on metacpan or search on metacpan
Passwd::Keyring is about using secure storage for passwords
and other credentials used in perl scripts and applications.
Passwd::Keyring::OSXKeychain uses OSX/Keychain (via /usr/bin/security
program) to securely preserve passwords and is available to people
using Mac OS/X desktop environment.
INSTALLATION
To install this module, run the following commands:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Passwd/Keyring/PWSafe3.pm view on Meta::CPAN
module most natural usage is to interactively ask for master password
(and use it to protect noticeable number of application-specific
passwords).
Ideas of how to workaround this obstacle are welcome. I loosely
consider either caching master password per desktop session
(implementing sht. similar to ssh-agent/gpg-agent or using one of
those somehow), or integrating the tool with PAM to use actual system
password, or both - but while it seems doable on Linux, cross platform
solution is not so easy.
view all matches for this distribution
view release on metacpan or search on metacpan
t/01-set-get-reset.t view on Meta::CPAN
{
plan tests => 9;
}
else
{
plan skip_all => "Session D-Bus not available (not running a desktop session?), skipping tests";
}
ok(eval { require Passwd::Keyring::Secret; 1 }, "load Passwd::Keyring::Secret");
if ($@)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Path/IsDev/NegativeHeuristic/HomeDir.pm view on Meta::CPAN
sub paths {
my @sources;
require File::HomeDir;
push @sources, File::HomeDir->my_home;
for my $method (qw( my_home my_desktop my_music my_pictures my_videos my_data )) {
if ( $File::HomeDir::IMPLEMENTED_BY->can($method) ) {
push @sources, File::HomeDir->$method();
}
}
return _uniq grep { defined and length } @sources;
lib/Path/IsDev/NegativeHeuristic/HomeDir.pm view on Meta::CPAN
Excludes any values returned by L<< C<File::HomeDir>|File::HomeDir >>
uniq grep { defined and length }
File::HomeDir->my_home,
File::HomeDir->my_desktop,
File::HomeDir->my_music,
File::HomeDir->my_pictures,
File::HomeDir->my_videos,
File::HomeDir->my_data;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Paws/AppStream.pm view on Meta::CPAN
Amazon AppStream 2.0
This is the I<Amazon AppStream 2.0 API Reference>. This documentation
provides descriptions and syntax for each of the actions and data types
in AppStream 2.0. AppStream 2.0 is a fully managed, secure application
streaming service that lets you stream desktop applications to users
without rewriting applications. AppStream 2.0 manages the AWS resources
that are required to host and run your applications, scales
automatically, and provides access to your users on demand.
You can call the AppStream 2.0 API operations by using an interface VPC
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Pcore/CDN/Static/FA.pm view on Meta::CPAN
const our $FAS_CUBES => 'fas fa-cubes';
const our $FAS_CUT => 'fas fa-cut';
const our $FAS_DATABASE => 'fas fa-database';
const our $FAS_DEAF => 'fas fa-deaf';
const our $FAS_DEMOCRAT => 'fas fa-democrat';
const our $FAS_DESKTOP => 'fas fa-desktop';
const our $FAS_DHARMACHAKRA => 'fas fa-dharmachakra';
const our $FAS_DIAGNOSES => 'fas fa-diagnoses';
const our $FAS_DICE => 'fas fa-dice';
const our $FAS_DICE_D => 'fas fa-dice-d6';
const our $FAS_DICE_FIVE => 'fas fa-dice-five';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Pcore/Resources/FA.pm view on Meta::CPAN
const our $FAS_CUBES => 'fas fa-cubes';
const our $FAS_CUT => 'fas fa-cut';
const our $FAS_DATABASE => 'fas fa-database';
const our $FAS_DEAF => 'fas fa-deaf';
const our $FAS_DEMOCRAT => 'fas fa-democrat';
const our $FAS_DESKTOP => 'fas fa-desktop';
const our $FAS_DHARMACHAKRA => 'fas fa-dharmachakra';
const our $FAS_DIAGNOSES => 'fas fa-diagnoses';
const our $FAS_DICE => 'fas fa-dice';
const our $FAS_DICE_D => 'fas fa-dice-d6';
const our $FAS_DICE_FIVE => 'fas fa-dice-five';
view all matches for this distribution
view release on metacpan or search on metacpan
share/data/mime.yaml view on Meta::CPAN
lasxml:
- application/vnd.las.las+xml
latex:
- application/x-latex
lbd:
- application/vnd.llamagraphics.life-balance.desktop
lbe:
- application/vnd.llamagraphics.life-balance.exchange+xml
les:
- application/vnd.hhe.lesson-player
lha:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Perinci/Sub/Wrapper.pm view on Meta::CPAN
Generated/added by this module to the function metadata for every wrapping done.
Used to avoid adding repeated code, e.g. to validate result or arguments.
=head1 PERFORMANCE NOTES
The following numbers are produced on an Intel Core i5-2400 3.1GHz desktop using
PSW v0.51 and Perl v5.18.2. Operating system is Debian sid (64bit).
For perspective, empty subroutine (C<< sub {} >>) as well as C<< sub { [200,
"OK"] } >> can be called around 5.3 mil/sec.
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
bin/perlcritic view on Meta::CPAN
=head2 Visual Studio Code
Visual Studio Code is a lightweight but powerful source code editor which
runs on your desktop and is available for Windows, macOS and Linux.
The perlcritic extension can be found here:
L<https://marketplace.visualstudio.com/items?itemName=sfodje.perlcritic>
The steps to install the perlcritic extension:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Perl/Dist/WiX/Util/Machine.pm view on Meta::CPAN
=head3 output (optional)
This is the directory where all the output files will be copied to.
If none is specified, it defaults to what L<File::HomeDir|File::HomeDir>
thinks is the desktop.
=cut
has output => (
is => 'ro',
isa => Str,
default => sub { return File::HomeDir->my_desktop(); },
reader => '_get_output',
);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Perl/Dist/Machine.pm view on Meta::CPAN
_DRIVER($self->class, 'Perl::Dist::Inno') or
_DRIVER($self->class, 'Perl::Dist::WiX') ) {
croak("Missing or invalid class param");
}
unless ( defined $self->output ) {
$self->{output} = File::HomeDir->my_desktop;
}
unless ( _STRING($self->output) ) {
croak("Missing or invalid output param");
}
unless ( -d $self->output and -w $self->output ) {
view all matches for this distribution
view release on metacpan or search on metacpan
docs/summaries/2006/07-31.yaml view on Meta::CPAN
Tcl compiler should either throw compile time syntax errors or fake
it and output code that throws runtime errors.
- date_from: 1152401112
date_to: 1152401112
hidden: ~
message_id: 1152401181.11423.70.camel@vsoni-desktop
posters:
- email: vishalrsoni@gmail.com
name: Vishal Soni
subject: Parrot Exceptions
summary: |-
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
${DEBNAME}_${VERSION}*_$DPKG_ARCH.deb
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
KDE-1.1.1/KWM.pig view on Meta::CPAN
#include <kwm.h>
namespace KWM {
enum { noDecoration, normalDecoration, tinyDecoration,
noFocus, standaloneMenuBar, desktopIcon, staysOnTop };
enum { horizontal, vertical, fullscreen };
static void activate(Window);
static void activateInternal(Window);
static Window activeWindow();
static void close(Window);
static void configureWm();
static bool containsUnsavedData(Window);
static int currentDesktop();
static void darkenScreen();
static int desktop(Window);
static void doMaximize(Window, bool);
static void doMaximize(Window, bool, int);
static int doMaximizeMode(Window);
static void doNotManage(const QString &);
static void enableSessionManagement(Window);
view all matches for this distribution
view release on metacpan or search on metacpan
public/css/bootstrap-responsive.css view on Meta::CPAN
.visible-tablet {
display: none !important;
}
.hidden-desktop {
display: none !important;
}
.visible-desktop {
display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important ;
}
.visible-tablet {
display: inherit !important;
}
public/css/bootstrap-responsive.css view on Meta::CPAN
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important;
}
.visible-phone {
display: inherit !important;
}
view all matches for this distribution
view release on metacpan or search on metacpan
kalyptus/kalyptusDataDict.pm view on Meta::CPAN
'float*' => 'float*',
'image_io_handler' => 'int' ,
'int a |' => 'int',
'int buttonMask|Apply|Cancel' => 'int',
'int buttonMask|No|Cancel' => 'int',
'int desktop' => 'int',
'int&' => 'int',
'int' => 'int',
'int*' => 'int*',
'kdbgstream&' => 'kde_Kdbgstream*' ,
'kdbgstream*' => 'kde_kdbgstream*',
view all matches for this distribution
view release on metacpan or search on metacpan
* Build.PL, lib/Perlanet.pm: Pod fix
* lib/Perlanet.pm: Bump to version 0.40 (coz there are some quite big
changes).
2009-12-24 Dave Cross <dave@dave-desktop.gumtree.com>
* lib/Perlanet.pm: Bit of code tidying (including taking some advice from
Perl::Critic).
* lib/Perlanet.pm: Merge documentation patches from Jess Robinson.
* lib/Perlanet.pm: Oops. One too many entries.
* lib/Perlanet.pm: Sort individual feed entries before selecting ones to use.
Fix really stupid date sort bug. Version 0.35.
2009-10-14 Dave Cross <dave@dave-desktop.gumtree.com>
* bin/perlanet, lib/Perlanet.pm: Fix former change. And document it.
* lib/Perlanet.pm: Support an 'entries_per_feed' config option.
2009-10-12 Dave Cross <dave@dave-desktop.gumtree.com>
* Build.PL, lib/Perlanet.pm, t/01_basic.t, t/04_moose_constr.t: Make
XML::OPML::SimpleGen optional.
* lib/Perlanet.pm: Version 0.34.
* Build.PL: Added Moose as a requirement.
* lib/Perlanet.pm: Improved error handling (used Carp).
2009-10-07 Dave Cross <dave@dave-desktop.gumtree.com>
* Build.PL: Added CHI to recommended modules. Moved Compress::ZLib to
recommended modules.
* lib/Perlanet.pm: Sort by modified, then issued dates.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PkgConfig.pm view on Meta::CPAN
=head1 SEE ALSO
=over 4
=item L<pkg-config|http://www.freedesktop.org/wiki/Software/pkg-config>
The original C implementation
=item L<pkgconf|https://github.com/pkgconf/pkgconf>
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Dist/Zilla.pm view on Meta::CPAN
Neil Bowers <neil@bowers.com>
=item *
Nickolay Platonov <nickolay@desktop.(none)>
=item *
Nick Tonkin <1nickt@users.noreply.github.com>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Plack/Handler/AnyEvent/ReverseHTTP.pm view on Meta::CPAN
=head1 DESCRIPTION
Plack::Handler::AnyEvent::ReverseHTTP is Plack handler that runs your
PSGI application on L<AnyEvent::ReverseHTTP>. It uses ReverseHTTP
gateway to access your PSGI application on your desktop or behind the
firewall from the internet. Just like Ruby's hookout does with Rack
applications.
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Plack/Middleware/FixIEXDomainRequestBug.pm view on Meta::CPAN
can't figure out what to do, so it punts, typically busting this code. Since
it is common with web applications to use a Javascript framework to paper over
browser differences, this means that an application doing cross domain access
might easily work with Firefox but totally bust with IE 8 or 9 (at the time of
this writing these browsers are still the most popular for people using Windows
on the desktop, and typically represent 20%+ total web traffic)
This distribution attempts to solve this problem at the middleware level. What
it does is check to see if the user agent identifies itself as Internet Explorer
8 or 9, AND the method is POST (only GET and POST http methods are allowed with
XDomainRequest anyway) AND content-type is nothing or text/plain, THEN we do
view all matches for this distribution
view release on metacpan or search on metacpan
benchmarks/simple/html_template/header.html view on Meta::CPAN
<img src="http://cloud.q1cdn.net/www.kreato.com.br/.static/images/logo-kreato-full.png" alt="Kreato Desenvolvimento Web"></a>
<!--Mobile Logo-->
<a href="/index" class="brand-logo .hide-on-large-only">
<img src="http://cloud.q1cdn.net/www.kreato.com.br/.static/images/logo-kreato-icon.png" alt="Kreato Desenvolvimento Web"></a>
<!--Desktop Menu-->
<ul id="nav-desktop" class="right hide-on-med-and-down cl-effect-5">
<li class="active"><a href="/index">InÃcio</a></li>
<li><a href="/plataforma">Plataforma</a></li>
<li><a href="/contato">Contato</a></li>
</ul>
<!--Mobile Menu-->
view all matches for this distribution
view release on metacpan or search on metacpan
inc/MyMakeMakerExtras.pm view on Meta::CPAN
perl -MO=Lint $(LINT_FILES)
pc:
HERE
# "podchecker -warnings -warnings" too much reporting every < and >
$post .= $podcoverage . <<'HERE';
-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
perlcritic $(LINT_FILES)
unused:
for i in $(LINT_FILES); do perl -Mwarnings::unused -I lib -c $$i; done
HERE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Poppler.pm view on Meta::CPAN
=head1 DESCRIPTION
The C<Poppler> module provides complete bindings to the poppler PDF library
through the Glib interface. Find out more about poppler at
L<http://poppler.freedesktop.org>.
As of version 1.01, no XS is used directly but bindings are provided using
GObject introspection and the L<Glib::Object::Introspection> module. See the
L<Poppler/SYNOPSIS> for a brief example of how the module can be used. For
detailed documentation on the available classes and methods, see the poppler
lib/Poppler.pm view on Meta::CPAN
=head1 SEE ALSO
=over
=item * C library documentation for poppler-glib at
L<http://people.freedesktop.org/~ajohnson/docs/poppler-glib/>.
=item * L<Glib>
=item * L<Glib::Object::Introspection>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Portable/HomeDir.pm view on Meta::CPAN
sub my_home {
_SELF(@_)->{my_home};
}
# The concept of "my_desktop" is incompatible with the idea of
# a Portable Perl distribution (because Windows won't overwrite
# the desktop with anything on the flash drive)
# sub my_desktop
sub my_documents {
_SELF(@_)->{my_documents};
}
view all matches for this distribution