Home
last modified time | relevance | path

Searched refs:forceLoad (Results 1 – 25 of 110) sorted by relevance

12345

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkThumbs.cpp67 void DkThumbNail::compute(int forceLoad) { in compute() argument
88 int forceLoad, int maxThumbSize) { in computeIntern() argument
112 if (forceLoad != force_save_thumb) in computeIntern()
127 bool rescale = forceLoad == do_not_force; in computeIntern()
131 forceLoad == force_full_thumb || in computeIntern()
132 forceLoad == force_save_thumb)) { // braces in computeIntern()
147 if (thumb.isNull() && forceLoad == force_exif_thumb) in computeIntern()
185 if (forceLoad == force_save_thumb || (forceLoad == save_thumb && !exifThumb)) { in computeIntern()
301 if (forceLoad == force_full_thumb || forceLoad == force_save_thumb || forceLoad == save_thumb) in fetchThumb()
317 mForceLoad = forceLoad; in fetchThumb()
[all …]
H A DDkThumbs.h113 void compute(int forceLoad = do_not_force);
154 …QImage computeIntern(const QString& file, QSharedPointer<QByteArray> ba, int forceLoad, int maxThu…
170 …bool fetchThumb(int forceLoad = do_not_force, QSharedPointer<QByteArray> ba = QSharedPointer<QByte…
196 …QImage computeCall(const QString& filePath, QSharedPointer<QByteArray> ba, int forceLoad, int maxT…
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DMediaContainerRetained.java86 void setURLObject(URL url, boolean forceLoad) { in setURLObject() argument
104 if (forceLoad) in setURLObject()
121 void setURLString(String path, boolean forceLoad) { in setURLString() argument
141 if (forceLoad) in setURLString()
158 void setInputStream(InputStream stream, boolean forceLoad) { in setInputStream() argument
168 if (forceLoad) in setInputStream()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DQualifierLazyLoading.java50 private boolean forceLoad = false; field in QualifierLazyLoading
122 if(forceLoad) in getValues()
220 public void setForceLoad(boolean forceLoad) in setForceLoad() argument
222 this.forceLoad = forceLoad; in setForceLoad()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DAsyncShim.java63 public final void forceLoad(boolean downloadCodeOnly) in forceLoad() method in AsyncShim
65 forceLoad(downloadCodeOnly, null); in forceLoad()
80 public void forceLoad(boolean downloadCodeOnly, Command continuation) in forceLoad() method in AsyncShim
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/db/
H A DColumns.php35 public static $forceLoad = false; variable in GO\\Base\\Db\\Columns
62 if(self::$forceLoad){
67 if(isset(self::$_columns[$tableName]) && !self::$forceLoad){
/dports/security/keybase/client-v5.7.1/shared/teams/common/
H A Dactivity.tsx70 * @param forceLoad force a reload even if they're already loaded.
72 export const useActivityLevels = (forceLoad?: boolean) => {
78 if ((!activityLevelsLoaded || forceLoad) && !triggeredLoad.current) {
82 }, [dispatch, activityLevelsLoaded, forceLoad])
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/chado/
H A DFeatureLocLazyQualifierValue.java52 private boolean forceLoad = false; field in FeatureLocLazyQualifierValue
180 if(forceLoad) in getString()
403 return forceLoad; in isForceLoad()
406 public void setForceLoad(boolean forceLoad) in setForceLoad() argument
408 this.forceLoad = forceLoad; in setForceLoad()
H A DClusterLazyQualifierValue.java52 private boolean forceLoad = false; field in ClusterLazyQualifierValue
79 if(forceLoad && !lazyLoaded) in getString()
90 public void setForceLoad(boolean forceLoad) in setForceLoad() argument
92 this.forceLoad = forceLoad; in setForceLoad()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DTextureResource.cpp103 …ureResource> TextureResource::get(const std::string& path, bool tile, bool forceLoad, bool dynamic) in get() argument
139 if (forceLoad) in get()
141 tex->mForceLoad = forceLoad; in get()
H A DTextureResource.h19 …r<TextureResource> get(const std::string& path, bool tile = false, bool forceLoad = false, bool dy…
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Di/Definition/
H A DRuntimeDefinition.php184 * @param bool $forceLoad
186 protected function processClass($class, $forceLoad = false) argument
192 if (!$forceLoad && $this->processedClass[$class]) {
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DWindowXML.cpp55 void AllocResources(bool forceLoad = false) override in AllocResources() argument
56 …MC_TRACE; if(up()) CGUIMediaWindow::AllocResources(forceLoad); else checkedv(AllocResources(forceL… in AllocResources()
406 void WindowXML::AllocResources(bool forceLoad /*= false */) in AllocResources() argument
417 ref(window)->AllocResources(forceLoad); in AllocResources()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/
H A DResourceUtil.java246 public static <T> T getAdapter(Object element, Class<T> adapterType, boolean forceLoad) { in getAdapter() argument
247 return Adapters.adapt(element, adapterType, forceLoad); in getAdapter()
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A DNamedTextures.h32 const TexInfo* GetInfo(const std::string& texName, const bool forceLoad = false);
H A DNamedTextures.cpp288 const TexInfo* GetInfo(const std::string& texName, const bool forceLoad) in GetInfo() argument
299 if (forceLoad) { in GetInfo()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/install/updatescripts/
H A D3_preset_category_acls.php2 \GO\Base\Db\Columns::$forceLoad = true; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/windows/
H A DGUIWindowSettingsScreenCalibration.h25 void AllocResources(bool forceLoad = false) override;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSourceSatellitePresenter.java40 source_.forceLoad(); in asWidget()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/global/
H A Dlang.cpp280 bool Lang::loadTechTreeStrings(string techTree,bool forceLoad) { in loadTechTreeStrings() argument
285 if(forceLoad == false && techTree == techNameLoaded) { in loadTechTreeStrings()
318 if(forceLoad == true || in loadTechTreeStrings()
343 if(forceLoad == true || in loadTechTreeStrings()
363 if(forceLoad == true || in loadTechTreeStrings()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/home/
H A DHomeConfigLoader.java52 forceLoad(); in onStartLoading()
H A DSimpleCursorLoader.java114 forceLoad(); in onStartLoading()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/home/
H A DHomeConfigLoader.java52 forceLoad(); in onStartLoading()
H A DSimpleCursorLoader.java114 forceLoad(); in onStartLoading()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIWindow.cpp727 void CGUIWindow::AllocResources(bool forceLoad /*= false */) in AllocResources() argument
736 forceLoad |= NeedLoad() || (m_loadType == LOAD_EVERY_TIME); in AllocResources()
739 if (m_windowLoaded && forceLoad) in AllocResources()
742 if (forceLoad) in AllocResources()
765 if (forceLoad) in AllocResources()

12345