Home
last modified time | relevance | path

Searched refs:DeleteOperation (Results 1 – 25 of 1970) sorted by relevance

12345678910>>...79

/dports/sysutils/kpmcore/kpmcore-21.12.3/src/ops/
H A Ddeleteoperation.cpp33 DeleteOperation::DeleteOperation(Device& d, Partition* p, ShredAction shred) : in DeleteOperation() function in DeleteOperation
56 DeleteOperation::~DeleteOperation() in ~DeleteOperation()
62 bool DeleteOperation::targets(const Device& d) const in targets()
67 bool DeleteOperation::targets(const Partition& p) const in targets()
72 void DeleteOperation::preview() in preview()
78 void DeleteOperation::undo() in undo()
84 QString DeleteOperation::description() const in description()
92 void DeleteOperation::checkAdjustLogicalNumbers(Partition& p, bool undo) in checkAdjustLogicalNumbers()
107 bool DeleteOperation::canDelete(const Partition* p) in canDelete()
H A Ddeleteoperation.h30 class LIBKPMCORE_EXPORT DeleteOperation : public Operation
34 Q_DISABLE_COPY(DeleteOperation)
43 DeleteOperation(Device& d, Partition* p, ShredAction shred = ShredAction::NoShred);
44 ~DeleteOperation();
/dports/graphics/podofo/podofo-0.9.7/tools/podofopages/
H A DDeleteOperation.cpp25 DeleteOperation::DeleteOperation( int nPage ) in DeleteOperation() function in DeleteOperation
31 void DeleteOperation::Perform( PoDoFo::PdfDocument & rDoc ) in Perform()
36 std::string DeleteOperation::ToString() const in ToString()
H A DDeleteOperation.h31 class DeleteOperation : public Operation {
35 DeleteOperation( int nPage );
36 virtual ~DeleteOperation() { } in ~DeleteOperation()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Doperation.cc107 DeleteOperation::DeleteOperation (gcp::Document* pDoc, unsigned long ID): Operation (pDoc, ID) in DeleteOperation() function in gcp::DeleteOperation
113 DeleteOperation::~DeleteOperation () in ~DeleteOperation()
121 void DeleteOperation::Undo () in Undo()
126 void DeleteOperation::Redo () in Redo()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/modules/bulk-operations/operations/
H A Ddeleteoperation.cpp5 BulkOperations::DeleteOperation::DeleteOperation( in DeleteOperation() function in BulkOperations::DeleteOperation
14 void BulkOperations::DeleteOperation::performOperation( in performOperation()
36 QtConcurrent::run(this, &DeleteOperation::deleteKeys, m_affectedKeys, in performOperation()
50 void BulkOperations::DeleteOperation::deleteKeys( in deleteKeys()
/dports/www/py-google-api-core/google-api-core-2.2.2/tests/unit/operations_v1/
H A Dtest_operations_client.py74 channel.DeleteOperation.response = empty_pb2.Empty()
78 assert ("header", "foo") in channel.DeleteOperation.calls[0].metadata
79 assert ("x-goog-request-params", "name=name") in channel.DeleteOperation.calls[
82 assert len(channel.DeleteOperation.requests) == 1
83 assert channel.DeleteOperation.requests[0].name == "name"
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/delete-files/
H A Ddelete-files.cc99 class DeleteOperation class
102 DeleteOperation (Playlist playlist) : in DeleteOperation() function in DeleteOperation
192 auto op = new DeleteOperation (Playlist::active_playlist ()); in start_delete()
211 auto run_cb = aud::obj_member<DeleteOperation, & DeleteOperation::run>; in start_delete()
218 … g_signal_connect_swapped (dialog, "destroy", (GCallback) aud::delete_obj<DeleteOperation>, op); in start_delete()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go41 DeleteOperation []gax.CallOption member
70 DeleteOperation: retry[[2]string{"default", "idempotent"}],
221 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
223 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
226 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go40 DeleteOperation []gax.CallOption member
69 DeleteOperation: retry[[2]string{"default", "idempotent"}],
220 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
222 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
225 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go42 DeleteOperation []gax.CallOption member
73 DeleteOperation: retry[[2]string{"default", "idempotent"}],
233 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
236 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
239 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/image_writer_private/
H A Doperation_manager.cc134 DeleteOperation(extension_id); in StartWriteFromUrl()
189 DeleteOperation(extension_id); in StartWriteFromUrl()
213 DeleteOperation(extension_id); in StartWriteFromUrl()
232 void OperationManager::DeleteOperation(const ExtensionId& extension_id) { in StartWriteFromUrl() function in extensions::image_writer::OperationManager
243 DeleteOperation(extension->id()); in StartWriteFromUrl()
251 DeleteOperation(content::Details<const Extension>(details).ptr()->id()); in StartWriteFromUrl()
259 DeleteOperation( in StartWriteFromUrl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/image_writer_private/
H A Doperation_manager.cc134 DeleteOperation(extension_id); in StartWriteFromUrl()
189 DeleteOperation(extension_id); in StartWriteFromUrl()
213 DeleteOperation(extension_id); in StartWriteFromUrl()
232 void OperationManager::DeleteOperation(const ExtensionId& extension_id) { in StartWriteFromUrl() function in extensions::image_writer::OperationManager
243 DeleteOperation(extension->id()); in StartWriteFromUrl()
251 DeleteOperation(content::Details<const Extension>(details).ptr()->id()); in StartWriteFromUrl()
259 DeleteOperation( in StartWriteFromUrl()
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go42 DeleteOperation []gax.CallOption member
73 DeleteOperation: retry[[2]string{"default", "idempotent"}],
233 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
236 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
239 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/longrunning/autogen/
H A Doperations_client.go42 DeleteOperation []gax.CallOption member
71 DeleteOperation: retry[[2]string{"default", "idempotent"}],
231 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
234 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
237 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go42 DeleteOperation []gax.CallOption member
73 DeleteOperation: retry[[2]string{"default", "idempotent"}],
233 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
236 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
239 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go41 DeleteOperation []gax.CallOption member
70 DeleteOperation: retry[[2]string{"default", "idempotent"}],
230 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
233 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
236 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go41 DeleteOperation []gax.CallOption member
70 DeleteOperation: retry[[2]string{"default", "idempotent"}],
230 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
233 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
236 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go42 DeleteOperation []gax.CallOption member
73 DeleteOperation: retry[[2]string{"default", "idempotent"}],
233 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
236 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
239 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go41 DeleteOperation []gax.CallOption member
70 DeleteOperation: retry[[2]string{"default", "idempotent"}],
229 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
232 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
235 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/cloud.google.com/go/google-cloud-go-0.40.0/longrunning/autogen/
H A Doperations_client.go41 DeleteOperation []gax.CallOption member
70 DeleteOperation: retry[[2]string{"default", "idempotent"}],
230 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
233 …opts = append(c.CallOptions.DeleteOperation[0:len(c.CallOptions.DeleteOperation):len(c.CallOptions…
236 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go44 DeleteOperation []gax.CallOption member
86 DeleteOperation: []gax.CallOption{
119 DeleteOperation(context.Context, *longrunningpb.DeleteOperationRequest, ...gax.CallOption) error methodSpec
191 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
192 return c.internalClient.DeleteOperation(ctx, req, opts...)
375 func (c *operationsGRPCClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperat… func
383 …pts = append((*c.CallOptions).DeleteOperation[0:len((*c.CallOptions).DeleteOperation):len((*c.Call…
386 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go44 DeleteOperation []gax.CallOption member
86 DeleteOperation: []gax.CallOption{
119 DeleteOperation(context.Context, *longrunningpb.DeleteOperationRequest, ...gax.CallOption) error methodSpec
191 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
192 return c.internalClient.DeleteOperation(ctx, req, opts...)
375 func (c *operationsGRPCClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperat… func
383 …pts = append((*c.CallOptions).DeleteOperation[0:len((*c.CallOptions).DeleteOperation):len((*c.Call…
386 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go44 DeleteOperation []gax.CallOption member
86 DeleteOperation: []gax.CallOption{
119 DeleteOperation(context.Context, *longrunningpb.DeleteOperationRequest, ...gax.CallOption) error methodSpec
191 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
192 return c.internalClient.DeleteOperation(ctx, req, opts...)
375 func (c *operationsGRPCClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperat… func
383 …pts = append((*c.CallOptions).DeleteOperation[0:len((*c.CallOptions).DeleteOperation):len((*c.Call…
386 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/longrunning/autogen/
H A Doperations_client.go44 DeleteOperation []gax.CallOption member
86 DeleteOperation: []gax.CallOption{
119 DeleteOperation(context.Context, *longrunningpb.DeleteOperationRequest, ...gax.CallOption) error methodSpec
191 func (c *OperationsClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperationR… func
192 return c.internalClient.DeleteOperation(ctx, req, opts...)
375 func (c *operationsGRPCClient) DeleteOperation(ctx context.Context, req *longrunningpb.DeleteOperat… func
383 …pts = append((*c.CallOptions).DeleteOperation[0:len((*c.CallOptions).DeleteOperation):len((*c.Call…
386 _, err = c.operationsClient.DeleteOperation(ctx, req, settings.GRPC...)

12345678910>>...79