From 9f9acdf5611518844c9e2ed9281ad594f4459850 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 19 Jul 2021 16:59:29 -0400 Subject: remove all 'cke_pastebin' mentions (#1617) --- files/zh-cn/web/api/imagedata/data/index.html | 2 -- files/zh-cn/web/api/imagedata/height/index.html | 2 -- files/zh-cn/web/api/imagedata/imagedata/index.html | 2 -- files/zh-cn/web/api/imagedata/width/index.html | 2 -- files/zh-cn/web/api/keyboardevent/keycode/index.html | 2 -- files/zh-cn/web/api/path2d/path2d/index.html | 2 -- .../api/websockets_api/writing_a_websocket_server_in_java/index.html | 2 -- files/zh-cn/web/api/websockets_api/writing_websocket_server/index.html | 2 -- files/zh-cn/web/javascript/typed_arrays/index.html | 2 -- 9 files changed, 18 deletions(-) (limited to 'files/zh-cn/web') diff --git a/files/zh-cn/web/api/imagedata/data/index.html b/files/zh-cn/web/api/imagedata/data/index.html index c25770cb3b..f311d324d7 100644 --- a/files/zh-cn/web/api/imagedata/data/index.html +++ b/files/zh-cn/web/api/imagedata/data/index.html @@ -91,5 +91,3 @@ imagedata.data; // Uint8ClampedArray[40000]
  • {{domxref("ImageData.height")}}
  • {{domxref("ImageData.width")}}
  • - -
     
    diff --git a/files/zh-cn/web/api/imagedata/height/index.html b/files/zh-cn/web/api/imagedata/height/index.html index 2daa6a9daf..26f6ab2ea1 100644 --- a/files/zh-cn/web/api/imagedata/height/index.html +++ b/files/zh-cn/web/api/imagedata/height/index.html @@ -90,5 +90,3 @@ imagedata.height; // 100 - -
     
    diff --git a/files/zh-cn/web/api/imagedata/imagedata/index.html b/files/zh-cn/web/api/imagedata/imagedata/index.html index 10281c10da..20c5f15bc7 100644 --- a/files/zh-cn/web/api/imagedata/imagedata/index.html +++ b/files/zh-cn/web/api/imagedata/imagedata/index.html @@ -62,5 +62,3 @@ translation_of: Web/API/ImageData/ImageData - -
    diff --git a/files/zh-cn/web/api/imagedata/width/index.html b/files/zh-cn/web/api/imagedata/width/index.html index 1d6476f05f..2b164e3238 100644 --- a/files/zh-cn/web/api/imagedata/width/index.html +++ b/files/zh-cn/web/api/imagedata/width/index.html @@ -90,5 +90,3 @@ imagedata.width // 100 - -
     
    diff --git a/files/zh-cn/web/api/keyboardevent/keycode/index.html b/files/zh-cn/web/api/keyboardevent/keycode/index.html index f3eeaf1a9e..62a3c90f5d 100644 --- a/files/zh-cn/web/api/keyboardevent/keycode/index.html +++ b/files/zh-cn/web/api/keyboardevent/keycode/index.html @@ -3216,5 +3216,3 @@ translation_of: Web/API/KeyboardEvent/keyCode

    从gecko 21(并且早于15)开始,仅在Windows上的keycode属性上提供OEM特定的键值。因此,它们对于通常的Web应用程序不有用。它们仅对内部网应用程序或类似情况有用。

    查看MSDN上的"Manufacturer-specific Virtual-Key Codes (Windows CE 5.0)"了解更多

    - -
    diff --git a/files/zh-cn/web/api/path2d/path2d/index.html b/files/zh-cn/web/api/path2d/path2d/index.html index 16a681cedf..8e1b9552be 100644 --- a/files/zh-cn/web/api/path2d/path2d/index.html +++ b/files/zh-cn/web/api/path2d/path2d/index.html @@ -220,5 +220,3 @@ window.addEventListener("load", drawCanvas); - -
     
    diff --git a/files/zh-cn/web/api/websockets_api/writing_a_websocket_server_in_java/index.html b/files/zh-cn/web/api/websockets_api/writing_a_websocket_server_in_java/index.html index b2d4814299..5efab65d5a 100644 --- a/files/zh-cn/web/api/websockets_api/writing_a_websocket_server_in_java/index.html +++ b/files/zh-cn/web/api/websockets_api/writing_a_websocket_server_in_java/index.html @@ -197,5 +197,3 @@ public class WebSocket { - -
    diff --git a/files/zh-cn/web/api/websockets_api/writing_websocket_server/index.html b/files/zh-cn/web/api/websockets_api/writing_websocket_server/index.html index dbc31715ae..6699d2e9be 100644 --- a/files/zh-cn/web/api/websockets_api/writing_websocket_server/index.html +++ b/files/zh-cn/web/api/websockets_api/writing_websocket_server/index.html @@ -269,5 +269,3 @@ for (int i = 0; i < encoded.Length; i++) { - -
     
    diff --git a/files/zh-cn/web/javascript/typed_arrays/index.html b/files/zh-cn/web/javascript/typed_arrays/index.html index 3db4c88fe8..49fd7c9814 100644 --- a/files/zh-cn/web/javascript/typed_arrays/index.html +++ b/files/zh-cn/web/javascript/typed_arrays/index.html @@ -168,5 +168,3 @@ normalArray.constructor === Array;
  • Typed Arrays: Binary Data in the Browser
  • {{Glossary("Endianness")}}
  • - -
     
    -- cgit v1.2.3-54-g00ecf