Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 493 for u8test (0.33 sec)

  1. pkg/apis/abac/latest/latest.go

    limitations under the License.
    */
    
    package latest
    
    import (
    	//Init the abac api package
    	_ "k8s.io/kubernetes/pkg/apis/abac"
    	_ "k8s.io/kubernetes/pkg/apis/abac/v0"
    	_ "k8s.io/kubernetes/pkg/apis/abac/v1beta1"
    )
    
    // TODO: this file is totally wrong, it should look like other latest files.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun May 26 08:30:35 UTC 2019
    - 919 bytes
    - Viewed (0)
  2. pkg/scheduler/apis/config/latest/latest.go

    limitations under the License.
    */
    
    package latest
    
    import (
    	"k8s.io/component-base/config/v1alpha1"
    	v1 "k8s.io/kube-scheduler/config/v1"
    	"k8s.io/kubernetes/pkg/scheduler/apis/config"
    	"k8s.io/kubernetes/pkg/scheduler/apis/config/scheme"
    )
    
    // Default creates a default configuration of the latest versioned type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 29 00:47:48 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_vendor_embed.txt

    go mod vendor
    cmp vendor/example.com/a/samedir_embed.txt a/samedir_embed.txt
    cmp vendor/example.com/a/subdir/embed.txt a/subdir/embed.txt
    cmp vendor/example.com/a/subdir/test/embed.txt a/subdir/test/embed.txt
    cmp vendor/example.com/a/subdir/test/xtest/embed.txt a/subdir/test/xtest/embed.txt
    
    cd broken_no_matching_files
    ! go mod vendor
    stderr '^go: resolving embeds in example.com/brokendep: pattern foo.txt: no matching files found$'
    go mod vendor -e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:14:55 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/lib/vs2010/gtest.lib

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3M bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    #include "gtest/gtest-message.h"
    #include "gtest/gtest-param-test.h"
    #include "gtest/gtest-printers.h"
    #include "gtest/gtest_prod.h"
    #include "gtest/gtest-test-part.h"
    #include "gtest/gtest-typed-test.h"
    
    // Depending on the platform, different string classes are available.
    // On Linux, in addition to ::std::string, Google also makes use of
    // class ::string, which has the same interface as ::std::string, but
    // has a different implementation.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/aenum.go

    	APSLLL
    	APSLLO
    	APSLLQ
    	APSLLW
    	APSRAL
    	APSRAW
    	APSRLL
    	APSRLO
    	APSRLQ
    	APSRLW
    	APSUBB
    	APSUBL
    	APSUBQ
    	APSUBSB
    	APSUBSW
    	APSUBUSB
    	APSUBUSW
    	APSUBW
    	APTEST
    	APUNPCKHBW
    	APUNPCKHLQ
    	APUNPCKHQDQ
    	APUNPCKHWL
    	APUNPCKLBW
    	APUNPCKLLQ
    	APUNPCKLQDQ
    	APUNPCKLWL
    	APUSHAL
    	APUSHAW
    	APUSHFL
    	APUSHFQ
    	APUSHFW
    	APUSHL
    	APUSHQ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/dwarf_test.go

    			}
    			t.Fatalf("error reading linentry: %v", err)
    		}
    		// check LE contains an entry to test.go
    		if le.File == nil {
    			continue
    		}
    		file := filepath.Base(le.File.Name)
    		if file == "test.go" {
    			found = true
    			break
    		}
    	}
    	if !found {
    		t.Errorf("no LPT entries for test.go")
    	}
    }
    
    const zeroSizedVarProg = `
    package main
    
    import (
    	"fmt"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    #include "gtest/gtest-message.h"
    #include "gtest/gtest-param-test.h"
    #include "gtest/gtest-printers.h"
    #include "gtest/gtest_prod.h"
    #include "gtest/gtest-test-part.h"
    #include "gtest/gtest-typed-test.h"
    
    // Depending on the platform, different string classes are available.
    // On Linux, in addition to ::std::string, Google also makes use of
    // class ::string, which has the same interface as ::std::string, but
    // has a different implementation.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/lib/mingw/gtest.lib

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1M bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/lib/vs2013/gtest.lib

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3M bytes
    - Viewed (0)
Back to top