Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 209 for vflag (0.09 sec)

  1. cmd/kubeadm/app/cmd/upgrade/plan.go

    */
    
    package upgrade
    
    import (
    	"io"
    	"os"
    	"sort"
    	"strings"
    	"text/tabwriter"
    
    	"github.com/lithammer/dedent"
    	"github.com/pkg/errors"
    	"github.com/spf13/cobra"
    	"github.com/spf13/pflag"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/util/version"
    	"k8s.io/cli-runtime/pkg/genericclioptions"
    	"k8s.io/klog/v2"
    
    	"k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    // Package driver implements the core pprof functionality. It can be
    // parameterized with a flag implementation, fetch and symbolize
    // mechanisms.
    package driver
    
    import (
    	"bytes"
    	"fmt"
    	"io"
    	"os"
    	"path/filepath"
    	"regexp"
    	"strings"
    
    	"github.com/google/pprof/internal/plugin"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  3. src/cmd/go/internal/script/cmds.go

    	return c.run(s, args...)
    }
    
    func (c *funcCmd) Usage() *CmdUsage { return &c.usage }
    
    // firstNonFlag returns a slice containing the index of the first argument in
    // rawArgs that is not a flag, or nil if all arguments are flags.
    func firstNonFlag(rawArgs ...string) []int {
    	for i, arg := range rawArgs {
    		if !strings.HasPrefix(arg, "-") {
    			return []int{i}
    		}
    		if arg == "--" {
    			return []int{i + 1}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  4. maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeImpl.java

         * The algorithm is as follows:
         * <ol>
         * <li> if the recessive DOM is null, there is nothing to do... return.</li>
         * <li> Determine whether the dominant node will suppress the recessive one (flag=mergeSelf).
         *   <ol type="A">
         *   <li> retrieve the 'combine.self' attribute on the dominant node, and try to match against 'override'...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 18K bytes
    - Viewed (0)
  5. src/mdo/reader-stax.vm

        }
    
        /**
         * Returns the state of the "add default entities" flag.
         *
         * @return boolean
         */
        public boolean getAddDefaultEntities() {
            return addDefaultEntities;
        } //-- boolean getAddDefaultEntities()
    
        /**
         * Sets the state of the "add default entities" flag.
         *
         * @param addDefaultEntities a addDefaultEntities object.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  6. src/cmd/covdata/tool_test.go

    // Copyright 2022 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.
    
    package main_test
    
    import (
    	cmdcovdata "cmd/covdata"
    	"flag"
    	"fmt"
    	"internal/coverage/pods"
    	"internal/goexperiment"
    	"internal/testenv"
    	"log"
    	"os"
    	"path/filepath"
    	"regexp"
    	"strconv"
    	"strings"
    	"sync"
    	"testing"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 20:46:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  7. src/crypto/internal/mlkem768/mlkem768_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package mlkem768
    
    import (
    	"bytes"
    	"crypto/rand"
    	_ "embed"
    	"encoding/hex"
    	"errors"
    	"flag"
    	"math/big"
    	"strconv"
    	"testing"
    
    	"golang.org/x/crypto/sha3"
    )
    
    func TestFieldReduce(t *testing.T) {
    	for a := uint32(0); a < 2*q*q; a++ {
    		got := fieldReduce(a)
    		exp := fieldElement(a % q)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 06 15:27:18 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. cmd/kube-scheduler/app/server.go

    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/informers"
    	"k8s.io/client-go/kubernetes/scheme"
    	"k8s.io/client-go/tools/events"
    	"k8s.io/client-go/tools/leaderelection"
    	cliflag "k8s.io/component-base/cli/flag"
    	"k8s.io/component-base/cli/globalflag"
    	"k8s.io/component-base/configz"
    	"k8s.io/component-base/logs"
    	logsapi "k8s.io/component-base/logs/api/v1"
    	"k8s.io/component-base/metrics/features"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 19:11:24 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/go.sum

    github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
    github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
    github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
    github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
    github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 14:02:04 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/config.go

    */
    
    package cmd
    
    import (
    	"bytes"
    	"fmt"
    	"io"
    	"os"
    	"sort"
    	"strings"
    
    	"github.com/lithammer/dedent"
    	"github.com/pkg/errors"
    	"github.com/spf13/cobra"
    	flag "github.com/spf13/pflag"
    
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/cli-runtime/pkg/genericclioptions"
    
    	kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top