Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of about 10,000 for anchors (0.63 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

          "properties": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css.map

    ul and ol\n  margin-bottom: 0;\n}\n\n\n// Interactive list items\n//\n// Use anchor or button elements instead of `li`s or `div`s to create interactive\n// list items. Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n  width: 100%; // For `<button>`s (anchors become 100% by default though)\n  color: $list-group-action-color;\n  text-align: inherit; // For `<button>`s (anchors inherit)\n\n  // Hover state\n  @include hover-focus {\n    z-index: 1; // Place...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 2M bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-problems-base/src/main/kotlin/org/gradle/internal/configuration/problems/DocumentRegistryExtensions.kt

    
    fun DocumentationRegistry.documentationLinkFor(section: DocumentationSection) =
        configurationCacheLinkFor(section.anchor)
    
    
    fun DocumentationRegistry.configurationCacheLinkFor(anchor: String): String =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 15:36:13 UTC 2024
    - 985 bytes
    - Viewed (0)
  5. src/go/doc/comment/print.go

    		}
    	}
    	if l.Recv != "" {
    		return "#" + l.Recv + "." + l.Name
    	}
    	return "#" + l.Name
    }
    
    // DefaultID returns the default anchor ID for the heading h.
    //
    // The default anchor ID is constructed by converting every
    // rune that is not alphanumeric ASCII to an underscore
    // and then adding the prefix “hdr-”.
    // For example, if the heading text is “Go Doc Comments”,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  6. src/internal/diff/diff.go

    // smallest number of “unique” lines inserted and removed,
    // where unique means a line that appears just once in both old and new.
    // We call this an “anchored diff” because the unique lines anchor
    // the chosen matching regions. An anchored diff is usually clearer
    // than a standard diff, because the algorithm does not try to
    // reuse unrelated blank lines or closing braces.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 14:13:04 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  7. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/LockMode.java

     *     <li>{@code STRICT} in addition to the {@code DEFAULT} behaviour, will fail resolution if a locked configuration does not have lock state defined</li>
     *     <li>{@code LENIENT} will load the lock state, to anchor dynamic versions, but otherwise be lenient about modifications of the dependency resolution,
     *     allowing versions to change and module to be added or removed</li>
     * </ul>
     *
     * @since 6.1
     */
    public enum LockMode {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  8. platforms/software/resources-http/src/test/groovy/org/gradle/internal/resource/transport/http/ApacheDirectoryListingParserTest.groovy

            "<![CDATA[<a href=\"directory2\">directory2</a>]]>" | "links in CDATA blocks"
            "<a href=\"#anchor\">link</a>"                      | "anchor links"
            "<a name=\"anchorname\">headline</a>"               | "anchor definitions"
        }
    
        def "parseLink handles #urlDescr"() {
            def listingParser = new ApacheDirectoryListingParser()
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  9. platforms/software/testing-base/src/main/java/org/gradle/api/internal/tasks/testing/processors/MaxNParallelTestClassProcessor.java

    /*
     * Copyright 2010 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  10. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/JavadocConverterTest.groovy

        }
    
        def convertsAnAElementWithNameAttribute() {
            _ * classMetaData.rawCommentText >> '<a name="anchor"/>'
    
            when:
            def result = parser.parse(classMetaData, listener)
    
            then:
            format(result.docbook) == '<anchor id="org.gradle.Class.anchor"/>'
            _ * classMetaData.className >> 'org.gradle.Class'
        }
    
        def convertsAnAElementWithAUrlFragment() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 14.2K bytes
    - Viewed (0)
Back to top