Home
last modified time | relevance | path

Searched refs:packer (Results 1 – 25 of 3066) sorted by relevance

12345678910>>...123

/dports/comms/soapyremote/SoapyRemote-soapy-remote-0.5.2/client/
H A DSettings.cpp40 packer(); in SoapyRemoteDevice()
83 packer(); in getDriverKey()
96 packer(); in getHardwareKey()
109 packer(); in getHardwareInfo()
128 packer(); in setFrontendMapping()
139 packer(); in getFrontendMapping()
153 packer(); in getNumChannels()
168 packer(); in getChannelInfo()
183 packer(); in getFullDuplex()
202 packer(); in listAntennas()
[all …]
/dports/textproc/p5-HTML-Packer/HTML-Packer-2.10/t/
H A D01-interface.t14 my $packer = HTML::Packer->init();
23 $packer->remove_comments( 1 );
25 $packer->remove_comments( 0 );
28 $packer->remove_newlines( 1 );
30 $packer->remove_newlines( 0 );
38 $packer->html5( 1 );
40 $packer->html5( 0 );
51 $packer->do_javascript( '' );
62 $packer->do_stylesheet( '' );
85 $packer->minify( \$str, {} );
[all …]
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/
H A Dpack.hpp29 class packer { class
33 ~packer();
129 packer();
166 packer<Stream>::packer(Stream* s) : m_stream(*s) { } in packer() function in msgpack::packer
169 packer<Stream>::packer(Stream& s) : m_stream(s) { } in packer() function in msgpack::packer
172 packer<Stream>::~packer() { } in ~packer()
246 inline packer<Stream>& packer<Stream>::pack_int(int d) in pack_int()
250 inline packer<Stream>& packer<Stream>::pack_long(long d) in pack_long()
284 inline packer<Stream>& packer<Stream>::pack_nil() in pack_nil()
288 inline packer<Stream>& packer<Stream>::pack_true() in pack_true()
[all …]
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dbitmap_packer.c131 int w_orig = packer->w, h_orig = packer->h; in packer_pack()
155 packer->w, packer->h, in packer_pack()
159 packer->used_height = MPMIN(y, packer->h); in packer_pack()
164 packer->result[i].x += packer->padding; in packer_pack()
172 if (packer->w <= packer->h && packer->w != w_max) in packer_pack()
173 packer->w = MPMIN(packer->w * 2, w_max); in packer_pack()
175 packer->h = MPMIN(packer->h * 2, h_max); in packer_pack()
189 packer->asize = MPMAX(packer->asize * 2, size); in packer_set_size()
192 packer->in = talloc_realloc(packer, packer->in, struct pos, packer->asize); in packer_set_size()
193 packer->result = talloc_array_ptrtype(packer, packer->result, in packer_set_size()
[all …]
/dports/textproc/p5-JavaScript-Packer/JavaScript-Packer-2.08/t/
H A D01-interface.t14 my $packer = JavaScript::Packer->init();
21 $packer->no_compress_comment( 1 );
23 $packer->no_compress_comment( 0 );
26 $packer->remove_copyright( 1 );
28 $packer->remove_copyright( 0 );
31 $packer->compress( 'shrink' );
33 $packer->compress( 'foo' );
35 $packer->compress( 'clean' );
42 $packer->copyright( '' );
47 $packer->minify( \$str, {} );
[all …]
H A D02-io.t37 $packer->minify( \$var );
41 $packer->minify( \$var );
45 $packer->copyright( 'BSD' );
46 $packer->minify( \$var );
49 $packer->minify( \$var );
51 $packer->compress( 'best' );
52 $packer->minify( \$var );
55 $packer->minify( \$var );
76 $packer->minify( \$var );
84 $packer->minify( \$var );
[all …]
/dports/textproc/p5-CSS-Packer/CSS-Packer-2.08/t/
H A D01-interface.t14 my $packer = CSS::Packer->init();
21 $packer->no_compress_comment( 1 );
23 $packer->no_compress_comment( 0 );
26 $packer->remove_copyright( 1 );
28 $packer->remove_copyright( 0 );
31 $packer->compress( 'minify' );
33 $packer->compress( 'foo' );
35 $packer->compress( 'pretty' );
42 $packer->copyright( '' );
47 $packer->minify( \$str, {} );
[all …]
H A D02-io.t32 my $packer = CSS::Packer->init();
45 $packer->compress( 'pretty' );
46 $packer->copyright( 'BSD' );
47 $packer->minify( \$var );
49 $packer->compress( 'minify' );
50 $packer->minify( \$var );
53 $packer = CSS::Packer->init();
63 $packer = CSS::Packer->init();
66 $packer->minify( \$var );
83 my $packer = CSS::Packer->init();
[all …]
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/include/msgpack/v1/
H A Dpack.hpp33 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
637 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
638 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
639 packer(); in MSGPACK_API_VERSION_NAMESPACE()
642 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
643 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
832 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
899 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1170 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1178 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/devel/rpclib/rpclib-2.2.1/include/rpc/msgpack/v1/
H A Dpack.hpp32 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
614 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
615 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
616 packer(); in MSGPACK_API_VERSION_NAMESPACE()
619 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
620 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
809 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
864 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1135 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1143 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/
H A Dpack.hpp38 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
127 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
128 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
129 packer(); in MSGPACK_API_VERSION_NAMESPACE()
132 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
133 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
305 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
360 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
631 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
639 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/include/msgpack/v1/
H A Dpack.hpp32 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
614 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
615 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
616 packer(); in MSGPACK_API_VERSION_NAMESPACE()
619 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
620 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
809 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
864 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1135 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1143 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/www/firefox/firefox-99.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp32 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
614 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
615 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
616 packer(); in MSGPACK_API_VERSION_NAMESPACE()
619 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
620 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
809 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
864 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1135 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1143 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp32 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
614 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
615 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
616 packer(); in MSGPACK_API_VERSION_NAMESPACE()
619 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
620 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
809 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
864 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1135 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1143 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp32 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
614 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
615 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
616 packer(); in MSGPACK_API_VERSION_NAMESPACE()
619 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
620 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
809 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
864 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1135 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1143 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/msgpack/include/msgpack/v1/
H A Dpack.hpp32 class packer { in MSGPACK_API_VERSION_NAMESPACE() class
614 packer(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
615 packer& operator=(const packer&); in MSGPACK_API_VERSION_NAMESPACE()
616 packer(); in MSGPACK_API_VERSION_NAMESPACE()
619 packer(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
620 packer& operator=(const packer&) = delete; in MSGPACK_API_VERSION_NAMESPACE()
809 inline packer<Stream>& packer<Stream>::pack_char(char d) in MSGPACK_API_VERSION_NAMESPACE()
864 inline packer<Stream>& packer<Stream>::pack_int(int d) in MSGPACK_API_VERSION_NAMESPACE()
1135 inline packer<Stream>& packer<Stream>::pack_nil() in MSGPACK_API_VERSION_NAMESPACE()
1143 inline packer<Stream>& packer<Stream>::pack_true() in MSGPACK_API_VERSION_NAMESPACE()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/ah/
H A Dcore.py345 packer.pack_array(tr.stats.ah.extras, packer.pack_float)
350 packer.pack_farray(ndata, tr.data, packer.pack_float)
353 packer.pack_farray(ndata, tr.data, packer.pack_double)
359 return packer
395 packer.pack_int(0)
396 packer.pack_int(0)
397 packer.pack_int(0)
435 packer.pack_array(np.zeros(21).tolist(), packer.pack_float)
440 packer.pack_farray(ndata, tr.data, packer.pack_float)
443 packer.pack_farray(ndata, tr.data, packer.pack_double)
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/java/com/wiredtiger/test/
H A DPackTest.java77 packer.addByte((byte)8); in pack01()
91 packer.addByte((byte)8); in pack02()
92 packer.addInt(124); in pack02()
93 packer.addLong(1240978); in pack02()
94 packer.addRecord(5680234); in pack02()
163 packer.addInt(12); in pack06()
196 packer.addByteArray(b0); in pack08()
203 packer.addByteArray(b1); in pack08()
233 packer.addLong(i); in packUnpackNumber01()
254 packer.addLong(val1); in packUnpackNumber02()
[all …]
/dports/comms/soapyremote/SoapyRemote-soapy-remote-0.5.2/server/
H A DClientHandler.cpp78 packer & ex; in handleOnce()
82 packer(); in handleOnce()
151 packer & _uuid; in handleOnce()
192 packer & info; in handleOnce()
248 packer & result; in handleOnce()
657 packer & result; in handleOnce()
689 packer & result; in handleOnce()
971 packer & result; in handleOnce()
1023 packer & result; in handleOnce()
1345 packer & info; in handleOnce()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Archive/
H A Dkrarchandler.cpp254 QStringList packer; in unpack() local
311 packer << "-P" << password; in unpack()
313 packer << QString("-g%1").arg(password); in unpack()
315 packer << QString("-p%1").arg(password); in unpack()
320 proc << packer << archive; in unpack()
369 QStringList packer; in test() local
393 packer << "-P" << password; in test()
402 proc << packer << archive; in test()
436 QStringList packer; in pack() local
477 packer << "-P" << password; in pack()
[all …]
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/test/
H A Dreference.cpp29 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
43 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
90 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
104 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
185 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
202 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
218 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
235 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
287 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
306 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
[all …]
H A Dreference_cpp11.cpp29 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
31 packer.pack_bin(sizeof(c)); in TEST()
42 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
86 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
88 packer.pack_bin(sizeof(c)); in TEST()
99 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
173 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
175 packer.pack_bin(sizeof(c)); in TEST()
188 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
203 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
[all …]
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/test/
H A Dreference.cpp39 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
53 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
100 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
114 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
195 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
212 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
228 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
245 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
297 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
316 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
[all …]
H A Dreference_cpp11.cpp39 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
41 packer.pack_bin(sizeof(c)); in TEST()
52 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
96 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
98 packer.pack_bin(sizeof(c)); in TEST()
109 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
183 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
185 packer.pack_bin(sizeof(c)); in TEST()
198 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
213 msgpack::packer<msgpack::sbuffer> packer(sbuf); in TEST() local
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/filter_nest/
H A Dnest.c170 msgpack_pack_nil(packer);
173 msgpack_pack_str(packer, len);
187 msgpack_pack_str(packer, size);
192 msgpack_pack_str(packer, len);
204 msgpack_pack_str_body(packer, str, len);
430 pack_map(packer, &kv->val, ctx);
463 msgpack_pack_array(packer, 2);
466 msgpack_pack_object(packer, ts);
504 msgpack_pack_array(packer, 2);
507 msgpack_pack_object(packer, ts);
[all …]

12345678910>>...123