Home
last modified time | relevance | path

Searched refs:getLastChange (Results 1 – 25 of 78) sorted by relevance

1234

/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/model/
H A Dclass.ilStudyProgrammeAssignment.php194 public function getLastChange() function in ilStudyProgrammeAssignment
221 if (ilDateTime::_before($a_timestamp, $this->getLastChange())) {
H A Dclass.ilStudyProgramme.php214 public function getLastChange() function in ilStudyProgramme
240 if (ilDateTime::_before($a_timestamp, $this->getLastChange())) {
H A Dclass.ilStudyProgrammeProgress.php427 public function getLastChange() function in ilStudyProgrammeProgress
459 if (ilDateTime::_before($a_timestamp, $this->getLastChange())) {
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/test/
H A DilObjStudyProgrammeTest.php105 $orig->getLastChange()->get(IL_CAL_DATETIME),
106 $loaded->getLastChange()->get(IL_CAL_DATETIME)
127 $orig->getLastChange()->get(IL_CAL_DATETIME),
128 $loaded->getLastChange()->get(IL_CAL_DATETIME)
154 $orig->getLastChange()->get(IL_CAL_DATETIME),
155 $loaded->getLastChange()->get(IL_CAL_DATETIME)
181 $this->assertGreaterThan($midnight, $obj->getLastChange()->getUnixTime());
H A DilStudyProgrammeUserProgressTest.php199 $ts_before_change = $node2_progress->getLastChange()->get(IL_CAL_DATETIME);
201 $ts_after_change = $node2_progress->getLastChange()->get(IL_CAL_DATETIME);
232 $ts_before_change = $node2_progress->getLastChange()->get(IL_CAL_DATETIME);
235 $ts_after_change = $node2_progress->getLastChange()->get(IL_CAL_DATETIME);
303 $ts_before_change = $node2_progress->getLastChange()->get(IL_CAL_DATETIME);
305 $ts_after_change = $node2_progress->getLastChange()->get(IL_CAL_DATETIME);
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/
H A DilObjStudyProgrammeTest.php109 $orig->getLastChange()->format('YmdHis'),
110 $loaded->getLastChange()->format('YmdHis')
131 $orig->getLastChange()->format('YmdHis'),
132 $loaded->getLastChange()->format('YmdHis')
158 $orig->getLastChange()->format('YmdHis'),
159 $loaded->getLastChange()->format('YmdHis')
H A DilStudyProgrammeUserProgressTest.php208 $ts_before_change = $node2_progress->getLastChange()->format('Y-m-d H:i:s');
210 $ts_after_change = $node2_progress->getLastChange()->format('Y-m-d H:i:s');
248 $ts_before_change = $node2_progress->getLastChange()->format('Y-m-d H:i:s');
251 $ts_after_change = $node2_progress->getLastChange()->format('Y-m-d H:i:s');
327 $ts_before_change = $node2_progress->getLastChange()->format('Y-m-d H:i:s');
329 $ts_after_change = $node2_progress->getLastChange()->format('Y-m-d H:i:s');
/dports/www/tomcat10/apache-tomcat-10.0.14/webapps/examples/WEB-INF/classes/async/
H A DStockticker.java164 public double getLastChange() { in getLastChange() method in Stockticker.Stock
207 s.setLastChange(this.getLastChange()); in clone()
/dports/www/tomcat7/apache-tomcat-7.0.109/webapps/examples/WEB-INF/classes/async/
H A DStockticker.java159 public double getLastChange() { in getLastChange() method in Stockticker.Stock
202 s.setLastChange(this.getLastChange()); in clone()
/dports/www/tomcat-devel/apache-tomcat-10.1.0-M8/webapps/examples/WEB-INF/classes/async/
H A DStockticker.java164 public double getLastChange() { in getLastChange() method in Stockticker.Stock
207 s.setLastChange(this.getLastChange()); in clone()
/dports/www/tomcat85/apache-tomcat-8.5.73/webapps/examples/WEB-INF/classes/async/
H A DStockticker.java164 public double getLastChange() { in getLastChange() method in Stockticker.Stock
207 s.setLastChange(this.getLastChange()); in clone()
/dports/www/tomcat9/apache-tomcat-9.0.56/webapps/examples/WEB-INF/classes/async/
H A DStockticker.java164 public double getLastChange() { in getLastChange() method in Stockticker.Stock
207 s.setLastChange(this.getLastChange()); in clone()
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/model/Assignments/
H A DilStudyProgrammeAssignmentTest.php74 … $this->assertEquals($spa->getLastChange()->format('Y-m-d H:i:s'), $dl->format('Y-m-d H:i:s'));
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/java/src/org/chromium/net/impl/
H A DImplVersion.template30 public static String getLastChange() {
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/
H A Dmarks.h45 KTextEditor::Cursor getLastChange() const;
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/model/Assignments/
H A Dclass.ilStudyProgrammeAssignment.php174 public function getLastChange() : DateTime function in ilStudyProgrammeAssignment
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgramme.php393 public function getLastChange() : DateTime function in ilObjStudyProgramme
395 return $this->settings->getLastChange();
1271 $a_one->getLastChange()->format('Y-m-d'),
1272 $a_other->getLastChange()->format('Y-m-d')
1846 $a_one->getLastChange()->format('Y-m-d'),
1847 $a_other->getLastChange()->format('Y-m-d')
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/model/Settings/
H A Dclass.ilStudyProgrammeSettings.php147 public function getLastChange() : DateTime function in ilStudyProgrammeSettings
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilStudyProgrammeUserProgress.php156 public function getLastChange() function in ilStudyProgrammeUserProgress
158 return $this->progress->getLastChange();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sccomp/source/solver/
H A DDifferentialEvolution.hxx66 int getLastChange() { return mnLastChange; } in getLastChange() function in DifferentialEvolutionAlgorithm
H A DParticelSwarmOptimization.hxx84 int getLastChange() { return mnLastChange; } in getLastChange() function in ParticleSwarmOptimizationAlgorithm
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sccomp/source/solver/
H A DDifferentialEvolution.hxx67 int getLastChange() { return mnLastChange; } in getLastChange() function in DifferentialEvolutionAlgorithm
H A DParticelSwarmOptimization.hxx85 int getLastChange() { return mnLastChange; } in getLastChange() function in ParticleSwarmOptimizationAlgorithm
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/model/Progress/
H A Dclass.ilStudyProgrammeProgress.php361 public function getLastChange() : DateTime function in ilStudyProgrammeProgress
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/api/src/org/chromium/net/
H A DApiVersion.template60 public static String getLastChange() {

1234