Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 2,762 for wbMove (0.11 sec)

  1. .github/bot_config.yml

       | 1.13.1 - 2.0  | 10.0  |
       
       | 1.5.0 - 1.12.0 | 9.0 |
       
         * If you have above configuration and using _**Windows**_ platform -
           * Try adding the CUDA, CUPTI, and cuDNN installation directories to the %PATH% environment variable.
           * Refer [windows setup guide](https://www.tensorflow.org/install/gpu#windows_setup).
         * If you have above configuration and using _**Ubuntu/Linux**_ platform -
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 04:55:57 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. test/fixedbugs/bug223.go

    // license that can be found in the LICENSE file.
    
    // check that initialization cycle is diagnosed
    // and that closure cannot be used to hide it.
    // error message is not standard format, so no errchk above.
    
    package main
    
    type F func()
    
    func f() {
    	if true {
    		_ = func() { _ = m }
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 23 20:27:09 UTC 2022
    - 514 bytes
    - Viewed (0)
  3. build-logic-commons/gradle-plugin/build.gradle.kts

        implementation("org.gradle.kotlin.kotlin-dsl:org.gradle.kotlin.kotlin-dsl.gradle.plugin:4.4.0")
        // This Kotlin version should only be updated when updating the above kotlin-dsl version
        implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23")
        implementation("org.gradle.kotlin:gradle-kotlin-dsl-conventions")
        implementation("org.gradle:test-retry-gradle-plugin:1.5.2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 977 bytes
    - Viewed (0)
  4. docs/en/docs/advanced/openapi-webhooks.md

    !!! info
        Webhooks are available in OpenAPI 3.1.0 and above, supported by FastAPI `0.99.0` and above.
    
    ## An app with webhooks
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/pkg/resource/fallback_query_param_verifier_test.go

    		},
    		"Field validation query param supported for found CRD in primary verifier": {
    			crds: []schema.GroupKind{
    				{
    					Group: "example.com",
    					Kind:  "ExampleCRD",
    				},
    			},
    			// GVK matches above CRD GroupKind
    			gvk: schema.GroupVersionKind{
    				Group:   "example.com",
    				Version: "v1",
    				Kind:    "ExampleCRD",
    			},
    			queryParam:       QueryParamFieldValidation,
    			expectedSupports: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 18:30:16 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh

    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    COMMAND="mksysnum_plan9.sh $@"
    
    cat <<EOF
    // $COMMAND
    // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
    
    package plan9
    
    const(
    EOF
    
    SP='[ 	]' # space or tab
    sed "s/^#define${SP}\\([A-Z0-9_][A-Z0-9_]*\\)${SP}${SP}*\\([0-9][0-9]*\\)/SYS_\\1=\\2/g" \
    	< $1 | grep -v SYS__
    
    cat <<EOF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 459 bytes
    - Viewed (0)
  7. src/syscall/mksysnum_plan9.sh

    # Use of this source code is governed by a BSD-style
    # license that can be found in the LICENSE file.
    
    COMMAND="mksysnum_plan9.sh $@"
    
    cat <<EOF
    // $COMMAND
    // Code generated by the command above; DO NOT EDIT.
    
    package syscall
    
    const(
    EOF
    
    SP='[ 	]' # space or tab
    sed "s/^#define${SP}\\([A-Z0-9_][A-Z0-9_]*\\)${SP}${SP}*\\([0-9][0-9]*\\)/SYS_\\1=\\2/g" \
    	< $1 | grep -v SYS__
    
    cat <<EOF
    )
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 459 bytes
    - Viewed (0)
  8. src/cmd/link/internal/mips64/l.go

    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    // furnished to do so, subject to the following conditions:
    //
    // The above copyright notice and this permission notice shall be included in
    // all copies or substantial portions of the Software.
    //
    // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  9. src/reflect/asm_ppc64x.s

    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$336
    	NO_LOCAL_POINTERS
    	// NO_LOCAL_POINTERS is a lie. The stack map for the two locals in this
    	// frame is specially handled in the runtime. See the comment above LOCAL_RETVALID.
    	ADD	$LOCAL_REGARGS, R1, R20
    	CALL	runtime·spillArgs(SB)
    	MOVD	R11, FIXED_FRAME+32(R1)	// save R11
    	MOVD	R11, FIXED_FRAME+0(R1)	// arg for moveMakeFuncArgPtrs
    	MOVD	R20, FIXED_FRAME+8(R1)	// arg for local args
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  10. src/internal/types/testdata/fixedbugs/issue50281.go

    func _[S ~string | ~[]byte](s S) {
    	var buf []byte
    	_ = append(buf, s...)
    }
    
    // test case from issue
    
    type byteseq interface {
    	string | []byte
    }
    
    // This should allow to eliminate the two functions above.
    func AppendByteString[source byteseq](buf []byte, s source) []byte {
    	return append(buf, s[1:6]...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 02:58:32 UTC 2022
    - 554 bytes
    - Viewed (0)
Back to top