Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.62.169
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
help /
gl /
zenity /
Delete
Unzip
Name
Size
Permission
Date
Action
figures
[ DIR ]
drwxr-xr-x
2022-01-26 17:33
calendar.page
2.47
KB
-rw-r--r--
2018-10-30 18:06
color-selection.page
1.56
KB
-rw-r--r--
2018-10-30 18:06
entry.page
1.82
KB
-rw-r--r--
2018-10-30 18:06
error.page
1022
B
-rw-r--r--
2018-10-30 18:06
file-selection.page
2.41
KB
-rw-r--r--
2018-10-30 18:06
forms.page
2.54
KB
-rw-r--r--
2018-10-30 18:06
index.page
1.05
KB
-rw-r--r--
2018-10-30 18:06
info.page
1.05
KB
-rw-r--r--
2018-10-30 18:06
intro.page
1.26
KB
-rw-r--r--
2018-10-30 18:06
legal.xml
2.88
KB
-rw-r--r--
2018-10-30 18:06
list.page
2.95
KB
-rw-r--r--
2018-10-30 18:06
message.page
807
B
-rw-r--r--
2018-10-30 18:06
notification.page
2.29
KB
-rw-r--r--
2018-10-30 18:06
password.page
1.47
KB
-rw-r--r--
2018-10-30 18:06
progress.page
2.35
KB
-rw-r--r--
2018-10-30 18:06
question.page
1.01
KB
-rw-r--r--
2018-10-30 18:06
scale.page
2.26
KB
-rw-r--r--
2018-10-30 18:06
text.page
2.45
KB
-rw-r--r--
2018-10-30 18:06
usage.page
8.56
KB
-rw-r--r--
2018-10-30 18:06
warning.page
1.04
KB
-rw-r--r--
2018-10-30 18:06
Save
Rename
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="list" xml:lang="gl"> <info> <link type="guide" xref="index#dialogs"/> <desc>Use a opción <cmd>--list</cmd>.</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Fran Dieguez</mal:name> <mal:email>frandieguez@gnome.org</mal:email> <mal:years>2011-2012.</mal:years> </mal:credit> </info> <title>Diálogo de lista</title> <p>Use a opción <cmd>--list</cmd> para crear un diálogo de lista. <app>Zenity</app> devolve as entradas na primeira columna de texto das filas seleccionadas á saída estándar.</p> <p> Data for the dialog must specified column by column, row by row. Data can be provided to the dialog through standard input. Each entry must be separated by a newline character. </p> <p> If you use the <cmd>--checklist</cmd> or <cmd>--radiolist</cmd> options, each row must start with either 'TRUE' or 'FALSE'. </p> <p>O diálogo de lista admite as seguintes opcións:</p> <terms> <item> <title><cmd>--column</cmd>=<var>column</var></title> <p>Specifies the column headers that are displayed in the list dialog. You must specify a <cmd>--column</cmd> option for each column that you want to display in the dialog. </p> </item> <item> <title><cmd>--checklist</cmd></title> <p>Especifica que a primeira columna no diálogo de lista contén caixas de verificación.</p> </item> <item> <title><cmd>--radiolist</cmd></title> <p>Especifica que a primeira columna no diálogo de lista contén caixas de opción.</p> </item> <item> <title><cmd>--editable</cmd></title> <p>permite editar os elementos mostrados.</p> </item> <item> <title><cmd>--separator</cmd>=<var>separador</var></title> <p>Especifica que cadea se usa cando o diálogo de lista devolve as entradas seleccionadas.</p> </item> <item> <title><cmd>--print-column</cmd>=<var>columna</var></title> <p>Specifies what column should be printed out upon selection. The default column is '1'. 'ALL' can be used to print out all columns in the list. </p> </item> </terms> <p>O seguinte script de exemplo mostra como se crea un diálogo de lista:</p> <code> #!/bin/sh zenity --list \ --title="Choose the Bugs You Wish to View" \ --column="Número de erro" --column="Importancia" --column="Descrición" \ 992383 Normal "GtkTreeView ten erros cando hai múltiples seleccións" \ 293823 High "GNOME Dictionary non xestiona o proxy" \ 393823 Critical "A edición de menú non funciona en GNOME 2.0" </code> <figure> <title>Exemplo de diálogo de lista</title> <desc>Exemplo de diálogo de lista de <app>Zenity</app></desc> <media type="image" mime="image/png" src="figures/zenity-list-screenshot.png"/> </figure> </page>