Home
last modified time | relevance | path

Searched refs:_profile (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/dports/textproc/p5-Text-Report/Text-Report-1.004/lib/Text/
H A DReport.pm278 … $self->{_block}{_profile}{$blockname}{pad}{top} = $self->{_block}{_profile}{'_block'}{pad}{top};
286 …$self->{_block}{_profile}{$blockname}{pad}{bottom} = $self->{_block}{_profile}{'_block'}{pad}{bott…
308 …$self->{_block}{_profile}{$blockname}{useColHeaders} = $self->{_block}{_profile}{'_block'}{useColH…
329 $self->{_block}{_profile}{$blockname}{width} = $self->{_page}{_profile}{report}{width};
506 $self->{_block}{_profile}{$blockname}{pad}{top} = $self->{_block}{_profile}{_block}{pad}{top};
514 …$self->{_block}{_profile}{$blockname}{pad}{bottom} = $self->{_block}{_profile}{_block}{pad}{bottom…
695 …$self->{_block}{_profile}{$blockname}{width} = $this{width} || $self->{_page}{_profile}{report}{wi…
792 …push(@{$self->{_block}{_profile}{$blockname}{hdata}}, uc($self->{_block}{_profile}{$blockname}{tit…
802 …push(@{$self->{_block}{_profile}{$blockname}{hdata}}, $self->{_block}{_profile}{$blockname}{title}…
1228 $self->{_block}{_profile}{(shift)} =
[all …]
/dports/security/libprelude/libprelude-1.2.6/bindings/c++/
H A Dprelude-client-profile.cxx44 _profile = NULL; in ClientProfile()
50 _profile = profile; in ClientProfile()
58 ret = prelude_client_profile_new(&_profile, profile); in ClientProfile()
65 _profile = (p._profile) ? prelude_client_profile_ref(p._profile) : NULL; in ClientProfile()
71 if ( _profile ) in ~ClientProfile()
72 prelude_client_profile_destroy(_profile); in ~ClientProfile()
146 return _profile; in operator prelude_client_profile_t*()
152 if ( this != &p && _profile != p._profile ) { in operator =()
153 if ( _profile ) in operator =()
154 prelude_client_profile_destroy(_profile); in operator =()
[all …]
/dports/textproc/py-precis_i18n/precis_i18n-1.0.3/precis_i18n/
H A Dfactory.py4 import precis_i18n.profile as _profile namespace
21 _factory(_profile.Username, name='UsernameCasePreserved'),
23 _factory(_profile.Username, name='UsernameCaseMapped', casemap='lower'),
25 _factory(_profile.Username,
29 _factory(_profile.Username,
33 _factory(_profile.OpaqueString, name='OpaqueString'),
35 _factory(_profile.Nickname, name='NicknameCasePreserved'),
37 _factory(_profile.Nickname, name='NicknameCaseMapped', casemap='lower'),
39 _factory(_profile.Nickname,
43 _factory(_profile.Nickname,
[all …]
/dports/textproc/p5-Text-Report/Text-Report-1.004/t/
H A D03.configure.t54 cmp_deeply($rpt->{_page}{_profile}{report}{width}, 120,
64 cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 120, align => 'center'},},
80 cmp_deeply($rpt->{_block}{_profile}{_block}{pad}, {top => 2, bottom => 2},
100 cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 40, align => 'right'},},
104 cmp_deeply($rpt->{_page}{_profile}{report}{width}, 120,
123 cmp_deeply($rpt->{_block}{_profile}{_block}{sortby}, 2,
133 cmp_deeply($rpt->{_page}{_profile}{report}{width}, 80,
137 … cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 80, align => 'center'},},
140 cmp_deeply($rpt->{_block}{_profile}{_block}{pad}, {top => 0, bottom => 1},
147 cmp_deeply($rpt->{_block}{_profile}{_block}{useColHeaders}, 0,
[all …]
H A D04.defblock.t43 my $sd1_block_obj = dclone($rpt->{_block}{_profile}{'sd1'}) if $main::stor_loaded;
61 cmp_deeply($rpt->{_block}{_profile}{'sd1'}, $sd1_block_obj,
77 cmp_deeply($rpt->{_block}{_profile}{'sd1'}{useColHeaders}, 0,
101 cmp_deeply($rpt->{_page}{_profile}{report}{width}, 80,
105 … cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 80, align => 'center'},},
108 cmp_deeply($rpt->{_block}{_profile}{_block}{pad}, {top => 0, bottom => 1},
111 … cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 80, align => 'center'},},
115 cmp_deeply($rpt->{_block}{_profile}{_block}{useColHeaders}, 0,
119 cmp_deeply($rpt->{_block}{_profile}{_block}{sortby}, 0,
H A D05.report.t138 cmp_deeply($rpt->{_page}{_profile}{report}{width}, 80,
142 … cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 80, align => 'center'},},
145 cmp_deeply($rpt->{_block}{_profile}{_block}{pad}, {top => 0, bottom => 1},
148 … cmp_deeply($rpt->{_block}{_profile}{_block}{column}, {1 => {width => 80, align => 'center'},},
152 cmp_deeply($rpt->{_block}{_profile}{_block}{useColHeaders}, 0,
156 cmp_deeply($rpt->{_block}{_profile}{_block}{sortby}, 0,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DTileKey.cpp35 _profile = profile;
38 if ( _profile.valid() )
40 _profile->getTileDimensions(lod, width, height);
42 double xmin = _profile->getExtent().xMin() + (width * (double)_x); in AgentsAttacher()
47 _extent = GeoExtent( _profile->getSRS(), xmin, ymin, xmax, ymax );
63 _profile( rhs._profile.get() ),
72 return _profile.get();
129 return TileKey( lod, x, y, _profile.get());
141 return TileKey( lod, x, y, _profile.get()); in failed()
155 return TileKey( ancestorLod, x, y, _profile.get() );
[all …]
H A DMapInfo.cpp27 _profile ( 0L ),
36 _profile ( rhs._profile ),
49 _profile = map->getProfile();
56 _profile = 0L;
/dports/www/horde-base/horde-5.2.23/lib/Block/
H A DTwitterTimeline.php26 protected $_profile; variable in Horde_Block_TwitterTimeline
48 …$this->_profile = Horde_Serialize::unserialize($twitter->account->verifyCredentials(), Horde_Seria…
49 if (!empty($this->_profile)) {
50 $username = $this->_profile->screen_name;
93 if (empty($this->_profile->status)) {
96 …$this->_profile = Horde_Serialize::unserialize($twitter->account->verifyCredentials(), Horde_Seria…
97 if (empty($this->_profile)) {
154 …$view->latestStatus = !empty($this->_profile->status) ? htmlspecialchars($this->_profile->status->…
155 …$view->latestDate = !empty($this->_profile->status) ? Horde_Date_Utils::relativeDateTime(strtotim…
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dprofiledist_8h.tex45 \index{profiledist.h@{profiledist.h}!Make\_bp\_profile\_bppm@{Make\_bp\_profile\_bppm}}
46 \index{Make\_bp\_profile\_bppm@{Make\_bp\_profile\_bppm}!profiledist.h@{profiledist.h}}
47 \doxysubsubsection{\texorpdfstring{Make\_bp\_profile\_bppm()}{Make\_bp\_profile\_bppm()}}
67 \index{profiledist.h@{profiledist.h}!free\_profile@{free\_profile}}
68 \index{free\_profile@{free\_profile}!profiledist.h@{profiledist.h}}
69 \doxysubsubsection{\texorpdfstring{free\_profile()}{free\_profile()}}
77 \index{profiledist.h@{profiledist.h}!Make\_bp\_profile@{Make\_bp\_profile}}
78 \index{Make\_bp\_profile@{Make\_bp\_profile}!profiledist.h@{profiledist.h}}
79 \doxysubsubsection{\texorpdfstring{Make\_bp\_profile()}{Make\_bp\_profile()}}
/dports/security/libprelude/libprelude-1.2.6/bindings/c++/include/
H A Dprelude-client-profile.hxx34 prelude_client_profile_t *_profile; member in Prelude::ClientProfile
43 int getUid() { return (int)prelude_client_profile_get_uid(_profile); } in getUid()
44 int getGid() { return (int)prelude_client_profile_get_gid(_profile); } in getGid()
46 const char *getName() { return prelude_client_profile_get_name(_profile); } in getName()
47 … int setName(const char *name) { return prelude_client_profile_set_name(_profile,name); } in setName()
50 uint64_t getAnalyzerId() { return prelude_client_profile_get_analyzerid(_profile); } in getAnalyzerId()
51 … void setAnalyzerId(uint64_t id) { prelude_client_profile_set_analyzerid(_profile,id); } in setAnalyzerId()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/apparmor/include/
H A Dpolicy.h41 #define PROFILE_MODE(_profile, _mode) \ argument
43 ((_profile)->mode == (_mode)))
45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) argument
47 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) argument
49 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) argument
51 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) argument
/dports/multimedia/libv4l/linux-5.13-rc2/security/apparmor/include/
H A Dpolicy.h41 #define PROFILE_MODE(_profile, _mode) \ argument
43 ((_profile)->mode == (_mode)))
45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) argument
47 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) argument
49 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) argument
51 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/apparmor/include/
H A Dpolicy.h41 #define PROFILE_MODE(_profile, _mode) \ argument
43 ((_profile)->mode == (_mode)))
45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) argument
47 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) argument
49 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) argument
51 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) argument
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthFeatures/
H A DFilterContext.cpp29 _profile(0L), in FilterContext()
42 _profile ( profile ), in FilterContext()
84 _profile ( rhs._profile.get() ), in FilterContext()
107 _profile = value; in setProfile()
125 return _session.valid() && _profile.valid(); in isGeoreferenced()
137 if (_profile.valid() && _profile->getSRS()) in getOutputSRS()
138 return _profile->getSRS(); in getOutputSRS()
/dports/biology/py-ete3/ete3-3.1.2/ete3/clustering/
H A Dclustvalidation.py86 if i._profile is not None:
111 leaf_vectors = [n._profile for n in node.get_leaves() \
112 if n._profile is not None]
114 node._profile, node._std_profile = safe_mean_vector(leaf_vectors)
116 node._profile, node._std_profile = None, None
117 return node._profile, node._std_profile
119 node._std_profile = [0.0]*len(node._profile)
120 return node._profile, [0.0]*len(node._profile)
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ManifestUtil/
H A DCompatibleFramework.cs20 private string _profile = null; field in Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework
40 get { return _profile; }
41 set { _profile = value; }
67 get { return _profile; }
68 set { _profile = value; }
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DBufferObject.cpp55 _profile(0,0,0), in GLBufferObject()
101 _profile.setProfile(0,0,0); in assign()
187 if (newTotalSize > _profile._size) in compileBuffer()
192 _profile._size = newTotalSize; in compileBuffer()
204 _allocatedSize = _profile._size; in compileBuffer()
205 _extensions->glBufferData(_profile._target, _profile._size, NULL, _profile._usage); in compileBuffer()
276 _profile(profile), in GLBufferObjectSet()
598 glbo->setProfile(_profile); in takeFromOrphans()
660 glbo->setProfile(_profile); in takeOrGenerate()
667 glbo->setProfile(_profile); in takeOrGenerate()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DBufferObject.cpp56 _profile(0,0,0), in GLBufferObject()
107 _profile.setProfile(0,0,0); in assign()
195 if (newTotalSize > _profile._size) in compileBuffer()
200 _profile._size = newTotalSize; in compileBuffer()
212 _allocatedSize = _profile._size; in compileBuffer()
214 _extensions->glBufferData(_profile._target, _profile._size, NULL, _profile._usage); in compileBuffer()
284 _profile(profile), in GLBufferObjectSet()
606 glbo->setProfile(_profile); in takeFromOrphans()
668 glbo->setProfile(_profile); in takeOrGenerate()
675 glbo->setProfile(_profile); in takeOrGenerate()
[all …]
/dports/print/py-fontbakery/fontbakery-0.8.4/Lib/fontbakery/
H A Dcheckrunner.py95 self._profile = profile
96 self._profile.test_dependencies()
116 plural = self._profile.iterargs[name]
122 return self._profile
240 if name in self._profile.conditions:
261 plural = self._profile.iterargs[name]
277 condition = self._profile.conditions[name]
306 name = self._profile.resolve_alias(name)
317 expected_value = self._profile.get(name)
324 plural = self._profile.get(name)
[all …]
/dports/math/glucose/glucose-syrup-4.1/mtl/
H A Dtemplate.mk32 p: $(EXEC)_profile
38 libp: lib$(LIB)_profile.a
50 $(EXEC)_profile: LFLAGS += -g -pg
57 $(EXEC)_profile: $(PCOBJS)
63 lib$(LIB)_profile.a: $(filter-out */Main.op, $(PCOBJS))
74 $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static:
79 lib$(LIB)_standard.a lib$(LIB)_profile.a lib$(LIB)_release.a lib$(LIB)_debug.a:
93 rm -f $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static \
/dports/math/cvc4/CVC4-1.7/src/prop/bvminisat/mtl/
H A Dtemplate.mk33 p: $(EXEC)_profile
39 libp: lib$(LIB)_profile.a
51 $(EXEC)_profile: LFLAGS += -g -pg
58 $(EXEC)_profile: $(PCOBJS)
64 lib$(LIB)_profile.a: $(filter-out */Main.op, $(PCOBJS))
75 $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static:
80 lib$(LIB)_standard.a lib$(LIB)_profile.a lib$(LIB)_release.a lib$(LIB)_debug.a:
91 @rm -f $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static \
/dports/math/cvc4/CVC4-1.7/src/prop/minisat/mtl/
H A Dtemplate.mk33 p: $(EXEC)_profile
39 libp: lib$(LIB)_profile.a
51 $(EXEC)_profile: LFLAGS += -g -pg
58 $(EXEC)_profile: $(PCOBJS)
64 lib$(LIB)_profile.a: $(filter-out */Main.op, $(PCOBJS))
75 $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static:
80 lib$(LIB)_standard.a lib$(LIB)_profile.a lib$(LIB)_release.a lib$(LIB)_debug.a:
91 @rm -f $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static \
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dsingle.py36 self._profile = cProfile.Profile() if self._output_path else None
39 if self._profile:
40 self._profile.enable()
43 if self._profile:
44 self._profile.disable()
45 self._profile.dump_stats(self._output_path)
/dports/math/gambit/gambit-16.0.1/src/python/gambit/
H A Dprofiles.py31 def __init__(self, profile): self._profile = profile
32 def __len__(self): return len(self._profile)
33 def __getitem__(self, i): return self._profile[i]
36 def __getattr__(self, attr): return getattr(self._profile, attr)

12345678910>>...31