Home
last modified time | relevance | path

Searched refs:_profile (Results 101 – 125 of 751) sorted by relevance

12345678910>>...31

/dports/www/py-waitress/waitress-2.0.0/src/waitress/
H A D__init__.py9 _profile = kw.pop("_profile", False) # test shim
16 if _profile: # pragma: no cover
/dports/emulators/kcemu/KCemu-0.5.1/src/kc/prefs/
H A Dparser.cc175 _profile = new Profile(_level, filename, config_name, _name); in SingleProfileParser()
176 _profile_list.push_back(_profile); in SingleProfileParser()
184 return _profile; in get_profile()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/vaapi/
H A DVaapiContext.cpp98 , _profile(profile) in VaapiContext()
142 status = vaGetConfigAttributes(_display, _profile, _entrypoint, &attrib, 1); in construct()
150 status = vaCreateConfig(_display, _profile, _entrypoint, &attrib, 1, &config); in construct()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/
H A Dquick_gl.py15 from tests.opengl import profile as _profile unknown
23 profile = _profile.copy() # pylint: disable=invalid-name
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/
H A Dstylizer.py415 self._profile = stylizer.profile
497 return (self._profile.dpi / 72) * value
557 result = self._profile.fnames[value]
560 for _, _, size in self._profile.fsizes:
567 for _, _, size in reversed(self._profile.fsizes):
587 base = self._profile.fbase
602 base = getattr(self._profile, attr + '_pts')
645 base = self._profile.width_pts
655 result = self._profile.width
682 base = self._profile.height_pts
[all …]
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dssw.hpp39 struct _profile;
40 typedef struct _profile s_profile;
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dalign-ssw.H49 struct _profile;
50 typedef struct _profile s_profile;
/dports/biology/freebayes/freebayes-1.3.5/contrib/SeqLib/SeqLib/
H A Dssw.h29 struct _profile;
30 typedef struct _profile s_profile;
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dssw.hpp30 struct _profile;
31 typedef struct _profile s_profile;
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dssw.hpp30 struct _profile;
31 typedef struct _profile s_profile;
/dports/databases/py-python-arango/python-arango-7.2.0/arango/
H A Dcursor.py58 self._profile = None
112 self._profile = extra["profile"]
203 return self._profile
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dtelemetry.py62 _profile = __salt__["config.option"](profile)
64 _profile = profile
66 if _profile:
67 api_key = _profile.get("telemetry_api_keys")[0]
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dsoundkonverterview.h51 …void addConvertFiles( const KUrl::List& urls, QString _profile, QString _format, const QString& di…
69 …bool showCdDialog( const QString& device = "", QString _profile = "", QString _format = "", const …
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DTerrainProfile.cpp142 return _profile; in getProfile()
206 computeTerrainProfile( _mapNode.get(), _start, _end, _profile); in recompute()
216 _profile.clear(); in recompute()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dplayplustv.py62 self._profile = self._call_api('Profiles')['list'][0]['_id']
68 'profileId': self._profile,
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dplayplustv.py63 self._profile = self._call_api('Profiles')['list'][0]['_id']
69 'profileId': self._profile,
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/bockbuild/
H A Denvironment.py21 self._profile = profile
37 expand_macros(self, self._profile)
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/lib/Bio/Tools/Run/Alignment/
H A DMuscle.pm382 $self->{_profile} = 1;
419 if ( $self->{_profile} ) {
422 $self->{_profile} = 0;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DTileVisitor.cpp90 _profile = mapProfile; in run()
113 est.setProfile( _profile.get() ); in estimate()
287 _profile( profile ) in TaskList()
307 _profile.get() ) ); in load()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DTracking.cs1587 private RTTrackingProfile _profile = null; field in System.Workflow.Runtime.TrackingChannelWrapper
1597 _profile = profile; in TrackingChannelWrapper()
1617 if (null != _profile) in GetTrackingProfile()
1618 return _profile; in GetTrackingProfile()
1625 _profile = profile; in SetTrackingProfile()
1634 if (null != _profile) in MakeProfilePrivate()
1638 if (!_profile.IsPrivate) in MakeProfilePrivate()
1640 _profile = _profile.Clone(); in MakeProfilePrivate()
1641 _profile.IsPrivate = true; in MakeProfilePrivate()
1650 _profile = tmp.Clone(); in MakeProfilePrivate()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl-profile-parser.c384 populate_profile_name(xmlNodeSetPtr nodes, void *_profile) in populate_profile_name() argument
386 struct profile *profile = (struct profile*)_profile; in populate_profile_name()
399 populate_datatype_list(xmlNodeSetPtr nodes, void *_profile) in populate_datatype_list() argument
403 struct profile *profile = (struct profile*)_profile; in populate_datatype_list()
516 populate_object_list(xmlNodeSetPtr nodes, void *_profile) in populate_object_list() argument
519 struct profile *profile = (struct profile*)_profile; in populate_object_list()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl-profile-parser.c384 populate_profile_name(xmlNodeSetPtr nodes, void *_profile)
386 struct profile *profile = (struct profile*)_profile;
399 populate_datatype_list(xmlNodeSetPtr nodes, void *_profile)
403 struct profile *profile = (struct profile*)_profile;
516 populate_object_list(xmlNodeSetPtr nodes, void *_profile)
519 struct profile *profile = (struct profile*)_profile;
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl-profile-parser.c384 populate_profile_name(xmlNodeSetPtr nodes, void *_profile) in populate_profile_name() argument
386 struct profile *profile = (struct profile*)_profile; in populate_profile_name()
399 populate_datatype_list(xmlNodeSetPtr nodes, void *_profile) in populate_datatype_list() argument
403 struct profile *profile = (struct profile*)_profile; in populate_datatype_list()
516 populate_object_list(xmlNodeSetPtr nodes, void *_profile) in populate_object_list() argument
519 struct profile *profile = (struct profile*)_profile; in populate_object_list()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-epl-profile-parser.c384 populate_profile_name(xmlNodeSetPtr nodes, void *_profile) in populate_profile_name() argument
386 struct profile *profile = (struct profile*)_profile; in populate_profile_name()
399 populate_datatype_list(xmlNodeSetPtr nodes, void *_profile) in populate_datatype_list() argument
403 struct profile *profile = (struct profile*)_profile; in populate_datatype_list()
516 populate_object_list(xmlNodeSetPtr nodes, void *_profile) in populate_object_list() argument
519 struct profile *profile = (struct profile*)_profile; in populate_object_list()
/dports/devel/pear-HTML_Page2/HTML_Page2-0.6.5/HTML/
H A DPage2.php308 private $_profile = ''; variable in HTML_Page2
1392 $this->_profile = $profile;
1628 if ($this->_profile) {
1629 $strHtml .= ' profile="'.$this->_profile.'"';
1646 if ($this->_profile) {
1647 $strHtml .= ' profile="'.$this->_profile.'"';

12345678910>>...31