Home
last modified time | relevance | path

Searched refs:tryUpdate (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dcommands.cpp20 tryUpdate(); in redo()
25 tryUpdate(); in undo()
28 void CSVRender::DrawTerrainSelectionCommand::tryUpdate() in tryUpdate() function in CSVRender::DrawTerrainSelectionCommand
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/java/apps/
H A Dogr2ogr_new.java44 boolean tryUpdate = false; in main()
53 tryUpdate = true; in main()
67 if( tryUpdate ) in main()
/dports/graphics/gdal/gdal-3.3.3/swig/java/apps/
H A Dogr2ogr_new.java44 boolean tryUpdate = false; in main()
53 tryUpdate = true; in main()
67 if( tryUpdate ) in main()
/dports/graphics/py-gdal/gdal-3.3.3/swig/java/apps/
H A Dogr2ogr_new.java44 boolean tryUpdate = false; in main()
53 tryUpdate = true; in main()
67 if( tryUpdate ) in main()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
H A Ds3filter.go33 if err := ips.tryUpdate(); err != nil {
84 func (s *awsIPs) tryUpdate() error { func
145 err := s.tryUpdate()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
H A Ds3filter.go33 if err := ips.tryUpdate(); err != nil {
84 func (s *awsIPs) tryUpdate() error { func
145 err := s.tryUpdate()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
H A Ds3filter.go33 if err := ips.tryUpdate(); err != nil {
84 func (s *awsIPs) tryUpdate() error { func
145 err := s.tryUpdate()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
H A Ds3filter.go33 if err := ips.tryUpdate(); err != nil {
84 func (s *awsIPs) tryUpdate() error { func
145 err := s.tryUpdate()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
H A Ds3filter.go33 if err := ips.tryUpdate(); err != nil {
84 func (s *awsIPs) tryUpdate() error { func
145 err := s.tryUpdate()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
/dports/sysutils/docker-registry/distribution-2.7.1/registry/storage/driver/middleware/cloudfront/
H A Ds3filter_test.go84 ips.tryUpdate()
100 ips.tryUpdate()
119 ips.tryUpdate()
138 ips.tryUpdate()
157 ips.tryUpdate()
176 ips.tryUpdate()
194 ips.tryUpdate()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Routing/
H A DExtbasePluginEnhancer.php226 * @param bool $tryUpdate Try updating action value - but only if controller value matches
228 …applyControllerActionValues(string $controllerActionValue, array &$target, bool $tryUpdate = false) argument
235 …if ($tryUpdate && empty($target['action']) && $controllerName === ($target['controller'] ?? null))…
238 } elseif ($tryUpdate && empty($target['controller']) && !empty($target['action'])) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Routing/
H A DExtbasePluginEnhancer.php227 * @param bool $tryUpdate Try updating action value - but only if controller value matches
229 …applyControllerActionValues(string $controllerActionValue, array &$target, bool $tryUpdate = false) argument
236 …if ($tryUpdate && empty($target['action']) && $controllerName === ($target['controller'] ?? null))…
239 } elseif ($tryUpdate && empty($target['controller']) && !empty($target['action'])) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Routing/
H A DExtbasePluginEnhancer.php227 * @param bool $tryUpdate Try updating action value - but only if controller value matches
229 …applyControllerActionValues(string $controllerActionValue, array &$target, bool $tryUpdate = false) argument
236 …if ($tryUpdate && empty($target['action']) && $controllerName === ($target['controller'] ?? null))…
239 } elseif ($tryUpdate && empty($target['controller']) && !empty($target['action'])) {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/core/service/allocator/storage/
H A Dstorage.go88 err := e.tryUpdate(func() error {
115 err = e.tryUpdate(func() error {
141 return e.tryUpdate(func() error {
154 func (e *Etcd) tryUpdate(fn func() error) error { func
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/registry/generic/registry/
H A Ddryrun.go81 …preconditions *storage.Preconditions, tryUpdate storage.UpdateFunc, dryRun bool, suggestion runtim…
95 out, _, err := tryUpdate(ptrToType, storage.ResponseMeta{ResourceVersion: rev})
101 …return s.Storage.GuaranteedUpdate(ctx, key, ptrToType, ignoreNotFound, preconditions, tryUpdate, s…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/
H A Ddryrun.go81 …preconditions *storage.Preconditions, tryUpdate storage.UpdateFunc, dryRun bool, cachedExistingObj…
95 out, _, err := tryUpdate(ptrToType, storage.ResponseMeta{ResourceVersion: rev})
101 …return s.Storage.GuaranteedUpdate(ctx, key, ptrToType, ignoreNotFound, preconditions, tryUpdate, c…

1234