Home
last modified time | relevance | path

Searched refs:_profile (Results 151 – 175 of 751) sorted by relevance

12345678910>>...31

/dports/x11/konsole/konsole-21.12.3/src/
H A DShouldApplyProperty.h25 const Profile::Ptr _profile;
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/
H A D_completers.py11 from azure.cli.core._profile import load_subscriptions
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dmultiproc.py50 self._profile = profile
67 key = self._profile.serialize_identity(identity)
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dboto_sns.py245 _profile = __salt__["config.option"](profile)
246 region = _profile.get("region", None)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/automated_integration/autofill_test/
H A Dflow.py51 task = self._task_class(self._profile, self._debug)
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DSimplePager.cpp135 _profile( profile ), in SimplePager()
200 _profile->getRootKeys( keys ); in buildRootNode()
351 return _profile.get(); in getProfile()
/dports/games/warmux/warmux-11.04/src/gui/
H A Dbox.h38 Box(Profile * _profile,
H A Denergy_bar.h61 EnergyBar(Profile * _profile,
H A Dgrid_box.h49 GridBox(Profile * _profile,
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Deliminator.inl94 _profile.resize (A.coldim ());
112 buildMinimalPermutationFromProfile (Q, rank, A.coldim (), _profile);
210 _profile.resize (A.coldim ());
239 for (pi = _profile.begin (), ui = _matU.rowBegin (); pi != _profile.begin () + rank; ++ui, ++pi)
286 _profile.resize (A.coldim ());
299 buildMinimalPermutationFromProfile (Q, rank, (unsigned int) A.coldim (), _profile);
323 std::copy (_profile.begin (), _profile.begin () + rank, profile.begin ());
417 _profile[_profile_idx++] = s;
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dorca.py409 _profile = _settingsManager.getSetting('activeProfile')[1]
411 _userSettings = _settingsManager.getGeneralSettings(_profile)
412 _settingsManager.setProfile(_profile)
419 _profile = _settingsManager.profile
421 _userSettings = _settingsManager.getGeneralSettings(_profile)
/dports/editors/biew/biew-610/
H A Dconfigure246 _profile=
281 _profile='-pg'
581 if test "$_profile" -o "$_debug" -o "$_gcov"; then
582 _cdefos="-W -Wall -O2 -fno-builtin $_debug $_profile $_gcov $_cdefos"
583 _osldef="$_debug $_profile $_osldef"
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dprofile_plotter.py988 obj._profile = profile
1058 return self._profile
1444 for f in self._profile.field_data:
1466 p = self._profile
1537 p = self._profile
1580 p = self._profile
1593 p = self._profile
1611 self._profile = create_profile(
1623 self._profile.set_field_unit(field, zunits[field])
/dports/sysutils/barrier/barrier-2.3.3/src/lib/common/
H A DDataDirectories.h38 static std::string _profile; variable
/dports/math/py-yt/yt-4.0.1/yt/frontends/ytdata/
H A Ddata_structures.py787 _profile = None variable in YTProfileDataset
791 if self._profile is not None:
792 return self._profile
794 self._profile = Profile1DFromDataset(self)
796 self._profile = Profile2DFromDataset(self)
798 self._profile = Profile3DFromDataset(self)
800 self._profile = None
801 return self._profile
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Ddatabase_impl.h148 return _profile; in getProfilingLevel()
288 int _profile; // 0=off. variable
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/wizard/
H A Dwebview.h34 QWebEngineProfile *_profile; variable
/dports/news/pan/pan-0.145/pan/gui/
H A Dgroup-prefs-dialog.h49 GtkWidget * _profile; variable
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/synapse/
H A Dutil.py30 from azure.cli.core._profile import Profile
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/config/mozconfigs/linux64/
H A Ddebug12 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON3) @MOZ_OBJDIR@/_profile/pgo/profileserver.py'
H A Dnightly13 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON3) @MOZ_OBJDIR@/_profile/pgo/profileserver.py'
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/config/mozconfigs/linux32/
H A Ddebug12 mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON3) @MOZ_OBJDIR@/_profile/pgo/profileserver.py'
/dports/graphics/krita/krita-4.4.8/libs/pigment/
H A DKoColorConversionSystem.cpp130 void KoColorConversionSystem::insertColorProfile(const KoColorProfile* _profile) in insertColorProfile() argument
132 dbgPigmentCCS << _profile->name(); in insertColorProfile()
133 …st QList< const KoColorSpaceFactory* >& factories = d->registryInterface->colorSpacesFor(_profile); in insertColorProfile()
137 Node* n = nodeFor(modelId, depthId, _profile->name()); in insertColorProfile()
145 if (engine->supportsColorSpace(modelId, depthId, _profile)) { in insertColorProfile()
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/samples/devel/
H A Dmemory_app.pl195 sub _profile { return {required => [qw(bar baz)], msgs => {prefix => 'err_'}} }; subroutine
246 sub _profile { return {required => [qw(bar baz)], msgs => {prefix => 'err_'}} }; subroutine
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DFeatureSource.cpp53 conf.get( "profile", _profile ); in fromConfig()
80 conf.set( "profile", _profile ); in getConfig()

12345678910>>...31