From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../xpinstall_api_reference/file_object/index.html | 17 -- .../file_object/methods/index.html | 51 ------ .../file_object/methods/isdirectory/index.html | 30 ---- .../file_object/methods/isfile/index.html | 42 ----- .../file_object/methods/remove/index.html | 31 ---- files/ja/xpinstall_api_reference/index.html | 191 --------------------- .../install_object/index.html | 10 -- .../install_object/methods/alert/index.html | 17 -- .../install_object/methods/execute/index.html | 6 - .../install_object/methods/index.html | 6 - 10 files changed, 401 deletions(-) delete mode 100644 files/ja/xpinstall_api_reference/file_object/index.html delete mode 100644 files/ja/xpinstall_api_reference/file_object/methods/index.html delete mode 100644 files/ja/xpinstall_api_reference/file_object/methods/isdirectory/index.html delete mode 100644 files/ja/xpinstall_api_reference/file_object/methods/isfile/index.html delete mode 100644 files/ja/xpinstall_api_reference/file_object/methods/remove/index.html delete mode 100644 files/ja/xpinstall_api_reference/index.html delete mode 100644 files/ja/xpinstall_api_reference/install_object/index.html delete mode 100644 files/ja/xpinstall_api_reference/install_object/methods/alert/index.html delete mode 100644 files/ja/xpinstall_api_reference/install_object/methods/execute/index.html delete mode 100644 files/ja/xpinstall_api_reference/install_object/methods/index.html (limited to 'files/ja/xpinstall_api_reference') diff --git a/files/ja/xpinstall_api_reference/file_object/index.html b/files/ja/xpinstall_api_reference/file_object/index.html deleted file mode 100644 index f6cbdce247..0000000000 --- a/files/ja/xpinstall_api_reference/file_object/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: File Object -slug: XPInstall_API_Reference/File_Object -tags: - - NeedsTranslation - - TopicStub -translation_of: Archive/Mozilla/XPInstall/Reference/File_Object ---- -

このページは XPInstall API Reference の一部です。もしあなたが 拡張機能テーマプラグインの開発者であるならば、この API のほとんどが必要ないことに注意してください。特に、XPI のコンテンツをインストールし、登録するために使用される install.js スクリプトは、新たに宣言される install.rdf マニフェストや新しい パッケージング体系 のために非推奨です。

- -

File

- -

Use the File object to manipulate local files and directories during the installation process.

- -

Overview

- -

The File object has methods for analyzing the file system and preparing it (as when new directories, program shortcuts, version comparisons, or deletions are required) for newly installed software packages. The File object works in conjunction with the Install object.

diff --git a/files/ja/xpinstall_api_reference/file_object/methods/index.html b/files/ja/xpinstall_api_reference/file_object/methods/index.html deleted file mode 100644 index 2841d1202a..0000000000 --- a/files/ja/xpinstall_api_reference/file_object/methods/index.html +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: メソッド -slug: XPInstall_API_Reference/File_Object/Methods -translation_of: Archive/Mozilla/XPInstall/Reference/File_Object/Methods ---- -

このページは XPInstall API Reference の一部です。もしあなたが 拡張機能テーマプラグインの開発者であるならば、この API のほとんどが必要ないことに注意してください。特に、XPI のコンテンツをインストールし、登録するために使用される install.js スクリプトは、新たに宣言される install.rdf マニフェストや新しい パッケージング体系 のために非推奨です。

- -

メソッド

- -
-
dirCreate
-
新規ディレクトリを作成
-
dirGetParent
-
親ディレクトリを示すオブジェクトを返す
-
dirRemove
-
ディレクトリを削除
-
dirRename
-
指定ディレクトリをリネーム
-
copy
-
指定ファイルのコピーを作成
-
diskSpaceAvailable
-
使用可能ディスク領域量を返す (bytes)
-
exists
-
ファイルが存在するかどうかを示す真偽値を返す
-
execute
-
インストールプロセスの一部として実行するファイルをキュー
-
isDirectory
-
オブジェクトがディレクトリであるかどうかを示す真偽値を返す
-
isFile
-
オブジェクトがファイルであるかどうかを示す真偽値を返す
-
modDate
-
指定ファイルの最終更新日時を表す数値を返す
-
modDateChanged
-
ファイルの最終更新日時が指定された日付よりも古いかどうかを示す真偽値を返す
-
move
-
別の場所にファイルを移動
-
remove
-
ファイルを削除
-
rename
-
指定ファイルのファイル名を変更
-
size
-
ファイルのファイルサイズを返す (bytes)
-
windowsShortcut
-
ファイル用の Windows ショートカットを作成
-
macAlias
-
ファイルの Macintosh エイリアスを作成
-
windowsGetShortName
-
指定パスの Windows ショートネームを返す
-
windowsRegisterServer
-
レジストリに DLL を登録
-
diff --git a/files/ja/xpinstall_api_reference/file_object/methods/isdirectory/index.html b/files/ja/xpinstall_api_reference/file_object/methods/isdirectory/index.html deleted file mode 100644 index 1a6a49d429..0000000000 --- a/files/ja/xpinstall_api_reference/file_object/methods/isdirectory/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: isDirectory -slug: XPInstall_API_Reference/File_Object/Methods/isDirectory -translation_of: Archive/Mozilla/XPInstall/Reference/File_Object/Methods/isDirectory ---- -

概要

-

引数に指定した FileSpecObject がディレクトリであるかどうかを示す真偽値を返します。

- -

Method of

-

File オブジェクト

- - -

構文

- -
boolean isDirectory ( FileSpecObject NativeFolderPath );
-
- - -

引数

- -

isDirectory メソッドは次の引数をとります。

- -
-
NativeFolderPath
-
照会するディレクトリを表す FileSpecObject
-
- - -

戻り値

-

引数に指定した FileSpecObject がディレクトリであるかどうかを示す真偽値

diff --git a/files/ja/xpinstall_api_reference/file_object/methods/isfile/index.html b/files/ja/xpinstall_api_reference/file_object/methods/isfile/index.html deleted file mode 100644 index 938ffcd2e3..0000000000 --- a/files/ja/xpinstall_api_reference/file_object/methods/isfile/index.html +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: isFile -slug: XPInstall_API_Reference/File_Object/Methods/isFile -translation_of: Archive/Mozilla/XPInstall/Reference/File_Object/Methods/isFile ---- -

概要

- - -

引数に指定した FileSpecObject がファイルであるかどうかを示す真偽値を返します。

- - -

Method of

-

File オブジェクト

- - -

構文

- -
boolean isFile (FileSpecObject NativeFolderPath);
-
- - -

引数

- -

isFile メソッドは次の引数をとります。

- -
-
NativeFolderPath
-
照会するファイルオブジェクトを表す FileSpecObject
-
- - -

戻り値

- -

引数に指定した FileSpecObject がファイルであるかどうかを示す真偽値

- - -

-
var f = getFolder( "Program", "sample.txt" );
-
-if ( File.isFile(f) ) {
-  // ファイルであった場合の処理
-}}
diff --git a/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html b/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html deleted file mode 100644 index 82bf34a88b..0000000000 --- a/files/ja/xpinstall_api_reference/file_object/methods/remove/index.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: remove -slug: XPInstall_API_Reference/File_Object/Methods/remove -translation_of: Archive/Mozilla/XPInstall/Reference/File_Object/Methods/remove ---- -

概要

- - -

指定ファイルを削除します。

- - -

Method of

-

File オブジェクト

- - -

構文

- -
int remove( FileSpecObject file )
-
- - -

引数

- -
-
file
-
削除対象のファイルを表す FileSpecObject
-
- - -

戻り値

-

整数値のエラーコード。値については "Return Codes" をご覧下さい。

diff --git a/files/ja/xpinstall_api_reference/index.html b/files/ja/xpinstall_api_reference/index.html deleted file mode 100644 index d30178ee5b..0000000000 --- a/files/ja/xpinstall_api_reference/index.html +++ /dev/null @@ -1,191 +0,0 @@ ---- -title: XPInstall API Reference -slug: XPInstall_API_Reference -tags: - - XPInstall - - XPInstall_API_reference -translation_of: Archive/Mozilla/XPInstall/Reference ---- -

このページは XPInstall API Reference の一部です。もしあなたが 拡張機能テーマプラグインの開発者であるならば、この API のほとんどが必要ないことに注意してください。特に、XPI のコンテンツをインストールし、登録するために使用される install.js スクリプトは、新たに宣言される install.rdf マニフェストや新しい パッケージング体系 のために非推奨です。

- -

オブジェクト

- -

Install

- -
-
プロパティ
-
メソッド
-
- -
-
-
-
addDirectory
-
addFile
-
alert
-
cancelInstall
-
confirm
-
deleteRegisteredFile
-
execute
-
gestalt
-
getComponentFolder
-
getFolder
-
getLastError
-
getWinProfile
-
getWinRegistry
-
initInstall
-
loadResources
-
logComment
-
patch
-
performInstall
-
refreshPlugins
-
registerChrome
-
resetError
-
setPackageFolder
-
-
-
- -

InstallTrigger

- -
-
プロパティなし
-
メソッド
-
- -
-
-
-
compareVersion
-
enabled
-
getVersion
-
install
-
installChrome
-
startSoftwareUpdate
-
-
-
- -

InstallVersion

- -
-
プロパティ
-
メソッド
-
- -
-
-
-
compareTo
-
init
-
toString
-
-
-
- -

File

- -
-
プロパティなし
-
メソッド
-
- -
-
-
-
copy
-
dirCreate
-
dirGetParent
-
dirRemove
-
dirRename
-
diskSpaceAvailable
-
execute
-
exists
-
isDirectory
-
isFile
-
macAlias
-
modDate
-
modDateChanged
-
move
-
remove
-
rename
-
size
-
windowsGetShortName
-
windowsRegisterServer
-
windowsShortcut
-
-
-
- -

WinProfile

- -
-
プロパティなし
-
メソッド
-
- -
-
-
-
getString
-
writeString
-
-
-
- -

WinReg

- -
-
プロパティなし
-
メソッド
-
- -
-
-
-
createKey
-
deleteKey
-
deleteValue
-
enumKeys
-
enumValueNames
-
getValue
-
getValueNumber
-
getValueString
-
isKeyWritable
-
keyExists
-
setRootKey
-
setValue
-
setValueNumber
-
setValueString
-
valueExists
-
-
-
- -
-
WinRegValue constructor
-
- -

その他の情報

- -

リターンコード

- -

See complete list

- -

スクリプト例

- -
-
Trigger Scripts and Install Scripts
-
- -
コード例
- -
-
File.macAlias
-
File.windowsShortcut
-
Install.addDirectory
-
Install.addFile
-
InstallTrigger.installChrome
-
InstallTrigger.startSoftwareUpdate
-
Windows Install
-
diff --git a/files/ja/xpinstall_api_reference/install_object/index.html b/files/ja/xpinstall_api_reference/install_object/index.html deleted file mode 100644 index d7f5e3e157..0000000000 --- a/files/ja/xpinstall_api_reference/install_object/index.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Install Object -slug: XPInstall_API_Reference/Install_Object -translation_of: Archive/Mozilla/XPInstall/Reference/Install_Object ---- -

 

- -

This page was auto-generated because a user created a sub-page to this page.

- -

 

diff --git a/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html b/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html deleted file mode 100644 index 00ae48bf52..0000000000 --- a/files/ja/xpinstall_api_reference/install_object/methods/alert/index.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: alert -slug: XPInstall_API_Reference/Install_Object/Methods/alert -translation_of: Archive/Mozilla/XPInstall/Reference/Install_Object/Methods/alert ---- -

概要

-

引数に指定したメッセージを持つモーダルダイアログボックスを表示します。

- -

Method of

-

Install オブジェクトのメソッド

-

構文

-
void alert ( String message );
-
-

引数

-

message 引数はダイアログボックス内の文字列として表示されます。メッセージが文字列でない場合は、変換されて表示されます。

-

戻り値

-

無し

diff --git a/files/ja/xpinstall_api_reference/install_object/methods/execute/index.html b/files/ja/xpinstall_api_reference/install_object/methods/execute/index.html deleted file mode 100644 index 4caa851782..0000000000 --- a/files/ja/xpinstall_api_reference/install_object/methods/execute/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: execute -slug: XPInstall_API_Reference/Install_Object/Methods/execute -translation_of: Archive/Mozilla/XPInstall/Reference/Install_Object/Methods/execute ---- -

This page has no content. Enrich MDC by contributing.

diff --git a/files/ja/xpinstall_api_reference/install_object/methods/index.html b/files/ja/xpinstall_api_reference/install_object/methods/index.html deleted file mode 100644 index e35efd4f7b..0000000000 --- a/files/ja/xpinstall_api_reference/install_object/methods/index.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Methods -slug: XPInstall_API_Reference/Install_Object/Methods -translation_of: Archive/Mozilla/XPInstall/Reference/Install_Object/Methods ---- -

This page was auto-generated because a user created a sub-page to this page.

-- cgit v1.2.3-54-g00ecf