Home
last modified time | relevance | path

Searched refs:_refresh (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/misc/tudu/tudu-0.10.3/src/
H A Dscreen.cc115 whelp->_refresh(); in draw_helpbar()
319 (*win)->_refresh(); in resizeTerm()
422 wtree->_refresh(); in drawTask()
622 wtree->_refresh(); in editTitle()
746 wtree->_refresh(); in treeClear()
841 winfo->_refresh(); in infoMsg()
856 winfo->_refresh(); in infoClear()
869 winfo->_refresh(); in infoPercent()
879 h._refresh(); \
961 wtree->_refresh(); in helpPopUp()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/activity-stream/lib/
H A DSnippetsFeed.jsm39 this._refresh = this._refresh.bind(this);
144 async _refresh() {
172 await this._refresh();
173 Services.prefs.addObserver(ONBOARDING_FINISHED_PREF, this._refresh);
174 Services.prefs.addObserver(SNIPPETS_URL_PREF, this._refresh);
175 Services.prefs.addObserver(TELEMETRY_PREF, this._refresh);
176 Services.prefs.addObserver(FXA_USERNAME_PREF, this._refresh);
181 Services.prefs.removeObserver(ONBOARDING_FINISHED_PREF, this._refresh);
182 Services.prefs.removeObserver(SNIPPETS_URL_PREF, this._refresh);
183 Services.prefs.removeObserver(TELEMETRY_PREF, this._refresh);
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/
H A Dround_rect.cpp70 , _refresh([=] { _corners = Images::PrepareCorners(radius, _color); }) { in RoundRect()
71 _refresh();
73 ) | rpl::start_with_next(_refresh, _lifetime);
80 , _refresh([=] { _corners = Images::PrepareCorners(radius, _color); }) { in RoundRect()
81 _refresh();
83 ) | rpl::start_with_next(_refresh, _lifetime);
88 _refresh(); in setColor()
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/Credential/
H A DInstanceProfile.pm41 $self->_refresh;
47 $self->_refresh;
53 $self->_refresh;
58 sub _refresh { method in Paws::Credential::InstanceProfile
H A DSTS.pm21 $self->_refresh;
27 $self->_refresh;
33 $self->_refresh;
48 sub _refresh { method in Paws::Credential::STS
H A DAssumeRole.pm21 $self->_refresh;
27 $self->_refresh;
33 $self->_refresh;
51 sub _refresh { method in Paws::Credential::AssumeRole
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/python/filter/
H A Dfreq_xlating_fft_filter.py59 self._refresh()
64 def _refresh(self): member in freq_xlating_fft_filter_ccc
72 self._refresh()
76 self._refresh()
/dports/devel/py-envisage/envisage-4.9.0/envisage/ui/workbench/
H A Dworkbench_action_set.py100 self.window.on_trait_change(self._refresh, 'opened')
101 self.window.on_trait_change(self._refresh, 'active_part')
102 self.window.on_trait_change(self._refresh, 'active_perspective')
124 def _refresh(self): member in WorkbenchActionSet
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dsessions_collection_mock.cpp39 _refresh( in MockSessionsCollectionImpl()
45 _refresh = std::move(hook); in setRefreshHook()
53 _refresh = in clearHooks()
59 return _refresh(sessions); in refreshSessions()
/dports/sysutils/py-salt/salt-3004.1/salt/beacons/
H A Dpkg.py61 _refresh = False
67 _refresh = True
80 _latest = __salt__["pkg.latest_version"](pkg, refresh=_refresh)
/dports/hebrew/he2/he2-0.61/he2/
H A DEdit_events.cxx285 _refresh() ; in _MarkBlockBegin()
295 _refresh() ; in _MarkBlockEnd()
426 _refresh() ; in _CopyBlock()
511 _refresh() ; in _Suspend()
755 _refresh() ; in _DeleteChar()
904 _refresh() ; in _Refresh()
1051 _refresh() ; in _LearnAllWords()
1277 _refresh() ; in _BeginningOfFile()
1290 _refresh() ; in _EndOfFile()
1364 _refresh() ; in _Undo()
[all …]
/dports/www/p5-Catalyst-Model-XML-Feed/Catalyst-Model-XML-Feed-0.04/lib/Catalyst/Model/XML/
H A DFeed.pm273 $self->_refresh($name);
293 $self->_refresh($name);
297 $self->_refresh($name);
304 sub _refresh { subroutine
/dports/databases/py-ormar/ormar-0.10.23/ormar/fields/
H A Dsqlalchemy_encrypted.py28 def _refresh(self, key: Union[str, bytes]) -> None: member in EncryptBackend
152 def _refresh(self) -> None: member in EncryptedString
154 self.backend._refresh(key)
159 self._refresh()
173 self._refresh()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_unittest.py136 self._refresh()
165 def _refresh(self): member in Patcher
186 self._refresh()
210 self._refresh()
/dports/math/py-pyFFTW/pyFFTW-0.13.0/pyfftw/interfaces/
H A Dcache.py244 def _refresh(self, key):
257 self._refresh(key)
263 self._refresh(key)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem_unittest.py142 self._refresh()
173 def _refresh(self): member in Patcher
194 self._refresh()
218 self._refresh()
/dports/www/py-flask-mongoengine/flask-mongoengine-1.0.0/flask_mongoengine/
H A Doperation_tracker.py30 "refresh": pymongo.cursor.Cursor._refresh,
222 if pymongo.cursor.Cursor._refresh != _cursor_refresh:
223 pymongo.cursor.Cursor._refresh = _cursor_refresh
235 if pymongo.cursor.Cursor._refresh == _cursor_refresh:
236 pymongo.cursor.Cursor._refresh = _original_methods["cursor_refresh"]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp51 static int _refresh = 0; variable
74 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
193 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/tools/
H A DhugoPkUpdate.cpp53 static int _refresh = 0; variable
76 { "refresh", 0, arg_flag, &_refresh, "refresh record rather than update them", "" } in main()
196 if (_refresh == 0) in hugoPkUpdate()

12345678910>>...13