view release on metacpan or search on metacpan
AI-MaxEntropy.xs view on Meta::CPAN
view all matches for this distribution
89101112131415161718#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 release on metacpan or search on metacpan
view all matches for this distribution
1234567891011#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 release on metacpan or search on metacpan
view all matches for this distribution
89101112131415161718#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 release on metacpan or search on metacpan
view all matches for this distribution
234567891011# 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 release on metacpan or search on metacpan
example/Show_ALink.pl view on Meta::CPAN
315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
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
view all matches for this distribution
354355356357358359360361362363364365if
(
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 release on metacpan or search on metacpan
acelib/messubs.c view on Meta::CPAN
view all matches for this distribution
111112113114115116117118119120121static 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 release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/TemplateRoundup.pm view on Meta::CPAN
1234567891011our
$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
view all matches for this distribution
41424344454647484950=item * L<Cache::FastMemoryCache>
=item * L<Cache::Ref::FIFO>
=item * L<HTML::Macro>
=item * L<HTML::Mason>
=item * L<Parse::Template>
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/TemplateRoundup.pm view on Meta::CPAN
1011121314151617181920entries
=> [
{
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
view all matches for this distribution
60616263646566676869=item * L<Cache::FastMemoryCache>
=item * L<Cache::Ref::FIFO>
=item * L<HTML::Macro>
=item * L<HTML::Mason>
=item * L<Parse::Template>
view release on metacpan or search on metacpan
lib/Acme/DependOnEverything.pm view on Meta::CPAN
59795980598159825983598459855986598759885989
lib/Acme/DependOnEverything.pm view on Meta::CPAN
1154511546115471154811549115501155111552115531155411555use
File::Lock::Multi;
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
1181711818118191182011821118221182311824118251182611827use
Filter::Heredoc;
use
Filter::Include;
use
Filter::Macro;
use
Filter::NumberLines;
use
Filter::PerlTags;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
1351313514135151351613517135181351913520135211352213523use
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;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
2307723078230792308023081230822308323084230852308623087use
Salvation::MongoMgr;
use
Salvation::TC;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
view all matches for this distribution
26206262072620826209262102621126212262132621426215262162621726218use
Text::Lorem::More;
use
Text::Lossy::v;
use
Text::LTSV;
use
Text::LTSV::Liner;
use
Text::Macros;
use
Text::MacroScript;
use
Text::Macro::tgz;
use
Text::Markdown;
view release on metacpan or search on metacpan
pogl_glut.xs view on Meta::CPAN
view all matches for this distribution
2930313233343536373839static
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 release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/asterix.pm view on Meta::CPAN
view all matches for this distribution
90919293949596979899100# names en_us
Asterix
Obelix
Dogmatix
Magigimmix
Arthritix Macroeconomix
Belladonna
Malacoustix
Fulliautomatix
Epidemix
Bacteria
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/legotheincredibles.pm view on Meta::CPAN
view all matches for this distribution
9293949596979899100101102Hypershock
Icebreaker
Kari_McKeen
Krushauer
Frozone
Macroburst
Meta_Man
Mirage
Municiberg_Mayor
Nomanisan_Guard
Old_Lady
view release on metacpan or search on metacpan
dyncall/buildsys/cmake/Modules/UseLATEX.cmake view on Meta::CPAN
view all matches for this distribution
203204205206207208209210211212213
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 release on metacpan or search on metacpan
Algorithm-LBFGS.xs view on Meta::CPAN
view all matches for this distribution
910111213141516171819#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 release on metacpan or search on metacpan
src/liblinear/blas/blas.h view on Meta::CPAN
view all matches for this distribution
16171819202122232425#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 release on metacpan or search on metacpan
corpus/libpalindrome/m4/ltoptions.m4 view on Meta::CPAN
view all matches for this distribution
8788899091929394959697
])
])
# _LT_SET_OPTIONS
## --------------------------------- ##
## Macros to handle LT_INIT options. ##
## --------------------------------- ##
# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
# -----------------------------------------
m4_define([_LT_MANGLE_DEFUN],
view release on metacpan or search on metacpan
cp/codepress/index.html view on Meta::CPAN
view all matches for this distribution
296297298299300301302303304305306</textarea>
<textarea id=
"cp-autoit"
class=
"hidden-code"
>
#include
IsNumber(15)
@Macro
;comment
$var
=
"string"
</textarea>
<textarea id=
"cp-java"
class=
"hidden-code"
>
view release on metacpan or search on metacpan
view all matches for this distribution
675676677678679680681682683684685src/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 release on metacpan or search on metacpan
view all matches for this distribution
3233343536373839404142
- 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 release on metacpan or search on metacpan
src/judy-1.0.5/doc/ext/Judy_3.htm view on Meta::CPAN
184185186187188189190191192193194program 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
view all matches for this distribution
226227228229230231232233234235236237238239240241242...
</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
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
different <B>JUDYERROR()</B> macro to suit your needs. The following
view release on metacpan or search on metacpan
libjit/jit/jit-elf-defs.h view on Meta::CPAN
view all matches for this distribution
10111012101310141015101610171018101910201021
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 release on metacpan or search on metacpan
corpus/autoheck-libpalindrome/m4/ltoptions.m4 view on Meta::CPAN
view all matches for this distribution
8788899091929394959697
])
])
# _LT_SET_OPTIONS
## --------------------------------- ##
## Macros to handle LT_INIT options. ##
## --------------------------------- ##
# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
# -----------------------------------------
m4_define([_LT_MANGLE_DEFUN],
view release on metacpan or search on metacpan
src/subversion/INSTALL view on Meta::CPAN
view all matches for this distribution
46046146246346446546646746846947012. MASM 6 or newer (Windows only, OPTIONAL)
Macro Assembler (MASM) to build an optimized version of the ZLib
with
the C compiler. If you
're using MSVC 6, and don'
t have MASM 6,
a free MASM-compatible assembler is available here:
view release on metacpan or search on metacpan
CMakeLists.txt view on Meta::CPAN
view all matches for this distribution
89101112131415161718192021# 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 release on metacpan or search on metacpan
share/swagger-ui-bundle.js view on Meta::CPAN
1234567891011!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
*/
share/swagger-ui-bundle.js view on Meta::CPAN
view all matches for this distribution
6667686970717273747576/*!
* (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 release on metacpan or search on metacpan
view all matches for this distribution
41424344454647484950#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 release on metacpan or search on metacpan
view all matches for this distribution
41424344454647484950#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 release on metacpan or search on metacpan
xgboost/cub/cub/thread/thread_load.cuh view on Meta::CPAN
view all matches for this distribution
293294295296297298299300301302303#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