Home
last modified time | relevance | path

Searched defs:doSave (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dhistory.cpp238 bool History_StartTurn::doSave(XML_Helper* helper) const in doSave() function in History_StartTurn
269 bool History_FoundSage::doSave(XML_Helper* helper) const in doSave() function in History_FoundSage
298 bool History_GoldTotal::doSave(XML_Helper* helper) const in doSave() function in History_GoldTotal
330 bool History_HeroEmerges::doSave(XML_Helper* helper) const in doSave() function in History_HeroEmerges
365 bool History_CityWon::doSave(XML_Helper* helper) const in doSave() function in History_CityWon
395 bool History_HeroCityWon::doSave(XML_Helper* helper) const in doSave() function in History_HeroCityWon
429 bool History_CityRazed::doSave(XML_Helper* helper) const in doSave() function in History_CityRazed
609 bool History_Score::doSave(XML_Helper* helper) const in doSave() function in History_Score
697 bool History_DiplomacyWar::doSave(XML_Helper* helper) const in doSave() function in History_DiplomacyWar
783 bool History_EndTurn::doSave(XML_Helper* helper) const in doSave() function in History_EndTurn
[all …]
H A Daction.cpp386 bool Action_Move::doSave(XML_Helper* helper) const in doSave() function in Action_Move
456 bool Action_Split::doSave(XML_Helper* helper) const in doSave() function in Action_Split
580 bool Action_Fight::doSave(XML_Helper* helper) const in doSave() function in Action_Fight
712 bool Action_Join::doSave(XML_Helper* helper) const in doSave() function in Action_Join
759 bool Action_Ruin::doSave(XML_Helper* helper) const in doSave() function in Action_Ruin
888 bool Action_Sack::doSave(XML_Helper* helper) const in doSave() function in Action_Sack
917 bool Action_Raze::doSave(XML_Helper* helper) const in doSave() function in Action_Raze
978 bool Action_Buy::doSave(XML_Helper* helper) const in doSave() function in Action_Buy
1190 bool Action_Quest::doSave(XML_Helper* helper) const in doSave() function in Action_Quest
2089 bool Action_Loot::doSave(XML_Helper* helper) const in doSave() function in Action_Loot
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/utils/
H A DSaveFile.java61 …public static boolean doSave(ScilabEditorPane textPane, int index, File fOut, EditorKit editorKit)… in doSave() method in SaveFile
72 …public static boolean doSave(ScilabDocument doc, File fOut, EditorKit editorKit) throws IOExceptio… in doSave() method in SaveFile
123 …public static boolean doSave(ScilabEditorPane textPane, int index, File fOut, EditorKit editorKit,… in doSave() method in SaveFile
134 …public static boolean doSave(ScilabEditorPane textPane, int index, File fOut, EditorKit editorKit,… in doSave() method in SaveFile
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DSaveable.java114 public abstract void doSave(IProgressMonitor monitor) throws CoreException; in doSave() method in Saveable
212 …public IJobRunnable doSave(IProgressMonitor monitor, IShellProvider shellProvider) throws CoreExce… in doSave() method in Saveable
H A DISaveablePart.java52 void doSave(IProgressMonitor monitor); in doSave() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/
H A DMultiPageResourceEditor.java73 public void doSave(IProgressMonitor monitor) { in doSave() method in MultiPageResourceEditor
109 public void doSave(IProgressMonitor monitor) { in doSave() method in MultiPageResourceEditor.SubEditor
H A DTestMultiPageEditor.java46 public void doSave(IProgressMonitor monitor) { in doSave() method in TestMultiPageEditor
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/resizables/file_browsers/
H A Dsave_game.lua92 function UISaveGame:doSave(filename) function
H A Dsave_map.lua92 function UISaveMap:doSave(filename) function
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dsavedata.cpp48 void SaveData::doSave() in doSave() function in SaveData
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/multiuser/
H A DUserManagerPersister.java38 doSave( in doSave() method
/dports/sysutils/kf5-kwallet/kwallet-5.89.0/examples/asynchronous_app/
H A Ddialog.cpp63 void Dialog::doSave() in doSave() function in Dialog
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.compat/src/org/eclipse/e4/tools/compat/parts/
H A DDIMultiPageEditorPart.java36 public void doSave(IProgressMonitor monitor) { in doSave() method in DIMultiPageEditorPart
/dports/mail/cone/cone-1.1/cone/
H A Dfiltereditscreen.H67 bool doSave; variable
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/
H A DFilesystemTrait.php92 protected function doSave(array $values, $lifetime) function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/org/eclipse/ui/forms/examples/internal/rcp/
H A DSimpleFormEditor.java59 public void doSave(IProgressMonitor monitor) { in doSave() method in SimpleFormEditor
/dports/www/matomo/piwik/vendor/matomo/cache/src/Backend/
H A DDefaultTimeoutDecorated.php39 public function doSave($id, $data, $lifeTime = 0) function in Matomo\\Cache\\Backend\\DefaultTimeoutDecorated
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/
H A DFilesystemTrait.php92 protected function doSave(array $values, $lifetime) function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/
H A DClientEditor.java43 void doSave() { in doSave() method in ClientEditor
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/Cache/
H A DPhpFileCache.php77 protected function doSave($id, $data, $lifeTime = 0) function in Doctrine\\Common\\Cache\\PhpFileCache
H A DFilesystemCache.php98 protected function doSave($id, $data, $lifeTime = 0) function in Doctrine\\Common\\Cache\\FilesystemCache
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/form/doctrine/base/
H A DBaseEmployeeForm.class.php158 protected function doSave($con = null) function in BaseEmployeeForm
/dports/www/matomo/piwik/vendor/matomo/cache/src/
H A DBackend.php44 public function doSave($id, $data, $lifeTime = 0); function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DILaunchConfigurationWorkingCopy.java79 ILaunchConfiguration doSave() throws CoreException; in doSave() method
103 ILaunchConfiguration doSave(int flag) throws CoreException; in doSave() method
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/cache/lib/Doctrine/Common/Cache/
H A DVoidCache.php31 protected function doSave($id, $data, $lifeTime = 0) function in Doctrine\\Common\\Cache\\VoidCache

12345678910>>...26