Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,973 for gsed (0.09 sec)

  1. guava/src/com/google/common/base/Ascii.java

       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
       */
      public static final byte EOT = 4;
    
      /**
       * Enquiry: A communication control character used in data communication systems as a request for
       * a response from a remote station. It may be used as a "Who Are You" (WRU) to obtain
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/mips/obj0.go

    			m = E_MEMSP
    		}
    
    		s.used.cc |= m
    
    	case C_SACON,
    		C_LACON:
    		cls = int(p.From.Reg)
    		if cls == 0 {
    			cls = REGSP
    		}
    		s.used.ireg |= 1 << uint(cls-REG_R0)
    
    	case C_SECON,
    		C_LECON:
    		s.used.ireg |= 1 << (REGSB - REG_R0)
    
    	case C_REG:
    		s.used.ireg |= 1 << uint(p.From.Reg-REG_R0)
    
    	case C_FREG:
    		s.used.freg |= 1 << uint(p.From.Reg-REG_F0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  3. pkg/volume/volume.go

    	// used, available space).
    	MetricsProvider
    }
    
    // MetricsProvider exposes metrics (e.g. used,available space) related to a
    // Volume.
    type MetricsProvider interface {
    	// GetMetrics returns the Metrics for the Volume. Maybe expensive for
    	// some implementations.
    	GetMetrics() (*Metrics, error)
    }
    
    // Metrics represents the used and available bytes of the Volume.
    type Metrics struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. src/internal/types/testdata/check/builtins0.go

    	close(r /* ERROR "receive-only channel" */)
    	close(c)
    	_ = close /* ERROR "used as value" */ (c)
    
    	var s []chan int
    	close(s... /* ERROR "invalid use of ..." */ )
    }
    
    func close2() {
    	f1 := func() (ch chan int) { return }
    	f2 := func() (ch chan int, x int) { return }
    	close(f0 /* ERROR "used as value" */ ())
    	close(f1())
    	close(f2()) // ERROR "too many arguments"
    }
    
    func complex1() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  5. platforms/core-runtime/tooling-api-provider/src/main/java/org/gradle/tooling/internal/provider/DefaultConnection.java

        private GradleVersion consumerVersion;
    
        /**
         * This is used by consumers 1.0-milestone-3 and later
         */
        public DefaultConnection() {
            LOGGER.debug("Tooling API provider {} created.", GradleVersion.current().getVersion());
        }
    
        /**
         * This is used by consumers 1.2-rc-1 and later.
         */
        @Override
        public void configure(ConnectionParameters parameters) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/Ascii.java

       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
       */
      public static final byte EOT = 4;
    
      /**
       * Enquiry: A communication control character used in data communication systems as a request for
       * a response from a remote station. It may be used as a "Who Are You" (WRU) to obtain
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/calloptions.go

    	// If there are multiple workloads in the Instance, the first is used.
    	// Can be used with `ToWorkload: to.WithWorkloads(someWl)` to send to a specific workload.
    	// When using the Port field, the ServicePort should be used.
    	ToWorkload Instance
    
    	// Port to be used for the call. Ignored if Scheme == DNS. If the Port.ServicePort is set,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. pkg/collateral/control.go

    	else
    		printf %q "$1"
    	fi
    }
    autoload -U +X bashcompinit && bashcompinit
    # use word boundary patterns for BSD or GNU sed
    LWORD='[[:<:]]'
    RWORD='[[:>:]]'
    if sed --help 2>&1 | grep -q GNU; then
    	LWORD='\<'
    	RWORD='\>'
    fi
    __istio_convert_bash_to_zsh() {
    	sed \
    	-e 's/declare -F/whence -w/' \
    	-e 's/_get_comp_words_by_ref "\$@"/_get_comp_words_by_ref "\$*"/' \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestInputAnnotationFailuresIntegrationTest.groovy

                    "Type 'java.net.URL' is not supported on properties annotated with @Input because Java Serialization can be inconsistent for this type",
                'validation_problems', 'unsupported_value_type')
            expectThatExecutionOptimizationDisabledWarningIsDisplayed(executer,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  10. src/internal/types/errors/codes.go

    	// out of bounds. It also occurs if it is used in a package
    	// compiled for a language version before go1.20.
    	//
    	// Example:
    	//  import "unsafe"
    	//
    	//  var b [10]byte
    	//  var _ = unsafe.String(&b[0], -1)
    	InvalidUnsafeString
    
    	// InvalidUnsafeStringData occurs if it is used in a package
    	// compiled for a language version before go1.20.
    	_ // not used anymore
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:50:48 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top