Home
last modified time | relevance | path

Searched refs:afterSave (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/graphics/radiance/radiance-baf2c40/resources/qml/
H A DGlslEditor.qml14 property var afterSave
141 afterSave = null;
144 afterSave = null;
173 afterSave = window.close;
188 afterSave = window.clear;
241 if (afterSave) {
242 afterSave();
245 afterSave = null;
267 window.afterSave = null;
/dports/net-im/coyim/coyim-0.3.11/config/
H A Dapplication_config.go17 afterSave []func() member
84 a.afterSave = append(a.afterSave, f)
88 afterSaves := a.afterSave
89 a.afterSave = nil
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/summary/model/
H A DAnnouncement.php51 protected function afterSave($wasNew) { function in GO\\Summary\\Model\\Announcement
56 return parent::afterSave($wasNew);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/model/
H A DException.php63 protected function afterSave($wasNew) { function in GO\\Calendar\\Model\\Exception
70 return parent::afterSave($wasNew);
H A DGroupAdmin.php68 protected function afterSave($wasNew) { function in GO\\Calendar\\Model\\GroupAdmin
77 return parent::afterSave($wasNew);
H A DCategory.php115 protected function afterSave($wasNew) { function in GO\\Calendar\\Model\\Category
124 return parent::afterSave($wasNew);
H A DCalendar.php179 protected function afterSave($wasNew) { function in GO\\Calendar\\Model\\Calendar
193 return parent::afterSave($wasNew);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/model/
H A DUserGroup.php62 protected function afterSave($wasNew) { function in GO\\Base\\Model\\UserGroup
66 return parent::afterSave($wasNew);
H A DAclUsersGroups.php106 protected function afterSave($wasNew) { function in GO\\Base\\Model\\AclUsersGroups
132 return parent::afterSave($wasNew);
H A DClient.php63 protected function afterSave($wasNew) { function in GO\\Base\\Model\\Client
70 return parent::afterSave($wasNew);
H A DGroup.php89 protected function afterSave($wasNew) { function in GO\\Base\\Model\\Group
95 return parent::afterSave($wasNew);
H A DModule.php187 protected function afterSave($wasNew) { function in GO\\Base\\Model\\Module
196 return parent::afterSave($wasNew);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Editor/
H A DNewMapLogic.cs68 Action<string> afterSave = uid => in NewMapLogic()
86 { "onSave", afterSave }, in NewMapLogic()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/files/model/
H A DVersion.php97 protected function afterSave($wasNew) { function in GO\\Files\\Model\\Version
112 return parent::afterSave($wasNew);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/data/convert/
H A DAbstractConverter.php133 } elseif($this->afterSave($entity)) {
151 protected function afterSave(Entity $entity) { function in go\\core\\data\\convert\\AbstractConverter
/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DTaskCreationController.php67 $this->afterSave($project, $values, $task_id);
101 protected function afterSave(array $project, array &$values, $task_id) function in Kanboard\\Controller\\TaskCreationController
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/
H A DObserver.java12 public void afterSave(T o) { } in afterSave() method in Observer
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/db/
H A DMultilingualActiveRecord.php248 protected function afterSave($wasNew) { function in GO\\Base\\Db\\MultilingualActiveRecord
276 return parent::afterSave($wasNew);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/db/ar/
H A DCActiveRecordBehavior.php57 public function afterSave($event) function in CActiveRecordBehavior
/dports/www/limesurvey/limesurvey/framework/db/ar/
H A DCActiveRecordBehavior.php59 protected function afterSave($event) function in CActiveRecordBehavior
/dports/www/phalcon/cphalcon-3.4.5/tests/_data/collections/Store/
H A DSongs.php66 protected function afterSave() function in Phalcon\\Test\\Collections\\Store\\Songs
/dports/www/phalcon/cphalcon-3.4.5/unit-tests/models/
H A DGossipRobots.php63 public function afterSave() function in GossipRobots
/dports/www/phalcon4/cphalcon-4.1.1/tests/_data/fixtures/_tocheck-models/
H A DGossipRobots.php77 public function afterSave() function in Phalcon\\Test\\Models\\GossipRobots
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/caldav/model/
H A DDavEvent.php39 public function afterSave($wasNew) { function in GO\\Caldav\\Model\\DavEvent
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Plugin/Crud/Controller/Crud/Listener/
H A DDebugKitListener.php113 public function afterSave(CakeEvent $event) { function in DebugKitListener

12345678