Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for decorativo (0.16 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    .badge-wrapper {
        padding-top: 0px;
        padding-bottom: 20px;
        a {
            text-decoration: none;
        }
        a:link {
            text-decoration: none;
        }
        a:visited {
            text-decoration: none;
        }
        a:hover {
            text-decoration: none;
        }
        a:active {
            text-decoration: none;
        }
    }
    .badge {
        background-color: var(--black-color);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

     * type {@code List<T>} will receive all services of type {@code T}, if any.
     * If a parameter has the same type as the return type of the factory method, then that parameter will be located in the parent registry.
     * This allows decorating services, i.e. specializing a service from a parent scope.</li>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/css/javadoc.css

        color:var(--navbar-text-color);
        display: inline-block;
    }
    button.page-search-header {
        border: none;
        cursor: pointer;
    }
    span#page-search-link {
        text-decoration: underline;
    }
    .module-graph span, .sealed-graph span {
        display:none;
        position:absolute;
    }
    .module-graph:hover span, .sealed-graph:hover span {
        display:block;
        margin: -100px 0 0 100px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  4. src/testing/testing.go

    		p.lastName = testName
    	}
    
    	fmt.Fprintf(p.w, format, args...)
    }
    
    // The maximum number of stack frames to go through when skipping helper functions for
    // the purpose of decorating log messages.
    const maxStackLen = 50
    
    // common holds the elements common between T and B and
    // captures common methods such as Errorf.
    type common struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    This was done to make it easier to remove boilerplate from Gradle's implementation.
    
    Plugins that are affected by this change should make their classes abstract as well.
    Gradle uses runtime class decoration to implement abstract methods as long as the object is instantiated via `ObjectFactory` or some other automatic mechanism (like <<custom_gradle_types.adoc#managed_properties,managed properties>>).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top