Clipboard: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#seo:
{{#seo:
                     |title= Буфер обмена
                     |title= Clipboard — Decimal Wiki
                     |titlemode= append  
                     |titlemode= append  
                     |keywords= Буфер обмена
                     |keywords= Clipboard
                     |description= Буфер обмена
                     |description= Clipboard
                     }}
                     }}
<div class="mikio-article-content">
'''Clipboard''' is an intermediate data storage designed to transfer or copy information between [[application]]s or parts of the same application through the operations ''Cut'', ''Copy'', ''Paste''.
Physically, clipboard data is stored in the RAM of the user's device, and only the owner of the device has access to the buffer. It is not possible to remotely receive [[data]] from the buffer of your phone or computer. Except if the attacker had physical access to your device.


<div class="mikio-tags">
== How the clipboard works ==
When inserting information from the clipboard, the first format recognized by the application is usually used, which will be the most informative (suitable) for this application.
For example, if a word processor copies text in code format, in the form of a picture and text without formatting to the clipboard, it can be inserted into another word processor with markup preserved, into a graphic editor with a picture and into a simple text editor with unformatted text.
You can paste an object from the clipboard an unlimited number of times. When copying information to the buffer, its previous contents, as a rule, disappear. However, there are clipboard implementations that allow you to store several objects at the same time and select the one you need when inserting.


 
== See also ==
 
* [[Interface]]
</div>
<span id="bufer_obmena"></span>
[[Category:Commoninfo]]
= Буфер обмена =
[[Category:Interfaces]]
 
<div class="level1">
 
'''Буфер обмена''' — промежуточное хранилище данных, предназначенное для переноса или копирования информации между приложениями или частями одного приложения через операции '''«Вырезать»''' , '''«Копировать»''' , '''«Вставить»''' .
 
Физически данные буфера обмена хранятся в оперативной памяти устройства пользователя, и доступ к буферу имеет только владелец устройства. Удалённо получить данные с буфера вашего телефона или компьютера нельзя. Кроме случая, если злоумышленник имел физический доступ к вашему устройству.
 
 
</div>
<span id="kak_rabotaet_bufer_obmena"></span>
= Как работает буфер обмена =
 
<div class="level1">
 
При вставке информации из буфера обмена обычно используется первый распознанный приложением формат, который будет наиболее информативным (подходящим) для данного приложения.
 
Например, если текстовый процессор копирует в буфер обмена текст в формате кода, в виде рисунка и текста без форматирования, он может быть вставлен в другой текстовый процессор с сохранением разметки, в графический редактор — рисунком и в простой текстовый редактор — неформатированным текстом.
 
Вставить объект из буфера обмена можно неограниченное число раз. При копировании информации в буфер его предыдущее содержимое, как правило, пропадает. Однако существуют реализации буфера обмена, позволяющие хранить одновременно несколько объектов и выбирать нужный при вставке.
 
''Автор: Рената Димова''
 
 
</div>
<div style="clear:both">
 
 
 
</div>
 
</div>
[[Category:Commoninfo]]

Latest revision as of 11:20, 14 April 2024

Clipboard is an intermediate data storage designed to transfer or copy information between applications or parts of the same application through the operations Cut, Copy, Paste.

Physically, clipboard data is stored in the RAM of the user's device, and only the owner of the device has access to the buffer. It is not possible to remotely receive data from the buffer of your phone or computer. Except if the attacker had physical access to your device.

How the clipboard works

When inserting information from the clipboard, the first format recognized by the application is usually used, which will be the most informative (suitable) for this application.

For example, if a word processor copies text in code format, in the form of a picture and text without formatting to the clipboard, it can be inserted into another word processor with markup preserved, into a graphic editor with a picture and into a simple text editor with unformatted text.

You can paste an object from the clipboard an unlimited number of times. When copying information to the buffer, its previous contents, as a rule, disappear. However, there are clipboard implementations that allow you to store several objects at the same time and select the one you need when inserting.

See also