Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for clip (0.1 sec)

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

    				break
    			}
    			b.resetWithControl(BlockS390XBRC, cmp)
    			b.Aux = s390xCCMaskToAux(d)
    			return true
    		}
    		// match: (CLIJ {c} (MOVWreg x) [y] yes no)
    		// result: (CLIJ {c} x [y] yes no)
    		for b.Controls[0].Op == OpS390XMOVWreg {
    			v_0 := b.Controls[0]
    			x := v_0.Args[0]
    			y := auxIntToUint8(b.AuxInt)
    			c := auxToS390xCCMask(b.Aux)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.10.md

        - [Auth](#auth)
        - [Azure](#azure)
        - [CLI](#cli)
        - [Network](#network)
      - [Before Upgrading](#before-upgrading)
      - [Known Issues](#known-issues)
      - [Deprecations](#deprecations)
      - [Other Notable Changes](#other-notable-changes-13)
        - [Apps](#apps)
        - [AWS](#aws)
        - [Auth](#auth-1)
        - [CLI](#cli-1)
        - [Cluster Lifecycle](#cluster-lifecycle)
        - [GCP](#gcp)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-67417`](https://youtrack.jetbrains.com/issue/KT-67417) CLI: Remove option -Xrepeat
    - [`KT-65451`](https://youtrack.jetbrains.com/issue/KT-65451) K2: CLI: false positive warning "scripts are not yet supported with K2 in LightTree mode" on irrelevant files in source directory
    - [`KT-65842`](https://youtrack.jetbrains.com/issue/KT-65842) K2 / CLI: "kotlinc -version" creates META-INF/main.kotlin_module
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	CALL:            "CALL",
    	CBW:             "CBW",
    	CDQ:             "CDQ",
    	CDQE:            "CDQE",
    	CLC:             "CLC",
    	CLD:             "CLD",
    	CLFLUSH:         "CLFLUSH",
    	CLI:             "CLI",
    	CLTS:            "CLTS",
    	CMC:             "CMC",
    	CMOVA:           "CMOVA",
    	CMOVAE:          "CMOVAE",
    	CMOVB:           "CMOVB",
    	CMOVBE:          "CMOVBE",
    	CMOVE:           "CMOVE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

        - [OpenStack](#openstack)
        - [Storage](#storage)
        - [Windows](#windows)
      - [Before Upgrading](#before-upgrading)
        - [**API Machinery**](#api-machinery-1)
        - [**Auth**](#auth-1)
        - [**CLI**](#cli)
        - [**Cluster Lifecycle**](#cluster-lifecycle-1)
        - [**Multicluster**](#multicluster)
        - [**Node**](#node-1)
        - [**Network**](#network-1)
        - [**Scheduling**](#scheduling)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string message = 2;
    
      // reason is a brief CamelCase string that describes any failure and is meant
      // for machine parsing and tidy display in the CLI.
      // +optional
      optional string reason = 3;
    }
    
    // Represents a Photon Controller persistent disk resource.
    message PhotonPersistentDiskVolumeSource {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  7. pkg/apis/core/types.go

    	// +optional
    	Message string
    	// Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI
    	// +optional
    	Reason string
    	// LastPhaseTransitionTime is the time the phase transitioned from one to another
    	// and automatically resets to current time everytime a volume phase transitions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"reason":                  "reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"namespaced": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    ## 0.111.0
    
    ### Features
    
    * ✨ Add FastAPI CLI, the new `fastapi` command. PR [#11522](https://github.com/tiangolo/fastapi/pull/11522) by [@tiangolo](https://github.com/tiangolo).
        * New docs: [FastAPI CLI](https://fastapi.tiangolo.com/fastapi-cli/).
    
    Try it out with:
    
    ```console
    $ pip install --upgrade fastapi
    
    $ fastapi dev main.py
    
    
     ╭────────── FastAPI CLI - Development mode ───────────╮
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top