Home
last modified time | relevance | path

Searched refs:chunk4 (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/mime/
H A DIEContentAnalyzer.php561 $chunk4 = substr( $chunk, 0, 4 );
563 if ( $chunk4 == '%PDF' ) {
588 $chunk4 = substr( $chunk, 0, 4 );
605 if ( $chunk4 == 'RIFF'
612 if ( $chunk4 == ".sd\000"
613 || $chunk4 == ".snd"
614 || $chunk4 == "\000ds."
615 || $chunk4 == "dns."
636 if ( $chunk4 == 'MROF' ) {
646 if ( $chunk4 == "\x00\x00\x01\xb3" || $chunk4 == "\x00\x00\x01\xba" ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/mime/
H A DIEContentAnalyzer.php561 $chunk4 = substr( $chunk, 0, 4 );
563 if ( $chunk4 == '%PDF' ) {
588 $chunk4 = substr( $chunk, 0, 4 );
605 if ( $chunk4 == 'RIFF'
612 if ( $chunk4 == ".sd\000"
613 || $chunk4 == ".snd"
614 || $chunk4 == "\000ds."
615 || $chunk4 == "dns."
636 if ( $chunk4 == 'MROF' ) {
646 if ( $chunk4 == "\x00\x00\x01\xb3" || $chunk4 == "\x00\x00\x01\xba" ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/mime/
H A DIEContentAnalyzer.php561 $chunk4 = substr( $chunk, 0, 4 );
563 if ( $chunk4 == '%PDF' ) {
588 $chunk4 = substr( $chunk, 0, 4 );
605 if ( $chunk4 == 'RIFF'
612 if ( $chunk4 == ".sd\000"
613 || $chunk4 == ".snd"
614 || $chunk4 == "\000ds."
615 || $chunk4 == "dns."
636 if ( $chunk4 == 'MROF' ) {
646 if ( $chunk4 == "\x00\x00\x01\xb3" || $chunk4 == "\x00\x00\x01\xba" ) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/
H A DSafeChunkyInputOutputStreamTest.java104 byte[] chunk4 = getRandomString().getBytes(); in testFailure()
125 output.write(chunk4); in testFailure()
146 byte[] read4 = new byte[chunk4.length]; in testFailure()
152 assertEquals(chunk4.length, input.read(read4)); in testFailure()
158 assertTrue(compare(chunk4, read4)); in testFailure()
199 byte[] chunk4 = getRandomString().getBytes(); in testSimple()
208 output.write(chunk4); in testSimple()
219 byte[] read4 = new byte[chunk4.length]; in testSimple()
224 assertEquals(chunk4.length, input.read(read4)); in testSimple()
229 assertTrue(compare(chunk4, read4)); in testSimple()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/plugins/logs/
H A Dplugin_test.go57 chunk4 := <-fixture.server.ch
63 …if len(chunk1) != expLen1 || len(chunk2) != expLen2 || len((chunk3)) != expLen3 || len(chunk4) != …
64 …%v and %v", expLen1, expLen2, expLen3, expLen4, len(chunk1), len(chunk2), len(chunk3), len(chunk4))
83 if !reflect.DeepEqual(chunk4[expLen4-1], exp) {
84 t.Fatalf("Expected %+v but got %+v", exp, chunk4[expLen4-1])
126 chunk4 := <-fixture.server.ch
132 …if len(chunk1) != expLen1 || len(chunk2) != expLen2 || len((chunk3)) != expLen3 || len(chunk4) != …
133 …%v and %v", expLen1, expLen2, expLen3, expLen4, len(chunk1), len(chunk2), len(chunk3), len(chunk4))
152 if !reflect.DeepEqual(chunk4[expLen4-1], exp) {
153 t.Fatalf("Expected %+v but got %+v", exp, chunk4[expLen4-1])
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/nd/
H A DLargeBlockTest.java205 long chunk4 = mallocChunks(1); in testRemoveFreeSpaceNodeFromDuplicateList() local
215 free(chunk4); in testRemoveFreeSpaceNodeFromDuplicateList()
233 long chunk4 = mallocChunks(1); in testRemoveFreeSpaceNodeFromTrieWithDuplicates() local
243 free(chunk4); in testRemoveFreeSpaceNodeFromTrieWithDuplicates()
304 long chunk4 = mallocChunks(5); in testTriesOfVariousSize() local
318 free(chunk4); in testTriesOfVariousSize()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/querier/batch/
H A Dmerge_test.go17 chunk4 := mkGenericChunk(t, model.TimeFromUnix(75), 100, enc)
20 iter := newMergeIterator([]GenericChunk{chunk1, chunk2, chunk3, chunk4, chunk5})
23 iter = newMergeIterator([]GenericChunk{chunk1, chunk2, chunk3, chunk4, chunk5})
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/ctags/
H A Dide-ctags-completion-item.c107 g_autoptr(IdeSnippetChunk) chunk4 = ide_snippet_chunk_new (); in ide_ctags_completion_item_get_snippet()
119 ide_snippet_chunk_set_spec (chunk4, ")"); in ide_ctags_completion_item_get_snippet()
123 ide_snippet_add_chunk (ret, chunk4); in ide_ctags_completion_item_get_snippet()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/plugins/logs/
H A Dplugin_test.go221 chunk4 := <-fixture.server.ch
227 …if len(chunk1) != expLen1 || len(chunk2) != expLen2 || len(chunk3) != expLen3 || len(chunk4) != ex…
228 …%v and %v", expLen1, expLen2, expLen3, expLen4, len(chunk1), len(chunk2), len(chunk3), len(chunk4))
254 if !reflect.DeepEqual(chunk4[expLen4-1], exp) {
255 t.Fatalf("Expected %+v but got %+v", exp, chunk4[expLen4-1])
298 chunk4 := <-fixture.server.ch
304 …if len(chunk1) != expLen1 || len(chunk2) != expLen2 || len((chunk3)) != expLen3 || len(chunk4) != …
305 …%v and %v", expLen1, expLen2, expLen3, expLen4, len(chunk1), len(chunk2), len(chunk3), len(chunk4))
325 if !reflect.DeepEqual(chunk4[expLen4-1], exp) {
326 t.Fatalf("Expected %+v but got %+v", exp, chunk4[expLen4-1])
/dports/www/p5-HTTP-Lite/HTTP-Lite-2.44/t/data/HTTP-Lite-Tests/
H A Dchunked.cgi11 echo chunk4
H A Dchunked2.cgi15 echo -n chunk4
H A Dchunked3.cgi15 echo -n chunk4
H A Dchunked4.cgi15 echo -n chunk4
H A Dchunked5.cgi15 echo -n chunk4
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/websockets/
H A Dwebsocket_message_chunk_accumulator_test.cc95 Vector<char> chunk4(kSegmentSize * 3 - 12, 'd'); in TEST_F() local
126 chunks.Append(base::make_span(chunk4)); in TEST_F()
127 expected.AppendVector(chunk4); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/websockets/
H A Dwebsocket_message_chunk_accumulator_test.cc95 Vector<char> chunk4(kSegmentSize * 3 - 12, 'd'); in TEST_F() local
126 chunks.Append(base::make_span(chunk4)); in TEST_F()
127 expected.AppendVector(chunk4); in TEST_F()
/dports/editors/xi-core/xi-editor-0.3.0/rust/rope/src/
H A Dcompare.rs507 let chunk4 = Rope::from("aaaaaabaaaaaaaaa"); in scanner_forward_simple() localVariable
524 let mut scanner = RopeScanner::new(&rope, &chunk4); in scanner_forward_simple()
535 let chunk4 = Rope::from("aaaaaabaaaaaaaaa"); in scanner_backward_simple() localVariable
552 let mut scanner = RopeScanner::new(&rope, &chunk4); in scanner_backward_simple()
553 assert_eq!(scanner.find_ne_char_back(rope.len(), chunk4.len(), None), 9); in scanner_backward_simple()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/crash/core/common/
H A Dcrash_key_breakpad_unittest.cc109 std::string chunk4(240, 'D'); in TEST_F() local
111 key.Set(chunk4.c_str()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/crash/core/common/
H A Dcrash_key_breakpad_unittest.cc109 std::string chunk4(240, 'D'); in TEST_F() local
111 key.Set(chunk4.c_str()); in TEST_F()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dcatalog_cache_refresh_test.cpp107 ChunkType chunk4(kNss, in TEST_F() local
116 chunk4.toConfigBSON()}; in TEST_F()
289 ChunkType chunk4(kNss, in TEST_F() local
296 chunk2.toConfigBSON(), chunk3.toConfigBSON(), chunk4.toConfigBSON()}; in TEST_F()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/avx/
H A Davx64_utils.rs126 let chunk4 = [rows4[1], rows4[2]]; localVariable
131 let transposed4 = transpose_2x2_f64(chunk4);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/compositing/
H A Dchunk_to_layer_mapper_test.cc179 auto chunk4 = Chunk(PropertyTreeState(LayerState().Transform(), in TEST_F() local
206 mapper.SwitchToChunk(chunk4); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/compositing/
H A Dchunk_to_layer_mapper_test.cc179 auto chunk4 = Chunk(PropertyTreeState(LayerState().Transform(), in TEST_F() local
206 mapper.SwitchToChunk(chunk4); in TEST_F()
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/io/_metar_parser/
H A Dmetar_parser.py848 chunk4, max4 = None, self._offset + 3
850 chunk4 = self._input[self._offset:max4]
851 if chunk4 == 'VRB':
1124 if chunk4 is not None and Grammar.REGEX_16.search(chunk4):
1284 if chunk4 == 'NDV':
1736 if chunk4 is not None and Grammar.REGEX_33.search(chunk4):
1886 if chunk4 is not None and Grammar.REGEX_38.search(chunk4):
2460 chunk4, max4 = None, self._offset + 2
2463 if chunk4 == 'BC':
3038 if chunk4 == 'VV':
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dchunks.c143 static uint8 chunk4[4] = { 100, 101, 102, 103}; variable
1095 ret = HMCwriteChunk(aid1, dims, chunk4); in test_chunks()
1320 if (inbuf[i] != chunk4[i]) in test_chunks()
1322 printf("Wrong data at %d, out %d in %d\n", i, chunk4[i], inbuf[i]); in test_chunks()
2215 ret = HMCwriteChunk(aid1, dims, chunk4); in test_chunks()
2440 if (inbuf[i] != chunk4[i]) in test_chunks()
2442 printf("Wrong data at %d, out %d in %d\n", i, chunk4[i], inbuf[i]); in test_chunks()

12