Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,606 for reflected (0.14 sec)

  1. android/guava/src/com/google/common/collect/SortedMultiset.java

       * in the other.
       */
      SortedMultiset<E> descendingMultiset();
    
      /**
       * Returns a view of this multiset restricted to the elements less than {@code upperBound},
       * optionally including {@code upperBound} itself. The returned multiset is a view of this
       * multiset, so changes to one will be reflected in the other. The returned multiset supports all
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/SortedMultiset.java

       * in the other.
       */
      SortedMultiset<E> descendingMultiset();
    
      /**
       * Returns a view of this multiset restricted to the elements less than {@code upperBound},
       * optionally including {@code upperBound} itself. The returned multiset is a view of this
       * multiset, so changes to one will be reflected in the other. The returned multiset supports all
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  3. cluster/addons/addon-manager/kube-addons-test.sh

        error "limits does not match applied config"
        return 1
      fi
    
      # Changes to addons with mode reconcile should be reflected.
      echo_blue "Changes to manifest should be reflected in the cluster"
      limitrange="${limitrange//100m/50m}"
      create_resource_from_string "${limitrange}" "10" "1" "limitrange.yaml" "${TEST_NS}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 25 02:46:18 UTC 2021
    - 9.3K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/file/FileTree.java

    @HasInternalProtocol
    public interface FileTree extends FileCollection {
        /**
         * <p>Restricts the contents of this tree to those files matching the given filter. The filtered tree is live, so
         * that any changes to this tree are reflected in the filtered tree.</p>
         *
         * <p>The given closure is used to configure the filter. A {@link org.gradle.api.tasks.util.PatternFilterable} is
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 06 22:26:55 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  5. releasenotes/notes/30067.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 30067
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 15 16:28:04 UTC 2021
    - 176 bytes
    - Viewed (0)
  6. src/reflect/makefunc.go

    // MakeFunc implementation.
    
    package reflect
    
    import (
    	"internal/abi"
    	"unsafe"
    )
    
    // makeFuncImpl is the closure value implementing the function
    // returned by MakeFunc.
    // The first three words of this type must be kept in sync with
    // methodValue and runtime.reflectMethodValue.
    // Any changes should be reflected in all three.
    type makeFuncImpl struct {
    	makeFuncCtxt
    	ftyp *funcType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:20:05 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    applying a fourth Prism VXY [in _Fig._ 22.] to refract the reflected beam MN towards _tp_, the Conclusion will be clearer. For then the Light N_p_ which in the fourth Prism is more refracted, will become fuller and stronger when the Light OP, which in the third Prism HJK is more refracted, vanishes at P; and afterwards when the less refracted Light OT vanishes at T, the less refracted Light N_t_ will become increased whilst the more refracted Light at _p_ receives no farther increase. And as the trajected...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    Room through a hole F one third part of an Inch broad, M its Incidence
    on the Base of the Prism, MG a less refracted Ray, MH a more refracted
    Ray, MN the beam of Light reflected from the Base, VXY the second Prism
    by which this beam in passing through it is refracted, N_t_ the less
    refracted Light of this beam, and N_p_ the more refracted part thereof.
    When the first Prism ABC is turned about its Axis according to the order
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/api/internal/attributes/AttributeContainerInternal.java

        /**
         * Returns an immutable copy of this attribute set. Implementations are not required to return a distinct instance for each call.
         * Changes to this set are not reflected in the immutable copy.
         *
         * @return an immutable view of this container.
         */
        ImmutableAttributes asImmutable();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 06 16:25:37 UTC 2020
    - 1.4K bytes
    - Viewed (0)
  10. tensorflow/cc/tools/freeze_saved_model.h

    // constants, set to the value of the variables, by running the restored Session
    // in the SavedModelBundle.
    // WARNING: Only the variable checkpoints will be reflected in the frozen
    // graph_def. All saved_model assets will be ignored.
    Status FreezeSavedModel(const SavedModelBundle& saved_model_bundle,
                            GraphDef* frozen_graph_def,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 24 22:31:28 UTC 2018
    - 1.9K bytes
    - Viewed (0)
Back to top