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


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


FreeHAL

 view release on metacpan or  search on metacpan

lang_de/word_types.brain  view on Meta::CPAN

  type: n,
glnzen:
  type: vi
Zeitdieb:
  type: n,
Macro:
  type: n,
podsol:
  type: adj
Abschabung:
  type: n,

 view all matches for this distribution


FreeWRL

 view release on metacpan or  search on metacpan

JS/js/README  view on Meta::CPAN

  or intercaps names, e.g., str_indexOf.
- And library-private and static data use underscores, not intercaps (but
  library-private data do use a js_ prefix).
- Scalar type names are lowercase and js-prefixed: jsdouble.
- Aggregate type names are JS-prefixed and mixed-case: JSObject.
- Macros are generally ALL_CAPS and underscored, to call out potential
  side effects, multiple uses of a formal argument, etc.

- Four spaces of indentation per statement nesting level.
- Tabs are taken to be eight spaces, and an Emacs magic comment at the top of
  each file tries to help.  If you're using MSVC or similar, you'll want to

 view all matches for this distribution


FunctionalPerl

 view release on metacpan or  search on metacpan

lib/FP/Currying.pm  view on Meta::CPAN

        @_ = (@p, @_);
        goto \&$f
    }
}

# Macros would be useful here.

sub uncurry_1_1 {
    @_ == 1 or fp_croak_arity 1;
    my ($f) = @_;
    sub {

 view all matches for this distribution


FusionInventory-Agent

 view release on metacpan or  search on metacpan

resources/macos/SysProfile/sample1.yaml  view on Meta::CPAN

  Last Modified: 2/15/10 4:08 PM
  Location: /Applications/Cisco/Cisco AnyConnect VPN Client.app
  Version: 1.0
Cisco Network Assistant:
  64-Bit (Intel): No
  Get Info String: 'InstallAnywhere 8.0, Copyright © 2006 Macrovision Corporation.'
  Kind: Universal
  Last Modified: 3/13/11 12:14 AM
  Location: /Users/lubrano/Cisco_Network_Assistant/Cisco Network Assistant.app
  Version: 8.0
Clip Organizer:

resources/macos/SysProfile/sample1.yaml  view on Meta::CPAN

  Last Modified: 2/15/10 4:08 PM
  Location: /Applications/Cisco/Uninstall AnyConnect.app
  Version: 1.0
Uninstall Cisco Network Assistant:
  64-Bit (Intel): No
  Get Info String: 'InstallAnywhere 8.0, Copyright © 2006 Macrovision Corporation.'
  Kind: Universal
  Last Modified: 3/13/11 12:14 AM
  Location: /Users/lubrano/Cisco_Network_Assistant/Uninstall_Cisco Network Assistant/Uninstall Cisco Network Assistant.app
  Version: 8.0
Uninstall DivX for Mac:

 view all matches for this distribution


GCJ-Cni

 view release on metacpan or  search on metacpan

lib/GCJ/Cni.xs  view on Meta::CPAN

#include <string.h>
#ifdef __cplusplus
}
#endif

/* Macro to call an XS function */

#ifdef PERL_OBJECT 
#  define SWIG_CALLXS(_name) _name(cv,pPerl) 
#else 
#  ifndef MULTIPLICITY 

lib/GCJ/Cni.xs  view on Meta::CPAN

  va_start(args, fmt);
  sv_vsetpvfn(perl_get_sv("@", TRUE), fmt, strlen(fmt), &args, Null(SV**), 0, Null(bool*));
  va_end(args);
}

/* Macros for low-level exception handling */
#define SWIG_fail       goto fail
#define SWIG_croak(x)   { SWIG_SetError(x); goto fail; }
#define SWIG_croakSV(x) { SWIG_SetErrorSV(x); goto fail; }
/* most preprocessors do not support vararg macros :-( */
/* #define SWIG_croakf(x...) { SWIG_SetErrorf(x); goto fail; } */

 view all matches for this distribution


GD-Chart

 view release on metacpan or  search on metacpan

GDChart_wrap.c  view on Meta::CPAN

#include <string.h>
#ifdef __cplusplus
}
#endif

/* Macro to call an XS function */

#ifdef PERL_OBJECT 
#  define SWIG_CALLXS(_name) _name(cv,pPerl) 
#else 
#  ifndef MULTIPLICITY 

GDChart_wrap.c  view on Meta::CPAN

  va_end(args);
}

#endif

/* Macros for low-level exception handling */
#define SWIG_fail       goto fail
#define SWIG_croak(x)   { SWIG_SetError(x); goto fail; }
#define SWIG_croakSV(x) { SWIG_SetErrorSV(x); goto fail; }
/* most preprocessors do not support vararg macros :-( */
/* #define SWIG_croakf(x...) { SWIG_SetErrorf(x); goto fail; } */

 view all matches for this distribution


GO-TermFinder

 view release on metacpan or  search on metacpan

native/Native_wrap.cxx  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) 

native/Native_wrap.cxx  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


Game-HexDescribe

 view release on metacpan or  search on metacpan

share/hex-describe-strom-table.txt  view on Meta::CPAN

1,In niches beside the entrance stood a pair of sphinxes carved from blocks of black diorite: the Tronen, or fetishes of the house.
1,A griffin's claw reposed in an onyx case.
1,a green meadow where rose an array of twenty poles, half supporting impaled corpses.
1,In the forest nearby a door opens into the otherwhere Irerly. One of us must go through this door and bring back thirteen gems of different colors, while the other guards the access.
1,isolated mountains of gray-yellow custard, each terminating in a ludicrous semi-human face. All faces were turned toward himself, displaying outrage and censure. Some showed cataclysmic scowls and grimaces, others produced thunderous belches of dis...
1,three competing religions: The Doctrine of Arcoid Clincture; the Shrouded Macrolith, which I personally consider a fallacy; and the noble Derelictionary Tocsin.
1,a jet of blue magma
1,Shimrod brought the House Eye down from the ridge-beam, and set it on the carved table in the parlor, where, upon stimulus, it recreated what it had observed during Shimrod's absence.
1,WITHIN AND ABOUT THE Forest of Tantrevalles existed a hundred or more fairy shees, each the castle of a fairy tribe
1,"Go your way and do not look back, on pain of seven years bad luck, for such is the manner one must leave a fairy shee."
1,a clearing planted with plum and apricot trees, which had long gone wild.

 view all matches for this distribution


Games-Axmud

 view release on metacpan or  search on metacpan

lib/Games/Axmud/Cage.pm  view on Meta::CPAN


    ##################
    # Accessors - get
}

{ package Games::Axmud::Cage::Macro;

    use strict;
    use warnings;
#   use diagnostics;

 view all matches for this distribution


Games-DungeonMaker

 view release on metacpan or  search on metacpan

DungeonMaker_wrap.cxx  view on Meta::CPAN

#include <string.h>
#ifdef __cplusplus
}
#endif

/* Macro to call an XS function */

#ifdef PERL_OBJECT 
#  define SWIG_CALLXS(_name) _name(cv,pPerl) 
#else 
#  ifndef MULTIPLICITY 

DungeonMaker_wrap.cxx  view on Meta::CPAN

  va_start(args, fmt);
  sv_vsetpvfn(perl_get_sv("@", TRUE), fmt, strlen(fmt), &args, Null(SV**), 0, Null(bool*));
  va_end(args);
}

/* Macros for low-level exception handling */
#define SWIG_fail       goto fail
#define SWIG_croak(x)   { SWIG_SetError(x); goto fail; }
#define SWIG_croakSV(x) { SWIG_SetErrorSV(x); goto fail; }
/* most preprocessors do not support vararg macros :-( */
/* #define SWIG_croakf(x...) { SWIG_SetErrorf(x); goto fail; } */

 view all matches for this distribution


Games-Go-Sgf2Dg

 view release on metacpan or  search on metacpan

manual.tex  view on Meta::CPAN


The FF4 specification for SGF files allows {\tt SZ[X:Y]} where {\tt X} and
{\tt Y} are arbitrary numbers.  {\tt sgf2dg} supports this syntax.

\vfil\eject
\centerline{\titlefont\TeX\ Macros}

\bigbreak
Using the {\tt sgf2dg} translator one need not worry about writing \TeX\
code. Nevertheless with some understanding of how \TeX\ works, GOOE/{\tt
sgf2dg} becomes a more powerful system. One method is to use {\tt sgf2dg

 view all matches for this distribution


Games-PetalsAroundTheRose

 view release on metacpan or  search on metacpan

lib/Games/PetalsAroundTheRose.pm  view on Meta::CPAN

these different ways of looking can yield different answers. In
"Petals Around the Rose" there is always one correct answer. The
problem is how we define the problem.

"Petals Around the Rose" is traditionally played with 5 six-sided
dice. I developed this version using Macromedia Flash as both an
exercise for me to learn Flash and as a way to share the game with the
world. Let me know what you think!

Chris can be reached at C<chris.davis@baker.edu>

 view all matches for this distribution


Gentoo-Probe

 view release on metacpan or  search on metacpan

t/sandbox/pkg-files.lst  view on Meta::CPAN

/usr/share/gtk-doc/html/gtk/glossary.html
/usr/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html
/usr/share/gtk-doc/html/gtk/gtk-Bindings.html
/usr/share/gtk-doc/html/gtk/gtk-Clipboards.html
/usr/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html
/usr/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html
/usr/share/gtk-doc/html/gtk/gtk-General.html
/usr/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html
/usr/share/gtk-doc/html/gtk/gtk-GtkTextIter.html
/usr/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html
/usr/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html

 view all matches for this distribution


Geo-GDAL

 view release on metacpan or  search on metacpan

Doxyfile  view on Meta::CPAN


ENABLE_PREPROCESSING   = NO

# 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


( run in 2.426 seconds using v1.01-cache-2.11-cpan-483215c6ad5 )