Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 361 for planes (0.04 sec)

  1. LICENSES/vendor/github.com/containerd/errdefs/LICENSE

    1. within such NOTICE file, excluding those notices that do not
    2. pertain to any part of the Derivative Works, in at least one
    3. of the following places: within a NOTICE text file distributed
    4. as part of the Derivative Works; within the Source form or
    5. documentation, if provided along with the Derivative Works; or,
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Sun Sep 22 18:50:45 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. LICENSES/vendor/github.com/containerd/log/LICENSE

    1. within such NOTICE file, excluding those notices that do not
    2. pertain to any part of the Derivative Works, in at least one
    3. of the following places: within a NOTICE text file distributed
    4. as part of the Derivative Works; within the Source form or
    5. documentation, if provided along with the Derivative Works; or,
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Sun Sep 22 18:50:45 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. licenses/github.com/containerd/typeurl/v2/LICENSE

    1. within such NOTICE file, excluding those notices that do not
    2. pertain to any part of the Derivative Works, in at least one
    3. of the following places: within a NOTICE text file distributed
    4. as part of the Derivative Works; within the Source form or
    5. documentation, if provided along with the Derivative Works; or,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Jul 24 18:16:35 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  4. compat/maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java

    1. */
    2. void addRepository(org.apache.maven.model.Repository repository, boolean replace) throws InvalidRepositoryException;
    3.  
    4. /**
    5. * Clones this resolver for usage in a forked resolution process. In general, implementors need not provide a deep
    6. * clone. The only requirement is that invocations of {@link #addRepository(Repository)} on the clone do not affect
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java

    1. public Optional<Project> getExecutionProject(Project project) {
    2. // Session keep tracks of the Project per project id,
    3. // so we cannot use session.getProject(p) for forked projects
    4. // which are temporary clones
    5. return Optional.ofNullable(getMavenProject(project).getExecutionProject())
    6. .map(p -> new DefaultProject(session, p));
    7. }
    8.  
    9. private MavenProject getMavenProject(Project project) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

    1. * Action required: If you have a running federation control plane, you will have to ensure that for all federation resources, the corresponding namespace exists in federation control plane. ([#31139](https://github.com/kubernetes/kubernetes/pull/31139), [@nikhiljindal](https://github.com/nikhiljindal))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  7. tensorflow/c/eager/custom_device_test.cc

    1. ASSERT_TRUE(absl::StrContains(TF_Message(status.get()), custom0));
    2. ASSERT_TRUE(absl::StrContains(TF_Message(status.get()), custom1));
    3.  
    4. // Custom device: mix of custom/physical places the op on the custom device.
    5. matmul.reset(MatMulOp(context.get(), hcustom0.get(), hcpu.get()));
    6. num_retvals = 1;
    7. executed = false;
    8. TFE_Execute(matmul.get(), &retval, &num_retvals, status.get());
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Aug 27 23:39:24 UTC 2020
    - 18.4K bytes
    - Viewed (0)
  8. LICENSE

    1. within such NOTICE file, excluding those notices that do not
    2. pertain to any part of the Derivative Works, in at least one
    3. of the following places: within a NOTICE text file distributed
    4. as part of the Derivative Works; within the Source form or
    5. documentation, if provided along with the Derivative Works; or,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Nov 29 17:31:56 UTC 2021
    - 13.3K bytes
    - Viewed (0)
  9. licenses/github.com/google/cel-go/LICENSE

    1. within such NOTICE file, excluding those notices that do not
    2. pertain to any part of the Derivative Works, in at least one
    3. of the following places: within a NOTICE text file distributed
    4. as part of the Derivative Works; within the Source form or
    5. documentation, if provided along with the Derivative Works; or,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Mar 23 01:29:36 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/bigger-applications.md

    1. We are going to include this `APIRouter` in the main `FastAPI` app, but first, let's check the dependencies and another `APIRouter`.
    2.  
    3. ## Dependencies
    4.  
    5. We see that we are going to need some dependencies used in several places of the application.
    6.  
    7. So we put them in their own `dependencies` module (`app/dependencies.py`).
    8.  
    9. We will now use a simple dependency to read a custom `X-Token` header:
    10.  
    11. //// tab | Python 3.9+
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top