Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 791 for redirection (0.18 sec)

  1. test/typeparam/issue48962.dir/b.go

    type (
    	A  lA[A]            // ERROR "invalid recursive type"
    	S  lS[S]            // ERROR "invalid recursive type"
    	P  lP[P]            // ok (indirection through lP)
    	M1 lM[int, M1]      // ok (indirection through lM)
    	M2 lM[lA[byte], M2] // ok (indirection through lM)
    
    	A2 lA[lS[lP[A2]]] // ok (indirection through lP)
    	A3 lA[lS[lS[A3]]] // ERROR "invalid recursive type"
    )
    
    // cycles through imported types
    type (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

    import org.codelibs.fess.mylasta.direction.sponsor.FessTimeResourceProvider;
    import org.codelibs.fess.mylasta.direction.sponsor.FessUserLocaleProcessProvider;
    import org.codelibs.fess.mylasta.direction.sponsor.FessUserTimeZoneProcessProvider;
    import org.lastaflute.core.direction.CachedFwAssistantDirector;
    import org.lastaflute.core.direction.FwAssistDirection;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/compilerFacility/compilation/classKinds.txt

        // source: 'classKinds.kt'
    }
    
    public final enum class Direction {
        // source: 'classKinds.kt'
        private synthetic final static field $ENTRIES: kotlin.enums.EnumEntries
        private synthetic final static field $VALUES: Direction[]
        public final enum static field EAST: Direction
        public final enum static field NORTH: Direction
        public final enum static field SOUTH: Direction
        public final enum static field WEST: Direction
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Dec 21 15:34:34 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      (strdict "istio.io/rev" (.Revision | default "default"))
                      (strdict
                        "ambient.istio.io/redirection" "disabled"
                        "prometheus.io/path" "/stats/prometheus"
                        "prometheus.io/port" "15020"
                        "prometheus.io/scrape" "true"
                      ) | nindent 8 }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/redirector/TestOutputRedirector.java

            this.redirector = redirector;
            this.outForwarder = new Forwarder(processor, TestOutputEvent.Destination.StdOut);
            this.errForwarder = new Forwarder(processor, TestOutputEvent.Destination.StdErr);
        }
    
        public void startRedirecting() {
            assert outForwarder.outputOwner != null;
            assert errForwarder.outputOwner != null;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. pkg/test/framework/components/registryredirector/registry_redirector_server.yaml

    kind: Service
    metadata:
      name: registry-redirector
      labels:
        app: registry-redirector
    spec:
      type: LoadBalancer
      ports:
      - name: http
        port: 1338
      selector:
        app: registry-redirector
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: registry-redirector
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: registry-redirector
      template:
        metadata:
          labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 04 22:47:52 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. analysis/analysis-api/testData/components/compilerFacility/compilation/classKinds.ir.txt

          ENUM_ENTRY name:WEST
            init: EXPRESSION_BODY
              ENUM_CONSTRUCTOR_CALL 'private constructor <init> () [primary] declared in <root>.Direction'
          ENUM_ENTRY name:EAST
            init: EXPRESSION_BODY
              ENUM_CONSTRUCTOR_CALL 'private constructor <init> () [primary] declared in <root>.Direction'
          CONSTRUCTOR visibility:private <> () returnType:<root>.Direction [primary]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 04 09:35:38 UTC 2024
    - 25K bytes
    - Viewed (0)
  8. pkg/test/framework/components/registryredirector/registryredirector.go

    )
    
    // Instance represents a deployed registry redirector app instance.
    type Instance interface {
    	// Address is the address of the service provided by the
    	// registry redirector server.
    	Address() string
    
    	// SetupTagMap posts the tag map to the registryredirector.
    	SetupTagMap(map[string]string) error
    }
    
    // Config defines the options for creating an registry redirector component.
    type Config struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 12 04:46:04 UTC 2022
    - 2K bytes
    - Viewed (0)
  9. pkg/test/framework/components/registryredirector/kube.go

    	testKube "istio.io/istio/pkg/test/kube"
    	"istio.io/istio/pkg/test/scopes"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    const (
    	service     = "registry-redirector"
    	ns          = "registry-redirector"
    	podSelector = "app=registry-redirector"
    )
    
    var (
    	_ Instance  = &kubeComponent{}
    	_ io.Closer = &kubeComponent{}
    )
    
    type kubeComponent struct {
    	id        resource.ID
    	ns        namespace.Instance
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 00:53:57 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/text/unicode/bidi/bidi.go

    }
    
    // IsLeftToRight reports whether the principle direction of rendering for this
    // paragraphs is left-to-right. If this returns false, the principle direction
    // of rendering is right-to-left.
    func (p *Paragraph) IsLeftToRight() bool {
    	return p.Direction() == LeftToRight
    }
    
    // Direction returns the direction of the text of this paragraph.
    //
    // The direction may be LeftToRight, RightToLeft, Mixed, or Neutral.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 10.3K bytes
    - Viewed (0)
Back to top