Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 2,319 for STYLE (0.18 sec)

  1. docs/tr/docs/index.md

    ---
    hide:
      - navigation
    ---
    
    <style>
    .md-content .md-typeset h1 { display: none; }
    </style>
    
    <p align="center">
      <a href="https://fastapi.tiangolo.com"><img src="https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png" alt="FastAPI"></a>
    </p>
    <p align="center">
        FastAPI framework, yüksek performanslı, öğrenmesi oldukça kolay, kodlaması hızlı, kullanıma hazır
    </p>
    <p align="center">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultMessageBuilder.java

            this(new StringBuilder());
        }
    
        public DefaultMessageBuilder(StringBuilder buffer) {
            this.buffer = buffer;
        }
    
        @Override
        public MessageBuilder style(String style) {
            return this;
        }
    
        @Override
        public MessageBuilder resetStyle() {
            return this;
        }
    
        @Override
        public MessageBuilder append(CharSequence cs) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. src/main/config/openapi/openapi-user.yaml

              description: Filtered label name
              required: false
              style: form
              explode: true
              schema:
                type: array
                items:
                  type: string
                example: [name]
            - name: facet.field
              in: query
              description: Facet field name
              required: false
              style: form
              explode: true
              schema:
                type: array
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  4. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/ProjectReportTask.java

    import static org.gradle.internal.logging.text.StyledTextOutput.Style.Description;
    import static org.gradle.internal.logging.text.StyledTextOutput.Style.Header;
    import static org.gradle.internal.logging.text.StyledTextOutput.Style.Identifier;
    import static org.gradle.internal.logging.text.StyledTextOutput.Style.Info;
    import static org.gradle.internal.logging.text.StyledTextOutput.Style.UserInput;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:32 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/AmbiguousGraphVariantsFailureDescriber.java

                } else {
                    node = node + ". There are several available matching variants of ";
                }
                formatter.node(node);
            }
            formatter.append(style(StyledTextOutput.Style.Info, failure.getRequestedName()));
            if (listAvailableVariants) {
                formatter.startChildren();
                for (String configuration : ambiguousVariants.keySet()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/IncompatibleGraphVariantsFailureDescriber.java

            TreeFormatter formatter = new TreeFormatter();
            String targetVariantText = style(StyledTextOutput.Style.Info, failure.getRequestedName());
            if (failure.getRequestedAttributes().isEmpty()) {
                formatter.node("Unable to find a matching variant of " + targetVariantText);
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:02:51 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/javadoc.css

        <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.75;"/> \
        <path d="M10.101 86.392l52.917 52.917 52.917-52.917" style="opacity:.35;"/></svg>');
    
    }
    .table-header[onclick].sort-desc::after {
        background-image:url('data:image/svg+xml; utf8, \
        <svg xmlns="http://www.w3.org/2000/svg" width="125" height="170"> \
        <path d="M10.101 57.059L63.019 4.142l52.917 52.917" style="opacity:.35;"/> \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

        }
    
        private void addCssToHead(Document document) {
            appendFileContentsTo(document.head(), "<style>", baseCss, "</style>");
            appendFileContentsTo(document.head(), "<style>", releaseNotesCss, "</style>");
        }
    
        private void appendFileContentsTo(Element element, String open, File file, String close) {
            try (FileReader reader = new FileReader(file)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. docs/he/docs/index.md

    ---
    hide:
      - navigation
    ---
    
    <style>
    .md-content .md-typeset h1 { display: none; }
    </style>
    
    <p align="center">
      <a href="https://fastapi.tiangolo.com"><img src="https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png" alt="FastAPI"></a>
    </p>
    <p align="center">
         תשתית FastAPI, ביצועים גבוהים, קלה ללמידה, מהירה לתכנות, מוכנה לסביבת ייצור
    </p>
    <p align="center">
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 23:58:47 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/sink/ProgressLogEventGenerator.java

    import org.gradle.util.internal.GUtil;
    
    import java.util.Arrays;
    import java.util.Collections;
    import java.util.LinkedHashMap;
    import java.util.Map;
    
    import static org.gradle.internal.logging.text.StyledTextOutput.Style;
    
    /**
     * An {@code org.gradle.logging.internal.OutputEventListener} implementation which generates output events to log the
     * progress of operations.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top