Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 445 for restriction (0.36 sec)

  1. src/cmd/compile/internal/ssa/prove.go

    						ft.update(node.block, v, v.Args[0].Args[2], signed, eq)
    					}
    				}
    			}
    
    			if branch != unknown {
    				addBranchRestrictions(ft, parent, branch)
    				// After we add the branch restriction, re-check the logic operations in the parent block,
    				// it may give us more info to omit some branches
    				if logic, ok := logicVars[parent]; ok {
    					for _, v := range logic {
    						// we only have OpAnd for now
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/obj9.go

    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    							"key1": "value",
    							"key2": "value",
    						},
    					}},
    				expectError{
    					applyPatchOperation{
    						"modifying one value in the object with maxProperties restriction, but keeping old fields",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"restricted": map[string]interface{}{
    								"key1": "hi",
    								"key2": "theres",
    								"key3": "buddy",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    // of this software and associated documentation files (the "Software"), to deal
    // in the Software without restriction, including without limitation the rights
    // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    // copies of the Software, and to permit persons to whom the Software is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  5. cmd/import-boss/testdata/inverse/allowed/.import-restrictions

    Tim Hockin <******@****.***> 1705473522 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 127 bytes
    - Viewed (0)
  6. cmd/import-boss/testdata/nested-fwd/.import-restrictions

    Tim Hockin <******@****.***> 1705473522 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 396 bytes
    - Viewed (0)
  7. cmd/import-boss/testdata/transitive/forbidden/.import-restrictions

    Tim Hockin <******@****.***> 1705473522 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 153 bytes
    - Viewed (0)
  8. cmd/import-boss/testdata/simple-fwd/aaa/.import-restrictions

    Tim Hockin <******@****.***> 1705473522 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 222 bytes
    - Viewed (0)
  9. src/cmd/cgo/doc.go

    automatically defined in the preamble. Note that there is no way for C
    code to create a value of this type; this is only useful for passing
    string values from Go to C and back to Go.
    
    Using //export in a file places a restriction on the preamble:
    since it is copied into two different C output files, it must not
    contain any definitions, only declarations. If a file contains both
    definitions and declarations, then the two output files will produce
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  10. cmd/import-boss/testdata/inverse/forbidden/.import-restrictions

    Tim Hockin <******@****.***> 1705473522 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:36 UTC 2024
    - 129 bytes
    - Viewed (0)
Back to top