Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 151 for splitLine (0.31 sec)

  1. src/cmd/go/testdata/mod/golang.org_x_internal_v0.1.0.txt

    written by hand — loosely derived from golang.org/x/crypto/internal/subtle,
    but splitting the internal package across a module boundary
    
    -- .mod --
    module golang.org/x/internal
    -- .info --
    {"Version":"v0.1.0","Name":"","Short":"","Time":"2018-07-25T17:24:00Z"}
    -- go.mod --
    module golang.org/x/internal
    -- subtle/aliasing.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 01:58:53 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  2. README.md

    * Composite Primary Key
    * Auto Migrations
    * Logger
    * Extendable, flexible plugin API: Database Resolver (Multiple Databases, Read/Write Splitting) / Prometheus…
    * Every feature comes with tests
    * Developer Friendly
    
    ## Getting Started
    
    * GORM Guides [https://gorm.io](https://gorm.io)
    * Gen Guides [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html)
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Tue Nov 07 02:20:06 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. tensorflow/c/eager/c_api_internal.h

    #include "tensorflow/c/eager/tfe_op_attrs_internal.h"  // IWYU pragma: export
    #include "tensorflow/c/eager/tfe_tensor_debug_info_internal.h"  // IWYU pragma: export
    
    // TODO(b/154564140): Move this to its own header. This requires splitting
    // c_api_experimental.h
    struct TFE_ContextOptions {
      TF_SessionOptions session_options;
      // true if async execution is enabled.
      bool async = false;
      TFE_ContextDevicePlacementPolicy device_placement_policy{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 18 19:26:34 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/flag.go

    	f.raw = v
    	f.present = true
    	match := func(p *Package) bool { return p.Internal.CmdlinePkg || p.Internal.CmdlineFiles } // default predicate with no pattern
    	// For backwards compatibility with earlier flag splitting, ignore spaces around flags.
    	v = strings.TrimSpace(v)
    	if v == "" {
    		// Special case: -gcflags="" means no flags for command-line arguments
    		// (overrides previous -gcflags="-whatever").
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 20:20:43 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/properties/annotations/PropertyAnnotationHandler.java

        ImmutableSet<Class<? extends Annotation>> getAllowedModifiers();
    
        /**
         * Does this handler do something useful with the properties that match it? Or can these properties be ignored?
         *
         * Should consider splitting up this type, perhaps into something that inspects the properties and produces the actual handlers and validation problems.
         */
        boolean isPropertyRelevant();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/model/InvalidModelRuleException.java

        // way it is due to how we render chained exceptions on build failures.
        // That is, because the information is usually dense, splitting things up this way provides better output.
    
        private final String descriptor;
    
        public InvalidModelRuleException(ModelRuleDescriptor descriptor, Throwable cause) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. hack/boilerplate/boilerplate.py

            extension = os.path.basename(path).split(".")[1]
    
            with open(path, "r") as ref_file:
                refs[extension] = ref_file.read().splitlines()
    
        return refs
    
    
    def is_generated_file(data, regexs):
        return regexs["generated"].search(data)
    
    
    def file_passes(filename, refs, regexs):
        try:
            with open(filename) as stream:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/discovery/token/token_test.go

    			}
    			if string(kubeconfigBytes) != expectedKubeconfig {
    				t.Error("unexpected kubeconfig")
    				diff := difflib.UnifiedDiff{
    					A:        difflib.SplitLines(expectedKubeconfig),
    					B:        difflib.SplitLines(string(kubeconfigBytes)),
    					FromFile: "expected",
    					ToFile:   "got",
    					Context:  10,
    				}
    				diffstr, err := difflib.GetUnifiedDiffString(diff)
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__internal.apiserver.k8s.io_openapi.json

                "type": "string"
              },
              "version": {
                "default": "",
                "description": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.",
                "type": "string"
              }
            },
            "required": [
              "groupVersion",
              "version"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__node.k8s.io_openapi.json

                "type": "string"
              },
              "version": {
                "default": "",
                "description": "version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion.",
                "type": "string"
              }
            },
            "required": [
              "groupVersion",
              "version"
            ],
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:05:52 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top