Home
last modified time | relevance | path

Searched refs:media_types (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/multimedia/pitivi/pitivi-0.999/pitivi/timeline/
H A Dlayer.py217 def update(self, media_types): argument
220 if media_types & GES.TrackType.VIDEO:
255 self.media_types = GES.TrackType(0)
294 old_media_types = self.media_types
295 self.media_types = GES.TrackType(0)
302 self.media_types |= track.props.track_type
307 … if not (self.media_types & GES.TrackType.AUDIO) and not (self.media_types & GES.TrackType.VIDEO):
309 self.media_types = GES.TrackType.VIDEO
312 if self.media_types & GES.TrackType.AUDIO:
314 if self.media_types & GES.TrackType.VIDEO:
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/
H A Dreport4.php58 $media_types = []; variable
62 $media_types[$media_type_data['mediatypeid']] = $media_type_data['description'];
68 if (zbx_empty($media_types)) {
89 foreach ($media_types as $media_type_id => $media_type_description) {
94 unset($media_types[$media_type_id]);
235 foreach ($media_types as $media_type_nr => $mt) {
277 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/
H A Dreport4.php58 $media_types = []; variable
62 $media_types[$media_type_data['mediatypeid']] = $media_type_data['description'];
68 if (zbx_empty($media_types)) {
89 foreach ($media_types as $media_type_id => $media_type_description) {
94 unset($media_types[$media_type_id]);
235 foreach ($media_types as $media_type_nr => $mt) {
277 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/
H A Dreport4.php58 $media_types = []; variable
62 $media_types[$media_type_data['mediatypeid']] = $media_type_data['description'];
68 if (zbx_empty($media_types)) {
89 foreach ($media_types as $media_type_id => $media_type_description) {
94 unset($media_types[$media_type_id]);
235 foreach ($media_types as $media_type_nr => $mt) {
277 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/
H A Dreport4.php58 $media_types = []; variable
62 $media_types[$media_type_data['mediatypeid']] = $media_type_data['description'];
68 if (zbx_empty($media_types)) {
89 foreach ($media_types as $media_type_id => $media_type_description) {
94 unset($media_types[$media_type_id]);
235 foreach ($media_types as $media_type_nr => $mt) {
277 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/
H A Dreport4.php58 $media_types = []; variable
62 $media_types[$media_type_data['mediatypeid']] = $media_type_data['description'];
68 if (zbx_empty($media_types)) {
89 foreach ($media_types as $media_type_id => $media_type_description) {
94 unset($media_types[$media_type_id]);
235 foreach ($media_types as $media_type_nr => $mt) {
277 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/
H A Dreport4.php58 $media_types = []; variable
66 $media_types[$mediatypeid] = $db_media_type['description'];
72 if (zbx_empty($media_types)) {
93 foreach ($media_types as $media_type_id => $media_type_description) {
98 unset($media_types[$media_type_id]);
243 foreach ($media_types as $media_type_nr => $mt) {
285 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/
H A Dreport4.php58 $media_types = []; variable
66 $media_types[$mediatypeid] = $db_media_type['description'];
72 if (zbx_empty($media_types)) {
93 foreach ($media_types as $media_type_id => $media_type_description) {
98 unset($media_types[$media_type_id]);
243 foreach ($media_types as $media_type_nr => $mt) {
285 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/
H A Dreport4.php58 $media_types = []; variable
66 $media_types[$mediatypeid] = $db_media_type['description'];
72 if (zbx_empty($media_types)) {
93 foreach ($media_types as $media_type_id => $media_type_description) {
98 unset($media_types[$media_type_id]);
243 foreach ($media_types as $media_type_nr => $mt) {
285 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/
H A Dreport4.php58 $media_types = []; variable
66 $media_types[$mediatypeid] = $db_media_type['description'];
72 if (zbx_empty($media_types)) {
93 foreach ($media_types as $media_type_id => $media_type_description) {
98 unset($media_types[$media_type_id]);
243 foreach ($media_types as $media_type_nr => $mt) {
285 foreach ($media_types as $id => $description) {
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/
H A Dreport4.php58 $media_types = []; variable
66 $media_types[$mediatypeid] = $db_media_type['description'];
72 if (zbx_empty($media_types)) {
93 foreach ($media_types as $media_type_id => $media_type_description) {
98 unset($media_types[$media_type_id]);
243 foreach ($media_types as $media_type_nr => $mt) {
285 foreach ($media_types as $id => $description) {
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/lib/RDF/Trine/
H A DSerializer.pm35 our %media_types;
122 while (my($type, $sclass) = each(%media_types)) {
157 if (defined($stype) and my $sclass = $media_types{ $stype }) {
170 sub media_types { subroutine
174 while (my($type, $sclass) = each(%media_types)) {
H A DParser.pm51 our %media_types;
90 sub media_types { subroutine
93 foreach my $type (keys %media_types) {
94 my $class = $media_types{ $type };
110 my $class = $media_types{ $type };
217 my $pclass = $media_types{ $type };
273 my @types = keys %{ { map { $_ => 1 } values %media_types } };
346 my $pclass = $media_types{ $type };
402 my @types = keys %{ { map { $_ => 1 } values %media_types } };
574 my $accept = join(',', map { /(turtle|rdf[+]xml)/ ? "$_;q=1.0" : "$_;q=0.9" } keys %media_types);
/dports/devel/py-oci/oci-2.53.1/src/oci/waas/models/
H A Dprotection_settings.py489 def media_types(self): member in ProtectionSettings
521 @media_types.setter
522 def media_types(self, media_types): argument
552 self._media_types = media_types
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-attachments-controller.php77 $media_types = $this->get_media_types();
79 if ( ! empty( $request['media_type'] ) && isset( $media_types[ $request['media_type'] ] ) ) {
80 $query_args['post_mime_type'] = $media_types[ $request['media_type'] ];
85 …if ( isset( $media_types[ $parts[0] ] ) && in_array( $request['mime_type'], $media_types[ $parts[0…
1148 $media_types = $this->get_media_types();
1154 'enum' => array_keys( $media_types ),
1240 $media_types = array();
1245 if ( ! isset( $media_types[ $parts[0] ] ) ) {
1246 $media_types[ $parts[0] ] = array();
1249 $media_types[ $parts[0] ][] = $mime_type;
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/rest-api/endpoints/
H A Dclass-wp-rest-attachments-controller.php77 $media_types = $this->get_media_types();
79 if ( ! empty( $request['media_type'] ) && isset( $media_types[ $request['media_type'] ] ) ) {
80 $query_args['post_mime_type'] = $media_types[ $request['media_type'] ];
85 …if ( isset( $media_types[ $parts[0] ] ) && in_array( $request['mime_type'], $media_types[ $parts[0…
1148 $media_types = $this->get_media_types();
1154 'enum' => array_keys( $media_types ),
1240 $media_types = array();
1245 if ( ! isset( $media_types[ $parts[0] ] ) ) {
1246 $media_types[ $parts[0] ] = array();
1249 $media_types[ $parts[0] ][] = $mime_type;
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp.h182 guint32 media_types; member
206 guint32 media_types,
217 guint32 media_types,
226 guint32 media_types, void *data);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp.h182 guint32 media_types; member
206 guint32 media_types,
217 guint32 media_types,
226 guint32 media_types, void *data);
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp.h182 guint32 media_types; member
206 guint32 media_types,
217 guint32 media_types,
226 guint32 media_types, void *data);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtp.h182 guint32 media_types; member
206 guint32 media_types,
217 guint32 media_types,
226 guint32 media_types, void *data);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_base.cc95 std::vector<content::DesktopMediaID::Type> media_types; in Execute() local
102 media_types.push_back(content::DesktopMediaID::TYPE_SCREEN); in Execute()
106 media_types.push_back(content::DesktopMediaID::TYPE_WINDOW); in Execute()
110 media_types.push_back(content::DesktopMediaID::TYPE_WEB_CONTENTS); in Execute()
135 picker_controller_->Show(picker_params, std::move(media_types), in Execute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_base.cc95 std::vector<content::DesktopMediaID::Type> media_types; in Execute() local
102 media_types.push_back(content::DesktopMediaID::TYPE_SCREEN); in Execute()
106 media_types.push_back(content::DesktopMediaID::TYPE_WINDOW); in Execute()
110 media_types.push_back(content::DesktopMediaID::TYPE_WEB_CONTENTS); in Execute()
135 picker_controller_->Show(picker_params, std::move(media_types), in Execute()
/dports/www/py-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/
H A Dutils.py376 media_types = [parser.media_type for parser in parser_classes or []]
377 … non_form_media_types = [encoding for encoding in media_types if not is_form_media_type(encoding)]
383 return media_types
399 media_types = [renderer.media_type for renderer in renderer_classes or []]
400 media_types = [encoding for encoding in media_types
402 return media_types
/dports/www/py-dj32-drf-yasg/drf-yasg-1.20.0/src/drf_yasg/
H A Dutils.py376 media_types = [parser.media_type for parser in parser_classes or []]
377 … non_form_media_types = [encoding for encoding in media_types if not is_form_media_type(encoding)]
383 return media_types
399 media_types = [renderer.media_type for renderer in renderer_classes or []]
400 media_types = [encoding for encoding in media_types
402 return media_types
/dports/www/py-dj32-djangorestframework/djangorestframework-3.12.4/rest_framework/utils/
H A Dmediatypes.py43 return [media_types for media_types in ret if media_types]

12345678910>>...19