Home
last modified time | relevance | path

Searched refs:operation_data (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/vendor/drupal/core-composer-scaffold/Operations/
H A DOperationFactory.php40 * @param OperationData $operation_data
51 switch ($operation_data->mode()) {
71 * @param OperationData $operation_data
78 if (!$operation_data->hasPath()) {
83 …dFilePath::sourcePath($package_name, $package_path, $operation_data->destination(), $operation_dat…
93 * @param OperationData $operation_data
105 if ($operation_data->hasPrepend()) {
108 if ($operation_data->hasAppend()) {
109 …dFilePath::sourcePath($package_name, $package_path, $operation_data->destination(), $operation_dat…
111 if ($operation_data->hasDefault()) {
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/drupal/core-composer-scaffold/Operations/
H A DOperationFactory.php40 * @param OperationData $operation_data
51 switch ($operation_data->mode()) {
71 * @param OperationData $operation_data
78 if (!$operation_data->hasPath()) {
83 …dFilePath::sourcePath($package_name, $package_path, $operation_data->destination(), $operation_dat…
93 * @param OperationData $operation_data
105 if ($operation_data->hasPrepend()) {
108 if ($operation_data->hasAppend()) {
109 …dFilePath::sourcePath($package_name, $package_path, $operation_data->destination(), $operation_dat…
111 if ($operation_data->hasDefault()) {
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/src/io/basp/
H A Dheader.cpp23 << hdr.payload_len << ", " << hdr.operation_data << ", " in to_string()
31 && lhs.operation_data == rhs.operation_data in operator ==()
44 return !zero(hdr.operation_data); in server_handshake_valid()
60 return !zero(hdr.payload_len) && zero(hdr.operation_data); in monitor_message_valid()
65 && !zero(hdr.payload_len) && zero(hdr.operation_data); in down_message_valid()
70 && zero(hdr.operation_data); in heartbeat_valid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/crostini/
H A Dcrostini_export_import.cc100 auto operation_data = std::make_unique<OperationData>( in NewOperationData() local
102 OperationData* operation_data_ptr = operation_data.get(); in NewOperationData()
176 switch (operation_data->type) { in OpenFileDialog()
195 static_cast<void*>(operation_data)); in OpenFileDialog()
206 if (operation_data->tracker_factory) { in FileSelectionCanceled()
213 operation_data_storage_.erase(operation_data); in FileSelectionCanceled()
249 OperationData* operation_data, in Start() argument
253 std::move(operation_data_storage_[operation_data])); in Start()
254 operation_data_storage_.erase(operation_data); in Start()
280 switch (operation_data->type) { in Start()
[all …]
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/windows/iocp/
H A Dsocket.c816 aws_mem_release(operation_data->allocator, operation_data); in s_socket_connection_completion()
853 if (operation_data->socket) { in s_socket_connection_completion()
856 aws_mem_release(operation_data->allocator, operation_data); in s_socket_connection_completion()
1604 aws_mem_release(operation_data->allocator, operation_data); in s_incoming_pipe_connection_event()
1717 aws_mem_release(operation_data->allocator, operation_data); in s_incoming_pipe_connection_event()
1854 aws_mem_release(operation_data->allocator, operation_data); in s_tcp_accept_event()
1919 aws_mem_release(operation_data->allocator, operation_data); in s_tcp_accept_event()
2535 aws_mem_release(operation_data->allocator, operation_data); in s_stream_readable_event()
2579 aws_mem_release(operation_data->allocator, operation_data); in s_stream_readable_event()
2597 aws_mem_release(operation_data->allocator, operation_data); in s_dgram_readable_event()
[all …]
/dports/multimedia/totem/totem-3.38.2/src/
H A Dtotem-playlist.c1209 AddMrlsOperationData *operation_data; member
1270 …ult = g_simple_async_result_new (G_OBJECT (operation_data->playlist), operation_data->callback, op… in add_mrls_finish_operation()
1289 AddMrlsOperationData *operation_data = mrl_data->operation_data; in add_mrls_cb() local
1300 operation_data->next_index_to_add++; in add_mrls_cb()
1313 operation_data->unadded_entries = i; in add_mrls_cb()
1320operation_data->unadded_entries = g_list_insert_before (operation_data->unadded_entries, i, mrl_da… in add_mrls_cb()
1355 AddMrlsOperationData *operation_data; in totem_playlist_add_mrls() local
1366 operation_data->mrls = mrls; in totem_playlist_add_mrls()
1367 operation_data->cursor = cursor; in totem_playlist_add_mrls()
1368 operation_data->callback = callback; in totem_playlist_add_mrls()
[all …]
/dports/www/py-openbrokerapi/openbrokerapi-4.1.2/openbrokerapi/
H A Drouter.py107 operation_data: Optional[str],
109 data = operation_data.split(' ', maxsplit=1)
112 operation_data = data[1]
114 operation_data = None
122 result = provider.last_operation(instance_id, operation_data, **kwargs)
H A Dapi.py315 operation_data = request.args.get("operation", None)
318 result = service_broker.last_operation(instance_id, operation_data)
330 operation_data = request.args.get("operation", None)
331 result = service_broker.last_binding_operation(instance_id, binding_id, operation_data)
H A Dservice_broker.py455 operation_data: Optional[str],
471 operation_data: Optional[str],
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dserver_forbidden_check_request_unittest.cc87 std::string operation_data, bundle_data; in TEST_F() local
99 operation.SerializeToString(&operation_data); in TEST_F()
101 RespondWithData(operation_data); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dserver_forbidden_check_request_unittest.cc88 std::string operation_data, bundle_data; in TEST_F() local
100 operation.SerializeToString(&operation_data); in TEST_F()
102 RespondWithData(operation_data); in TEST_F()
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/caf/io/basp/
H A Dheader.hpp30 uint64_t operation_data; member
40 operation_data(m_operation_data), in header()
70 f.field("operation_data", x.operation_data), in inspect()
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Dprivate.h144 union operation_data union
162 union operation_data *ops; /* Expression data. */
H A Devaluate.c37 union operation_data *op = e->ops;
255 union operation_data *op = &e->ops[i];
/dports/www/drupal8/drupal-8.9.20/vendor/drupal/core-composer-scaffold/
H A DHandler.php126 $operation_data = new OperationData($dest_rel_path, $data);
127 $scaffold_ops[$dest_rel_path] = $scaffold_op_factory->create($package, $operation_data);
/dports/www/drupal9/drupal-9.2.10/vendor/drupal/core-composer-scaffold/
H A DHandler.php126 $operation_data = new OperationData($dest_rel_path, $data);
127 $scaffold_ops[$dest_rel_path] = $scaffold_op_factory->create($package, $operation_data);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/tools/
H A Dcubeb-test.cpp260 struct operation_data { struct
285 bool choose_action(const cubeb_client& cl, operation_data * op, char c) { in choose_action() argument
376 operation_data op; in main()
/dports/textproc/datamash/datamash-1.7/src/
H A Dfield-ops.h58 struct operation_data struct
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/tools/
H A Dcubeb-test.cpp356 struct operation_data { struct
384 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
500 operation_data op; in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cubeb/tools/
H A Dcubeb-test.cpp356 struct operation_data { struct
384 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
500 operation_data op; in main()
/dports/emulators/citra/citra-ac98458e0/externals/cubeb/tools/
H A Dcubeb-test.cpp356 struct operation_data { struct
384 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
500 operation_data op; in main()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/tools/
H A Dcubeb-test.cpp356 struct operation_data { struct
384 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
500 operation_data op; in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/tools/
H A Dcubeb-test.cpp356 struct operation_data { struct
384 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
500 operation_data op; in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/tools/
H A Dcubeb-test.cpp356 struct operation_data { struct
384 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
500 operation_data op; in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-sys/libcubeb/tools/
H A Dcubeb-test.cpp345 struct operation_data { struct
373 bool choose_action(cubeb_client& cl, operation_data * op, int c) { in choose_action()
480 operation_data op; in main()

12