Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 117 for forall (0.14 sec)

  1. staging/src/k8s.io/api/networking/v1/types.go

    	// serving this Ingress resource, by a transitive connection
    	// (controller -> IngressClass -> Ingress resource). Although the
    	// `kubernetes.io/ingress.class` annotation (simple constant name) was never
    	// formally defined, it was widely supported by Ingress controllers to create
    	// a direct binding between Ingress controller and Ingress resources. Newly
    	// created Ingress resources should prefer using the field. However, even
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  2. src/cmd/internal/dwarf/dwarf.go

    	AbsFunSym Sym
    
    	// Indices of child inlines within Calls array above.
    	Children []int
    
    	// entries in this list are PAUTO's created by the inliner to
    	// capture the promoted formals and locals of the inlined callee.
    	InlVars []*Var
    
    	// PC ranges for this inlined call.
    	Ranges []Range
    
    	// Root call (not a child of some other call).
    	Root bool
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Iterables.java

      }
    
      /**
       * Returns the index in {@code iterable} of the first element that satisfies the provided {@code
       * predicate}, or {@code -1} if the Iterable has no such elements.
       *
       * <p>More formally, returns the lowest index {@code i} such that {@code
       * predicate.apply(Iterables.get(iterable, i))} returns {@code true}, or {@code -1} if there is no
       * such index.
       *
       * @since 2.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/walk/expr.go

    		slice.Prealloc = n.Prealloc
    		args = []ir.Node{buf, slice}
    		slice.SetEsc(ir.EscNone)
    	}
    
    	cat := typecheck.LookupRuntime(fn)
    	r := ir.NewCallExpr(base.Pos, ir.OCALL, cat, nil)
    	r.Args = args
    	r1 := typecheck.Expr(r)
    	r1 = walkExpr(r1, init)
    	r1.SetType(n.Type())
    
    	return r1
    }
    
    type hookInfo struct {
    	paramType   types.Kind
    	argsNum     int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

                if (equalsSymbol != null) return@processEqualsFunctions
                equalsSymbol = it
            }
    
            return equalsSymbol ?: equalsSymbolInAny
        }
    
        private fun FirCall.createArgumentMapping(signatureOfCallee: KaFunctionLikeSignature<*>): LinkedHashMap<KtExpression, KaVariableLikeSignature<KaValueParameterSymbol>> {
            return resolvedArgumentMapping?.entries.createArgumentMapping(signatureOfCallee)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/collect/Iterables.java

      }
    
      /**
       * Returns the index in {@code iterable} of the first element that satisfies the provided {@code
       * predicate}, or {@code -1} if the Iterable has no such elements.
       *
       * <p>More formally, returns the lowest index {@code i} such that {@code
       * predicate.apply(Iterables.get(iterable, i))} returns {@code true}, or {@code -1} if there is no
       * such index.
       *
       * @since 2.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/walk/builtin.go

    			default:
    				on = typecheck.LookupRuntime("printstring")
    			}
    		default:
    			badtype(ir.OPRINT, n.Type(), nil)
    			continue
    		}
    
    		r := ir.NewCallExpr(base.Pos, ir.OCALL, on, nil)
    		if params := on.Type().Params(); len(params) > 0 {
    			t := params[0].Type
    			n = typecheck.Conv(n, t)
    			r.Args.Append(n)
    		}
    		calls = append(calls, r)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 22:35:22 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/Iterators.java

      }
    
      /**
       * Returns the index in {@code iterator} of the first element that satisfies the provided {@code
       * predicate}, or {@code -1} if the Iterator has no such elements.
       *
       * <p>More formally, returns the lowest index {@code i} such that {@code
       * predicate.apply(Iterators.get(iterator, i))} returns {@code true}, or {@code -1} if there is no
       * such index.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/Iterators.java

      }
    
      /**
       * Returns the index in {@code iterator} of the first element that satisfies the provided {@code
       * predicate}, or {@code -1} if the Iterator has no such elements.
       *
       * <p>More formally, returns the lowest index {@code i} such that {@code
       * predicate.apply(Iterators.get(iterator, i))} returns {@code true}, or {@code -1} if there is no
       * such index.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 03 14:46:32 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    Logically, they are nothing more than limited `if` statements.
    And since Gradle has much more powerful ways to declare conditions, it does not need to have formal support for profiles (except in the POMs of dependencies).
    You can easily get the same behavior by combining conditions with secondary build scripts, as you'll see.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
Back to top