Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 280 for respective (0.27 sec)

  1. src/cmd/compile/internal/syntax/scanner_test.go

    	for _, test := range []struct {
    		src, err  string
    		line, col uint // 0-based
    	}{
    		// Note: Positions for lexical errors are the earliest position
    		// where the error is apparent, not the beginning of the respective
    		// token.
    
    		// rune-level errors
    		{"fo\x00o", "invalid NUL character", 0, 2},
    		{"foo\n\ufeff bar", "invalid BOM in the middle of the file", 1, 0},
    		{"foo\n\n\xff    ", "invalid UTF-8 encoding", 2, 0},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 14 16:11:21 UTC 2022
    - 21.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/range.go

    }
    
    // rangeConvert returns src, converted to dst if necessary. If a
    // conversion is necessary, then typeWord and srcRType are copied to
    // their respective ConvExpr fields.
    func rangeConvert(nrange *ir.RangeStmt, dst *types.Type, src, typeWord, srcRType ir.Node) ir.Node {
    	src = typecheck.Expr(src)
    	if dst.Kind() == types.TBLANK || types.Identical(dst, src.Type()) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 14:52:33 UTC 2023
    - 17.6K bytes
    - Viewed (0)
  3. build/common.sh

    # This is the port that rsync is running on *inside* the container. This may be
    # mapped to KUBE_RSYNC_PORT via docker networking.
    readonly KUBE_CONTAINER_RSYNC_PORT=8730
    
    # These are the default versions (image tags) for their respective base images.
    readonly __default_distroless_iptables_version=v0.5.5
    readonly __default_go_runner_version=v2.3.1-go1.22.4-bookworm.0
    readonly __default_setcap_version=bookworm-v1.0.3
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  4. src/go/printer/printer_test.go

    	case <-cc:
    		// test finished within allotted time margin
    	}
    }
    
    type entry struct {
    	source, golden string
    	mode           checkMode
    }
    
    // Use go test -update to create/update the respective golden files.
    var data = []entry{
    	{"empty.input", "empty.golden", idempotent},
    	{"comments.input", "comments.golden", 0},
    	{"comments.input", "comments.x", export},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  5. src/path/filepath/path_test.go

    		os.Chmod(filepath.Join(tree.name, tree.entries[1].name), 0)
    		os.Chmod(filepath.Join(tree.name, tree.entries[3].name), 0)
    
    		// 3) capture errors, expect two.
    		// mark respective subtrees manually
    		markTree(tree.entries[1])
    		markTree(tree.entries[3])
    		// correct double-marking of directory itself
    		tree.entries[1].mark -= errVisit
    		tree.entries[3].mark -= errVisit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 16:38:19 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_server.go

    func (c *Conn) readClientHello(ctx context.Context) (*clientHelloMsg, error) {
    	// clientHelloMsg is included in the transcript, but we haven't initialized
    	// it yet. The respective handshake functions will record it themselves.
    	msg, err := c.readHandshake(nil)
    	if err != nil {
    		return nil, err
    	}
    	clientHello, ok := msg.(*clientHelloMsg)
    	if !ok {
    		c.sendAlert(alertUnexpectedMessage)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  7. cmd/admin-heal-ops.go

    	h.traverseAndHealDoneCh <- h.healItems(objAPI, bucketsOnly)
    	xioutil.SafeClose(h.traverseAndHealDoneCh)
    }
    
    // healMinioSysMeta - heals all files under a given meta prefix, returns a function
    // which in-turn heals the respective meta directory path and any files in int.
    func (h *healSequence) healMinioSysMeta(objAPI ObjectLayer, metaPrefix string) func() error {
    	return func() error {
    		// NOTE: Healing on meta is run regardless
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 18:04:41 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/more_about_tasks.adoc

    == Task group and description
    
    Task groups and descriptions are used to organize and describe tasks.
    
    Groups :: Task groups are used to categorize tasks. When you run `./gradlew tasks`, tasks are listed under their respective groups, making it easier to understand their purpose and relationship to other tasks. Groups are set using the `group` property.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.cc

        } else {
          singular_op_result.setType(entry_func_op.getResultTypes()[0]);
        }
      }
    };
    
    // Converts `entry_func_op` to be quantized according to the respective
    // inputs and outputs of `xla_call_module_op` that are possibly quantized. It
    // signature (type) is reset to match that of `xla_call_module_op`.
    // `entry_func_body_quantization_pattern` rewrites the function's body, based on
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  10. pkg/controller/volume/attachdetach/attach_detach_controller.go

    		// Consult csiMigratedPluginManager first before querying the plugins registered during runtime in volumePluginMgr.
    		// In-tree plugins that provisioned PVs will not be registered anymore after migration to CSI, once the respective
    		// feature gate is enabled.
    		if inTreePluginName, err := adc.csiMigratedPluginManager.GetInTreePluginNameFromSpec(pv, nil); err == nil {
    			if adc.csiMigratedPluginManager.IsMigrationEnabledForPlugin(inTreePluginName) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
Back to top