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


Excel-Writer-XLSX

 view release on metacpan or  search on metacpan

lib/Excel/Writer/XLSX.pm  view on Meta::CPAN

The supplied C<extract_vba> utility can be used to extract the required C<vbaProject.bin> file from an existing Excel file:

    $ extract_vba file.xlsm
    Extracted 'vbaProject.bin' successfully

Macros can be tied to buttons using the worksheet C<insert_button()> method (see the L</WORKSHEET METHODS> section for details):

    $worksheet->insert_button( 'C2', { macro => 'my_macro' } );

Note, Excel uses the file extension C<xlsm> instead of C<xlsx> for files that contain macros. It is advisable to follow the same convention.

 view all matches for this distribution


ExtUtils-MakeMaker

 view release on metacpan or  search on metacpan

lib/ExtUtils/MM_Any.pm  view on Meta::CPAN

versions and should be overridden with platform specific versions for
performance.

Defines at least these macros.

  Macro             Description

  NOOP              Do nothing
  NOECHO            Tell make not to display the command itself

  SHELL             Program used to run shell commands

 view all matches for this distribution


ExtUtils-PerlPP

 view release on metacpan or  search on metacpan

PerlPP.pm  view on Meta::CPAN


is what C<-Dvar=val> is for the C preprocessor. Similarly you can compare

    delete $ppp->{'config'};

with C<-Uvar>. See L<"Macro replacements"> below. Unlike C, variables may
be arbitrarily complex, in particular you can use hash or array refs as
values.

Surprisingly you may pass a scalar value again: In that case the file of
the same name evaluated and the result is used as a configuration hash.

PerlPP.pm  view on Meta::CPAN

    perl -MExtUtils::PerlPP -e ppp <infile> <outfile> <configfile>

from the commandline.


=head2 Macro replacements

The primary use of preprocessor variables (aka attributes of
C<$ppp->{'config'}>) is replacing patterns in the stream written to
the output file. With C<$c = $ppp->{'config'}> in mind the typical
patterns and their replacements are:

 view all matches for this distribution


FBP-Perl

 view release on metacpan or  search on metacpan

lib/FBP/Perl.pm  view on Meta::CPAN

use FBP           0.41 ();

our $VERSION    = '0.78';
our $COMPATIBLE = '0.67';

# Event Macro Binding Table
our %MACRO = (
	# Common low level events
	OnEraseBackground         => [ 1, 'EVT_ERASE_BACKGROUND'           ],
	OnPaint                   => [ 1, 'EVT_PAINT'                      ],
	OnUpdateUI                => [ 2, 'EVT_UPDATE_UI'                  ],

 view all matches for this distribution


FFI-Raw

 view release on metacpan or  search on metacpan

deps/libffi/m4/ax_append_flag.m4  view on Meta::CPAN

#   Public License for more details.
#
#   You should have received a copy of the GNU General Public License along
#   with this program. If not, see <http://www.gnu.org/licenses/>.
#
#   As a special exception, the respective Autoconf Macro's copyright owner
#   gives unlimited permission to copy, distribute and modify the configure
#   scripts that are the output of Autoconf when processing the Macro. You
#   need not follow the terms of the GNU General Public License when using
#   or distributing such scripts, even though portions of the text of the
#   Macro appear in them. The GNU General Public License (GPL) does govern
#   all other use of the material that constitutes the Autoconf Macro.
#
#   This special exception to the GPL applies to versions of the Autoconf
#   Macro released by the Autoconf Archive. When you make and distribute a
#   modified version of the Autoconf Macro, you may extend this special
#   exception to the GPL to apply to your modified version as well.

#serial 2

AC_DEFUN([AX_APPEND_FLAG],

 view all matches for this distribution


FIDO-Raw

 view release on metacpan or  search on metacpan

deps/hidapi/doxygen/Doxyfile  view on Meta::CPAN


ENABLE_PREPROCESSING   = YES

# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

MACRO_EXPANSION        = NO

 view all matches for this distribution


FLTK

 view release on metacpan or  search on metacpan

FLTK.xs  view on Meta::CPAN

void
run()
  CODE:
    Fl::run();

INCLUDE: Fl_Macros.xs
INCLUDE: Fl.xs
INCLUDE: Fl_Boxtype.xs
INCLUDE: Fl_Labeltype.xs
INCLUDE: Fl_Style.xs
INCLUDE: Fl_Widget.xs

 view all matches for this distribution


Farabi

 view release on metacpan or  search on metacpan

lib/Farabi/files/public/assets/codemirror/mode/asterisk/index.html  view on Meta::CPAN


[trunkint]
;
; International long distance through trunk
;
exten => _9011.,1,Macro(dundi-e164,${EXTEN:4})
exten => _9011.,n,Dial(${GLOBAL(TRUNK)}/${FILTER(0-9,${EXTEN:${GLOBAL(TRUNKMSD)}})})

[local]
;
; Master context for local, toll-free, and iaxtel calls only

lib/Farabi/files/public/assets/codemirror/mode/asterisk/index.html  view on Meta::CPAN

exten => 600,n,Echo			; Do the echo test
exten => 600,n,Playback(demo-echodone)	; Let them know it's over
exten => 600,n,Goto(s,6)		; Start over

;
;	You can use the Macro Page to intercom a individual user
exten => 76245,1,Macro(page,SIP/Grandstream1)
; or if your peernames are the same as extensions
exten => _7XXX,1,Macro(page,SIP/${EXTEN})
;
;
; System Wide Page at extension 7999
;
exten => 7999,1,Set(TIMEOUT(absolute)=60)

 view all matches for this distribution


Fdb

 view release on metacpan or  search on metacpan

Fdb.c  view on Meta::CPAN


#define SWIG_MAYBE_PERL_OBJECT SWIG_PERL_OBJECT_DECL

/* SWIG Perl macros */

/* Macro to declare an XS function */
#ifndef XSPROTO
#   define XSPROTO(name) void name(pTHX_ CV* cv)
#endif

/* Macro to call an XS function */
#ifdef PERL_OBJECT 
#  define SWIG_CALLXS(_name) _name(cv,pPerl) 
#else 
#  ifndef MULTIPLICITY 
#    define SWIG_CALLXS(_name) _name(cv) 

Fdb.c  view on Meta::CPAN

  }
  return SWIG_OK;
}


/* Macros for low-level exception handling */
#define SWIG_croak(x)    { SWIG_Error(SWIG_RuntimeError, x); SWIG_fail; }


typedef XSPROTO(SwigPerlWrapper);
typedef SwigPerlWrapper *SwigPerlWrapperPtr;

 view all matches for this distribution


File-Binary

 view release on metacpan or  search on metacpan

lib/File/Binary.pm  view on Meta::CPAN


=head1 DESCRIPTION

B<File::Binary> is a Binary file reading module, hence the name, 
and was originally used to write a suite of modules for manipulating 
Macromedia SWF files. 

However it's grown beyond that and now actually, err, works. 
And is generalised. And EVERYTHING! Yay!

It has methods for reading and writing signed and unsigned 8, 16 and 

 view all matches for this distribution


File-Extension

 view release on metacpan or  search on metacpan

lib/File/Extension.pm  view on Meta::CPAN

    'acs3'         => 'AIMP Skin File',
    'acsm'         => 'Adobe Content Server Message File',
    'act'          => 'DS Game Maker Action File',
    'actc'         => 'Action(s) Collection File',
    'action'       => 'Automator Action',
    'actm'         => 'AutoCAD Action Macro File',
    'actx'         => 'DS Game Maker Action Description File',
    'acv'          => 'Photoshop Curves File',
    'acw'          => 'Windows Accessibility Wizard File',
    'acww'         => 'Animal Crossing Wild World Pattern File',
    'acx'          => 'Atari ST Program',

lib/File/Extension.pm  view on Meta::CPAN

    'as4'          => 'askSam Backup File',
    'asa'          => 'ASP Configuration File',
    'asar'         => 'Electron Archive',
    'asat'         => 'Assemble SAT 3D Model File',
    'asax'         => 'ASP.NET Server Application File',
    'asb'          => 'Alphacam Stone VB Macro File',
    'asc'          => 'Autodesk ASCII Export File',
    'ascii'        => 'ASCII Text File',
    'ascs'         => 'ActionScript Communication Server File',
    'ascx'         => 'ASP.NET User Control File',
    'asd'          => 'Ableton Live Sample Analysis File',

lib/File/Extension.pm  view on Meta::CPAN

    'dob'          => 'Visual Basic UserDocument',
    'doc#'         => 'LibreOffice Document Lock File',
    'doc'          => 'WordPad Document',
    'dochtml'      => 'Microsoft Word HTML Document',
    'dockzip'      => 'ObjectDock File',
    'docm'         => 'Word Open XML Macro-Enabled Document',
    'docmhtml'     => 'Microsoft Word MIME HTML Document',
    'docset'       => 'Doxygen Document Set File',
    'docx'         => 'Microsoft Word Open XML Document',
    'docxml'       => 'Microsoft Word XML Document',
    'docz'         => 'ThinkFree Online Note Document',

lib/File/Extension.pm  view on Meta::CPAN

    'dol'          => 'GameCube Executable File',
    'dolphinview'  => 'Dolphin Folder View Settings File',
    'done'         => 'Marker File',
    'dot'          => 'Graphviz Graph File',
    'dothtml'      => 'Microsoft Word HTML Document Template',
    'dotm'         => 'Word Open XML Macro-Enabled Document Template',
    'dotx'         => 'Word Open XML Document Template',
    'dov'          => 'Temp File',
    'download'     => 'Partially Downloaded File',
    'downloadhost' => 'MSN Download Settings File',
    'downloading'  => 'Pando Incomplete Download File',

lib/File/Extension.pm  view on Meta::CPAN

    'dxe'          => 'AutoCAD Data Extraction Template',
    'dxf'          => 'Drawing Exchange Format File',
    'dxl'          => 'Rational DOORS Script',
    'dxls'         => 'DashXL Skin Set File',
    'dxp'          => 'Duxbury Print File',
    'dxr'          => 'Protected Macromedia Director Movie',
    'dxs'          => 'Deus Ex Saved Game',
    'dxx'          => 'AutoCAD Drawing Interchange Attribute File',
    'dyc'          => 'Xerox Printer Driver Configuration File',
    'dylib'        => 'Mach-O Dynamic Library',
    'dz'           => 'Land of the Dead Level File',

lib/File/Extension.pm  view on Meta::CPAN

    'embl'         => 'EMBL Sequence Data File',
    'embr'         => 'Spatial Geodatabase File',
    'emc'          => 'Striata Reader Encrypted Document',
    'emd'          => 'ABT Extended Module',
    'emerald'      => 'Emerald Theme',
    'emf'          => 'Jasspa MicroEmacs Macro File',
    'eml'          => 'E-Mail Message',
    'emlx'         => 'Mail Message',
    'emlxpart'     => 'Mail Message Attachment',
    'emm'          => 'MindMaple Map',
    'emmt'         => 'MindMaple Map Template',

lib/File/Extension.pm  view on Meta::CPAN

    'fingnet'      => 'Overlook Fing Saved Network File',
    'firm'         => 'Boot9Strap 3DS Firmware File',
    'fit'          => 'Garmin Activity File',
    'fits'         => 'Flexible Image Transport System File',
    'fkb'          => 'Flipkart eBook File',
    'fky'          => 'FoxPro Macro',
    'fl'           => 'Freelancer Saved Game File',
    'fl1'          => 'Lenovo BIOS Update File',
    'fl3'          => 'Flash 3D File',
    'fla'          => 'Adobe Animate Animation',
    'flac'         => 'Free Lossless Audio Codec File',

lib/File/Extension.pm  view on Meta::CPAN

    'gxd'          => 'General CADD Pro Drawing',
    'gxf'          => 'General CADD Pro Font File',
    'gxh'          => 'General CADD Pro Hatch Pattern File',
    'gxk'          => 'Galaxkey Secured File',
    'gxl'          => 'Graph Exchange Language File',
    'gxm'          => 'General CADD Pro Macro File',
    'gxt'          => 'Grand Theft Auto Text File',
    'gym'          => 'Sega Genesis Sound File',
    'gz'           => 'Gnu Zipped Archive',
    'gz2'          => 'Misnamed BZ2 File',
    'gza'          => 'IZArc BGA Archive File',

lib/File/Extension.pm  view on Meta::CPAN

    'ihw'          => 'IN-HEH Timeline Workspace',
    'ihx'          => 'IN-HEH Timeline Database',
    'ii'           => 'IconWorkshop Extended Information File',
    'iif'          => 'Intuit Interchange Format File',
    'iil'          => 'CleanSweep Installation Log',
    'iim'          => 'iMacro Macro File',
    'iip'          => 'ThinAnywhere Configuration File',
    'iiq'          => 'Phase One RAW Image',
    'iit'          => 'Install Creator Project File',
    'iix'          => 'Translation Memory Index File',
    'ik'           => 'CryENGINE IK Animation File',

lib/File/Extension.pm  view on Meta::CPAN

    'ipl'          => 'GTA Item Placement File',
    'iplb'         => 'iPhoto Library Archive Document',
    'ipmeta'       => 'Apple iPhoto Metadata File',
    'ipn'          => 'Inventor Presentation File',
    'ipod'         => 'Rockbox Firmware File',
    'ipp'          => 'Inline Guard Macro File',
    'ipr'          => 'iProcrastinate Data File',
    'iproject'     => 'iClone Project File',
    'ips'          => 'Internal Patching System Patch File',
    'ipspot'       => 'iPhoto Spot File',
    'ipsw'         => 'iPod and iPhone Software Update File',

lib/File/Extension.pm  view on Meta::CPAN

    'klq'          => 'Kaspersky Quarantine File',
    'kma'          => 'Correlate Archive File',
    'kmc'          => 'Kinemac Animation File',
    'kmcobj'       => 'Kinemac Sprite Object',
    'kml'          => 'Keyhole Markup Language File',
    'kmm'          => 'K-Meleon Macro Module',
    'kmp'          => 'Mario Kart Wii Course Description File',
    'kmr'          => 'KnowledgeMill Link File',
    'kms'          => 'Correlate Solutions File',
    'kmv'          => 'Mobile DJ Video File',
    'kmy'          => 'KMyMoney Data File',

lib/File/Extension.pm  view on Meta::CPAN

    'kpr'          => 'KPresenter Presentation',
    'kps'          => 'Keyman Developer Package Source File',
    'kpx'          => 'Kid Pix Picture',
    'kpz'          => 'Komodo Template File',
    'krab'         => 'GandCrab V4 Ransomware Encrypted File',
    'krc'          => 'Mouse and Key Recorder Macro File',
    'krz'          => 'Kurzweil K2000 File',
    'ks'           => 'Kickstart File',
    'ksc'          => 'Korg Trinity/Triton Script File',
    'ksd'          => 'KeepSafe File',
    'ksf'          => 'KMPlayer Skin File',

lib/File/Extension.pm  view on Meta::CPAN

    'm3d'          => 'DIALux 3D Object File',
    'm3g'          => 'Mobile 3D Graphics Program',
    'm3p'          => 'Mach3 Plugin File',
    'm3u'          => 'Media Playlist File',
    'm3u8'         => 'UTF-8 M3U Playlist File',
    'm4'           => 'Macro Processor Library',
    'm4a'          => 'MPEG-4 Audio File',
    'm4b'          => 'MPEG-4 Audio Book File',
    'm4e'          => 'MPEG-4 Video File',
    'm4p'          => 'iTunes Music Store Audio File',
    'm4r'          => 'iPhone Ringtone File',

lib/File/Extension.pm  view on Meta::CPAN

    'm75'          => 'MPEG Video',
    'm77t'         => 'MGD77T Data File',
    'ma'           => 'Maya Project File',
    'ma1'          => 'Monarch Audio File',
    'mab'          => 'Mozilla Address Book',
    'mac'          => 'Application Macro File',
    'macbin'       => 'Macbinary Encoded File',
    'mad'          => 'Access Module Shortcut',
    'mae'          => 'My Avatar Editor Character File',
    'maf'          => 'Microsoft Access Form',
    'maff'         => 'Mozilla Archive Format File',

lib/File/Extension.pm  view on Meta::CPAN

    'make'         => 'Drush Makefile',
    'makefile'     => 'Makefile',
    'makerbot'     => 'MakerBot Print File',
    'mako'         => 'Mako Template',
    'mal'          => 'MadAppLauncher Configuration File',
    'mam'          => 'Microsoft Access Macro',
    'man'          => 'Unix Manual',
    'mani'         => 'Mine-imator Project File',
    'manifest'     => 'Steam Manifest File',
    'manm'         => 'Vietcong Game Data File',
    'map'          => 'Mapjects Server Webparts File',

lib/File/Extension.pm  view on Meta::CPAN

    'mcfi'         => 'Maya Initial Fluid Cache File',
    'mcfp'         => 'Maya Fluid Cache Playback File',
    'mcfunction'   => 'Minecraft Commands Function File',
    'mcgame'       => 'Minecraft Game Backup File',
    'mci'          => 'Media Control Interface File',
    'mcif'         => 'MacroMolecular Crystallographic Information',
    'mcl'          => 'Windows Media Center Link File',
    'mclevel'      => 'Minecraft Map File',
    'mcmac'        => 'MasterCook Mac Document',
    'mcmeta'       => 'Minecraft Animation File',
    'mco'          => 'Live Messenger Winks File',
    'mcolor'       => 'Mine-imator Interface Color File',
    'mcp'          => 'Megacubo Package',
    'mcpack'       => 'Minecraft Resource Pack File',
    'mcr'          => 'Tecplot Macro',
    'mcrp'         => 'MobyExplorer Encrypted File',
    'mcs'          => 'Mathcad Image',
    'mcserver'     => 'Minecraft Server File',
    'mcsp'         => 'My Craft Studio Project File',
    'mcsx'         => 'My Craft Studio Professional File',

lib/File/Extension.pm  view on Meta::CPAN

    'meg'          => 'MEGA Data File',
    'mega'         => 'Megacubo XML Metafile',
    'mel'          => 'Maya Embedded Language File',
    'mell'         => 'Mellel Word Processing File',
    'mellel'       => 'Mellel Word Processing Document',
    'mem'          => 'Macro Editor Macro',
    'menc'         => 'Windows Mobile Encrypted File',
    'menu'         => 'Quake 3 Engine Menu File',
    'meo'          => 'MEO Encrypted Archive',
    'mer'          => 'RSView Development Runtime File',
    'merlin2'      => 'Merlin Project File',
    'merlinlicens' => ' \'Merlin License File',
    'mesh'         => '3D Mesh Model',
    'met'          => 'Presentation Manager Metafile',
    'meta'         => 'RealPlayer Metafile',
    'metadata_nev' => 'R\'_INDEX Spotlight Never Index File',
    'mex'          => 'Macro Express File',
    'mf'           => 'Panda Multifile',
    'mf4'          => 'ASAM Measurement Data Format File',
    'mfa'          => 'MobileFrame App File',
    'mfcribbon-ms' => 'MFC Ribbon Definition XML File',
    'mfd'          => 'Music Finder Database',
    'mfe'          => 'MobileFrame Enterprise Data File',
    'mfil'         => 'Blizzard Software Update File',
    'mfl'          => 'ModFit LT Analysis Report File',
    'mfo'          => 'MobileFrame Object File',
    'mfp'          => 'Macromedia FlashPaper Document',
    'mfs'          => 'MetFS Encrypted File System',
    'mft'          => 'Kaspersky File Table',
    'mfu'          => 'MobileFrame Update File',
    'mfv'          => 'MobileFrame Device Pack File',
    'mfw'          => 'Mamiya Camera Raw File',

lib/File/Extension.pm  view on Meta::CPAN

    'mgd77'        => 'MGD77 Data File',
    'mgdatabase'   => 'MacGourmet Deluxe Database File',
    'mgf'          => 'Materials and Geometry Format',
    'mgk'          => 'ImageMagick Configuration File',
    'mgl'          => 'Age of Empires 2 Replay File',
    'mgm'          => 'MGCSoft Equation Illustrator Macro',
    'mgmf'         => 'MindGenius Map File',
    'mgmt'         => 'MindGenius 2-3 Template',
    'mgmx'         => 'MindGenius XML Map File',
    'mgo'          => 'MacGourmet Recipe File',
    'mgourmet'     => 'MacGourmet Deluxe Document',

lib/File/Extension.pm  view on Meta::CPAN

    'mlm'          => 'MolMeccano File',
    'mlp'          => 'Meridian Lossless Packing Audio File',
    'mlpkginstall' => 'Support Package Installer File',
    'mls'          => 'CrystalPlayer Playlist',
    'mlx'          => 'MATLAB Live Script',
    'mm'           => 'NeXtMidas Macro File',
    'mm6'          => 'Might and Magic 6 Saved Game',
    'mm7'          => 'Might and Magic 7 Saved Game',
    'mm8'          => 'Might and Magic 8 Saved Game',
    'mma'          => 'Master Album Maker Photo Album File',
    'mmap'         => 'MindManager Map File',

lib/File/Extension.pm  view on Meta::CPAN

    'mme'          => 'Multi-Purpose Internet Mail',
    'mmf'          => 'Microsoft Message File',
    'mmg'          => 'Model Master 3 Axis Flat File',
    'mmip'         => 'MediaMonkey Installation Package',
    'mml'          => 'Microsoft Clip Organizer File',
    'mmlp'         => 'Music Macro Language Project',
    'mmm'          => 'MiraMon Maps File',
    'mmo'          => 'Memory Map Overlay File',
    'mmp'          => 'LMMS Project File',
    'mmpz'         => 'LMMS Project File',
    'mms'          => 'Transformation Extender Map Source File',

lib/File/Extension.pm  view on Meta::CPAN

    'mng'          => 'Yamaha PSR Disk Manager File',
    'mnh'          => 'Master Navigator Header File',
    'mnk'          => 'My Notes Keeper Notebook',
    'mnl'          => 'AutoCAD Menu LISP File',
    'mnm'          => 'Character Studio Marker Name File',
    'mno'          => 'Macromedia Design Note',
    'mnr'          => 'AutoCAD Menu Resource File',
    'mns'          => 'AutoCAD Interface Settings File',
    'mnt'          => 'FoxPro Menu Memo',
    'mnu'          => 'Adobe Photoshop Menu Customization File',
    'mnv'          => 'PlayStation Movie File',

lib/File/Extension.pm  view on Meta::CPAN

    'msl'          => 'Magick Scripting Language File',
    'msm'          => 'Multisim Circuit Design File',
    'msmpl_all'    => 'Korg microSAMPLER Backup File',
    'msmpl_bank'   => 'Korg microSAMPLER Bank Data File',
    'msn'          => 'Host Blocking File',
    'mso'          => 'Microsoft Office Macro Reference File',
    'msp'          => 'ClarisWorks Dictionary File',
    'mspx'         => 'Microsoft ASP.NET Web Page',
    'msrcincident' => 'Windows Remote Assistance Invitation File',
    'mss'          => 'MyScreenSaver Builder File',
    'msstyle'      => 'Windows XP Unsigned Style',

lib/File/Extension.pm  view on Meta::CPAN

    'mtff'         => 'MadgeTech Data Logger Report',
    'mth'          => 'Derive Math File',
    'mthd'         => 'MOPEKS Method File',
    'mti'          => 'MadTracker Instrument',
    'mtl'          => 'OBJ Material File',
    'mtm'          => 'Macrofocus TreeMap File',
    'mtp'          => 'MadTracker 2 Pattern',
    'mtq'          => 'Mustaq Data File',
    'mts'          => 'MEGA Tree Session File',
    'mtt'          => 'MetadataTouch Template',
    'mtv'          => 'MTV Video Format File',

lib/File/Extension.pm  view on Meta::CPAN

    'mxaddon'      => 'Maxthon Add-On File',
    'mxc2'         => 'MAGIX Cache File',
    'mxcs'         => 'Mandelbrot Explorer Color Scheme File',
    'mxd'          => 'ArcGIS Map Document',
    'mxdic'        => 'Maxthon Dictionary File',
    'mxe'          => 'Macro Express Playable Macro',
    'mxf'          => 'Maxis Font File',
    'mxfr'         => 'Mandelbrot Explorer Fractal Region File',
    'mxg'          => 'Miinoto Exchangeable Group File',
    'mxi'          => 'Adobe Extension Information File',
    'mxl'          => 'Compressed MusicXML File',

lib/File/Extension.pm  view on Meta::CPAN

    'nwctxt'       => 'NoteWorthy Composer Text File',
    'nwd'          => 'Navisworks Document',
    'nwdb'         => 'Neat Database File',
    'nwelicense'   => 'Nisus License',
    'nwf'          => 'Navisworks File Set',
    'nwm'          => 'Nisus Macro',
    'nwo'          => 'NWChem Output File',
    'nwp'          => 'Navisworks Presenter Material Palette File',
    'nws'          => 'Windows Live Mail Newsgroup File',
    'nwv'          => 'Dragon NaturallySpeaking User Archive',
    'nxc'          => 'Not eXactly C Source Code File',

lib/File/Extension.pm  view on Meta::CPAN

    'pos'          => 'Trimble Position File',
    'posb'         => 'Poseidon Dive Log',
    'post'         => 'LIGHT File',
    'postal'       => 'TomTom Postal Code File',
    'pot'          => 'Portable Object File',
    'potm'         => 'PowerPoint Open XML Macro-Enabled Presentation',
    'potx'         => 'PowerPoint Open XML Presentation Template',
    'pov'          => 'Prolab Object File',
    'pp'           => 'Pocket Physics Sketch File',
    'pp2'          => 'PingPlotter Data File',
    'pp4'          => 'Picture Publisher Bitmap File',

lib/File/Extension.pm  view on Meta::CPAN

    'ppm_b'        => 'Nokia PPM Flash File',
    'ppmod'        => 'Papers Please Mod File',
    'ppp'          => 'CyberLink PowerProducer Project',
    'ppr'          => 'ORF Report File',
    'pps'          => 'PowerPoint Slide Show',
    'ppsm'         => 'PowerPoint Open XML Macro-Enabled Slide Show',
    'ppsx'         => 'PowerPoint Open XML Slide Show',
    'ppt'          => 'PowerPoint Presentation',
    'ppthtml'      => 'PowerPoint HTML Presentation',
    'pptm'         => 'PowerPoint Open XML Macro-Enabled Presentation',
    'pptmhtml'     => 'Microsoft PowerPoint MIME HTML Presentation',
    'pptx'         => 'PowerPoint Open XML Presentation',
    'ppu'          => 'Free Pascal Unit File',
    'ppv'          => 'Pocket PowerPoint Presentation',
    'ppx'          => 'Serif PagePlus Template File',

lib/File/Extension.pm  view on Meta::CPAN

    'pxv'          => 'Pixbend Media File',
    'pxx'          => 'Keyman Developer Encrypted Customization File',
    'py'           => 'Python Script',
    'pyc'          => 'Python Compiled File',
    'pyd'          => 'Python Dynamic Module',
    'pym'          => 'PYM Macro Preprocessor File',
    'pyo'          => 'Python Optimized Code',
    'pyw'          => 'Python GUI Source File',
    'pyx'          => 'Pyrex Source Code File',
    'pyxel'        => 'Pyxel Image Document',
    'pz'           => 'Panzoid Video Project',

lib/File/Extension.pm  view on Meta::CPAN

    'smf'          => 'SkinMagic Toolkit File',
    'smg'          => 'SolidWorks Composer File',
    'smi'          => 'Self-Mounting Disk Image',
    'smil'         => 'SMIL Presentation File',
    'smk'          => 'Smacker Compressed Movie File',
    'sml'          => 'ARC/INFO Simple Macro Language File',
    'smm'          => 'Map Manager Schema File',
    'smmstore'     => 'Local Mind Map Store File',
    'smmx'         => 'SimpleMind Mind Map File',
    'smo'          => 'Sumotori Dreams Arena File',
    'smod'         => 'Stonehearth Mod File',

lib/File/Extension.pm  view on Meta::CPAN

    'theater'      => 'iMovie Theater File',
    'theme'        => 'Comodo Theme File',
    'themepack'    => 'Windows 7 Theme Pack',
    'thing'        => 'MakerBot Thing File',
    'thl'          => 'Total 3D Home Design File',
    'thm'          => 'Thermwood Macro File',
    'thmx'         => 'Office 2007 Theme File',
    'thp'          => 'TurboTax Text String',
    'thumb'        => 'JAlbum Thumbnail File',
    'thumbdata3-1' => '6\'3508120 Thumbnail Index File',
    'thx'          => 'Amiga THX Tracker Music File',

lib/File/Extension.pm  view on Meta::CPAN

    'vdc'          => 'IDRISI Vector Documentation File',
    'vdf'          => 'Gothic Game Data File',
    'vdi'          => 'StepMania Debug Resource File',
    'vdj'          => 'VirtualDJ Audio Sample File',
    'vdjsend'      => 'VirtualDJ Send File',
    'vdm'          => 'VEDIT Macro File',
    'vdo'          => 'Heathen Virus File',
    'vdp'          => 'Visual Studio Deployment Project',
    'vdproj'       => 'Visual Studio Setup and Deployment Project',
    'vdr'          => 'VirtualDub Signpost File',
    'vdw'          => 'Visio Web Drawing',

lib/File/Extension.pm  view on Meta::CPAN

    'vpe'          => 'Photoshop Vanishing Point Export File',
    'vph'          => 'VirtualPhotographer Custom Settings',
    'vpj'          => 'VideoPad Video Editor Project File',
    'vpk'          => 'Valve Pak',
    'vpl'          => 'Karaoke Player Playlist',
    'vpm'          => 'Vox Proxy Macro File',
    'vpol'         => 'Windows Vault Policy File',
    'vpp'          => 'VisionPro Job File',
    'vps'          => 'Virtual CD Copy Template',
    'vpw'          => 'VoxPro Wave File',
    'vpx'          => 'Avast! Virus Update File',

lib/File/Extension.pm  view on Meta::CPAN

    'vsch'         => 'Windows Vault Schema File',
    'vscontent'    => 'Visual Studio Content File',
    'vsct'         => 'Visual Studio Command Table',
    'vsd'          => 'Visio Drawing File',
    'vsdisco'      => 'DISCO Dynamic Discovery Document',
    'vsdm'         => 'Visio Macro-Enabled Drawing',
    'vsdx'         => 'Visio Drawing',
    'vse'          => 'AVTECH CCTV Video',
    'vsh'          => 'Vertex Shader File',
    'vshost.exe'   => 'Visual Studio Hosting Process File',
    'vsi'          => 'Visual Studio Content Installer File',
    'vsix'         => 'Visual Studio Extension',
    'vsixmanifest' => 'VSIX Manifest',
    'vsl'          => 'Velocity Template File',
    'vsmacros'     => 'Visual Studio Binary Macro Project',
    'vsmdi'        => 'Visual Studio Test Metadata File',
    'vsmproj'      => 'Visual Studio Text Macro Project',
    'vso'          => 'Compiled Vertex Shader File',
    'vsp'          => 'Visual Studio Performance Report File',
    'vspf'         => 'Visual Studio Performance Filter File',
    'vsprops'      => 'Visual Studio Project Property File',
    'vsps'         => 'Visual Studio Serialized Performance Report',

lib/File/Extension.pm  view on Meta::CPAN

    'vspx'         => 'Visual Studio Performance Report Data File',
    'vsq'          => 'VOCALOID2 Project File',
    'vsqx'         => 'VOCALOID3 Project File',
    'vss'          => 'Visio Stencil File',
    'vssettings'   => 'Visual Studio Settings File',
    'vssm'         => 'Visio Macro-Enabled Stencil File',
    'vssscc'       => 'Visual Studio Solution Source Control File',
    'vssx'         => 'Visio Stencil File',
    'vst'          => 'Targa Bitmap Image',
    'vstm'         => 'Visio Macro-Enabled Drawing Template',
    'vstpreset'    => 'VST Preset File',
    'vstx'         => 'Visio Drawing Template',
    'vsv'          => 'Virtual Machine Saved State File',
    'vsw'          => 'Visio Workspace File',
    'vsx'          => 'Visio Stencil XML File',

lib/File/Extension.pm  view on Meta::CPAN

    'xif'          => 'ScanSoft Pagis File',
    'xip'          => 'macOS Signed Archive',
    'xise'         => 'Xilinx ISE Project File',
    'xl'           => 'Excel Spreadsheet',
    'xla'          => 'Excel Add-In File',
    'xlam'         => 'Excel Open XML Macro-Enabled Add-In',
    'xlb'          => 'OpenOffice.org Module Information File',
    'xlc'          => 'Excel Chart',
    'xld'          => 'Excel Database File',
    'xle'          => 'Levelogger Software XML Data File',
    'xlf'          => 'XLIFF Document',
    'xlgc'         => 'ExpressK Database File',
    'xliff'        => 'XLIFF Localization File',
    'xlk'          => 'Excel Backup File',
    'xll'          => 'Excel Add-In File',
    'xlm'          => 'Excel Macro',
    'xlmv'         => 'Xunlei Movie File',
    'xlnk'         => 'XML Shortcut File',
    'xlr'          => 'Works Spreadsheet',
    'xls'          => 'Excel Spreadsheet',
    'xlsb'         => 'Excel Binary Spreadsheet',
    'xlshtml'      => 'Microsoft Excel HTML Spreadsheet',
    'xlsm'         => 'Excel Open XML Macro-Enabled Spreadsheet',
    'xlsmhtml'     => 'Microsoft Excel MIME HTML Spreadsheet',
    'xlsx'         => 'Microsoft Excel Open XML Spreadsheet',
    'xlt'          => 'Excel Template',
    'xlthtml'      => 'Microsoft Excel HTML Spreadsheet Template',
    'xltm'         => 'Excel Open XML Macro-Enabled Spreadsheet',
    'xltx'         => 'Excel Open XML Spreadsheet Template',
    'xlv'          => 'Excel Visual Basic Module',
    'xlw'          => 'Excel Workbook',
    'xm'           => 'Fasttracker 2 Extended Module',
    'xmap'         => 'XMind 2007/2008 Workbook',

lib/File/Extension.pm  view on Meta::CPAN

    'xps'          => 'XML Paper Specification File',
    'xpt'          => 'SAS Transport File',
    'xq'           => 'XQuery File',
    'xql'          => 'XML Query Language File',
    'xqm'          => 'XQuery Module',
    'xqt'          => 'SuperCalc Macro File',
    'xquery'       => 'XQuery Source Code File',
    'xqy'          => 'XQuery Source File',
    'xrb'          => 'XMind Resource Bundle',
    'xrdml'        => 'XRDML Data File',
    'xrf'          => 'Cal3D XML Materials File',

 view all matches for this distribution


File-FormatIdentification-Pronom

 view release on metacpan or  search on metacpan

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

        </FileFormat>
        <FileFormat ID="78" Name="Micrografx Draw" PUID="x-fmt/47" Version="1-2">
            <InternalSignatureID>1696</InternalSignatureID>
            <Extension>drw</Extension>
        </FileFormat>
        <FileFormat ID="79" Name="Visual Basic Macro" PUID="x-fmt/48">
            <Extension>dvb</Extension>
        </FileFormat>
        <FileFormat ID="80"
            MIMEType="application/dwf, application/x-dwf, drawing/x-dwf, image/vnd.dwf, image/x-dwf, model/vnd.dwf"
            Name="AutoCAD Design Web Format" PUID="x-fmt/49" Version="6.0">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <HasPriorityOverFileFormatID>771</HasPriorityOverFileFormatID>
            <HasPriorityOverFileFormatID>772</HasPriorityOverFileFormatID>
            <HasPriorityOverFileFormatID>773</HasPriorityOverFileFormatID>
            <HasPriorityOverFileFormatID>1073</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="87" Name="Macromedia Freehand" PUID="x-fmt/53" Version="4 &amp; 5">
            <InternalSignatureID>862</InternalSignatureID>
            <Extension>fh4</Extension>
            <Extension>fh5</Extension>
        </FileFormat>
        <FileFormat ID="88" Name="AutoCAD Font Mapping Table" PUID="x-fmt/54">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <InternalSignatureID>728</InternalSignatureID>
            <Extension>wkq</Extension>
            <Extension>wq2</Extension>
        </FileFormat>
        <FileFormat ID="178" MIMEType="application/vnd.ms-excel"
            Name="Microsoft Excel Macro" PUID="x-fmt/123" Version="4.0">
            <Extension>xla</Extension>
            <Extension>xlm</Extension>
        </FileFormat>
        <FileFormat ID="179" Name="Microsoft Excel Add-In" PUID="x-fmt/124">
            <Extension>xla</Extension>

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <Extension>w52</Extension>
            <Extension>wp</Extension>
            <Extension>wp5</Extension>
            <Extension>wpd</Extension>
        </FileFormat>
        <FileFormat ID="284" Name="Microsoft Word for Windows Macro" PUID="x-fmt/204">
            <Extension>wpm</Extension>
        </FileFormat>
        <FileFormat ID="285" Name="WordStar for MS-DOS Document"
            PUID="x-fmt/205" Version="5.0">
            <InternalSignatureID>610</InternalSignatureID>

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            Name="Lotus WordPro Document" PUID="x-fmt/340" Version="96">
            <InternalSignatureID>439</InternalSignatureID>
            <Extension>lwp</Extension>
        </FileFormat>
        <FileFormat ID="505" MIMEType="application/x-director"
            Name="Macromedia Director" PUID="x-fmt/341" Version="PC">
            <InternalSignatureID>409</InternalSignatureID>
            <Extension>dir</Extension>
            <Extension>dxr</Extension>
        </FileFormat>
        <FileFormat ID="506" Name="Microsoft FoxPro Memo" PUID="x-fmt/342">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <InternalSignatureID>990</InternalSignatureID>
            <Extension>htm</Extension>
            <Extension>html</Extension>
        </FileFormat>
        <FileFormat ID="646" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/104" Version="1">
            <InternalSignatureID>42</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="647" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/105" Version="2">
            <InternalSignatureID>43</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="648" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/106" Version="3">
            <InternalSignatureID>44</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="649" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/107" Version="4">
            <InternalSignatureID>45</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="650" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/108" Version="5">
            <InternalSignatureID>46</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="651" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/109" Version="6">
            <InternalSignatureID>47</InternalSignatureID>
            <InternalSignatureID>784</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="652" MIMEType="application/x-shockwave-flash"
            Name="Macromedia Flash" PUID="fmt/110" Version="7">
            <InternalSignatureID>48</InternalSignatureID>
            <InternalSignatureID>785</InternalSignatureID>
            <Extension>swf</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="653" MIMEType="video/x-flv"
            Name="Macromedia FLV" PUID="x-fmt/382" Version="1">
            <InternalSignatureID>49</InternalSignatureID>
            <Extension>flv</Extension>
            <HasPriorityOverFileFormatID>687</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="654" MIMEType="audio/x-wav"

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            Name="Real SID Audio" PUID="fmt/316">
            <InternalSignatureID>408</InternalSignatureID>
            <Extension>sid</Extension>
        </FileFormat>
        <FileFormat ID="1062" MIMEType="application/x-director"
            Name="Macromedia Director" PUID="fmt/317" Version="Macintosh">
            <InternalSignatureID>410</InternalSignatureID>
            <Extension>dir</Extension>
            <Extension>dxr</Extension>
        </FileFormat>
        <FileFormat ID="1063" MIMEType="image/vnd.djvu, image/x-djvu"

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

        </FileFormat>
        <FileFormat ID="1147" Name="Stuffit X Archive File" PUID="fmt/399">
            <InternalSignatureID>629</InternalSignatureID>
            <Extension>sitx</Extension>
        </FileFormat>
        <FileFormat ID="1148" Name="Macromedia FreeHand MX"
            PUID="fmt/400" Version="11">
            <InternalSignatureID>628</InternalSignatureID>
            <Extension>fh11</Extension>
        </FileFormat>
        <FileFormat ID="1149" Name="X-Windows Screen Dump"

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <HasPriorityOverFileFormatID>777</HasPriorityOverFileFormatID>
            <HasPriorityOverFileFormatID>778</HasPriorityOverFileFormatID>
        </FileFormat>
        <FileFormat ID="1232"
            MIMEType="application/vnd.ms-excel.sheet.macroEnabled.12"
            Name="Microsoft Excel Macro-Enabled" PUID="fmt/445" Version="2007">
            <Extension>xlsm</Extension>
        </FileFormat>
        <FileFormat ID="1233"
            Name="Adobe Portable Document Catalog Index File"
            PUID="fmt/446" Version="2.0">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

        <FileFormat ID="1272" Name="Rocket Book eBook format" PUID="fmt/485">
            <InternalSignatureID>757</InternalSignatureID>
            <Extension>rb</Extension>
        </FileFormat>
        <FileFormat ID="1273"
            Name="Macromedia (Adobe) Director Compressed Resource file" PUID="fmt/486">
            <InternalSignatureID>758</InternalSignatureID>
            <InternalSignatureID>759</InternalSignatureID>
            <Extension>dcr</Extension>
        </FileFormat>
        <FileFormat ID="1274"
            MIMEType="application/vnd.ms-powerpoint.presentation.macroEnabled.12"
            Name="Macro Enabled Microsoft Powerpoint" PUID="fmt/487" Version="2007 Onwards">
            <Extension>pptm</Extension>
        </FileFormat>
        <FileFormat ID="1275" MIMEType="application/pdf"
            Name="Acrobat PDF/X - Portable Document Format - Exchange PDF/X-4" PUID="fmt/488">
            <InternalSignatureID>762</InternalSignatureID>

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <InternalSignatureID>815</InternalSignatureID>
            <Extension>pod</Extension>
        </FileFormat>
        <FileFormat ID="1310"
            MIMEType="application/vnd.ms-word.document.macroEnabled.12"
            Name="Macro enabled Microsoft Word Document OOXML"
            PUID="fmt/523" Version="2007 Onwards">
            <Extension>docm</Extension>
        </FileFormat>
        <FileFormat ID="1311" MIMEType="application/vnd.ms-officetheme"
            Name="Microsoft Office Theme" PUID="fmt/524">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

        </FileFormat>
        <FileFormat ID="1330" Name="GEM Metafile Format" PUID="fmt/543" Version="3.10">
            <InternalSignatureID>857</InternalSignatureID>
            <Extension>gem</Extension>
        </FileFormat>
        <FileFormat ID="1331" Name="Macromedia FreeHand" PUID="fmt/544" Version="7">
            <InternalSignatureID>863</InternalSignatureID>
            <Extension>fh7</Extension>
        </FileFormat>
        <FileFormat ID="1333" Name="Macromedia FreeHand" PUID="fmt/545" Version="8">
            <InternalSignatureID>864</InternalSignatureID>
            <Extension>fh8</Extension>
        </FileFormat>
        <FileFormat ID="1334" Name="Macromedia FreeHand" PUID="fmt/546" Version="9">
            <InternalSignatureID>865</InternalSignatureID>
            <Extension>fh9</Extension>
        </FileFormat>
        <FileFormat ID="1335" Name="Macromedia FreeHand" PUID="fmt/547" Version="10">
            <InternalSignatureID>866</InternalSignatureID>
            <Extension>fh10</Extension>
        </FileFormat>
        <FileFormat ID="1336" Name="Adobe InDesign Document"
            PUID="fmt/548" Version="CS2">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            Name="Microsoft Excel Chart" PUID="fmt/554" Version="3.0">
            <InternalSignatureID>875</InternalSignatureID>
            <Extension>xlc</Extension>
        </FileFormat>
        <FileFormat ID="1343" MIMEType="application/vnd.ms-excel"
            Name="Microsoft Excel Macro" PUID="fmt/555" Version="2.x">
            <InternalSignatureID>877</InternalSignatureID>
            <Extension>xlm</Extension>
        </FileFormat>
        <FileFormat ID="1344" MIMEType="application/vnd.ms-excel"
            Name="Microsoft Excel Macro" PUID="fmt/556" Version="3.0">
            <InternalSignatureID>878</InternalSignatureID>
            <Extension>xlm</Extension>
        </FileFormat>
        <FileFormat ID="1345" MIMEType="application/postscript"
            Name="Adobe Illustrator" PUID="fmt/557" Version="8.0">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            Name="Microsoft Excel Template" PUID="fmt/598" Version="2007 onwards">
            <Extension>xltx</Extension>
        </FileFormat>
        <FileFormat ID="1391"
            MIMEType="application/vnd.ms-word.template.macroEnabled.12"
            Name="Microsoft Word Macro-Enabled Document Template"
            PUID="fmt/599" Version="2007 onwards">
            <Extension>dotm</Extension>
        </FileFormat>
        <FileFormat ID="1392" Name="eXtensible ARchive format" PUID="fmt/600">
            <InternalSignatureID>937</InternalSignatureID>

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <Extension>lha</Extension>
            <Extension>lzh</Extension>
        </FileFormat>
        <FileFormat ID="1426"
            MIMEType="application/vnd.ms-excel.template.macroEnabled.12"
            Name="Microsoft Excel Macro-Enabled Template" PUID="fmt/627" Version="2007">
            <Extension>xltm</Extension>
        </FileFormat>
        <FileFormat ID="1427"
            MIMEType="application/vnd.ms-excel.addin.macroEnabled.12"
            Name="Microsoft Excel Macro-Enabled Add-In" PUID="fmt/628" Version="2007">
            <Extension>xlam</Extension>
        </FileFormat>
        <FileFormat ID="1428"
            MIMEType="application/vnd.openxmlformats-officedocument.presentationml.slideshow"
            Name="Microsoft PowerPoint Show" PUID="fmt/629" Version="2007">
            <Extension>ppsx</Extension>
        </FileFormat>
        <FileFormat ID="1429"
            MIMEType="application/vnd.ms-powerpoint.slideshow.macroEnabled.12"
            Name="Microsoft PowerPoint Macro-Enabled Show"
            PUID="fmt/630" Version="2007">
            <Extension>ppsm</Extension>
        </FileFormat>
        <FileFormat ID="1430"
            MIMEType="application/vnd.openxmlformats-officedocument.presentationml.template"
            Name="Microsoft PowerPoint Template" PUID="fmt/631" Version="2007">
            <Extension>potx</Extension>
        </FileFormat>
        <FileFormat ID="1431"
            MIMEType="application/vnd.ms-powerpoint.template.macroEnabled.12"
            Name="Microsoft PowerPoint Macro-Enabled Template"
            PUID="fmt/632" Version="2007">
            <Extension>potm</Extension>
        </FileFormat>
        <FileFormat ID="1432"
            MIMEType="application/vnd.ms-powerpoint.addin.macroEnabled.12"
            Name="Microsoft PowerPoint Macro-Enabled Add-In"
            PUID="fmt/633" Version="2007">
            <Extension>ppam</Extension>
        </FileFormat>
        <FileFormat ID="1433" MIMEType="application/vnd.ms-htmlhelp"
            Name="Microsoft Compiled HTML Help" PUID="fmt/634">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            <InternalSignatureID>960</InternalSignatureID>
            <Extension>cpio</Extension>
        </FileFormat>
        <FileFormat ID="1436"
            MIMEType="application/vnd.ms-powerpoint.slide.macroEnabled.12"
            Name="Microsoft PowerPoint Macro-Enabled Slide"
            PUID="fmt/636" Version="2007">
            <Extension>sldm</Extension>
        </FileFormat>
        <FileFormat ID="1437" MIMEType="application/msonenote"
            Name="Microsoft OneNote" PUID="fmt/637">

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            Name="Microsoft Visio Template" PUID="fmt/926" Version="2013">
            <Extension>vstx</Extension>
        </FileFormat>
        <FileFormat ID="1732"
            MIMEType="application/vnd.ms-visio.drawing.macroEnabled.main+xml"
            Name="Microsoft Visio Macro-Enabled Drawing" PUID="fmt/927" Version="2013">
            <Extension>vsdm</Extension>
        </FileFormat>
        <FileFormat ID="1733"
            MIMEType="application/vnd.ms-visio.stencil.macroEnabled.main+xml"
            Name="Microsoft Visio Macro-Enabled Stencil" PUID="fmt/928" Version="2013">
            <Extension>vssm</Extension>
        </FileFormat>
        <FileFormat ID="1734"
            MIMEType="application/vnd.ms-visio.template.macroEnabled.main+xml"
            Name="Microsoft Visio Macro-Enabled Template" PUID="fmt/929" Version="2013">
            <Extension>vstm</Extension>
        </FileFormat>
        <FileFormat ID="1735" Name="Magick Image File Format" PUID="fmt/930">
            <InternalSignatureID>1274</InternalSignatureID>
            <Extension>mif</Extension>

t/DROID_SignatureFile_V111.xml  view on Meta::CPAN

            Name="Software602 Printer Configuration File"
            PUID="fmt/1711" Version="1.0">
            <InternalSignatureID>2044</InternalSignatureID>
            <Extension>cfg</Extension>
        </FileFormat>
        <FileFormat ID="2548" Name="Calc602 Macro File" PUID="fmt/1712">
            <Extension>mc6</Extension>
        </FileFormat>
        <FileFormat ID="2549" Name="Calc602 Project File"
            PUID="fmt/1713" Version="1.0">
            <InternalSignatureID>2045</InternalSignatureID>

 view all matches for this distribution


File-KDBX-XS

 view release on metacpan or  search on metacpan

libtomcrypt/src/headers/tomcrypt_private.h  view on Meta::CPAN

/* SPDX-License-Identifier: Unlicense */

#include "tomcrypt.h"

/*
 * Internal Macros
 */

#define LTC_PAD_MASK       (0xF000U)

/*

 view all matches for this distribution


File-MMagic-XS

 view release on metacpan or  search on metacpan

lib/File/MMagic/magic  view on Meta::CPAN

#text/GnuPG key public ring
0	beshort		0x9901			application/pgp
#text/OpenPGP data
0	beshort		0x8501			application/pgp-encrypted	

# flash:        file(1) magic for Macromedia Flash file format
#
# See
#
#       http://www.macromedia.com/software/flash/open/
#

 view all matches for this distribution


File-Macro

 view release on metacpan or  search on metacpan

lib/File/Macro.pm  view on Meta::CPAN

use strict;
use warnings;
package File::Macro;

use Exporter qw(import);

=head1 NAME

File::Macro - Read a file within a block scope

=head1 VERSION

Version 0.01

lib/File/Macro.pm  view on Meta::CPAN

This module exists exclusively to provide a shorthand for the C<open... or die>
idiom. Instead of repeating the same boilerplate, you simply call C<with_file>
and do whatever you need to do with your file inside the block, which is
already opened for you in C<$_>.

    use File::Macro;
    with_file 'foo.csv' => '<' => sub {
        say <$_>;
    };

If you want to use a different variable for the filehandle, just specify it

lib/File/Macro.pm  view on Meta::CPAN


=head1 BUGS

Please report any bugs or feature requests to C<bug-file-macro at rt.cpan.org>,
or through the web interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Macro>. I will be
notified, and then you'll automatically be notified of progress on your bug as
I make changes.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc File::Macro

You can also look for information at:

=over 4

=item * RT: CPAN's request tracker (report bugs here)

L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Macro>

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/File-Macro>

=item * CPAN Ratings

L<http://cpanratings.perl.org/d/File-Macro>

=item * Search CPAN

L<http://search.cpan.org/dist/File-Macro/>

=back

=head1 ACKNOWLEDGEMENTS

 view all matches for this distribution


File-Unpack

 view release on metacpan or  search on metacpan

t/data/pdftex-a.txt  view on Meta::CPAN

\pdfoutput=1 \pdfcompresslevel=0 \font\tenrm=ptmr8r \tenrm Welcome to pdf\TeX! \bye

The pdfTEX user manual

Contents
1 2 3 4 5 6 7 8 Introduction . . . . . . . . . . . . . . . . . . . . . . . About PDF . . . . . . . . . . . . . . . . . . . . . . . . . Getting started . . . . . . . . . . . . . . . . . . . . . Macro packages supporting PDFTEX . . Setting up fonts . ....

1 Introduction
The main purpose of the pdfTEX project is to create and maintain an extension of TEX that can produce pdf directly from TEX source files and improve/enhance the result of TEX typesetting with the help of pdf. When pdf output is not selected, pdfTEX ...

1.1

 view all matches for this distribution


File-Unpack2

 view release on metacpan or  search on metacpan

t/data/pdftex-a.txt  view on Meta::CPAN

\pdfoutput=1 \pdfcompresslevel=0 \font\tenrm=ptmr8r \tenrm Welcome to pdf\TeX! \bye

The pdfTEX user manual

Contents
1 2 3 4 5 6 7 8 Introduction . . . . . . . . . . . . . . . . . . . . . . . About PDF . . . . . . . . . . . . . . . . . . . . . . . . . Getting started . . . . . . . . . . . . . . . . . . . . . Macro packages supporting PDFTEX . . Setting up fonts . ....

1 Introduction
The main purpose of the pdfTEX project is to create and maintain an extension of TEX that can produce pdf directly from TEX source files and improve/enhance the result of TEX typesetting with the help of pdf. When pdf output is not selected, pdfTEX ...

1.1

 view all matches for this distribution


Filesys-Ext2

 view release on metacpan or  search on metacpan

other/ext2_fs.h  view on Meta::CPAN

 * Maximal count of links to a file
 */
#define EXT2_LINK_MAX		32000

/*
 * Macro-instructions used to manage several block sizes
 */
#define EXT2_MIN_BLOCK_LOG_SIZE		10	/* 1024 */
#define EXT2_MAX_BLOCK_LOG_SIZE		13	/* 8192 */
#define EXT2_MIN_BLOCK_SIZE	(1 << EXT2_MIN_BLOCK_LOG_SIZE)
#define EXT2_MAX_BLOCK_SIZE	(1 << EXT2_MAX_BLOCK_LOG_SIZE)

other/ext2_fs.h  view on Meta::CPAN

				 EXT2_GOOD_OLD_FIRST_INO : (s)->s_first_ino)
#endif
#define EXT2_ADDR_PER_BLOCK(s)	(EXT2_BLOCK_SIZE(s) / sizeof(__u32))

/*
 * Macro-instructions used to manage fragments
 */
#define EXT2_MIN_FRAG_SIZE		EXT2_MIN_BLOCK_SIZE
#define EXT2_MAX_FRAG_SIZE		EXT2_MAX_BLOCK_SIZE
#define EXT2_MIN_FRAG_LOG_SIZE		EXT2_MIN_BLOCK_LOG_SIZE
#ifdef __KERNEL__

other/ext2_fs.h  view on Meta::CPAN

	__u16 count;
};


/*
 * Macro-instructions used to manage group descriptors
 */
#define EXT2_BLOCKS_PER_GROUP(s)	(EXT2_SB(s)->s_blocks_per_group)
#define EXT2_INODES_PER_GROUP(s)	(EXT2_SB(s)->s_inodes_per_group)
#define EXT2_INODES_PER_BLOCK(s)	(EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
/* limits imposed by 16-bit value gd_free_{blocks,inode}_count */

 view all matches for this distribution


Filter-Crypto

 view release on metacpan or  search on metacpan

CryptoCommon-c.inc  view on Meta::CPAN

#endif

#define FILTER_CRYPTO_OPENSSL_ERR_STR \
    (ERR_reason_error_string(FilterCrypto_GetLastSSLError()))

                                        /* Macro to set the CUR length in an  */
                                        /* SV whose string space has been     */
                                        /* manipulated directly.  Also adds a */
                                        /* NUL terminator in case the string  */
                                        /* gets used as a C "string" later.   */
#define FilterCrypto_SvSetCUR(sv, len) STMT_START { \

 view all matches for this distribution


Filter-Include

 view release on metacpan or  search on metacpan

lib/Filter/Include.pm  view on Meta::CPAN


Dan Brook C<< <cpan@broquaint.com> >>

=head1 SEE ALSO

C<C>, -P in L<perlrun>, L<Filter::Simple>, L<Filter::Macro>

=cut

 view all matches for this distribution


Filter-Macro

 view release on metacpan or  search on metacpan

lib/Filter/Macro.pm  view on Meta::CPAN

package Filter::Macro;
$Filter::Macro::VERSION = '0.11';

use strict;
use Filter::Simple::Compile sub {
    $_ = quotemeta($_);
    s/\\\n/\n/g;

lib/Filter/Macro.pm  view on Meta::CPAN


1;

=head1 NAME

Filter::Macro - Make macro modules that are expanded inline

=head1 VERSION

This document describes version 0.11 of Filter::Macro, released
May 11, 2006.

=head1 SYNOPSIS

In F<MyHandyModules.pm>:

    package MyHandyModules;
    use Filter::Macro;
    # lines below will be expanded into caller's code
    use strict;
    use warnings;
    use Switch;
    use IO::All;

lib/Filter/Macro.pm  view on Meta::CPAN

macro-like semantic itself, instead of placing the burden on the caller.

This module lets you do precisely that.  All you need to do is to put one
line in F<MyHandyModules.pm>, after the C<package MyHandyModules;> line:

    use Filter::Macro;

With this, a program or module that says C<use Filter::Macro> will expand
lines below C<use Filter::Macro> into their own code, instead of the default
semantic of evaluating them in the C<MyHandyModules> package.

Line numbers in error and warning messages are unaffected by this module;
they still point to the correct file name and line numbers.

 view all matches for this distribution


Filter-Template

 view release on metacpan or  search on metacpan

lib/Filter/Template/UseBytes.pm  view on Meta::CPAN

Filter::Template::UseBytes is Copyright 2000-2013 Rocco Caputo.  All
rights reserved.  Filter::Template::UseBytes is free software; you may
redistribute it and/or modify it under the same terms as Perl itself.

Filter::Template::UseBytes was previously known as
POE::Macro::UseBytes.

=cut

 view all matches for this distribution


Finance-Bank-IE

 view release on metacpan or  search on metacpan

data/BankOfIreland/moneyTransfer_execution=e7s3  view on Meta::CPAN

                                                   <div class="single_line_div date_div">
                                                    <label for="form:calendarScheduledDateInputDate" class="show_label long_label"><span class="hidden_label">Date of future payment dd/mm/yyyy</span></label>
						                            <span class="pad_txt2"></span><span id="form:calendarScheduledDatePopup"><input class="rich-calendar-input inputbox input_medium" disabled="true" id="form:calendarScheduledDateInputDate" maxlength="10" name="form:cal...
new Calendar('form:calendarScheduledDate', 
			"en_GB",{'showWeeksBar':false,'showFooter':false,'currentDate':new Date(2012,3,12),'datePattern':'dd/MM/yyyy','enableManualInput':true,'firstWeekDay':1,'disabled':true,'weekDayLabelsShort':['S','M','T','W','T','F','S'] } , {
 dayListMarkup:[new ET(function (context) { return Richfaces.evalMacro("day", context)})
],
 weekDayMarkup: [new ET(function (context) { return Richfaces.evalMacro("weekDayLabelShort", context)})
],
 weekNumberMarkup: [new ET(function (context) { return Richfaces.evalMacro("weekNumber", context)})
],
 headerMarkup: [new E('table',{'width':'100%'},[new E('tbody',{},[new E('tr',{},[new E('td',{'className':'sort_left'},[new ET(function (context) { return Richfaces.evalMacro("previousMonthControl", context)})]),new E('td',{'className':' sort_center'}...
]}).load();</script></div>
						                        dd/mm/yyyy
						                        </div></span>
	                                    </fieldset>
                                    </fieldset>

 view all matches for this distribution


Finance-TA

 view release on metacpan or  search on metacpan

ta_libc_wrap.c  view on Meta::CPAN


#define SWIG_MAYBE_PERL_OBJECT SWIG_PERL_OBJECT_DECL

/* SWIG Perl macros */

/* Macro to declare an XS function */
#ifndef XSPROTO
#   define XSPROTO(name) void name(pTHX_ CV* cv)
#endif

/* Macro to call an XS function */
#ifdef PERL_OBJECT 
#  define SWIG_CALLXS(_name) _name(cv,pPerl) 
#else 
#  ifndef MULTIPLICITY 
#    define SWIG_CALLXS(_name) _name(cv) 

ta_libc_wrap.c  view on Meta::CPAN

  }
  return SWIG_OK;
}


/* Macros for low-level exception handling */
#define SWIG_croak(x)    { SWIG_Error(SWIG_RuntimeError, x); SWIG_fail; }


typedef XSPROTO(SwigPerlWrapper);
typedef SwigPerlWrapper *SwigPerlWrapperPtr;

 view all matches for this distribution


Flash-FLAP

 view release on metacpan or  search on metacpan

doc/cpu.pl  view on Meta::CPAN

# Copyright (c) 2003 by Vsevolod (Simon) Ilyushchenko. All rights reserved.
# This program is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
# The code is based on the -PHP project (http://amfphp.sourceforge.net/)

#This is a server-side script that responds to an Macromedia Flash client 
#talking in ActionScript. See the FLAP project site (http://www.simonf.com/flap) 
#for more information.

use strict;

 view all matches for this distribution


Font-FreeType

 view release on metacpan or  search on metacpan

FreeType.xs  view on Meta::CPAN

 */
#if PERL_VERSION <= 15 && ! defined(utf8_to_uvchr_buf)
#define utf8_to_uvchr_buf(s, send, p_length) (utf8_to_uvchr(s, p_length))
#endif

/* Macro for testing whether we have at least a certain version of
 * Freetype available.  */
#define QEFFT2_FT_AT_LEAST(major, minor, patch) \
    FREETYPE_MAJOR > major || \
        (FREETYPE_MAJOR == major && \
            (FREETYPE_MINOR > minor || \

FreeType.xs  view on Meta::CPAN

               "getting glyph object from freetype");

    return extra->glyph_ft->format == FT_GLYPH_FORMAT_OUTLINE;
}

/* Macros to help the outline event handlers call Perl code */
#define QEFFT2_CALL_PREP  dSP; ENTER; SAVETMPS; PUSHMARK(SP);
#define QEFFT2_NUM(num)  ((double) (num) / 64.0)
#define QEFFT2_PUSH_NUM(num)  XPUSHs(sv_2mortal(newSVnv((double) num / 64.0)));
#define QEFFT2_PUSH_DNUM(num)  XPUSHs(sv_2mortal(newSVnv(num)));
#define QEFFT2_CALL(code)  PUTBACK; call_sv(code, G_DISCARD);

 view all matches for this distribution


Font-GlyphNames

 view release on metacpan or  search on metacpan

lib/Font/GlyphNames/glyphlist.txt  view on Meta::CPAN

Lslash;0141
Lslashsmall;F6F9
Lsmall;F76C
M;004D
MBsquare;3386
Macron;F6D0
Macronsmall;F7AF
Macute;1E3E
Mcircle;24C2
Mdotaccent;1E40
Mdotbelow;1E42
Menarmenian;0544

 view all matches for this distribution


Font-TTF

 view release on metacpan or  search on metacpan

lib/Font/TTF/PSNames.pm  view on Meta::CPAN

	'Llinebelow' => "\x{1E3A}",
	'Lmonospace' => "\x{FF2C}",
	'Lslashsmall' => "\x{F6F9}",
	'Lsmall' => "\x{F76C}",
	'MBsquare' => "\x{3386}",
	'Macron' => "\x{F6D0}",
	'Macronsmall' => "\x{F7AF}",
	'Macute' => "\x{1E3E}",
	'Mcircle' => "\x{24C2}",
	'Mdotaccent' => "\x{1E40}",
	'Mdotbelow' => "\x{1E42}",
	'Menarmenian' => "\x{0544}",

 view all matches for this distribution


FrameMaker-MifTree

 view release on metacpan or  search on metacpan

lib/FrameMaker/MifTree.pm  view on Meta::CPAN


All comments are lost.

=item *

Macro statements are not (yet) implemented.

=item *

Include statements are not (yet) implemented.

 view all matches for this distribution


Fred-Fish-DBUG

 view release on metacpan or  search on metacpan

lib/Fred/Fish/DBUG/ON.pm  view on Meta::CPAN

               # Not all color macro values are escape sequences ...
               my @str = Term::ANSIColor::uncolor ($cm);
               foreach my $s ( @str ) {
                  $color_str .= color ($s);     # Makes sure always an escape sequence ...
               }
               # print STDERR "Valid Color Macro(s): '", join (", ", @str), "'\n";
            };
            if ( $@ ) {
               warn ("Invalid color string '$cm'.\nColor request reset to no colors for level $dbug_levels[$level]!\n");
               $color_str = "";
               last;

 view all matches for this distribution


( run in 0.902 second using v1.01-cache-2.11-cpan-49f99fa48dc )