Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 40 for boxed (0.05 seconds)

  1. Vagrantfile

        zypper --non-interactive install --force-resolution expect
      SHELL
      suse_common config, name, extra: extra
    end
    
    # Configuration needed for all linux boxes
    # @param config Vagrant's config object. Required.
    # @param name [String] The box name. Required.
    # @param update_command [String] The command used to update the package
    #   manager. Required. Think `apt-get update`.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Feb 17 17:41:23 GMT 2021
    - 14.9K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/_llm-test.md

    ```
    
    ...就是這樣。
    
    ////
    
    //// tab | 資訊
    
    程式碼區塊中的程式碼不應修改,註解除外。
    
    請見 `scripts/translate.py` 中通用提示的 `### Content of code blocks` 小節。
    
    ////
    
    ## 分頁與色塊 { #tabs-and-colored-boxes }
    
    //// tab | 測試
    
    /// info | 資訊
    Some text
    ///
    
    /// note | 注意
    Some text
    ///
    
    /// note | 技術細節
    Some text
    ///
    
    /// check | 檢查
    Some text
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10K bytes
    - Click Count (0)
  3. src/main/java/jcifs/smb1/util/DES.java

            for (int i = 0; i < count; i++) {
                encrypt(cipherText, i * 8, clearText, i * 8);
            }
    
            return clearText;
        }
    
        // Tables, permutations, S-boxes, etc.
    
        private static byte[] bytebit =
                { (byte) 0x80, (byte) 0x40, (byte) 0x20, (byte) 0x10, (byte) 0x08, (byte) 0x04, (byte) 0x02, (byte) 0x01 };
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 22.7K bytes
    - Click Count (0)
  4. docs/ko/docs/_llm-test.md

    ...이상입니다.
    
    ////
    
    //// tab | 정보
    
    코드 블록의 코드는(주석을 제외하고) 수정하면 안 됩니다.
    
    `scripts/translate.py`의 일반 프롬프트에서 `### Content of code blocks` 섹션을 참고하세요.
    
    ////
    
    ## 탭과 색상 박스 { #tabs-and-colored-boxes }
    
    //// tab | 테스트
    
    /// info | 정보
    일부 텍스트
    ///
    
    /// note | 참고
    일부 텍스트
    ///
    
    /// note | 기술 세부사항
    일부 텍스트
    ///
    
    /// check | 확인
    일부 텍스트
    ///
    
    /// tip | 팁
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  5. docs/ja/docs/_llm-test.md

    ...以上です。
    
    ////
    
    //// tab | 情報
    
    コードブロック内のコードは、コメントを除き、変更してはいけません。
    
    `scripts/translate.py` の general プロンプト内「### Content of code blocks」の節を参照してください。
    
    ////
    
    ## タブと色付きボックス { #tabs-and-colored-boxes }
    
    //// tab | テスト
    
    /// info | 情報
    いくつかのテキスト
    ///
    
    /// note | 備考
    いくつかのテキスト
    ///
    
    /// note | 技術詳細
    いくつかのテキスト
    ///
    
    /// check | 確認
    いくつかのテキスト
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 13.5K bytes
    - Click Count (0)
  6. tensorflow/c/eager/c_api_experimental.h

    // APIs for generically dealing with op attributes (e.g. when forwarding them
    // through custom device implementations).
    //
    // TODO(allenl): Currently these are black boxes, but we should have some way to
    // inspect values. This would let people e.g. copy over most attributes and then
    // modify some based on their values.
    
    // A reference to an op's name -> attribute mapping
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 39.5K bytes
    - Click Count (1)
  7. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                // this function needs to do a few things:
                // * alternate between selecting a start and end date for the range,
                // * if the time picker is enabled, apply the hour/minute/second from the select boxes to the clicked date
                // * if autoapply is enabled, and an end date was chosen, apply the selection
                // * if single date picker mode, and time picker isn't enabled, apply the selection immediately
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 64.8K bytes
    - Click Count (0)
  8. RELEASE.md

                backwards. See PR
                [47925](https://github.com/tensorflow/tensorflow/pull/47925).
            *   `tf.image.crop_and_resize` gradient w.r.t. either `image` or
                `boxes`. See PR
                [48905](https://github.com/tensorflow/tensorflow/pull/48905).
            *   `tf.sparse.sparse_dense_matmul` forwards. See PR
                [50355](https://github.com/tensorflow/tensorflow/pull/50355).
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  9. lib/fips140/v1.26.0.zip

    s := uint8(0) for k := uint(0); k < 8; k++ { for l := uint(0); l < 8; l++ { if i&(1<<k) != 0 && j&(1<<l) != 0 { s ^= powx[k+l] } } } if x := mul(i, j); x != uint32(s) { t.Fatalf("mul(%#x, %#x) = %#x, want %#x", i, j, x, s) } } } } // Check that S-boxes are inverses of each other. // They have more structure that we could test, // but if this sanity check passes, we'll assume // the cut and paste from the FIPS PDF worked. func TestSboxes(t *testing.T) { for i := 0; i < 256; i++ { if j := sbox0[sbox1[i]];...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  10. lib/fips140/v1.0.0-c2097c7c.zip

    s := uint8(0) for k := uint(0); k < 8; k++ { for l := uint(0); l < 8; l++ { if i&(1<<k) != 0 && j&(1<<l) != 0 { s ^= powx[k+l] } } } if x := mul(i, j); x != uint32(s) { t.Fatalf("mul(%#x, %#x) = %#x, want %#x", i, j, x, s) } } } } // Check that S-boxes are inverses of each other. // They have more structure that we could test, // but if this sanity check passes, we'll assume // the cut and paste from the FIPS PDF worked. func TestSboxes(t *testing.T) { for i := 0; i < 256; i++ { if j := sbox0[sbox1[i]];...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top