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


App-GUI-Notepad

 view release on metacpan or  search on metacpan

lib/App/GUI/Notepad.pm  view on Meta::CPAN


App::GUI::Notepad - A wxPerl-based notepad text editor application

=head1 DESCRIPTION

This package implements a wxWindows desktop application which provides the
ability to do rudimentary text file editing.

The C<App::GUI::Notepad> module implements the application, but is itself of no
use to the user. The launcher for the application 'perlpad' is installed
with this module, and can be launched by simply typing the following from

 view all matches for this distribution


App-GitGerrit

 view release on metacpan or  search on metacpan

bin/git-gerrit  view on Meta::CPAN


=item * B<On Ubuntu Linux (tested on 13.04)>

Use the
L<git-credential-gnome-keyring|http://stackoverflow.com/questions/13385690/how-to-use-git-with-gnome-keyring-integration>
program which provides a very nice integration with your desktop
environment. You have to compile the helper first:

    sudo apt-get install libgnome-keyring-dev
    sudo make -C /usr/share/doc/git/contrib/credential/gnome-keyring
    git config --global credential.helper /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring

 view all matches for this distribution


App-GnuplotUtils

 view release on metacpan or  search on metacpan

lib/App/GnuplotUtils.pm  view on Meta::CPAN


    if (defined $args{output_file}) {
        return [200];
    } else {
        require Desktop::Open;
        my $res = Desktop::Open::open_desktop("file:$outputfilename");
        if (defined $res && $res == 0) {
            return [200];
        } else {
            return [500, "Can't open $outputfilename"];
        }

 view all matches for this distribution


App-Greple-subst

 view release on metacpan or  search on metacpan

share/jtca-katakana-guide-3.pl  view on Meta::CPAN

デザイン design 4-3
デジタル digital 4-2例外
デジャビュ dejavu/dejavu 3、4-3
デジュール de jure(ラテン語) 1-4、4-3
デスク desk 4-3
デスクトップ desktop 4-3
デバイス device 3、4-3
デバッグ debug 4-3
デファクト de facto 2-3、4-3
デフォルト default 4-3
デフォルメ deformation/deformer[フランス語] 2-4、4-1、4-3

 view all matches for this distribution


App-Kritika

 view release on metacpan or  search on metacpan

kritika.fatpack  view on Meta::CPAN

$fatpacked{"ExtUtils/InstallPaths.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'EXTUTILS_INSTALLPATHS';
  package ExtUtils::InstallPaths;$ExtUtils::InstallPaths::VERSION='0.05';use 5.006;use strict;use warnings;use File::Spec ();use Carp ();use ExtUtils::Config 0.002;my%complex_accessors=map {$_=>1}qw/prefix_relpaths install_sets/;my%hash_accessors=map...
EXTUTILS_INSTALLPATHS

$fatpacked{"File/HomeDir.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR';
  package File::HomeDir;use 5.00503;use strict;use Carp ();use Config ();use File::Spec ();use File::Which ();use vars qw{$VERSION @ISA @EXPORT @EXPORT_OK $IMPLEMENTED_BY};BEGIN {$VERSION='0.05';require Exporter;@ISA=qw{Exporter};@EXPORT=qw{home};@EX...
FILE_HOMEDIR

$fatpacked{"File/HomeDir/Darwin.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_DARWIN';
  package File::HomeDir::Darwin;use 5.00503;use strict;use Cwd ();use Carp ();use File::HomeDir::Unix ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Unix'}sub my_home {my$class=shift;if (exists$ENV{HOME}and defined$ENV{HOME...
FILE_HOMEDIR_DARWIN

$fatpacked{"File/HomeDir/Darwin/Carbon.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_DARWIN_CARBON';
  package File::HomeDir::Darwin::Carbon;use 5.00503;use strict;use Cwd ();use Carp ();use File::HomeDir::Darwin ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Darwin';local $@;eval "use prefork 'Mac::Files'"}sub my_home {my...
FILE_HOMEDIR_DARWIN_CARBON

$fatpacked{"File/HomeDir/Darwin/Cocoa.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_DARWIN_COCOA';
  package File::HomeDir::Darwin::Cocoa;use 5.00503;use strict;use Cwd ();use Carp ();use File::HomeDir::Darwin ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Darwin';local $@;eval "use prefork 'Mac::SystemDirectory'"}sub my...
FILE_HOMEDIR_DARWIN_COCOA

$fatpacked{"File/HomeDir/Driver.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_DRIVER';
  package File::HomeDir::Driver;use 5.00503;use strict;use Carp ();use vars qw{$VERSION};BEGIN {$VERSION='0.05'}sub my_home {Carp::croak("$_[0] does not implement compulsory method $_[1]")}1;
FILE_HOMEDIR_DRIVER

$fatpacked{"File/HomeDir/FreeDesktop.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_FREEDESKTOP';
  package File::HomeDir::FreeDesktop;use 5.00503;use strict;use Carp ();use File::Spec ();use File::Which ();use File::HomeDir::Unix ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Unix'}my$xdgprog=File::Which::which('xdg-us...
FILE_HOMEDIR_FREEDESKTOP

$fatpacked{"File/HomeDir/MacOS9.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_MACOS9';
  package File::HomeDir::MacOS9;use 5.00503;use strict;use Carp ();use File::HomeDir::Driver ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Driver'}SCOPE: {local $@;eval "use prefork 'Mac::Files'"}sub my_home {my$class=shif...
FILE_HOMEDIR_MACOS9

$fatpacked{"File/HomeDir/Test.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_TEST';
  package File::HomeDir::Test;use 5.00503;use strict;use Carp ();use File::Spec ();use File::Temp ();use File::HomeDir::Driver ();use vars qw{$VERSION @ISA %DIR $ENABLED};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Driver';%DIR=();$ENABLED=0}sub impo...
FILE_HOMEDIR_TEST

$fatpacked{"File/HomeDir/Unix.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_UNIX';
  package File::HomeDir::Unix;use 5.00503;use strict;use Carp ();use File::HomeDir::Driver ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Driver'}sub my_home {my$class=shift;my$home=$class->_my_home(@_);if (defined$home and...
FILE_HOMEDIR_UNIX

$fatpacked{"File/HomeDir/Windows.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_HOMEDIR_WINDOWS';
  package File::HomeDir::Windows;use 5.00503;use strict;use Carp ();use File::Spec ();use File::HomeDir::Driver ();use vars qw{$VERSION @ISA};BEGIN {$VERSION='0.05';@ISA='File::HomeDir::Driver'}sub CREATE () {1}sub my_home {my$class=shift;if (exists$...
FILE_HOMEDIR_WINDOWS

$fatpacked{"File/Which.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'FILE_WHICH';
  package File::Which;use strict;use warnings;use Exporter ();use File::Spec ();our$VERSION='0.05';our@ISA='Exporter';our@EXPORT='which';our@EXPORT_OK='where';use constant IS_VMS=>($^O eq 'VMS');use constant IS_MAC=>($^O eq 'MacOS');use constant IS_D...
FILE_WHICH

 view all matches for this distribution


App-LXC-Container

 view release on metacpan or  search on metacpan

lib/App/LXC/Container.pm  view on Meta::CPAN

machines|http://www.linux-kvm.org/>.

Minimal overhead includes main memory, disk storage, run-time and to a
certain extend administration.  Its main purpose is to run one or more
simple applications (e.g. a browser or a stand-alone third party
application) in a more secure environment, especially on desktop systems.

Note that this toolbox uses L<UI::Various> to be able to run with or without
Graphical User Interface.  If you want to use the GUI, you need to install
L<Tk> yourself as it's only an optional dependency.

 view all matches for this distribution


App-ListUbuntuReleases

 view release on metacpan or  search on metacpan

bin/list-ubuntu-releases  view on Meta::CPAN


Only return records where the 'reldate' field equals specified value.

=back

=head2 Filtering for supdate_desktop options

=over

=item B<--supdate-desktop-in-json>=I<s>

Only return records where the 'supdate_desktop' field is in the specified values (JSON-encoded).

See C<--supdate-desktop-in>.

=item B<--supdate-desktop-in>=I<s@>

Only return records where the 'supdate_desktop' field is in the specified values.

Can be specified multiple times.

=item B<--supdate-desktop-is>=I<s>

Only return records where the 'supdate_desktop' field equals specified value.

=item B<--supdate-desktop-isnt>=I<s>

Only return records where the 'supdate_desktop' field does not equal specified value.

=item B<--supdate-desktop-max>=I<s>

Only return records where the 'supdate_desktop' field is less than or equal to specified value.

=item B<--supdate-desktop-min>=I<s>

Only return records where the 'supdate_desktop' field is greater than or equal to specified value.

=item B<--supdate-desktop-not-in-json>=I<s>

Only return records where the 'supdate_desktop' field is not in the specified values (JSON-encoded).

See C<--supdate-desktop-not-in>.

=item B<--supdate-desktop-not-in>=I<s@>

Only return records where the 'supdate_desktop' field is not in the specified values.

Can be specified multiple times.

=item B<--supdate-desktop-xmax>=I<s>

Only return records where the 'supdate_desktop' field is less than specified value.

=item B<--supdate-desktop-xmin>=I<s>

Only return records where the 'supdate_desktop' field is greater than specified value.

=item B<--supdate-desktop>=I<s>

Only return records where the 'supdate_desktop' field equals specified value.

=back

=head2 Filtering for supdate_server options

bin/list-ubuntu-releases  view on Meta::CPAN

 reldate.xmax (see --reldate-xmax)
 reldate.xmin (see --reldate-xmin)
 result_limit (see --result-limit)
 result_start (see --result-start)
 sort (see --sort)
 supdate_desktop (see --supdate-desktop)
 supdate_desktop.in (see --supdate-desktop-in)
 supdate_desktop.is (see --supdate-desktop-is)
 supdate_desktop.isnt (see --supdate-desktop-isnt)
 supdate_desktop.max (see --supdate-desktop-max)
 supdate_desktop.min (see --supdate-desktop-min)
 supdate_desktop.not_in (see --supdate-desktop-not-in)
 supdate_desktop.xmax (see --supdate-desktop-xmax)
 supdate_desktop.xmin (see --supdate-desktop-xmin)
 supdate_server (see --supdate-server)
 supdate_server.in (see --supdate-server-in)
 supdate_server.is (see --supdate-server-is)
 supdate_server.isnt (see --supdate-server-isnt)
 supdate_server.max (see --supdate-server-max)

 view all matches for this distribution


App-MHFS

 view release on metacpan or  search on metacpan

lib/App/MHFS.pm  view on Meta::CPAN

        # determine the settings dir
        if(! $CFGDIR){
            my $cfg_fallback = $FALLBACK_DATA_ROOT // $ENV{'HOME'};
            $cfg_fallback //= ($ENV{APPDATA}.'/mhfs') if($ENV{APPDATA}); # Windows
            # set the settings dir to the first that exists of $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS
            # https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
            my $XDG_CONFIG_HOME = $ENV{'XDG_CONFIG_HOME'};
            $XDG_CONFIG_HOME //= ($cfg_fallback . '/.config') if($cfg_fallback);
            my @configdirs;
            push @configdirs, $XDG_CONFIG_HOME if($XDG_CONFIG_HOME);
            my $XDG_CONFIG_DIRS = $ENV{'XDG_CONFIG_DIRS'} || '/etc/xdg';

 view all matches for this distribution


App-MediaWiki2Git

 view release on metacpan or  search on metacpan

lib/App/MediaWiki2Git.pm  view on Meta::CPAN


=head2 Hostname lookup

When users do not log in, we get their IP address.  When this is a web
proxy, we learn nothing; but in a company it is often a one-user
desktop machine.

We do a reverse lookup in the DNS (IPv4) to get a hostname.  Results
are cached during the run and errors are written out as warnings.

Beware that looking up historically-recorded IP addresses against the

 view all matches for this distribution


App-Mimosa

 view release on metacpan or  search on metacpan

root/css/tabs.css  view on Meta::CPAN

    background-image:url(../feed-viewer/images/new_tab.gif) !important;
}


.tabs {
    background-image:url( ../desktop/images/tabs.gif ) !important;
}

 view all matches for this distribution


App-MrShell

 view release on metacpan or  search on metacpan

mrsh  view on Meta::CPAN

Names of hosts or L</[groups]> upon which to run commands.  Groups are prefixed
with an C<@> character and can only be specified in the configuration file (see
L</CONFIG FILE>).

Host and group specifications that overlap are reduced to a unique set, so if
C<@localhosts> contains C<host1> and C<@desktops> contains C<host1>, and for
whatever reason C<-H host1> is also specified on the command line ...  C<host1>
will only appear in the hosts list just the one time.

Hostnames may be subtracted from any lists provided (via groups or B<-H>) by
prefixing the hostname (but not group) with C<->.

mrsh  view on Meta::CPAN

be the problem.

=head2 EXAMPLE CONFIG

    [options]
        default-hosts = @debian-desktops
        shell-command = ssh -o 'BatchMode Yes' [%u]-l []%u %h

    [groups]
        debian-desktops = wisp corky razor

=head1 AUTHOR

Paul Miller C<< <jettero@cpan.org >>

 view all matches for this distribution


App-Music-ChordPro

 view release on metacpan or  search on metacpan

lib/ChordPro/Paths.pm  view on Meta::CPAN


    $pathsep = is_msw ? ';' : ':';

    $home     = realpath( $ENV{HOME} = File::HomeDir->my_home );

#    $desktop  = File::HomeDir->my_desktop;
#    $docs     = File::HomeDir->my_documents;
#    $music    = File::HomeDir->my_music;
#    $pics     = File::HomeDir->my_pictures;
#    $videos   = File::HomeDir->my_videos;
#    $data     = File::HomeDir->my_data;

lib/ChordPro/Paths.pm  view on Meta::CPAN

    # -d ~/.$app_lc
    # -d my_dist_config
    my @try;
    if ( defined( $ENV{XDG_CONFIG_HOME} ) && $ENV{XDG_CONFIG_HOME} ne "" ) {
	push( @try,
	      # See https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
	      # fn_catdir( $ENV{XDG_CONFIG_HOME}, ".config", $app_lc ),
	      # fn_catdir( $ENV{XDG_CONFIG_HOME}, ".config" ),
	      # fn_catdir( $ENV{XDG_CONFIG_HOME}, ".$app_lc" ) );
	      fn_catdir( $ENV{XDG_CONFIG_HOME}, "$app_lc" ) );
    }

 view all matches for this distribution


App-Mxpress-PDF

 view release on metacpan or  search on metacpan

public/javascripts/ace/mode-autohotkey.js  view on Meta::CPAN

           caseInsensitive: true },
         { token: 'support.function.ahk',
           regex: '(?:\\b|^)(?:abs|acos|asc|asin|atan|ceil|chr|cos|dllcall|exp|fileexist|floor|getkeystate|il_add|il_create|il_destroy|instr|substr|isfunc|islabel|ln|log|lv_add|lv_delete|lv_deletecol|lv_getcount|lv_getnext|lv_gettext|lv_insert|lv_ins...
           caseInsensitive: true },
         { token: 'variable.predefined.ahk',
           regex: '(?:\\b|^)(?:a_ahkpath|a_ahkversion|a_appdata|a_appdatacommon|a_autotrim|a_batchlines|a_caretx|a_carety|a_computername|a_controldelay|a_cursor|a_dd|a_ddd|a_dddd|a_defaultmousespeed|a_desktop|a_desktopcommon|a_detecthiddentext|a_dete...
           caseInsensitive: true },
         { token: 'support.constant.ahk',
           regex: '(?:\\b|^)(?:shift|lshift|rshift|alt|lalt|ralt|control|lcontrol|rcontrol|ctrl|lctrl|rctrl|lwin|rwin|appskey|altdown|altup|shiftdown|shiftup|ctrldown|ctrlup|lwindown|lwinup|rwindown|rwinup|lbutton|rbutton|mbutton|wheelup|wheelleft|wh...
           caseInsensitive: true },
         { token: 'variable.parameter',

 view all matches for this distribution


App-Nag

 view release on metacpan or  search on metacpan

lib/App/Nag/Slap.pm  view on Meta::CPAN

version 0.002

=head1 DESCRIPTION

C<App::Nag::Slap> creates a little Gtk2 widget that will stay on top of
all other windows in the center on all desktops until you press its 'OK'
button.

It is basically a dialog widget divorced from any window.

The idea is to create an interruption that cannot be ignored.

 view all matches for this distribution


App-Netdisco

 view release on metacpan or  search on metacpan

share/public/css/bootstrap.min.css  view on Meta::CPAN

.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}
.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;}.collapse.in{height:auto;}
@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.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;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hi...
@media print{.visible-print{display:inherit !important;} .hidden-print{display:none !important;}}@media (max-width:767px){body{padding-left:20px;padding-right:20px;} .navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left:-20px;margin-r...

 view all matches for this distribution


App-NoodlePay

 view release on metacpan or  search on metacpan

bin/noodlepay.pl  view on Meta::CPAN


Your private keys always stay secure on the offline Noodle Air.

Noodle Air provides a truly mobile, wire-free and convenient cold
storage payment solution. Most hardware wallets require the use of a
desktop or laptop computer, and a USB cable to connect it to the
hardware wallet device.

Compared to other hardware wallet solutions, Noodle Pay also greatly
simplifies physically securing your private keys, and keeping
backups. You can simply pop the MicroSD card out of the Noodle Air,

 view all matches for this distribution


App-Notifier-Service

 view release on metacpan or  search on metacpan

lib/App/Notifier/Service.pm  view on Meta::CPAN

    $ cat <<EOF > ~/.app_notifier.yml
    commands:
        # These entries contain command lines that get invoked after the
        # notification is received. They can be either strings or arrays.
        default:
            - /home/shlomif/bin/desktop-finish-cue
        shine:
            - /home/shlomif/bin/desktop-finish-cue
            - "--song"
            - "/home/music/Music/dosd-mp3s/Carmen and Camille - Shine 4U"
            - "--message"
            - type: "text_param"
              param_name: "msg"

 view all matches for this distribution


App-ParseNetstat

 view release on metacpan or  search on metacpan

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "15751086",
             "path" : "",
             "pid" : "861431",
             "program" : "xdg-desktop-",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "15751082",
             "path" : "",
             "pid" : "861431",
             "program" : "xdg-desktop-",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "15751083",
             "path" : "",
             "pid" : "861431",
             "program" : "xdg-desktop-",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "15753359",
             "path" : "",
             "pid" : "861431",
             "program" : "xdg-desktop-",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "55079",
             "path" : "",
             "pid" : "4977",
             "program" : "xdg-desktop-po",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "57497",
             "path" : "",
             "pid" : "4977",
             "program" : "xdg-desktop-po",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

script/parse-netstat  view on Meta::CPAN

          {
             "flags" : "",
             "inode" : "57488",
             "path" : "",
             "pid" : "4977",
             "program" : "xdg-desktop-po",
             "proto" : "unix",
             "refcnt" : "3",
             "state" : "CONNECTED",
             "type" : "STREAM"
          },

 view all matches for this distribution


App-Phoebe

 view release on metacpan or  search on metacpan

script/phoebe  view on Meta::CPAN


=head1 USING SYSTEMD

Systemd is going to handle daemonisation for us. There's more documentation
available online.
L<https://www.freedesktop.org/software/systemd/man/systemd.service.html>.

Basically, this is the template for our service, assuming that you created a
separate user for Phoebe:

    [Unit]

 view all matches for this distribution


App-Pipeline-Simple

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


  Change: e83b6b87c7f1102f174a17e9d9cca7d59f617fb1
  Author: Heikki Lehvaslaiho <Heikki.Lehvaslaiho@kaust.edu.sa>
  Date : 2010-04-26 13:16:45 +0000

    ignore emacs desktop files 

  Change: 7057ad744c2b14bae714c2060c9c301609685044
  Author: Heikki Lehvaslaiho <Heikki.Lehvaslaiho@kaust.edu.sa>
  Date : 2010-04-26 13:15:44 +0000

 view all matches for this distribution


App-Prove-Watch

 view release on metacpan or  search on metacpan

lib/App/Prove/Watch.pm  view on Meta::CPAN


	$ provewatcher --run 'dzil test'
	
=head1 NOTIFICATIONS

If you install L<Log::Dispatch::DesktopNotification>, desktop notifications will
be sent whenever the overall state of the tests change (failing to passing or
passing to failing).

L<Log::Dispatch::DesktopNotification> is not listed as a prereq for this module,
it will not be installed by default when you install this module.

 view all matches for this distribution


App-QRCodeUtils

 view release on metacpan or  search on metacpan

lib/App/QRCodeUtils.pm  view on Meta::CPAN

        filename => $filename,
    );
    return $res unless $res->[0] == 200;

    require Desktop::Open;
    Desktop::Open::open_desktop($filename);

    [200, "OK", undef, {"func.filename"=>$filename}];
}

1;

 view all matches for this distribution


App-RunStopRun

 view release on metacpan or  search on metacpan

bin/run-stop-run  view on Meta::CPAN


L<https://github.com/opsengine/cpulimit>

L<https://en.wikipedia.org/wiki/Cgroups>

L<https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html>

L<bash(1)/ulimit>

L<nice(1)>, L<renice(8)>

 view all matches for this distribution


App-ScreensaverUtils

 view release on metacpan or  search on metacpan

script/set-screensaver-timeout  view on Meta::CPAN


=item * gnome

To set timeout for gnome screensaver, the program executes this command:

  gsettings set org.gnome.desktop.session idle-delay 300

=item * cinnamon

Not yet supported.

 view all matches for this distribution


App-ShellCompleter-emacs

 view release on metacpan or  search on metacpan

bin/_emacs  view on Meta::CPAN

        return [];
    },
    'file|find-file|visit=s' => $noop,
    'no-init-file|q' => $noop,
    'no-site-file' => $noop,
    'no-desktop' => $noop,
    'quick|Q' => $noop,
    'no-splash' => $noop,
    'debug-init' => $noop,
    'user|u=s' => $noop,
    'terminal|t=s' => $noop,

 view all matches for this distribution


App-Slaughter

 view release on metacpan or  search on metacpan

t/test-text-template-module.t  view on Meta::CPAN

require_ok('Text::Template');



#
#  Template variables we'll interpolate - came from my desktop.
#
our %template = ( arch         => 'amd64',
                  bits         => '64',
                  distribution => 'Debian',
                  domain       => 'precious',

 view all matches for this distribution


App-SocialCalc-Multiplayer

 view release on metacpan or  search on metacpan

socialcalc/simpleedit14.pl  view on Meta::CPAN

   my $versionstr = "2.01";
   my $jsdir = "/sgi/scjstest/";

#
# This whole first section lets this code run either as a CGI script on a server
# or standalone on the desktop run from the Perl command line.
#
# The main processing starts with process_request.
#

   if ($ENV{REQUEST_METHOD}) { # being run as a CGI on a server

 view all matches for this distribution


App-Standby

 view release on metacpan or  search on metacpan

share/res/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;
  }

share/res/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


( run in 2.437 seconds using v1.01-cache-2.11-cpan-299005ec8e3 )