view release on metacpan or search on metacpan
lib/Linux/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
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
* bugfix: URLs in pp2html were doubled in the output
* workaround for TreeApplet Bug: Headers which contain a / are not allowed.
Therefore all slashes are replaced with commas ...
* Language parameter in \\EMBED{lang=html ...} is now caseinsensitive
* Version information clarified: pp2html and pp2latex have individual version
numbers (build numbers) and belong to a certain version of the
PerlPoint-Converters package.
* Option "--safe_opcodes"
=Version 0.006 10/27/2000
* \\EMBED \\END_EMBED supported in pp2html
* Templates changed (usage of karawane-50.gif)
* Activated embedded perl code (use Safe)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PerlPoint/Generator/XML.pm view on Meta::CPAN
# invoke base class method, if necessary
$me->SUPER::preFormatter() if $me->can('SUPER::preFormatter');
# embed tag?
if ($opcode==DIRECTIVE_TAG and $more[0] eq 'EMBED')
{
# get more parameters
my ($tag, $settings)=@more;
# embedded XML configuration
lib/PerlPoint/Generator/XML.pm view on Meta::CPAN
},
@{$item->{parts}},
);
}
elsif ($item->{cfg}{data}{name} eq 'EMBED')
{
# embedded XML
if ($item->{cfg}{data}{options}{lang}=~/^XML$/i)
{
# just concatenate the parts (and supply them as XML::Generator object, not as string)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PerlPoint/Generator/SDF.pm view on Meta::CPAN
my ($me, $opcode, $mode, @more)=@_;
confess "[BUG] Missing object parameter.\n" unless $me;
confess "[BUG] Object parameter is no ", __PACKAGE__, " object.\n" unless ref $me and $me->isa(__PACKAGE__);
# embed tag?
if ($opcode==DIRECTIVE_TAG and $more[0] eq 'EMBED')
{
# get more parameters
my ($tag, $settings)=@more;
# embedded SDF configuration
lib/PerlPoint/Generator/SDF.pm view on Meta::CPAN
elsif ($item->{cfg}{data}{name} eq 'A')
{
# anchor: build result string
$result=join('', qq({{N[id=q($item->{cfg}{data}{options}{name})]), @{$item->{parts}}, '}}');
}
elsif ($item->{cfg}{data}{name} eq 'EMBED')
{
# embedded part: SDF is prepared for printing
if ($item->{cfg}{data}{options}{lang}=~/^SDF$/i)
{
# just concatenate the parts
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PerlPoint/Generator/XML/XHTML.pm view on Meta::CPAN
},
@{$item->{parts}},
)
);
}
elsif ($item->{cfg}{data}{name} eq 'EMBED')
{
# embedded (X)HTML
if ($item->{cfg}{data}{options}{lang}=~/^X?HTML$/i)
{
# just pass parts through (supplying them via XML::Generator object, not as string)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Perlito5X/unicore/UnicodeData.txt view on Meta::CPAN
2025;TWO DOT LEADER;Po;0;ON;<compat> 002E 002E;;;;N;;;;;
2026;HORIZONTAL ELLIPSIS;Po;0;ON;<compat> 002E 002E 002E;;;;N;;;;;
2027;HYPHENATION POINT;Po;0;ON;;;;;N;;;;;
2028;LINE SEPARATOR;Zl;0;WS;;;;;N;;;;;
2029;PARAGRAPH SEPARATOR;Zp;0;B;;;;;N;;;;;
202A;LEFT-TO-RIGHT EMBEDDING;Cf;0;LRE;;;;;N;;;;;
202B;RIGHT-TO-LEFT EMBEDDING;Cf;0;RLE;;;;;N;;;;;
202C;POP DIRECTIONAL FORMATTING;Cf;0;PDF;;;;;N;;;;;
202D;LEFT-TO-RIGHT OVERRIDE;Cf;0;LRO;;;;;N;;;;;
202E;RIGHT-TO-LEFT OVERRIDE;Cf;0;RLO;;;;;N;;;;;
202F;NARROW NO-BREAK SPACE;Zs;0;CS;<noBreak> 0020;;;;N;;;;;
2030;PER MILLE SIGN;Po;0;ET;;;;;N;;;;;
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/x86_64-linux-thread-multi/Moose.pm view on Meta::CPAN
$self->first_name . ' ' . $self->last_name
}
no Moose; # keywords are removed from the Person package
=head1 EXTENDING AND EMBEDDING MOOSE
To learn more about extending Moose, we recommend checking out the
"Extending" recipes in the L<Moose::Cookbook>, starting with
L<Moose::Cookbook::Extending::ExtensionOverview>, which provides an overview of
all the different ways you might extend Moose. L<Moose::Exporter> and
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/Pod/HtmlEasy.pm view on Meta::CPAN
the "heart" symbol E&l;dhearts>.
These are listed in section 24.3.1,
L<The list of characters|http://www.w3.org/TR/html4/sgml/entities.html#h-24.4.1>
of the HTML 4.01 specification.
=head1 EMBEDDED URIs
Pod::HtmlEasy scans text (but not verbatim text!) for embedded URIs, such as C<http://foo.bar.com>
that are I<not> embedded in L <...>. Schemes detected are http, https, file and ftp. References
of the form foo@bar.com are treated as mailto references and are translated accordingly.
view all matches for this distribution
view release on metacpan or search on metacpan
t/sample.pod view on Meta::CPAN
text as it is edited.
See L<"MARKS"> below for more details.
The third form of annotation allows arbitrary windows to be
embedded in a text widget.
See L<"EMBEDDED WINDOWS"> below for more details.
The fourth form of annotation allows Tk images to be embedded in a text
widget.
See L<"EMBEDDED IMAGES"> below for more details.
=head1 INDICES
Many of the methods for texts take one or more indices
as arguments.
t/sample.pod view on Meta::CPAN
exception: B<current> is not updated in response to mouse
motions if a mouse button is down; the update will be deferred
until all mouse buttons have been released).
Neither of these special marks may be deleted.
=head1 EMBEDDED WINDOWS
The third form of annotation in text widgets is an embedded window.
Each embedded window annotation causes a window to be displayed
at a particular point in the text.
There may be any number of embedded windows in a text widget,
t/sample.pod view on Meta::CPAN
Specifies the name of a window to display in the annotation.
=back
=head1 EMBEDDED IMAGES
The final form of annotation in text widgets is an embedded image.
Each embedded image annotation causes an image to be displayed
at a particular point in the text.
There may be any number of embedded images in a text widget,
t/sample.pod view on Meta::CPAN
=item I<$text>-E<gt>B<imageCget>(I<index, option>)
Returns the value of a configuration option for an embedded image.
I<Index> identifies the embedded image, and I<option>
specifies a particular configuration option, which must be one of
the ones listed in L<"EMBEDDED IMAGES">.
=item I<$text>-E<gt>B<imageConfigure>(I<index, >?I<option, value, ...>?)
Query or modify the configuration options for an embedded image.
If no I<option> is specified, returns a list describing all of
t/sample.pod view on Meta::CPAN
identical to the corresponding sublist of the value returned if no
I<option> is specified).
If one or more I<option-value> pairs are specified, then the command
modifies the given option(s) to have the given value(s); in
this case the command returns an empty string.
See L<"EMBEDDED IMAGES"> for information on the options that
are supported.
=item I<$text>-E<gt>B<imageCreate>(I<index, >?I<option, value, ...>?)
This command creates a new image annotation, which will appear
in the text at the position given by I<index>.
Any number of I<option-value> pairs may be specified to
configure the annotation.
Returns a unique identifier that may be used as an index to refer to
this image.
See L<"EMBEDDED IMAGES"> for information on the options that
are supported, and a description of the identifier returned.
=item I<$text>-E<gt>B<imageNames>
Returns a list whose elements are the names of all image instances currently
t/sample.pod view on Meta::CPAN
=item I<$text>->B<windowCget>(I<index, option>)
Returns the value of a configuration option for an embedded window.
I<Index> identifies the embedded window, and I<option>
specifies a particular configuration option, which must be one of
the ones listed in L<"EMBEDDED WINDOWS"> above.
=item I<$text>->B<windowConfigure>(I<index>?, I<option, value, ...>?)
Query or modify the configuration options for an embedded window.
If no I<option> is specified, returns a list describing all of
t/sample.pod view on Meta::CPAN
identical to the corresponding sublist of the value returned if no
I<option> is specified).
If one or more I<option-value> pairs are specified, then the command
modifies the given option(s) to have the given value(s); in
this case the command returns an empty string.
See L<"EMBEDDED WINDOWS"> above for information on the options that
are supported.
=item I<$text>->B<windowCreate>(I<index>?, I<option, value, ...>?)
This command creates a new window annotation, which will appear
in the text at the position given by I<index>.
Any number of I<option-value> pairs may be specified to
configure the annotation.
See L<"EMBEDDED WINDOWS"> above for information on the options that
are supported.
Returns an empty string.
=item I<$text>->B<windowNames>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PerlPoint/Import/POD.pm view on Meta::CPAN
// include a POD file without "pod" extension
\INCLUDE{import=pod file="example"}
// import a snippet in POD,
// which in turn contains some PerlPoint
\EMBED{import=pod}
=head2 Embedded PerlPoint
A POD paragraph.
=for perlpoint It \I<works>!
\END_EMBED
=head1 DESCRIPTION
Standard import filters are loaded automatically by the Parser
view all matches for this distribution
view release on metacpan or search on metacpan
win32/misc.c view on Meta::CPAN
if ( mb_len ) *mb_len = 0;
return NULL;
}
if ( !( ret = malloc((size + 1) * sizeof( WCHAR)))) return NULL;
/*
U+202A (LRE) LEFT-TO-RIGHT EMBEDDING Treats the following text as embedded left-to-right.
U+202B (RLE) RIGHT-TO-LEFT EMBEDDING Treats the following text as embedded right to left.
U+202D (LRO) LEFT-TO-RIGHT OVERRIDE Forces the following characters to be treated as strong left-to-right characters.
U+202E (RLO) RIGHT-TO-LEFT OVERRIDE Forces the following characters to be treated as strong right-to-left characters.
U+202C (PDF) POP DIRECTIONAL FORMATTING CODE Restores the bidirectional state to what it was before the last LRE, RLE, RLO, or LRO.
U+200E (LRM) LEFT-TO-RIGHT MARK Left-to-right strong zero-width character.
U+200F (RLM) RIGHT-TO-LEFT MARK Right-to-left strong zero-width character.
view all matches for this distribution
view release on metacpan or search on metacpan
easyxs/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/RDF/Cowl/Lib.pm view on Meta::CPAN
# Use bundle
$ffi->bundle('RDF::Cowl');
}
# Under ULIB_HUGE
# (default, i.e., not using COWL_EMBEDDED).
# See <url:sisinflab-swot/cowl/lib/ulib/include/ubase.h>.
$ffi->type( 'uint64_t' => 'ulib_uint' );
$ffi->type( 'object(FFI::C::File)' => 'FILE' );
view all matches for this distribution
view release on metacpan or search on metacpan
bufr/CODEFIG view on Meta::CPAN
4 OVERCAST
5
6 SCT/BKN scattered/broken !1.9
7 BKN/OVC broken/overcast !1.9
8 ISOLATED
9 ISOL/EMBED isolated/embedded !1.9
10 OCCASIONAL
11 OCNL/EMBED occasional/embedded !1.9
12 FREQUENT
13 DENSE
14 LAYERS
15 Obscured !1.14
16 Embedded !1.14
view all matches for this distribution
view release on metacpan or search on metacpan
$Regexp::Bind::USE_NAMED_VAR = 1;
bind($string, $regexp, qw(field_1 field_2 field_3));
print "$field_1 $field_2 $field_3\n";
=head1 EMBEDDED REGEXP
Using embedded regexp syntax means you can embed fields right in
regexp itself. Its embedded syntax exploits the feature of in-line
commenting in regexps.
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/Unicode/Collate/allkeys.txt view on Meta::CPAN
200B ; [.0000.0000.0000.0000] # [200B] ZERO WIDTH SPACE
200C ; [.0000.0000.0000.0000] # [200C] ZERO WIDTH NON-JOINER
200D ; [.0000.0000.0000.0000] # [200D] ZERO WIDTH JOINER
200E ; [.0000.0000.0000.0000] # [200E] LEFT-TO-RIGHT MARK
200F ; [.0000.0000.0000.0000] # [200F] RIGHT-TO-LEFT MARK
202A ; [.0000.0000.0000.0000] # [202A] LEFT-TO-RIGHT EMBEDDING
202B ; [.0000.0000.0000.0000] # [202B] RIGHT-TO-LEFT EMBEDDING
202C ; [.0000.0000.0000.0000] # [202C] POP DIRECTIONAL FORMATTING
202D ; [.0000.0000.0000.0000] # [202D] LEFT-TO-RIGHT OVERRIDE
202E ; [.0000.0000.0000.0000] # [202E] RIGHT-TO-LEFT OVERRIDE
2060 ; [.0000.0000.0000.0000] # [2060] WORD JOINER
206A ; [.0000.0000.0000.0000] # [206A] INHIBIT SYMMETRIC SWAPPING
view all matches for this distribution
view release on metacpan or search on metacpan
m0ld/m0ld.cabal view on Meta::CPAN
build-Depends: base,utf8-string >= 0.3.1.1,containers >= 0.1.0.1,parsec >= 2.0.0.0
main-is: m0ld.hs
if flag(SMOP)
extra-libraries: smop pcl perl
extra-lib-dirs: ../build
cpp-options: -DEMBED_SMOP=1
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SPVM/Resource/SQLite.native/src/sqlite3.c view on Meta::CPAN
*/
#ifndef HAVE_GETHOSTUUID
# define HAVE_GETHOSTUUID 0
# if defined(__APPLE__) && ((__MAC_OS_X_VERSION_MIN_REQUIRED > 1050) || \
(__IPHONE_OS_VERSION_MIN_REQUIRED > 2000))
# if (!defined(TARGET_OS_EMBEDDED) || (TARGET_OS_EMBEDDED==0)) \
&& (!defined(TARGET_IPHONE_SIMULATOR) || (TARGET_IPHONE_SIMULATOR==0))\
&& (!defined(TARGET_OS_MACCATALYST) || (TARGET_OS_MACCATALYST==0))
# undef HAVE_GETHOSTUUID
# define HAVE_GETHOSTUUID 1
# else
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/SQLite/VecDB.pm view on Meta::CPAN
my @names = $vdb->collections;
Returns the names of all existing collections.
=head1 WITH LANGERTHA â AUTOMATIC EMBEDDINGS
use SQLite::VecDB;
use Langertha::Engine::OpenAI;
my $engine = Langertha::Engine::OpenAI->new(
lib/SQLite/VecDB.pm view on Meta::CPAN
my @results = $coll->search_text(
text => 'container management',
limit => 5,
);
=head1 EMBEDDING SETUP
SQLite::VecDB stores and searches raw vectors. To generate embeddings from
text, pass any L<Langertha> engine that supports L<Langertha::Role::Embedding>
as the C<embedding> attribute.
view all matches for this distribution
view release on metacpan or search on metacpan
perlRename,
};
static char *argv[] = { "perlvtab",
"-e",
"$SQLite::VirtualTable::EMBEDED=1;"
"require SQLite::VirtualTable",
NULL };
int sqlite3_extension_init(sqlite3 *db, char **pzErrMsg,
const sqlite3_api_routines *pApi) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/SWF/Builder/Character/Font/TTF.pm view on Meta::CPAN
last;
}
}
}
EMBED:
{
$name = $font->{name}||$p_font->{name} # font name
or croak 'Invalid font';
if ($os2 = $font->{'OS/2'}||$p_font->{'OS/2'}) { # get OS/2 table to check the lisence.
$os2->read;
my $fstype = $os2->{fsType} && 0;
if ($fstype & 0x302) {
warn "Embedding outlines of the font '$fontfile' is not permitted.\n";
$self->{_embed} = 0;
last EMBED;
} elsif ($fstype & 4) {
warn "The font '$fontfile' can use only for 'Preview & Print'.\n";
$self->{_read_only} = 1;
}
} else {
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
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