Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 151 for splitLine (0.22 sec)

  1. api/openapi-spec/v3/apis__batch_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)
  2. api/openapi-spec/v3/apis__certificates.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)
  3. api/openapi-spec/v3/apis__discovery.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)
  4. api/openapi-spec/v3/apis__events.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)
  5. hack/verify-flags-underscore.py

        # preload the 'known' flags which don't follow the - standard
        pathname = os.path.join(rootdir, "hack/verify-flags/excluded-flags.txt")
        f = open(pathname, 'r')
        excluded_flags = set(f.read().splitlines())
        f.close()
    
        regexs = [ re.compile('Var[P]?\([^,]*, "([^"]*)"'),
                   re.compile('.String[P]?\("([^"]*)",[^,]+,[^)]+\)'),
                   re.compile('.Int[P]?\("([^"]*)",[^,]+,[^)]+\)'),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:51 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__networking.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)
  7. api/openapi-spec/v3/apis__resource.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)
  8. api/openapi-spec/v3/apis__autoscaling_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)
  9. api/openapi-spec/v3/apis__apiextensions.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. test/armimm.go

    // run
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file tests the splitting of constants into
    // multiple immediates on arm.
    
    package main
    
    import "fmt"
    
    const c32a = 0x00aa00dd
    const c32s = 0x00ffff00
    const c64a = 0x00aa00dd55000066
    const c64s = 0x00ffff00004fff00
    
    //go:noinline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 13:53:54 UTC 2017
    - 3.9K bytes
    - Viewed (0)
Back to top