Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 268 for sube (0.02 sec)

  1. src/cmd/asm/internal/asm/testdata/s390x.s

    1. ADDE R1, R2 // b9880021
    2. SUB R3, R4 // b9090043
    3. SUB R3, R4, R5 // b9e93054
    4. SUB $8192, R3 // a73be000
    5. SUB $8192, R3, R4 // ec43e00000d9
    6. SUBC R1, R2 // b90b0021
    7. SUBC $1, R1, R2 // ec21ffff00db
    8. SUBC R2, R3, R4 // b9eb2043
    9. SUBW R3, R4 // 1b43
    10. SUBW R3, R4, R5 // b9f93054
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:49:24 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/ppc64.s

    1. SUBMEVCC R3, R4 // 7c8305d1
    2. SUBV R3, R4, R5 // 7ca32450
    3. SUBE R3, R4, R5 // 7ca32110
    4. SUBECC R3, R4, R5 // 7ca32111
    5. SUBEV R3, R4, R5 // 7ca32510
    6. SUBEVCC R3, R4, R5 // 7ca32511
    7. SUBC R3, $65536, R4 // 3fe00001600000007c83f810
    8. SUBC R3, $65537, R4 // 3fe0000163ff00017c83f810
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Oct 29 13:14:38 UTC 2024
    - 51K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/armv6.s

    1. TEXT foo(SB), DUPOK|NOSPLIT, $0
    2.  
    3. ADDF F0, F1, F2 // 002a31ee
    4. ADDD.EQ F3, F4, F5 // 035b340e
    5. ADDF.NE F0, F2 // 002a321e
    6. ADDD F3, F5 // 035b35ee
    7. SUBF F0, F1, F2 // 402a31ee
    8. SUBD.EQ F3, F4, F5 // 435b340e
    9. SUBF.NE F0, F2 // 402a321e
    10. SUBD F3, F5 // 435b35ee
    11. MULF F0, F1, F2 // 002a21ee
    12. MULD.EQ F3, F4, F5 // 035b240e
    13. MULF.NE F0, F2 // 002a221e
    14. MULD F3, F5 // 035b25ee
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/dependencies/sub-dependencies.md

    Sebastián Ramírez <******@****.***> 1728247014 +0200
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. docs/fa/docs/advanced/sub-applications.md

    1. <img src="/img/tutorial/sub-applications/image01.png">
    2.  
    3. و سپس اسناد زیر برنامه را در آدرس <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>. باز کنید.
    4.  
    5. اسناد API خودکار برای زیر برنامه را خواهید دید، که فقط شامل path operations خود می شود، همه در زیر مسیر `/subapi` قرار دارند:
    6.  
    7. <img src="/img/tutorial/sub-applications/image02.png">
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. cni/pkg/repair/repaircontroller.go

    1. "k8s.io/apimachinery/pkg/types"
    2.  
    3. "istio.io/istio/cni/pkg/config"
    4. "istio.io/istio/cni/pkg/plugin"
    5. "istio.io/istio/pkg/kube"
    6. "istio.io/istio/pkg/kube/controllers"
    7. "istio.io/istio/pkg/kube/kclient"
    8. )
    9.  
    10. type Controller struct {
    11. client kube.Client
    12. pods kclient.Client[*corev1.Pod]
    13. queue controllers.Queue
    14. cfg config.RepairConfig
    15. events kclient.EventRecorder
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Sat Feb 10 00:31:55 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/dependencies/sub-dependencies.md

    1. # Sub-dependencies
    2.  
    3. You can create dependencies that have **sub-dependencies**.
    4.  
    5. They can be as **deep** as you need them to be.
    6.  
    7. **FastAPI** will take care of solving them.
    8.  
    9. ## First dependency "dependable"
    10.  
    11. You could create a first dependency ("dependable") like:
    12.  
    13. //// tab | Python 3.10+
    14.  
    15. ```Python hl_lines="8-9"
    16. {!> ../../docs_src/dependencies/tutorial005_an_py310.py!}
    17. ```
    18.  
    19. ////
    20.  
    21. //// tab | Python 3.9+
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. docs/zh/docs/advanced/sub-applications.md

    1. 下图显示的是主应用 API 文档,只包括其自有的*路径操作*。
    2.  
    3. <img src="/img/tutorial/sub-applications/image01.png">
    4.  
    5. 然后查看子应用文档 <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs。</a>
    6.  
    7. 下图显示的是子应用的 API 文档,也是只包括其自有的*路径操作*,所有这些路径操作都在 `/subapi` 子路径前缀下。
    8.  
    9. <img src="/img/tutorial/sub-applications/image02.png">
    10.  
    11. 两个用户界面都可以正常运行,因为浏览器能够与每个指定的应用或子应用会话。
    12.  
    13. ### 技术细节:`root_path`
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. docs/de/docs/advanced/sub-applications.md

    1. Sie sehen die automatische API-Dokumentation für die Hauptanwendung, welche nur deren eigene _Pfadoperationen_ anzeigt:
    2.  
    3. <img src="/img/tutorial/sub-applications/image01.png">
    4.  
    5. Öffnen Sie dann die Dokumentation für die Unteranwendung unter <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/dependencies/sub-dependencies.md

    Sebastián Ramírez <******@****.***> 1728247014 +0200
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top