Home
last modified time | relevance | path

Searched refs:_profile (Results 26 – 50 of 751) sorted by relevance

12345678910>>...31

/dports/sysutils/barrier/barrier-2.3.3/src/lib/common/win32/
H A DDataDirectories.cpp45 if (_profile.empty()) in profile()
46 _profile = known_folder_path(FOLDERID_LocalAppData) + "\\Barrier"; in profile()
47 return _profile; in profile()
51 _profile = path; in profile()
52 return _profile; in profile()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/common/unix/
H A DDataDirectories.cpp79 if (_profile.empty()) in profile()
80 _profile = profile_basedir() + ProfileSubdir; in profile()
81 return _profile; in profile()
85 _profile = path; in profile()
86 return _profile; in profile()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/
H A Dprofile.py70 self._profile = cProfile.Profile()
72 self.run_profile = self._profile.runcall
75 self._profile.dump_stats(self._filename)
82 self._profile = hotshot.Profile(*args, **kwargs)
83 self.run_profile = self._profile.runcall
86 self._profile.close()
/dports/biology/py-ete3/ete3-3.1.2/ete3/clustering/
H A Dclustertree.py84 if self._profile is None:
86 return self._profile
94 self._profile = value
113 self._profile = None
182 n._profile = array.get_row_vector(n.name)
184 n._profile = [numpy.nan]*len(array.colNames)
250 self._profile, self._std_profile = clustvalidation.get_avg_profile(self)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Tracking/
H A DProfileEventArgs.cs17 private TrackingProfile _profile = null; field in System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs
25 _profile = profile; in ProfileUpdatedEventArgs()
30 get { return _profile; }
31 set { _profile = value; }
/dports/databases/pear-XML_Query2XML/XML_Query2XML-1.7.2/XML/
H A DQuery2XML.php105 private $_profile = array(); variable in XML_Query2XML
391 $this->_profile = array(
410 if (isset($this->_profile['start']) && $this->_profile['stop'] == 0) {
411 $this->_profile['stop'] = microtime(1);
412 $this->_profile['duration'] =
413 $this->_profile['stop'] - $this->_profile['start'];
428 return $this->_profile;
440 if (count($this->_profile) === 0) {
480 $this->_profile = array();
1912 $this->_profile['dbDuration'] =
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_droam/
H A DGeodeticManifold.cpp26 _profile = osgEarth::Registry::instance()->getGlobalGeodeticProfile(); in GeodeticManifold()
27 _ellipsoid = _profile->getSRS()->getGeographicSRS()->getEllipsoid(); in GeodeticManifold()
85 _ed[0] = new Diamond(mesh, TileKey(1,0,0,_profile.get()), 1, "ed0"); in initialize()
93 _ed[1] = new Diamond(mesh, TileKey(1,1,0,_profile.get()), 1, "ed1"); in initialize()
101 _ed[2] = new Diamond(mesh, TileKey(1,0,1,_profile.get()), 1, "ed2"); in initialize()
109 _ed[3] = new Diamond(mesh, TileKey(1,1,1,_profile.get()), 1, "ed3"); in initialize()
117 _ed[4] = new Diamond(mesh, TileKey(1,2,0,_profile.get()), 1, "ed4"); in initialize()
125 _ed[5] = new Diamond(mesh, TileKey(1,3,0,_profile.get()), 1, "ed5"); in initialize()
133 _ed[6] = new Diamond(mesh, TileKey(1,2,1,_profile.get()), 1, "ed6"); in initialize()
141 _ed[7] = new Diamond(mesh, TileKey(1,3,1,_profile.get()), 1, "ed7"); in initialize()
/dports/graphics/glad/glad-0.1.34/glad/
H A Dspec.py16 self._profile = 'compatibility'
20 return self._profile
27 self._profile = value
30 if self._profile == 'core':
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_dataset_mask.py78 _profile = {
87 prof = _profile.copy()
96 prof = _profile.copy()
105 prof = _profile.copy()
115 prof = _profile.copy()
125 prof = _profile.copy()
134 prof = _profile.copy()
145 prof = _profile.copy()
/dports/sysutils/py-salt/salt-3004.1/salt/engines/
H A Dsqs_events.py109 _profile = __opts__[profile]
111 _profile = profile
112 key = _profile.get("key", None)
113 keyid = _profile.get("keyid", None)
114 region = _profile.get("region", None)
/dports/sysutils/py-salt/salt-3004.1/tests/unit/cloud/clouds/
H A Dtest_scaleway.py28 _profile = { variable in ScalewayTestCase
59 profile = copy.copy(self._profile)
76 profile = copy.copy(self._profile)
94 profile = copy.copy(self._profile)
111 profile = copy.copy(self._profile)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/Runtime/Versioning/
H A DFrameworkName.cs14 private readonly string _profile; field in System.Runtime.Versioning.FrameworkName
47 Debug.Assert(_profile != null);
48 return _profile;
131 _profile = (profile == null) ? string.Empty : profile.Trim(); in FrameworkName()
168 _profile = string.Empty; in FrameworkName()
216 _profile = value; in FrameworkName()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DCacheEstimator.cpp28 _profile( osgEarth::Registry::instance()->getGlobalGeodeticProfile() ) in CacheEstimator()
56 _profile->getNumTiles( level, wide, high ); in getNumTiles()
65 TileKey ll = _profile->createTileKey(extent.xMin(), extent.yMin(), level); in getNumTiles()
66 TileKey ur = _profile->createTileKey(extent.xMax(), extent.yMax(), level); in getNumTiles()
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/
H A DUserProfile.pm70 my $profile = $self->{_profile};
87 my $profile = $self->{_profile};
100 my $profile = $self->{_profile};
115 for my $policy_name ( sort keys %{$self->{_profile}} ) {
161 $self->{_profile} = $loader->($self, $profile);
170 my $profile = $self->{_profile};
H A DConfig.pm65 $self->{_profile} = $profile;
257 my $profile = $self->_profile();
265 my $profile = $self->_profile();
434 my $profile = $self->_profile();
475 my $profile = $self->_profile();
517 my $profile = $self->_profile();
576 my $profile = $self->_profile();
614 my $profile = $self->_profile();
677 my $profile = $self->_profile();
772 sub _profile { subroutine
[all …]
H A DPolicyFactory.pm130 $self->{_profile} = $profile
182 my $profile = $self->_profile();
238 sub _profile { subroutine
241 return $self->{_profile};
297 my $profile = $self->_profile();
/dports/biology/py-biom-format/biom-format-2.1.10/biom/
H A Derr.py135 self._profile = {}
172 self._profile[errtype] = _create_error_states(msg, callback, exception)
202 prof = self._profile.pop(errtype)
263 profile = self._profile[errtype]
293 old_call = self._profile[errtype]['call']
294 self._profile[errtype]['call'] = func
319 return self._profile[errtype]['call']
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/
H A Dprocessor.mjs51 _profile = new Profile(); field in Processor
276 this._profile.addScriptSource(-1, name, '');
291 entry = this._profile.addFuncCode(
336 this._profile.moveCode(from, to);
340 this._profile.deleteCode(start);
344 this._profile.moveFunc(from, to);
365 const entryStack = this._profile.recordTick(
374 this._profile.addSourcePositions(
462 const codeEntry = this._profile.findEntry(pc)
512 const script = this._profile.getScript(url);
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webengine/
H A Dwebenginesettings.py233 self._profile = profile
265 settings = self._profile.settings()
286 self._profile.setHttpUserAgent(user_agent)
290 self._profile.setHttpAcceptLanguage(accept_language)
301 self._profile.setHttpCacheMaximumSize(size)
305 if self._profile.isOffTheRecord():
311 self._profile.setPersistentCookiesPolicy(value)
319 if not self._profile.isOffTheRecord():
328 self._profile.setSpellCheckLanguages(filenames)
329 self._profile.setSpellCheckEnabled(bool(filenames))
/dports/www/py-selenium/selenium-3.141.0/selenium/webdriver/firefox/
H A Doptions.py42 self._profile = None
112 return self._profile
122 self._profile = new_profile
179 if self._profile is not None:
180 opts["profile"] = self._profile.encoded
/dports/graphics/py-svgwrite/svgwrite-1.4.1/svgwrite/
H A Dparams.py50 if self._profile == 'tiny':
57 return self._profile
68 self._profile = profile
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/wizard/
H A Dwebview.cpp81 _profile = new QWebEngineProfile(this); in WebView()
82 _page = new WebEnginePage(_profile); in WebView()
87 _profile->setHttpUserAgent(userAgent); in WebView()
89 _profile->setRequestInterceptor(_interceptor); in WebView()
90 _profile->installUrlSchemeHandler("nc", _schemeHandler); in WebView()
106 _profile->setHttpAcceptLanguage(acceptLanguage); in WebView()
/dports/print/ghostscript9-x11/ghostscript-9.06/doc/
H A DGS9_Color_Management.tex419 \noindent int {\bf gsicc\_set\_gscs\_profile}(\=gs\_color\_space *pcs, cmm\_profile\_t *icc\_profil…
459 \noindent void {\bf gsicc\_init\_profile\_info}(cmm\_profile\_t *profile);\\
472 \noindent gcmmhprofile\_t {\bf gsicc\_get\_profile\_handle\_clist}(\=cmm\_profile\_t *picc\_profile
532 \noindent void {\bf gsicc\_profile\_reference}(cmm\_profile\_t *icc\_profile, int delta);\\
538 \noindent int {\bf gsicc\_getsrc\_channel\_count}(cmm\_profile\_t *icc\_profile);\\
574 \noindent void {\bf gscms\_set\_icc\_range}(cmm\_profile\_t **icc\_profile);\\
599 \>cmm\_srcgtag\_profile\_t *srcgtag\_profile,
680 \noindent int {\bf gsicc\_get\_device\_profile\_comps}(cmm\_dev\_profile\_t *dev\_profile);\\
734 \> cmm\_profile\_t *gs\_input\_profile, \\
735 \> cmm\_profile\_t *gs\_output\_profile, \\
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/doc/
H A DGS9_Color_Management.tex419 \noindent int {\bf gsicc\_set\_gscs\_profile}(\=gs\_color\_space *pcs, cmm\_profile\_t *icc\_profil…
459 \noindent void {\bf gsicc\_init\_profile\_info}(cmm\_profile\_t *profile);\\
472 \noindent gcmmhprofile\_t {\bf gsicc\_get\_profile\_handle\_clist}(\=cmm\_profile\_t *picc\_profile
532 \noindent void {\bf gsicc\_profile\_reference}(cmm\_profile\_t *icc\_profile, int delta);\\
538 \noindent int {\bf gsicc\_getsrc\_channel\_count}(cmm\_profile\_t *icc\_profile);\\
574 \noindent void {\bf gscms\_set\_icc\_range}(cmm\_profile\_t **icc\_profile);\\
599 \>cmm\_srcgtag\_profile\_t *srcgtag\_profile,
680 \noindent int {\bf gsicc\_get\_device\_profile\_comps}(cmm\_dev\_profile\_t *dev\_profile);\\
734 \> cmm\_profile\_t *gs\_input\_profile, \\
735 \> cmm\_profile\_t *gs\_output\_profile, \\
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dgrafana.py190 _profile = __salt__["config.option"](profile)
191 if not _profile:
195 _profile = profile
196 hosts = _profile.get("hosts")
197 index = _profile.get("index")

12345678910>>...31