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
t/20_kernel_build.log view on Meta::CPAN
Cpuset support (CPUSETS) [Y/n/?] y
Initramfs source file(s) (INITRAMFS_SOURCE) []
*
* Configure standard kernel features (for small systems)
*
Configure standard kernel features (for small systems) (EMBEDDED) [N/y/?] n
Load all symbols for debugging/kksymoops (KALLSYMS) [Y/?] (NEW) y
Include all symbols in kallsyms (KALLSYMS_ALL) [N/y/?] n
Do an extra kallsyms pass (KALLSYMS_EXTRA_PASS) [N/y/?] n
*
* Loadable module support
view all matches for this distribution
view release on metacpan or search on metacpan
eg/manpath.PL view on Meta::CPAN
our $VERSION = '0.014';
use constant PATH_SEP => qr/ $Config{path_sep} /smx;
use constant MANPATH_APPEND => qr/ (?<= $Config{path_sep} \z ) /smx;
use constant MANPATH_EMBED =>
qr/ (?<= $Config{path_sep} ) (?= $Config{path_sep} ) /smx;
use constant MANPATH_PREPEND => qr/ \A (?= $Config{path_sep} ) /smx;
use constant MAN_CONF => {
darwin => [ '/private/etc/man.conf' ],
freebsd => [ '/etc/man.conf', '/usr/local/etc/man.d/*.conf' ],
eg/manpath.PL view on Meta::CPAN
my $manpath = $ENV{MANPATH};
if ( defined $manpath ) {
$manpath =~ MANPATH_PREPEND
or $manpath =~ MANPATH_EMBED
or $manpath =~ MANPATH_APPEND
or return split PATH_SEP, $ENV{MANPATH};
}
my $auto_path = ! {
eg/manpath.PL view on Meta::CPAN
}
splice @man_path, 0, 0, @auto;
if ( defined $manpath ) {
my $dflt = join $Config{path_sep}, @man_path;
foreach my $re ( MANPATH_PREPEND, MANPATH_EMBED,
MANPATH_APPEND ) {
$manpath =~ s/ $re /$dflt/smx
and last;
}
@man_path = split PATH_SEP, $manpath;
view all matches for this distribution
view release on metacpan or search on metacpan
BN => [crange(0, 8), crange(0xe, 0x1b), crange(0x7f, 0x84), crange(0x86, 0x9f)],
B => [map { chr } (0xa, 0xd, 0x1c..0x1e, 0x85, 0x2029)],
S => [chr(9), chr(0xb), chr(0x1f)],
WS => [chr(0xc), ' '],
ON => [qw(! " & ' * ; < = > ? @ [ \ ] ^ _ ` { | } ~), chr(0x606), chr(0x60e)],
LRE => ["\N{LEFT-TO-RIGHT EMBEDDING}"],
LRO => ["\N{LEFT-TO-RIGHT OVERRIDE}"],
RLE => ["\N{RIGHT-TO-LEFT EMBEDDING}"],
RLO => ["\N{RIGHT-TO-LEFT OVERRIDE}"],
PDF => ["\N{POP DIRECTIONAL FORMATTING}"],
LRI => [chr(0x2066)],
RLI => [chr(0x2067)],
FSI => [chr(0x2068)],
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
cs/imd/imd.cs view on Meta::CPAN
<TD><IMG name="frame2" border=0 height=18 width=18 src="2.gif"></TD>
</TR>
<TR>
<TD><IMG name="frame3" border=0 height=<?cs var:Picture.height ?> width=18 src="3.gif"></TD>
<?cs if:#0 && Picture.avi ?>
<TD><EMBED CONTROLborder=0 width=<?cs var:Picture.width?> height=<?cs var:Picture.height?> src="<?cs var:CGI.PathInfo?>?image=<?cs var:url_escape(Album) ?>/<?cs var:url_escape(Picture.avi) ?>" AUTOSTART=true></EMBED></TD>
<?cs else ?>
<TD><img border=0 width=<?cs var:Picture.width?> height=<?cs var:Picture.height?> src="<?cs var:CGI.PathInfo?>?image=<?cs var:url_escape(Album) ?>/<?cs var:url_escape(Picture) ?>&width=<?cs var:Picture.width ?>&height=<?cs var:Picture.height?>&quali...
<?cs /if ?>
<TD><IMG name="frame4" border=0 height=<?cs var:Picture.height ?> width=18 src="4.gif"></TD>
</TR>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/Fab.pm view on Meta::CPAN
C<E_NO_ROOTS_SPECIFIED>: The assembly phase is triggered, but no roots were ever defined.
=item *
C<E_EMBED_NOT_FOUND>: A section referenced by an C<#emb> placeholder cannot be resolved.
=item *
C<E_CIRCULAR_EMBED>: An C<#emb> chain results in a loop during the final assembly.
=back
=head2 B<< Control Flow Errors (C<E_Control>) >>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/HTML/CollapseWhitespace.pm view on Meta::CPAN
collapseWhitespace( element => $tree,
isVoid => \&_isVoid,
)
our @voidElements = (
'AREA', 'BASE', 'BR', 'COL', 'COMMAND', 'EMBED', 'HR', 'IMG', 'INPUT',
'KEYGEN', 'LINK', 'META', 'PARAM', 'SOURCE', 'TRACK', 'WBR'
);
our %voidElements = map { $_ => 1, lc $_ => 1 } @voidElements;
sub _isVoid( $element ) {
$voidElements{ $element->nodeName }
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/MacroScript.pm view on Meta::CPAN
documentation on the embedded approach.
The C<macroutil.pl> library supplied provides some functions which you may
choose to use in HTML work for example.
=head1 MACRO SYSTEMS VS EMBEDDED SYSTEMS
Macro systems read all the text, substituting anything which matches a macro
name with the macro's body (or script name with the result of the execution of
the script). This makes macro systems slower (they have to check for
macro/script names everywhere, not just in a delimited section) and more risky
view all matches for this distribution
view release on metacpan or search on metacpan
discount-2.2.7d/Plan9/markdown.2 view on Meta::CPAN
.TP
.B MKD_NOTABLES
Do not process the syntax extension for tables (in
.IR markdown (6)).
.TP
.B MKD_EMBED
All of
.BR MKD_NOLINKS ,
.BR MKD_NOIMAGE ,
and
.BR MKD_TAGTEXT .
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
is($t->parse($string),
$expected,
"Parameters with whitespace and interesting characters are handled right.");
$t->add_tag( EMBEDTEST => sub {
my %params = %{ $_[ 0 ] };
my $result;
foreach my $attr (sort keys %params) {
$result .= qq{$attr="$params{$attr}"};
}
return $result;
} );
$t->add_tag( EMBED_1 => sub {
my %params = %{ $_[ 0 ] };
return $params{ATTR_1};
} );
$string = qq{EMBEDDED TAG: <#EMBEDTEST name="<#EMBED_1 ATTR_1="hello">">};
$expected = q{EMBEDDED TAG: NAME="hello"} ;
is($t->parse($string),$expected,"Tags embedded in tags are handled correctly.");
$string = qq{EMBEDDED TAG: <#EMBEDTEST name="<#EMBED_1 ATTR_1="hello=world">">};
$expected = q{EMBEDDED TAG: NAME="hello=world"};
is($t->parse($string),$expected,"Are attribute values containing '=' in embedded tags are handled correctly?");
$expected = 'Zero: 0';
$t->add_tag( ZERO => sub { 0; } );
is($t->parse('Zero: <#ZERO>'),$expected,"Is 0 (zero) handled properly as a replacement value?");
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
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
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
include/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
pTk/mTk/Tktable/Makefile.in view on Meta::CPAN
TCL_LIBS = @TCL_LIBS@
TK_LIBS = @TK_LIBS@
TBL_CFLAGS = -O
## NO_EMBEDDED_RUNTIME means that the tkTable.tcl file will not be embedded
## into the executable, thus the default tkTable.tcl library file will not
## be available when the library is loaded.
## If this is defined, the tkTable.tcl file must be available in a
## predefined set of directories (see docs).
#TBL_CFLAGS += -DNO_EMBEDDED_RUNTIME
## USE_EXIT_HANDLER is necessary for 8.1 before b3 and 8.0
## It is a work-around for the improper unloading of DLLs when exiting
#TBL_CFLAGS += -DUSE_EXIT_HANDLER
view all matches for this distribution
view release on metacpan or search on metacpan
pTk/mTk/generic/tk.h view on Meta::CPAN
#define Tk_Height(tkwin) \
(((Tk_FakeWin *) (tkwin))->changes.height)
#define Tk_Changes(tkwin) (&((Tk_FakeWin *) (tkwin))->changes)
#define Tk_Attributes(tkwin) (&((Tk_FakeWin *) (tkwin))->atts)
#define Tk_IsEmbedded(tkwin) \
(((Tk_FakeWin *) (tkwin))->flags & TK_EMBEDDED)
#define Tk_IsContainer(tkwin) \
(((Tk_FakeWin *) (tkwin))->flags & TK_CONTAINER)
#define Tk_IsMapped(tkwin) \
(((Tk_FakeWin *) (tkwin))->flags & TK_MAPPED)
#define Tk_IsTopLevel(tkwin) \
pTk/mTk/generic/tk.h view on Meta::CPAN
* TK_WM_COLORMAP_WINDOW: 1 means that this window has at some time
* appeared in the WM_COLORMAP_WINDOWS property
* for its toplevel, so we have to remove it
* from that property if the window is
* deleted and the toplevel isn't.
* TK_EMBEDDED: 1 means that this window (which must be a
* toplevel) is not a free-standing window but
* rather is embedded in some other application.
* TK_CONTAINER: 1 means that this window is a container, and
* that some other application (either in
* this process or elsewhere) may be
pTk/mTk/generic/tk.h view on Meta::CPAN
#define TK_NEED_CONFIG_NOTIFY 8
#define TK_GRAB_FLAG 0x10
#define TK_CHECKED_IC 0x20
#define TK_DONT_DESTROY_WINDOW 0x40
#define TK_WM_COLORMAP_WINDOW 0x80
#define TK_EMBEDDED 0x100
#define TK_CONTAINER 0x200
#define TK_BOTH_HALVES 0x400
#define TK_DEFER_MODAL 0x800
#define TK_WRAPPER 0x1000
#define TK_REPARENTED 0x2000
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
matches. For example, the cursor will always match at the first
instance of 'c': (a,b,*c,c,c,d,e).
=back
=head1 EMBEDDING API
Flexibility is paramount. The embedding API is much more flexible
than would be possible with C++ templates. See C<tvcommon.*> &
C<tv.*>.
view all matches for this distribution
view release on metacpan or search on metacpan
t/tree-lexicon.t view on Meta::CPAN
%ci_hash = (
'A' => [ 'A', 'ABBR', 'ACRONYM', 'ADDRESS', 'APPLET', 'AREA', 'ARTICLE', 'ASIDE', 'AUDIO' ],
'B' => [ 'B', 'BASE', 'BASEFONT', 'BDI', 'BDO', 'BIG', 'BLOCKQUOTE', 'BODY', 'BR', 'BUTTON' ],
'C' => [ 'CANVAS', 'CAPTION', 'CENTER', 'CITE', 'CODE', 'COL', 'COLGROUP', 'COMMAND' ],
'D' => [ 'DATALIST', 'DD', 'DEL', 'DETAILS', 'DFN', 'DIALOG', 'DIR', 'DIV', 'DL', 'DT' ],
'E' => [ 'EM', 'EMBED' ],
'F' => [ 'FIELDSET', 'FIGCAPTION', 'FIGURE', 'FONT', 'FOOTER', 'FORM', 'FRAME', 'FRAMESET' ],
'G' => [],
'H' => [ 'H1', 'HEAD', 'HEADER', 'HGROUP', 'HR', 'HTML' ],
'I' => [ 'I', 'IFRAME', 'IMG', 'INPUT', 'INS' ],
'J' => [],
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/Tripletail/HtmlMail.pm view on Meta::CPAN
æåã³ã¼ãï¼SJIS â â â â â â â Ã
æåã³ã¼ãï¼EUC â â â â â â â â
æåã³ã¼ãï¼UTF-8 â â â à â à à Ã
ç»ååè¾¼ â â â â â à â Ã
ç»åå¤é¨åç
§ â â â â â â â â(â»2)
EMBEDï¼FLASHçï¼IFRAMEåè¾¼ï¼å¤é¨ â â à à â à à â
EMBEDï¼FLASHçï¼IFRAMEåè¾¼ï¼åè¾¼ à à à à à à à Ã
JavaAppletï¼IFRAMEåè¾¼ï¼ Ã Ã Ã Ã Ã Ã Ã Ã
JavaAppletï¼IFRAMEå¤é¨åç
§ï¼ â â Ã Ã â Ã Ã â
ãªã³ã¯ãã¯ãªãã¯ããã¨ãã®åä½ å¥window å¥window åä¸window å¥window å¥window å¥window å¥window(â»1) åä¸flame
ãã¬ã¼ã HTMLå¤é¨åç
§ â â â â³(â»3) à à à Ã
ãã¬ã¼ã HTMLåè¾¼ à à â â³(â»3) à à à Ã
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Tunein/Streams.pm view on Meta::CPAN
$self->{'title'} = ($html =~ m#\<title\>(.+?)\<\/title\>#) ? $1 : '';
$self->{'iconurl'} = ($html =~ m#\<meta\s+property\s*\=\s*\"og\:image\"\s+content\s*\=\"([^\"]+)#) ? $1 : '';
$self->{'imageurl'} = ($html =~ m#\"hero\"\s+id=\s*\"imgSrc\"\s+style\=\"background\-image\:\s+url\(([^\)]+)\)#) ? $1 : '';
while ($html =~ s/StreamUrl\"\:\s*\"([^\"]+)\"(\,\s*\"DirectStreams\"\:\s*\[([^\]]+)\])?//o) { #FIND ONE (OR MORE) STREAM URLS:
$s = $1;
if ($2) { #WE HAVE A DIRECT STREAM (EMBEDDED TREE), USE THAT:
$html2 = $2;
$html2 =~ s/^\,\s*\"Direct//io;
$html2 = '{ "' . $html2 . ' }';
} else { #WE HAVE A STREAM URL, FETCH TREE FROM THERE:
$s = 'http:' . $s if ($s && $s !~ m#^\w+\:\/\/#o);
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
my $string = <<EOS;
###########################################################
# PERLSVR - perl interpretor tuxedo server
###########################################################
PERL_EMBED_LIBS=$ldopts
PERL_TARGET=PERLSVR\$(EXE_EXT)
\$(PERL_TARGET): \$(INST_DYNAMIC)
EOS
Makefile.PL view on Meta::CPAN
buildserver -o \$@ -k -s "PERL" -f "-DTMMAINEXIT \$(INST_STATIC)"
EOS
}
else {
$string = $string . <<EOS;
CC="$Config{cc} $libpaths"; export CC; \$(TUXDIR)/bin/buildserver -o \$@ -s ":PERL" -f "\$(INST_DYNAMIC)" -f "\$(PERL_EMBED_LIBS)"
EOS
}
$string = $string . <<EOS;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Twitter/Text/Regexp.pm view on Meta::CPAN
our $DIRECTIONAL_CHARACTERS = join '', map { pack 'U', $_ } (
0x061C, # ARABIC LETTER MARK (ALM)
0x200E, # LEFT-TO-RIGHT MARK (LRM)
0x200F, # RIGHT-TO-LEFT MARK (RLM)
0x202A, # LEFT-TO-RIGHT EMBEDDING (LRE)
0x202B, # RIGHT-TO-LEFT EMBEDDING (RLE)
0x202C, # POP DIRECTIONAL FORMATTING (PDF)
0x202D, # LEFT-TO-RIGHT OVERRIDE (LRO)
0x202E, # RIGHT-TO-LEFT OVERRIDE (RLO)
0x2066, # LEFT-TO-RIGHT ISOLATE (LRI)
0x2067, # RIGHT-TO-LEFT ISOLATE (RLI)
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