Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 86 for headingID (0.2 sec)

  1. docs/en/docs/contributing.md

    * Do not change the paths in links to images, code files, Markdown documents.
    
    * However, when a Markdown document is translated, the `#hash-parts` in links to its headings may change. Update these links if possible.
        * Search for such links in the translated document using the regex `#[^# ]`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 17:42:43 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/AbstractGradleViolationRule.groovy

                          See <a href="https://docs.google.com/document/d/1KA5yI4HL18qOeXjXLTMMD_upkDbNUzTDGNfBGYdQlYw/edit#heading=h.9yqcmqviz47z">the documentation</a> for more details.
                      </div>
                    </div>
                    </p>
                    <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 14:00:46 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/build/relnote/links.go

    	for _, b := range bs {
    		addSymbolLinksBlock(b, defaultPackage)
    	}
    }
    
    func addSymbolLinksBlock(b md.Block, defaultPackage string) {
    	switch b := b.(type) {
    	case *md.Heading:
    		addSymbolLinksBlock(b.Text, defaultPackage)
    	case *md.Text:
    		b.Inline = addSymbolLinksInlines(b.Inline, defaultPackage)
    	case *md.List:
    		addSymbolLinksBlocks(b.Items, defaultPackage)
    	case *md.Item:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. javadoc-stylesheet.css

    }
    .header ul {
        margin:0 0 25px 0;
        padding:0;
    }
    .footer ul {
        margin:20px 0 5px 0;
    }
    .header ul li, .footer ul li {
        list-style:none;
        font-size:1.2em;
    }
    /*
    Heading styles
    */
    div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
        background-color:#dee3e9;
        border-top:1px solid #9eadc0;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top