Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 44 for invalidSep (0.28 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode.go

    	//  var _ = append(1, 2)
    	InvalidAppend
    
    	// InvalidCap occurs when an argument to the cap built-in function is not of
    	// supported type.
    	//
    	// See https://golang.org/ref/spec#Lengthand_capacity for information on
    	// which underlying types are supported as arguments to cap and len.
    	//
    	// Example:
    	//  var s = 2
    	//  var x = cap(s)
    	InvalidCap
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 34K bytes
    - Viewed (0)
  2. src/internal/types/errors/codes.go

    	//  var _ = append(1, 2)
    	InvalidAppend
    
    	// InvalidCap occurs when an argument to the cap built-in function is not of
    	// supported type.
    	//
    	// See https://golang.org/ref/spec#Length_and_capacity for information on
    	// which underlying types are supported as arguments to cap and len.
    	//
    	// Example:
    	//  var s = 2
    	//  var x = cap(s)
    	InvalidCap
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 22:50:48 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  3. pkg/util/flag/flags_test.go

    			expectVal: "0.0.0.0",
    		},
    		{
    			desc:      "valid ipv4 2",
    			argc:      "blah --ipport=127.0.0.1",
    			expectVal: "127.0.0.1",
    		},
    
    		{
    			desc:      "invalid IP",
    			argc:      "blah --ipport=invalidip",
    			expectErr: true,
    			expectVal: defaultIPPort,
    		},
    		{
    			desc:      "valid ipv4 with port",
    			argc:      "blah --ipport=0.0.0.0:8080",
    			expectVal: "0.0.0.0:8080",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 14 10:45:23 UTC 2021
    - 8.8K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/form-validator/lang/fr.js

    autorisés",groupCheckedRangeStart:"Choisissez entre ",groupCheckedTooFewStart:"Vous devez faire au moins ",groupCheckedTooManyStart:"Vous ne pouvez pas faire plus de ",groupCheckedEnd:" sélection(s)",badCreditCard:"Vous avez saisi un numéro de carte de crédit invalide",badCVV:"Vous avez saisi un CVV incorrect",wrongFileDim:"Mauvaise taille de l'image, ",imageTooTall:"l'image ne peut pas être plus élevée que",imageTooWide:"l'image ne peut pas être plus large que",imageTooSmall:"l'image est trop petite",min:"mo...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.6K bytes
    - Viewed (0)
  5. src/go/types/stmt.go

    		if u == nil {
    			check.errorf(inNode(s, s.Arrow), InvalidSend, invalidOp+"cannot send to %s: no core type", &ch)
    			return
    		}
    		uch, _ := u.(*Chan)
    		if uch == nil {
    			check.errorf(inNode(s, s.Arrow), InvalidSend, invalidOp+"cannot send to non-channel %s", &ch)
    			return
    		}
    		if uch.dir == RecvOnly {
    			check.errorf(inNode(s, s.Arrow), InvalidSend, invalidOp+"cannot send to receive-only channel %s", &ch)
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  6. pkg/apis/networking/validation/validation.go

    		}
    		if len(path.Path) > 0 {
    			for _, invalidSeq := range invalidPathSequences {
    				if strings.Contains(path.Path, invalidSeq) {
    					allErrs = append(allErrs, field.Invalid(fldPath.Child("path"), path.Path, fmt.Sprintf("must not contain '%s'", invalidSeq)))
    				}
    			}
    
    			for _, invalidSuff := range invalidPathSuffixes {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 07 14:48:01 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/errors.go

    		check.firstErr = e
    	}
    
    	f := check.conf.Error
    	if f == nil {
    		panic(bailout{}) // record first error and exit
    	}
    	f(e)
    }
    
    const (
    	invalidArg = "invalid argument: "
    	invalidOp  = "invalid operation: "
    )
    
    // The poser interface is used to extract the position of type-checker errors.
    type poser interface {
    	Pos() syntax.Pos
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 22:06:18 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/stmt.go

    		}
    		u := coreType(ch.typ)
    		if u == nil {
    			check.errorf(s, InvalidSend, invalidOp+"cannot send to %s: no core type", &ch)
    			return
    		}
    		uch, _ := u.(*Chan)
    		if uch == nil {
    			check.errorf(s, InvalidSend, invalidOp+"cannot send to non-channel %s", &ch)
    			return
    		}
    		if uch.dir == RecvOnly {
    			check.errorf(s, InvalidSend, invalidOp+"cannot send to receive-only channel %s", &ch)
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  9. docs/fr/docs/tutorial/body.md

    * Lire le contenu de la requête en tant que JSON.
    * Convertir les types correspondants (si nécessaire).
    * Valider la donnée.
        * Si la donnée est invalide, une erreur propre et claire sera renvoyée, indiquant exactement où était la donnée incorrecte.
    * Passer la donnée reçue dans le paramètre `item`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. src/go/types/errors.go

    		check.firstErr = e
    	}
    
    	f := check.conf.Error
    	if f == nil {
    		panic(bailout{}) // record first error and exit
    	}
    	f(e)
    }
    
    const (
    	invalidArg = "invalid argument: "
    	invalidOp  = "invalid operation: "
    )
    
    // The positioner interface is used to extract the position of type-checker errors.
    type positioner interface {
    	Pos() token.Pos
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 22:06:18 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top