nadesiko3 3.6.28 → 3.6.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/batch/command.txt +38 -172
- package/package.json +1 -1
- package/release/_hash.txt +24 -24
- package/release/_script-tags.txt +33 -33
- package/release/command.json +1 -1
- package/release/command.json.js +1 -1
- package/release/command_cnako3.json +1 -1
- package/release/command_list.json +1 -1
- package/release/edit_main.js +9 -9
- package/release/edit_main.js.map +3 -3
- package/release/editor.js +9 -9
- package/release/version.js +1 -1
- package/release/version_main.js +1 -1
- package/release/version_main.js.map +1 -1
- package/release/wnako3.js +34 -34
- package/release/wnako3.js.map +2 -2
- package/src/nako_version.mjs +2 -2
- package/src/nako_version.mts +2 -2
- package/src/plugin_browser.mjs +1 -1
- package/src/plugin_browser.mts +1 -1
- package/src/plugin_browser_dom_basic.mjs +8 -0
- package/src/plugin_browser_dom_basic.mts +8 -0
- package/tools/nako3edit/html/files.html +7 -5
package/batch/command.txt
CHANGED
|
@@ -384,116 +384,41 @@
|
|
|
384
384
|
|
|
385
385
|
|
|
386
386
|
■plugin_turtle(基本プラグイン,wnako)
|
|
387
|
+
●タートルグラフィックス・カメ描画
|
|
388
|
+
| 関数 | カメ作成 | | タートルグラフィックスを開始してカメのIDを返す | かめさくせい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L427
|
|
389
|
+
| 関数 | ゾウ作成 | | ゾウの画像でタートルグラフィックスを開始してIDを返す | ぞうさくせい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L436
|
|
390
|
+
| 関数 | パンダ作成 | | パンダの画像でタートルグラフィックスを開始してIDを返す | ぱんださくせい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L445
|
|
391
|
+
| 関数 | カメ操作対象設定 | IDに/IDへ/IDの | IDを指定して操作対象となるカメを変更する | かめそうさたいしょうせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L454
|
|
392
|
+
| 変数 | カメ描画先 | | '#turtle_cv' | かめびょうがさき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L459
|
|
393
|
+
| 変数 | カメ画像URL | | turtleImage | かめがぞうURL | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L460
|
|
394
|
+
| 関数 | カメ画像変更 | URLに/URLへ | カメの画像をURLに変更する | かめがぞうへんこう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L465
|
|
395
|
+
| 定数 | カメ速度 | | 100 | かめそくど | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L471
|
|
396
|
+
| 関数 | カメ速度設定 | Vに/Vへ | カメの動作速度vに設定(大きいほど遅い) | かめそくどせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L476
|
|
397
|
+
| 関数 | カメ移動 | XYに/XYへ | カメの位置を[x,y]へ移動する | かめいどう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L484
|
|
398
|
+
| 関数 | カメ起点移動 | XYに/XYへ | カメの描画起点位置を[x,y]へ移動する | かめきてんいどう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L494
|
|
399
|
+
| 関数 | カメ進 | Vだけ | カメの位置をVだけ進める | かめすすむ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L504
|
|
400
|
+
| 関数 | カメ戻 | Vだけ | カメの位置をVだけ戻す | かめもどる | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L514
|
|
401
|
+
| 関数 | カメ角度設定 | Vに/Vへ/Vの | カメの向きをDEGに設定する | かめかくどせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L524
|
|
402
|
+
| 関数 | カメ右回転 | Vだけ | カメの向きをDEGだけ右に向ける | かめみぎかいてん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L534
|
|
403
|
+
| 関数 | カメ左回転 | Vだけ | カメの向きをDEGだけ左に向ける | かめひだりかいてん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L544
|
|
404
|
+
| 関数 | カメペン色設定 | Cに/Cへ | カメのペン描画色をCに設定する | かめぺんいろせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L554
|
|
405
|
+
| 関数 | カメペンサイズ設定 | Wに/Wへ | カメペンのサイズをWに設定する | かめぺんさいずせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L564
|
|
406
|
+
| 関数 | カメペン設定 | Wに/Wへ | カメペンを使うかどうかをV(オン/オフ)に設定する | かめぺんせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L573
|
|
407
|
+
| 関数 | カメパス開始 | | カメで明示的にパスの描画を開始する | かめぱすかいし | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L582
|
|
408
|
+
| 関数 | カメパス閉 | | カメでパスを明示的に閉じる(省略可能) | かめぱすとじる | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L591
|
|
409
|
+
| 関数 | カメパス線引 | | カメでパスを閉じて、カメペン色設定で指定した色で枠線を引く | かめぱすせんひく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L600
|
|
410
|
+
| 関数 | カメパス塗 | | カメでパスを閉じて、カメ塗り色設定で指定した色で塗りつぶす | かめぱすぬる | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L609
|
|
411
|
+
| 関数 | カメ文字描画 | Sを/Sと/Sの | カメの位置に文字Sを描画 | かめもじびょうが | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L618
|
|
412
|
+
| 関数 | カメ文字設定 | Sに/Sへ/Sで | カメ文字描画で描画するテキストサイズやフォント(48px serif)などを設定 | かめもじせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L627
|
|
413
|
+
| 関数 | カメ塗色設定 | Cに/Cへ | カメパスの塗り色をCに設定する | かめぬりいろせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L642
|
|
414
|
+
| 関数 | カメ全消去 | | 表示しているカメと描画内容を全部消去する | かめぜんしょうきょ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L652
|
|
415
|
+
| 関数 | カメコマンド実行 | CMDの/CMDを | カメにコマンドSを実行する。コマンドは改行か「;」で区切る。コマンドと引数は「=」で区切り引数はかカンマで区切る | かめこまんどじっこう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L661
|
|
416
|
+
| 関数 | カメ非表示 | | カメの画像を非表示にする。描画に影響しない。 | かめひひょうじ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L678
|
|
417
|
+
| 関数 | カメ表示 | | 非表示にしたカメを表示する。 | かめひょうじ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L688
|
|
418
|
+
| 関数 | カメクリック時 | FUNCを | 操作対象のカメをクリックした時のイベントを設定する | かめくりっくしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_turtle.mts#L698
|
|
387
419
|
|
|
388
420
|
|
|
389
421
|
■plugin_node(基本プラグイン,cnako,phpnako)
|
|
390
|
-
●ファイル入出力
|
|
391
|
-
| 関数 | 開 | Fを/Fから | ファイルFを開く(非同期関数) | ひらく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L199
|
|
392
|
-
| 関数 | 読 | Fを/Fから | ファイFSを開く(非同期関数) | よむ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L217
|
|
393
|
-
| 関数 | バイナリ読 | Sを/Sから | ファイルSをバイナリ(Buffer)として開く | ばいなりよむ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L234
|
|
394
|
-
| 関数 | 保存 | SをFへ/Fに | データSをファイルFヘ書き込む(文字コードはUTF-8)(非同期関数) | ほぞん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L243
|
|
395
|
-
| 関数 | SJISファイル読 | Sを/Sから | SJIS形式のファイルSを読み込む | SJISふぁいるよむ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L265
|
|
396
|
-
| 関数 | SJISファイル保存 | SをFへ/Fに | SをSJIS形式でファイルFへ書き込む | SJISふぁいるほぞん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L276
|
|
397
|
-
| 関数 | EUCファイル読 | Sを/Sから | euc-jp形式のファイルSを読み込む | EUCふぁいるよむ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L287
|
|
398
|
-
| 関数 | EUCファイル保存 | SをFへ/Fに | Sをeuc-jp形式でファイルFへ書き込む | EUCふぁいるほぞん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L297
|
|
399
|
-
| 関数 | 起動待機 | Sを | シェルコマンドSを起動し実行終了まで待機する | きどうたいき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L307
|
|
400
|
-
| 関数 | 起動 | Sを | シェルコマンドSを起動 | きどう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L316
|
|
401
|
-
| 関数 | 起動時 | CALLBACKでSを | シェルコマンドSを起動 | きどうしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L328
|
|
402
|
-
| 関数 | ブラウザ起動 | URLを | ブラウザでURLを起動 | ぶらうざきどう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L338
|
|
403
|
-
| 関数 | ファイル列挙 | Sの/Sを/Sで | パスSのファイル名(フォルダ名)一覧を取得する。ワイルドカード可能。「*.jpg;*.png」など複数の拡張子を指定可能。 | ふぁいるれっきょ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L346
|
|
404
|
-
| 関数 | 全ファイル列挙 | Sの/Sを/Sで | パスS以下の全ファイル名を取得する。ワイルドカード可能。「*.jpg;*.png」のように複数の拡張子を指定可能。 | ぜんふぁいるれっきょ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L365
|
|
405
|
-
| 関数 | 存在 | PATHが/PATHの | ファイルPATHが存在するか確認して返す | そんざい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L410
|
|
406
|
-
| 関数 | フォルダ存在 | PATHが/PATHの | ディレクトリPATHが存在するか確認して返す | ふぉるだそんざい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L418
|
|
407
|
-
| 関数 | フォルダ作成 | PATHの/PATHを/PATHに/PATHへ | ディレクトリPATHを作成して返す(再帰的に作成) | ふぉるださくせい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L426
|
|
408
|
-
| 関数 | ファイルコピー | AからBに/AをBへ | パスAをパスBへファイルコピーする | ふぁいるこぴー | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L434
|
|
409
|
-
| 関数 | ファイルコピー時 | CALLBACKでAからBに/AをBへ | パスAをパスBへファイルコピーしてcallbackを実行 | ふぁいるこぴーしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L442
|
|
410
|
-
| 関数 | ファイル移動 | AからBに/AをBへ | パスAをパスBへ移動する | ふぁいるいどう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L454
|
|
411
|
-
| 関数 | ファイル移動時 | CALLBACKでAからBに/AをBへ | パスAをパスBへ移動してcallbackを実行 | ふぁいるいどうしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L462
|
|
412
|
-
| 関数 | ファイル削除 | PATHの/PATHを | パスPATHを削除する | ふぁいるさくじょ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L474
|
|
413
|
-
| 関数 | ファイル削除時 | CALLBACKでPATHの/PATHを | パスPATHを削除してcallbackを実行 | ふぁいるさくじょしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L482
|
|
414
|
-
| 関数 | ファイル情報取得 | PATHの/PATHから | パスPATHの情報を調べてオブジェクトで返す | ふぁいるじょうほうしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L494
|
|
415
|
-
| 関数 | ファイルサイズ取得 | PATHの/PATHから | パスPATHのファイルサイズを調べて返す | ふぁいるさいずしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L502
|
|
416
|
-
●パス操作
|
|
417
|
-
| 関数 | ファイル名抽出 | Sから/Sの | フルパスのファイル名Sからファイル名部分を抽出して返す | ふぁいるめいちゅうしゅつ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L513
|
|
418
|
-
| 関数 | パス抽出 | Sから/Sの | ファイル名Sからパス部分を抽出して返す | ぱすちゅうしゅつ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L521
|
|
419
|
-
| 関数 | 絶対パス変換 | Aを/Aの | 相対パスから絶対パスに変換して返す | ぜったいぱすへんかん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L529
|
|
420
|
-
| 関数 | 相対パス展開 | AをBで | ファイル名AからパスBを展開して返す | そうたいぱすてんかい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L537
|
|
421
|
-
●フォルダ取得
|
|
422
|
-
| 関数 | カレントディレクトリ取得 | | カレントディレクトリを返す | かれんとでぃれくとりしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L546
|
|
423
|
-
| 関数 | カレントディレクトリ変更 | DIRに/DIRへ | カレントディレクトリをDIRに変更する | かれんとでぃれくとりへんこう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L555
|
|
424
|
-
| 関数 | 作業フォルダ取得 | | カレントディレクトリを返す | さぎょうふぉるだしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L564
|
|
425
|
-
| 関数 | 作業フォルダ変更 | DIRに/DIRへ | カレントディレクトリをDIRに変更する | さぎょうふぉるだへんこう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L573
|
|
426
|
-
| 関数 | ホームディレクトリ取得 | | ホームディレクトリを取得して返す | ほーむでぃれくとりしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L582
|
|
427
|
-
| 関数 | デスクトップ | | デスクトップパスを取得して返す | ですくとっぷ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L590
|
|
428
|
-
| 関数 | マイドキュメント | | マイドキュメントのパスを取得して返す | まいどきゅめんと | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L599
|
|
429
|
-
| 定数 | 母艦パス | | '' | ぼかんぱす | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L604
|
|
430
|
-
| 関数 | 母艦パス取得 | | スクリプトのあるディレクトリを返す | ぼかんぱすしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L609
|
|
431
|
-
| 関数 | テンポラリフォルダ | | テンポラリフォルダのパスを取得して返す | てんぽらりふぉるだ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L617
|
|
432
|
-
| 関数 | 一時フォルダ作成 | DIRに/DIRへ | 指定のフォルダに作業用の一時フォルダを作成して取得して返す | いちじふぉるださくせい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L626
|
|
433
|
-
●環境変数
|
|
434
|
-
| 関数 | 環境変数取得 | Sの | 環境変数Sを返す | かんきょうへんすうしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L639
|
|
435
|
-
| 関数 | 環境変数一覧取得 | | 環境変数の一覧を返す | かんきょうへんすういちらんしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L647
|
|
436
|
-
●圧縮・解凍
|
|
437
|
-
| 定数 | 圧縮解凍ツールパス | | '7z' | あっしゅくかいとうつーるぱす | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L652
|
|
438
|
-
| 関数 | 圧縮解凍ツールパス変更 | Vに/Vへ | 圧縮解凍に使うツールを取得変更する | あっしゅくかいとうつーるぱすへんこう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L657
|
|
439
|
-
| 関数 | 解凍 | AをBに/AからBへ | (v1非互換)ZIPファイルAをBに解凍(実行には7-zipが必要-https://goo.gl/LmKswH) | かいとう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L666
|
|
440
|
-
| 関数 | 解凍時 | CALLBACKでAをBに/AからBへ | 解凍処理を行い、処理が完了したときにcallback処理を実行 | かいとうしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L679
|
|
441
|
-
| 関数 | 圧縮 | AをBに/AからBへ | (v1非互換)ファイルAをBにZIP圧縮(実行には7-zipが必要-https://goo.gl/LmKswH) | あっしゅく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L695
|
|
442
|
-
| 関数 | 圧縮時 | CALLBACKでAをBに/AからBへ | 圧縮処理を行い完了したときにcallback処理を指定 | あっしゅくしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L708
|
|
443
|
-
●Nodeプロセス
|
|
444
|
-
| 関数 | 終 | | Nodeでプログラム実行を強制終了する | おわる | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L725
|
|
445
|
-
| 関数 | 強制終了時 | FUNCを | Nodeでctrl+cでプログラムの実行が終了した時FUNCを実行する。もしFUNCが偽を返すと終了しない。非同期処理のとき動作する(#1010) | きょうせいしゅうりょうしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L734
|
|
446
|
-
| 関数 | 終了 | | Nodeでプログラム実行を強制終了する | しゅうりょう | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L749
|
|
447
|
-
| 関数 | OS取得 | | OSプラットフォームを返す(darwin/win32/linux) | OSしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L758
|
|
448
|
-
| 関数 | OSアーキテクチャ取得 | | OSアーキテクチャを返す | OSあーきてくちゃしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L766
|
|
449
|
-
●コマンドラインと標準入出力
|
|
450
|
-
| 定数 | コマンドライン | | '' | こまんどらいん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L771
|
|
451
|
-
| 定数 | ナデシコランタイム | | '' | なでしこらんたいむ | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L772
|
|
452
|
-
| 定数 | ナデシコランタイムパス | | '' | なでしこらんたいむぱす | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L773
|
|
453
|
-
| 関数 | 標準入力取得時 | CALLBACK(Fを | 標準入力を一行取得した時に、変数『対象』に取得した文字列を代入し、無名関数(あるいは、文字列で関数名を指定)F(s: string)を実行する | ひょうじゅんにゅうりょくしゅとくしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L778
|
|
454
|
-
| 関数 | 尋 | MSGと/MSGを | 標準入力を一行取得する(非同期関数) | たずねる | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L796
|
|
455
|
-
| 関数 | 文字尋 | MSGと/MSGを | 標準入力を一行取得する。ただし自動で数値に変換しない(非同期関数) | もじたずねる | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L814
|
|
456
|
-
| 関数 | 標準入力全取得 | | 標準入力を全部取得して返す(非同期関数) | ひょうじゅんにゅうりょくぜんしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L827
|
|
457
|
-
●テスト
|
|
458
|
-
| 関数 | ASSERT等 | AとBが | mochaによるテストで、ASSERTでAとBが正しいことを報告する | ASSERTひとしい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L845
|
|
459
|
-
●ネットワーク
|
|
460
|
-
| 関数 | 自分IPアドレス取得 | | ネットワークアダプターからIPアドレス(IPv4)を取得して配列で返す | じぶんIPあどれすしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L854
|
|
461
|
-
| 関数 | 自分IPV6アドレス取得 | | ネットワークアダプターからIPアドレス(IPv6)を取得して配列で返す | じぶんIPV6あどれすしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L876
|
|
462
|
-
●Ajax
|
|
463
|
-
| 関数 | AJAX送信時 | CALLBACKのURLまで/URLへ/URLに | 非同期通信(Ajax)でURLにデータを送信し、成功するとcallbackが実行される。その際『対象』にデータが代入される。 | AJAXそうしんしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L896
|
|
464
|
-
| 関数 | AJAX受信時 | CALLBACKでURLから/URLを | 非同期通信(Ajax)でURLにデータを送信し、成功するとcallbackが実行される。その際『対象』にデータが代入される。 | AJAXそうしんしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L915
|
|
465
|
-
| 関数 | GET送信時 | CALLBACKのURLまで/URLへ/URLに | 非同期通信(Ajax)でURLにデータを送信し、成功するとcallbackが実行される。その際『対象』にデータが代入される。 | GETそうしんしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L924
|
|
466
|
-
| 関数 | POST送信時 | CALLBACKのURLまでPARAMSを/URLへ/URLに | AjaxでURLにPARAMSをPOST送信し『対象』にデータを設定 | POSTそうしんしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L933
|
|
467
|
-
| 関数 | POSTフォーム送信時 | CALLBACKのURLまでPARAMSを/URLへ/URLに | AjaxでURLにPARAMSをフォームとしてPOST送信し『対象』にデータを設定 | POSTふぉーむそうしんしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L962
|
|
468
|
-
| 関数 | AJAX失敗時 | CALLBACKの | Ajax命令でエラーが起きたとき | AJAXえらーしっぱいしたとき | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L987
|
|
469
|
-
| 定数 | AJAXオプション | | '' | Ajax関連のオプションを指定 | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L991
|
|
470
|
-
| 関数 | AJAXオプション設定 | OPTIONに/OPTIONへ/OPTIONと | Ajax命令でオプションを設定 | AJAXおぷしょんせってい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L996
|
|
471
|
-
| 関数 | AJAX保障送信 | URLまで/URLへ/URLに | 非同期通信(Ajax)でURLにデータの送信を開始する非同期処理オブジェクト(Promise)を作成する。 | AJAXほしょうそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1005
|
|
472
|
-
| 関数 | HTTP保障取得 | URLの/URLから/URLを | 非同期通信(Ajax)でURLにデータの送信を開始する非同期処理オブジェクト(Promise)を作成する。 | HTTPほしょうしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1016
|
|
473
|
-
| 関数 | GET保障送信 | URLまで/URLへ/URLに | 非同期通信(Ajax)でURLにデータの送信を開始する非同期処理オブジェクト(Promise)を作成する。 | GETほしょうそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1025
|
|
474
|
-
| 関数 | POST保障送信 | URLまでPARAMSを/URLへ/URLに | 非同期通信(Ajax)でURLにPARAMSをPOST送信を開始する非同期処理オブジェクト(Promise)を作成する。 | POSTほしょうそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1034
|
|
475
|
-
| 関数 | POSTフォーム保障送信 | URLまでPARAMSを/URLへ/URLに | 非同期通信(Ajax)でURLにPARAMSをフォームとしてPOST送信を開始する非同期処理オブジェクト(Promise)を作成する。 | POSTふぉーむほしょうそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1057
|
|
476
|
-
| 関数 | AJAX内容取得 | RESからTYPEで | 非同期通信(Ajax)の応答から内容を指定した形式で取り出すための非同期処理オブジェクト(Promise)を返す。 | AJAXないようしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1073
|
|
477
|
-
| 関数 | AJAX受信 | URLから/URLを | 「!非同期モード」で非同期通信(Ajax)でURLからデータを受信する。『AJAXオプション』を指定できる。結果は変数『対象』に入る | AJAXじゅしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1098
|
|
478
|
-
| 関数 | POSTデータ生成 | PARAMSの/PARAMSを | 辞書形式のデータPARAMSをkey=value&key=value...の形式に変換する | POSTでーたせいせい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1120
|
|
479
|
-
| 関数 | POST送信 | URLまでPARAMSを/URLへ/URLに | 非同期通信(AJAX)でPOSTメソッドにてURLへPARAMS(辞書型)を送信して応答を戻す。(非同期関数) | POSTそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1135
|
|
480
|
-
| 関数 | POSTフォーム送信 | URLまでPARAMSを/URLへ/URLに | 非同期通信(AJAX)でURLにPARAMS(辞書型)をフォームとしてPOSTメソッドにてURLへ送信し応答を返す。(非同期関数) | POSTふぉーむそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1160
|
|
481
|
-
●新AJAX
|
|
482
|
-
| 関数 | AJAXテキスト取得 | URLから | AJAXでURLにアクセスしテキスト形式で結果を得る。送信時AJAXオプションの値を参照。(非同期関数) | AJAXてきすとしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1184
|
|
483
|
-
| 関数 | AJAX_JSON取得 | URLから | AJAXでURLにアクセスしJSONの結果を得て、送信時AJAXオプションの値を参照。(非同期関数) | AJAX_JSONしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1199
|
|
484
|
-
| 関数 | AJAXバイナリ取得 | URLから | AJAXでURLにアクセスしバイナリ(arrayBuffer)形式で結果を得る。送信時AJAXオプションの値を参照。(非同期関数) | AJAXばいなりしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1213
|
|
485
|
-
●LINE
|
|
486
|
-
| 関数 | LINE送信 | TOKENへMESSAGEを/TOKENに | LINEにメッセージを送信する。先にLINE Notifyのページで宛先のトークンを取得する。TOKENへMESSAGEをLINE送信する。(非同期関数) | LINEそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1228
|
|
487
|
-
| 関数 | LINE画像送信 | TOKENへIMAGEFILEとMESSAGEを/TOKENに | LINEにメッセージを送信する。先にLINE Notifyのページで宛先のトークンを取得する。TOKENへIMAGE_FILEとMESSAGEをLINE画像送信する。(非同期関数) | LINEがぞうそうしん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1250
|
|
488
|
-
●文字コード
|
|
489
|
-
| 関数 | 文字コード変換サポート判定 | CODEの/CODEを | 文字コードCODEをサポートしているか確認 | もじこーどさぽーとはんてい | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1274
|
|
490
|
-
| 関数 | SJIS変換 | STRに/STRへ/STRを | (v1非互換)文字列をShift_JISのバイナリバッファに変換 | SJISへんかん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1282
|
|
491
|
-
| 関数 | SJIS取得 | BUFから/BUFを/BUFで | Shift_JISのバイナリバッファを文字列に変換 | SJISしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1291
|
|
492
|
-
| 関数 | エンコーディング変換 | SをCODEへ/CODEで | 文字列SをCODEへ変換してバイナリバッファを返す | えんこーでぃんぐへんかん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1300
|
|
493
|
-
| 関数 | エンコーディング取得 | BUFをCODEから/CODEで | バイナリバッファBUFをCODEから変換して返す | えんこーでぃんぐしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1309
|
|
494
|
-
●ハッシュ関数
|
|
495
|
-
| 関数 | ハッシュ関数一覧取得 | | 利用可能なハッシュ関数の一覧を返す | はっしゅかんすういちらんしゅとく | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1319
|
|
496
|
-
| 関数 | ハッシュ値計算 | SをALGのENCで | データSをアルゴリズムALG(sha256/sha512/md5)のエンコーディングENC(hex/base64)でハッシュ値を計算して返す | はっしゅちけいさん | https://github.com/kujirahand/nadesiko3/tree/master/src/plugin_node.mts#L1327
|
|
497
422
|
|
|
498
423
|
|
|
499
424
|
■plugin_httpserver(基本プラグイン,cnako)
|
|
@@ -830,71 +755,6 @@
|
|
|
830
755
|
|
|
831
756
|
|
|
832
757
|
■plugin_electron_node(拡張プラグイン,enako)
|
|
833
|
-
●システム定数
|
|
834
|
-
| 定数 | Eアプリ | | app | Eあぷり | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L196
|
|
835
|
-
| 定数 | IPCメイン | | ipcMain | IPCめいん | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L197
|
|
836
|
-
●Electronアプリ
|
|
837
|
-
| 関数 | アプリID設定 | APPIDに/APPIDを | アプリIDを設定する | あぷりIDせってい | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L203
|
|
838
|
-
| 関数 | QUIT | | Electronのアプリを終了する | QUIT | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L212
|
|
839
|
-
| 関数 | 終了 | | Electronのアプリを終了する | しゅうりょう | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L221
|
|
840
|
-
| 関数 | 強制終了 | CODEで | Electronのアプリを強制終了する | きょうせいしゅうりょう | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L230
|
|
841
|
-
| 関数 | 再起動予約 | POPTSで | アプリが終了した際に自動的に起動する | さいきどうよやく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L239
|
|
842
|
-
| 関数 | Eアプリ準備完了 | | アプリの準備が完了していれば真を返す | Eあぷりじゅんびかんりょう | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L251
|
|
843
|
-
| 関数 | Eアプリ準備完了時 | CALLBACKで | アプリの準備が完了した際に呼び去られる処理を登録する | Eあぷりじゅんびかんりょうしたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L259
|
|
844
|
-
| 関数 | Eアプリフォーカス獲得 | | アプリがフォーカスの獲得を試みる | Eあぷりふぉーかすかくとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L270
|
|
845
|
-
| 関数 | Eアプリバージョン取得 | | package.jsonで設定しているアプリのバージョンを返す | Eあぷりばーじょんしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L279
|
|
846
|
-
| 関数 | Eアプリ名取得 | | package.jsonで設定しているアプリの名前(name,productName)を返す | Eあぷりめいしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L287
|
|
847
|
-
●ElectronのBrowserWindow
|
|
848
|
-
| 関数 | ブラウザウインドウ作成 | POPTSで/POPTSから | オプションに従いブラウザウインドウを作成して返す | ぶらうざういんどうさくせい | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L296
|
|
849
|
-
| 関数 | ブラウザ読込 | WINにPURLから/WINへPURLを | ウインドウに指定のURLから読み込みを行う | ぶらうざよみこみ | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L325
|
|
850
|
-
| 関数 | 全ウインドウ数取得 | | アプリに存在する全てのWindowの数を返す | ぜんういんどうすうしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L340
|
|
851
|
-
| 関数 | フォーカスウインドウ取得 | | フォーカスを獲得しているWindowを返す | ふぉーかすういんどうしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L348
|
|
852
|
-
| 関数 | ウインドウ再読込 | WINを | 指定したウインドウの再読み込みを行う | ういんどうさいよみこみ | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L356
|
|
853
|
-
| 関数 | ウインドウ表示 | WINを/WINの | 指定したウインドウを表示状態にする | ういんどうひょうじ | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L365
|
|
854
|
-
| 関数 | 開発ツールトグル | WINを/WINの | 指定したウインドウの開発者ツールの表示状態をトグルする | かいはつつーるとぐる | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L374
|
|
855
|
-
| 関数 | メニュー設定 | WINにMENUを | menuをウインドウのメニューに設定する | めにゅーせってい | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L383
|
|
856
|
-
●Electronのメニュー
|
|
857
|
-
| 関数 | アプリメニュー設定 | MENUを | menuをアプリのメインメニューに設定する | あぷりめにゅーせってい | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L393
|
|
858
|
-
| 関数 | アプリメニュー取得 | | アプリのメインメニューに取得して返す | あぷりめにゅーしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L411
|
|
859
|
-
| 関数 | メニュー一括作成 | TEMPLATEから | メニューをテンプレートから一括作成し作成したメニューを返す | めにゅーいっかつさくせい | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L427
|
|
860
|
-
| 関数 | メニューポップアップ開 | MENUをPOPTSで | メニューをポップアップメニューとして開く | めにゅーぽっぷあっぷひらく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L450
|
|
861
|
-
| 関数 | メニューポップアップ閉 | MENUをWINの | ポップアップメニューとして開かれたこのメニューを閉じる | めにゅーぽっぷあっぷとじる | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L462
|
|
862
|
-
| 関数 | メニューアイテム追加 | MENUにITEMを | メニューにメニュー項目を追加する | めにゅーあいてむついか | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L472
|
|
863
|
-
| 関数 | メニュー項目追加 | MENUにITEMを | メニューにメニュー項目を追加する | めにゅーこうもくついか | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L481
|
|
864
|
-
| 関数 | メニューアイテム挿入 | MENUのPOSにITEMを | メニューの指定位置にメニュー項目を挿入する | めにゅーあいてむそうにゅう | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L490
|
|
865
|
-
| 関数 | メニュー項目挿入 | MENUのPOSにITEMを | メニューの指定位置にメニュー項目を挿入する | めにゅーこうもくそうにゅう | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L499
|
|
866
|
-
| 関数 | メニューアイテム取得 | MENUからIDを/IDの | メニューから指定したIDを持つメニューアイテムを返す | めにゅーあいてむしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L508
|
|
867
|
-
| 関数 | メニューIDクリック時 | CALLBACKでMENUのIDを | メニューから指定したIDを持つ項目をクリックした時の処理を登録する | めにゅーIDくりっくしたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L516
|
|
868
|
-
| 関数 | メニュー項目作成 | POPTSから/POPTSの | メニュー項目を作成して返す | めにゅーこうもくさくせい | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L526
|
|
869
|
-
●Electronのイベント処理
|
|
870
|
-
| 関数 | 発生時 | CALLBACKでOBJのTYPE | 対象にて指定のイベントが発生した時の処理を登録する | はっせいしたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L550
|
|
871
|
-
| 関数 | 単発発生時 | CALLBACKでOBJのTYPE | 対象にて指定のイベントが発生した時の処理を登録する。イベント発生時に自動削除される | たんぱつはっせいしたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L563
|
|
872
|
-
| 関数 | 呼出時 | CALLBACKでOBJのTYPE | 対象にて指定のInvoke呼び出しを受けた時の処理を登録する(evt, ...args) | よびだされたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L572
|
|
873
|
-
| 関数 | 呼出 | OBJのTYPEARGSで/TYPEを | 対象のInvokeを呼び出す | よびだす | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L581
|
|
874
|
-
●Electronのshell
|
|
875
|
-
●Electronのdialog
|
|
876
|
-
| 関数 | ファイル選択 | WINにPOPTSで | ファイルを選択するダイアログを表示して結果を返す(非同期関数) | ふぁいるせんたく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L601
|
|
877
|
-
| 関数 | フォルダ選択 | WINにPOPTSで | フォルダを選択するダイアログを表示して結果を返す(非同期関数) | ふぉるだせんたく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L612
|
|
878
|
-
| 関数 | 保存ファイル選択 | WINにOPTSで | ファイルを保存するためのダイアログを表示して結果を返す(非同期関数) | ほぞんふぁいるせんたく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L623
|
|
879
|
-
●Electronのscreen
|
|
880
|
-
| 関数 | カーソル絶対位置取得 | | マウスポインタの絶対位置をDIPポイント単位で返す | かーそるぜったいいちしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L632
|
|
881
|
-
| 関数 | 主モニター取得 | | 主画面に指定されているモニターのDisplayを返す | しゅもにたーしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L640
|
|
882
|
-
| 関数 | 全モニター取得 | | 全てのモニターをDisplayの配列で返す | ぜんもにたーしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L648
|
|
883
|
-
| 関数 | 付近モニター取得 | Pの/Pから | 指定した点に最も近いモニターのDisplayを返す | ふきんもにたーしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L656
|
|
884
|
-
| 関数 | 該当モニター取得 | Rの/Rから | 指定した矩形に最も近いモニターのDisplayを返す | がいとうもにたーしゅとく | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L665
|
|
885
|
-
| 関数 | PX2DIP点変換 | Pの/Pから | Pointを物理的な単位からDIP単位に変換して返す | PX2DIPてんへんかん | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L674
|
|
886
|
-
| 関数 | DIP2PX点変換 | Pの/Pから | PointをDIP単位から物理的な単位に変換して返す | DIP2PXてんへんかん | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L683
|
|
887
|
-
| 関数 | PX2DIP矩形変換 | RのWINで/Rから | Rectangleを物理的な単位からDIP単位に変換して返す。DPIは指定したウインドウと相対的に計算する | PX2DIPくけいへんかん | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L692
|
|
888
|
-
| 関数 | DIP2PXP矩形変換 | RのWINで/Rから | RectangleをDIP単位から物理的な単位に変換して返す。DPIは指定したウインドウと相対的に計算する | DIP2PXくけいへんかん | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L701
|
|
889
|
-
●Electronのユーザ用IPC通信
|
|
890
|
-
| 関数 | データ受信時 | CALLBACKで | レンダラからのデータ送信を受けた時の処理を登録する(evt, key, msg) | でーたじゅしんしたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L711
|
|
891
|
-
| 関数 | データ呼出時 | CALLBACKで/CALLBACKの | レンダラからの呼び出しを受けた時の処理を登録する(evt, key, msg) | でーたよびだされたとき | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L720
|
|
892
|
-
| 関数 | データ送信 | OBJにKEYでDATAを | レンダラにデータを送信する(webContent, key, data) | でーたそうしん | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L729
|
|
893
|
-
| 関数 | データ呼出 | OBJにKEYでDATAを | レンダラにデータを呼び出す(webContent, key, data) | でーたよびだし | https://github.com/kujirahand/nadesiko3electron/blob/master/src/plugin_electron_node.mjs#L738
|
|
894
|
-
●ElectronのNode側の標準機能セット
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
■nadesiko3-toml(拡張プラグイン,wnako,cnako)
|
|
898
758
|
●PHP定数
|
|
899
759
|
●PHPシステム
|
|
900
760
|
●PDO
|
|
@@ -902,3 +762,9 @@
|
|
|
902
762
|
●KUDB
|
|
903
763
|
|
|
904
764
|
|
|
765
|
+
■nadesiko3-toml(拡張プラグイン,wnako,cnako)
|
|
766
|
+
●TOML
|
|
767
|
+
| 関数 | TOMLデコード | Sを/Sの/Sから | TOML文字列をオブジェクトにデコードして返す | TOMLでこーど | https://github.com/kujirahand/nadesiko3-toml/blob/master/src/nadesiko3-toml.js#L27
|
|
768
|
+
| 関数 | TOMLエンコード | Sを/Sから/Sの | オブジェクトをTOML文字列にエンコードする | TOMLえんこーど | https://github.com/kujirahand/nadesiko3-toml/blob/master/src/nadesiko3-toml.js#L35
|
|
769
|
+
|
|
770
|
+
|
package/package.json
CHANGED
package/release/_hash.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
command.json.js:
|
|
2
|
-
md5(hex):
|
|
3
|
-
sha256(hex):
|
|
4
|
-
sha256(base64):
|
|
5
|
-
sha512(base64):
|
|
2
|
+
md5(hex): c8d52d002b2fe91275b6dd99f0336d4e
|
|
3
|
+
sha256(hex): f4440136bb19945bb02e7cd748b7eeead3087a7195820c961516135016b90d14
|
|
4
|
+
sha256(base64): 9EQBNrsZlFuwLnzXSLfu6tMIenGVggyWFRYTUBa5DRQ=
|
|
5
|
+
sha512(base64): wxcSvgqwKJBVzOx62Q27Xx9SVgpMnf0TfQ1YMzIhwx2+gXe1kdJpBmfbhu8zcriKD3Cpb9XanCT39HqIgl0a2w==
|
|
6
6
|
core_src_nako_josi_list_mjs.js:
|
|
7
7
|
md5(hex): 2fc99e9b0127c3a50756d4ba4dcc2568
|
|
8
8
|
sha256(hex): 09821bf4b80ff1c7445cccd154685d00ac2f53a65a3382f4e96e70ac6676330b
|
|
@@ -14,10 +14,10 @@ core_src_nako_reserved_words_mjs.js:
|
|
|
14
14
|
sha256(base64): 5aJLQsB3GeRK5kfAq4b0Azk0ZCw+3Dv1gU0iOuelIZc=
|
|
15
15
|
sha512(base64): UzZigh2tIhgBO3+Sp1wnqKMvAGfhqSRdH2+ffmRy4+8CVNEeepddaDV0oKJ+vyvi28zQLmXeMsjRu+Frj3YlTg==
|
|
16
16
|
edit_main.js:
|
|
17
|
-
md5(hex):
|
|
18
|
-
sha256(hex):
|
|
19
|
-
sha256(base64):
|
|
20
|
-
sha512(base64):
|
|
17
|
+
md5(hex): 48eeac9af00883956292d59aaef458fe
|
|
18
|
+
sha256(hex): 77847efdca7852a132217ba92252257fe9f2c640ab5726b1fd01800a0dc1c832
|
|
19
|
+
sha256(base64): d4R+/cp4UqEyIXupIlIlf+nyxkCrVyax/QGACg3ByDI=
|
|
20
|
+
sha512(base64): 7J86yvR18q7DehmR0FYEZIO+fAxlz9txlpVLuOJ1MjmYFwL13Cow41nsVmoxDQFI9vsLJF5AF/r9ONJOxLTkmg==
|
|
21
21
|
edit_main.js:
|
|
22
22
|
md5(hex): 57ca3d9fbf56352e72858c7ce0b09483
|
|
23
23
|
sha256(hex): 9ab24fc718a835070d72d23bafd8e90de25e86f755fba67fee6238347201a422
|
|
@@ -29,10 +29,10 @@ version_main.js:
|
|
|
29
29
|
sha256(base64): BolWQdiyjXjgsV7rd9zbBaP5hJYi3ZWU6lucT5V8fkQ=
|
|
30
30
|
sha512(base64): KMEb25tO1BMsNxzECPwLM6bi1IIS5wX+VRN6mdzbqhtqPr7eY1K7Wwg66MpCmhrc45KoEJthR4NWyw9O7ODgLw==
|
|
31
31
|
editor.js:
|
|
32
|
-
md5(hex):
|
|
33
|
-
sha256(hex):
|
|
34
|
-
sha256(base64):
|
|
35
|
-
sha512(base64):
|
|
32
|
+
md5(hex): 48eeac9af00883956292d59aaef458fe
|
|
33
|
+
sha256(hex): 77847efdca7852a132217ba92252257fe9f2c640ab5726b1fd01800a0dc1c832
|
|
34
|
+
sha256(base64): d4R+/cp4UqEyIXupIlIlf+nyxkCrVyax/QGACg3ByDI=
|
|
35
|
+
sha512(base64): 7J86yvR18q7DehmR0FYEZIO+fAxlz9txlpVLuOJ1MjmYFwL13Cow41nsVmoxDQFI9vsLJF5AF/r9ONJOxLTkmg==
|
|
36
36
|
nako_gen_async.js:
|
|
37
37
|
md5(hex): 42d5fed01039474ff197d449c27c84ad
|
|
38
38
|
sha256(hex): d78d516b32b551c4a51ceef529568760783c84f6c5d90029fa9b38922d5b4430
|
|
@@ -144,20 +144,20 @@ wnako3webworker.js:
|
|
|
144
144
|
sha256(base64): zkHQ1vYOjoH4nffi+OulPeq/tql28XhdNuKpcaBCOKk=
|
|
145
145
|
sha512(base64): cY0Mzrpoz/uEyY1n8MeJeWdDmm9vqI7dh28wEqJGtVRfYOJvDHiYDzzlfGndOWmzZmHUK6ZAE7YaUJ7zZxiZLw==
|
|
146
146
|
version.js:
|
|
147
|
-
md5(hex):
|
|
148
|
-
sha256(hex):
|
|
149
|
-
sha256(base64):
|
|
150
|
-
sha512(base64):
|
|
147
|
+
md5(hex): 6efa9663302de6da470a6c91dabca9cf
|
|
148
|
+
sha256(hex): 7925f4560af3c6c1e4c1862c3555e1ed21a938539a4493a3610ea91c6b1ce25a
|
|
149
|
+
sha256(base64): eSX0VgrzxsHkwYYsNVXh7SGpOFOaRJOjYQ6pHGsc4lo=
|
|
150
|
+
sha512(base64): XD6KF17fqBHaW5pnoaIGx36y1aCOFPqtkQ60vOkrkGNXt30l0nXnt29ge8Ffob41gAFwz1HUJEBPJmAND6XxUQ==
|
|
151
151
|
version_main.js:
|
|
152
|
-
md5(hex):
|
|
153
|
-
sha256(hex):
|
|
154
|
-
sha256(base64):
|
|
155
|
-
sha512(base64):
|
|
152
|
+
md5(hex): 6efa9663302de6da470a6c91dabca9cf
|
|
153
|
+
sha256(hex): 7925f4560af3c6c1e4c1862c3555e1ed21a938539a4493a3610ea91c6b1ce25a
|
|
154
|
+
sha256(base64): eSX0VgrzxsHkwYYsNVXh7SGpOFOaRJOjYQ6pHGsc4lo=
|
|
155
|
+
sha512(base64): XD6KF17fqBHaW5pnoaIGx36y1aCOFPqtkQ60vOkrkGNXt30l0nXnt29ge8Ffob41gAFwz1HUJEBPJmAND6XxUQ==
|
|
156
156
|
wnako3.js:
|
|
157
|
-
md5(hex):
|
|
158
|
-
sha256(hex):
|
|
159
|
-
sha256(base64):
|
|
160
|
-
sha512(base64):
|
|
157
|
+
md5(hex): a5c6e0876e787bdae156d8ed9adea1f2
|
|
158
|
+
sha256(hex): b96bfc74e3545a4ffef8dbcccc960fda217906963cf554cf8505823fe92d6a41
|
|
159
|
+
sha256(base64): uWv8dONUWk/++NvMzJYP2iF5BpY89VTPhQWCP+ktakE=
|
|
160
|
+
sha512(base64): wUkVb7aRHkMl5u929Q5d3LjlihdKobw7vhNfjCcavXwuahDQIc/elguVeI6IGs/JpDa9tYxfD+o4jVmpGrsF6g==
|
|
161
161
|
wnako3webworker.js:
|
|
162
162
|
md5(hex): ba03e9c7ff7c56d0535bb5627466937e
|
|
163
163
|
sha256(hex): fda46285e6457006b547147032863266a53fa74fed4c1495cda9bdbfbc898f30
|
package/release/_script-tags.txt
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
2
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
3
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
4
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
5
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
6
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
7
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
8
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
9
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
10
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
11
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
12
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
13
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
14
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
15
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
16
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
17
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
18
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
19
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
20
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
21
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
22
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
23
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
24
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
25
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
26
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
27
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
28
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
29
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
30
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
31
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
32
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
33
|
-
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.
|
|
1
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/command.json.js" integrity="sha512-wxcSvgqwKJBVzOx62Q27Xx9SVgpMnf0TfQ1YMzIhwx2+gXe1kdJpBmfbhu8zcriKD3Cpb9XanCT39HqIgl0a2w==" crossorigin="anonymous"></script>
|
|
2
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/core_src_nako_josi_list_mjs.js" integrity="sha512-0+LAeEfPy2Lrl+DeJMjbBIUda9Y5ttpLGy3/FW8rjSW8bN3udrALJa5V/bhjxU7mYouumV/QGN2wt3oxMCKy9g==" crossorigin="anonymous"></script>
|
|
3
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/core_src_nako_reserved_words_mjs.js" integrity="sha512-UzZigh2tIhgBO3+Sp1wnqKMvAGfhqSRdH2+ffmRy4+8CVNEeepddaDV0oKJ+vyvi28zQLmXeMsjRu+Frj3YlTg==" crossorigin="anonymous"></script>
|
|
4
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/edit_main.js" integrity="sha512-7J86yvR18q7DehmR0FYEZIO+fAxlz9txlpVLuOJ1MjmYFwL13Cow41nsVmoxDQFI9vsLJF5AF/r9ONJOxLTkmg==" crossorigin="anonymous"></script>
|
|
5
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/edit_main.js" integrity="sha512-VluJJhYbxG+I5sofn1bKqOuIqMXdCyUUM9dnSBEVAkUXUy/ENHfG6hQFTZULcHy9iNfqPHXTfWuCgyMzQ9Hxrg==" crossorigin="anonymous"></script>
|
|
6
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/version_main.js" integrity="sha512-KMEb25tO1BMsNxzECPwLM6bi1IIS5wX+VRN6mdzbqhtqPr7eY1K7Wwg66MpCmhrc45KoEJthR4NWyw9O7ODgLw==" crossorigin="anonymous"></script>
|
|
7
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/editor.js" integrity="sha512-7J86yvR18q7DehmR0FYEZIO+fAxlz9txlpVLuOJ1MjmYFwL13Cow41nsVmoxDQFI9vsLJF5AF/r9ONJOxLTkmg==" crossorigin="anonymous"></script>
|
|
8
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/nako_gen_async.js" integrity="sha512-/73lycspxJ921s+NmqaOKF58X9rCsgEZrZT4O4sW1aCe5CSXtQevIasAoGgIoL3a5RmlaghbaIVASwAgmoE3+g==" crossorigin="anonymous"></script>
|
|
9
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_caniuse.js" integrity="sha512-V6nOBHnhxPChu+S/LfB7elCeBk985ukLmBmkCyPk4ai5VfoJZuOIttg72PbZSxWfP5eQTrlLNajsorfwNw/vcA==" crossorigin="anonymous"></script>
|
|
10
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_datetime.js" integrity="sha512-ofb5jVaHjjTRoCAmHnbewc2fS8vr1oEkX/B3WoOCjYpDnZ3nnl3EDz6fdAS8CFFzGvuekCk2RFN5BuM9kX6FAg==" crossorigin="anonymous"></script>
|
|
11
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_kansuji.js" integrity="sha512-N+S8Th1yCiQy3q5jh0TFvlTOtrWNE82a4UJZ9O3ml3BGBYA141bpWlJR5c34dObTe1prbLJZ7v5WvV0vnDnr9A==" crossorigin="anonymous"></script>
|
|
12
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_keigo.js" integrity="sha512-u067+CeBvMb6+oINFY9Wz77GBk4NSxS2+k35GJ3RsFFmphJliwzwmV2ceID0gZ4mbjJ0xJHQX9WIypiyI6yfdA==" crossorigin="anonymous"></script>
|
|
13
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_markup.js" integrity="sha512-kBdKRYd7XKFwXkLNDWm7v8qayyXl+f/BVzxe+S0VkZxwZfwOlo5Ds0CSkc9IED9THEMkQOGBv18AXLcigpr5Cw==" crossorigin="anonymous"></script>
|
|
14
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_three.js" integrity="sha512-4loRkhlxZ9A9v5t3sk5VECW7T33axIVbBQgwkNdgcjk03yRqAvxut5OS4n3BBS4jnWWHOE3i0vj9qxOOp4uV3Q==" crossorigin="anonymous"></script>
|
|
15
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_toml.js" integrity="sha512-Z4JmOCY66VuyoD8m4dCzKttEbCTEUfqyuqlmcOhs69m/88skKcPYWXi+4W+Td5LdI3xqezn4BkN32F9ZkPzUpQ==" crossorigin="anonymous"></script>
|
|
16
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_turtle.js" integrity="sha512-LEewcTTM8JrZxmsVnP1ONF916UDoC1tQaYlqYNhuUnB4t1jfchtZic24rFNtNIaO6AcFsjxukV9Uj3WMefoU3Q==" crossorigin="anonymous"></script>
|
|
17
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_webworker.js" integrity="sha512-6UHX2dgMPRY4BuIxLXaERKaA8Wg5eK2pWy+OysU0/+gt2E15M7K5Vr8+4CQt6hylWnmzmJQJfgObIr+yjW5kPw==" crossorigin="anonymous"></script>
|
|
18
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_weykturtle3d.js" integrity="sha512-ONFdombPCdgdnXs7VMUAHpe8IBvTuLzSgzmERf1jEhHo4l06wDpkpRRCk3/9a1hiXRHQ+le2LZBT7XH4VA27sQ==" crossorigin="anonymous"></script>
|
|
19
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_caniuse.js" integrity="sha512-V6nOBHnhxPChu+S/LfB7elCeBk985ukLmBmkCyPk4ai5VfoJZuOIttg72PbZSxWfP5eQTrlLNajsorfwNw/vcA==" crossorigin="anonymous"></script>
|
|
20
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_datetime.js" integrity="sha512-ofb5jVaHjjTRoCAmHnbewc2fS8vr1oEkX/B3WoOCjYpDnZ3nnl3EDz6fdAS8CFFzGvuekCk2RFN5BuM9kX6FAg==" crossorigin="anonymous"></script>
|
|
21
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_kansuji.js" integrity="sha512-N+S8Th1yCiQy3q5jh0TFvlTOtrWNE82a4UJZ9O3ml3BGBYA141bpWlJR5c34dObTe1prbLJZ7v5WvV0vnDnr9A==" crossorigin="anonymous"></script>
|
|
22
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_keigo.js" integrity="sha512-u067+CeBvMb6+oINFY9Wz77GBk4NSxS2+k35GJ3RsFFmphJliwzwmV2ceID0gZ4mbjJ0xJHQX9WIypiyI6yfdA==" crossorigin="anonymous"></script>
|
|
23
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_markup.js" integrity="sha512-mEcV3CYWM6+zmuxgojP/9wbQNtkTPuPzFHo1KTG2TPaDbSfdPZCazFcNmdjJ95o7+VFfxs2Id7yB02bqSeBxNg==" crossorigin="anonymous"></script>
|
|
24
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_three.js" integrity="sha512-4loRkhlxZ9A9v5t3sk5VECW7T33axIVbBQgwkNdgcjk03yRqAvxut5OS4n3BBS4jnWWHOE3i0vj9qxOOp4uV3Q==" crossorigin="anonymous"></script>
|
|
25
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_turtle.js" integrity="sha512-ce8etr+HoC+UjUyXSgxJzy3+pOYhsBdt9jDzhks2H/eEPQ1gIz7M8hoeyP0223zLLZHBBzlHiL/a6mmJdoKQ+w==" crossorigin="anonymous"></script>
|
|
26
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_webworker.js" integrity="sha512-6UHX2dgMPRY4BuIxLXaERKaA8Wg5eK2pWy+OysU0/+gt2E15M7K5Vr8+4CQt6hylWnmzmJQJfgObIr+yjW5kPw==" crossorigin="anonymous"></script>
|
|
27
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/plugin_weykturtle3d.js" integrity="sha512-ONFdombPCdgdnXs7VMUAHpe8IBvTuLzSgzmERf1jEhHo4l06wDpkpRRCk3/9a1hiXRHQ+le2LZBT7XH4VA27sQ==" crossorigin="anonymous"></script>
|
|
28
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/wnako3.js" integrity="sha512-ZBC5fnWXr1/lcjLwXqmTj1OXfBewmzxlPqnz6ZnDhtVUY9invxAimbYuxMrgb3ZiFnopNLH7xPbgWlFJNB/jmQ==" crossorigin="anonymous"></script>
|
|
29
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/wnako3webworker.js" integrity="sha512-cY0Mzrpoz/uEyY1n8MeJeWdDmm9vqI7dh28wEqJGtVRfYOJvDHiYDzzlfGndOWmzZmHUK6ZAE7YaUJ7zZxiZLw==" crossorigin="anonymous"></script>
|
|
30
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/version.js" integrity="sha512-XD6KF17fqBHaW5pnoaIGx36y1aCOFPqtkQ60vOkrkGNXt30l0nXnt29ge8Ffob41gAFwz1HUJEBPJmAND6XxUQ==" crossorigin="anonymous"></script>
|
|
31
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/version_main.js" integrity="sha512-XD6KF17fqBHaW5pnoaIGx36y1aCOFPqtkQ60vOkrkGNXt30l0nXnt29ge8Ffob41gAFwz1HUJEBPJmAND6XxUQ==" crossorigin="anonymous"></script>
|
|
32
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/wnako3.js" integrity="sha512-wUkVb7aRHkMl5u929Q5d3LjlihdKobw7vhNfjCcavXwuahDQIc/elguVeI6IGs/JpDa9tYxfD+o4jVmpGrsF6g==" crossorigin="anonymous"></script>
|
|
33
|
+
<script defer src="https://nadesi.com/v3/cdn.php?v=3.6.29&f=release/wnako3webworker.js" integrity="sha512-Hrhj1ySMaif/dpSxgw81MFETy5CiTsPQDgVUodAKWAdulumewUTBcP1yvkHzVwAho9fWWEqHrv1M0YY7IWpc2Q==" crossorigin="anonymous"></script>
|