Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 139 for farm (0.05 sec)

  1. src/cmd/link/internal/ld/lib.go

    	case sys.AMD64:
    		if buildcfg.GOOS == "darwin" {
    			return []string{"-arch", "x86_64", "-m64"}
    		}
    		return []string{"-m64"}
    	case sys.S390X:
    		return []string{"-m64"}
    	case sys.ARM:
    		return []string{"-marm"}
    	case sys.ARM64:
    		if buildcfg.GOOS == "darwin" {
    			return []string{"-arch", "arm64"}
    		}
    	case sys.Loong64:
    		return []string{"-mabi=lp64d"}
    	case sys.MIPS64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    L1477:                this.setEndDate(end);
    L1478:            }
    L1479:
    L1480:            //update the calendars so all clickable dates reflect the new time component
    L1481:            this.updateCalendars();
    L1482:
    L1483:            //update the form inputs above the calendars with the new time
    L1484:            this.updateFormInputs();
    L1485:
    L1486:            //re-render the time pickers because changing one selection can affect what's enabled in another
    L1487:            this.renderTimePicker('left');
    ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/CharMatcher.java

       */
      @Override
      public String toString() {
        return super.toString();
      }
    
      /**
       * Returns the Java Unicode escape sequence for the given {@code char}, in the form "\u12AB" where
       * "12AB" is the four hexadecimal digits representing the 16-bit code unit.
       */
      private static String showCharacter(char c) {
        String hex = "0123456789ABCDEF";
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  4. maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                // ----------------------------------------------------------------------
                // I'm leaving the setting of system properties here as not to break
                // the SystemPropertyProfileActivator. This won't harm embedding. jvz.
                // ----------------------------------------------------------------------
                if (System.getProperty(name) == null) {
                    System.setProperty(name, value);
                }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. .bazelrc

    build:mkl_threadpool -c opt
    
    # Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
    build:mkl_aarch64 --define=build_with_mkl_aarch64=true
    build:mkl_aarch64 --define=build_with_openmp=true
    build:mkl_aarch64 --define=build_with_acl=true
    build:mkl_aarch64 -c opt
    
    # Config setting to build oneDNN with Compute Library for the Arm Architecture (ACL).
    # with Eigen threadpool support
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

      def __init__(self, op_defs):
        super(TFRTypeResolver, self).__init__()
        self._op_defs = op_defs
    
        # This pattern matching mechanism works with the functional form generated
        # by autograph:
        #
        #   for i in data:
        #     print(i)
        #
        # generates:
        #
        #   def loop_body(itr):
        #     i = itr
        #     print(i)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm/asm5.go

    		ctxt.Diag("-spectre=ret not supported on arm")
    		ctxt.Retpoline = false // don't keep printing
    	}
    
    	var p *obj.Prog
    	var op *obj.Prog
    
    	p = cursym.Func().Text
    	if p == nil || p.Link == nil { // handle external functions and ELF section symbols
    		return
    	}
    
    	if oprange[AAND&obj.AMask] == nil {
    		ctxt.Diag("arm ops not initialized, call arm.buildop first")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  8. src/net/http/transport.go

    //
    // The environment values may be either a complete URL or a
    // "host[:port]", in which case the "http" scheme is assumed.
    // An error is returned if the value is a different form.
    //
    // A nil URL and nil error are returned if no proxy is defined in the
    // environment, or a proxy should not be used for the given request,
    // as defined by NO_PROXY.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/proxier.go

    				// source IP in most cases.
    
    				if proxier.localDetector.IsImplemented() {
    					// Treat all locally-originated pod -> external destination
    					// traffic as a special-case.  It is subject to neither
    					// form of traffic policy, which simulates going up-and-out
    					// to an external load-balancer and coming back in.
    					tx.Add(&knftables.Rule{
    						Chain: externalTrafficChain,
    						Rule: knftables.Concat(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  10. guava/src/com/google/common/base/CharMatcher.java

       */
      @Override
      public String toString() {
        return super.toString();
      }
    
      /**
       * Returns the Java Unicode escape sequence for the given {@code char}, in the form "\u12AB" where
       * "12AB" is the four hexadecimal digits representing the 16-bit code unit.
       */
      private static String showCharacter(char c) {
        String hex = "0123456789ABCDEF";
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top