Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 108 for asmand (0.45 sec)

  1. pilot/pkg/xds/delta.go

    	// server should treat that identically to how it would treat the client having explicitly
    	// subscribed to *"
    	// NOTE: this means you cannot subscribe to nothing, which is useful for on-demand loading; to workaround this
    	// Istio clients will send and initial request both subscribing+unsubscribing to `*`.
    	if len(request.ResourceNamesSubscribe) == 0 {
    		wildcard = true
    	}
    	return res.UnsortedList(), wildcard
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. docs/de/docs/deployment/docker.md

    ### Anzahl der Prozesse auf dem offiziellen Docker-Image
    
    Die **Anzahl der Prozesse** auf diesem Image wird **automatisch** anhand der verfügbaren CPU-**Kerne** berechnet.
    
    Das bedeutet, dass versucht wird, so viel **Leistung** wie möglich aus der CPU herauszuquetschen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:19:17 UTC 2024
    - 38.9K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/riscv/obj.go

    	AFADDD & obj.AMask:   rFFFEncoding,
    	AFSUBD & obj.AMask:   rFFFEncoding,
    	AFMULD & obj.AMask:   rFFFEncoding,
    	AFDIVD & obj.AMask:   rFFFEncoding,
    	AFMIND & obj.AMask:   rFFFEncoding,
    	AFMAXD & obj.AMask:   rFFFEncoding,
    	AFSQRTD & obj.AMask:  rFFFEncoding,
    	AFMADDD & obj.AMask:  rFFFFEncoding,
    	AFMSUBD & obj.AMask:  rFFFFEncoding,
    	AFNMSUBD & obj.AMask: rFFFFEncoding,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_groovy_to_kotlin_dsl.adoc

    * The Kotlin DSL will not support `model {}` elements. This is part of the link:https://blog.gradle.org/state-and-future-of-the-gradle-software-model[discontinued Gradle Software Model].
    * Enabling the incubating configuration on demand feature is not recommended as it can lead to very hard-to-diagnose problems.
    
    Read more in the <<kotlin_dsl.adoc#kotlin_dsl,Gradle Kotlin DSL Primer>>.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.cc

        }
      }
    
      // Collects op-based side effects for `op` in `op_side_effect_map_[op]`.
      void CollectOpSideEffects(Operation* op) {
        if (!MayHaveSideEffect(op)) return;
        // Skip following ops to avoid that every island, graph and function is
        // classified as unknown side-effecting.
        if (isa<tf_executor::YieldOp, tf_executor::FetchOp,
                mlir::func::ReturnOp>(op))
          return;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 15 09:04:13 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

     * services from this registry or its parents.</li>
     *
     * </ul>
     *
     * <p>Service instances are created on demand. {@link #getFactory(Class)} looks for a service instance which implements {@code Factory<T>} where {@code T} is the expected type.</p>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. src/net/http/fs.go

    // ServeFile replies to the request with the contents of the named
    // file or directory.
    //
    // If the provided file or directory name is a relative path, it is
    // interpreted relative to the current directory and may ascend to
    // parent directories. If the provided name is constructed from user
    // input, it should be sanitized before calling [ServeFile].
    //
    // As a precaution, ServeFile will reject requests where r.URL.Path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 17:06:47 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/Lists.java

       *
       * <p>The outer list is unmodifiable, but reflects the latest state of the source list. The inner
       * lists are sublist views of the original list, produced on demand using {@link List#subList(int,
       * int)}, and are subject to all the usual caveats about modification as explained in that API.
       *
       * @param list the list to return consecutive sublists of
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 16:48:36 UTC 2024
    - 41.5K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/s390x/asmz.go

    	{i: 47, as: ANEG, a1: C_REG, a6: C_REG},
    	{i: 47, as: ANEG, a6: C_REG},
    
    	// integer logical
    	{i: 6, as: AAND, a1: C_REG, a2: C_REG, a6: C_REG},
    	{i: 6, as: AAND, a1: C_REG, a6: C_REG},
    	{i: 23, as: AAND, a1: C_LCON, a6: C_REG},
    	{i: 12, as: AAND, a1: C_LOREG, a6: C_REG},
    	{i: 12, as: AAND, a1: C_LAUTO, a6: C_REG},
    	{i: 6, as: AANDW, a1: C_REG, a2: C_REG, a6: C_REG},
    	{i: 6, as: AANDW, a1: C_REG, a6: C_REG},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/obj9.go

    				p.Mark |= LABEL | SYNC
    			}
    			continue
    
    		case AFABS,
    			AFABSCC,
    			AFADD,
    			AFADDCC,
    			AFCTIW,
    			AFCTIWCC,
    			AFCTIWZ,
    			AFCTIWZCC,
    			AFDIV,
    			AFDIVCC,
    			AFMADD,
    			AFMADDCC,
    			AFMOVD,
    			AFMOVDU,
    			/* case AFMOVDS: */
    			AFMOVS,
    			AFMOVSU,
    
    			/* case AFMOVSD: */
    			AFMSUB,
    			AFMSUBCC,
    			AFMUL,
    			AFMULCC,
    			AFNABS,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top