Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for TriAction (0.48 sec)

  1. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/TriAction.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal;
    
    public interface TriAction<A, B, C> {
    
        void execute(A a, B b, C c);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 722 bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/DirectNodeInputUsingModelAction.java

    import org.gradle.internal.BiAction;
    import org.gradle.internal.Cast;
    import org.gradle.internal.TriAction;
    import org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor;
    
    import java.util.List;
    
    public class DirectNodeInputUsingModelAction<T> extends AbstractModelActionWithView<T> {
        private final TriAction<? super MutableModelNode, ? super T, ? super List<ModelView<?>>> action;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/model/internal/fixture/ModelActionBuilder.java

        }
    
        private ModelAction build(List<ModelReference<?>> references, TriAction<? super MutableModelNode, ? super T, ? super List<ModelView<?>>> action) {
            return toAction(references, action, path, type, descriptor);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. releasenotes/notes/inbound-passthrough.yaml

          without Istio:
    
          * Applications that bind to `localhost` will be exposed to external pods.
          * Applications that bind to `<POD_IP>` will not be exposed to external pods.
    
          The latter is a common source of friction when adopting Istio, in particular with stateful services where this is common.
    
          The new behavior instead forwards the request as is. This matches the behavior a user would see without Istio installed.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  5. src/runtime/mgc.go

    // explicitly update to the new version. Many packages depend on
    // assume-no-moving-gc transitively, through paths like
    // inet.af/netaddr -> go4.org/intern -> assume-no-moving-gc.
    // This was causing a significant amount of friction around each new
    // release, so we added this bool for the package to //go:linkname
    // instead. The bool is still unfortunate, but it's not as bad as
    // breaking the ecosystem on every new release.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    by the vibrating motions of their parts? And do not all Bodies which abound with terrestrial parts, and especially with sulphureous ones, emit Light as often as those parts are sufficiently agitated; whether that agitation be made by Heat, or by Friction, or Percussion, or Putrefaction, or by any vital Motion, or any other Cause? As for instance; Sea-Water in a raging Storm; Quick-silver agitated in _vacuo_; the Back of a Cat, or Neck of a Horse, obliquely struck or rubbed in a dark place; Wood,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    with terrestrial parts, and especially with sulphureous ones, emit Light
    as often as those parts are sufficiently agitated; whether that
    agitation be made by Heat, or by Friction, or Percussion, or
    Putrefaction, or by any vital Motion, or any other Cause? As for
    instance; Sea-Water in a raging Storm; Quick-silver agitated in _vacuo_;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  8. src/internal/trace/traceviewer/static/trace_viewer_full.html

    unction(n){return arguments.length?(s=n,a):s},a.linkDistance=function(n){return arguments.length?(f="function"==typeof n?n:+n,a):f},a.distance=a.linkDistance,a.linkStrength=function(n){return arguments.length?(h="function"==typeof n?n:+n,a):h},a.friction=function(n){return arguments.length?(l=+n,a):l},a.charge=function(n){return arguments.length?(g="function"==typeof n?n:+n,a):g},a.chargeDistance=function(n){return arguments.length?(p=n*n,a):Math.sqrt(p)},a.gravity=function(n){return arguments.l...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top