Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for west (0.07 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		bEnd := s.f.NewBlock(ssa.BlockPlain)
    
    		// ensure empty for loops have correct position; issue #30167
    		bBody.Pos = n.Pos()
    
    		// first, jump to condition test
    		b := s.endBlock()
    		b.AddEdgeTo(bCond)
    
    		// generate code to test condition
    		s.startBlock(bCond)
    		if n.Cond != nil {
    			s.condBranch(n.Cond, bBody, bEnd, 1)
    		} else {
    			b := s.endBlock()
    			b.Kind = ssa.BlockPlain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

    // with a given Reason reflecting a consistent underlying trigger, or the
    // continued existence of events with that Reason.  Events should be
    // treated as informative, best-effort, supplemental data.
    message Event {
      // Standard object's metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

      - [Changes by Kind](#changes-by-kind-2)
        - [Deprecation](#deprecation)
        - [API Change](#api-change-2)
        - [Feature](#feature-1)
        - [Documentation](#documentation)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-2)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake)
        - [Uncategorized](#uncategorized)
      - [Dependencies](#dependencies-2)
        - [Added](#added-2)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

        - [Container Images](#container-images-8)
      - [Changelog since v1.27.6](#changelog-since-v1276)
      - [Changes by Kind](#changes-by-kind-8)
        - [Feature](#feature-7)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-8)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-3)
      - [Dependencies](#dependencies-8)
        - [Added](#added-8)
        - [Changed](#changed-8)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 100 */
        String INDEX_REINDEX_SIZE = "index.reindex.size";
    
        /** The key of the configuration. e.g. {"source":{"index":"__SOURCE_INDEX__","size":__SIZE__},"dest":{"index":"__DEST_INDEX__"},"script":{"source":"__SCRIPT_SOURCE__"}} */
        String INDEX_REINDEX_BODY = "index.reindex.body";
    
        /** The key of the configuration. e.g. adaptive */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

      - [Changelog since v1.26.4](#changelog-since-v1264)
      - [Changes by Kind](#changes-by-kind-10)
        - [API Change](#api-change-4)
        - [Feature](#feature-10)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-10)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-3)
      - [Dependencies](#dependencies-10)
        - [Added](#added-10)
        - [Changed](#changed-10)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"metadata":           "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

         the things they contain, so they don't accidently get detected
         as what's in them
       * For logic too complex to be expressed in a magic match, do the best
         you can here, then provide a Custom Detector for the rest
    -->
    <mime-info xmlns:tika="https://tika.apache.org/">
    
      <mime-type type="application/activemessage"/>
      <mime-type type="application/andrew-inset">
        <glob pattern="*.ez"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.24.md

    - Added PreemptionPolicy in PriorityClass describe ([#108701](https://github.com/kubernetes/kubernetes/pull/108701), [@denkensk](https://github.com/denkensk))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types.go

    	ResourceQuotaScopeNotTerminating ResourceQuotaScope = "NotTerminating"
    	// Match all pod objects that have best effort quality of service
    	ResourceQuotaScopeBestEffort ResourceQuotaScope = "BestEffort"
    	// Match all pod objects that do not have best effort quality of service
    	ResourceQuotaScopeNotBestEffort ResourceQuotaScope = "NotBestEffort"
    	// Match all pod objects that have priority class mentioned
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top