Home
last modified time | relevance | path

Searched refs:available_profiles (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/src/
H A Dapi-decoder.cc335 } available_profiles = {}; in QueryCapabilitiesImpl() local
340 available_profiles.mpeg2_main = 0; in QueryCapabilitiesImpl()
344 available_profiles.mpeg2_simple = 0; in QueryCapabilitiesImpl()
348 available_profiles.h264_high = 1; in QueryCapabilitiesImpl()
352 available_profiles.h264_main = 1; in QueryCapabilitiesImpl()
356 available_profiles.h264_baseline = 1; in QueryCapabilitiesImpl()
363 available_profiles.vc1_advanced = 0; in QueryCapabilitiesImpl()
367 available_profiles.vc1_main = 0; in QueryCapabilitiesImpl()
371 available_profiles.vc1_simple = 0; in QueryCapabilitiesImpl()
401 available_profiles.h264_main); in QueryCapabilitiesImpl()
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/aws/
H A Daws.plugin.zsh13 local -a available_profiles
14 available_profiles=($(aws_profiles))
15 if [[ -z "${available_profiles[(r)$1]}" ]]; then
17 echo "Available profiles: ${(j:, :)available_profiles:-no profiles found}${reset_color}" >&2
39 local -a available_profiles
40 available_profiles=($(aws_profiles))
41 if [[ -z "${available_profiles[(r)$1]}" ]]; then
43 echo "Available profiles: ${(j:, :)available_profiles:-no profiles found}${reset_color}" >&2
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_config.c33 const char *available_profiles[MAX_PROFILES]; member
61 if (pd->available_profiles[i]) in _profiles_clear()
62 eina_stringshare_del(pd->available_profiles[i]); in _profiles_clear()
63 pd->available_profiles[i] = NULL; in _profiles_clear()
128 ad->curr.available_profiles[i] = eina_stringshare_add(str); in _bt_available_profiles_set()
136 ad->curr.available_profiles, in _bt_available_profiles_set()
165 ad->new.available_profiles[i] = eina_stringshare_add(str); in _bt_win_add()
521 if (pd->available_profiles[0]) in test_config()
523 pd->available_profiles, in test_config()
/dports/sysutils/dnf/dnf-4.9.0/dnf/module/
H A Dmodule_base.py100 available_profiles = latest_module.getProfiles()
101 if available_profiles:
103 [profile.getName() for profile in available_profiles]))
116 available_profiles = latest_module.getProfiles()
117 if available_profiles:
119 [profile.getName() for profile in available_profiles]))
210 available_profiles = latest_module.getProfiles()
211 if available_profiles:
213 [profile.getName() for profile in available_profiles]))
573 available_profiles = modulePackage.getProfiles()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/boto3/
H A Dsession.py110 def available_profiles(self): member in Session
114 return self._session.available_profiles
/dports/www/py-boto3/boto3-1.18.61/boto3/
H A Dsession.py110 def available_profiles(self): member in Session
114 return self._session.available_profiles
/dports/devel/py-datapackage/datapackage-1.15.2/datapackage/
H A Dregistry.py49 def available_profiles(self): member in Registry
/dports/www/py-boto3/boto3-1.18.61/tests/unit/
H A Dtest_session.py119 bc_session.available_profiles.return_value = ['foo', 'bar']
121 profiles = session.available_profiles
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dtabprofilesop.cc383 auto available_profiles = getAvailableProfiles(); in gui() local
563 for ( auto &e : available_profiles ) { in gui()
689 filter_available_profiles( available_profiles, in gui()
/dports/devel/awscli/awscli-1.20.61/awscli/
H A Dcompleter.py76 return self.driver.session.available_profiles
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Ddata_templates.php425 … $available_profiles = db_fetch_assoc('SELECT id, name FROM data_source_profiles ORDER BY name');
426 form_dropdown('data_source_profile_id',$available_profiles, 'name', 'id', '', '', '');
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/
H A DDRI.pm276 $r{$reg}=[ $self->{registries}->{$reg}->available_profiles($full) ];
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dsession.py215 def available_profiles(self): member in Session
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/
H A DRegistry.pm110 sub available_profiles subroutine
H A DShell.pm1048 my @p=$ctx->{dri}->available_profiles();
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dsession.py223 def available_profiles(self): member in Session
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_session_legacy.py216 profiles = self.session.available_profiles
H A Dtest_session.py235 profiles = self.session.available_profiles
/dports/dns/p5-Net-DRI/Net-DRI-0.96/
H A DChanges193 = Registry available_profiles() : returns list of fullnames (profile name + protocol name + transpo…
/dports/www/py-boto3/boto3-1.18.61/
H A DCHANGELOG.rst8015 * feature:Session: Expose available_profiles property for Session (``#704 <https://github.com/boto/…