Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 57 for haxe (0.2 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/x-haml">
        <_comment>HAML source code</_comment>
        <glob pattern="*.haml"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-haxe">
        <_comment>Haxe source code</_comment>
        <glob pattern="*.hx"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="application/x-xliff+xml">
        <sub-class-of type="application/xml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                      peering between the local node and selected remote nodes, we configure
                      an IPv4 peering if both ends have NodeBGPSpec.IPv4Address specified,
                      and an IPv6 peering if both ends have NodeBGPSpec.IPv6Address specified.  The
                      remote AS number comes from the remote node's NodeBGPSpec.ASNumber,
                      or the global default if that is not set.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. doc/go_spec.html

    structurally equivalent; that is, they have the same literal structure and corresponding
    components have identical types. In detail:
    </p>
    
    <ul>
    	<li>Two array types are identical if they have identical element types and
    	    the same array length.</li>
    
    	<li>Two slice types are identical if they have identical element types.</li>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      HTTPRoutes that have either not specified any hostnames, or have
                      specified at least one of `test.example.com` or `*.example.com`.
                      * A Listener with `*.example.com` as the hostname matches HTTPRoutes
                      that have either not specified any hostnames or have specified at
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// Setting the RestartPolicy as "Always" for the init container will have the following effect:
    	// this init container will be continually restarted on
    	// exit until all regular containers have terminated. Once all regular
    	// containers have completed, all init containers with restartPolicy "Always"
    	// will be shut down. This lifecycle differs from normal init containers and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/ssa.go

    	// Verify that cmpstackvarlt laid out the slots in order.
    	for i, r := range s.openDefers {
    		have := r.closureNode.FrameOffset()
    		want := firstOffset + int64(i)*int64(types.PtrSize)
    		if have != want {
    			base.FatalfAt(s.curfn.Pos(), "unexpected frame offset for open-coded defer slot #%v: have %v, want %v", i, have, want)
    		}
    	}
    
    	x := base.Ctxt.Lookup(s.curfn.LSym.Name + ".opendefer")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      repeated EndpointAddress addresses = 1;
    
      // IP addresses which offer the related ports but are not currently marked as ready
      // because they have not yet finished starting, have recently failed a readiness check,
      // or have recently failed a liveness check.
      // +optional
      repeated EndpointAddress notReadyAddresses = 2;
    
      // Port numbers available on the related IP addresses.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// Setting the RestartPolicy as "Always" for the init container will have the following effect:
    	// this init container will be continually restarted on
    	// exit until all regular containers have terminated. Once all regular
    	// containers have completed, all init containers with restartPolicy "Always"
    	// will be shut down. This lifecycle differs from normal init containers and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation.go

    	allErrs := field.ErrorList{}
    	return allErrs
    }
    
    // ValidateNameFunc validates that the provided name is valid for a given resource type.
    // Not all resources have the same validation rules for names. Prefix is true
    // if the name will have a value appended to it.  If the name is not valid,
    // this returns a list of descriptions of individual characteristics of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top