Home
last modified time | relevance | path

Searched refs:_has (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/devel/p5-MooseX-AttributeShortcuts/MooseX-AttributeShortcuts-0.037/lib/MooseX/AttributeShortcuts/Trait/
H A DAttribute.pm147 return unless $_has->($opt);
191 my ($class, $name, $options, $_has, $_opt, $_ref) = @_;
203 my ($class, $name, $options, $_has, $_opt, $_ref) = @_;
222 my ($class, $name, $options, $_has, $_opt, $_ref) = @_;
229 unless $_has->('builder') || $_has->('default');
251 return unless $_has->('builder');
281 return unless $_has->('isa_instance_of');
283 if ($_has->('isa')) {
305 unless $_has->('isa');
353 return unless $_has->('constraint');
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Mail/Storage/
H A DPop3.php162 $this->_has['fetchPart'] = false;
163 $this->_has['top'] = null;
164 $this->_has['uniqueid'] = null;
304 $this->_has['top'] = $this->_protocol->hasTop;
315 $this->_has['uniqueid'] = $id ? true : false;
316 return $this->_has['uniqueid'];
H A DAbstract.php37 protected $_has = array('uniqueid' => true, variable in Zend_Mail_Storage_Abstract
79 return isset($this->_has[$var]) ? $this->_has[$var] : null;
96 return $this->_has;
/dports/devel/automake/automake-1.16.5/lib/Automake/
H A DCondition.pm258 my @res = grep { not $minus->_has ($_) } $self->conds;
282 sub _has ($$) subroutine
297 return $self->_has ('FALSE');
434 return 0 unless $when->_has ($cond);
/dports/www/habari/habari-0.8/system/classes/
H A Dapccache.php36 protected function _has( $name, $group ) function in APCCache
182 …if ( !self::_has( $name, $group ) || !isset( $keepcache[$group][$name] ) || $keepcache[$group][$na…
204 if ( $this->_has( $name, $group ) ) {
H A Dcache.php45 return self::$instance->_has( $name, $group );
54 abstract protected function _has( $name, $group ); function in Cache
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dpost.d/
H A Dps_include.c52 #define has(word) _has(buf, word)
63 static char *_has(const char *, const char *);
209 if ((cp = _has(bp, "font"))) in ps_include()
327 _has(const char *buf, const char *word) in _has() function
/dports/games/crimson/crimson-0.5.3/locale/
H A Dpl.tmpl164 Podaj _hasło
166 Wybierz _hasło
168 Potwierdź _hasło
/dports/math/py-Diofant/Diofant-0.13.0/diofant/simplify/
H A Depathtools.py142 def _has(self, expr, attrs, types): member in EPath
208 if self._has(arg, attrs, types):
269 if self._has(arg, attrs, types):
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Data/
H A DContact.pm247 sub has_loc { return shift->_has(0); }
248 sub has_int { return shift->_has(1); }
249 sub _has subroutine
/dports/math/py-sympy/sympy-1.9/sympy/simplify/
H A Depathtools.py141 def _has(self, expr, attrs, types): member in EPath
211 if self._has(arg, attrs, types):
274 if self._has(arg, attrs, types):
/dports/misc/dartsim/dart-6.11.1/dart/common/
H A DSpecializedForAspect.hpp115 bool _has(type<T>) const;
118 bool _has(type<SpecAspect>) const;
/dports/devel/p5-DateTime-Incomplete/DateTime-Incomplete-0.08/lib/DateTime/
H A DIncomplete.pm38 *{"has_$field"} = sub { $_[0]->_has($field) };
133 return undef unless ( $self->_has($_) )
285 sub _has subroutine
294 return 0 unless $self->_has( $_ )
313 push @has, $_ if $self->_has( $_ );
324 return 0 if ! $can && $self->_has( $_ );
325 $can = 0 if $can && ! $self->_has( $_ );
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.sql_criteria.inc.php132 * @see _has
147 * @see _has
/dports/misc/dartsim/dart-6.11.1/dart/common/detail/
H A DSpecializedForAspect.hpp64 return _has(type<T>()); in has()
134 bool SpecializedForAspect<SpecAspect>::_has(type<T>) const in _has() function in dart::common::SpecializedForAspect
145 bool SpecializedForAspect<SpecAspect>::_has(type<SpecAspect>) const in _has() function in dart::common::SpecializedForAspect
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dobject_goreflect.go240 func (o *objectGoReflect) _has(name string) bool { func
257 if o._has(name) {
264 if o._has(name) {
271 return o._has(n.String())
275 return o._has(name)
336 if o._has(name) {
H A Dobject_gomap.go70 func (o *objectGoMapSimple) _has(n Value) bool { func
83 if o._has(n) {
97 return o._has(n)
H A Dobject_goslice_reflect.go26 func (o *objectGoSliceReflect) _has(n Value) bool { func
121 if o._has(n) {
135 if o._has(n) {
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Mail/Storage/Folder/
H A DMbox.php100 $this->_has['top'] = true;
101 $this->_has['uniqueid'] = false;
H A DMaildir.php99 $this->_has['top'] = true;
100 $this->_has['flags'] = true;
/dports/devel/p5-MooX-HandlesVia/MooX-HandlesVia-0.001009/
H A DREADME.mkdn65 - **process\_has(@\_)**
68 via the process\_has function. In a given Moo class, If 'handles\_via' is set to
70 class methods that should map to ClassName methods, process\_has() will create
/dports/net/p5-GeoIP2/GeoIP2-2.006002/lib/GeoIP2/Model/
H A DEnterprise.pm15 sub _has { has(@_) } method in GeoIP2::Model::Enterprise
H A DInsights.pm15 sub _has { has(@_) } subroutine
H A DCountry.pm18 sub _has { has(@_) } method in GeoIP2::Model::Country
H A DCity.pm18 sub _has { has(@_) } method in GeoIP2::Model::City

12345678910