view release on metacpan or search on metacpan
lib/Filter/Heredoc/Cookbook.pod view on Meta::CPAN
This is the L<Filter::Heredoc::Cookbook>.
This is intended to provide examples and food for thoughts
on the topic 'interesting here document concepts'.
=head1 POD AS HERE DOCUMENTS EMBEDDED IN SHELL SCRIPTS
Embedding documentation in source files as programmers reference
is an excellent strategy to keep them up to date. Embedding POD in
shell scripts as here documents achieves that goal.
view all matches for this distribution
view release on metacpan or search on metacpan
* Copyright (c) 2010-2014 Jason McManus
*
* (Borrowed from Advanced Perl Programming, 1st Ed.)
*/
#ifndef EZEMBED_H
#define EZEMBED_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* EZEMBED_H */
/* END */
view all matches for this distribution
view release on metacpan or search on metacpan
doc/examples/basic/basic.html view on Meta::CPAN
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="basic" width=550 height=350>
<PARAM NAME=movie VALUE="basic.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="basic.swf" quality=high bgcolor=#FFFFFF width=550 height=350
NAME="basic" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
</td>
</tr></table>
</center>
</body>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Flickr/Embed.pm view on Meta::CPAN
everything it received from Flickr, subject to exclusions. In scalar context,
returns just the first one, subject to exclusions. The return type is
described in THE CONTENTS OF THE HASH, below. Takes a set of named parameters,
described below.
=head1 PARAMETERS TO THE EMBED FUNCTION
=head2 key
A Flickr API key. See WHERE TO GET A KEY, below. Required.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Future/Batch/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Games/Axmud/Client.pm view on Meta::CPAN
'HTML' => undef, # NOT implemented
'TITLE' => undef, # NOT implemented
# Anchor Element
'A' => undef, # partially implemented
# Embed Element
'EMBED' => undef, # NOT implemented
# Image Element
'IMG' => undef, # partially implemented
# Block Formatting Elements
'ADDRESS' => undef, # NOT implemented
'BASEFONT' => undef, # implemented
view all matches for this distribution
view release on metacpan or search on metacpan
t/bt/C0000000000098013001.TXT view on Meta::CPAN
0005 01 RESERVED
0006 01 SCATTERED/BROKEN (MANY FORECASTS USE SCATTERED/BROKEN
0007 01 BROKEN/OVERCAST (BROKEN/OVERCAST FOLLOWED BY CLOUD TYPE(S))
0008 02 ISOLATED (USED ON AVIATION CHARTS TO DESCRIBE THE CLOUD TYPE
CB)
0009 02 ISOLATED EMBEDDED (USED ON AVIATION CHARTS TO DESCRIBE THE C
LOUD TYPE CB)
0010 02 OCCASIONAL (USED ON AVIATION CHARTS TO DESCRIBE THE CLOUD TY
PE CB)
0011 02 OCCASIONAL EMBEDDED (USED ON AVIATION CHARTS TO DESCRIBE THE
CLOUD TYPE CB)
0012 02 FREQUENT (USED ON AVIATION CHARTS TO DESCRIBE THE CLOUD TYPE
CB)
0013 02 DENSE (USED ON AVIATION CHARTS TO DESCRIBE CLOUD THAT WOULD
CAUSE SUDDEN CHANGES IN VISIBILITY (LESS THAN 1000M)
0014 01 LAYERS
0015 01 OBSCURED (OBSC)
0016 01 EMBEDDED (EMBD)
0017 01 FREQUENT EMBEDDED
0031 01 MISSING VALUE
020009 0006 0000 01 RESERVED
0001 01 NSC MIL SIGNIFICANT CLOUD
0002 01 CAVOK
0003 01 SKC SKY CLEAR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Geo/Code/XYZ.pm view on Meta::CPAN
my %altmap = ( 'A'=>'0','B'=>'1','C'=>'2','D'=>'3','E'=>'4','F'=>'5','G'=>'6','H'=>'7','I'=>'8','J'=>'9','K'=>'10','L'=>'11','M'=>'12','N'=>'13','O'=>'14','P'=>'15','Q'=>'16','R'=>'17','S'=>'18','T'=>'19','U'=>'20','V'=>'21','W'=>'22','X'=>'23','Y'=>...
use constant ALPHANUMERIC => [ 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z ];
use constant GEONAMETRIPLE => [
ZERO,OC,OH,OY,OK,QY,UC,UX,XU,AH,AQ,AZ,BY,CE,DY,EF,EP,EQ,EX,HY,YD,YI,YM,IQ,YR,YS,AAH,AAS,ABB,ABC,ABL,ABN,ABP,ABS,ABV,ACC,ACY,ACT,ADC,ADJ,ADP,ADS,ADV,ADZ,AEQ,AER,AES,AFB,AFD,AFT,AGY,AGT,AHT,AIX,ALC,ALG,ALN,ALP,ALS,ALW,AMB,AMT,ANI,ANS,AOB,AOR,APH,APL,AP...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Geo/Code/XYZEN.pm view on Meta::CPAN
use constant ALPHANUMERIC => [ 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z ];
use constant GEONAMETRIPLE => [
KABWE,PLANKAGE,LAWRENSON,HALOXENE,EUNUCHAL,SQUIER,BRODHEAD,GLISSADE,KOZHIKODE,NEWBORN,ZONOID,PREZNIT,SOROLLA,FICKORGIE,WAYBIRD,DIG,ESPIO,AMPED,LIMULUS,PROCITY,GOOOF,NISHI,CHARAN,KWANZAA,CULLIMORE,SAICES,MESENTERY,JUGOSLAV,ALNOITE,BARTIN,HEXEREI,TURJI...
view all matches for this distribution
view release on metacpan or search on metacpan
LatLon2Place.xs view on Meta::CPAN
#include <math.h>
#include "perlmulticore.h"
#if EMBED_CDB
#include "cdb-embedded.c"
#else
#include <cdb.h>
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Gimp/Fu.pm view on Meta::CPAN
register '', '', '', '', '', '', '', '', '', sub {
# your code
};
It extracts all the relevant values from your script's POD documentation
- see the section on L</"EMBEDDED POD DOCUMENTATION"> for an
explanation. You will also notice you don't need to provide the C<sub>
keyword, thanks to Perl's prototyping.
=head2 AUTOMATIC PERL PARAMETER INSERTION
lib/Gimp/Fu.pm view on Meta::CPAN
Similar to PF_STRING, but the entry widget is much larger and has Load,
Save, and Edit (in external editor) buttons.
=back
=head1 EMBEDDED POD DOCUMENTATION
Gimp::Fu uses the Gimp::Pod module to access POD sections that are
embedded in your scripts (see L<perlpod> for an explanation of the POD
documentation format) when the user hits the "Help" button in the dialog
box. More importantly, various sections of the POD can be used instead
view all matches for this distribution
view release on metacpan or search on metacpan
deps/libgit2/src/libgit2/CMakeLists.txt view on Meta::CPAN
"${PROJECT_BINARY_DIR}/src"
"${PROJECT_SOURCE_DIR}/src/libgit2"
"${PROJECT_SOURCE_DIR}/src/util"
"${PROJECT_SOURCE_DIR}/include")
if(WIN32 AND EMBED_SSH_PATH)
file(GLOB SRC_SSH "${EMBED_SSH_PATH}/src/*.c")
list(SORT SRC_SSH)
target_sources(libgit2 PRIVATE ${SRC_SSH})
list(APPEND LIBGIT2_SYSTEM_INCLUDES "${EMBED_SSH_PATH}/include")
file(WRITE "${EMBED_SSH_PATH}/src/libssh2_config.h" "#define HAVE_WINCNG\n#define LIBSSH2_WINCNG\n#include \"../win32/libssh2_config.h\"")
set(GIT_SSH 1)
endif()
# Collect sourcefiles
file(GLOB SRC_H
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Google/Ads/GoogleAds/V21/Enums/ContentLabelTypeEnum.pm view on Meta::CPAN
VIDEO_RATING_DV_G => "VIDEO_RATING_DV_G",
VIDEO_RATING_DV_PG => "VIDEO_RATING_DV_PG",
VIDEO_RATING_DV_T => "VIDEO_RATING_DV_T",
VIDEO_RATING_DV_MA => "VIDEO_RATING_DV_MA",
VIDEO_NOT_YET_RATED => "VIDEO_NOT_YET_RATED",
EMBEDDED_VIDEO => "EMBEDDED_VIDEO",
LIVE_STREAMING_VIDEO => "LIVE_STREAMING_VIDEO",
SOCIAL_ISSUES => "SOCIAL_ISSUES",
BRAND_SUITABILITY_CONTENT_FOR_FAMILIES =>
"BRAND_SUITABILITY_CONTENT_FOR_FAMILIES",
BRAND_SUITABILITY_GAMES_FIGHTING => "BRAND_SUITABILITY_GAMES_FIGHTING",
view all matches for this distribution
view release on metacpan or search on metacpan
src/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/GraphQL/ppport.h view on Meta::CPAN
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
Bonobo/xs/BonoboEmbeddable.xs view on Meta::CPAN
}
MODULE = Gnome::BonoboEmbeddable PACKAGE = Gnome::BonoboEmbeddable PREFIX = bonobo_embeddable_
#ifdef BONOBO_EMBEDDABLE
Gnome::BonoboEmbeddable
bonobo_embeddable_new (Class, factory, ...)
SV * Class
SV * factory
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Gtk2/Ex/MPlayerEmbed.pm view on Meta::CPAN
Gtk2->main;
=head1 DESCRIPTION
Gtk2::Ex::MPlayerEmbed allows you to embed a video player into your
applications. It uses the XEMBED system to allow the I<mplayer> program
to insert its window into your application.
=head1 OBJECT HIERARCHY
Glib::Object
view all matches for this distribution
view release on metacpan or search on metacpan
#DOM_TYPE_NAMED_NODE_MAP DomNamedNodeMap GObject DomNamedNodeMap
#DOM_TYPE_NODE DomNode GObject DomNode
#DOM_TYPE_NODE_LIST DomNodeList GObject DomNodeList
#HTML_TYPE_BOX_BLOCK HtmlBoxBlock GObject HtmlBoxBlock
#HTML_TYPE_BOX_EMBEDDED HtmlBoxEmbedded GObject HtmlBoxEmbedded
#HTML_TYPE_BOX_FORM HtmlBoxForm GObject HtmlBoxForm
#HTML_TYPE_BOX HtmlBox GObject HtmlBox
HTML_TYPE_DOCUMENT HtmlDocument GObject Gtk2::Html2::Document
#HTML_TYPE_EMBEDDED HtmlEmbedded GtkObject HtmlEmbedded
#HTML_TYPE_IMAGE_FACTORY HtmlImageFactory GObject HtmlImageFactory
HTML_TYPE_STREAM HtmlStream GObject Gtk2::Html2::Stream
HTML_TYPE_VIEW HtmlView GtkObject Gtk2::Html2::View
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
my ($pkg) = $pkgcfg{pkg} =~ /^(\S+)/;
print "Compiling against $pkg\n";
ExtUtils::PkgConfig->write_version_macros (
"build/gtkmozembed2perl-version.h",
$pkg => "GTK_MOZ_EMBED",
);
my $inc = $pkgcfg{cflags};
my $libs = $pkgcfg{libs};
if ($libs =~ m#(lib|lib64)/xulrunner-(devel|sdk)-([^/]+)#) {
$inc .= qq( -DGTK_MOZ_EMBED_PERL_XULRUNNER_PATH=)
. qq("\\"/usr/$1/xulrunner-$3\\"" );
}
my $mozembed = ExtUtils::Depends->new('Gtk2::MozEmbed', 'Gtk2',
($use_dom ? ('Mozilla::DOM') : ()));
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
dXSTARG|5.006000|5.003007|poVnu
dXSUB_SYS|5.003007||Viu
edit_distance|5.023008||Vniu
EIGHT_BIT_UTF8_TO_NATIVE|5.023003||Viu
ELEMENT_RANGE_MATCHES_INVLIST|5.023002||Viu
EMBEDMYMALLOC|5.006000||Viu
emulate_cop_io|||xciu
emulate_setlocale|5.027009||Vniu
END|5.003007||Viu
END_EXTERN_C|5.005000|5.003007|pV
endgrent|5.009000||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
EmbeddedPerl.xs view on Meta::CPAN
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
#define __EMBEDDED_MODULE__
#include "twepl_xcore.c"
#undef __EMBEDDED_MODULE__
MODULE = HTML::EmbeddedPerl PACKAGE = HTML::EmbeddedPerl
BOOT:
/* Register Section */
view all matches for this distribution
view release on metacpan or search on metacpan
Embperl.pod view on Meta::CPAN
This is the same as using the Apache function
[- $req_rec -> header_out("Language" => "DE"); -]
=item B<A>, B<EMBED>, B<IMG>, B<IFRAME>, B<FRAME>, B<LAYER>
The output of perl blocks inside the C<HREF> attribute of the C<A> Tags and the
C<SRC> attribute of the other Tags are URL escaped instead of HTML escaped.
(see also L<$escmode>). Also, when inside such a URL, I<Embperl> expands array and hash references
to URL parameter syntax. Example:
Embperl.pod view on Meta::CPAN
=item B<$escmode = 3 (or 7)>
The result of a Perl expression is HTML-escaped (e.g., `>' becomes
`>') in normal text and URL-escaped (e.g., `&' becomes `%26')
within of C<A>, C<EMBED>, C<IMG>, C<IFRAME>, C<FRAME> and C<LAYER> tags.
=item B<$escmode = 2 (or 6)>
The result of a Perl expression is always URL-escaped (e.g., `&'
becomes `%26').
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/Gumbo.xs view on Meta::CPAN
#define PHG_IS_VOID_ELEMENT(tag) \
( tag == GUMBO_TAG_AREA \
|| tag == GUMBO_TAG_BASE \
|| tag == GUMBO_TAG_BR \
|| tag == GUMBO_TAG_COL \
|| tag == GUMBO_TAG_EMBED \
|| tag == GUMBO_TAG_HR \
|| tag == GUMBO_TAG_IMG \
|| tag == GUMBO_TAG_INPUT \
|| tag == GUMBO_TAG_KEYGEN \
|| tag == GUMBO_TAG_LINK \
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/Mason/Devel.pod view on Meta::CPAN
would work just as well.
Do not attempt to C<return()> from a C<< <%shared> >> section; the
current compiler cannot properly handle it.
=head1 EMBEDDED COMPONENTS
=head2 <%def I<name>>
Each instance of this section creates a I<subcomponent> embedded
inside the current component. Inside you may place anything that a
view all matches for this distribution
view release on metacpan or search on metacpan
MyHTML_TAG_ASIDE MyHTML_TAG_AUDIO MyHTML_TAG_B MyHTML_TAG_BASE MyHTML_TAG_BASEFONT MyHTML_TAG_BDI MyHTML_TAG_BDO
MyHTML_TAG_BGSOUND MyHTML_TAG_BIG MyHTML_TAG_BLINK MyHTML_TAG_BLOCKQUOTE MyHTML_TAG_BODY MyHTML_TAG_BR
MyHTML_TAG_BUTTON MyHTML_TAG_CANVAS MyHTML_TAG_CAPTION MyHTML_TAG_CENTER MyHTML_TAG_CITE MyHTML_TAG_CODE
MyHTML_TAG_COL MyHTML_TAG_COLGROUP MyHTML_TAG_COMMAND MyHTML_TAG_COMMENT MyHTML_TAG_DATALIST MyHTML_TAG_DD MyHTML_TAG_DEL
MyHTML_TAG_DETAILS MyHTML_TAG_DFN MyHTML_TAG_DIALOG MyHTML_TAG_DIR MyHTML_TAG_DIV MyHTML_TAG_DL MyHTML_TAG_DT MyHTML_TAG_EM
MyHTML_TAG_EMBED MyHTML_TAG_FIELDSET MyHTML_TAG_FIGCAPTION MyHTML_TAG_FIGURE MyHTML_TAG_FONT MyHTML_TAG_FOOTER
MyHTML_TAG_FORM MyHTML_TAG_FRAME MyHTML_TAG_FRAMESET MyHTML_TAG_H1 MyHTML_TAG_H2 MyHTML_TAG_H3 MyHTML_TAG_H4
MyHTML_TAG_H5 MyHTML_TAG_H6 MyHTML_TAG_HEAD MyHTML_TAG_HEADER MyHTML_TAG_HGROUP MyHTML_TAG_HR MyHTML_TAG_HTML
MyHTML_TAG_I MyHTML_TAG_IFRAME MyHTML_TAG_IMAGE MyHTML_TAG_IMG MyHTML_TAG_INPUT MyHTML_TAG_INS MyHTML_TAG_ISINDEX
MyHTML_TAG_KBD MyHTML_TAG_KEYGEN MyHTML_TAG_LABEL MyHTML_TAG_LEGEND MyHTML_TAG_LI MyHTML_TAG_LINK MyHTML_TAG_LISTING
MyHTML_TAG_MAIN MyHTML_TAG_MAP MyHTML_TAG_MARK MyHTML_TAG_MARQUEE MyHTML_TAG_MENU MyHTML_TAG_MENUITEM MyHTML_TAG_META
MyHTML_TAG_METER MyHTML_TAG_MTEXT MyHTML_TAG_NAV MyHTML_TAG_NOBR MyHTML_TAG_NOEMBED MyHTML_TAG_NOFRAMES MyHTML_TAG_NOSCRIPT
MyHTML_TAG_OBJECT MyHTML_TAG_OL MyHTML_TAG_OPTGROUP MyHTML_TAG_OPTION MyHTML_TAG_OUTPUT MyHTML_TAG_P MyHTML_TAG_PARAM
MyHTML_TAG_PLAINTEXT MyHTML_TAG_PRE MyHTML_TAG_PROGRESS MyHTML_TAG_Q MyHTML_TAG_RB MyHTML_TAG_RP MyHTML_TAG_RT MyHTML_TAG_RTC
MyHTML_TAG_RUBY MyHTML_TAG_S MyHTML_TAG_SAMP MyHTML_TAG_SCRIPT MyHTML_TAG_SECTION MyHTML_TAG_SELECT MyHTML_TAG_SMALL
MyHTML_TAG_SOURCE MyHTML_TAG_SPAN MyHTML_TAG_STRIKE MyHTML_TAG_STRONG MyHTML_TAG_STYLE MyHTML_TAG_SUB MyHTML_TAG_SUMMARY
MyHTML_TAG_SUP MyHTML_TAG_SVG MyHTML_TAG_TABLE MyHTML_TAG_TBODY MyHTML_TAG_TD MyHTML_TAG_TEMPLATE MyHTML_TAG_TEXTAREA
MyHTML_TAG_DIR
MyHTML_TAG_DIV
MyHTML_TAG_DL
MyHTML_TAG_DT
MyHTML_TAG_EM
MyHTML_TAG_EMBED
MyHTML_TAG_FIELDSET
MyHTML_TAG_FIGCAPTION
MyHTML_TAG_FIGURE
MyHTML_TAG_FONT
MyHTML_TAG_FOOTER
MyHTML_TAG_META
MyHTML_TAG_METER
MyHTML_TAG_MTEXT
MyHTML_TAG_NAV
MyHTML_TAG_NOBR
MyHTML_TAG_NOEMBED
MyHTML_TAG_NOFRAMES
MyHTML_TAG_NOSCRIPT
MyHTML_TAG_OBJECT
MyHTML_TAG_OL
MyHTML_TAG_OPTGROUP
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/RSSAutodiscovery.pm view on Meta::CPAN
B<HTTP::Request>
=back
=head2 EMBEDDED
These packages are required to check the embedded links in a URI for RSS files.
They are not loaded until run-time so they are not required for doing basic parsing
=over 4
view all matches for this distribution