Home
last modified time | relevance | path

Searched refs:updateObject (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/Service/
H A DUpgradeWizardsService.php298 $updateObject = GeneralUtility::makeInstance($class);
300 if (method_exists($updateObject, 'getUserInput')) {
306 …} elseif ($updateObject instanceof UpgradeWizardInterface && $updateObject instanceof ConfirmableI…
320 if (!$updateObject->getConfirmation()->isRequired()) {
333 'title' => $updateObject->getTitle(),
352 $updateObject = GeneralUtility::makeInstance($class);
354 if ($updateObject instanceof ChattyInterface) {
355 $updateObject->setOutput($this->output);
360 if (method_exists($updateObject, 'checkUserInput') &&
374 if ($updateObject instanceof UpgradeWizardInterface) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Service/
H A DUpgradeWizardsService.php318 $updateObject = GeneralUtility::makeInstance($class);
320 …if ($updateObject instanceof UpgradeWizardInterface && $updateObject instanceof ConfirmableInterfa…
347 'title' => $updateObject->getTitle(),
348 'description' => $updateObject->getDescription(),
368 $updateObject = GeneralUtility::makeInstance($class);
370 if ($updateObject instanceof ChattyInterface) {
371 $updateObject->setOutput($this->output);
375 if ($updateObject instanceof UpgradeWizardInterface) {
377 if ($updateObject instanceof ConfirmableInterface) {
398 $performResult = $updateObject->executeUpdate();
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Service/
H A DUpgradeWizardsService.php318 $updateObject = GeneralUtility::makeInstance($class);
320 …if ($updateObject instanceof UpgradeWizardInterface && $updateObject instanceof ConfirmableInterfa…
350 'title' => $updateObject->getTitle(),
351 'description' => $updateObject->getDescription(),
371 $updateObject = GeneralUtility::makeInstance($class);
373 if ($updateObject instanceof ChattyInterface) {
374 $updateObject->setOutput($this->output);
378 if ($updateObject instanceof UpgradeWizardInterface) {
380 if ($updateObject instanceof ConfirmableInterface) {
401 $performResult = $updateObject->executeUpdate();
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/test/tests/collision/
H A DTestDynamicAABBTree.h270 tree.updateObject(object1Id, aabb1); in testOverlapping()
271 tree.updateObject(object2Id, aabb2); in testOverlapping()
272 tree.updateObject(object3Id, aabb3); in testOverlapping()
273 tree.updateObject(object4Id, aabb4); in testOverlapping()
317 tree.updateObject(object1Id, aabb1); in testOverlapping()
318 tree.updateObject(object2Id, aabb2); in testOverlapping()
319 tree.updateObject(object3Id, aabb3); in testOverlapping()
320 tree.updateObject(object4Id, aabb4); in testOverlapping()
460 tree.updateObject(object1Id, aabb1); in testRaycast()
461 tree.updateObject(object2Id, aabb2); in testRaycast()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/flysystem-cached-adapter/src/
H A DCachedAdapter.php62 $this->cache->updateObject($path, $result + compact('path', 'contents'), true);
78 $this->cache->updateObject($path, $result + compact('path', 'contents'), true);
93 $this->cache->updateObject($path, $result + compact('path', 'contents'), true);
109 $this->cache->updateObject($path, $result + compact('path', 'contents'), true);
181 $this->cache->updateObject($dirname, compact('path', 'type'), true);
195 $this->cache->updateObject($path, compact('path', 'visibility'), true);
218 $this->cache->updateObject($path, $cacheEntry, true);
341 $this->cache->updateObject($path, $object, true);
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/slog2/update/
H A DWrappedInputLog.java69 private void updateObject( final old_base.io.MixedDataIO old_obj, in updateObject() method in WrappedInputLog
80 updateObject( old_obj, new_obj ); in updateObject()
163 updateObject( old_type, new_type ); in getNextCategory()
178 updateObject( old_lidmap, new_lidmap ); in getNextYCoordMap()
191 updateObject( old_prime, new_prime ); in getNextPrimitive()
203 updateObject( old_cmplx, new_cmplx ); in getNextComposite()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/flysystem-cached-adapter/spec/
H A DCachedAdapterSpec.php52 $this->cache->updateObject($path, $response, true)->shouldBeCalled();
64 … $this->cache->updateObject($path, ['contents' => false] + $response, true)->shouldBeCalled();
77 … $this->cache->updateObject($path, ['contents' => false] + $response, true)->shouldBeCalled();
109 $this->cache->updateObject($path, $response, true)->shouldBeCalled();
202 $this->cache->updateObject($dirname, $response, true)->shouldBeCalled();
219 …$this->cache->updateObject($path, ['path' => $path, 'visibility' => $visibility], true)->shouldBeC…
257 $this->cache->updateObject($path, $response, true)->shouldBeCalled();
265 $this->cache->updateObject($path, compact('path'), true)->shouldBeCalled();
425 $this->cache->updateObject($path, $response, true)->shouldBeCalled();
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_joomlaupdate/models/
H A Ddefault.php89 $db->updateObject('#__update_sites', $update_site, 'update_site_id');
168 $updateObject = $db->loadObject();
170 if (is_null($updateObject))
179 if (version_compare($updateObject->version, JVERSION, '<'))
187 $ret['latest'] = $updateObject->version;
190 if (version_compare($updateObject->version, JVERSION, '>'))
206 $update->loadFromXML($updateObject->detailsurl, $minimumStability);
357 * @param JUpdate $updateObject The Update Object
366 private function isChecksumValid($packagefile, $updateObject) argument
372 if ($updateObject->get($hash, false))
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) {
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/inlining/
H A DRetainCountExamples.m85 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc;
95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
112 + (void)updateObject:(DelegateTest*)obj WithCallback:(ReleaseCallbackTy)rc {
120 updateObject(obj2, releaseObj);
121 [DelegateTest updateObject: obj3
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DFilteredRowSetImpl.java1609 public void updateObject(int columnIndex , Object x) throws SQLException { in updateObject() method in FilteredRowSetImpl
1623 super.updateObject(columnIndex,x); in updateObject()
1648 public void updateObject(String columnName , Object x) throws SQLException { in updateObject() method in FilteredRowSetImpl
1650 this.updateObject(findColumn(columnName),x); in updateObject()
1681 public void updateObject(int columnIndex , Object x , int scale) throws SQLException { in updateObject() method in FilteredRowSetImpl
1695 super.updateObject(columnIndex,x,scale); in updateObject()
1725 public void updateObject(String columnName , Object x, int scale) throws SQLException { in updateObject() method in FilteredRowSetImpl
1727 this.updateObject(findColumn(columnName),x,scale); in updateObject()

12345678910>>...32