Home
last modified time | relevance | path

Searched refs:StreamVersion (Results 1 – 25 of 110) sorted by relevance

12345

/dports/net-im/p5-DJabberd/DJabberd-0.85/t/
H A Dversions.t5 use DJabberd::StreamVersion;
9 $ver = DJabberd::StreamVersion->new("1.0");
13 my $ver12 = DJabberd::StreamVersion->new("1.2");
14 my $ver21 = DJabberd::StreamVersion->new("2.1");
26 my $veremp = DJabberd::StreamVersion->new("");
29 my $ver09 = DJabberd::StreamVersion->new("0.9");
/dports/audio/easytag/easytag-2.4.3/src/tags/libapetag/
H A Dinfo_mpc.c155 stream_info->StreamVersion = header_buffer[0] >> 24; in info_mpc_read()
157 if (stream_info->StreamVersion >= 7) in info_mpc_read()
221 stream_info->StreamVersion = (header_buffer[0] >> 11) & 0x03FF; in info_mpc_read()
235 if (stream_info->StreamVersion >= 5) in info_mpc_read()
247 if (Info->StreamVersion == 7) in info_mpc_read()
256 if (stream_info->StreamVersion < 6) // Bugfix: last frame was invalid for up to SV5 in info_mpc_read()
H A Dinfo_mpc.h52 unsigned int StreamVersion; /**< Streamversion of current file */ member
/dports/net-im/p5-DJabberd/DJabberd-0.85/lib/DJabberd/
H A DStreamStart.pm4 use DJabberd::StreamVersion;
21 $ver = DJabberd::StreamVersion->new($version_attr->{Value});
23 $ver = DJabberd::StreamVersion->none;
H A DStreamVersion.pm3 package DJabberd::StreamVersion;
61 $other = DJabberd::StreamVersion->new($other) unless ref $other;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSectionXmlInfo.cs25 StreamVersion = streamVersion; in SectionXmlInfo()
35 internal object StreamVersion { get; set; } property in System.Configuration.SectionXmlInfo
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/
H A DXmppClientConnection.cs954 if (StreamVersion != null) in SendStreamHeader()
955 sb.Append(" version='" + StreamVersion + "'"); in SendStreamHeader()
1205 if (this.StreamVersion != null && this.StreamVersion.StartsWith("1.")) in OnRegisterResult()
1392 if (this.StreamVersion != null && this.StreamVersion.StartsWith("1.")) in StreamParserOnStreamStart()
1410 if (this.StreamVersion == null) in StreamParserOnStreamStart()
/dports/games/pioneer/pioneer-20210723/src/scenegraph/
H A DSerializer.cpp15 section.SetStreamVersion(StreamVersion()); in RdSection()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmpcdec/
H A Dmpc_decoder.c242 d->StreamVersion = 0; in mpc_decoder_reset_globals()
272 switch (d->StreamVersion) { in mpc_decoder_decode_frame()
315 switch (d->StreamVersion) { in mpc_decoder_decode_internal()
339 if (d->DecodedFrames == d->OverallFrames && d->StreamVersion >= 6) { in mpc_decoder_decode_internal()
1128 d->StreamVersion = 0; in mpc_decoder_setup()
1154 switch ( d->StreamVersion ) { // setting position to the beginning of the data-bitstream in get_initial_fpos()
1169 d->StreamVersion = si->stream_version; in mpc_decoder_set_streaminfo()
1254 if (d->StreamVersion >= 7) { in mpc_decoder_seek_sample()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkInteractorEventRecorder.cxx26 float vtkInteractorEventRecorder::StreamVersion = 1.0f; member in vtkInteractorEventRecorder
143 << vtkInteractorEventRecorder::StreamVersion << "\n"; in Record()
H A DvtkInteractorEventRecorder.h121 static float StreamVersion; variable
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmpcdec/mpcdec/
H A Ddecoder.h81 mpc_uint32_t StreamVersion; // version of bitstream member
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkInteractorEventRecorder.h148 static float StreamVersion; variable
H A DvtkInteractorEventRecorder.cxx29 float vtkInteractorEventRecorder::StreamVersion = 1.1f; member in vtkInteractorEventRecorder
148 *this->OutputStream << "# StreamVersion " << vtkInteractorEventRecorder::StreamVersion in Record()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkInteractorEventRecorder.h148 static float StreamVersion; variable
H A DvtkInteractorEventRecorder.cxx28 float vtkInteractorEventRecorder::StreamVersion = 1.1f; member in vtkInteractorEventRecorder
151 << vtkInteractorEventRecorder::StreamVersion << "\n"; in Record()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DSectionXmlInfo.cs71 internal object StreamVersion { property in System.Configuration.SectionXmlInfo
/dports/lang/fpc-utils/fpc-3.2.2/rtl/netware/
H A Dstreams.imp17 StreamVersion,
/dports/lang/fpc-source/fpc-3.2.2/rtl/netware/
H A Dstreams.imp17 StreamVersion,
/dports/lang/fpc/fpc-3.2.2/rtl/netware/
H A Dstreams.imp17 StreamVersion,
/dports/editors/fpc-ide/fpc-3.2.2/rtl/netware/
H A Dstreams.imp17 StreamVersion,
/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Dmusepack_header.c46 ETFileInfo->version = Info.StreamVersion; in et_mpc_header_read_file_info()
/dports/lang/fpc-utils/fpc-3.2.2/utils/fppkg/examples/
H A Drep2xml.lpr116 P2.LoadFromStream(S,StreamVersion);
147 P2.LoadFromStream(S,StreamVersion);
/dports/lang/fpc-source/fpc-3.2.2/utils/fppkg/examples/
H A Drep2xml.lpr116 P2.LoadFromStream(S,StreamVersion);
147 P2.LoadFromStream(S,StreamVersion);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/iot/
H A Dapi_op_CreateStream.go69 StreamVersion *int32 member

12345