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
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
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
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
include/class.h view on Meta::CPAN
} role;
};
};
/* Metadata about the embedding of a role into a class */
#define LINNET_VAL_ROLEEMBEDDING 0x4F505245 /* "OPRE" */
#define MUST_ROLEEMBEDDING(ptr) LINNET_CHECK_CAST(ptr, RoleEmbedding *, LINNET_VAL_ROLEEMBEDDING)
typedef struct RoleEmbedding {
LINNET_FIELD
SV *embeddingsv;
struct ClassMeta *rolemeta;
struct ClassMeta *classmeta;
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
share/openapi.yaml view on Meta::CPAN
public static void main(String[] args) {
OpenAIClient client = OpenAIOkHttpClient.fromEnv();
EmbeddingCreateParams params = EmbeddingCreateParams.builder()
.input("The quick brown fox jumped over the lazy dog")
.model(EmbeddingModel.TEXT_EMBEDDING_3_SMALL)
.build();
CreateEmbeddingResponse createEmbeddingResponse = client.embeddings().create(params);
}
}
ruby: |-
view all matches for this distribution
view release on metacpan or search on metacpan
OpenSSL/SMIME.pm view on Meta::CPAN
unless(! $params{CERTIFICATE} || ref($params{CERTIFICATE})) {
return($self->_setError(8011001,
$self->{gettext} ("OpenCA::OpenSSL::SMIME->verify: Invalid argument for CERTIFICATE")));
}
unless($params{CERTIFICATE} || $params{USES_EMBEDDED_CERT}) {
return($self->_setError(8011002,
$self->{gettext} ("OpenCA::OpenSSL::SMIME->verify: No certificate specified and not using embedded certificate")));
}
# Set up files
OpenSSL/SMIME.pm view on Meta::CPAN
push(@command, "smime", "-verify");
push(@command, "-engine", $self->get_param ("ENGINE", %params),
"-keyform", $self->get_param ("KEYFORM", %params))
if($self->get_param ("ENGINE", %params));
push(@command, "-nointern") unless($params{USES_EMBEDDED_CERT});
push(@command, "-CAfile", $self->{ca_certs_file}) if($self->{ca_certs_file});
push(@command, "-certfile", $certfile) if($certfile);
push(@command, "-in", $self->{file},
"-out", $outfile,
"-signer", $signerfile);
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/OpenGL/Modern/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
share/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|poVu
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/PAX/AppImage.pm view on Meta::CPAN
FILE *out = fopen(path, "wb");
if (!out) continue;
fwrite(pax_assets[i].data, 1, pax_assets[i].len, out);
fclose(out);
}
setenv("PAX_EMBEDDED_ASSET_ROOT", $asset_root, 1);
}
static void json_string(FILE *out, const char *s) {
fputc('"', out);
for (; *s; s++) {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PDF/API2/Resource/CIDFont/CMap/japanese.cmap view on Meta::CPAN
'8229' => '669' , # G+669 U+2025 twodotenleader, TWO DOT LEADER
'8230' => '668' , # G+668 U+2026 ellipsis, HORIZONTAL ELLIPSIS
# '8231' => '0' , # G+0 U+2027 uni2027, HYPHENATION POINT
# '8232' => '0' , # G+0 U+2028 uni2028, LINE SEPARATOR
# '8233' => '0' , # G+0 U+2029 uni2029, PARAGRAPH SEPARATOR
# '8234' => '0' , # G+0 U+202A uni202A, LEFT-TO-RIGHT EMBEDDING
# '8235' => '0' , # G+0 U+202B uni202B, RIGHT-TO-LEFT EMBEDDING
# '8236' => '0' , # G+0 U+202C afii61573, POP DIRECTIONAL FORMATTING
# '8237' => '0' , # G+0 U+202D afii61574, LEFT-TO-RIGHT OVERRIDE
# '8238' => '0' , # G+0 U+202E afii61575, RIGHT-TO-LEFT OVERRIDE
# '8239' => '0' , # G+0 U+202F uni202F, NARROW NO-BREAK SPACE
'8240' => '772' , # G+772 U+2030 perthousand, PER MILLE SIGN
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PDF/API3/Compat/API2/Resource/CIDFont/CMap/japanese.pm view on Meta::CPAN
'8229' => '669' , # G+669 U+2025 twodotenleader, TWO DOT LEADER
'8230' => '668' , # G+668 U+2026 ellipsis, HORIZONTAL ELLIPSIS
# '8231' => '0' , # G+0 U+2027 uni2027, HYPHENATION POINT
# '8232' => '0' , # G+0 U+2028 uni2028, LINE SEPARATOR
# '8233' => '0' , # G+0 U+2029 uni2029, PARAGRAPH SEPARATOR
# '8234' => '0' , # G+0 U+202A uni202A, LEFT-TO-RIGHT EMBEDDING
# '8235' => '0' , # G+0 U+202B uni202B, RIGHT-TO-LEFT EMBEDDING
# '8236' => '0' , # G+0 U+202C afii61573, POP DIRECTIONAL FORMATTING
# '8237' => '0' , # G+0 U+202D afii61574, LEFT-TO-RIGHT OVERRIDE
# '8238' => '0' , # G+0 U+202E afii61575, RIGHT-TO-LEFT OVERRIDE
# '8239' => '0' , # G+0 U+202F uni202F, NARROW NO-BREAK SPACE
'8240' => '772' , # G+772 U+2030 perthousand, PER MILLE SIGN
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PDF/Builder/Resource/CIDFont/CMap/japanese.cmap view on Meta::CPAN
'8229' => '669' , # G+669 U+2025 twodotenleader, TWO DOT LEADER
'8230' => '668' , # G+668 U+2026 ellipsis, HORIZONTAL ELLIPSIS
# '8231' => '0' , # G+0 U+2027 uni2027, HYPHENATION POINT
# '8232' => '0' , # G+0 U+2028 uni2028, LINE SEPARATOR
# '8233' => '0' , # G+0 U+2029 uni2029, PARAGRAPH SEPARATOR
# '8234' => '0' , # G+0 U+202A uni202A, LEFT-TO-RIGHT EMBEDDING
# '8235' => '0' , # G+0 U+202B uni202B, RIGHT-TO-LEFT EMBEDDING
# '8236' => '0' , # G+0 U+202C afii61573, POP DIRECTIONAL FORMATTING
# '8237' => '0' , # G+0 U+202D afii61574, LEFT-TO-RIGHT OVERRIDE
# '8238' => '0' , # G+0 U+202E afii61575, RIGHT-TO-LEFT OVERRIDE
# '8239' => '0' , # G+0 U+202F uni202F, NARROW NO-BREAK SPACE
'8240' => '772' , # G+772 U+2030 perthousand, PER MILLE SIGN
view all matches for this distribution
view release on metacpan or search on metacpan
t/12-embed-pdfa3.t view on Meta::CPAN
plan skip_all => 'Ghostscript (gs) not installed' unless $gs_path && -x $gs_path;
plan tests => 9;
my $invoice = {
number => 'FA-2026-EMBED',
date => '2026-04-19',
due_date => '2026-05-19',
currency => 'EUR',
seller => { name => 'Acme SARL', siret => '12345678901234',
address_1 => '1 rue T', postcode => '75001', city => 'Paris', country => 'FR' },
t/12-embed-pdfa3.t view on Meta::CPAN
my ($ok, $msg) = embed_xml_pdfa3(
pdf_in => $pdf_in,
xml => $xml,
pdf_out => $pdf_out,
profile => 'basic',
title => 'Facture FA-2026-EMBED',
author => 'Acme SARL',
on_warning => sub { push @warnings, $_[0] },
);
ok($ok, "embed_xml_pdfa3 OK: $msg") or diag("error: $msg");
ok(-s $pdf_out > 0, "PDF output non-empty");
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PDF/FromHTML/Template/Container/Font.pm view on Meta::CPAN
sub new
{
my $class = shift;
my $self = $class->SUPER::new(@_);
$self->{EMBED} = 0 unless defined $self->{EMBED};
return $self;
}
sub render
lib/PDF/FromHTML/Template/Container/Font.pm view on Meta::CPAN
my $encoding = $context->get($self, 'PDF_ENCODING') || 'host';
my $font = $context->{PDF}->find_font(
$face,
$encoding,
$context->get($self, 'EMBED'),
) or die "Font not found for '$face' by the time <font> was rendered", $/;
$context->store_font($face, $font);
}
view all matches for this distribution
view release on metacpan or search on metacpan
include/pdfmake_asn1.h view on Meta::CPAN
#define ASN1_TAG_OID 0x06
#define ASN1_TAG_OBJECT_DESC 0x07
#define ASN1_TAG_EXTERNAL 0x08
#define ASN1_TAG_REAL 0x09
#define ASN1_TAG_ENUMERATED 0x0A
#define ASN1_TAG_EMBEDDED_PDV 0x0B
#define ASN1_TAG_UTF8STRING 0x0C
#define ASN1_TAG_RELATIVE_OID 0x0D
#define ASN1_TAG_SEQUENCE 0x10
#define ASN1_TAG_SET 0x11
#define ASN1_TAG_NUMERICSTRING 0x12
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PDF/PDFUnit/Constants.pm view on Meta::CPAN
FORM_FILLING
FORM_FILLING_AND_ANNOTATIONS
HORIZONTALLY
IDENTIFIEDBY_ALLPROPERTIES
IDENTIFIEDBY_BASENAME
IDENTIFIEDBY_EMBEDDED
IDENTIFIEDBY_NAME
IDENTIFIEDBY_NAME_TYPE
IDENTIFIEDBY_TYPE
IGNORE
IGNORE_WHITESPACES
lib/PDF/PDFUnit/Constants.pm view on Meta::CPAN
sub FORM_FILLING { $com::pdfunit::Constants::FORM_FILLING }
sub FORM_FILLING_AND_ANNOTATIONS { $com::pdfunit::Constants::FORM_FILLING_AND_ANNOTATIONS }
sub HORIZONTALLY { $com::pdfunit::Constants::HORIZONTALLY }
sub IDENTIFIEDBY_ALLPROPERTIES { $com::pdfunit::Constants::IDENTIFIEDBY_ALLPROPERTIES }
sub IDENTIFIEDBY_BASENAME { $com::pdfunit::Constants::IDENTIFIEDBY_BASENAME }
sub IDENTIFIEDBY_EMBEDDED { $com::pdfunit::Constants::IDENTIFIEDBY_EMBEDDED }
sub IDENTIFIEDBY_NAME { $com::pdfunit::Constants::IDENTIFIEDBY_NAME }
sub IDENTIFIEDBY_NAME_TYPE { $com::pdfunit::Constants::IDENTIFIEDBY_NAME_TYPE }
sub IDENTIFIEDBY_TYPE { $com::pdfunit::Constants::IDENTIFIEDBY_TYPE }
sub IGNORE { $com::pdfunit::Constants::IGNORE }
sub IGNORE_WHITESPACES { $com::pdfunit::Constants::IGNORE_WHITESPACES }
lib/PDF/PDFUnit/Constants.pm view on Meta::CPAN
=item B<IDENTIFIEDBY_BASENAME>
=item B<IDENTIFIEDBY_EMBEDDED>
=item B<IDENTIFIEDBY_NAME>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/PDF/Template/Container/Font.pm view on Meta::CPAN
sub new
{
my $class = shift;
my $self = $class->SUPER::new(@_);
$self->{EMBED} = 0 unless defined $self->{EMBED};
return $self;
}
sub render
lib/PDF/Template/Container/Font.pm view on Meta::CPAN
my $font = pdflib_pl::PDF_findfont(
$context->{PDF},
$face,
$encoding,
$context->get($self, 'EMBED'),
);
$font == -1 && die "Font not found for '$face' by the time <font> was rendered", $/;
$context->store_font($face, $font);
}
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/POSIX/RT/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/POSIX/RT/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
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
root/static/yui/editor/editor-debug.js view on Meta::CPAN
_cleanIncomingHTML: function(html) {
html = html.replace(/<strong([^>]*)>/gi, '<b$1>');
html = html.replace(/<\/strong>/gi, '</b>');
//replace embed before em check
html = html.replace(/<embed([^>]*)>/gi, '<YUI_EMBED$1>');
html = html.replace(/<\/embed>/gi, '</YUI_EMBED>');
html = html.replace(/<em([^>]*)>/gi, '<i$1>');
html = html.replace(/<\/em>/gi, '</i>');
html = html.replace(/_moz_dirty=""/gi, '');
//Put embed tags back in..
html = html.replace(/<YUI_EMBED([^>]*)>/gi, '<embed$1>');
html = html.replace(/<\/YUI_EMBED>/gi, '</embed>');
if (this.get('plainText')) {
YAHOO.log('Filtering as plain text', 'info', 'SimpleEditor');
html = html.replace(/\n/g, '<br>').replace(/\r/g, '<br>');
html = html.replace(/ /gi, ' '); //Replace all double spaces
html = html.replace(/\t/gi, ' '); //Replace all tabs
root/static/yui/editor/editor-debug.js view on Meta::CPAN
html = html.replace(/<ul([^>]*)>/gi, '<YUI_UL$1>');
html = html.replace(/<\/ul>/gi, '<\/YUI_UL>');
html = html.replace(/<blockquote([^>]*)>/gi, '<YUI_BQ$1>');
html = html.replace(/<\/blockquote>/gi, '<\/YUI_BQ>');
html = html.replace(/<embed([^>]*)>/gi, '<YUI_EMBED$1>');
html = html.replace(/<\/embed>/gi, '<\/YUI_EMBED>');
//Convert b and i tags to strong and em tags
if ((markup == 'semantic') || (markup == 'xhtml')) {
html = html.replace(/<i(\s+[^>]*)?>/gi, '<em$1>');
html = html.replace(/<\/i>/gi, '</em>');
root/static/yui/editor/editor-debug.js view on Meta::CPAN
html = this.filter_invalid_lists(html);
html = html.replace(/<YUI_BQ([^>]*)>/g, '<blockquote$1>');
html = html.replace(/<\/YUI_BQ>/g, '<\/blockquote>');
html = html.replace(/<YUI_EMBED([^>]*)>/g, '<embed$1>');
html = html.replace(/<\/YUI_EMBED>/g, '<\/embed>');
//This should fix &s in URL's
html = html.replace(/ & /gi, 'YUI_AMP');
html = html.replace(/&/gi, '&');
html = html.replace(/YUI_AMP/gi, ' & ');
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Parse/Pidl/Ethereal/NDR.pm view on Meta::CPAN
if ($l->{TYPE} eq "POINTER") {
my $type;
if ($l->{LEVEL} eq "TOP") {
$type = "toplevel";
} elsif ($l->{LEVEL} eq "EMBEDDED") {
$type = "embedded";
}
pidl_code "offset = dissect_ndr_$type\_pointer(tvb, offset, pinfo, tree, drep, $myname\_, $ptrtype_mappings{$l->{POINTER_TYPE}}, \"Pointer to ".field2name(StripPrefixes($e->{NAME})) . " ($e->{TYPE})\",$hf);";
} elsif ($l->{TYPE} eq "ARRAY") {
if ($l->{IS_INLINE}) {
view all matches for this distribution