Home
last modified time | relevance | path

Searched refs:_hint (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/audio/faust/faust-2.37.3/architecture/iOS/iOS/
H A DFIKnob.mm49 _hint = nil;
68 if (_hint) [_hint dealloc];
121 if (_hint)
186 if (!_hint)
192 if (_hint)
233 if (_hint)
236 [_hint release];
237 _hint = nil;
245 if (_hint)
248 [_hint release];
[all …]
H A DFISlider.mm48 _hint = nil;
62 if (_hint) [_hint dealloc];
80 if (_hint)
163 if (!_hint)
169 if (_hint)
202 if (_hint)
205 [_hint release];
206 _hint = nil;
214 if (_hint)
217 [_hint release];
[all …]
/dports/databases/pymongo/pymongo-3.12.0/pymongo/
H A Doperations.py91 self._hint = hint
96 hint=self._hint)
145 self._hint = hint
150 hint=self._hint)
208 self._hint = hint
229 self._collation, self._hint)
255 self._hint = hint
261 other._array_filters, other._hint) ==
263 self._array_filters, self._hint))
320 hint=self._hint)
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Workflow/
H A Dget_rpc_openapi_spec.pm30 cert_info => { _hint => 'if prefixed with "OXJSF1:" it is a JSON string.', },
50 pkcs10 => { _hint => 'if prefixed with "OXJSF1:" it is a JSON string.', },
51 pkcs7 => { _hint => 'if prefixed with "OXJSF1:" it is a JSON string.', },
168 $hint .= delete $match->{_hint} if $match->{_hint};
175 $hint .= delete $match->{_hint} if $match->{_hint};
182 $hint .= delete $match->{_hint} if $match->{_hint};
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Workflow/
H A Dget_rpc_openapi_spec.pm30 cert_info => { _hint => 'if prefixed with "OXJSF1:" it is a JSON string.', },
50 pkcs10 => { _hint => 'if prefixed with "OXJSF1:" it is a JSON string.', },
51 pkcs7 => { _hint => 'if prefixed with "OXJSF1:" it is a JSON string.', },
168 $hint .= delete $match->{_hint} if $match->{_hint};
175 $hint .= delete $match->{_hint} if $match->{_hint};
182 $hint .= delete $match->{_hint} if $match->{_hint};
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/declarative/minehunt/
H A Dminehunt.h49 TileData() : _hasFlag(false), _hasMine(false), _hint(-1), _flipped(false) {} in TileData()
58 int hint() const { return _hint; } in Q_PROPERTY()
65 void setHint(int hint) { if(hint == _hint) return; _hint = hint; emit hintChanged(); } in setHint()
78 int _hint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/mws/
H A Dresponse.py34 def __init__(self, _hint=None, **kw): argument
36 if _hint is not None:
37 self._hint = _hint
42 self._hint = JITResponse
46 setattr(self._hint, name, value)
58 self._clone = self.__class__(_hint=self._hint)
75 self._value = self._hint(parent=self._parent, **kw)
96 value = self._hint(parent=self._parent, **kw)
109 if _hint is None:
112 super(MemberList, self).__init__(_hint=_hint)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/mws/
H A Dresponse.py34 def __init__(self, _hint=None, **kw): argument
36 if _hint is not None:
37 self._hint = _hint
42 self._hint = JITResponse
46 setattr(self._hint, name, value)
58 self._clone = self.__class__(_hint=self._hint)
75 self._value = self._hint(parent=self._parent, **kw)
96 value = self._hint(parent=self._parent, **kw)
109 if _hint is None:
112 super(MemberList, self).__init__(_hint=_hint)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/mws/
H A Dresponse.py34 def __init__(self, _hint=None, **kw): argument
36 if _hint is not None:
37 self._hint = _hint
42 self._hint = JITResponse
46 setattr(self._hint, name, value)
58 self._clone = self.__class__(_hint=self._hint)
75 self._value = self._hint(parent=self._parent, **kw)
96 value = self._hint(parent=self._parent, **kw)
109 if _hint is None:
112 super(MemberList, self).__init__(_hint=_hint)
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/mws/
H A Dresponse.py34 def __init__(self, _hint=None, **kw): argument
36 if _hint is not None:
37 self._hint = _hint
42 self._hint = JITResponse
46 setattr(self._hint, name, value)
58 self._clone = self.__class__(_hint=self._hint)
75 self._value = self._hint(parent=self._parent, **kw)
96 value = self._hint(parent=self._parent, **kw)
109 if _hint is None:
112 super(MemberList, self).__init__(_hint=_hint)
[all …]
/dports/devel/p5-Params-Coerce/Params-Coerce-0.15/lib/Params/
H A DCoerce.pm358 return _hint($key, ">$method") if $have->can($method);
363 return _hint($key, "<$method") if $want->can($method);
367 _hint($key, '0');
372 sub _hint { subroutine
/dports/net/nmsg/nmsg-1.0.1/libmy/
H A Dvector.h25 size_t _n, _n_alloced, _hint; \
34 vec->_hint = vec->_n_alloced = hint; \
44 vec->_hint = vec->_n_alloced = hint; \
56 (vec)->_n_alloced = (vec)->_hint; \
114 if ((vec)->_n_alloced > (vec)->_hint) { \
115 (vec)->_n_alloced = (vec)->_hint; \
/dports/dns/dnstable-convert/dnstable-convert-0.11.0/libmy/
H A Dvector.h25 size_t _n, _n_alloced, _hint; \
34 vec->_hint = vec->_n_alloced = hint; \
44 vec->_hint = vec->_n_alloced = hint; \
56 (vec)->_n_alloced = (vec)->_hint; \
114 if ((vec)->_n_alloced > (vec)->_hint) { \
115 (vec)->_n_alloced = (vec)->_hint; \
/dports/dns/dnstable/dnstable-0.12.0/libmy/
H A Dvector.h25 size_t _n, _n_alloced, _hint; \
34 vec->_hint = vec->_n_alloced = hint; \
44 vec->_hint = vec->_n_alloced = hint; \
56 (vec)->_n_alloced = (vec)->_hint; \
114 if ((vec)->_n_alloced > (vec)->_hint) { \
115 (vec)->_n_alloced = (vec)->_hint; \
/dports/devel/fstrm/fstrm-0.6.1/libmy/
H A Dvector.h33 size_t _n, _n_alloced, _hint; \
42 vec->_hint = vec->_n_alloced = hint; \
52 vec->_hint = vec->_n_alloced = hint; \
64 (vec)->_n_alloced = (vec)->_hint; \
122 if ((vec)->_n_alloced > (vec)->_hint) { \
123 (vec)->_n_alloced = (vec)->_hint; \
/dports/dns/wdns/wdns-0.10.0/libmy/
H A Dvector.h25 size_t _n, _n_alloced, _hint; \
34 vec->_hint = vec->_n_alloced = hint; \
44 vec->_hint = vec->_n_alloced = hint; \
56 (vec)->_n_alloced = (vec)->_hint; \
114 if ((vec)->_n_alloced > (vec)->_hint) { \
115 (vec)->_n_alloced = (vec)->_hint; \
/dports/net/axa/axa-2.2.0/libmy/
H A Dvector.h25 size_t _n, _n_alloced, _hint; \
34 vec->_hint = vec->_n_alloced = hint; \
44 vec->_hint = vec->_n_alloced = hint; \
56 (vec)->_n_alloced = (vec)->_hint; \
114 if ((vec)->_n_alloced > (vec)->_hint) { \
115 (vec)->_n_alloced = (vec)->_hint; \
/dports/devel/mtbl/mtbl-1.4.0/libmy/
H A Dvector.h25 size_t _n, _n_alloced, _hint; \
34 vec->_hint = vec->_n_alloced = hint; \
44 vec->_hint = vec->_n_alloced = hint; \
56 (vec)->_n_alloced = (vec)->_hint; \
114 if ((vec)->_n_alloced > (vec)->_hint) { \
115 (vec)->_n_alloced = (vec)->_hint; \
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Konfigurator/
H A Dkrresulttabledialog.h45 return _hint; in getHint()
51 _hint = s; in setHint()
59 QString _hint; variable
/dports/biology/mmseqs2/MMseqs2-13-45111/src/commons/
H A DMemoryMapped.cpp47 _hint (Normal), in MemoryMapped()
62 _hint (hint), in MemoryMapped()
92 _hint = hint; in open()
102 switch (_hint) in open()
311 switch (_hint) in remap()
/dports/devel/p5-Parse-RecDescent/Parse-RecDescent-1.967015/lib/Parse/
H A DRecDescent.pm136 _hint(<<EOWARNING);
775 Parse::RecDescent::_hint(
790 Parse::RecDescent::_hint(
807 Parse::RecDescent::_hint(
831 Parse::RecDescent::_hint(
1273 Parse::RecDescent::_hint($@);
2582 _hint("Did you misspell \"$code\"
2919 _hint("Did you misspell \"$1\"
2971 _hint($@);
3060 _hint("A call was made to a subrule
[all …]
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/translate/translate/
H A Dpreferences.py93 self._hint = Gtk.Label()
94 self._hint.set_markup(service.get_api_hint())
96 apibox_container.add(self._hint)
101 apibox_container.remove(self._hint)
104 self._hint = None
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel_password.cpp60 _hint.create( in PanelAskPassword()
139 if (_hint) { in updateControlsGeometry()
141 _hint->resizeToWidth(availableWidth); in updateControlsGeometry()
142 _hint->moveToLeft(padding.left(), top); in updateControlsGeometry()
143 top += _hint->height(); in updateControlsGeometry()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DKeyManager.h75 …string const& _pass, std::string const& _hint) { if (!_hint.empty()) m_passwordHint[hashPassword(_… in noteHint() argument
107 …bool recode(Address const& _address, std::string const& _newPass, std::string const& _hint, std::f…
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp_clock/octoclock/
H A Doctoclock_impl.cpp65 device_addr_t _hint = hints[0]; in octoclock_find() local
78 if (not _hint.has_key("addr")) { in octoclock_find()
99 _hint["addr"], BOOST_STRINGIZE(OCTOCLOCK_UDP_CTRL_PORT)); in octoclock_find()
152 if ((not _hint.has_key("name") or (_hint["name"] == new_addr["name"])) in octoclock_find()
153 and (not _hint.has_key("serial") in octoclock_find()
154 or (_hint["serial"] == new_addr["serial"]))) { in octoclock_find()

12345678910>>...12