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


Log-Dispatch-Desktop-Notify

 view release on metacpan or  search on metacpan

lib/Log/Dispatch/Desktop/Notify.pm  view on Meta::CPAN



sub new {
    my ($class, %params) = @_;

    if (_desktop_notify_unavailable()) {
	return Log::Dispatch::Null->new(%params);
    };

    my $self = bless {
	_timeout  => -1,

lib/Log/Dispatch/Desktop/Notify.pm  view on Meta::CPAN

    $self->{_timeout}  = $params{timeout}  if defined $params{timeout};

    $self->{_notify} = Desktop::Notify->new( app_name => $self->{_app_name} );
};

sub _desktop_notify_unavailable() {
    return try {
	Desktop::Notify->new();
	0;
    } catch {
	1;

lib/Log/Dispatch/Desktop/Notify.pm  view on Meta::CPAN

C<message> are supported.

=head1 BUGS AND LIMITATIONS

To report a bug, please use the github issue tracker:
L<https://github.com/mmitch/log-dispatch-desktop-notify/issues>

=head1 AVAILABILITY

=over

=item github repository

L<git://github.com/mmitch/log-dispatch-desktop-notify.git>

=item github browser

L<https://github.com/mmitch/log-dispatch-desktop-notify>

=item github issue tracker

L<https://github.com/mmitch/log-dispatch-desktop-notify/issues>

=back

=begin html

=head1 BUILD STATUS

<p><a href="https://travis-ci.org/mmitch/log-dispatch-desktop-notify"><img src="https://travis-ci.org/mmitch/log-dispatch-desktop-notify.svg?branch=master" alt="Build Status"></a></p>


=end html

=begin html

=head1 TEST COVERAGE

<p><a href="https://codecov.io/github/mmitch/log-dispatch-desktop-notify?branch=master"><img src="https://codecov.io/github/mmitch/log-dispatch-desktop-notify/coverage.svg?branch=master" alt="Coverage Status"></a></p>


=end html

=head1 SEE ALSO

 view all matches for this distribution


Log-Dispatch-DesktopNotification

 view release on metacpan or  search on metacpan

lib/Log/Dispatch/DesktopNotification.pm  view on Meta::CPAN

use strict;
use warnings;
package Log::Dispatch::DesktopNotification; # git description: v0.02-12-gd103704
# ABSTRACT: Send log messages to a desktop notification system

our $VERSION = '0.03';

use Module::Load qw/load/;
use Module::Load::Conditional qw/can_load/;

lib/Log/Dispatch/DesktopNotification.pm  view on Meta::CPAN


=encoding UTF-8

=head1 NAME

Log::Dispatch::DesktopNotification - Send log messages to a desktop notification system

=head1 VERSION

version 0.03

 view all matches for this distribution


Log-Dispatch-Gtk2-Notify

 view release on metacpan or  search on metacpan

lib/Log/Dispatch/Gtk2/Notify.pm  view on Meta::CPAN

package Log::Dispatch::Gtk2::Notify;
our $VERSION = '0.02';
# ABSTRACT: send log messages to a desktop notification daemon


use Moose;
use MooseX::Types::Moose qw/Str HashRef ArrayRef CodeRef/;
use Log::Dispatch::Gtk2::Notify::Types qw/

lib/Log/Dispatch/Gtk2/Notify.pm  view on Meta::CPAN

__END__
=pod

=head1 NAME

Log::Dispatch::Gtk2::Notify - send log messages to a desktop notification daemon

=head1 VERSION

version 0.02

lib/Log/Dispatch/Gtk2/Notify.pm  view on Meta::CPAN


    $notify->log(level => 'alert', message => 'Hello, World!');

=head1 DESCRIPTION

This modules allows you to send log messages to the desktop notification
daemon.

=cut

=pod

 view all matches for this distribution


Log-Munger

 view release on metacpan or  search on metacpan

share/auditd.yaml  view on Meta::CPAN

      - 'type=USER_AUTH msg=audit(1700000000.123:456): pid=1234 uid=0'
      - 'this is not an auditd record'
  AUDITD_APPARMOR_DBUS:
    test_template: '^(?<TEST>[% TEST_VAR %])$'
    positive:
      - string: 'type=USER_AVC msg=audit(1700000014.000:470): pid=1 uid=0 auid=4294967295 ses=4294967295 msg=''apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/systemd1" interface="org.freedesktop.systemd1.Manager" m...
        result: 'type=USER_AVC msg=audit(1700000014.000:470): pid=1 uid=0 auid=4294967295 ses=4294967295 msg=''apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/systemd1" interface="org.freedesktop.systemd1.Manager" m...
      - string: 'type=USER_AVC msg=audit(1700000015.000:471): pid=1 uid=0 msg=''apparmor="ALLOWED" operation="dbus_signal" bus="session" exe="/usr/bin/dbus-daemon" terminal=?'''
        result: 'type=USER_AVC msg=audit(1700000015.000:471): pid=1 uid=0 msg=''apparmor="ALLOWED" operation="dbus_signal" bus="session" exe="/usr/bin/dbus-daemon" terminal=?'''
    negative:
      # An AppArmor blob in the outer field belongs to AUDITD_APPARMOR.
      - 'type=AVC msg=audit(1700000012.000:468): apparmor="DENIED" operation="open" profile="/usr/bin/foo" pid=1234'

share/auditd.yaml  view on Meta::CPAN

            audit_serial: '469'
            mac_result: 'STATUS'
            audit_apparmor: 'STATUS'
            audit_fields: 'info="failed to unpack profile" error=-71 profile="unconfined" pid=123 comm="apparmor_parser"'
        # AppArmor dbus mediation: the AppArmor blob is the nested sub-record.
        - string: 'type=USER_AVC msg=audit(1700000014.000:470): pid=1 uid=0 auid=4294967295 ses=4294967295 msg=''apparmor="DENIED" operation="dbus_method_call" bus="system" member="StartUnit" mask="send" name="org.freedesktop.systemd1" pid=2222 label...
          enriched:
            audit_auid: '4294967295'
            audit_epoch: '1700000014'
            audit_id: '1700000014.000:470'
            audit_msg_addr: '?'

share/auditd.yaml  view on Meta::CPAN

            audit_msg_exe: '/usr/bin/dbus-daemon'
            audit_msg_hostname: '?'
            audit_msg_label: 'snap.foo.bar'
            audit_msg_mask: 'send'
            audit_msg_member: 'StartUnit'
            audit_msg_name: 'org.freedesktop.systemd1'
            audit_msg_operation: 'dbus_method_call'
            audit_msg_peer_label: 'unconfined'
            audit_msg_peer_pid: '1'
            audit_msg_pid: '2222'
            audit_msg_sauid: '0'

share/auditd.yaml  view on Meta::CPAN

            audit_epoch: '1700000014.000'
            audit_serial: '470'
            mac_result: 'DENIED'
            audit_msg_apparmor: 'DENIED'
            audit_fields: 'pid=1 uid=0 auid=4294967295 ses=4294967295'
            audit_msg: 'operation="dbus_method_call" bus="system" member="StartUnit" mask="send" name="org.freedesktop.systemd1" pid=2222 label="snap.foo.bar" peer_pid=1 peer_label="unconfined" exe="/usr/bin/dbus-daemon" sauid=0 hostname=? addr=? ter...
        # ANOM_ABEND: the outer blob only, with no nested msg.
        - string: 'type=ANOM_ABEND msg=audit(1700000010.000:466): auid=1000 uid=1000 ses=3 pid=5555 comm="crasher" exe="/usr/bin/crasher" sig=11 res=1'
          enriched:
            audit_auid: '1000'
            audit_comm: 'crasher'

 view all matches for this distribution


MARC-Record

 view release on metacpan or  search on metacpan

lib/MARC/Field.pm  view on Meta::CPAN


For example, this might be the subfields from a 245 field:

        (
          [ 'a', 'Perl in a nutshell :' ],
          [ 'b', 'A desktop quick reference.' ],
        )

=cut

sub subfields {

 view all matches for this distribution


MCE

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    period of inactivity; i.e. 4 minutes. Added George Bouras to CREDITS
    for reporting the issue.

  * Tip for folks developing on Windows:
    Open an explorer window and go to C:\Users\<user>\AppData\Local\Temp.
    Right-click on the 'mce' folder and create a shortcut on the desktop.
    Although MCE removes its temp files automatically, it is possible for
    files to remain from a failing app. Go inside the 'mce' folder and
    press ctrl-a to select all files. Then press shift-delete;
    (macbook[pro] folks: fn-shift-delete).

 view all matches for this distribution


MCP-K8s

 view release on metacpan or  search on metacpan

lib/MCP/K8s.pm  view on Meta::CPAN

application-layer permission filtering.

=head1 CLAUDE DESKTOP INTEGRATION

Add this to your Claude Desktop MCP configuration
(C<~/.config/claude/claude_desktop_config.json>):

  {
    "mcpServers": {
      "kubernetes": {
        "command": "mcp-k8s",

 view all matches for this distribution


MCP-Run

 view release on metacpan or  search on metacpan

bin/mcp-run-bash  view on Meta::CPAN


=back

=head1 CLAUDE DESKTOP

Add to C<~/.config/claude/claude_desktop_config.json>:

  {
    "mcpServers": {
      "run": {
        "command": "mcp-run-bash",

 view all matches for this distribution


MCP

 view release on metacpan or  search on metacpan

lib/MCP.pm  view on Meta::CPAN

One JSON object per line, in and out. That is the whole protocol, and it is worth doing once before reaching for a
client.

=head2 Connecting a client

Most MCP hosts launch stdio servers themselves and are configured with a JSON file, C<claude_desktop_config.json>
for Claude Desktop and C<mcp.json> for many others.

  {
    "mcpServers": {
      "perldoc": {

 view all matches for this distribution


MHFS-XS

 view release on metacpan or  search on metacpan

miniaudio/miniaudio.h  view on Meta::CPAN

************************************************************************************************************************************************************/
#ifndef MA_NO_DEVICE_IO
/* Some backends are only supported on certain platforms. */
#if defined(MA_WIN32)
    #define MA_SUPPORT_WASAPI
    #if defined(MA_WIN32_DESKTOP)  /* DirectSound and WinMM backends are only supported on desktops. */
        #define MA_SUPPORT_DSOUND
        #define MA_SUPPORT_WINMM
        #define MA_SUPPORT_JACK    /* JACK is technically supported on Windows, but I don't know how many people use it in practice... */
    #endif
#endif

miniaudio/miniaudio.h  view on Meta::CPAN

}


static ma_result ma_context_enumerate_devices__wasapi(ma_context* pContext, ma_enum_devices_callback_proc callback, void* pUserData)
{
    /* Different enumeration for desktop and UWP. */
#if defined(MA_WIN32_DESKTOP) || defined(MA_WIN32_GDK)
    /* Desktop */
    HRESULT hr;
    ma_IMMDeviceEnumerator* pDeviceEnumerator;

miniaudio/miniaudio.h  view on Meta::CPAN

    ma_IMMDeviceEnumerator_Release(pDeviceEnumerator);
#else
    /*
    UWP

    The MMDevice API is only supported on desktop applications. For now, while I'm still figuring out how to properly enumerate
    over devices without using MMDevice, I'm restricting devices to defaults.

    Hint: DeviceInformation::FindAllAsync() with DeviceClass.AudioCapture/AudioRender. https://blogs.windows.com/buildingapps/2014/05/15/real-time-audio-in-windows-store-and-windows-phone-apps/
    */
    if (callback) {

miniaudio/miniaudio.h  view on Meta::CPAN


    /* Here is where we try to determine the best format to use with the device. If the client if wanting exclusive mode, first try finding the best format for that. If this fails, fall back to shared mode. */
    result = MA_FORMAT_NOT_SUPPORTED;
    if (pData->shareMode == ma_share_mode_exclusive) {
    #if defined(MA_WIN32_DESKTOP) || defined(MA_WIN32_GDK)
        /* In exclusive mode on desktop we always use the backend's native format. */
        ma_IPropertyStore* pStore = NULL;
        hr = ma_IMMDevice_OpenPropertyStore(pDeviceInterface, STGM_READ, &pStore);
        if (SUCCEEDED(hr)) {
            PROPVARIANT prop;
            ma_PropVariantInit(&prop);

miniaudio/miniaudio.h  view on Meta::CPAN

            }
        }


        /*
        Retrieving device information is more annoying on mobile than desktop. For simplicity I'm locking this down to whatever format is
        reported on a temporary I/O unit. The problem, however, is that this doesn't return a value for the sample rate which we need to
        retrieve from the AVAudioSession shared instance.
        */
        desc.componentType = kAudioUnitType_Output;
        desc.componentSubType = kAudioUnitSubType_RemoteIO;

miniaudio/miniaudio.h  view on Meta::CPAN

        ((ma_AudioComponentInstanceDispose_proc)pContext->coreaudio.AudioComponentInstanceDispose)(pData->audioUnit);
        return ma_result_from_OSStatus(status);
    }


    /* Set the device to use with this audio unit. This is only used on desktop since we are using defaults on mobile. */
#if defined(MA_APPLE_DESKTOP)
    status = ((ma_AudioUnitSetProperty_proc)pContext->coreaudio.AudioUnitSetProperty)(pData->audioUnit, kAudioOutputUnitProperty_CurrentDevice, kAudioUnitScope_Global, 0, &deviceObjectID, sizeof(deviceObjectID));
    if (status != noErr) {
        ((ma_AudioComponentInstanceDispose_proc)pContext->coreaudio.AudioComponentInstanceDispose)(pData->audioUnit);
        return ma_result_from_OSStatus(result);

 view all matches for this distribution


MIME-DB

 view release on metacpan or  search on metacpan

lib/MIME/DB.pm  view on Meta::CPAN

$VERSION = 'v1.52.0';
# generation date: 2023-01-31T03:41:54Z
# command: tools\generate.pl
# source url: https://cdn.jsdelivr.net/gh/jshttp/mime-db@v1.52.0/db.json
use constant version => 'v1.52.0';
sub data { {'application/mud+json',{source=>'iana',compressible=>1},'application/vnd.commonspace',{extensions=>['csp'],source=>'iana'},'text/x-handlebars-template',{extensions=>['hbs']},'application/vnd.dbf',{source=>'iana',extensions=>['dbf']},'appl...
1

 view all matches for this distribution


MIME-Detect

 view release on metacpan or  search on metacpan

lib/MIME/Detect.pm  view on Meta::CPAN


Creates a new instance and reads the database distributed with this module.

  my $mime = MIME::Detect->new(
      files => [
          '/usr/share/freedesktop.org/mimeinfo.xml',
          't/mimeinfo.xml',
      ],
  );

=cut

lib/MIME/Detect.pm  view on Meta::CPAN

# The XPath context we use
has 'xpc' => (
    is => 'lazy',
    default => sub {
        my $XPC = XML::LibXML::XPathContext->new;
        $XPC->registerNs('x', 'http://www.freedesktop.org/standards/shared-mime-info');
        $XPC
    },
);

=head2 C<< $mime->read_database %options >>

  $mime->read_database(
      xml => MIME::Detect::FreeDesktopOrgDB->get_xml,
      files => [
          'mymime/mymime.xml',
          '/usr/share/freedesktop.org/mime.xml',
      ],
  );

If you want rules in addition to the default
database included with the distribution, you can load the rules from another file.

lib/MIME/Detect.pm  view on Meta::CPAN


1;

=head1 SEE ALSO

L<https://www.freedesktop.org/wiki/Software/shared-mime-info/> - the website
where the XML file is distributed

L<File::MimeInfo> - module to read your locally installed and converted MIME database

L<File::LibMagic> - if you can install C<libmagic> and the appropriate C<magic> files

 view all matches for this distribution


MIME-Explode

 view release on metacpan or  search on metacpan

testmsgs/frag.msg  view on Meta::CPAN

Received: from virtual.mrf.mail.rcn.net ([207.172.4.103])
          by mta05.mrf.mail.rcn.net
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20000524184032.XKFS1688.mta05.mrf.mail.rcn.net@virtual.mrf.mail.rcn.net>
          for <eryq@mta.mrf.mail.rcn.net>; Wed, 24 May 2000 14:40:32 -0400
Received: from mail.desktop.com ([166.90.128.242])
	by virtual.mrf.mail.rcn.net with esmtp (Exim 2.12 #3)
	id 12ug50-00059f-00
	for eryq@zeegee.com; Wed, 24 May 2000 14:40:30 -0400
Received: from mailandnews.com (jumpgate.desktop.com [166.90.128.243])
	by mail.desktop.com (8.9.2/8.9.2) with ESMTP id LAA31102
	for <eryq@zeegee.com>; Wed, 24 May 2000 11:40:29 -0700 (PDT)
	(envelope-from omrec@mailandnews.com)
Message-ID: <392C2385.4C402C55@mailandnews.com>
Date: Wed, 24 May 2000 11:46:29 -0700
From: Sven <omrec@mailandnews.com>

 view all matches for this distribution


MIME-Types

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

version 2.06: Thu Aug 28 16:28:43 CEST 2014

	Improvements:
	- needed other file from broofa :(
	  rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
	- fix scan of freedesktop definitions
	  rt.cpan.org #98385 [Russell Jenkins]

version 2.05: Wed Aug 27 09:43:03 CEST 2014

	Improvements:
	- rename ::Type::isAscii() into ::Type::isText()
	- add source table broofa
	  rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
	- add source table freedesktop
	  rt.cpan.org#98309 [Lars Dɪᴇᴄᴋᴏᴡ]
	- update iana types

version 2.04: Thu Sep 12 15:46:28 CEST 2013
	Fixes:

 view all matches for this distribution


MIME-tools

 view release on metacpan or  search on metacpan

testmsgs/frag.msg  view on Meta::CPAN

Received: from virtual.mrf.mail.rcn.net ([207.172.4.103])
          by mta05.mrf.mail.rcn.net
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20000524184032.XKFS1688.mta05.mrf.mail.rcn.net@virtual.mrf.mail.rcn.net>
          for <eryq@mta.mrf.mail.rcn.net>; Wed, 24 May 2000 14:40:32 -0400
Received: from mail.desktop.com ([166.90.128.242])
	by virtual.mrf.mail.rcn.net with esmtp (Exim 2.12 #3)
	id 12ug50-00059f-00
	for eryq@zeegee.com; Wed, 24 May 2000 14:40:30 -0400
Received: from mailandnews.com (jumpgate.desktop.com [166.90.128.243])
	by mail.desktop.com (8.9.2/8.9.2) with ESMTP id LAA31102
	for <eryq@zeegee.com>; Wed, 24 May 2000 11:40:29 -0700 (PDT)
	(envelope-from omrec@mailandnews.com)
Message-ID: <392C2385.4C402C55@mailandnews.com>
Date: Wed, 24 May 2000 11:46:29 -0700
From: Sven <omrec@mailandnews.com>

 view all matches for this distribution


MKDoc-Core

 view release on metacpan or  search on metacpan

lib/MKDoc/resources/misc/mime.types  view on Meta::CPAN

application/vnd.kde.kspread
application/vnd.kde.kword
application/vnd.kenameaapp
application/vnd.koan
application/vnd.liberty-request+xml
application/vnd.llamagraphics.life-balance.desktop
application/vnd.llamagraphics.life-balance.exchange+xml
application/vnd.lotus-1-2-3
application/vnd.lotus-approach
application/vnd.lotus-freelance
application/vnd.lotus-notes

 view all matches for this distribution


Mac-Carbon

 view release on metacpan or  search on metacpan

Files/Files.pm  view on Meta::CPAN


sub kHasNoINITs () { 0x0080 }

=item kHasBeenInited

Files only; clear if the file contains desktop database; resources ('BNDL', 'FREF', 'open', 'kind'...) that have not been added yet. Set only by the Finder; reserved for folders - make sure this bit is cleared for folders; bit 0x0200 was the letter b...

=cut

sub kHasBeenInited () { 0x0100 }

Files/Files.pm  view on Meta::CPAN


sub kSystemFolderType () { 'macs' }

=item kDesktopFolderType

the desktop folder; objects in this folder show on the desk top.

=cut

sub kDesktopFolderType () { 'desk' }

=item kSystemDesktopFolderType

the desktop folder at the root of the hard drive, never the redirected user desktop folder

=cut

sub kSystemDesktopFolderType () { 'sdsk' }

Files/Files.pm  view on Meta::CPAN


sub kPrivateFrameworksFolderType () { 'pfrm' }

=item kClassicDesktopFolderType

Mac OS 9 compatible desktop folder - same as kSystemDesktopFolderType but with a more appropriate name for Mac OS X code.

=cut

sub kClassicDesktopFolderType () { 'sdsk' }

 view all matches for this distribution


Mac-Comm-OT_PPP

 view release on metacpan or  search on metacpan

otppp.pl  view on Meta::CPAN

$ppp->PPPconnect($user,$pass,$adrs);

$otstat = $ppp->PPPstatus();
print map "$_: $$otstat{$_}\n", keys %$otstat;

print "Please wait while log is saved to desktop ...\n";
$ppp->PPPsavelog(FindFolder(kOnSystemDisk(),kDesktopFolderType()).':ppplog.txt');

print "Done.";

 view all matches for this distribution


Mac-Errors

 view release on metacpan or  search on metacpan

lib/Mac/Errors.pm  view on Meta::CPAN


=cut

sub catChangedErr { -1304 }

=item desktopDamagedErr

 desktop database files are corrupted

=cut

sub desktopDamagedErr { -1305 }

=item sameFileErr

 can't exchange a file with itself

 view all matches for this distribution


Mac-Finder-DSStore

 view release on metacpan or  search on metacpan

DSStore.pm  view on Meta::CPAN

Mac::Finder::DSStore - Read and write Macintosh Finder DS_Store files

=head1 DESCRIPTION

C<Mac::Finder::DSStore> provides a handful of functions for reading and
writing the desktop database files created by the Macintosh Finder.

=head1 FUNCTIONS

Many functions take a C<$store> argument which is the opened file as
an instance of L<Mac::Finder::DSStore::BuddyAllocator>, or a C<$block>

 view all matches for this distribution


Mac-Glue

 view release on metacpan or  search on metacpan

ex/finder_label_and_beep  view on Meta::CPAN

$f        = new Mac::Glue 'Finder';
$vol      = $f->prop('startup disk');
$label    = $f->prop('label_index', $vol);
@prop = (
    $f->prop('position', $vol),
    $f->prop(spatial_view_arrangement => of => 'desktop'),
    $f->prop(button_view_arrangement => of => 'desktop'),
);
@orig = ($f->get($prop[0]), $f->get($prop[1]), $f->get($prop[2]));


$f->activate();

 view all matches for this distribution


Mac-Pasteboard

 view release on metacpan or  search on metacpan

inc/My/Module/Test.pm  view on Meta::CPAN


    Mac::Pasteboard->set( fatal => 0 );
    Mac::Pasteboard->new();
    Mac::Pasteboard->get( 'status' ) ==
    Mac::Pasteboard::coreFoundationUnknownErr()
	and plan skip_all => 'No access to desktop (maybe running as ssh session or cron job?)';
    Mac::Pasteboard->set( fatal => 1 );

    return;
}

 view all matches for this distribution


Mac-SystemDirectory

 view release on metacpan or  search on metacpan

lib/Mac/SystemDirectory.pm  view on Meta::CPAN


Available in Mac OS X v10.6 and later.

=item NSDesktopDirectory

Location of user's desktop directory.

Available in Mac OS X v10.4 and later.

=item NSCachesDirectory

 view all matches for this distribution


Mac-iTerm-LaunchPad

 view release on metacpan or  search on metacpan

lib/Mac/iTerm/LaunchPad.pm  view on Meta::CPAN


Mac::iTerm::LaunchPad - open a new iTerm window with one or more tabs

=head1 SYNOPSIS

	---Frontmost finder directory, defaulting to desktop
	% new-iterm

	---Frontmost finder directory, using special alias
	% new-iterm finder

lib/Mac/iTerm/LaunchPad.pm  view on Meta::CPAN


=head3 Default aliases

=over 4

=item desktop - the Desktop folder of the current user ( ~/Desktop )

=item home - home directory of the current user ( ~ )

=item music - music directory of the current user ( ~/Music )

lib/Mac/iTerm/LaunchPad.pm  view on Meta::CPAN


=cut

# defaults
my %Aliases = qw(
	desktop  		~/Desktop
	home     		~
	music    		~/Music
	applications	/Applications
	);

 view all matches for this distribution


MacOSX-File

 view release on metacpan or  search on metacpan

Info/Info.pm  view on Meta::CPAN

    [Ll]   -locked          Locked
    [Ii]   -inited          Inited*
    [Nn]   -noinit          No INIT resources
    [Mm]   -shared          Shared (can run multiple times)
    [Ee]   -hiddenx         Hidden extension*
    [Dd]   -desktop         Desktop*

Attributes with asterisk can be applied to folders and files.  Any
other can be applied to files only.

  ex)

Info/Info.pm  view on Meta::CPAN

       -locked     l
       -inited     i
       -noinit     n
       -shared     m
       -hiddenx    e
       -desktop    d
       );
my %Letter2Key = reverse %Key2Letter;
my @Letters    = qw(a v b s t c l i n m e d);
my %key2Flags = 
    (

Info/Info.pm  view on Meta::CPAN

     -locked     =>  kFSNodeLockedMask,
     -inited     =>  kHasBeenInited,
     -noinit     =>  kHasNoINITs,
     -shared     =>  kIsShared,
     -hiddenx    =>  kIsHiddenExtention,
     -desktop    =>  kIsOnDesk,
     );

sub locked{
    my $self = shift;
    return $self->nodeFlags & kFSNodeLockedMask;

Info/Info.pm  view on Meta::CPAN

		  -locked     => $nodeFlags & kFSNodeLockedMask,
		  -inited     => $fdFlags & kHasBeenInited,
		  -noinit     => $fdFlags & kHasNoINITs,
		  -shared     => $fdFlags & kIsShared,
		  -hiddenx    => $fdFlags & kIsHiddenExtention,
		  -desktop    => $fdFlags & kIsOnDesk,
		  );
    my $attrib = "";
    unless (@_){
	wantarray and return %attrib;
	for my $l (@Letters){

 view all matches for this distribution


Mail-DMARC

 view release on metacpan or  search on metacpan

share/public_suffix_list  view on Meta::CPAN

fbx-os.fr
fbxos.fr
freebox-os.fr
freeboxos.fr

// freedesktop.org : https://www.freedesktop.org
// Submitted by Daniel Stone <daniel@fooishbar.org>
freedesktop.org

// freemyip.com : https://freemyip.com
// Submitted by Cadence <contact@freemyip.com>
freemyip.com

 view all matches for this distribution


Mail-MIMEDefang

 view release on metacpan or  search on metacpan

watch-mimedefang.8  view on Meta::CPAN


Running \fBwatch-mimedefang\fR on your actual mail server poses two problems:
You need Tcl/Tk and the X client libraries installed, and the CPU consumption
of \fBwatch-mimedefang\fR can be considerable.

A better method is to run \fBwatch-mimedefang\fR on a desktop machine,
but have it monitor the mail server with a remote session.

The best way to establish a remote session is via SSH.  For example,
if you are running MIMEDefang on "mail.mydomain.net", you can type
the following into the \fBControl Command\fR entry box and press enter:

 view all matches for this distribution


Mail-Procmailrc

 view release on metacpan or  search on metacpan

t/07_crashme.t  view on Meta::CPAN

  *  1100^1    cequal2000\.com([^\.]|$)
  *  1100^1    cyberlink1\.com([^\.]|$)
  *  1100^1    cyber-webcom\.com([^\.]|$)
  *  1100^1    datalogical\.com([^\.]|$)
  *  1100^1    data-miners\.net([^\.]|$)
  *  1100^1    desktopserver\.com([^\.]|$)
  *  1100^1    desktop-server\.com([^\.]|$)
  *  1100^1    desktopserver2000\.com([^\.]|$)
  *  1100^1    desktopserver98\.com([^\.]|$)
  *  1100^1    e-announce\.com([^\.]|$)
  *  1100^1    earthonline\.com([^\.]|$)
  *  1100^1    e-mailblaster\.com([^\.]|$)
  *  1100^1    e-maildata\.com([^\.]|$)
  *  1100^1    emaildigger\.com([^\.]|$)

 view all matches for this distribution


Mail-Send-Loop

 view release on metacpan or  search on metacpan

test_emails/mail.eml  view on Meta::CPAN

X-Mozilla-Status: 0001
X-Mozilla-Status2: 00800000
X-Mozilla-Keys:                                                                                 
Message-ID: <4AEB833C.3040204@jkang-desktop.reconnex.net>
Date: Fri, 30 Oct 2009 17:22:20 -0700
From: jing kang <kxj@jkang-desktop.reconnex.net>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
MIME-Version: 1.0
To: =?GB2312?B?vrggv7U=?= <kxj@freedom.net>
Subject: =?GB2312?B?uPeyv7bT0bjL2bav1LGjrNf2usPBvb78u+HKprXEy7zP69e8sbi6zQ==?=
 =?GB2312?B?zu/Xyte8sbiju9f2usPD8dfluaTX96Os1Nq3oravyLrW2rXEu/m0ocnPo6y7/Q==?=

 view all matches for this distribution


Mail-SpamAssassin

 view release on metacpan or  search on metacpan

t/data/welcomelists/neat_net_tricks  view on Meta::CPAN

of links and toll-free numbers to each state to determine peak color times.

08. SAVINGS SCRAPS.  Some oldies are worth repeating.  If you're working 
with text in, for example, MS Word or WordPad, and would like a handy way 
to save a portion for later easy retrieval, just select (highlight) it and 
click/drag it to your desktop.  When the newly created icon is clicked on, 
it will show the application with which the scrap was created, along with 
the first few words of the text.  A double click opens the text in the 
application with which it was created.

09. QUICK ACCESS.  To go to a frequently used program, you may find 
yourself drilling down to the desktop and searching out the shortcut 
icon.  Consider instead setting up a key combination that will provide 
quick access without using the shortcut. Right click on the shortcut and 
select Properties.  In the Shortcut key window, select any key you can 
remember and click OK.  Ctrl+Alt and that key will open the application 
whenever needed.

 view all matches for this distribution


( run in 2.461 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )