File | Code |
---|---|
JNTHN/Cro-HTTP…/RequestSerializer.pm6 :13: |
my $encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/RequestSerializer.pm6 :30: |
headers => $encoder.encode-headers(@headers)); |
JNTHN/Cro-HTTP…/ResponseSerializer.pm6 :30: |
my $encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/ResponseSerializer.pm6 :68: |
headers => $encoder.encode-headers(@headers), |
JNTHN/Cro-HTTP…/ResponseSerializer.pm6 :91: |
headers => $encoder.encode-headers(@headers) |
JNTHN/Cro-HTTP…/http2-request-parser.t :7: |
my $encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :59: |
headers => $encoder.encode-headers(@headers))).List, |
JNTHN/Cro-HTTP…/http2-request-parser.t :67: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :76: |
$buf = $encoder.encode-headers(@headers); |
JNTHN/Cro-HTTP…/http2-request-parser.t :93: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :98: |
headers => $encoder.encode-headers(@headers[0..2])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :109: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :110: |
$buf = $encoder.encode-headers(@headers); |
JNTHN/Cro-HTTP…/http2-request-parser.t :133: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :134: |
$buf = $encoder.encode-headers(@headers[0..5]); |
JNTHN/Cro-HTTP…/http2-request-parser.t :151: |
headers => $encoder.encode-headers(@headers[6].List))), |
JNTHN/Cro-HTTP…/http2-request-parser.t :164: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :168: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :172: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :186: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :190: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :194: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :213: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :214: |
$buf = $encoder.encode-headers(@headers); |
JNTHN/Cro-HTTP…/http2-request-parser.t :226: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :240: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-parser.t :245: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :249: |
headers => $encoder.encode-headers(@headers[0..3])), |
JNTHN/Cro-HTTP…/http2-request-parser.t :253: |
headers => $encoder.encode-headers(@headers[3..5]))), |
JNTHN/Cro-HTTP…/http2-request-serializer.t :9: |
my $encoder; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :50: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :55: |
(*.headers eq $encoder.encode-headers(@headers))],]; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :60: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :77: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :82: |
(*.headers eq $encoder.encode-headers(@headers))], |
JNTHN/Cro-HTTP…/http2-request-serializer.t :91: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :106: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-request-serializer.t :111: |
(*.headers eq $encoder.encode-headers(@headers))], |
JNTHN/Cro-HTTP…/http2-response-parser.t :6: |
my $encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-response-parser.t :50: |
headers => $encoder.encode-headers(@headers))).List, |
JNTHN/Cro-HTTP…/http2-response-parser.t :64: |
headers => $encoder.encode-headers(@headers)), |
JNTHN/Cro-HTTP…/http2-response-serializer.t :9: |
my $encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-response-serializer.t :47: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-response-serializer.t :52: |
(*.headers eq $encoder.encode-headers(@headers))],]; |
JNTHN/Cro-HTTP…/http2-response-serializer.t :68: |
(*.headers eq $encoder.encode-headers(@headers))], |
JNTHN/Cro-HTTP…/http2-response-serializer.t :74: |
$encoder = HTTP::HPACK::Encoder.new; |
JNTHN/Cro-HTTP…/http2-response-serializer.t :90: |
(*.headers eq $encoder.encode-headers(@headers))], |
JNTHN/cro…/app.js :56030: |
function encoderForArrayFormat(opts) { |
JNTHN/cro…/app.js :56199: |
var formatter = encoderForArrayFormat(opts); |
NINE/Inline-Perl5…/Perl5.pm6 :40: |
my constant $utf8-encoder = $encoding-registry.^can('find') |
NINE/Inline-Perl5…/Perl5.pm6 :41: |
?? $encoding-registry.find('utf8').encoder(:!replacement, :!translate-nl) # on 6.d |
NINE/Inline-Perl5…/Perl5.pm6 :44: |
my $buf = $utf8-encoder.encode-chars($value); |
NINE/Inline-Perl5…/Hash.pm6 :10: |
my constant $utf8-encoder = $encoding-registry.^can('find') |
NINE/Inline-Perl5…/Hash.pm6 :11: |
?? $encoding-registry.find('utf8').encoder(:!replacement, :!translate-nl) # on 6.d |
NINE/Inline-Perl5…/Hash.pm6 :30: |
my $buf = $utf8-encoder.encode-chars(key); |
NINE/Inline-Perl5…/Hash.pm6 :34: |
my $buf = $utf8-encoder.encode-chars(key); |
WARRINGD/PDF-Font-Loader…/FreeType.pm :20: |
has PDF::Font::Loader::Enc $!encoder handles <decode>; |
WARRINGD/PDF-Font-Loader…/FreeType.pm :38: |
$!encoder = do given $!enc { |
WARRINGD/PDF-Font-Loader…/FreeType.pm :44: |
$!encoder.differences = @differences |
WARRINGD/PDF-Font-Loader…/FreeType.pm :58: |
my $encoded := $!encoder.encode($text); |
WARRINGD/PDF-Font-Loader…/FreeType.pm :60: |
my $to-unicode := $!encoder.to-unicode; |
WARRINGD/PDF-Font-Loader…/FreeType.pm :183: |
my $to-unicode := $!encoder.to-unicode; |
WARRINGD/PDF-Font-Loader…/FreeType.pm :390: |
my $Differences = $!encoder.differences; |
Perl6-Noise-Gang/Audio-PortAudio…/stream-source :94: |
my $encoder = Audio::Encode::LameMP3.new(:$bitrate, :$mode, :$quality); |
Perl6-Noise-Gang/Audio-PortAudio…/stream-source :104: |
my $encoded = $encoder.encode-float($buff, $f, :raw); |
Xliff/p6-audio-oggvorbis…/04-write-oggvorbis.t :20: |
# https://svn.xiph.org/trunk/vorbis/examples/encoder_example.c |
Xliff/p6-audio-oggvorbis…/04-write-oggvorbis.t :65: |
flunk "encoder failed to initialize with error code $ret"; |
Xliff/p6-audio-oggvorbis…/04-write-oggvorbis.t :69: |
ok $ret == 0, 'encoder initialized'; |
Xliff/p6-audio-oggvorbis…/04-write-oggvorbis.t :80: |
vorbis_comment_add_tag($vc, "TEST", "Audio::OggVorbis encoder"); |
cygx/p6-image-png-inflated…/pngcheck.c :4818: |
* Utility routines for PNG encoders and decoders |
cygx/p6-image-rgba-text…/pngcheck.c :4818: |
* Utility routines for PNG encoders and decoders |
jnthn/p6-http-hpack…/README.md :25: |
my $encoder = HTTP::HPACK::Encoder.new; |
jnthn/p6-http-hpack…/README.md :26: |
my $buf = $encoder.encode-headers(@headers); |
jnthn/p6-http-hpack…/README.md :33: |
decompress incoming headers) and an instance of the encoder (to compress outgoing |
jnthn/p6-http-hpack…/README.md :41: |
place automatically. By default, the encoder will not apply Huffman compression. |
jnthn/p6-http-hpack…/README.md :44: |
my $encoder = HTTP::HPACK::Encoder.new(:huffman); |
jnthn/p6-http-hpack…/README.md :49: |
when constructing either the encoder or decoder: |
jnthn/p6-http-hpack…/examples.t :111: |
my $encoder = HTTP::HPACK::Encoder.new; |
jnthn/p6-http-hpack…/examples.t :112: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :118: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :125: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :163: |
my $encoder = HTTP::HPACK::Encoder.new(:huffman); |
jnthn/p6-http-hpack…/examples.t :164: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :170: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :177: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :229: |
my $encoder = HTTP::HPACK::Encoder.new(dynamic-table-limit => 256); |
jnthn/p6-http-hpack…/examples.t :230: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :242: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :248: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :306: |
my $encoder = HTTP::HPACK::Encoder.new(:huffman, dynamic-table-limit => 256); |
jnthn/p6-http-hpack…/examples.t :307: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :318: |
is-deeply $encoder.encode-headers( |
jnthn/p6-http-hpack…/examples.t :324: |
is-deeply $encoder.encode-headers( |
jonathanstowe/Audio-Encode-LameMP3…/p6lame_encode :22: |
my $encoder = Audio::Encode::LameMP3.new(:$mode, :$bitrate, :$quality, |%tags); |
jonathanstowe/Audio-Encode-LameMP3…/p6lame_encode :26: |
my $buf = $encoder.encode-short($in-frames, $num-frames); |
jonathanstowe/Audio-Encode-LameMP3…/p6lame_encode :31: |
my $buf = $encoder.encode-flush(); |
jonathanstowe/Audio-Encode-LameMP3…/synopsis :9: |
my $encoder = Audio::Encode::LameMP3.new(bitrate => 128, quality => 3, in-samplerate => $sndfile.samplerate); |
jonathanstowe/Audio-Encode-LameMP3…/synopsis :15: |
my $buf = $encoder.encode-short(@in-frames); |
jonathanstowe/Audio-Encode-LameMP3…/synopsis :21: |
my $buf = $encoder.encode-flush(); |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :19: |
my $encoder = Audio::Encode::LameMP3.new(bitrate => 128, quality => 3, in-samplerate => $sndfile.samplerate); |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :25: |
my $buf = $encoder.encode-short(@in-frames); |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :31: |
my $buf = $encoder.encode-flush(); |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :79: |
This initialises the encoder ready to start the encoding. It may be called after |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :88: |
This can be used to re-initialise the encoder's internal state in order that it |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :327: |
samples. If it is set the encoder may be able to make certain small optimisations. |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :369: |
attributes on an L<Audio::Encode::LameMP3> object before the encoder |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :742: |
# nogap allows you to continue using the same encoder - useful for streaming |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :941: |
sub lame_get_encoder_delay(GlobalFlags) returns int32 is native('mp3lame',v0) { * } |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :942: |
sub lame_get_encoder_padding(GlobalFlags) returns int32 is native('mp3lame',v0) { * } |
jonathanstowe/Audio-Encode-LameMP3…/LameMP3.pm :979: |
# the same encoder which may be useful for streaming |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :19: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :21: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :23: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :24: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :25: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :26: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :27: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :29: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :38: |
lives-ok { $buf = $encoder.encode-short($left, $right) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :48: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :64: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :66: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :68: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :69: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :70: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :71: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :72: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :74: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :83: |
lives-ok { $buf = $encoder.encode-int($left, $right) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :93: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :109: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :111: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :113: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :114: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :115: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :116: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :117: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :119: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :128: |
lives-ok { $buf = $encoder.encode-long($left, $right) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :138: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :155: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :157: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :159: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :160: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :161: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :162: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :163: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :165: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :174: |
lives-ok { $buf = $encoder.encode-float($left, $right) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :184: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :200: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :202: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :204: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :205: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :206: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :207: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :208: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :210: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :219: |
lives-ok { $buf = $encoder.encode-double($left, $right) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :229: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :245: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :247: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :249: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :250: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :251: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :252: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :253: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :255: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :263: |
lives-ok { $buf = $encoder.encode-short(@in-frames) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :273: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :289: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :291: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :293: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :294: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :295: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :296: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :297: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :299: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :307: |
lives-ok { $buf = $encoder.encode-int(@in-frames) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :317: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :333: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :335: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :337: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :338: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :339: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :340: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :341: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :343: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :351: |
lives-ok { $buf = $encoder.encode-long(@in-frames) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :361: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :378: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :380: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :382: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :383: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :384: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :385: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :386: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :388: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :396: |
lives-ok { $buf = $encoder.encode-float(@in-frames) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :406: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :422: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :424: |
lives-ok { $encoder = Audio::Encode::LameMP3.new }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :426: |
lives-ok { $encoder.in-samplerate = $sndfile.samplerate }, "set samplerate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :427: |
lives-ok { $encoder.mode = Audio::Encode::LameMP3::JointStereo }, "set mode"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :428: |
lives-ok { $encoder.bitrate = 320 }, "set bitrate"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :429: |
lives-ok { $encoder.quality = 7 }, "set quality"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :430: |
lives-ok { $encoder.write-vbr-tag = False }, "turn off write vbr tag"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :432: |
lives-ok { $encoder.init }, "init"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :440: |
lives-ok { $buf = $encoder.encode-double(@in-frames) }, "encode { @in-frames / $sndfile.channels } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/030-encode.t :450: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :13: |
my $encoder; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :15: |
lives-ok { $encoder = Audio::Encode::LameMP3.new(in-samplerate => 44100, mode => Audio::Encode::LameMP3::JointStereo, bitrate => 128, quality => 9) }, "create an encoder"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :17: |
lives-ok { $encoder.title = "Test Title" }, "set a title"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :18: |
lives-ok { $encoder.artist = "Test Artist" }, "set artist"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :19: |
lives-ok { $encoder.album = "Test Album" }, "set album"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :20: |
lives-ok { $encoder.year = "2015" }, "set year"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :21: |
lives-ok { $encoder.comment = "Test Comment" }, "set a comment"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :29: |
lives-ok { $buf = $encoder.encode-short(@in-frames) }, "encode { @in-frames / 2 } frames"; |
jonathanstowe/Audio-Encode-LameMP3…/040-id3tag.t :35: |
lives-ok { $buf = $encoder.encode-flush() }, "encode-flush"; |
jonathanstowe/Audio-Libshout…/streamfile-encode :31: |
my $encoder = Audio::Encode::LameMP3.new(:$bitrate, :$mode, :$quality); |
jonathanstowe/Audio-Libshout…/streamfile-encode :37: |
my $encoded = $encoder.encode-short($in-pcm[0], $in-pcm[1], :raw); |
jonathanstowe/Audio-Libshout…/streamfile-encode :42: |
my $encoded = $encoder.encode-flush(:raw); |
jonathanstowe/Tinky-JSON…/encode-files :58: |
my $json = $*PROGRAM.parent.child('encoder.json').slurp; |
jonathanstowe/URI-Template…/Template.pm :207: |
my &enc = self!get-hash-encoder($operator); |
jonathanstowe/URI-Template…/Template.pm :258: |
method !get-encoder(Str $operator) returns Callable { |
jonathanstowe/URI-Template…/Template.pm :259: |
my &encoder = do if $operator.defined { |
jonathanstowe/URI-Template…/Template.pm :272: |
&encoder; |
jonathanstowe/URI-Template…/Template.pm :277: |
method !get-hash-encoder(Str $operator) returns Callable { |
jonathanstowe/URI-Template…/Template.pm :278: |
my &encoder = do if $operator.defined { |
jonathanstowe/URI-Template…/Template.pm :291: |
&encoder; |
jonathanstowe/URI-Template…/Template.pm :300: |
self!get-encoder($operator).($value); |
p6-pdf/PDF-Content-p6…/CoreFont.pm :9: |
has PDF::Content::Font::Enc::Type1 $.encoder handles <encode decode enc>; |
p6-pdf/PDF-Content-p6…/CoreFont.pm :134: |
my $glyphs = $!encoder.glyphs; |
p6-pdf/PDF-Content-p6…/CoreFont.pm :165: |
my $encoder = PDF::Content::Font::Enc::Type1.new: :$enc; |
p6-pdf/PDF-Content-p6…/CoreFont.pm :167: |
self.new( :$encoder, :$metrics ); |
p6-pdf/PDF-Content-p6…/CoreFont.pm :184: |
my $Differences = $!encoder.differences; |
p6-pdf/PDF-Content-p6…/PNG.pm :347: |
IDAT chunks. The encoder can divide the compressed datastream |
p6-pdf/PDF-Content-p6…/PNG.pm :349: |
allowed so that encoders can work in a fixed amount of memory; |
p6-pdf/PDF-Content-p6…/PNG.pm :350: |
typically the chunk size will correspond to the encoder's buffer |
p6-pdf/PDF-Content-p6…/core-font.t :96: |
my PDF::Content::Font::Enc::Type1 $encoder .= new: :enc<win>; |
p6-pdf/PDF-Content-p6…/core-font.t :97: |
$encoder.differences = @differences; |
p6-pdf/PDF-Content-p6…/core-font.t :98: |
my PDF::Content::Font::CoreFont $tr .= new: :$metrics, :$encoder; |
p6-pdf/PDF-p6…/Changes :141: |
-- fixed ascii-85, ascii-hex and run-length encoders to add |
perl6/doc…/unicode.pod6 :54: |
X<UTF-8 Clean-8> is an encoder/decoder that primarily works as the UTF-8 one. |
perl6/doc…/Encoding.pod6 :38: |
=head2 method encoder |
perl6/doc…/Encoding.pod6 :40: |
method encoder(Encoding:D: *%options --> Encoding::Encoder) |
perl6/doc…/Encoding.pod6 :42: |
Gets a character encoder instance for this encoding, configured with the |
retupmoca/p6-Email-MIME…/encoding-hooks.t :25: |
is $eml.body-raw, 'stuff here', 'Test empty encoder hook'; |
retupmoca/p6-Email-MIME…/encoding-hooks.t :31: |
is $eml.body-raw, 'Encode', 'Test encoder hook'; |
skinkade/p6-crypt-argon2…/encoding.c :9: |
* Example code for a decoder and encoder of "hash strings", with Argon2 |
sylvarant/Avro…/DataFile.pm :71: |
has Avro::Encoder $!encoder; |
sylvarant/Avro…/DataFile.pm :91: |
my Avro::Encoder $encoder; |
sylvarant/Avro…/DataFile.pm :93: |
when Encoding::JSON { $encoder = Avro::JSONEncoder.new() } |
sylvarant/Avro…/DataFile.pm :94: |
when Encoding::Binary { $encoder = Avro::BinaryEncoder.new() } |
sylvarant/Avro…/DataFile.pm :97: |
self.bless(handle => $handle, schema => $schema, encoder => $encoder, |
sylvarant/Avro…/DataFile.pm :101: |
submethod BUILD(IO::Handle :$handle!, Avro::Schema :$schema!, Avro::Encoder :$encoder!, |
sylvarant/Avro…/DataFile.pm :107: |
$!syncmark = $encoder.encode($fixed_s,$sync); |
sylvarant/Avro…/DataFile.pm :116: |
$!encoder = $encoder; |
sylvarant/Avro…/DataFile.pm :120: |
$!handle.write($!encoder.encode($schema_h,%header)); #todo switch based on encoding ? |
sylvarant/Avro…/DataFile.pm :124: |
my Blob $blob = $!encoder.encode($!schema,$data); |
sylvarant/Avro…/DataFile.pm :144: |
$!handle.write($!encoder.encode(Avro::Long.new(),$!count)); |
sylvarant/Avro…/DataFile.pm :145: |
$!handle.write($!encoder.encode(Avro::Long.new(),$!buffersize)); |
sylvarant/Avro…/03-DecodeEncode.t :11: |
my $encoder = Avro::BinaryEncoder.new(); |
sylvarant/Avro…/03-DecodeEncode.t :85: |
my Blob $result = $encoder.encode($item.key,$item.value); |
tokuhirom/p6-HTTP-MultiPartParser…/copy-test-data.pl :17: |
my $encoder = JSON::PP->new->ascii->pretty; |
tokuhirom/p6-HTTP-MultiPartParser…/copy-test-data.pl :23: |
my $json = $encoder->encode($dat); |
ufobat/HTTP-Server-Ogre…/ResponseSerializer.pm6 :14: |
my $encoder = HTTP::HPACK::Encoder.new; |
ufobat/HTTP-Server-Ogre…/ResponseSerializer.pm6 :51: |
headers => $encoder.encode-headers(@headers) |
Created
March 14, 2018 22:06
-
-
Save Whateverable/31346948763948b55314dbbb8b98a59e to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.encoder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment