view release on metacpan or search on metacpan
msgpack-3.3.0/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 (the default) only conditional
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
view all matches for this distribution
view release on metacpan or search on metacpan
share/Last.txt view on Meta::CPAN
Macqueen
Macrae
Macreno
Macri
Macrina
Macrostie
Macrowski
Macrum
Macugay
Macumber
Macura
Macurdy
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Data/Type/Collection/Perl6.pm view on Meta::CPAN
Code Base class for all executable objects
Routine Base class for all nameable executable objects
Sub Perl subroutine
Method Perl method
Submethod Perl subroutine acting like a method
Macro Perl compile-time subroutine
Rule Perl pattern
Block Base class for all unnameable executable objects
Bare Basic Perl block
Parametric Basic Perl block with placeholder parameters
Package Perl 5 compatible namespace
view all matches for this distribution
view release on metacpan or search on metacpan
lib/DateTime/Calendar/Pataphysical.pm view on Meta::CPAN
v Réprobation du Travail
4 Esquive de St Léonard (de Vinci), illusionniste
4 St Ãquivoque, sans-culotte
3 Adoration du Pal
4 Déploration de St Achras, éleveur de Polyèdres
4 St Macrotatoure, caudataire
v Canotage
4 Occultation de St Gauguin, océanide
4 St Ti Belot, séide
4 Occultation de Sa Magnificence le Dr Sandomir
2 Sts Palotins des Phynances
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Decl.pm view on Meta::CPAN
sub mylocation { '/'; }
=head2 describe([$use])
Returns a reconstructed set of source code used to compile this present C<Decl> object. If it was assembled
in parts, you still get the whole thing back. Macro results are not included in this dump (they're presumed to be the result
of macros in the tree itself, so they should be regenerated the next time anyway).
If you specify a true value for $use, the dump will include a "use" statement at the start in order to make the result an
executable Perl script.
The dump is always in filter format (if you built it with -nofilter) and contains C<Decl>'s best guess of the
view all matches for this distribution
view release on metacpan or search on metacpan
do_n_dialog (sub { $::CONN->send ("move $targ $self->{tag} $_[0]") })
}
]
)
),
["bind <i>apply $shortname</i> to a key" => sub { DC::Macro::quick_macro ["apply $self->{name}"] }],
);
DC::UI::Menu->new (items => \@menu_items)->popup ($ev);
}
view all matches for this distribution
view release on metacpan or search on metacpan
parts/apicheck.pl view on Meta::CPAN
$stack .= " static $no_const_n $p$v$d;\n";
}
}
# Declare thread context for functions and macros that might need it.
# (Macros often fail to say they don't need it.)
unless ($Tflag) {
$stack = " dTHX;\n$stack"; # Harmless to declare even if not needed
$aTHX = @arg ? 'aTHX_ ' : 'aTHX';
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/simple-lib/lib/Win32/Word/Writer.pm view on Meta::CPAN
Start Word and press Alt-F11 to bring up the VBA window. There is an
Object Browser in the toolbar. Select an object, method or property
and press F1 to bring up the help.
A good way to figure out how to do something is to record a Macro and
then bring up the VBA window and inspect the code written by the Macro
Recorder.
=head1 DESIGN ISSUES
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Devel/Trepan.pm view on Meta::CPAN
L<Loading or reloading Debugger or Perlish things (load)|Devel::Trepan::CmdProcessor::Command::Load>
=item *
L<Define a macro (macro)|Devel::Trepan::CmdProcessor::Command::Macro>
=item *
L<Allow remote connections (server)|Devel::Trepan::CmdProcessor::Command::Server>
view all matches for this distribution
view release on metacpan or search on metacpan
perlcdio_wrap.c view on Meta::CPAN
/* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
#if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
# define _SCL_SECURE_NO_DEPRECATE
#endif
/* Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework */
#if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
# define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
#endif
/* Intel's compiler complains if a variable which was never initialised is
perlcdio_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)
perlcdio_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
view release on metacpan or search on metacpan
linux-labjack/liblabjack/ljackul.c view on Meta::CPAN
#include <sys/time.h>
#include <unistd.h>
#include <string.h>
//#include <pthread.h>
/* (efs) Macros to replace those lost in bitops.h
*/
#define BitSet(arg,posn) ((arg) | (1L << (posn)))
#define BitClr(arg,posn) ((arg) & ~(1L << (posn)))
#define BitFlp(arg,posn) ((arg) ^ (1L << (posn)))
#define BitTst(arg,posn) (!(!((arg) & (1L << (posn)))))
view all matches for this distribution
view release on metacpan or search on metacpan
public/webiopi.js view on Meta::CPAN
callback(gpio, data);
}
});
}
WebIOPi.prototype.callMacro = function (macro, args, callback) {
if (args == undefined) {
args = "";
}
$.post(w().context + 'macros/' + macro + "/" + args, function(data) {
if (callback != undefined) {
public/webiopi.js view on Meta::CPAN
webiopi().pulse(gpio);
});
return button;
}
WebIOPi.prototype.createMacroButton = function (id, label, macro, args) {
var button = webiopi().createButton(id, label);
button.bind(BUTTON_DOWN, function(event) {
webiopi().callMacro(macro, args);
});
return button;
}
WebIOPi.prototype.createSequenceButton = function (id, label, gpio, period, sequence) {
view all matches for this distribution
view release on metacpan or search on metacpan
src/inttypes.h view on Meta::CPAN
typedef struct {
intmax_t quot;
intmax_t rem;
} imaxdiv_t;
// 7.8.1 Macros for format specifiers
#if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS) // [ See footnote 185 at page 198
// The fprintf macros for signed integers are:
#define PRId8 "d"
view all matches for this distribution
view release on metacpan or search on metacpan
((tmp & 0x0000ffff0000ffffULL) << 16); \
}
#endif /* BYTE_ORDER == LITTLE_ENDIAN */
/*
* Macro for incrementally adding the unsigned 64-bit integer n to the
* unsigned 128-bit integer (represented using a two-element array of
* 64-bit words):
*/
#define ADDINC128(w,n) { \
(w)[0] += (sha2_word64)(n); \
(w)[1]++; \
} \
}
/*
* Macros for copying blocks of memory and for zeroing out ranges
* of memory. Using these macros makes it easy to switch from
* using memset()/memcpy() and using bzero()/bcopy().
*
* Please define either SHA2_USE_MEMSET_MEMCPY or define
* SHA2_USE_BZERO_BCOPY depending on which function set you
view all matches for this distribution
view release on metacpan or search on metacpan
ext/xxHash/xxhash.c view on Meta::CPAN
#endif /* XXH_FORCE_DIRECT_MEMORY_ACCESS */
/* ****************************************
* Compiler-specific Functions and Macros
******************************************/
#define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
/* Note : although _rotl exists for minGW (GCC under windows), performance seems poor */
#if defined(_MSC_VER)
ext/xxHash/xxhash.c view on Meta::CPAN
}
#endif
/* *************************************
* Architecture Macros
***************************************/
typedef enum { XXH_bigEndian=0, XXH_littleEndian=1 } XXH_endianess;
/* XXH_CPU_LITTLE_ENDIAN can be defined externally, for example on the compiler command line */
#ifndef XXH_CPU_LITTLE_ENDIAN
ext/xxHash/xxhash.c view on Meta::CPAN
return XXH_CPU_LITTLE_ENDIAN ? XXH_swap64(XXH_read64(ptr)) : XXH_read64(ptr);
}
/* *************************************
* Macros
***************************************/
#define XXH_STATIC_ASSERT(c) { enum { XXH_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
/* *************************************
view all matches for this distribution
view release on metacpan or search on metacpan
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
CEDict
CEDict::Pinyin
CFDI
CFDI::Constants
CFDI::Location
CFDI::Macros
CFDI::Output
CFDI::Parser
CFDI::Regex
CFDI::Report
CGI
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Chemistry::File
Chemistry::FormulaPattern
Chemistry::Harmonia
Chemistry::InternalCoords
Chemistry::Isotope
Chemistry::MacroMol
Chemistry::MidasPattern
Chemistry::Mok
Chemistry::Mol
Chemistry::MolecularMass
Chemistry::Obj
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Config::XMLPerl
Config::XPath
Config::XrmDatabase
Config::YAARG
Config::YAML
Config::YAMLMacros
Config::Yacp
Config::Yak
Config::ZOMG
Config::apiLayers
ConfigCache
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
DBstorage::RandRDB
DC
DC::DB
DC::Item
DC::Layout
DC::Macro
DC::MapWidget
DC::MessageDistributor
DC::NPCDialog
DC::OpenGL
DC::Pod
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
File::Lockfile
File::Log
File::LogReader
File::LsColor
File::MMagic
File::Macro
File::Maintenance
File::Maker
File::Mangle
File::Map
File::Marker
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Filter::HereDocIndent
Filter::Heredoc
Filter::Include
Filter::Indent
Filter::LiterateComments
Filter::Macro
Filter::NumberLines
Filter::Object
Filter::PPI
Filter::PerlTags
Filter::QuasiQuote
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
HTML::ListScraper
HTML::ListToTree
HTML::Lister
HTML::LoL
HTML::Location
HTML::Macro
HTML::Make
HTML::Manipulator
HTML::Mason
HTML::MasonX
HTML::Menu
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
HackaMol::PeriodicTable
HackaMol::Roles
HackaMol::X
Hacker
Hades
Hades::Macro
Hades::Myths
Hades::Realm
Hadoop
Hadoop::Admin
Hadoop::HDFS
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Kephra::EventTable
Kephra::FakeLogger
Kephra::File
Kephra::Help
Kephra::Log
Kephra::Macro
Kephra::Menu
Kephra::Plugin
Kephra::ToolBar
Kernel
Kernel::Keyring
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Mackerel::ReleaseUtils
Mackerel::Webhook
Macrame
Macrame::_Expand_
Macrame::lexeme
Macro
Macro::Micro
Mad
Mad::Mapper
Mafia
MagicApp
MagicApp::Lookups
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Salesforce::Soap
Salvation
Salvation::AnyNotify
Salvation::CLI
Salvation::DaemonDecl
Salvation::MacroProcessor
Salvation::Method
Salvation::MongoMgr
Salvation::PluginCore
Salvation::Roles
Salvation::Service
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
Text::Locus
Text::LookUpTable
Text::LooseCSV
Text::Lorem
Text::Lossy
Text::Macro
Text::MacroScript
Text::Macros
Text::Markdown
Text::MarkdownTable
Text::Markmoredown
Text::Markup
Text::Match
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
X10::Device
X10::Event
X10::EventList
X10::FireCracker
X10::Home
X10::Macro
X10::MacroProc
X10::Network
X10::SchedEvent
X10::Scheduler
X10::Server
X10::TwoWay
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
YATG::Config
YATG::Retrieve
YATG::SharedStorage
YATG::Store
YATT
YATT::ArgMacro
YATT::ArgTypes
YATT::Class
YATT::DBSchema
YATT::Exception
YATT::Fields
view all matches for this distribution
view release on metacpan or search on metacpan
of Docserver, install Help and Tools for Office/Help for Visual
Basic. It may be necessary to set user's name and initials to
space, because of an error in one convertor. You can also consider
installing applicable patches from http://office.microsoft.com.
In Word and Excel in Options/Macro/Security select High securify
level for the user under which the Docserver will be running, and
remove any trusted resources and setup no trust to any plugins, etc.
The following steps will be shown on the SYSTEM account. You can change
the security leve in registry by setting
view all matches for this distribution
view release on metacpan or search on metacpan
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
view release on metacpan or search on metacpan
example/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 (the default) only conditional
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
view all matches for this distribution
view release on metacpan or search on metacpan
- Add unit tests for meminfo module.
- Refactor total number of expected known architectures into a variable.
- Use long options for aspell invocation.
- Use --quiet instead of -q on cppcheck invocations.
- Move active line-based cppcheck suppressions into inline comments.
- Make cppcheck unknownMacro suppression more specific.
- Tell cppcheck the C/C++ standards the code intends to comply with.
- Remove unused cppcheck suppressions.
- Use pkginstance in a new unit test.
- Switch NULL to DPKG_NULL in header file.
- Add functional tests for triggers database handling.
view all matches for this distribution
view release on metacpan or search on metacpan
dyncall/buildsys/cmake/Modules/UseLATEX.cmake view on Meta::CPAN
SET(${variable} "${default}")
ENDIF (NOT ${variable})
ENDMACRO(LATEX_FILE_MATCH)
#############################################################################
# Macros that perform processing during a LaTeX build.
#############################################################################
MACRO(LATEX_MAKEGLOSSARIES)
MESSAGE("**************************** In makeglossaries")
IF (NOT LATEX_TARGET)
MESSAGE(SEND_ERROR "Need to define LATEX_TARGET")
view all matches for this distribution
view release on metacpan or search on metacpan
lib/EBook/Tools.pm view on Meta::CPAN
'bus036050' => 'Real estate investment',
'bus036060' => 'Stocks',
'bus037000' => 'Job hunting',
'bus037020' => 'Job hunting',
'bus038000' => 'Labor',
'bus039000' => 'Macroeconomics',
'bus040000' => 'Mail-order business',
'bus041000' => 'Management',
'bus042000' => 'Management science',
'bus043000' => 'Marketing',
'bus043010' => 'Direct marketing',
lib/EBook/Tools.pm view on Meta::CPAN
'macintosh clones' => 'Macintosh-compatible computers',
'macintosh compatibles (computers)' => 'Macintosh-compatible computers',
'macintosh compatibles' => 'Macintosh-compatible computers',
'macintosh-compatible computers' => 'Macintosh-compatible computers',
'macintosh computers' => 'Macintosh-compatible computers',
'macroeconomics' => 'Macroeconomics',
'magazines' => 'Periodicals',
'magic cookies (computer science)' => 'Cookies (Computer science)',
'magic' => 'Magic',
'magic--fiction' => 'Magic',
'magicians' => 'Magicians',
view all matches for this distribution
view release on metacpan or search on metacpan
deps/hiredis/dict.h view on Meta::CPAN
} dictIterator;
/* This is the initial size of every hash table */
#define DICT_HT_INITIAL_SIZE 4
/* ------------------------------- Macros ------------------------------------*/
#define dictFreeEntryVal(ht, entry) \
if ((ht)->type->valDestructor) \
(ht)->type->valDestructor((ht)->privdata, (entry)->val)
#define dictSetHashVal(ht, entry, _val_) do { \
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Emacs/Lisp.pm view on Meta::CPAN
(put 'booboo 'error-conditions '(booboo error))
(setq can-upcase (not (get 'upcase-region 'disabled)))
See also the C<setq> function below.
=head2 Macros
Lisp I<macros>, such as C<setq> and C<defun>, do not work the same way
functions do, although they are invoked using the function syntax.
(Here you see the vast philosophical chasm separating Perl from Lisp.
While Perl might have five syntaxes to mean the same thing, Lisp has
view all matches for this distribution
view release on metacpan or search on metacpan
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 (the default) only conditional
# compilation will be performed. Macro expansion can be done in a controlled
# way by setting EXPAND_ONLY_PREDEF to YES.
MACRO_EXPANSION = NO
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/cp1252/10329150.cp1252 view on Meta::CPAN
Gustafson [77]^3, Michael R. Boyd [78]^3, Angela M. Gronenborn [79]^2,
G. Marius Clore [80]^2 and Alexander Wlodawer [81]^1^,
[82]^Corresponding Author Contact Information ^, [83]^E-mail The
Corresponding Author
^1 Macromolecular Structure Laboratory, ABL-Basic Research Program,
NCI-Frederick Cancer Research and Development Center, Frederick, MD
21702-1201, USA
^2 Laboratory of Chemical Physics, National Institute of Diabetes and
Digestive and Kidney Diseases, National Institutes of Health, Bethesda
view all matches for this distribution
view release on metacpan or search on metacpan
dat/docomo-table.pl view on Meta::CPAN
{
'number' => '165',
'unicode' => 'E709',
'name' => 'ã¼ï¼é·é³è¨å·ï¼ï¼',
'sjis' => 'F9AE',
'name_en' => 'Macron 1',
'image' => 'http://www.nttdocomo.co.jp/service/imode/make/content/pictograph/basic/images/165.gif'
},
{
'number' => '166',
'unicode' => 'E70A',
'name' => 'ã¼ï¼é·é³è¨å·ï¼ï¼',
'sjis' => 'F9AF',
'name_en' => 'Macron 2',
'image' => 'http://www.nttdocomo.co.jp/service/imode/make/content/pictograph/basic/images/166.gif'
},
{
'number' => '167',
'unicode' => 'E6AC',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Erlang/Parser/Node/Macro.pm view on Meta::CPAN
# Copyright 2011-2012 Yuki Izumi. ( anneli AT cpan DOT org )
# This is free software; you can redistribute it and/or modify it under the
# same terms as Perl itself.
package Erlang::Parser::Node::Macro;
use Moose;
with 'Erlang::Parser::Node';
has 'macro' => (is => 'rw', required => 1, isa => 'Str');
lib/Erlang/Parser/Node/Macro.pm view on Meta::CPAN
__PACKAGE__->meta->make_immutable;
=head1 NAME
Erlang::Parser::Node::Macro - a preprocessor-style macro
=head1 DESCRIPTION
Defined with the -define() directive; expands as any node.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Excel/Template/Plus.pm view on Meta::CPAN
This would allow you to write you Excel::Template files using Perl itself
which would then output the XML for Excel::Template to consume. This would
be modeled after the recently released L<Template::Declare> module perhaps.
=item TT Plugins/Macros/Wrappers
This is basically anything which will make the TT engine easier to write
templates for. I have experimented with some of these things, but I was not
happy with any of them enough to release them yet.
view all matches for this distribution