Home
last modified time | relevance | path

Searched refs:loadProperties (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/
H A DPropertiesPersisterTests.java36 Properties props = loadProperties(propString, false); in testPropertiesPersister()
38 loadProperties(propCopy, false); in testPropertiesPersister()
43 Properties props = loadProperties(propString, false); in testPropertiesPersisterWithWhitespace()
45 loadProperties(propCopy, false); in testPropertiesPersisterWithWhitespace()
52 loadProperties(propCopy, false); in testPropertiesPersisterWithHeader()
59 loadProperties(propCopy, false); in testPropertiesPersisterWithEmptyValue()
64 Properties props = loadProperties(propString, true); in testPropertiesPersisterWithReader()
66 loadProperties(propCopy, false); in testPropertiesPersisterWithReader()
73 loadProperties(propCopy, false); in testPropertiesPersisterWithReaderAndWhitespace()
80 loadProperties(propCopy, false); in testPropertiesPersisterWithReaderAndHeader()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DMapReverb.cpp18 reverbProfile = loadProperties(map.SongHeader.reverbID); in MapReverb()
24 reverbProfile = loadProperties(EFX_PROFILE_OUTSIDE); in MapReverb()
26 reverbProfile = loadProperties(EFX_PROFILE_DUNGEON); in MapReverb()
28 reverbProfile = loadProperties(EFX_PROFILE_DEFAULT); in MapReverb()
37 unsigned char MapReverb::loadProperties (unsigned char profileNumber) { in loadProperties() function in GemRB::MapReverb
78 return loadProperties(0); in obtainProfile()
98 return loadProperties(configValue); in obtainProfile()
/dports/games/legend-of-edgar/edgar-1.34/src/graphics/
H A Ddecoration.c205 loadProperties("decoration/star", e); in addStarExplosion()
247 loadProperties("decoration/particle", e); in addParticleExplosion()
288 loadProperties("decoration/particle", e); in addParticle()
327 loadProperties("decoration/sparkle", e); in addSparkle()
348 loadProperties(name, e); in addTrail()
370 loadProperties(name, e); in addSmoke()
435 loadProperties("decoration/blood", e); in addBlood()
457 loadProperties(name, e); in addBasicDecoration()
/dports/games/legend-of-edgar/edgar-1.34/src/item/
H A Dpotions.c50 loadProperties(name, e); in addHealthPotion()
104 loadProperties(name, e); in addSlimePotion()
132 loadProperties("item/empty_potion", self); in useSlimePotion()
150 loadProperties(name, e); in addInvisibilityPotion()
187 loadProperties(name, e); in addFlamingArrowPotion()
H A Dmastermind_display.c54 loadProperties(name, e); in addMastermindDisplay()
80 loadProperties(name, e); in addMastermindPeg()
105 loadProperties(name, e); in addMastermindScore()
200 loadProperties("item/mastermind_score", e); in init()
209 loadProperties("item/mastermind_peg", e); in init()
334 loadProperties("item/jigsaw_puzzle_cursor", e); in addCursor()
H A Dgrimlore_artifact.c51 loadProperties(name, e); in addReflectionArtifact()
84 loadProperties(name, e); in addProtectionArtifact()
117 loadProperties(name, e); in addBindArtifact()
154 loadProperties("edgar/edgar_reflection_shield", e); in reflectionShieldInit()
181 loadProperties("edgar/edgar_protection_shield", e); in protectionShieldInit()
H A Dtesla_pack.c50 loadProperties(name, e); in addTeslaPack()
116 loadProperties("item/tesla_shock", e); in shockTarget()
180 loadProperties("item/tesla_pack_empty", self); in shockEnd()
H A Dsoul_bottle.c49 loadProperties(name, e); in addSoulBottle()
123 loadProperties("item/bottle_magic", e); in soulActivate()
203 loadProperties("item/full_soul_bottle", self); in bottleFill()
/dports/games/jin/jin-2.14.1/src/free/util/
H A DIOUtilities.java418 public static Properties loadProperties(InputStream in) throws IOException{ in loadProperties() method in IOUtilities
419 return loadProperties(in, new Properties()); in loadProperties()
430 public static Properties loadProperties(InputStream in, Properties props) throws IOException{ in loadProperties() method in IOUtilities
461 return loadProperties(in, props); in loadPropertiesAndClose()
477 public static Properties loadProperties(File file) throws IOException{ in loadProperties() method in IOUtilities
490 public static Properties loadProperties(URL url, boolean allowCache) throws IOException{ in loadProperties() method in IOUtilities
491 return loadProperties(url, allowCache, new Properties()); in loadProperties()
504 …public static Properties loadProperties(URL url, boolean allowCache, Properties props) throws IOEx… in loadProperties() method in IOUtilities
/dports/games/legend-of-edgar/edgar-1.34/src/enemy/
H A Dcentipede.c56 loadProperties(name, e); in addCentipede()
130 loadProperties(self->mental % 2 == 0 ? "enemy/yellow_centipede" : "enemy/red_centipede", self); in headMove()
187 loadProperties(name, e); in addSegments()
267 loadProperties("enemy/green_centipede_segment", self); in segmentMove()
313loadProperties(self->mental % 2 == 0 ? "enemy/yellow_centipede_segment" : "enemy/red_centipede_seg… in segmentMove()
379 loadProperties(self->objectiveName, self); in becomeHead()
489 loadProperties("enemy/green_centipede", self); in becomeGreen()
H A Dlaser_grid.c46 loadProperties(name, e); in addLaserGrid()
113 loadProperties("enemy/horizontal_laser", e); in addLaser()
144 loadProperties("enemy/laser", e); in addLaser()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/io/support/
H A DPropertiesLoaderSupport.java150 loadProperties(result); in mergeProperties()
161 loadProperties(result); in mergeProperties()
173 protected void loadProperties(Properties props) throws IOException { in loadProperties() method in PropertiesLoaderSupport
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/preferences/legacy/
H A DProductPreferencesService.java90 return loadProperties(url); in getProductCustomization()
104 return loadProperties(transURL); in getProductTranslation()
107 private Properties loadProperties(URL url) { in loadProperties() method in ProductPreferencesService
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/deployer/
H A DFileConfigurationManager.java55 loadProperties(); in getProperties()
65 private void loadProperties () in loadProperties() method in FileConfigurationManager
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/deployer/
H A DFileConfigurationManager.java55 loadProperties(); in getProperties()
65 private void loadProperties () in loadProperties() method in FileConfigurationManager
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/menu/
H A DBeatMenuItem.java173 this.loadProperties(); in showItems()
207 public void loadProperties(){ in loadProperties() method in BeatMenuItem
226 this.durationMenuItem.loadProperties(); in loadProperties()
227 this.chordMenuItem.loadProperties(); in loadProperties()
228 this.effectMenuItem.loadProperties(); in loadProperties()
229 this.dynamicMenuItem.loadProperties(); in loadProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/spi/p2/publisher/
H A DLocalizationHelper.java77 Map<String, String> properties = loadProperties(localizationDir, nextFile); in getDirPropertyLocalizations()
105 Map<String, String> properties = CollectionUtils.loadProperties(stream); in getJarPropertyLocalizations()
124 …private static Map<String, String> loadProperties(File root, String propertyFilename) throws IOExc… in loadProperties() method in LocalizationHelper
139 return CollectionUtils.loadProperties(propertyStream); in loadProperties()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/mixer/
H A DTGMixer.java133 this.loadProperties(false); in loadData()
196 public synchronized void loadProperties(){ in loadProperties() method in TGMixer
197 this.loadProperties(true); in loadProperties()
200 public synchronized void loadProperties(boolean pack){ in loadProperties() method in TGMixer
205 mixer.loadProperties(); in loadProperties()
/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSUtil.h30 bool loadProperties (SProperties* in);
31 bool loadProperties (const SString& file, SProperties* in);
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/generator/
H A DDescriptionGenerator.java73 private static Properties loadProperties(final URL propertyURL) { in loadProperties() method in DescriptionGenerator
103 final Properties p = loadProperties(propertyURL); in main()
107 final Properties handlers = loadProperties(new URL(propertyURL, handlerSource)); in main()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/items/tool/
H A DPropertiesToolItems.java36 this.loadProperties(); in showItems()
39 public void loadProperties(){ in loadProperties() method in PropertiesToolItems
/dports/databases/kbibtex/kbibtex-0.9.2/src/program/docklets/
H A Dfilesettings.cpp67 loadProperties(file); in currentFileChangedSlot()
75 loadProperties(file); in flagsChangedSlot()
/dports/databases/hbase/hbase-1.2.1/hbase-it/src/test/java/org/apache/hadoop/hbase/chaos/factories/
H A DUnbalanceMonkeyFactory.java37 loadProperties(); in build()
45 private void loadProperties() { in loadProperties() method in UnbalanceMonkeyFactory
H A DMasterKillingMonkeyFactory.java41 loadProperties(); in build()
58 private void loadProperties() { in loadProperties() method in MasterKillingMonkeyFactory
/dports/textproc/xerces-j/xerces-2_12_0/samples/xni/
H A DObjectFactory.java164 boolean loadProperties = false; in createObject()
171 loadProperties = true; in createObject()
182 loadProperties = true; in createObject()
186 if(loadProperties) { in createObject()

12345678910>>...31