Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 185 for effort (0.42 sec)

  1. common/scripts/metallb-native.yaml

          nodeSelector:
            kubernetes.io/os: linux
          serviceAccountName: speaker
          terminationGracePeriodSeconds: 2
          tolerations:
          - effect: NoSchedule
            key: node-role.kubernetes.io/master
            operator: Exists
          - effect: NoSchedule
            key: node-role.kubernetes.io/control-plane
            operator: Exists
          volumes:
          - name: memberlist
            secret:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    Note that they are only supported wrapped in a `Provider`.
    
    * Nested values
    +
    Custom types that don’t conform to the other two categories but have their own properties that are inputs or outputs. In effect, the task inputs or outputs are nested inside these custom types.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	EBADF           = Errno(0x9)
    	EBADFD          = Errno(0x51)
    	EBADMSG         = Errno(0x4d)
    	EBADR           = Errno(0x33)
    	EBADRQC         = Errno(0x36)
    	EBADSLT         = Errno(0x37)
    	EBFONT          = Errno(0x39)
    	EBUSY           = Errno(0x10)
    	ECANCELED       = Errno(0x2f)
    	ECHILD          = Errno(0xa)
    	ECHRNG          = Errno(0x25)
    	ECOMM           = Errno(0x46)
    	ECONNABORTED    = Errno(0x82)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/time/format.go

    	}
    
    	if zoneOffset != -1 {
    		t := Date(year, Month(month), day, hour, min, sec, nsec, UTC)
    		t.addSec(-int64(zoneOffset))
    
    		// Look for local zone with the given offset.
    		// If that zone was in effect at the given time, use it.
    		name, offset, _, _, _ := local.lookup(t.unixSec())
    		if offset == zoneOffset && (zoneName == "" || name == zoneName) {
    			t.setLoc(local)
    			return t, nil
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // program.
    //
    // You should call this before RUN_ALL_TESTS() is called, probably in
    // main().  If you use gtest_main, you need to call this before main()
    // starts for it to take effect.  For example, you can define a global
    // variable like this:
    //
    //   testing::Environment* const foo_env =
    //       testing::AddGlobalTestEnvironment(new FooEnvironment);
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // program.
    //
    // You should call this before RUN_ALL_TESTS() is called, probably in
    // main().  If you use gtest_main, you need to call this before main()
    // starts for it to take effect.  For example, you can define a global
    // variable like this:
    //
    //   testing::Environment* const foo_env =
    //       testing::AddGlobalTestEnvironment(new FooEnvironment);
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    include::sample[dir="snippets/files/copy/groovy",files="build.gradle[tags=copy-multiple-files-with-deep-filter-example]"]
    ====
    
    This task has the following effect:
    
    image::copy-with-deep-filter-example.png[]
    
    Remember that a deep filter like this has the side effect of copying the directory structure below `reports` and the files.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_amd64.go

    	EBADF           = Errno(0x9)
    	EBADFD          = Errno(0x4d)
    	EBADMSG         = Errno(0x4a)
    	EBADR           = Errno(0x35)
    	EBADRQC         = Errno(0x38)
    	EBADSLT         = Errno(0x39)
    	EBFONT          = Errno(0x3b)
    	EBUSY           = Errno(0x10)
    	ECANCELED       = Errno(0x7d)
    	ECHILD          = Errno(0xa)
    	ECHRNG          = Errno(0x2c)
    	ECOMM           = Errno(0x46)
    	ECONNABORTED    = Errno(0x67)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_386.go

    	EBADF           = Errno(0x9)
    	EBADFD          = Errno(0x4d)
    	EBADMSG         = Errno(0x4a)
    	EBADR           = Errno(0x35)
    	EBADRQC         = Errno(0x38)
    	EBADSLT         = Errno(0x39)
    	EBFONT          = Errno(0x3b)
    	EBUSY           = Errno(0x10)
    	ECANCELED       = Errno(0x7d)
    	ECHILD          = Errno(0xa)
    	ECHRNG          = Errno(0x2c)
    	ECOMM           = Errno(0x46)
    	ECONNABORTED    = Errno(0x67)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_arm.go

    	EBADF           = Errno(0x9)
    	EBADFD          = Errno(0x4d)
    	EBADMSG         = Errno(0x4a)
    	EBADR           = Errno(0x35)
    	EBADRQC         = Errno(0x38)
    	EBADSLT         = Errno(0x39)
    	EBFONT          = Errno(0x3b)
    	EBUSY           = Errno(0x10)
    	ECANCELED       = Errno(0x7d)
    	ECHILD          = Errno(0xa)
    	ECHRNG          = Errno(0x2c)
    	ECOMM           = Errno(0x46)
    	ECONNABORTED    = Errno(0x67)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
Back to top