Home
last modified time | relevance | path

Searched refs:framing (Results 1 – 25 of 2482) sorted by relevance

12345678910>>...100

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/x-frame-options/
H A Dmultiple.html.ini7 [`ALLOWALL;INVALID` blocks same-origin framing]
13 [`SAMEORIGIN,INVALID` blocks same-origin framing]
16 [`INVALID;allowAll` blocks same-origin framing]
19 [`INVALID,SAMEORIGIN` blocks same-origin framing]
22 [`ALLOWALL,INVALID` blocks same-origin framing]
25 [`INVALID,allowAll` blocks same-origin framing]
28 [`SAMEORIGIN;` blocks same-origin framing]
34 [`INVALID,ALLOWALL` blocks same-origin framing]
46 [`ALLOWALL;` blocks same-origin framing]
91 [`INVALID;` allows same-origin framing]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/x-frame-options/
H A Dmultiple.html.ini7 [`ALLOWALL;INVALID` blocks same-origin framing]
13 [`SAMEORIGIN,INVALID` blocks same-origin framing]
16 [`INVALID;allowAll` blocks same-origin framing]
19 [`INVALID,SAMEORIGIN` blocks same-origin framing]
22 [`ALLOWALL,INVALID` blocks same-origin framing]
25 [`INVALID,allowAll` blocks same-origin framing]
28 [`SAMEORIGIN;` blocks same-origin framing]
34 [`INVALID,ALLOWALL` blocks same-origin framing]
46 [`ALLOWALL;` blocks same-origin framing]
91 [`INVALID;` allows same-origin framing]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/x-frame-options/
H A Dmultiple.html.ini7 [`ALLOWALL;INVALID` blocks same-origin framing]
13 [`SAMEORIGIN,INVALID` blocks same-origin framing]
16 [`INVALID;allowAll` blocks same-origin framing]
19 [`INVALID,SAMEORIGIN` blocks same-origin framing]
22 [`ALLOWALL,INVALID` blocks same-origin framing]
25 [`INVALID,allowAll` blocks same-origin framing]
28 [`SAMEORIGIN;` blocks same-origin framing]
34 [`INVALID,ALLOWALL` blocks same-origin framing]
46 [`ALLOWALL;` blocks same-origin framing]
91 [`INVALID;` allows same-origin framing]
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-wireproto-framing.py7 wireprotoframing as framing, unknown
10 ffs = framing.makeframefromhumanstring
77 stream = framing.stream(1)
96 stream = framing.stream(1)
118 stream = framing.stream(1)
178 stream = framing.stream(1)
192 stream = framing.stream(1)
215 stream = framing.stream(1)
237 stream = framing.stream(1)
259 stream = framing.stream(1)
[all …]
H A Dtest-wireproto-clientreactor.py10 wireprotoframing as framing, unknown
21 ffs = framing.makeframefromhumanstring
28 header = framing.parseheader(frame)
29 payload = frame[framing.FRAME_HEADER_SIZE :]
33 framing.frame(
55 reactor = framing.clientreactor(
86 reactor = framing.clientreactor(
472 reactor = framing.clientreactor(
484 outstream = framing.outputstream(2)
670 reactor = framing.clientreactor(
[all …]
H A Dtest-wireproto-serverreactor.py8 wireprotoframing as framing, unknown
12 ffs = framing.makeframefromhumanstring
28 header = framing.parseheader(frame)
33 framing.frame(
71 stream = framing.stream(1)
91 stream = framing.stream(1)
112 stream = framing.stream(1)
137 stream = framing.stream(1)
511 instream = framing.stream(1)
663 stream = framing.stream(1)
[all …]
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/test/
H A Dwsmaketestframe.py76 … the_frame = websockets.framing.Frame(self.frame.fin, self.frame.opcode, base64.b64encode(olddata))
77 websockets.framing.write_frame(the_frame, self.set_frame_buf, self.mask)
95 flist.append(Testframe(websockets.framing.Frame(1, 1, bytearray("Testit", encoding="utf-8")), "Shor…
101 flist.append(Testframe(websockets.framing.Frame(1, 2, bytearray("Testit", encoding="utf-8")), "Shor…
107 flist.append(Testframe(websockets.framing.Frame(1, 8, bytearray(list([0x03, 0xEB]))), "Close frame …
108 flist.append(Testframe(websockets.framing.Frame(1, 8, bytearray(list([0x03, 0xEB])) + bytearray("I'…
111 flist.append(Testframe(websockets.framing.Frame(1, 1, bytearray("Testit", encoding="utf-8")), "Inva…
112 flist.append(Testframe(websockets.framing.Frame(1, 1, bytearray("..Lore Ipsum", encoding="utf-8")),…
115 frag1 = websockets.framing.Frame(0, 1, bytearray("This is a fragmented websocket...", encoding="utf…
116 frag2 = websockets.framing.Frame(0, 0, bytearray("... and it goes on...", encoding="utf-8"))
[all …]
/dports/audio/ccaudio2/ccaudio2-2.2.0/utils/
H A Dtonetool.cpp42 return new TelTone(key, l, framing); in getTone()
65 timeout_t framing = 20, interdigit = 60; in writeTones() local
110 framing = atoi(*(argv++)); in writeTones()
115 framing = atoi(option + 9); in writeTones()
169 output.create(target, &make, false, framing); in writeTones()
172 output.open(target, Audio::modeWrite, framing); in writeTones()
199 maxframes = maxtime / info.framing; in writeTones()
337 timeout_t framing = 20; in toneDetect() local
358 framing = atoi(*(argv++)); in toneDetect()
363 framing = atoi(option + 9); in toneDetect()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/x-frame-options/
H A Dmultiple.sub.html.ini2 [`XFO: SAMEORIGIN; XFO: DENY` blocks same-origin framing.]
5 [`XFO: DENY; XFO: SAMEORIGIN` blocks same-origin framing.]
8 [`XFO: INVALID; XFO: SAMEORIGIN` blocks same-origin framing.]
11 [`XFO: SAMEORIGIN; XFO: INVALID` blocks same-origin framing.]
14 [`XFO: SAMEORIGIN; XFO: SAMEORIGIN` blocks cross-origin framing.]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/vamp-client/
H A DPiperVampPlugin.h207 if (int(stepSize) == m_config.framing.stepSize && in initialise()
208 int(blockSize) == m_config.framing.blockSize) { in initialise()
222 m_config.framing.stepSize = int(stepSize); in initialise()
223 m_config.framing.blockSize = int(blockSize); in initialise()
235 m_config.framing = response.framing; in initialise()
241 if (m_config.framing.stepSize != int(stepSize) || in initialise()
242 m_config.framing.blockSize != int(blockSize)) { in initialise()
288 return m_config.framing.blockSize; in getPreferredBlockSize()
295 return m_config.framing.stepSize; in getPreferredStepSize()
350 bufferSize = 2 * (m_config.framing.blockSize / 2) + 2; in process()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/gitlab.com/yawning/obfs4.git/transports/obfs4/
H A Dobfs4.go293 encoder *framing.Encoder
294 decoder *framing.Decoder
370 okm := ntor.Kdf(seed, framing.KeyLength*2)
371 conn.encoder = framing.NewEncoder(okm[:framing.KeyLength])
372 conn.decoder = framing.NewDecoder(okm[framing.KeyLength:])
413 okm := ntor.Kdf(seed, framing.KeyLength*2)
414 conn.encoder = framing.NewEncoder(okm[framing.KeyLength:])
415 conn.decoder = framing.NewDecoder(okm[:framing.KeyLength])
456 if err == framing.ErrAgain {
517 var iatFrame [framing.MaximumSegmentLength]byte
[all …]
H A Dpacket.go42 maxPacketPayloadLength = framing.MaximumFramePayloadLength - packetOverhead
46 consumeReadSize = framing.MaximumSegmentLength * 16
73 var pkt [framing.MaximumFramePayloadLength]byte
95 var frame [framing.MaximumSegmentLength]byte
116 var decoded [framing.MaximumFramePayloadLength]byte
121 if err == framing.ErrAgain {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/gitlab.com/yawning/obfs4.git/transports/obfs4/
H A Dobfs4.go293 encoder *framing.Encoder
294 decoder *framing.Decoder
370 okm := ntor.Kdf(seed, framing.KeyLength*2)
371 conn.encoder = framing.NewEncoder(okm[:framing.KeyLength])
372 conn.decoder = framing.NewDecoder(okm[framing.KeyLength:])
413 okm := ntor.Kdf(seed, framing.KeyLength*2)
414 conn.encoder = framing.NewEncoder(okm[framing.KeyLength:])
415 conn.decoder = framing.NewDecoder(okm[:framing.KeyLength])
456 if err == framing.ErrAgain {
517 var iatFrame [framing.MaximumSegmentLength]byte
[all …]
H A Dpacket.go42 maxPacketPayloadLength = framing.MaximumFramePayloadLength - packetOverhead
46 consumeReadSize = framing.MaximumSegmentLength * 16
73 var pkt [framing.MaximumFramePayloadLength]byte
95 var frame [framing.MaximumSegmentLength]byte
116 var decoded [framing.MaximumFramePayloadLength]byte
121 if err == framing.ErrAgain {
/dports/security/obfs4proxy-tor/transports/obfs4/
H A Dobfs4.go293 encoder *framing.Encoder
294 decoder *framing.Decoder
370 okm := ntor.Kdf(seed, framing.KeyLength*2)
371 conn.encoder = framing.NewEncoder(okm[:framing.KeyLength])
372 conn.decoder = framing.NewDecoder(okm[framing.KeyLength:])
413 okm := ntor.Kdf(seed, framing.KeyLength*2)
414 conn.encoder = framing.NewEncoder(okm[framing.KeyLength:])
415 conn.decoder = framing.NewDecoder(okm[:framing.KeyLength])
456 if err == framing.ErrAgain {
517 var iatFrame [framing.MaximumSegmentLength]byte
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/obfs4.git/transports/obfs4/
H A Dobfs4.go293 encoder *framing.Encoder
294 decoder *framing.Decoder
370 okm := ntor.Kdf(seed, framing.KeyLength*2)
371 conn.encoder = framing.NewEncoder(okm[:framing.KeyLength])
372 conn.decoder = framing.NewDecoder(okm[framing.KeyLength:])
413 okm := ntor.Kdf(seed, framing.KeyLength*2)
414 conn.encoder = framing.NewEncoder(okm[framing.KeyLength:])
415 conn.decoder = framing.NewDecoder(okm[:framing.KeyLength])
456 if err == framing.ErrAgain {
517 var iatFrame [framing.MaximumSegmentLength]byte
[all …]
H A Dpacket.go42 maxPacketPayloadLength = framing.MaximumFramePayloadLength - packetOverhead
46 consumeReadSize = framing.MaximumSegmentLength * 16
73 var pkt [framing.MaximumFramePayloadLength]byte
95 var frame [framing.MaximumSegmentLength]byte
116 var decoded [framing.MaximumFramePayloadLength]byte
121 if err == framing.ErrAgain {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/obfs4.git/transports/obfs4/
H A Dobfs4.go293 encoder *framing.Encoder
294 decoder *framing.Decoder
370 okm := ntor.Kdf(seed, framing.KeyLength*2)
371 conn.encoder = framing.NewEncoder(okm[:framing.KeyLength])
372 conn.decoder = framing.NewDecoder(okm[framing.KeyLength:])
413 okm := ntor.Kdf(seed, framing.KeyLength*2)
414 conn.encoder = framing.NewEncoder(okm[framing.KeyLength:])
415 conn.decoder = framing.NewDecoder(okm[:framing.KeyLength])
456 if err == framing.ErrAgain {
517 var iatFrame [framing.MaximumSegmentLength]byte
[all …]
H A Dpacket.go42 maxPacketPayloadLength = framing.MaximumFramePayloadLength - packetOverhead
46 consumeReadSize = framing.MaximumSegmentLength * 16
73 var pkt [framing.MaximumFramePayloadLength]byte
95 var frame [framing.MaximumSegmentLength]byte
116 var decoded [framing.MaximumFramePayloadLength]byte
121 if err == framing.ErrAgain {
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/liquid-dsp/
H A Dmakefile.mingw32622 src/framing/src/msourcecf.o \
631 src/framing/src/qpilotgen.o \
639 src/framing/src/bpresync_cccf.o : %.o : %.c $(include_headers) src/framing/src/bpresync.c
640 src/framing/src/bsync_rrrf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
641 src/framing/src/bsync_crcf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
642 src/framing/src/bsync_cccf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
652 src/framing/src/msourcecf.o : %.o : %.c $(include_headers) src/framing/src/msource.c src/fr…
655 src/framing/src/presync_cccf.o : %.o : %.c $(include_headers) src/framing/src/presync.c
657 src/framing/src/symstreamcf.o : %.o : %.c $(include_headers) src/framing/src/symstream.c
658 src/framing/src/symstreamrcf.o : %.o : %.c $(include_headers) src/framing/src/symstreamr.c
[all …]
H A Dmakefile.mingw64622 src/framing/src/msourcecf.o \
631 src/framing/src/qpilotgen.o \
639 src/framing/src/bpresync_cccf.o : %.o : %.c $(include_headers) src/framing/src/bpresync.c
640 src/framing/src/bsync_rrrf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
641 src/framing/src/bsync_crcf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
642 src/framing/src/bsync_cccf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
652 src/framing/src/msourcecf.o : %.o : %.c $(include_headers) src/framing/src/msource.c src/fr…
655 src/framing/src/presync_cccf.o : %.o : %.c $(include_headers) src/framing/src/presync.c
657 src/framing/src/symstreamcf.o : %.o : %.c $(include_headers) src/framing/src/symstream.c
658 src/framing/src/symstreamrcf.o : %.o : %.c $(include_headers) src/framing/src/symstreamr.c
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/
H A Dmakefile.in609 src/framing/src/msourcecf.o \
617 src/framing/src/qpilotgen.o \
625 src/framing/src/bpresync_cccf.o : %.o : %.c $(include_headers) src/framing/src/bpresync.c
626 src/framing/src/bsync_rrrf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
627 src/framing/src/bsync_crcf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
628 src/framing/src/bsync_cccf.o : %.o : %.c $(include_headers) src/framing/src/bsync.c
638 src/framing/src/msourcecf.o : %.o : %.c $(include_headers) src/framing/src/msource.c src/fr…
641 src/framing/src/presync_cccf.o : %.o : %.c $(include_headers) src/framing/src/presync.c
643 src/framing/src/symstreamcf.o : %.o : %.c $(include_headers) src/framing/src/symstream.c
644 src/framing/src/symtrack_cccf.o : %.o : %.c $(include_headers) src/framing/src/symtrack.c
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/vamp-support/
H A DLoaderRequests.h140 if (req.configuration.framing.stepSize == 0 || in configurePlugin()
141 req.configuration.framing.blockSize == 0) { in configurePlugin()
150 req.configuration.framing.stepSize, in configurePlugin()
151 req.configuration.framing.blockSize)) { in configurePlugin()
158 response.framing = req.configuration.framing; in configurePlugin()
204 response.framing = pluginPreferredFraming; in configurePlugin()
/dports/sysutils/flowgger/flowgger-0.2.10/src/flowgger/input/tcp/
H A Dmod.rs17 framing: String, field
48 let framing = if config.lookup("input.framed").map_or(false, |x| { in config_parse() localVariable
55 let framing = config in config_parse() localVariable
57 .map_or(framing, |x| { in config_parse()
62 let tcp_config = TcpConfig { framing, threads }; in config_parse()
/dports/audio/libogg/libogg-1.3.5/src/
H A DMakefile.in137 am_libogg_la_OBJECTS = framing.lo bitwise.lo
175 ./$(DEPDIR)/test_framing-framing.Po
364 test_framing_SOURCES = framing.c crctable.h
507 test_framing-framing.o: framing.c
509 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_framing-framing.Tpo $(DEPDIR)/test_framing-framing.…
514 test_framing-framing.obj: framing.c
516 …depCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_framing-framing.Tpo $(DEPDIR)/test_framing-framing.…
656 -rm -f ./$(DEPDIR)/framing.Plo
658 -rm -f ./$(DEPDIR)/test_framing-framing.Po
705 -rm -f ./$(DEPDIR)/framing.Plo
[all …]

12345678910>>...100