Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 97 for 127 (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s

    	VPSHLDW $127, Z2, Z5, K2, Z13                      // 6273d54a70ea7f
    	VPSHLDW $127, (CX), Z5, K2, Z13                    // 6273d54a70297f
    	VPSHLDW $127, 99(R15), Z5, K2, Z13                 // 6253d54a70af630000007f
    	VPSHLDW $127, Z2, Z23, K2, Z13                     // 6273c54270ea7f
    	VPSHLDW $127, (CX), Z23, K2, Z13                   // 6273c54270297f
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 97.1K bytes
    - Click Count (0)
  2. docs/en/docs/advanced/stream-data.md

    For example, we can iterate over it to consume its contents, as we could with a file.
    
    {* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *}
    
    /// note | Technical Details
    
    The other two variables, `image_base64` and `binary_image`, are an image encoded in Base64, and then converted to bytes, to then pass it to `io.BytesIO`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 5.4K bytes
    - Click Count (0)
  3. docs/uk/docs/advanced/stream-data.md

    Наприклад, ми можемо ітеруватися по ньому, щоб зчитати вміст, так само як і з файлом.
    
    {* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *}
    
    /// note | Технічні деталі
    
    Інші дві змінні, `image_base64` та `binary_image`, - це зображення, закодоване в Base64, яке потім перетворюється на байти, щоб передати його в `io.BytesIO`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:25:54 GMT 2026
    - 8.5K bytes
    - Click Count (0)
  4. docs/fr/docs/advanced/stream-data.md

    Par exemple, nous pouvons itérer dessus pour en consommer le contenu, comme nous le ferions avec un fichier.
    
    {* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *}
    
    /// note | Détails techniques
    
    Les deux autres variables, `image_base64` et `binary_image`, correspondent à une image encodée en Base64, puis convertie en bytes, afin de la passer à `io.BytesIO`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  5. docs/zh/docs/advanced/stream-data.md

    ### 模拟文件 { #simulate-a-file }
    
    在这个示例中,我们用 `io.BytesIO` 模拟了一个文件,它是只驻留在内存中的类文件对象,但提供相同的接口。
    
    例如,我们可以像对文件那样迭代它来消费其内容。
    
    {* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *}
    
    /// note | 技术细节
    
    另外两个变量 `image_base64` 和 `binary_image` 表示一张图像,先用 Base64 编码,再转换为 bytes,最后传给 `io.BytesIO`。
    
    只是为了让它们能和示例放在同一个文件里,便于你直接复制运行。🥚
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:29:48 GMT 2026
    - 5.2K bytes
    - Click Count (0)
  6. CHANGELOG/CHANGELOG-1.12.md

        - [Client Binaries](#client-binaries-2)
        - [Server Binaries](#server-binaries-2)
        - [Node Binaries](#node-binaries-2)
      - [Changelog since v1.12.7](#changelog-since-v1127)
        - [Other notable changes](#other-notable-changes-2)
    - [v1.12.7](#v1127)
      - [Downloads for v1.12.7](#downloads-for-v1127)
        - [Client Binaries](#client-binaries-3)
        - [Server Binaries](#server-binaries-3)
        - [Node Binaries](#node-binaries-3)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Click Count (0)
  7. src/test/java/jcifs/smb1/smb1/SmbComTransactionResponseTest.java

            buf[7] = 0; // high
            buf[8] = 4; // parameterOffset low
            buf[9] = 0; // high
            buf[10] = 6; // parameterDisplacement low
            buf[11] = 0; // high
            buf[12] = 7; // dataCount low
            buf[13] = 0; // high
            buf[14] = 8; // dataOffset low
            buf[15] = 0; // high
            buf[16] = 9; // dataDisplacement low
            buf[17] = 0; // high
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 12K bytes
    - Click Count (0)
  8. docs/ko/docs/advanced/stream-data.md

    ### 파일 시뮬레이션 { #simulate-a-file }
    
    이 예시에서는 `io.BytesIO`로 파일을 시뮬레이션합니다. 이는 메모리에서만 존재하지만 파일과 동일한 인터페이스를 제공하는 파일 유사 객체입니다.
    
    예를 들어 실제 파일처럼 내용을 소비하기 위해 순회(iterate)할 수 있습니다.
    
    {* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *}
    
    /// note | 기술 세부사항
    
    다른 두 변수 `image_base64`와 `binary_image`는 이미지를 Base64로 인코딩한 뒤 바이트로 변환한 것이며, 이를 `io.BytesIO`에 전달합니다.
    
    이 예시에서 하나의 파일 안에 모두 담아, 그대로 복사해 실행할 수 있도록 하기 위한 목적입니다. 🥚
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:56:39 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  9. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java

     *   <li><strong>maven-enforcer-plugin</strong>: Upgrades to version 3.0.0 or higher</li>
     *   <li><strong>flatten-maven-plugin</strong>: Upgrades to version 1.2.7 or higher</li>
     *   <li><strong>maven-shade-plugin</strong>: Upgrades to version 3.5.0 or higher</li>
     *   <li><strong>maven-remote-resources-plugin</strong>: Upgrades to version 3.0.0 or higher</li>
     * </ul>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 12.5K bytes
    - Click Count (0)
  10. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	KORTESTB K7, K3                                    // c5f998df
    	KSHIFTLB $127, K4, K7                              // c4e37932fc7f
    	KSHIFTLB $127, K6, K7                              // c4e37932fe7f
    	KSHIFTLB $127, K4, K6                              // c4e37932f47f
    	KSHIFTLB $127, K6, K6                              // c4e37932f67f
    	KSHIFTRB $42, K4, K4                               // c4e37930e42a
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 194.8K bytes
    - Click Count (0)
Back to Top