view release on metacpan or search on metacpan
AI-MaxEntropy.xs view on Meta::CPAN
#include "XSUB.h"
#include "ppport.h"
/* Macros for debugging */
/* uncomment the line below to enable tracing and timing */
/*#define __ENABLE_TRACING__*/
#ifdef __ENABLE_TRACING__
view all matches for this distribution
view release on metacpan or search on metacpan
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
/*
* Macros and symbolic constants
*/
#define RAND_WEIGHT ( ((float)rand() / (float)RAND_MAX) - 0.5 )
#define sqr(x) ((x) * (x))
view all matches for this distribution
view release on metacpan or search on metacpan
#ifdef __cplusplus
extern "C" {
#endif
/* Macros used to pack a C struct into Perl Hashes (from HPUX::Pstat) */
/* pack the integer value in p->name into hash hv
* using key "name"
*/
#define PACK_IV(name) \
view all matches for this distribution
view release on metacpan or search on metacpan
# 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/amfperl)
#for more information.
use strict;
view all matches for this distribution
view release on metacpan or search on metacpan
example/Show_ALink.pl view on Meta::CPAN
printl 3, "DDE not implemented in ARSperl.\n";
}
}
# SUBROUTINE
# ProcessMacroStruct
#
# DESCRIPTION
# This routine breaks down the macro structure and
# dumps the information contained in it.
sub ProcessMacroStruct {
my $t = shift; # how much indentation to use
my $m = shift; # the macro struct
my $i, @p;
if(defined($m)) {
printl $t, "Macro Name : \"$m->{macroName}\"\n";
printl $t, "Macro Params: $m->{macroParms}\n";
foreach (keys %{$m->{macroParms}}) {
printl $t+1, "$_ = $m->{macroParms}{$_}\n";
}
printl $t, "Macro Text :\n**START**\n$m->{macroText}\n**END**\n";
}
}
# SUBROUTINE
example/Show_ALink.pl view on Meta::CPAN
if(defined(@actions)) {
$act_num = 1;
foreach $action (@actions) {
printl 1, "Action $act_num:\n";
if(defined($action->{macro})) {
printl 2, "Macro:\n";
ProcessMacroStruct(3, $action->{macro});
}
if(defined($action->{assign_fields})) {
printl 2, "Set Fields:\n";
foreach $setFields (@{$action->{assign_fields}}) {
printl 3, "fieldId: $setFields->{fieldId}\n";
view all matches for this distribution
view release on metacpan or search on metacpan
acelib/messubs.c view on Meta::CPAN
static char messbuf[BUFSIZE] ;
/* Macro to format strings using va_xx calls, it calls uMessFormat whose */
/* prototype is given below. */
/* */
/* Arguments to the macro must have the following types: */
/* */
/* FORMAT_ARGS: va_list used to get the variable argument list. */
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/TemplateRoundup.pm view on Meta::CPAN
package Acme::CPANLists::Import::TemplateRoundup;
our $DATE = '2016-12-28'; # DATE
our $VERSION = '0.03'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in the article [http://www.illusori.co.uk/projects/Template-Roundup/] (retrieved on 2016-07-19). For the full article, visit the URL.",entries=>[{module=>...
1;
# ABSTRACT: Perl Template Roundup (2010)
__END__
lib/Acme/CPANLists/Import/TemplateRoundup.pm view on Meta::CPAN
=item * L<Cache::FastMemoryCache>
=item * L<Cache::Ref::FIFO>
=item * L<HTML::Macro>
=item * L<HTML::Mason>
=item * L<Parse::Template>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/TemplateRoundup.pm view on Meta::CPAN
entries => [
{ module => "App::podweaver" },
{ module => "Cache::CacheFactory" },
{ module => "Cache::FastMemoryCache" },
{ module => "Cache::Ref::FIFO" },
{ module => "HTML::Macro" },
{ module => "HTML::Mason" },
{ module => "Parse::Template" },
{ module => "Perl::Critic" },
{ module => "Solution" },
{ module => "Template::Benchmark" },
lib/Acme/CPANModules/Import/TemplateRoundup.pm view on Meta::CPAN
=item * L<Cache::FastMemoryCache>
=item * L<Cache::Ref::FIFO>
=item * L<HTML::Macro>
=item * L<HTML::Mason>
=item * L<Parse::Template>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Chemistry::File::XYZ;
use Chemistry::FormulaPattern;
use Chemistry::Harmonia;
use Chemistry::InternalCoords;
use Chemistry::Isotope;
use Chemistry::MacroMol;
use Chemistry::MidasPattern;
use Chemistry::Mok;
use Chemistry::Mol;
use Chemistry::MolecularMass;
use Chemistry::OpenBabel;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use File::Lock::Multi;
use File::Lock::ParentLock;
use File::Log;
use File::LogReader;
use File::LsColor;
use File::Macro;
use File::Maintenance;
use File::Maker;
use File::Mangle;
use File::Map;
use File::Marker;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Filter::Heredoc;
use Filter::HereDocIndent;
use Filter::Include;
use Filter::Indent::HereDoc;
use Filter::LiterateComments;
use Filter::Macro;
use Filter::NumberLines;
use Filter::Object::Simple;
use Filter::PerlTags;
use Filter::PerlTags::Extra;
use Filter::PPI::Transform::v;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use HTML::Lister::_;
use HTML::ListScraper;
use HTML::ListToTree;
use HTML::Location;
use HTML::LoL;
use HTML::Macro::tgz;
use HTML::Make;
use HTML::Manipulator;
use HTML::Mason;
use HTML::Mason::ApacheHandler;
use HTML::Mason::PlackHandler;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Salvation::AnyNotify::Plugin::Daemon::targ;
use Salvation::AnyNotify::Plugin::Graphite::tar;
use Salvation::AnyNotify::Plugin::Monitor::tar;
use Salvation::AnyNotify::Plugin::Server::targ;
use Salvation::DaemonDecl;
use Salvation::MacroProcessor;
use Salvation::Method::Signatures;
use Salvation::MongoMgr;
use Salvation::PluginCore;
use Salvation::TC;
use Salvation::UpdateGvFLAGS;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Text::Lorem::More;
use Text::Lorem::Moretext;
use Text::Lossy::v;
use Text::LTSV;
use Text::LTSV::Liner;
use Text::Macros;
use Text::MacroScript;
use Text::Macro::tgz;
use Text::Markdown;
use Text::Markdown::ApacheHandler;
use Text::Markdown::Discount;
use Text::Markdown::Hoedown;
use Text::Markdown::PerlExtensions;
view all matches for this distribution
view release on metacpan or search on metacpan
pogl_glut.xs view on Meta::CPAN
static int _done_glutInit = 0;
static int _done_glutCloseFunc_warn = 0;
/* Macros for GLUT callback and handler declarations */
# define DO_perl_call_sv(handler, flag) perl_call_sv(handler, flag)
# define ENSURE_callback_thread
# define GLUT_PUSH_NEW_SV(sv) XPUSHs(sv_2mortal(newSVsv(sv)))
# define GLUT_PUSH_NEW_IV(i) XPUSHs(sv_2mortal(newSViv(i)))
# define GLUT_PUSH_NEW_U8(c) XPUSHs(sv_2mortal(newSViv((int)c)))
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/asterix.pm view on Meta::CPAN
# names en_us
Asterix
Obelix
Dogmatix
Magigimmix
Arthritix Macroeconomix
Belladonna
Malacoustix
Fulliautomatix
Epidemix
Bacteria
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/legotheincredibles.pm view on Meta::CPAN
Hypershock
Icebreaker
Kari_McKeen
Krushauer
Frozone
Macroburst
Meta_Man
Mirage
Municiberg_Mayor
Nomanisan_Guard
Old_Lady
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
Algorithm-LBFGS.xs view on Meta::CPAN
#include "ppport.h"
#include "lbfgs.h"
/* Macros for debugging */
/* uncomment the line below to enable tracing and timing */
/* #define __ENABLE_TRACING__ */
#ifdef __ENABLE_TRACING__
view all matches for this distribution
view release on metacpan or search on metacpan
src/liblinear/blas/blas.h view on Meta::CPAN
#include "blasp.h" /* Prototypes for all BLAS functions */
#define FALSE 0
#define TRUE 1
/* Macro functions */
#define MIN(a,b) ((a) <= (b) ? (a) : (b))
#define MAX(a,b) ((a) >= (b) ? (a) : (b))
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
corpus/libpalindrome/m4/ltoptions.m4 view on Meta::CPAN
])
])# _LT_SET_OPTIONS
## --------------------------------- ##
## Macros to handle LT_INIT options. ##
## --------------------------------- ##
# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
# -----------------------------------------
m4_define([_LT_MANGLE_DEFUN],
view all matches for this distribution
view release on metacpan or search on metacpan
cp/codepress/index.html view on Meta::CPAN
</textarea>
<textarea id="cp-autoit" class="hidden-code">
#include
IsNumber(15)
@Macro
;comment
$var = "string"
</textarea>
<textarea id="cp-java" class="hidden-code">
view all matches for this distribution
view release on metacpan or search on metacpan
src/Source/OpenEXR/Iex/IexBaseExc.cpp
src/Source/OpenEXR/Iex/IexBaseExc.h
src/Source/OpenEXR/Iex/IexErrnoExc.h
src/Source/OpenEXR/Iex/IexExport.h
src/Source/OpenEXR/Iex/IexForward.h
src/Source/OpenEXR/Iex/IexMacros.h
src/Source/OpenEXR/Iex/IexMathExc.h
src/Source/OpenEXR/Iex/IexNamespace.h
src/Source/OpenEXR/Iex/IexThrowErrnoExc.cpp
src/Source/OpenEXR/Iex/IexThrowErrnoExc.h
src/Source/OpenEXR/IexMath/IexMathFloatExc.cpp
view all matches for this distribution
view release on metacpan or search on metacpan
- Properly Require Test2::Suite & Test2::V0
- Require Alien::PCRE2 v0.013 For Bug Fixes
0.006000 2017-07-21
- Windows, Enable -DPCRE2_STATIC Macro To Fix Build Errors
0.005000 2017-07-20
- Disable C++11 Features, Support Older Compilers
- Test Suite, Remove t/02_make_check.t, Move `make check` To alienfile
view all matches for this distribution
view release on metacpan or search on metacpan
src/judy-1.0.5/doc/ext/Judy_3.htm view on Meta::CPAN
program then terminates with an <I>exit(1);</I>. By default, both
categories of Judy error returns are printed this way. (The 'ID == 321'
is for die hards that want more detail or for debugging Judy itself.)
<BR>
<P>
<DT><B>2) Disable Macro Error Handling</B> </DT>
<DD>
When your program is "bug free", the only errors returned should be
<I>malloc()</I> failures. Therefore all error returns can be treated as
a <I>malloc()</I> failure. By using the below <B>#define</B>, all
error testing and printing is turned off. Additional code needs to be
src/judy-1.0.5/doc/ext/Judy_3.htm view on Meta::CPAN
...
</PRE>
Note: Without 'JUDYERROR_NOTEST' defined, the 'goto
out_of_memory_handling' will never be executed and will be optimized out
by the compiler. The default method will be used -- Macro will print
error information if an error occurs as explained above.
<P>
With 'JUDYERROR_NOTEST' defined, the 'goto out_of_memory_handling' will
be executed when an error occurs -- which should only happen when
<I>malloc()</I> fails.
<DT><B>3) User-Specified JUDYERROR() Macro Method</B> </DT>
<DD>
The <B>JUDYERROR()</B> macro (in <B>Judy.h</B>) provides flexibility for
handling error returns as needed to suit your program while still using
the Judy array macros instead of function calls. You can use a
different <B>JUDYERROR()</B> macro to suit your needs. The following
view all matches for this distribution
view release on metacpan or search on metacpan
libjit/jit/jit-elf-defs.h view on Meta::CPAN
Elf64_Xword m_poffset; /* Symbol offset. */
Elf64_Half m_repeat; /* Repeat count. */
Elf64_Half m_stride; /* Stride info. */
} Elf64_Move;
/* Macro to construct move records. */
#define ELF32_M_SYM(info) ((info) >> 8)
#define ELF32_M_SIZE(info) ((unsigned char) (info))
#define ELF32_M_INFO(sym, size) (((sym) << 8) + (unsigned char) (size))
#define ELF64_M_SYM(info) ELF32_M_SYM (info)
view all matches for this distribution
view release on metacpan or search on metacpan
corpus/autoheck-libpalindrome/m4/ltoptions.m4 view on Meta::CPAN
])
])# _LT_SET_OPTIONS
## --------------------------------- ##
## Macros to handle LT_INIT options. ##
## --------------------------------- ##
# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
# -----------------------------------------
m4_define([_LT_MANGLE_DEFUN],
view all matches for this distribution
view release on metacpan or search on metacpan
src/subversion/INSTALL view on Meta::CPAN
12. MASM 6 or newer (Windows only, OPTIONAL)
The Windows build scripts for Subversion can use the Microsoft
Macro Assembler (MASM) to build an optimized version of the ZLib
library. Make sure that the version of MASM you use is compatible
with the C compiler. If you're using MSVC 6, and don't have MASM 6,
a free MASM-compatible assembler is available here:
http://www.masm32.com/
view all matches for this distribution
view release on metacpan or search on metacpan
CMakeLists.txt view on Meta::CPAN
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/modules )
# search packages used by Qt
find_package(Qt4 REQUIRED)
include(MacroOptionalFindPackage)
include(MacroOptionalAddBindings)
include(MacroOptionalAddSubdirectory)
include(MacroLogFeature)
add_definitions (${QT_DEFINITIONS})
include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
if(WITH_QT3_SUPPORT)
add_definitions(-DQT3_SUPPORT)
view all matches for this distribution
view release on metacpan or search on metacpan
share/swagger-ui-bundle.js view on Meta::CPAN
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(function(){try{return require("esprima")}catch(e){}}()):"function"==typeof define&&define.amd?define(["esprima"],t):"object"==typeof exports?exports.SwaggerUIBundle=t(f...
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function()...
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
share/swagger-ui-bundle.js view on Meta::CPAN
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* MIT license
*/
var n=this&&this.__extends||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);function r(){this.constructor=e}e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)},r=Object.prototype.hasOwnProperty;function o(e,t){return ...
/** @license React v16.8.6
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
view all matches for this distribution
view release on metacpan or search on metacpan
#define FILHSZ 22 /* above rounds to align on 4 bytes which causes problems */
#define COFF_C67_MAGIC 0x00c2
/*------------------------------------------------------------------------*/
/* Macros to recognize magic numbers */
/*------------------------------------------------------------------------*/
#define ISMAGIC(x) (((unsigned short)(x))==(unsigned short)magic)
#define ISARCHIVE(x) ((((unsigned short)(x))==(unsigned short)ARTYPE))
#define BADMAGIC(x) (((unsigned short)(x) & 0x8080) && !ISMAGIC(x))
view all matches for this distribution
view release on metacpan or search on metacpan
#define FILHSZ 22 /* above rounds to align on 4 bytes which causes problems */
#define COFF_C67_MAGIC 0x00c2
/*------------------------------------------------------------------------*/
/* Macros to recognize magic numbers */
/*------------------------------------------------------------------------*/
#define ISMAGIC(x) (((unsigned short)(x))==(unsigned short)magic)
#define ISARCHIVE(x) ((((unsigned short)(x))==(unsigned short)ARTYPE))
#define BADMAGIC(x) (((unsigned short)(x) & 0x8080) && !ISMAGIC(x))
view all matches for this distribution
view release on metacpan or search on metacpan
xgboost/cub/cub/thread/thread_load.cuh view on Meta::CPAN
#else
_CUB_LOAD_ALL(LOAD_LDG, global)
#endif
// Macro cleanup
#undef _CUB_LOAD_ALL
#undef _CUB_LOAD_1
#undef _CUB_LOAD_2
#undef _CUB_LOAD_4
#undef _CUB_LOAD_8
view all matches for this distribution