Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 105 for decorativo (0.15 sec)

  1. src/main/java/jcifs/smb1/http/ne.css

            display: block;
            float: left;
            width: 300px;
            height: 50px;
            padding: 2px;
            font-family: Verdana, sans-serif;
            font-size: 10pt;
            color: #000000;
            text-decoration: none;
        }
        a.plain {
            display: inline;
            float: none;
            width: auto;
            height: auto;
        }
        a.sort {
            display: block;
            float: left;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css

    .header > div {
      margin: 0 0.125em;
    }
    .header .title h1 {
      font-size: 1.75em;
      margin-right: 1rem;
      margin-bottom: 4px;
    }
    .header .title a {
      color: #212121;
      text-decoration: none;
    }
    .header .title a:hover {
      text-decoration: underline;
    }
    .header .description {
      width: 100%;
      text-align: right;
      white-space: nowrap;
    }
    @media screen and (max-width: 799px) {
      .header input {
        display: none;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  3. platforms/software/signing/src/main/java/org/gradle/plugins/signing/Sign.java

                    )
                );
        }
    
        @Inject
        protected FileCollectionFactory getFileCollectionFactory() {
            // Implementation provided by decoration
            throw new UnsupportedOperationException();
        }
    
        /**
         * All of the files that will be signed by this task.
         */
        @Internal
        public FileCollection getFilesToSign() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/base.css

        background-color: #fff;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
    }
    
    a {
        color: #1DA2BD;
        text-decoration: none;
    }
    
    a:hover, a:focus {
        text-decoration: underline;
    }
    
    a strong {
        color: inherit;
    }
    
    img {
        max-width: 100%;
    }
    
    table {
        width: 100%;
        font-size: 85%;
        border: 1px solid #e5e5e5;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  5. build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java

        /**
         * The rendered HTML release notes that need decoration.
         */
        @InputFile
        @PathSensitive(PathSensitivity.NONE)
        public abstract RegularFileProperty getHtmlFile();
    
        /**
         * The decorated HTML file
         */
        @OutputFile
        public abstract RegularFileProperty getDestinationFile();
    
        /**
         * JQuery used by the added decoration
         */
        @InputFiles
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 28 06:35:15 UTC 2021
    - 4.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/sources/process/ExecSpecFactory.java

     * instances, especially JavaExecSpec, must conform to the {@link BaseExecSpec#getCommandLine()} contract.
     *
     * These instances will not be exposed to the user code directly, so there is no need of decoration.
     */
    @ServiceScope(Scope.Build.class)
    public interface ExecSpecFactory {
        ExecSpec newExecSpec();
    
        JavaExecSpec newJavaExecSpec();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. pkg/ctrlz/assets/static/css/all.css

        }
    }
    
    a {
        color: #e9ffaa;
        text-decoration: none;
        font-weight: 300
    }
    
    a:hover, a:focus {
        color: #de7d40;
        text-decoration: underline;
        font-weight: 300
    }
    
    a.disabled {
        color: #444;
        text-decoration: none;
        font-weight: 300
    }
    
    a.active {
        color: #de7d40;
        text-decoration: none;
        font-weight: 300
    }
    
    table, th, td, tr {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/first-steps.md

    !!! info "`@decorator` Info"
        That `@something` syntax in Python is called a "decorator".
    
        You put it on top of a function. Like a pretty decorative hat (I guess that's where the term came from).
    
        A "decorator" takes the function below and does something with it.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 12K bytes
    - Viewed (1)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/storage_decorator.go

    	trigger storage.IndexerFuncs,
    	indexers *cache.Indexers) (storage.Interface, factory.DestroyFunc, error)
    
    // UndecoratedStorage returns the given a new storage from the given config
    // without any decoration.
    func UndecoratedStorage(
    	config *storagebackend.ConfigForResource,
    	resourcePrefix string,
    	keyFunc func(obj runtime.Object) (string, error),
    	newFunc func() runtime.Object,
    	newListFunc func() runtime.Object,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 09:23:05 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/release-notes.css

      background-color: rgb(160, 160, 160);
      border: 1px solid rgb(150, 150, 150);
      padding: 1px 5px;
      box-shadow: none;
      cursor: pointer;
      vertical-align: 1px;
    }
    
    a.incubating-marker:hover {
      text-decoration: none;
      border: 1px solid rgb(150, 150, 150);
    }
    
    /* Same as code highlighting values in docs.css */
    .java_keyword {
      color: #963;
    }
    .java_comment {
      color: #998;
    }
    .java_plain, .java_type {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top