__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.85: ~ $
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="scale" xml:lang="ja">
  <info>
    <link type="guide" xref="index#dialogs"/>
    <desc><cmd>--scale</cmd> の使用</desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  
    <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>--scale</cmd> というオプションを使ってください。</p>
  <p>スケールダイアログは、以下のオプションをサポートしています。</p>

  <terms>

    <item>
      <title><cmd>--text</cmd>=<var>テキスト</var></title>
      <p>ダイアログのテキストを指定します。(既定値: スケール値の調整)</p>
    </item>

    <item>
      <title><cmd>--value</cmd>=<var>値</var></title>
      <p>初期値を指定します。 (既定値: 0) 最小値から最大値の間で指定しなければなりません。</p>
    </item>

    <item>
      <title><cmd>--min-value</cmd>=<var>値</var></title>
      <p>最小値を指定します。 (既定値: 0)</p>
    </item>

    <item>
      <title><cmd>--max-value</cmd>=<var>値</var></title>
      <p>最大値を指定します。 (既定値: 100)</p>
    </item>

    <item>
      <title><cmd>--step</cmd>=<var>値</var></title>
      <p>刻み幅を指定します。 (既定値: 1)</p>
    </item>

    <item>
      <title><cmd>--print-partial</cmd></title>
      <p>値が変更される度に標準出力へ値を出力します。</p>
    </item>

    <item>
      <title><cmd>--hide-value</cmd></title>
      <p>ダイアログで値を非表示にします。</p>
    </item>

  </terms>

  <p>以下のスクリプトの例でスケールダイアログの作成方法を示します。</p>

<code>
#!/bin/sh

VALUE=`zenity --scale --text="ウィンドウの透過率を指定してください。" --value=50`

case $? in
         0)
		echo "$VALUE% が指定されました。";;
         1)
                echo "値が指定されませんでした。";;
        -1)
                echo "予期せぬエラーが発生しました。";;
esac
</code>

  <figure>
    <title>スケールダイアログの例</title>
    <desc><app>Zenity</app> スケールダイアログの例</desc>
    <media type="image" mime="image/png" src="figures/zenity-scale-screenshot.png"/>
  </figure>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
calendar.page File 2.91 KB 0644
color-selection.page File 1.75 KB 0644
entry.page File 2.14 KB 0644
error.page File 1.16 KB 0644
file-selection.page File 2.7 KB 0644
forms.page File 2.93 KB 0644
index.page File 1.08 KB 0644
info.page File 1.2 KB 0644
intro.page File 1.38 KB 0644
legal.xml File 3.05 KB 0644
list.page File 3.4 KB 0644
message.page File 937 B 0644
notification.page File 2.65 KB 0644
password.page File 1.7 KB 0644
progress.page File 2.81 KB 0644
question.page File 1.13 KB 0644
scale.page File 2.6 KB 0644
text.page File 2.83 KB 0644
usage.page File 9.51 KB 0644
warning.page File 1.2 KB 0644
Filemanager