Home
last modified time | relevance | path

Searched refs:NewOperation (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/sysutils/kpmcore/kpmcore-21.12.3/src/ops/
H A Dnewoperation.cpp66 NewOperation::NewOperation(Device& d, Partition* p) : in NewOperation() function in NewOperation
112 NewOperation::~NewOperation() in ~NewOperation()
118 Partition& NewOperation::newPartition() in newPartition()
128 Device& NewOperation::targetDevice() in targetDevice()
133 const Device& NewOperation::targetDevice() const in targetDevice()
163 SetPartFlagsJob* NewOperation::setPartFlagsJob() in setPartFlagsJob()
173 CheckFileSystemJob* NewOperation::checkJob() in checkJob()
178 bool NewOperation::targets(const Device& d) const in targets()
188 void NewOperation::preview() in preview()
193 void NewOperation::undo() in undo()
[all …]
H A Dnewoperation.h39 class LIBKPMCORE_EXPORT NewOperation : public Operation
43 Q_DISABLE_COPY(NewOperation)
46 NewOperation(Device& d, Partition* p);
47 ~NewOperation();
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/
H A DWSDL.t27 eval { $soap->call('NewOperation', 'value'); };
33 # eval { $soap->call('NewOperation', 'value'); };
41 like $soap->call('NewOperation', NewOperation => { in => 'test' }), qr{ <in>test</in> }x;
42 like $soap->call('NewOperation', { NewOperation => { in => 'test' } }), qr{ <in>test</in> }x;
54 like $soap->call('NewOperation', NewOperation => { in => 'test' }), qr{ <in>test</in> }x;
55 like $soap->call('NewOperation', { NewOperation => { in => 'test' } }), qr{ <in>test</in> }x;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/util/
H A Dutil_test.go58 op := trace.NewOperation(context.Background(), testName(t))
78 op := trace.NewOperation(context.Background(), testName(t))
95 op := trace.NewOperation(context.Background(), testName(t))
112 op := trace.NewOperation(context.Background(), testName(t))
129 op := trace.NewOperation(context.Background(), testName(t))
146 op := trace.NewOperation(context.Background(), testName(t))
163 op := trace.NewOperation(context.Background(), testName(t))
181 op := trace.NewOperation(context.Background(), testName(t))
198 op := trace.NewOperation(context.Background(), testName(t))
215 op := trace.NewOperation(context.Background(), testName(t))
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/diag/
H A Ddiag_test.go35 op := trace.NewOperation(context.Background(), "test")
58 op := trace.NewOperation(context.Background(), "test")
72 op := trace.NewOperation(context.Background(), "test")
86 op := trace.NewOperation(context.Background(), "test")
101 op := trace.NewOperation(context.Background(), "test")
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/
H A Doperation_test.go17 operation := NewOperation(nil)
34 operation := NewOperation(nil)
63 operation := NewOperation(nil)
75 operation := NewOperation(nil)
120 operation := NewOperation(nil)
133 operation := NewOperation(nil)
152 operation := NewOperation(nil)
164 operation := NewOperation(nil)
176 operation := NewOperation(nil)
188 operation := NewOperation(nil)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/engine/backends/
H A Dimage.go81 op := trace.NewOperation(context.Background(), "ImageDelete: %s", imageRef)
226 op := trace.NewOperation(context.Background(), "Images: %#v", imageFilters)
278 op := trace.NewOperation(context.Background(), "LookupImage: %s", name)
290 op := trace.NewOperation(context.Background(), "TagImage: %s", imageName)
321 op := trace.NewOperation(context.Background(), "ImagesPrune")
328 op := trace.NewOperation(context.Background(), "LoadImage")
335 op := trace.NewOperation(context.Background(), "ImportImage")
342 op := trace.NewOperation(context.Background(), "ExportImage")
349 op := trace.NewOperation(context.Background(), "PullImage: %s", image)
446 op := trace.NewOperation(context.Background(), "PushImage: %s", image)
[all …]
H A Dvolume.go69 op := trace.NewOperation(context.Background(), "Volumes")
130 op := trace.NewOperation(context.Background(), "VolumeInspect: %s", name)
148 op := trace.NewOperation(context.Background(), "VolumeCreate: %s", name)
161 op := trace.NewOperation(context.Background(), "VolumeRm: %s", name)
173 op := trace.NewOperation(context.Background(), "VolumesPrune")
H A Dnetwork.go59 op := trace.NewOperation(context.Background(), "FindNetwork: %s", idName)
81 op := trace.NewOperation(context.Background(), "GetNetworkByName: %s", idName)
103 op := trace.NewOperation(context.Background(), "GetNetworksByID: %s", partialID)
121 op := trace.NewOperation(context.Background(), "GetNetworks")
140 op := trace.NewOperation(context.Background(), "CreateNetwork: %s", nc.Name)
322 …op := trace.NewOperation(context.Background(), "ConnectContainerToNetwork: %s to %s", containerNam…
354 …op := trace.NewOperation(context.Background(), "DisconnectContainerFromNetwork: %s to %s", contain…
365 op := trace.NewOperation(context.Background(), "DeleteNetwork: %s", name)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/trace/
H A Doperation_test.go42 ctx := NewOperation(context.TODO(), "testmsg")
58 root := NewOperation(context.Background(), "root")
193 op := NewOperation(context.Background(), "TestOperation")
220 op := NewOperation(context.Background(), "TestOperation")
252 op1 := NewOperation(context.Background(), "TestOperation")
253 op2 := NewOperation(context.Background(), "TestOperation")
282 op := NewOperation(context.Background(), "TestOperation")
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Doperationstack.cpp87 NewOperation* newOp = dynamic_cast<NewOperation*>(currentOp); in mergeNewOperation()
127 NewOperation* revisedNewOp = new NewOperation(newOp->targetDevice(), newPartition); in mergeNewOperation()
147 NewOperation* revisedNewOp = new NewOperation(pushedCopyOp->targetDevice(), newPartition); in mergeNewOperation()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/storage/image/vsphere/
H A Dstore_test.go61 op := trace.NewOperation(context.Background(), "setup")
90 op := trace.NewOperation(context.Background(), "test")
132 op := trace.NewOperation(context.Background(), "test")
165 op := trace.NewOperation(context.Background(), "test")
194 op := trace.NewOperation(context.Background(), "test")
368 op := trace.NewOperation(context.Background(), "test")
433 op := trace.NewOperation(context.Background(), "test")
453 op := trace.NewOperation(context.Background(), imageID)
476 op := trace.NewOperation(context.Background(), "test")
581 op := trace.NewOperation(context.TODO(), "ro")
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/cmd/vic-machine/common/
H A Doperation.go26 func NewOperation(clic *cli.Context, debug *int) trace.Operation { func
27 op := trace.NewOperation(context.Background(), clic.App.Name)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/archive/
H A Dunpack_unix_test.go61 op := trace.NewOperation(context.TODO(), "")
102 op := trace.NewOperation(context.TODO(), "")
152 op := trace.NewOperation(context.TODO(), "")
243 op := trace.NewOperation(context.TODO(), "")
337 op := trace.NewOperation(context.TODO(), "")
387 op := trace.NewOperation(context.TODO(), "")
468 op := trace.NewOperation(context.TODO(), "")
553 op := trace.NewOperation(context.TODO(), "")
638 op := trace.NewOperation(context.TODO(), "")
724 op := trace.NewOperation(context.TODO(), "")
[all …]
H A Dunpack_windows_test.go61 op := trace.NewOperation(context.TODO(), "")
102 op := trace.NewOperation(context.TODO(), "")
152 op := trace.NewOperation(context.TODO(), "")
243 op := trace.NewOperation(context.TODO(), "")
337 op := trace.NewOperation(context.TODO(), "")
387 op := trace.NewOperation(context.TODO(), "")
468 op := trace.NewOperation(context.TODO(), "")
553 op := trace.NewOperation(context.TODO(), "")
638 op := trace.NewOperation(context.TODO(), "")
724 op := trace.NewOperation(context.TODO(), "")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/exec/
H A Dexec_test.go37 op := trace.NewOperation(context.Background(), "test operations")
74 op := trace.NewOperation(context.Background(), "test publish event operation")
82 …publishContainerEvent(trace.NewOperation(context.Background(), "container"), id, time.Now().UTC(),…
106 op := trace.NewOperation(context.Background(), "test removed event operation")
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/imagec/
H A Dimagec_test.go104 op := trace.NewOperation(context.Background(), "TestParseReference")
176 op := trace.NewOperation(context.Background(), "TestLearnRegistryURL")
210 op := trace.NewOperation(context.Background(), "TestLearnAuthURL")
247 op := trace.NewOperation(context.Background(), "TestFetchToken")
285 op := trace.NewOperation(context.Background(), "TestFetchImageManifest")
334 op := trace.NewOperation(context.Background(), "TestFetchImageBlob")
449 op := trace.NewOperation(context.Background(), "TestPingPortLayer")
472 op := trace.NewOperation(context.Background(), "TestListImages")
513 op := trace.NewOperation(context.Background(), "TestFetchScenarios")
/dports/net/php81-soap/php-8.1.1/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…
/dports/www/mod_php81/php-8.1.1/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…
/dports/lang/php81/php-8.1.1/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/storage/image/cache/
H A Dcache_test.go38 op := trace.NewOperation(context.Background(), "test")
108 op := trace.NewOperation(context.Background(), "test")
166 op := trace.NewOperation(context.Background(), "test")
242 op := trace.NewOperation(context.Background(), "test")
330 op := trace.NewOperation(context.Background(), "test")
465 op := trace.NewOperation(context.Background(), "create image store error")
479 op = trace.NewOperation(context.Background(), "write image error")
502 op := trace.NewOperation(context.Background(), "test")
/dports/lang/php73/php-7.3.33/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…
/dports/net/php80-soap/php-8.0.15/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…
/dports/net/php74-soap/php-7.4.27/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…
/dports/net/php73-soap/php-7.3.33/ext/soap/tests/bugs/
H A Dbug50997.phpt16 …ttp://www.example.org/service2/"><SOAP-ENV:Body><ns1:NewOperation><code>foo</code></ns1:NewOperati…

12345678910>>...12