Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 155 for Desc (0.04 sec)

  1. src/cmd/go/testdata/vcstest/hg/custom-hg-hello.txt

    handle hg
    hg init
    
    hg add hello.go
    hg commit --user 'Russ Cox <******@****.***>' --date '2017-10-10T19:39:36-04:00' --message 'hello'
    
    hg log -r ':' --template '{node|short} {desc|strip|firstline}\n'
    cmp stdout .hg-log
    
    -- .hg-log --
    a8c8e7a40da9 hello
    -- hello.go --
    package main // import "vcs-test.golang.org/go/custom-hg-hello"
    
    func main() {
    	println("hello")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:00:34 UTC 2022
    - 366 bytes
    - Viewed (0)
  2. src/cmd/go/testdata/vcstest/hg/hello.txt

    handle hg
    hg init
    
    hg add hello.go
    hg commit --user 'bwk' --date '2017-09-21T21:14:14-04:00' --message 'hello world'
    
    hg log -r ':' --template '{node|short} {desc|strip|firstline}\n'
    cmp stdout .hg-log
    
    -- .hg-log --
    e483a7d9f8c9 hello world
    -- hello.go --
    package main
    
    func main() {
    	println("hello, world")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:00:34 UTC 2022
    - 312 bytes
    - Viewed (0)
  3. tests/test_filter_pydantic_sub_model_pv2.py

            return {"name": name, "description": "model-a-desc", "foo": model_c}
    
        client = TestClient(app)
        return client
    
    
    @needs_pydanticv2
    def test_filter_sub_model(client: TestClient):
        response = client.get("/model/modelA")
        assert response.status_code == 200, response.text
        assert response.json() == {
            "name": "modelA",
            "description": "model-a-desc",
            "foo": {"username": "test-user"},
        }
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/mlir_tflite_runner.cc

    #include "tensorflow/lite/optional_debug_tools.h"
    
    using llvm::cl::desc;
    using llvm::cl::init;
    using llvm::cl::opt;
    
    // NOLINTNEXTLINE
    static opt<std::string> input_filename(llvm::cl::Positional,
                                           desc("<input file>"), init("-"));
    
    // NOLINTNEXTLINE
    static opt<bool> dump_state("dump-interpreter-state",
                                desc("dump interpreter state post execution"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 03 00:14:05 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. pkg/kubelet/eviction/memory_threshold_notifier_test.go

    				cgroupPath: testCgroupPath,
    			}
    			desc := m.Description()
    			for _, expected := range tc.expectedSubstrings {
    				if !strings.Contains(desc, expected) {
    					t.Errorf("expected description for notifier with threshold %+v to contain %s, but it did not", tc.evictionThreshold, expected)
    				}
    			}
    			for _, omitted := range tc.omittedSubstrings {
    				if strings.Contains(desc, omitted) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/core/beans/factory/ParameterizedClassDescFactory.java

            if (rowClass == null) {
                return null;
            }
            final ParameterizedClassDescImpl desc = new ParameterizedClassDescImpl(rowClass);
            final Type[] parameterTypes = getGenericParameters(type);
            if (parameterTypes == null) {
                return desc;
            }
            final ParameterizedClassDesc[] parameterDescs = new ParameterizedClassDesc[parameterTypes.length];
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/build_trimpath.txt

    	}
    	check(data, "GOROOT", os.Getenv("GOROOT"))
    }
    
    func check(data []byte, desc, dir string) {
    	if dir == "" {
    		fmt.Printf("binary contains an empty %s\n", desc)
    		return
    	}
    	containsDir := bytes.Contains(data, []byte(dir))
    	containsSlashDir := bytes.Contains(data, []byte(filepath.ToSlash(dir)))
    	fmt.Printf("binary contains %s: %v\n", desc, containsDir || containsSlashDir)
    }
    -- overlay.json --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. tests/test_filter_pydantic_sub_model/app_pv1.py

    
    @app.get("/model/{name}", response_model=ModelA)
    async def get_model_a(name: str, model_c=Depends(get_model_c)):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 784 bytes
    - Viewed (0)
  9. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/normalization/java/impl/MethodStubbingApiMemberAdapter.java

                generateUnsupportedOperationExceptionMethod();
            }
        }
    
        @Override
        public MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions) {
            MethodVisitor mv = cv.visitMethod(access, name, desc, signature, exceptions);
            if ((access & ACC_ABSTRACT) == 0) {
                mv.visitCode();
                mv.visitMethodInsn(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  10. src/strconv/strconv_test.go

    	"strings"
    	"testing"
    )
    
    var (
    	globalBuf [64]byte
    	nextToOne = "1.00000000000000011102230246251565404236316680908203125" + strings.Repeat("0", 10000) + "1"
    
    	mallocTest = []struct {
    		count int
    		desc  string
    		fn    func()
    	}{
    		{0, `AppendInt(localBuf[:0], 123, 10)`, func() {
    			var localBuf [64]byte
    			AppendInt(localBuf[:0], 123, 10)
    		}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 20:29:22 UTC 2022
    - 4.7K bytes
    - Viewed (0)
Back to top