Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 46 for 1536 (0.22 sec)

  1. src/cmd/asm/internal/arch/arm.go

    		(op1 << 20) | // MCR/MRC
    		((int64(bits) ^ arm.C_SCOND_XOR) << 28) | // scond
    		((x0 & 15) << 8) | //coprocessor number
    		((x1 & 7) << 21) | // coprocessor operation
    		((x2 & 15) << 12) | // ARM register
    		((x3 & 15) << 16) | // Crn
    		((x4 & 15) << 0) | // Crm
    		((x5 & 7) << 5) | // coprocessor information
    		(1 << 4) /* must be set */
    	return offset, arm.AMRC, true
    }
    
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuildingExceptionTest.java

            Collections.addAll(
                    problems2,
                    new DefaultModelProblem(
                            "Deprecated plugin usage", ModelProblem.Severity.WARNING, null, "pom.xml", 15, 3, null, null));
            DefaultProjectBuildingResult result2 =
                    new DefaultProjectBuildingResult("com.example:project2:1.0", new File("project2/pom.xml"), problems2);
            results.add(result2);
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Jul 26 19:15:57 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  3. src/cmd/api/testdata/src/pkg/p1/golden.txt

    pkg p1, const B0 = 2
    pkg p1, const B0 ideal-int
    pkg p1, const ConstChase2 = 11
    pkg p1, const ConstChase2 ideal-int
    pkg p1, const ConversionConst = 5
    pkg p1, const ConversionConst MyInt
    pkg p1, const FloatConst = 1.5  // 3/2
    pkg p1, const FloatConst ideal-float
    pkg p1, const StrConst = "foo"
    pkg p1, const StrConst ideal-string
    pkg p1, func Bar(int8, int16, int64)
    pkg p1, func Bar1(int8, int16, int64) uint64
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Jul 24 16:04:17 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  4. src/test/java/jcifs/internal/fscc/FileStandardInfoTest.java

            // Prepare test data
            byte[] buffer = new byte[30]; // Extra space to test offset
            int bufferIndex = 5; // Start at offset 5
            long expectedAllocationSize = 2048L;
            long expectedEndOfFile = 1536L;
            int expectedNumberOfLinks = 5;
            boolean expectedDeletePending = true;
            boolean expectedDirectory = true;
    
            // Encode test data at offset
            int offset = bufferIndex;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  5. docs/es/docs/tutorial/body.md

    {* ../../docs_src/body/tutorial003_py310.py hl[15:16] *}
    
    ## Request body + path + parámetros de query { #request-body-path-query-parameters }
    
    También puedes declarar parámetros de **body**, **path** y **query**, todos al mismo tiempo.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  6. lib/fips140/v1.1.0-rc1.zip

    x531, x532 = bits.Add64(x476, x512, uint64(p521Uint1(x530))) var x533 uint64 var x534 uint64 x533, x534 = bits.Add64(x478, x514, uint64(p521Uint1(x532))) var x535 uint64 var x536 uint64 x535, x536 = bits.Add64(x480, x516, uint64(p521Uint1(x534))) var x537 uint64 var x538 uint64 x537, x538 = bits.Add64(x482, x518, uint64(p521Uint1(x536))) var x539 uint64 var x540 uint64 x539, x540 = bits.Add64(x484, x520, uint64(p521Uint1(x538))) var x541 uint64 var x542 uint64 x541, x542 = bits.Add64(x486, x522, uint...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/node/minio-node.json

            "type": "dashboard"
          }
        ]
      },
      "description": "MinIO Nodes Grafana Dashboard - https://min.io/",
      "editable": true,
      "fiscalYearStartMonth": 0,
      "gnetId": 15306,
      "graphTooltip": 0,
      "id": 267,
      "links": [
        {
          "icon": "external link",
          "includeVars": true,
          "keepTime": true,
          "tags": [
            "minio"
          ],
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Mon Aug 04 01:46:49 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/body.md

    {* ../../docs_src/body/tutorial003_py310.py hl[15:16] *}
    
    ## Тело запроса + параметры пути + параметры запроса { #request-body-path-query-parameters }
    
    Вы также можете одновременно объявить параметры **тела**, **пути** и **запроса**.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/body.md

    {* ../../docs_src/body/tutorial003_py310.py hl[15:16] *}
    
    
    ## Requestbody- + Pfad- + Query-Parameter { #request-body-path-query-parameters }
    
    Sie können auch zur gleichen Zeit **Body-**, **Pfad-** und **Query-Parameter** deklarieren.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 24 10:28:19 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  10. docs/zh/docs/tutorial/body.md

    ## 请求体 + 路径参数
    
    **FastAPI** 支持同时声明路径参数和请求体。
    
    **FastAPI** 能识别与**路径参数**匹配的函数参数,还能识别从**请求体**中获取的类型为 Pydantic 模型的函数参数。
    
    {* ../../docs_src/body/tutorial003_py310.py hl[15:16] *}
    
    ## 请求体 + 路径参数 + 查询参数
    
    **FastAPI** 支持同时声明**请求体**、**路径参数**和**查询参数**。
    
    **FastAPI** 能够正确识别这三种参数,并从正确的位置获取数据。
    
    {* ../../docs_src/body/tutorial004_py310.py hl[16] *}
    
    函数参数按如下规则进行识别:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top