Home
last modified time | relevance | path

Searched refs:streamB (Results 1 – 17 of 17) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/bug/Swift/
H A DBug38Test.php119 $streamB = new Swift_ByteStream_ArrayByteStream();
122 $message->toByteStream($streamB);
125 $this->assertPatternInStream($pattern, $streamB);
147 $streamB = new Swift_ByteStream_ArrayByteStream();
178 $message->toByteStream($streamB);
181 $this->assertPatternInStream($pattern, $streamB);
/dports/audio/py-music21/music21-7.1.0/music21/tree/
H A D__init__.py91 streamB = converter.parse('tinynotation: 2/4 C#2 G# E# D#')
93 streamB.makeMeasures(inPlace=True)
101 for x in streamB:
/dports/lang/smalltalk/smalltalk-3.2.5/tests/
H A Dstreams.st33 | concat streamA streamB |
35 streamB := '456' readStream.
36 concat := streamA, streamB.
/dports/graphics/poppler/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc207 Stream *streamB = objB->getStream(); in compareObjects() local
208 if (!compareDictionaries(streamA->getDict(), streamB->getDict())) { in compareObjects()
213 streamB->reset(); in compareObjects()
216 if (c != streamB->getChar()) { in compareObjects()
/dports/graphics/poppler-qt5/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc207 Stream *streamB = objB->getStream(); in compareObjects() local
208 if (!compareDictionaries(streamA->getDict(), streamB->getDict())) { in compareObjects()
213 streamB->reset(); in compareObjects()
216 if (c != streamB->getChar()) { in compareObjects()
/dports/graphics/poppler-glib/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc207 Stream *streamB = objB->getStream(); in compareObjects() local
208 if (!compareDictionaries(streamA->getDict(), streamB->getDict())) { in compareObjects()
213 streamB->reset(); in compareObjects()
216 if (c != streamB->getChar()) { in compareObjects()
/dports/graphics/poppler-utils/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc207 Stream *streamB = objB->getStream(); in compareObjects() local
208 if (!compareDictionaries(streamA->getDict(), streamB->getDict())) { in compareObjects()
213 streamB->reset(); in compareObjects()
216 if (c != streamB->getChar()) { in compareObjects()
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dvariant.py1419 def _mergeVariants(streamA, streamB, *, variantName=None, inPlace=False): argument
1495 or streamB.getElementsByClass('Measure')
1496 or streamB.getElementsByClass('Part')):
1501 if streamA.highestTime != streamB.highestTime:
1515 streamBNotes = streamB.flatten().notesAndRests
1526 == streamBNotes[j].getOffsetBySite(streamB.flatten())):
1532 variantStart = streamBNotes[j].getOffsetBySite(streamB.flatten())
1544 streamB,
1559 > streamBNotes[j].getOffsetBySite(streamB.flatten())):
1561 variantStart = streamBNotes[j].getOffsetBySite(streamB.flatten())
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/FFmpeg/
H A DFFmpegFile.cpp705 const AVStream* streamB) in CheckStreamPropertiesMatch() argument
709 const AVCodecContext* codecB = streamB->codec; in CheckStreamPropertiesMatch()
712 const AVCodecParameters* codecB = streamB->codecpar; in CheckStreamPropertiesMatch()
744 (streamA->sample_aspect_ratio.num == streamB->sample_aspect_ratio.num) && in CheckStreamPropertiesMatch()
746 (streamA->time_base.num == streamB->time_base.num) && in CheckStreamPropertiesMatch()
747 (streamA->time_base.den == streamB->time_base.den) && in CheckStreamPropertiesMatch()
748 (streamA->start_time == streamB->start_time) && in CheckStreamPropertiesMatch()
749 (streamA->duration == streamB->duration) && in CheckStreamPropertiesMatch()
750 (streamA->nb_frames == streamB->nb_frames) && in CheckStreamPropertiesMatch()
751 (streamA->r_frame_rate.num == streamB->r_frame_rate.num) && in CheckStreamPropertiesMatch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/merge2/
H A DREADME.md82 const streamB = merge2(stream3, [stream4, stream5])
83 const stream = merge2(streamA, streamB)
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/merge2/
H A DREADME.md82 const streamB = merge2(stream3, [stream4, stream5])
83 const stream = merge2(streamA, streamB)
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/merge2/
H A DREADME.md82 const streamB = merge2(stream3, [stream4, stream5])
83 const stream = merge2(streamA, streamB)
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/merge2/
H A DREADME.md82 const streamB = merge2(stream3, [stream4, stream5])
83 const stream = merge2(streamA, streamB)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Tutorials/A-Practical-Guide/
H A DPG_05_Math_on_Patterns.schelp49 ….x streamB::, the first value of streamA is added to every value of streamB in succession, then th…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/merge-stream/
H A DREADME.md49 // stream.add(streamB);
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/merge-stream/
H A DREADME.md49 // stream.add(streamB);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/merge-stream/
H A DREADME.md49 // stream.add(streamB);