Home
last modified time | relevance | path

Searched refs:forceReload (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/service/
H A DLeavePeriodService.php284 * @param bool $forceReload (if false, will use cached value from previous method call)
288 public function getCurrentLeavePeriodStartDateAndMonth($forceReload = false){ argument
290 if ($forceReload || is_null(self::$currentLeavePeriodStartDateAndMonth)) {
297 protected function _getLeavePeriodHistoryList($forceReload = false) { argument
299 if ($forceReload || is_null(self::$leavePeriodHistoryList)) {
310 public function getGeneratedLeavePeriodList($toDate = null, $forceReload = false){ argument
312 $leavePeriodHistoryList = $this->_getLeavePeriodHistoryList($forceReload);
367 public function getCurrentLeavePeriodByDate($date, $forceReload = false){ argument
369 $this->leavePeriodList = $this->getGeneratedLeavePeriodList(null, $forceReload);
384 public static function getLeavePeriodStatus($forceReload = false) { argument
[all …]
H A DLeaveConfigurationService.php35 public function getLeaveEntitlementConsumptionStrategy($forceReload = false) { argument
36 if ($forceReload || is_null(self::$leaveConsumptionStrategy)) {
47 public function includePendingLeaveInBalance($forceReload = false) { argument
50 if ($forceReload || is_null(self::$includePendingLeaveInBalance)) {
/dports/deskutils/kmail/kmail-21.12.3/agents/followupreminderagent/
H A Dfollowupreminderutil.cpp59 bool forceReload) in writeFollowupReminderInfo() argument
88 if (forceReload) { in writeFollowupReminderInfo()
93 …eFollowupReminderInfo(KSharedConfig::Ptr config, const QList<qint32> &listRemove, bool forceReload) in removeFollowupReminderInfo() argument
119 if (forceReload) { in removeFollowupReminderInfo()
H A Dfollowupreminderutil.h28 …derInfo(KSharedConfig::Ptr config, FollowUpReminder::FollowUpReminderInfo *info, bool forceReload);
30 …ReminderInfo(KSharedConfig::Ptr config, const QList<qint32> &listRemove, bool forceReload = false);
/dports/www/matomo/piwik/core/
H A DDbHelper.php23 * @param bool $forceReload Invalidate cache
26 public static function getTablesInstalled($forceReload = true) argument
28 return Schema::getInstance()->getTablesInstalled($forceReload);
285 ArchiveTableCreator::refreshTableList($forceReload = true);
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/osm/
H A Doverpassquerymanager.cpp28 bool forceReload = false; member
134 if (m_tasks.front()->forceReload) { in executeTasks()
148 …req.setAttribute(QNetworkRequest::CacheLoadControlAttribute, executor.task->forceReload ? QNetwork… in executeTasks()
168 …} else if (reply->error() == QNetworkReply::ContentNotFoundError && !executor->task->forceReload) { in taskFinished()
170 executor->task->forceReload = true; in taskFinished()
197 if (executor->task->forceReload) { in taskFinished()
202 executor->task->forceReload = true; in taskFinished()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/osm/
H A Doverpassquerymanager.cpp28 bool forceReload = false; member
133 if (m_tasks.front()->forceReload) { in executeTasks()
147 …req.setAttribute(QNetworkRequest::CacheLoadControlAttribute, executor.task->forceReload ? QNetwork… in executeTasks()
167 …} else if (reply->error() == QNetworkReply::ContentNotFoundError && !executor->task->forceReload) { in taskFinished()
169 executor->task->forceReload = true; in taskFinished()
196 if (executor->task->forceReload) { in taskFinished()
201 executor->task->forceReload = true; in taskFinished()
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dsyncer.go18 syncFromServer(m MetaContext, u keybase1.UID, forceReload bool) error
23 func RunSyncer(m MetaContext, s Syncer, uid keybase1.UID, loggedIn bool, forceReload bool) (err err…
47 if err = s.syncFromServer(m, uid, forceReload); err != nil {
H A Dsync_trackers.go74 func (t *ServertrustTrackerSyncer) syncFromServer(m MetaContext, uid keybase1.UID, forceReload bool…
85 if lv >= 0 && !forceReload {
102 if lv < 0 || tmp.Version > lv || forceReload {
H A Dloaduser.go49forceReload bool // ignore the cache entirely, don't even bother polling if it is out… member
81 arg.uid, arg.name, arg.publicKeyOptional, arg.noCacheResult, arg.self, arg.forceReload,
121 arg.forceReload = true
140 arg.forceReload = true
228 arg.forceReload = true
239 if !arg.forceReload && !arg.forcePoll && !arg.forceMerkleServerPolling {
384 …ret, refresh, refreshReason, err = loadUser(m, arg.uid, resolveBody, sigHints, arg.forceReload, ar…
/dports/www/matomo/piwik/core/Db/
H A DSchema.php182 * @param bool $forceReload Invalidate cache
185 public function getTablesInstalled($forceReload = true) argument
187 return $this->getSchema()->getTablesInstalled($forceReload);
H A DSchemaInterface.php88 * @param bool $forceReload Invalidate cache
91 public function getTablesInstalled($forceReload = true); argument
/dports/www/matomo/piwik/core/DataAccess/
H A DArchiveTableCreator.php74 * @param bool $forceReload
77 public static function getTablesArchivesInstalled($type = null, $forceReload = false) argument
80 || $forceReload
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/gerrit/
H A Dgerritserver.cpp139 bool forceReload) in fillFromRemote() argument
160 resolveVersion(parameters, forceReload); in fillFromRemote()
166 const StoredHostValidity validity = forceReload ? Invalid : loadSettings(); in fillFromRemote()
175 resolveVersion(parameters, forceReload); in fillFromRemote()
335 void GerritServer::resolveVersion(const GerritParameters &p, bool forceReload) in resolveVersion() argument
341 if (!version.isEmpty() && !forceReload) in resolveVersion()
H A Dgerritserver.h77 … bool fillFromRemote(const QString &remote, const GerritParameters &parameters, bool forceReload);
97 void resolveVersion(const GerritParameters &p, bool forceReload);
H A Dgerritremotechooser.cpp98 bool GerritRemoteChooser::updateRemotes(bool forceReload) in updateRemotes() argument
109 if (!server.fillFromRemote(mapIt.value(), *m_parameters, forceReload)) in updateRemotes()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/util/
H A DsfBrowser.class.php60 * @param bool $forceReload true to force context reload, false otherwise
64 public function getContext($forceReload = false) argument
66 if (null === $this->context || $forceReload)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/
H A Dcontent_suggestions_data_sink.h23 forceReload:(BOOL)forceReload;
/dports/sysutils/plasma5-kde-cli-tools/kde-cli-tools-5.23.5/keditfiletype/
H A Dtypeslistitem.cpp46 void TypesListItem::loadIcon(bool forceReload) in loadIcon() argument
48 if ((!m_mimetypeData.icon().isEmpty() && icon(0).isNull()) || forceReload) { in loadIcon()
/dports/multimedia/lms/lms-3.25.2/src/libs/recommendation/impl/
H A DEngine.cpp171 Engine::load(bool forceReload, const ProgressCallback& progressCallback) in load() argument
213 loadClassifier(std::move(classifier.classifier), classifier.type, forceReload, progressCallback); in load()
237 bool forceReload, in loadClassifier() argument
252 …res = classifier->load(_db.getTLSSession(), forceReload, progressCallback ? progress : IClassifier… in loadClassifier()
H A DEngine.hpp56 void load(bool forceReload, const ProgressCallback& progressCallback) override;
69 …nique_ptr<IClassifier> classifier, ClassifierType classifierType, bool forceReload, const Progress…
/dports/www/mod_webkit/w4py-1.2.3/WebKit/
H A DServletFactory.py127 moduleDir, forceReload=self._reloadClasses)
159 moduleDir, forceReload=self._reloadClasses)
163 directory, isPackageDir=False, forceReload=False): argument
178 if module is not None and not forceReload:
/dports/www/matomo/piwik/core/Db/Schema/
H A DMysql.php427 * @param bool $forceReload Invalidate cache
430 public function getTablesInstalled($forceReload = true) argument
433 || $forceReload === true
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/CoverView/
H A DCoverView.cpp114 bool forceReload = (zoom < 0);
120 if(forceReload){
134 if(!forceReload)
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/
H A Ddetailsmanager.cpp72 void DetailsManager::askForSoundfontDetails(int id, bool forceReload)
76 if (forceReload)

12345678