Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for headingID (0.21 sec)

  1. hack/make-rules/test-e2e-node.sh

      if [[ ${hosts} == "" && ${images} == "" && ${image_config_file} == "" ]]; then
        gci_image=$(gcloud compute images list --project "${image_project}" \
        --no-standard-images --filter="name ~ 'cos-beta.*'" --format="table[no-heading](name)")
        images=${gci_image}
        metadata="user-data<${KUBE_ROOT}/test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
      fi
      instance_prefix=${INSTANCE_PREFIX:-"test"}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. src/cmd/go/scriptreadme_test.go

    	FAIL	cmd/go	4.875s
    	$
    
    Note that the commands in earlier phases have been hidden, so that the relevant
    commands are more easily found, and the elapsed time for a completed phase
    is shown next to the phase heading. To see the entire execution, use "go test -v",
    which also adds an initial environment dump to the beginning of the log.
    
    Note also that in reported output, the actual name of the per-script temporary directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_config.h

      // when `inference_type` is different from DT_FLOAT. This flag can only be set
      // to DT_FLOAT or as same as `inference_type`. If this flag is different
      // from `inference_type`, adaptor ops are inserted as heading and tailing ops
      // in the result model.
      tensorflow::DataType inference_input_type = tensorflow::DT_FLOAT;
    
      // Input node ranges. These ranges are stored as the same order of function
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 10:16:19 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/AbstractTablePageGenerator.java

                    div().classAttr("card m-0 p-0 alert " + determineScenarioBackgroundColorCss(scenario)).attr("tag", tags.stream().map(Tag::getName).collect(joining(","))).id("scenario" + index);
                        div().id("heading" + index).classAttr("card-header");
                            div().classAttr("row align-items-center data-row").attr("scenario", String.valueOf(index));
                                div().classAttr("col").text(String.valueOf(index)).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/base.css

            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
            z-index: 1;
        }
    
        /*
          Pushes the section headings to just below the top nav bar when a user
          navigates directly to section anchors.
         */
        #content h2[id], #content h3[id], #content h4[id] {
            padding-top: 60px;
        }
    
        #content h2[id] {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Doc.Links", Field, 19},
    		{"DocLink", Type, 19},
    		{"DocLink.ImportPath", Field, 19},
    		{"DocLink.Name", Field, 19},
    		{"DocLink.Recv", Field, 19},
    		{"DocLink.Text", Field, 19},
    		{"Heading", Type, 19},
    		{"Heading.Text", Field, 19},
    		{"Italic", Type, 19},
    		{"Link", Type, 19},
    		{"Link.Auto", Field, 19},
    		{"Link.Text", Field, 19},
    		{"Link.URL", Field, 19},
    		{"LinkDef", Type, 19},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/README

    	FAIL	cmd/go	4.875s
    	$
    
    Note that the commands in earlier phases have been hidden, so that the relevant
    commands are more easily found, and the elapsed time for a completed phase
    is shown next to the phase heading. To see the entire execution, use "go test -v",
    which also adds an initial environment dump to the beginning of the log.
    
    Note also that in reported output, the actual name of the per-script temporary directory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  8. architecture/ambient/ztunnel.md

    How we handle this is [under discussion](https://docs.google.com/document/d/1uM1c3zzoehiijh1ZpZuJ1-SzuVVupenv8r5yuCaFshs/edit#heading=h.dwbqvwmg6ud3).
    
    ### Inbound
    
    Traffic entering a pod over HBONE will be handled by the "inbound" code path, on port 15008.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 22:35:16 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  9. cni/pkg/iptables/iptables.go

    		"-i", "lo",
    		"-j", "ACCEPT")
    
    	// CLI: -A ISTIO_PRERT -p tcp -m tcp --dport <INPORT> -m mark ! --mark 0x539/0xfff -j TPROXY --on-port <INPORT> --on-ip 127.0.0.1 --tproxy-mark 0x111/0xfff
    	//
    	// DESC: Anything heading to <INPORT> that does not have the mark, TPROXY to ztunnel inbound port <INPORT>
    	iptablesBuilder.AppendRule(
    		iptableslog.UndefinedCommand, ChainInpodPrerouting, iptablesconstants.MANGLE,
    		"-p", "tcp",
    		"-m", "tcp",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/javadoc.css

    .sub-title {
        margin:5px 0 0 0;
    }
    ul.contents-list {
        margin: 0 0 15px 0;
        padding: 0;
        list-style: none;
    }
    ul.contents-list li {
        font-size:0.93em;
    }
    /*
     * Styles for headings.
     */
    body.class-declaration-page .summary h2,
    body.class-declaration-page .details h2,
    body.class-use-page h2,
    body.module-declaration-page .block-list h2 {
        font-style: italic;
        padding:0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top