Home
last modified time | relevance | path

Searched refs:_apply (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/
H A DIKTask.cpp43 _apply(_applyProp.getValueBool()), in IKTask()
46 _apply = true; in IKTask()
57 _apply(_applyProp.getValueBool()), in IKTask()
60 _apply = aIKTask._apply; in IKTask()
92 _apply = aIKTask._apply; in operator =()
H A DIKTask.h46 bool &_apply; variable
59 bool getApply() const { return _apply; } in getApply()
60 void setApply(bool aApply) { _apply = aApply; } in setApply()
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Daccessor_str.py224 def _apply( member in StringAccessor
292 return self._apply(func=len, dtype=int)
359 return self._apply(func=f, func_args=(i,))
518 return self._apply(
697 return self._apply(func=lambda x: x.lower())
717 return self._apply(func=lambda x: x.title())
1375 return self._apply(func=func)
1776 return self._apply(
1949 return self._apply(
2076 return self._apply(
[all …]
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/perl5/XMLTV/Data/Recursive/
H A DEncode.pm20 sub _apply { subroutine
35 @{$proto} = _apply($code, $seen, @{$arg});
39 %{$proto} = _apply($code, $seen, %{$arg});
43 ${$proto} = _apply($code, $seen, ${$arg});
64 _apply(sub { $encoding->decode($_[0], $check) }, {}, $stuff);
72 _apply(sub { $encoding->encode($_[0], $check) }, {}, $stuff);
77 _apply(sub { Encode::decode_utf8($_[0], $check) }, {}, $stuff);
82 _apply(sub { Encode::encode_utf8($_[0]) }, {}, $stuff);
92 _apply(sub { Encode::from_to($_[0], $from_enc, $to_enc, $check) }, {}, $stuff);
/dports/textproc/p5-xmltv/xmltv-0.5.70/lib/Data/Recursive/
H A DEncode.pm20 sub _apply { subroutine
35 @{$proto} = _apply($code, $seen, @{$arg});
39 %{$proto} = _apply($code, $seen, %{$arg});
43 ${$proto} = _apply($code, $seen, ${$arg});
64 _apply(sub { $encoding->decode($_[0], $check) }, {}, $stuff);
72 _apply(sub { $encoding->encode($_[0], $check) }, {}, $stuff);
77 _apply(sub { Encode::decode_utf8($_[0], $check) }, {}, $stuff);
82 _apply(sub { Encode::encode_utf8($_[0]) }, {}, $stuff);
92 _apply(sub { Encode::from_to($_[0], $from_enc, $to_enc, $check) }, {}, $stuff);
/dports/astro/py-astropy/astropy-5.0/astropy/utils/
H A Dshapes.py42 return self._apply('__getitem__', item)
49 return self._apply('copy', *args, **kwargs)
61 return self._apply('reshape', *args, **kwargs)
71 return self._apply('ravel', *args, **kwargs)
78 return self._apply('flatten', *args, **kwargs)
86 return self._apply('transpose', *args, **kwargs)
107 return self._apply('swapaxes', *args, **kwargs)
115 return self._apply('diagonal', *args, **kwargs)
123 return self._apply('squeeze', *args, **kwargs)
170 def _apply(method, *args, **kwargs): member in ShapedLikeNDArray
[all …]
/dports/devel/p5-Data-Recursive-Encode/Data-Recursive-Encode-0.06/lib/Data/Recursive/
H A DEncode.pm15 sub _apply { subroutine
30 @{$proto} = _apply($code, $seen, @{$arg});
34 %{$proto} = _apply($code, $seen, %{$arg});
38 ${$proto} = _apply($code, $seen, ${$arg});
59 _apply(sub { $encoding->decode($_[0], $check) }, {}, $stuff);
67 _apply(sub { $encoding->encode($_[0], $check) }, {}, $stuff);
72 _apply(sub { Encode::decode_utf8($_[0], $check) }, {}, $stuff);
77 _apply(\&Encode::encode_utf8, {}, $stuff);
87 _apply(sub { Encode::from_to($_[0], $from_enc, $to_enc, $check) }, {}, $stuff);
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/filters/tests/
H A Dtransform.py680 self._apply('foo'),
706 self._apply('.'),
718 self._apply('*'),
786 self._apply('.'),
808 self._apply('*'),
895 self._apply('.'),
917 self._apply('*'),
1003 self._apply('.'),
1024 self._apply('*'),
1109 self._apply('.'),
[all …]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/filters/rank/
H A D_percentile.py35 def _apply(func, image, footprint, out, mask, shift_x, shift_y, p0, p1, function
84 return _apply(percentile_cy._autolevel,
122 return _apply(percentile_cy._gradient,
160 return _apply(percentile_cy._mean,
198 return _apply(percentile_cy._subtract_mean,
240 return _apply(percentile_cy._enhance_contrast,
280 return _apply(percentile_cy._percentile,
321 return _apply(percentile_cy._pop,
362 return _apply(percentile_cy._sum,
402 return _apply(percentile_cy._threshold,
/dports/misc/ncnn/ncnn-20211208/src/layer/riscv/
H A Dhardswish_riscv.cpp72 vbool4_t _apply = vmnor_mm_b4(_lower, _higher, vl); in forward_inplace() local
76_apply, _p, /*op1*/ vfmul_vf_f32m8_m(_apply, _p, _p, alpha, vl), beta, in forward_inplace()
78 _p = vfmul_vv_f32m8_m(_apply, _p, /*op1*/ _p, _p0, vl); in forward_inplace()
123 vbool2_t _apply = vmnor_mm_b2(_lower, _higher, vl); in forward_inplace_fp16s() local
127_apply, _p, /*op1*/ vfmul_vf_f16m8_m(_apply, _p, _p, alpha, vl), beta, in forward_inplace_fp16s()
129 _p = vfmul_vv_f16m8_m(_apply, _p, /*op1*/ _p, _p0, vl); in forward_inplace_fp16s()
H A Dhardsigmoid_riscv.cpp72 vbool4_t _apply = vmnor_mm_b4(_lower, _higher, vl); in forward_inplace() local
76 _p = vfadd_vf_f32m8_m(_apply, _p, in forward_inplace()
77 /*op1*/ vfmul_vf_f32m8_m(_apply, _p, _p, alpha, vl), in forward_inplace()
123 vbool2_t _apply = vmnor_mm_b2(_lower, _higher, vl); in forward_inplace_fp16s() local
128 _apply, _p, in forward_inplace_fp16s()
129 /*op1*/ vfmul_vf_f16m8_m(_apply, _p, /*op1*/ _p, alpha, vl), beta, in forward_inplace_fp16s()
/dports/devel/libunwind/libunwind-1.5.0/doc/
H A Dunw_apply_reg_state.tex8 \begin{Name}{3}{unw\_apply\_reg\_state}{David Mosberger-Tang}{Programming Library}{unw\_apply\_reg\…
16 \Func{unw\_apply\_reg\_state}(\Type{unw\_cursor\_t~*}\Var{cp},
21 The \Func{unw\_apply\_reg\_state}() routine updates the register values
27 On successful completion, \Func{unw\_apply\_reg\_state}() returns 0.
33 \Func{unw\_apply\_reg\_state}() is thread-safe. If cursor \Var{cp} is
46 In addition, \Func{unw\_apply\_reg\_state}() may return any error
/dports/devel/py-azure-mgmt-policyinsights/azure-mgmt-policyinsights-1.0.0/azure/mgmt/policyinsights/operations/
H A D_policy_events_operations.py79 _apply = None
88 _apply = query_options.apply
124 if _apply is not None:
191 _apply = None
234 if _apply is not None:
304 _apply = None
415 _apply = None
532 _apply = None
648 _apply = None
764 _apply = None
[all …]
/dports/devel/py-azure-mgmt-policyinsights/azure-mgmt-policyinsights-1.0.0/azure/mgmt/policyinsights/aio/operations/
H A D_policy_events_operations.py74 _apply = None
83 _apply = query_options.apply
119 if _apply is not None:
185 _apply = None
228 if _apply is not None:
297 _apply = None
407 _apply = None
523 _apply = None
638 _apply = None
753 _apply = None
[all …]
/dports/devel/p5-Sub-Infix/Sub-Infix-0.004/lib/Sub/
H A DInfix.pm43 q(|) => sub { _apply($_[2] ? @_[1,0] : @_[0,1], "|") },
44 q(/) => sub { _apply($_[2] ? @_[1,0] : @_[0,1], "/") },
45 q(<<) => sub { _apply($_[2] ? @_[1,0] : @_[0,1], "<<") },
46 q(>>) => sub { _apply($_[2] ? @_[1,0] : @_[0,1], ">>") },
53 sub _apply subroutine
/dports/lang/python27/Python-2.7.18/Lib/
H A Dstringold.py133 _apply = apply variable
142 return _apply(s.index, args)
151 return _apply(s.rindex, args)
162 return _apply(s.count, args)
175 return _apply(s.find, args)
188 return _apply(s.rfind, args)
230 return _apply(_int, args)
258 return _apply(_long, args)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dstringold.py133 _apply = apply variable
142 return _apply(s.index, args)
151 return _apply(s.rindex, args)
162 return _apply(s.count, args)
175 return _apply(s.find, args)
188 return _apply(s.rfind, args)
230 return _apply(_int, args)
258 return _apply(_long, args)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dstringold.py133 _apply = apply variable
142 return _apply(s.index, args)
151 return _apply(s.rindex, args)
162 return _apply(s.count, args)
175 return _apply(s.find, args)
188 return _apply(s.rfind, args)
230 return _apply(_int, args)
258 return _apply(_long, args)
/dports/www/twiki-WysiwygPlugin/WysiwygPlugin-0.0.17720/lib/TWiki/Plugins/WysiwygPlugin/
H A DHTML2TML.pm125 $this->_apply( undef );
163 $this->_apply($tag);
173 $this->_apply($tag);
186 $this->_apply($this->{stackTop}->{tag});
191 $this->_apply($tag);
210 sub _apply { subroutine
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/lookandfeel/
H A Dlnftool.cpp46 QCommandLineOption _apply = in main() local
55 parser.addOption(_apply); in main()
62 if (!parser.isSet(_list) && !parser.isSet(_apply)) { in main()
73 } else if (parser.isSet(_apply)) { in main()
74 QString requestedTheme{parser.value(_apply)}; in main()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/numpy_utils/
H A Dwithout_numpy.py27 def _apply(f, a): function
29 return [_apply(f, t) for t in a]
102 return _apply(_eval, a)
117 return _apply(sinf, a)
121 return _apply(cosf, a)
129 return _apply(sqrtf, a)
133 return _apply(floorf, a)
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_autotag.py669 self._apply()
674 self._apply()
681 self._apply()
686 self._apply()
691 self._apply()
696 self._apply()
729 self._apply()
736 self._apply()
744 self._apply()
763 self._apply()
[all …]
/dports/graphics/minder/Minder-1.13.1/src/
H A DUrlEditor.vala29 private Button _apply;
47 _apply.activate();
54 _apply = new Button.with_label( _( "Apply" ) );
55 _apply.get_style_context().add_class( STYLE_CLASS_SUGGESTED_ACTION );
56 _apply.clicked.connect(() => {
69 bbox.pack_end( _apply, false, false );
86 _apply.set_sensitive( Utils.is_url( _entry.text ) );
124 _apply.set_sensitive( false );
150 _apply.set_sensitive( true );
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/doc/
H A D15-Service-apply-for-example.md13 ![Dashboard - Monitored services](screenshot/director/15_apply-for-services/151_monitored_services.…
17 ![Define service template - tcp](screenshot/director/15_apply-for-services/152_add_service_template…
21 ![Associate field to service template - tcp_port](screenshot/director/15_apply-for-services/153_add…
25 ![Define apply rule](screenshot/director/15_apply-for-services/154_create_apply_rule.png)
33 ![Add field to template](screenshot/director/15_apply-for-services/155_configure_apply_for.png)
44 ![Host config preview with Array](screenshot/director/15_apply-for-services/156_config_preview.png)
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DScale.cpp47 _apply(_propApply.getValueBool()) in Scale()
61 _apply(_propApply.getValueBool()) in Scale()
76 _apply(_propApply.getValueBool()) in Scale()
100 _apply = aScale.getApply(); in operator =()

12345678910>>...18